.student-portal{--primary-color: #1a73e8;--primary-light: #4285f4;--primary-dark: #1557b0;--orange-accent: #ff6b35;--orange-light: #ff8f65;--success-color: #34a853;--text-primary: #202124;--text-secondary: #5f6368;--background-primary: #ffffff;--background-secondary: #f8f9fa;--border-color: #e8eaed;--shadow-light: 0 2px 8px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .12);--shadow-strong: 0 8px 32px rgba(0, 0, 0, .15);--radius-small: 8px;--radius-medium: 12px;--radius-large: 16px}.student-portal .ant-layout{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.student-portal .ant-layout-content{padding:24px!important;background:transparent!important}.student-portal-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:var(--radius-large);padding:24px 32px;margin-bottom:24px;color:#fff;box-shadow:var(--shadow-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.student-portal-header .welcome-title{color:#fff!important;margin:0!important;font-weight:600;font-size:28px}.student-portal-header .welcome-subtitle{color:#fffc!important;font-size:16px;margin-top:4px}.student-portal-header .header-actions .ant-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-small);transition:all .3s ease}.student-portal-header .header-actions .ant-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.student-portal-header .user-dropdown{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-small);padding:8px 16px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.student-portal-header .user-dropdown:hover{background:#fff3;transform:translateY(-1px)}.student-portal .ant-tabs{background:var(--background-primary);border-radius:var(--radius-large);padding:8px;box-shadow:var(--shadow-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color)}.student-portal .ant-tabs-nav{margin:0!important;padding:0 16px}.student-portal .ant-tabs-nav:before{display:none}.student-portal .ant-tabs-tab{border-radius:var(--radius-medium)!important;margin:4px 8px 4px 0!important;padding:12px 24px!important;border:none!important;background:transparent!important;transition:all .3s ease!important;font-weight:500}.student-portal .ant-tabs-tab:hover{background:#1a73e814!important;color:var(--primary-color)!important;transform:translateY(-1px)}.student-portal .ant-tabs-tab-active{background:var(--primary-color)!important;color:#fff!important;box-shadow:var(--shadow-light)}.student-portal .ant-tabs-tab-active:hover{background:var(--primary-dark)!important;color:#fff!important}.student-portal .ant-tabs-tab-active .anticon,.student-portal .ant-tabs-tab-active span{color:#fff!important}.student-portal .ant-tabs-ink-bar{display:none!important}.student-portal .ant-tabs-content-holder{padding:24px 16px 16px}.student-portal .modern-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);box-shadow:var(--shadow-light);transition:all .3s ease;overflow:hidden}.student-portal .modern-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.student-portal .modern-card .ant-card-body{padding:24px}.student-portal .dashboard-stats{margin-bottom:24px}.student-portal .stats-card{background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);padding:24px;text-align:center;transition:all .3s ease;box-shadow:var(--shadow-light)}.student-portal .stats-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.student-portal .stats-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;color:#fff;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);box-shadow:var(--shadow-light)}.student-portal .stats-icon.orange{background:linear-gradient(135deg,var(--orange-accent) 0%,var(--orange-light) 100%)}.student-portal .stats-icon.success{background:linear-gradient(135deg,var(--success-color) 0%,#48bb78 100%)}.student-portal .stats-number{font-size:32px;font-weight:700;color:var(--text-primary);margin:0}.student-portal .stats-label{color:var(--text-secondary);font-size:14px;margin-top:4px}.student-portal .course-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);overflow:hidden;transition:all .3s ease;box-shadow:var(--shadow-light);height:100%}.student-portal .course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.student-portal .course-card .ant-card-cover{height:200px;overflow:hidden;position:relative}.student-portal .course-card .ant-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.student-portal .course-card:hover .ant-card-cover img{transform:scale(1.05)}.student-portal .course-thumbnail-placeholder{width:100%;height:200px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px}.student-portal .course-card .ant-card-body{padding:20px}.student-portal .course-title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:8px;line-height:1.4}.student-portal .course-description{color:var(--text-secondary);font-size:14px;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.student-portal .course-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.student-portal .course-instructor{color:var(--text-secondary);font-size:13px}.student-portal .course-level{background:#1a73e81a;color:var(--primary-color);border:1px solid rgba(26,115,232,.2);border-radius:var(--radius-small);padding:4px 8px;font-size:12px;font-weight:500}.student-portal .course-progress{margin-bottom:16px}.student-portal .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.student-portal .progress-text{font-size:14px;color:var(--text-secondary)}.student-portal .progress-percentage{font-weight:600;color:var(--primary-color)}.student-portal .ant-progress-line{margin:0}.student-portal .ant-progress-bg{border-radius:8px!important;height:8px!important}.student-portal .ant-progress-inner{border-radius:8px!important;background:#1a73e81a!important}.student-portal .course-actions{display:flex;gap:8px;justify-content:space-between}.student-portal .btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border:none;border-radius:var(--radius-small);color:#fff;font-weight:500;transition:all .3s ease;flex:1}.student-portal .btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);transform:translateY(-1px);box-shadow:var(--shadow-light)}.student-portal .btn-orange{background:linear-gradient(135deg,var(--orange-accent) 0%,var(--orange-light) 100%);border:none;border-radius:var(--radius-small);color:#fff;font-weight:500;transition:all .3s ease;flex:1}.student-portal .btn-orange:hover{background:linear-gradient(135deg,#e55a2b 0%,var(--orange-accent) 100%);transform:translateY(-1px);box-shadow:var(--shadow-light)}.student-portal .search-filter-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);padding:24px;margin-bottom:24px;box-shadow:var(--shadow-light)}.student-portal .search-filter-section .ant-input-search,.student-portal .search-filter-section .ant-select{border-radius:var(--radius-small)}.student-portal .filter-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;width:100%}.student-portal .filter-controls .ant-input-search{min-width:250px;max-width:350px;flex:1}.student-portal .filter-controls .ant-select{min-width:140px;flex-shrink:0}.student-portal .filter-controls .ant-btn{flex-shrink:0;white-space:nowrap}.student-portal .achievement-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);padding:20px;text-align:center;transition:all .3s ease;box-shadow:var(--shadow-light)}.student-portal .achievement-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.student-portal .achievement-icon{font-size:32px;margin-bottom:12px}.student-portal .achievement-title{font-weight:600;color:var(--text-primary);margin-bottom:4px}.student-portal .achievement-description{color:var(--text-secondary);font-size:13px}.student-portal .activity-timeline{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);padding:24px;box-shadow:var(--shadow-light)}.student-portal .ant-timeline-item-head{background:var(--primary-color);border-color:var(--primary-color)}.student-portal .ant-timeline-item-content{margin-left:8px}.student-portal .profile-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-large);padding:32px;text-align:center;box-shadow:var(--shadow-light)}.student-portal .profile-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 24px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;box-shadow:var(--shadow-medium)}@media (max-width: 768px){.student-portal .ant-layout-content{padding:16px!important}.student-portal-header{padding:20px;text-align:center}.student-portal-header .welcome-title{font-size:24px}.student-portal .ant-tabs-tab{padding:8px 16px!important;margin:2px 4px 2px 0!important}.student-portal .course-card .ant-card-cover{height:160px}.student-portal .course-thumbnail-placeholder{height:160px;font-size:36px}.student-portal .stats-card{padding:16px}.student-portal .stats-icon{width:48px;height:48px;font-size:20px;margin-bottom:12px}.student-portal .stats-number{font-size:24px}}@media (max-width: 576px){.student-portal .ant-tabs-content-holder{padding:16px 8px 8px}.student-portal .modern-card .ant-card-body,.student-portal .search-filter-section{padding:16px}.student-portal .course-actions{flex-direction:column}.student-portal .course-actions .ant-btn{width:100%}}.student-portal .fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.student-portal .slide-up{animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.student-portal .loading-container{display:flex;justify-content:center;align-items:center;min-height:300px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-large);box-shadow:var(--shadow-light)}.student-portal .mobile-enrollment-modal .ant-modal-content{border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-strong)}.student-portal .mobile-enrollment-modal .ant-modal-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-bottom:none;padding:20px 24px}.student-portal .mobile-enrollment-modal .ant-modal-title{color:#fff!important;font-weight:600;font-size:18px}.student-portal .mobile-enrollment-modal .ant-modal-close{color:#fff!important}.student-portal .mobile-enrollment-modal .ant-modal-close:hover{color:#fffc!important}.student-portal .mobile-enrollment-modal .ant-modal-body{padding:24px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.student-portal .mobile-enrollment-modal .ant-card{transition:all .3s ease;cursor:pointer;border:2px solid transparent}.student-portal .mobile-enrollment-modal .ant-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:#ffffff4d}.student-portal .mobile-enrollment-modal .ant-card .ant-card-body{padding:20px}@media (max-width: 768px){.student-portal .mobile-enrollment-modal{width:90%!important;margin:16px}.student-portal .mobile-enrollment-modal .ant-modal-body{padding:16px}.student-portal .search-filter-section{padding:12px;margin-bottom:16px}.student-portal .search-filter-section h3{font-size:16px!important;text-align:center;margin-bottom:16px!important;line-height:1.4}.student-portal .search-filter-section .ant-space,.student-portal .search-filter-section .ant-space-item{width:100%}.student-portal .search-filter-section .ant-input-search,.student-portal .search-filter-section .ant-select{width:100%!important;margin-bottom:8px}.student-portal .search-filter-section .ant-btn{width:100%;margin-bottom:4px;height:36px;font-size:14px}}@media (max-width: 1024px){.student-portal .search-filter-section{padding:16px}.student-portal .search-filter-section .ant-row{flex-direction:column;align-items:stretch;gap:16px}.student-portal .search-filter-section .ant-col{width:100%!important;max-width:100%!important}.student-portal .search-filter-section .ant-space{width:100%;flex-wrap:wrap;justify-content:center}.student-portal .search-filter-section .ant-input-search{width:100%;min-width:auto;max-width:none;margin-bottom:8px}.student-portal .search-filter-section .ant-select{width:100%;min-width:auto;margin-bottom:8px}.student-portal .search-filter-section .ant-btn{width:100%;margin-bottom:4px}}@media (max-width: 768px){.student-portal .search-filter-section{padding:12px;margin-bottom:16px}.student-portal .search-filter-section h3{font-size:18px!important;text-align:center;margin-bottom:16px!important}.student-portal .filter-controls{gap:8px}.student-portal .filter-controls .ant-input-search,.student-portal .filter-controls .ant-select{font-size:14px}.student-portal .filter-controls .ant-btn{height:36px;font-size:14px;padding:0 12px}}@media (max-width: 480px){.student-portal .search-filter-section{padding:8px;border-radius:var(--radius-small)}.student-portal .search-filter-section h3{font-size:16px!important}.student-portal .filter-controls{gap:6px}.student-portal .filter-controls .ant-input-search .ant-input{height:34px;font-size:14px}.student-portal .filter-controls .ant-select .ant-select-selector{height:34px!important;font-size:14px}.student-portal .filter-controls .ant-btn{height:34px;font-size:13px;padding:0 8px}.student-portal .filter-controls{flex-direction:column}.student-portal .filter-button-group{display:flex;gap:6px;width:100%}.student-portal .filter-button-group .ant-btn{flex:1;min-width:0}}.theme-toggle{position:relative;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid transparent!important}.theme-toggle:hover{transform:scale(1.05)!important;box-shadow:0 4px 15px #00000026!important}.theme-toggle.light{background:#ffffffe6!important;border-color:#0000000f!important;color:#1a1a1a!important}.theme-toggle.light:hover{background:#fffffff2!important;border-color:#0000001a!important;color:#1890ff!important}.theme-toggle.dark{background:#1f1f1fe6!important;border-color:#ffffff1a!important;color:#fff!important}.theme-toggle.dark:hover{background:#1f1f1ff2!important;border-color:#fff3!important;color:#faad14!important}.theme-toggle-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;position:relative}.sun-icon,.moon-icon{font-size:14px!important;transition:all .3s ease!important}.theme-toggle:hover .sun-icon{transform:rotate(180deg) scale(1.1)}.theme-toggle:hover .moon-icon{transform:rotate(-15deg) scale(1.1)}.theme-toggle{animation:floatToggle 3s ease-in-out infinite}@keyframes floatToggle{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.theme-toggle:hover{animation:none}@media (max-width: 768px){.theme-toggle{width:28px!important;height:28px!important}.theme-toggle-icon{width:14px;height:14px}.sun-icon,.moon-icon{font-size:12px!important}}@media (max-width: 480px){.theme-toggle{width:24px!important;height:24px!important}.theme-toggle-icon{width:12px;height:12px}.sun-icon,.moon-icon{font-size:10px!important}}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:20px;pointer-events:none}.cookie-consent-banner{max-width:900px;margin:0 auto;background:#fffffffa!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.1)!important;border-radius:16px!important;box-shadow:0 20px 40px #00000026!important;pointer-events:auto;animation:slideUpFadeIn .6s cubic-bezier(.4,0,.2,1)}@keyframes slideUpFadeIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{padding:24px}.cookie-consent-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.cookie-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#52c41a,#389e0d);display:flex;align-items:center;justify-content:center;margin-top:4px}.cookie-icon .anticon{color:#fff;font-size:20px}.cookie-text{flex:1;display:flex;flex-direction:column;gap:8px}.cookie-title{font-size:18px!important;font-weight:600!important;color:#1a1a1a!important;font-family:Manrope,sans-serif!important}.cookie-description{font-size:14px!important;color:#6b7280!important;line-height:1.5!important;font-family:Manrope,sans-serif!important}.cookie-close-btn{flex-shrink:0;color:#9ca3af!important;border:none!important;background:transparent!important;padding:4px!important}.cookie-close-btn:hover{color:#6b7280!important;background:#0000000d!important}.cookie-details{margin-top:16px}.cookie-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px}.cookie-category{padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.cookie-category .ant-typography{display:block;margin-bottom:4px}.cookie-category .ant-typography strong{font-size:13px!important;color:#374151!important;font-family:Manrope,sans-serif!important}.cookie-category .ant-typography:not(strong){font-size:12px!important;line-height:1.4!important}.cookie-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-top:20px}.cookie-settings-btn{font-family:Manrope,sans-serif!important;color:#6b7280!important;font-size:13px!important;padding:0!important;height:auto!important}.cookie-settings-btn:hover{color:#374151!important}.cookie-policy-link{font-family:Manrope,sans-serif!important;color:#6b7280!important;font-size:13px!important;text-decoration:underline!important}.cookie-policy-link:hover{color:#374151!important}.cookie-buttons{flex-shrink:0}.cookie-btn-necessary{height:40px!important;padding:0 20px!important;border-radius:8px!important;border:1px solid #d1d5db!important;background:#fff!important;color:#374151!important;font-family:Manrope,sans-serif!important;font-weight:500!important;font-size:14px!important;transition:all .2s ease!important}.cookie-btn-necessary:hover{border-color:#9ca3af!important;background:#f9fafb!important;color:#1f2937!important}.cookie-btn-accept{height:40px!important;padding:0 24px!important;border-radius:8px!important;background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;border:none!important;font-family:Manrope,sans-serif!important;font-weight:600!important;font-size:14px!important;box-shadow:0 4px 12px #3b82f64d!important;transition:all .2s ease!important}.cookie-btn-accept:hover{transform:translateY(-1px)!important;box-shadow:0 6px 16px #3b82f666!important;background:linear-gradient(135deg,#2563eb,#1e40af)!important}[data-theme=dark] .cookie-consent-banner{background:#1f2937fa!important;border-color:#4b55634d!important}[data-theme=dark] .cookie-title{color:#f9fafb!important}[data-theme=dark] .cookie-description{color:#d1d5db!important}[data-theme=dark] .cookie-category{background:#374151;border-color:#4b5563}[data-theme=dark] .cookie-category .ant-typography strong{color:#f9fafb!important}[data-theme=dark] .cookie-category .ant-typography:not(strong){color:#d1d5db!important}[data-theme=dark] .cookie-settings-btn{color:#d1d5db!important}[data-theme=dark] .cookie-settings-btn:hover{color:#f9fafb!important}[data-theme=dark] .cookie-policy-link{color:#d1d5db!important}[data-theme=dark] .cookie-policy-link:hover{color:#f9fafb!important}[data-theme=dark] .cookie-btn-necessary{background:#374151!important;border-color:#4b5563!important;color:#f9fafb!important}[data-theme=dark] .cookie-btn-necessary:hover{background:#4b5563!important;border-color:#6b7280!important}[data-theme=dark] .cookie-close-btn{color:#9ca3af!important}[data-theme=dark] .cookie-close-btn:hover{color:#d1d5db!important;background:#ffffff1a!important}@media (max-width: 768px){.cookie-consent-overlay{padding:16px}.cookie-consent-content{padding:20px}.cookie-consent-header{gap:12px}.cookie-icon{width:36px;height:36px}.cookie-icon .anticon{font-size:18px}.cookie-title{font-size:16px!important}.cookie-description{font-size:13px!important}.cookie-categories{grid-template-columns:1fr;gap:12px}.cookie-actions{flex-direction:column;align-items:stretch;gap:12px}.cookie-buttons{display:flex;gap:12px;width:100%}.cookie-btn-necessary,.cookie-btn-accept{flex:1;justify-content:center}}.mobile-mega-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:2000;display:flex;flex-direction:column;animation:fadeIn .2s}.ant-dropdown{z-index:1050!important}.explore-dropdown-btn .ant-dropdown-menu{max-width:none!important}.ant-dropdown-placement-bottom .ant-dropdown-arrow{display:none!important}.mobile-mega-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 10px;border-bottom:1px solid #f0f0f0;background:#fff;z-index:2}.mobile-mega-content{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:32px}.mobile-mega-section{margin-bottom:12px}.mobile-mega-title{font-weight:700;font-size:16px;margin-bottom:10px;color:#222}.mobile-mega-list{display:flex;flex-direction:column;gap:10px}.mobile-mega-link{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:15px;color:#222;text-decoration:none;border-radius:6px;transition:background .2s,color .2s;overflow:hidden}.mobile-mega-link span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.mobile-mega-link:hover{background:#f5f5f5;color:#1890ff}.mobile-mega-link.all-courses{font-weight:600;color:#1890ff}.mobile-mega-link.featured{font-weight:500}.mobile-mega-thumb{width:40px;height:28px;object-fit:cover;border-radius:4px;border:1px solid #eee;margin-right:8px}@media (min-width: 768px){.mobile-mega-overlay{display:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5,.ant-typography h6,.ant-title{font-family:Manrope,sans-serif!important;font-weight:700;letter-spacing:-.02em;line-height:1.2}body,p,span,div,a,button,input,textarea,select,.ant-typography,.ant-typography p,.ant-btn,.ant-menu-item,.ant-input,.ant-select,.ant-form-item-label{font-family:Manrope,sans-serif!important;font-weight:400;letter-spacing:-.01em;line-height:1.5}.font-medium{font-weight:500!important}.font-extrabold{font-weight:800!important}.public-layout{min-height:100vh;background:var(--bg-primary);transition:var(--transition-normal);font-family:Manrope,sans-serif}.public-layout .ant-layout-content{padding-top:60px;min-height:calc(100vh - 60px)}.public-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff!important;border-bottom:1px solid #f1f5f9;padding:0;height:60px}.public-header.ant-layout-header{background:#fff!important;padding:0!important;line-height:normal!important;height:60px!important}[data-theme=dark] .public-header.ant-layout-header{background:#374151!important}.public-header.scrolled{background:#fff!important;border-bottom:1px solid #f1f5f9;height:60px}.public-header.scrolled.ant-layout-header{background:#fff!important;height:60px!important;padding:0!important}[data-theme=dark] .public-header.scrolled{background:#374151!important;border-bottom:1px solid #22345E}[data-theme=dark] .public-header.scrolled.ant-layout-header{background:#374151!important}[data-theme=dark] .public-header{background:#374151!important;border-bottom:1px solid #22345E}[data-theme=dark] .public-header.ant-layout-header{background:#374151!important;padding:0!important}[data-theme=dark] .public-header:before{background:linear-gradient(180deg,#0009,#0000004d,#0000)}[data-theme=dark] .public-header.scrolled{background:#374151!important;border-bottom:1px solid #22345E;box-shadow:0 8px 32px #0006,0 4px 16px #0003,0 2px 8px #0000001a}[data-theme=dark] .public-header.scrolled.ant-layout-header{background:#374151!important;padding:0!important}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.logo-section{display:flex;align-items:center;flex-shrink:0;transition:all .3s ease;margin-left:-16px}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit;transition:all .3s ease}.logo-link:hover{color:inherit;transform:scale(1.02)}.company-logo{height:55px;margin-right:12px;object-fit:cover;transition:all .3s ease}.public-header.scrolled .company-logo{height:36px;width:36px}.logo-placeholder{margin-right:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;width:40px;height:40px;border-radius:50%;background:#050b83;border:2px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.public-header.scrolled .logo-placeholder{width:36px;height:36px}.company-name{display:none!important}.public-header.scrolled .company-name{font-size:20px!important}.public-header:not(.scrolled) .company-name{text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.6),0 8px 24px rgba(0,0,0,.4);color:#fff!important;font-weight:700!important}.public-header:not(.scrolled) .logo-placeholder{color:#fff!important;background:#fff3;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000004d,0 2px 8px #0003}.public-header:not(.scrolled) .logo-placeholder .anticon{text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6)}.public-header .ant-menu-item,.public-header .ant-menu-submenu-title{position:relative;color:#374151!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden;background:transparent!important}.public-header .ant-menu-item:before,.public-header .ant-menu-submenu-title:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(5,11,131,.08),transparent);transition:left .5s ease}.public-header .ant-menu-item:hover:before,.public-header .ant-menu-submenu-title:hover:before{left:100%}.public-header .ant-menu-item:hover,.public-header .ant-menu-submenu-title:hover{color:#050b83!important;background:#050b830d!important;border-color:#050b8326!important;transform:translateY(-1px);box-shadow:0 3px 8px #050b831f!important}.public-header .ant-menu-item-selected,.public-header .ant-menu-submenu-selected .ant-menu-submenu-title{color:#050b83!important;font-weight:600!important;background:#050b8314!important;border-color:#050b8333!important}[data-theme=dark] .public-header .ant-menu-item,[data-theme=dark] .public-header .ant-menu-submenu-title{position:relative;color:#e0e6f0!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden;background:transparent!important}[data-theme=dark] .public-header .ant-menu-item:before,[data-theme=dark] .public-header .ant-menu-submenu-title:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(224,230,240,.1),transparent);transition:left .5s ease}[data-theme=dark] .public-header .ant-menu-item:hover:before,[data-theme=dark] .public-header .ant-menu-submenu-title:hover:before{left:100%}[data-theme=dark] .public-header .ant-menu-item:hover,[data-theme=dark] .public-header .ant-menu-submenu-title:hover{color:#fff!important;background:#2f3c5533!important;border-color:#e0e6f026!important;transform:translateY(-1px);box-shadow:0 3px 8px #2f3c554d!important}[data-theme=dark] .public-header .ant-menu-item-selected,[data-theme=dark] .public-header .ant-menu-submenu-selected .ant-menu-submenu-title{color:#fff!important;font-weight:600!important;background:#2f3c554d!important;border-color:#e0e6f033!important}[data-theme=dark] .public-header .ant-menu-item.faq-menu-item,[data-theme=dark] .public-header .ant-menu-item:not(.ant-menu-submenu){position:relative;color:#e0e6f0!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden;background:transparent!important}[data-theme=dark] .public-header .ant-menu-submenu-arrow{color:#e0e6f0!important;transition:all .25s ease!important}[data-theme=dark] .public-header .ant-menu-submenu:hover .ant-menu-submenu-arrow{color:#fff!important}[data-theme=dark] .public-header .ant-menu>.ant-menu-item,[data-theme=dark] .public-header .ant-menu>.ant-menu-submenu>.ant-menu-submenu-title,[data-theme=dark] .public-header .header-nav-menu .ant-menu-item{position:relative!important;color:#e0e6f0!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden!important;background:transparent!important}[data-theme=dark] .public-header .ant-menu>.ant-menu-item:hover,[data-theme=dark] .public-header .ant-menu>.ant-menu-submenu>.ant-menu-submenu-title:hover,[data-theme=dark] .public-header .header-nav-menu .ant-menu-item:hover{color:#fff!important;background:#2f3c5533!important;border-color:#e0e6f026!important;transform:translateY(-1px)!important;box-shadow:0 3px 8px #2f3c554d!important}.public-header .ant-menu>.ant-menu-item,.public-header .ant-menu>.ant-menu-submenu>.ant-menu-submenu-title,.public-header .header-nav-menu .ant-menu-item{position:relative!important;color:#374151!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden!important;background:transparent!important}.public-header .ant-menu>.ant-menu-item:hover,.public-header .ant-menu>.ant-menu-submenu>.ant-menu-submenu-title:hover,.public-header .header-nav-menu .ant-menu-item:hover{color:#050b83!important;background:#050b830d!important;border-color:#050b8326!important;transform:translateY(-1px)!important;box-shadow:0 3px 8px #050b831f!important}.modern-search-wrapper{position:relative}.modern-search-input{transition:all .3s ease!important}.modern-search-input input{background-color:var(--input-bg, #f9fafb)!important;color:var(--text-primary, #111827)!important;border-color:var(--border-color, #d1d5db)!important}.modern-search-input input::placeholder{color:var(--text-secondary, #6b7280)!important}.modern-search-input .ant-input-clear-icon{color:var(--text-secondary, #6b7280)!important}[data-theme=dark]{--input-bg: #374151;--text-primary: #f9fafb;--text-secondary: #d1d5db;--border-color: #4b5563;--primary-color: #6366f1;--primary-shadow: rgba(99, 102, 241, .15);--faq-active-color: #f59e0b;--faq-hover-color: #f59e0b;--faq-hover-bg: rgba(245, 158, 11, .15)}:root,[data-theme=light]{--input-bg: #f9fafb;--text-primary: #111827;--text-secondary: #6b7280;--border-color: #d1d5db;--primary-color: #050b83;--primary-shadow: rgba(5, 11, 131, .1);--faq-active-color: #e97c0f;--faq-hover-color: #e97c0f;--faq-hover-bg: rgba(233, 124, 15, .1)}[data-theme=dark] .search-suggestions-dropdown{background-color:#374151!important;border-color:#4b5563!important;box-shadow:0 25px 50px #00000040,0 12px 24px #00000026!important}[data-theme=dark] .suggestions-header{color:#f9fafb!important;background-color:#4b5563!important;border-bottom-color:#6b7280!important}[data-theme=dark] .suggestion-item{border-bottom-color:#4b5563!important}[data-theme=dark] .suggestion-item:hover{background-color:#4b5563!important}[data-theme=dark] .suggestion-title{color:#f9fafb!important}[data-theme=dark] .suggestion-meta{color:#d1d5db!important}[data-theme=dark] .suggestions-footer{background-color:#4b5563!important;border-top-color:#6b7280!important}[data-theme=dark] .view-all-results{color:#f9fafb!important;background-color:transparent!important}[data-theme=dark] .view-all-results:hover{background-color:#6b7280!important}[data-theme=dark] .modern-search-wrapper{background:transparent}[data-theme=dark] .modern-search-input{background:#374151!important;border-color:#4b5563!important}[data-theme=dark] .modern-search-input input{background-color:#374151!important;color:#f9fafb!important;border-color:#4b5563!important}[data-theme=dark] .modern-search-input input::placeholder{color:#9ca3af!important}[data-theme=dark] .modern-search-input .ant-input-prefix,[data-theme=dark] .modern-search-input .ant-input-clear-icon{color:#9ca3af!important}[data-theme=dark] .modern-search-input:focus-within{border-color:#f59e0b!important;box-shadow:0 0 0 2px #f59e0b33!important}[data-theme=dark] .modern-search-input:focus-within input{border-color:#f59e0b!important;box-shadow:0 0 0 3px #f59e0b1a!important}[data-theme=dark] .mobile-search-input{background:#374151!important;border-color:#4b5563!important;color:#f9fafb!important}[data-theme=dark] .mobile-search-input::placeholder{color:#9ca3af!important}[data-theme=dark] .mobile-search-input:focus{border-color:#f59e0b!important;box-shadow:0 0 0 2px #f59e0b33!important;background:#374151!important}[data-theme=dark] .mobile-search-input .ant-input-clear-icon{color:#9ca3af!important}[data-theme=dark] .search-spinner{border-color:#4b5563 #4b5563 #4b5563 #f59e0b!important}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item{color:#f9fafb!important}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#22345e!important}[data-theme=dark] .mobile-mega-overlay{background:#374151!important;color:#f9fafb!important}[data-theme=dark] .mobile-mega-header{background:#22345e!important;border-bottom-color:#4b5563!important;color:#f9fafb!important}[data-theme=dark] .mobile-mega-title{color:#f59e0b!important}[data-theme=dark] .mobile-mega-link{background:#22345e!important;color:#f9fafb!important;border-color:#4b5563!important}[data-theme=dark] .mobile-mega-link:hover,[data-theme=dark] .mobile-mega-link.all-courses{background:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .ant-dropdown-menu{background:#374151!important;border-color:#22345e!important;box-shadow:0 25px 50px #00000040,0 12px 24px #00000026!important}[data-theme=dark] .ant-dropdown-menu div[style*="color: #2c3e50"]{color:#f59e0b!important}[data-theme=dark] .ant-dropdown-menu a[style*="color: #111827"],[data-theme=dark] .ant-dropdown-menu a[style*="color: #374151"]{color:#f9fafb!important;background-color:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .ant-dropdown-menu a[style*="backgroundColor: 'white'"]{background-color:#22345e!important}[data-theme=dark] .ant-dropdown-menu div[style*="borderBottom: '2px solid #f0f0f0'"]{border-bottom-color:#4b5563!important}[data-theme=dark] .ant-dropdown-menu div[style*="color: #6b7280"]{color:#d1d5db!important}[data-theme=dark] .ant-dropdown-menu>div{background:#374151!important}.public-header .ant-menu-item.faq-menu-item,.public-header .faq-menu-item{position:relative!important;color:#374151!important;font-weight:500!important;border-radius:10px!important;margin:0 4px!important;padding:8px 16px!important;transition:all .25s ease!important;border:1px solid transparent!important;overflow:hidden!important;background:transparent!important}.public-header .ant-menu-item.faq-menu-item:hover,.public-header .faq-menu-item:hover{color:#e97c0f!important;background:#e97c0f1a!important;border-color:#e97c0f33!important;transform:translateY(-1px)!important;box-shadow:0 3px 8px #e97c0f26!important}[data-theme=dark] .public-header .ant-menu-item.faq-menu-item,[data-theme=dark] .public-header .faq-menu-item{color:#d1d5db!important}[data-theme=dark] .public-header .ant-menu-item.faq-menu-item:hover,[data-theme=dark] .public-header .faq-menu-item:hover{color:#f59e0b!important;background:#f59e0b26!important;border-color:#f59e0b40!important;box-shadow:0 3px 8px #f59e0b33!important}.public-header:not(.scrolled) .ant-menu-item .anticon{margin-right:8px!important;display:flex;align-items:center;font-size:16px;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6)}.public-header:not(.scrolled) .ant-menu-item-icon{margin-right:8px!important;display:flex;align-items:center}.public-header:not(.scrolled) .ant-menu-item:hover{color:#fff!important;background:#ffffff40!important;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 8px rgba(0,0,0,.7);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d,0 4px 12px #0003,inset 0 1px #fff3}.public-header:not(.scrolled) .ant-menu-item-selected{color:#fff!important;background:#fff3!important;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 15px #0003,inset 0 1px #ffffff26}.public-header:not(.scrolled) .auth-button:hover,.public-header:not(.scrolled) .ant-btn-text:hover{color:var(--color-primary)!important;background:#ffffff26!important;text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 8px rgba(0,0,0,.7)}.desktop-nav{flex:1;display:flex;justify-content:center;transition:all .3s ease;margin-left:24px}@media (max-width: 768px){.desktop-nav,.modern-search-wrapper,.header-search-wrapper{display:none!important}.mobile-menu-trigger{display:block!important;flex-shrink:0}.header-content{padding:0 12px!important;overflow:hidden;width:100%}.logo-section{flex-shrink:0;margin-left:0!important;margin-right:8px}.header-mobile-menu-btn{flex-shrink:0!important;margin-left:auto}.company-logo{height:32px!important;width:auto!important}}@media (max-width: 1024px) and (min-width: 769px){.desktop-nav{margin-left:12px;display:flex}.header-search-wrapper .header-search-input{width:200px}.mobile-menu-trigger{display:none}.desktop-auth{display:flex}}.header-search-wrapper{position:relative}.header-search-input{border-radius:12px!important;border:2px solid #d1d5db!important;background-color:#fff!important;transition:all .3s ease!important;font-size:14px!important;color:#374151!important;box-shadow:0 1px 3px #0000001a!important}.header-search-input:hover{border-color:#050b83!important;background-color:#fff!important;box-shadow:0 2px 6px #050b8326!important}.header-search-input:focus,.header-search-input.ant-input-focused{border-color:#050b83!important;box-shadow:0 0 0 3px #050b8326,0 2px 8px #050b8333!important;background-color:#fff!important;color:#111827!important}.ant-btn-primary{background-color:#050b83!important;border-color:#050b83!important;border-radius:8px!important;font-weight:500!important;transition:all .3s ease!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:#030659!important;border-color:#030659!important;transform:translateY(-1px);box-shadow:0 4px 12px #050b834d!important}.modern-search-wrapper{position:relative;display:flex;align-items:center}.modern-search-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#050b830d,#050b8305);border-radius:16px;z-index:-1;transition:opacity .3s ease;opacity:0}.modern-search-wrapper:hover:before{opacity:1}.modern-search-input{position:relative;border-radius:16px!important;border:2px solid transparent!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#050b8326,#050b830d) border-box!important;transition:all .3s ease!important;font-size:14px!important;color:#374151!important}.modern-search-input::placeholder{color:#9ca3af!important;font-weight:400!important}.modern-search-input .ant-input-prefix{color:#6b7280!important;margin-right:8px!important;transition:color .3s ease!important}.modern-search-input:focus,.modern-search-input.ant-input-focused{border-color:#050b8366!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#050b83,#050b834d) border-box!important;box-shadow:0 0 0 4px #050b831a,0 8px 25px #050b8326,inset 0 1px #fff!important;color:#111827!important;transform:translateY(-1px)}.modern-search-input:focus .ant-input-prefix,.modern-search-input.ant-input-focused .ant-input-prefix{color:#050b83!important}.modern-search-input .ant-input-clear-icon{color:#9ca3af!important;transition:all .2s ease!important}.modern-search-input .ant-input-clear-icon:hover{color:#050b83!important;background:#050b831a!important;border-radius:50%}.search-spinner{width:16px;height:16px;border:2px solid #f3f4f6;border-top:2px solid #050b83;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(5,11,131,.1);border-radius:12px;box-shadow:0 8px 25px #050b8326;z-index:1000;margin-top:4px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{padding:12px 16px 8px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f3f4f6}.suggestion-item{padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f9fafb}.suggestion-item:hover{background:#050b830a;transform:translate(2px)}.suggestion-item:last-of-type{border-bottom:none}.suggestion-content{display:flex;align-items:center;gap:12px}.suggestion-thumbnail{width:40px;height:30px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.suggestion-details{flex:1;min-width:0}.suggestion-title{font-size:14px;font-weight:500;color:#111827;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;flex-wrap:wrap}.suggestion-instructor{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;flex-shrink:0}.suggestion-rating{white-space:nowrap;flex-shrink:0}.suggestion-students{white-space:nowrap;font-size:11px;color:#9ca3af;flex-shrink:0}.suggestions-footer{padding:12px 16px;border-top:1px solid #f3f4f6;background:#050b8305}.view-all-results{width:100%;padding:8px 12px;background:transparent;border:1px solid rgba(5,11,131,.2);border-radius:8px;color:#050b83;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-all-results:hover{background:#050b83;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #050b8333}@media (max-width: 768px){.modern-search-wrapper,.search-suggestions-dropdown{display:none!important}}@media (max-width: 1024px){.modern-search-input{width:250px!important}.search-suggestions-dropdown{width:250px}}.header-explore-btn{position:relative;overflow:hidden;border-radius:10px!important;font-weight:500!important;transition:all .25s ease!important;background:linear-gradient(135deg,transparent 0%,rgba(5,11,131,.03) 100%)!important;border:1px solid rgba(5,11,131,.1)!important}.header-explore-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(5,11,131,.1),transparent);transition:left .6s ease}.header-explore-btn:hover:before{left:100%}.header-explore-btn:hover{color:#050b83!important;border-color:#050b8333!important;transform:translateY(-1px);box-shadow:0 4px 12px #050b8326!important}.header-nav-menu{background:transparent!important;border:none!important}.header-login-btn{position:relative;overflow:hidden;color:#374151!important;border:1px solid rgba(55,65,81,.2)!important;border-radius:10px!important;font-weight:500!important;padding:8px 16px!important;transition:all .25s ease!important;background:transparent!important}.header-login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(55,65,81,.1),transparent);transition:left .5s ease}.header-login-btn:hover:before{left:100%}.header-login-btn:hover{color:#050b83!important;border-color:#050b834d!important;background:#050b830a!important;transform:translateY(-1px);box-shadow:0 3px 8px #050b831f!important}.header-signup-btn{position:relative;overflow:hidden;background:linear-gradient(135deg,#050b83,#030659)!important;border:none!important;border-radius:10px!important;font-weight:600!important;padding:8px 20px!important;transition:all .25s ease!important;box-shadow:0 2px 6px #050b8333!important}.header-signup-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.header-signup-btn:hover:before{left:100%}.header-signup-btn:hover{background:linear-gradient(135deg,#030659,#020440)!important;transform:translateY(-2px);box-shadow:0 6px 16px #050b834d!important}.header-mobile-menu-btn{color:#374151!important;border:1px solid rgba(55,65,81,.2)!important;border-radius:8px!important;padding:8px!important;transition:all .25s ease!important;background:#fffc!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-mobile-menu-btn:hover{color:#050b83!important;border-color:#050b834d!important;background:#050b830d!important;transform:translateY(-1px);box-shadow:0 3px 8px #050b8326!important}.explore-dropdown-btn{border-radius:8px!important;font-weight:500!important;transition:color .2s ease!important}.explore-dropdown-btn:hover{color:#050b83!important}.desktop-nav .ant-btn{color:var(--text-primary);border:none;background:transparent;font-weight:600;transition:all .3s ease;border-radius:8px;min-width:70px}.desktop-nav .ant-btn:hover{color:#050b83}.nav-link{text-decoration:none!important;transition:all .3s ease}.nav-link:hover{text-decoration:none!important;color:var(--color-primary)!important;background:#1890ff1a!important;transform:translateY(-1px)}.nav-link.active{color:var(--color-primary)!important;background:#1890ff1a!important}.public-header:not(.scrolled) .nav-link{color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 8px rgba(0,0,0,.4)}.public-header:not(.scrolled) .nav-link:hover{color:var(--color-primary)!important;background:#ffffff26!important;text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 8px rgba(0,0,0,.7)}.public-header:not(.scrolled) .header-search-input{background:#ffffffe6!important;border:2px solid rgba(255,255,255,.8)!important;color:#111827!important;box-shadow:0 4px 12px #0003!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-header:not(.scrolled) .header-search-input::placeholder{color:#6b7280!important}.public-header:not(.scrolled) .header-search-input .ant-input-prefix .anticon{color:#6b7280!important}.public-header:not(.scrolled) .header-search-input:hover{background:#fffffff2!important;border-color:#ffffffe6!important;box-shadow:0 6px 16px #00000040!important}.public-header:not(.scrolled) .header-search-input:focus,.public-header:not(.scrolled) .header-search-input.ant-input-focused{background:#fff!important;border-color:#050b83!important;color:#111827!important;box-shadow:0 0 0 3px #050b8333,0 8px 20px #0000004d!important}.public-header:not(.scrolled) .desktop-nav .ant-btn{color:#ffffffe6}.public-header:not(.scrolled) .desktop-nav .ant-btn:hover{color:#fff;background:#ffffff26}[data-theme=dark] .header-search-input{background:#ffffff1a!important;border-color:#fff3!important;color:#ffffffe6!important}[data-theme=dark] .header-search-input::placeholder{color:#fff9!important}[data-theme=dark] .header-search-input .ant-input-prefix .anticon{color:#fff9!important}[data-theme=dark] .header-search-input:hover{background:#ffffff26!important;border-color:#ffffff4d!important}[data-theme=dark] .header-search-input:focus,[data-theme=dark] .header-search-input.ant-input-focused{background:#fff3!important;border-color:var(--color-primary)!important;color:#fff!important}[data-theme=dark] .desktop-nav .ant-btn{color:#fffc}.main-menu{border-bottom:none;background:transparent!important;transition:all .3s ease}.main-menu .ant-menu-item{font-family:Manrope,sans-serif!important;font-weight:600!important;font-size:16px!important;color:var(--text-primary)!important;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px;margin:0 4px;padding:8px 16px;position:relative;display:flex!important;align-items:center!important;justify-content:center!important;letter-spacing:-.01em}.main-menu .ant-menu-item .anticon{margin-right:8px!important;display:flex;align-items:center;font-size:16px}.main-menu .ant-menu-item-icon{margin-right:8px!important;display:flex;align-items:center}.main-menu .ant-menu-item:hover{color:#ff8c00!important;background:#ff8c001a!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff8c0033,0 2px 6px #ff8c001a;border:1px solid rgba(255,140,0,.2)}.main-menu .ant-menu-item-selected{color:#ff8c00!important;background:#ff8c0014!important;border:1px solid rgba(255,140,0,.15);box-shadow:0 2px 8px #ff8c0026,inset 0 1px #ff8c001a}.main-menu .ant-menu-item a{color:inherit;text-decoration:none;font-weight:500;display:flex!important;align-items:center!important;padding:4px 0;transition:all .3s ease;width:100%;justify-content:center}.main-menu .ant-menu-item a:hover{color:inherit;text-decoration:none}.main-menu .ant-menu-item a .anticon{margin-right:8px!important}.explore-dropdown-btn{font-family:Manrope,sans-serif!important;font-weight:600!important;font-size:16px!important;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px!important;margin:0 4px;padding:8px 16px!important;position:relative;display:flex!important;align-items:center!important;justify-content:center!important;letter-spacing:-.01em;height:auto!important;border:none!important;background:transparent!important}.explore-dropdown-btn:hover{color:#ff8c00!important;background:#ff8c001a!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff8c0033,0 2px 6px #ff8c001a;border:1px solid rgba(255,140,0,.2)!important}.explore-dropdown-btn:focus{color:#ff8c00!important;background:#ff8c0014!important;border:1px solid rgba(255,140,0,.15)!important;box-shadow:0 2px 8px #ff8c0026,inset 0 1px #ff8c001a}.main-menu .ant-menu-item:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#ff8c00;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.main-menu .ant-menu-item:hover:before,.main-menu .ant-menu-item-selected:before{width:80%}.public-header:not(.scrolled) .ant-menu-item:before{background:#fff;box-shadow:0 0 8px #ffffff80}.desktop-auth{flex-shrink:0;display:flex;align-items:center;gap:12px}.auth-button{font-family:Manrope,sans-serif!important;font-weight:600!important;color:#374151!important;border-color:#d1d5db!important;transition:all .3s ease;border-radius:8px;height:40px;padding:0 20px;letter-spacing:-.01em;background:#fff!important}.auth-button:hover{color:#050b83!important;border-color:#050b83!important;background:#f8fafc!important;transform:translateY(-1px);box-shadow:0 4px 12px #050b8333}.signup-button{font-family:Manrope,sans-serif!important;font-weight:700!important;border-radius:8px;background:#050b83!important;border-color:#050b83!important;color:#fff!important;transition:all .3s ease;height:40px;padding:0 24px;box-shadow:0 2px 8px #050b834d;letter-spacing:-.01em}.signup-button:hover{background:#030659!important;border-color:#030659!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #050b8366}.public-header:not(.scrolled) .signup-button{background:#fffffff2!important;border-color:#fffffff2!important;color:#ff8c00!important;font-weight:700!important;box-shadow:0 4px 16px #0003,0 2px 8px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-header:not(.scrolled) .signup-button:hover{background:#fff!important;border-color:#fff!important;color:#389e0d!important;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d,0 4px 12px #0003}.public-header:not(.scrolled) .auth-button{background:#ffffff26!important;border-color:#00000080!important;color:#000!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600!important}.public-header:not(.scrolled) .auth-button:hover{background:#ffffff40!important;border-color:#fff6!important;color:#2900a5!important;transform:translateY(-1px);box-shadow:0 4px 16px #0003}.public-header:not(.scrolled) .theme-toggle{background:#ffffff26!important;border-color:#ffffff40!important;color:#000!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000004d,0 4px 16px #0003;border-radius:8px;height:36px;width:36px;display:flex;align-items:center;justify-content:center}.public-header:not(.scrolled) .theme-toggle:hover{background:#ffffff40!important;border-color:#ffffff59!important;color:#0e03aeab!important;transform:translateY(-1px);box-shadow:0 4px 12px #0006,0 8px 24px #0000004d}.theme-toggle{transition:all .3s ease;border-radius:8px;height:36px;width:36px;display:flex;align-items:center;justify-content:center;background:#f8fafc!important;border:2px solid #e5e7eb!important;color:#374151!important;box-shadow:0 1px 3px #0000001a!important}.theme-toggle:hover{background:#f1f5f9!important;border-color:#050b83!important;color:#050b83!important;transform:translateY(-1px);box-shadow:0 4px 12px #050b8333!important}[data-theme=dark] .theme-toggle{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}[data-theme=dark] .theme-toggle:hover{background:#fff3!important;border-color:#ffffff4d!important;color:#fff!important}.mobile-menu-trigger{display:none}.mobile-menu-button{font-size:18px;padding:8px;transition:all .3s ease;border-radius:8px;height:36px;width:36px;display:flex;align-items:center;justify-content:center}.public-header:not(.scrolled) .mobile-menu-button{color:#fff!important;background:#ffffff26!important;border-color:#ffffff40!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 8px rgba(0,0,0,.4);font-weight:600!important;border-radius:8px}.public-header:not(.scrolled) .mobile-menu-button:hover{color:#fff!important;background:#ffffff40!important;border-color:#ffffff59!important;transform:translateY(-1px)}.mobile-drawer-header{display:flex;align-items:center;gap:12px}.mobile-logo{width:85px;object-fit:cover}.mobile-menu-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.mobile-menu-content>div:first-child{margin-bottom:16px}.mobile-search-input{width:100%!important;transition:all .3s ease!important;box-shadow:0 1px 3px #0000001a!important}.mobile-search-input:focus,.mobile-search-input.ant-input-focused{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #1890ff26!important;background-color:#fff!important}.mobile-search-input .ant-input-prefix{margin-right:8px}.mobile-menu{border-right:none;flex:1}.mobile-menu .ant-menu-item{display:flex!important;align-items:center!important;padding:12px 16px!important}.mobile-menu .ant-menu-item .anticon{margin-right:12px!important;font-size:18px;display:flex;align-items:center}.mobile-menu .ant-menu-item a{display:flex!important;align-items:center!important;width:100%}.mobile-menu .ant-dropdown-trigger{width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;color:var(--text-primary)!important;text-decoration:none!important}.mobile-menu .ant-dropdown-trigger:hover{color:var(--color-primary)!important}.mobile-auth-section{padding:24px 0}.mobile-user-info{text-align:center;padding:16px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-secondary)}.mobile-user-info .ant-avatar{margin-bottom:8px}.user-info{display:flex;align-items:center;padding:8px 12px;border-radius:8px;transition:all .3s ease}.user-info:hover{background:var(--bg-secondary)}.public-content{min-height:calc(100vh - 200px);padding:0}.public-footer{background:var(--bg-tertiary);color:var(--text-primary);margin-top:60px;border-top:1px solid var(--border-secondary);transition:var(--transition-normal)}.footer-content{max-width:1200px;margin:0 auto;padding:40px 24px 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-section h5{color:var(--text-primary)!important;margin-bottom:16px;font-weight:600;transition:var(--transition-normal)}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{height:48px;width:228px;object-fit:cover}.footer-brand-name{color:var(--text-primary)!important;margin:0!important;transition:var(--transition-normal)}.footer-slogan{color:var(--text-secondary)!important;font-style:italic;transition:var(--transition-normal)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:var(--transition-normal)}.footer-links a:hover{color:#ff8c00;transform:translate(4px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--border-secondary)}.footer-copyright span{color:var(--text-secondary)!important;transition:var(--transition-normal)}.footer-legal a{color:var(--text-secondary);text-decoration:none;transition:var(--transition-normal)}.footer-legal a:hover{color:#ff8c00}.footer-divider{color:var(--text-tertiary);margin:0 8px}.footer-app-badges{display:flex;flex-direction:row;gap:12px;margin-top:8px}.app-badge-link{display:inline-block;transition:transform .3s ease,opacity .3s ease}.app-badge-link:hover{transform:scale(1.05);opacity:.9}.app-badge{height:40px;width:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.app-badge:hover{box-shadow:0 4px 12px #00000026}@media (max-width: 992px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-app-badges{flex-direction:row;gap:8px}.app-badge{height:36px}}@media (max-width: 768px){.desktop-nav,.desktop-auth{display:none}.mobile-menu-trigger{display:block}.header-content{padding:0 16px}.company-name{font-size:20px!important;margin-right:16px!important}.footer-content{padding:30px 16px 20px}.footer-top{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.footer-divider{display:none}.footer-app-badges{flex-direction:row;justify-content:center;gap:12px}.app-badge{height:32px}}@media (max-width: 480px){.header-content{padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;max-width:none!important}.company-name{font-size:18px!important;margin-right:12px!important}.company-logo{height:32px;width:32px}.footer-content{padding:24px 12px 16px}}.instructor-profile-inline.clickable{padding:16px;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.instructor-profile-inline.clickable:hover{background:#f0f2ff;border-color:#d6e4ff;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.course-detail-page{min-height:100vh;background:#f5f5f5}.course-header{background:var(--primary-color, #1890ff);color:#fff;padding:20px 0 50px;position:relative;overflow:hidden}.course-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='7' cy='7' r='2'/%3E%3Ccircle cx='37' cy='37' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3;pointer-events:none}.header-overlay{background:#0000001a;padding:20px 0;position:relative;z-index:1}.back-button{color:#fff!important;margin-bottom:16px;border:1px solid rgba(255,255,255,.3)!important;border-radius:8px!important;padding:6px 16px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a!important}.back-button:hover{background:#fff3!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.course-hero-content{padding-right:24px}.course-main-title{color:#fff!important;font-size:2.2rem!important;font-weight:700!important;margin-bottom:8px!important;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.3)}.course-instructor{color:#fffffff2!important;font-size:1rem;margin-bottom:12px;display:block;font-weight:500}.meta-item{display:flex;align-items:center;gap:6px;color:#fffffff2;font-weight:500}.header-rating .ant-rate-star{color:gold!important;font-size:14px!important}.course-description{color:#fffffff2!important;font-size:.95rem;line-height:1.5;margin-bottom:0!important}.course-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #0000004d;border:3px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-main-image{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.course-image-container:hover .course-main-image{transform:scale(1.05)}.image-placeholder{width:100%;height:300px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffb3;border-radius:12px}.course-actions{position:absolute;top:16px;right:16px}.action-btn{background:#fffffff2!important;border:none!important;border-radius:50%!important;width:44px;height:44px;display:flex!important;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026;transition:all .3s ease}.action-btn:hover{background:#fff!important;transform:scale(1.1);box-shadow:0 6px 16px #0003}.favorite-btn.ant-btn-text{color:#ff4d4f!important}.favorite-btn.ant-btn-text:hover{color:#ff7875!important}.share-btn.ant-btn-text{color:#ff6b00!important}.share-btn.ant-btn-text:hover{color:#ff8f39!important}.course-stats-card,.enrollment-card,.course-content-card{margin:24px 0;border-radius:20px;box-shadow:0 8px 32px #0000001a;border:none;background:linear-gradient(135deg,#fff,#f8f9fa);overflow:hidden}.course-stats-card{margin-top:-40px;background:linear-gradient(135deg,#fff,#f8f9fa);z-index:10;position:relative;border:1px solid rgba(255,107,0,.1)}.price-section{display:flex;align-items:center;gap:16px}.free-price{color:#52c41a!important;margin:0!important}.current-price{color:#1890ff!important;margin:0!important}.original-price{font-size:1.2rem;color:#999}.enroll-button{height:48px;border-radius:8px;font-weight:600;font-size:1rem}.course-tabs{margin-top:0;border-radius:12px;overflow:hidden}.course-tabs .ant-tabs-nav{background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin-bottom:0;border-radius:12px 12px 0 0;padding:0 24px}.course-tabs .ant-tabs-tab{font-weight:600;font-size:1rem;color:#666;border-radius:8px 8px 0 0;margin:8px 4px 0;padding:12px 20px;transition:all .3s ease}.course-tabs .ant-tabs-tab:hover{color:#ff6b00;background:#ff6b001a}.course-tabs .ant-tabs-tab-active{background:linear-gradient(135deg,#ff6b00,#ff8f39)!important;color:#fff!important;border-color:transparent!important}.course-tabs .ant-tabs-content-holder{background:#fff;border-radius:0 0 12px 12px}.tab-content{padding:32px 24px}.tab-content .ant-list-item{justify-content:flex-start!important;text-align:left!important}.tab-content .ant-list-item-meta,.tab-content .ant-typography{text-align:left!important}.curriculum-collapse{background:transparent}.curriculum-collapse .ant-collapse-item{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid rgba(255,107,0,.1);border-radius:12px;margin-bottom:12px;overflow:hidden}.curriculum-collapse .ant-collapse-header{background:linear-gradient(135deg,#fff7f0,#ffefe6);border-radius:12px 12px 0 0;padding:16px 20px;font-weight:600;color:#1a1a1a}.curriculum-collapse .ant-collapse-content{background:#fff;border-radius:0 0 12px 12px}.chapter-header h5{margin:0;color:#ff6b00;font-weight:600}.lesson-item{padding:12px 20px;border-bottom:1px solid #f5f5f5;transition:background .2s ease}.lesson-item:hover{background:#ff6b000d}.lesson-item:last-child{border-bottom:none}.lesson-item .ant-list-item-meta-avatar{color:#ff6b00}.instructor-profile{padding:24px;background:linear-gradient(135deg,#fff7f0,#ffefe6);border-radius:16px;border:1px solid rgba(255,107,0,.1)}.reviews-summary{padding:24px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;margin-bottom:24px;border:1px solid rgba(255,107,0,.1)}.rating-summary{text-align:center}.rating-summary h2{font-size:3rem;margin:0;color:#ff6b00;font-weight:700}.rating-breakdown{padding-left:24px}.rating-bar{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rating-bar .ant-typography{min-width:60px}.rating-bar .ant-progress-line{flex:1}.rating-bar .ant-progress-bg{background:#ff6b00!important}@media (max-width: 768px){.course-main-title{font-size:1.8rem!important}.course-hero-content{padding-right:0;margin-bottom:24px}.course-main-image,.image-placeholder{height:200px}.course-stats-card{margin-top:-20px}.price-section{margin-bottom:16px}.enroll-button{width:100%}.rating-breakdown{padding-left:0;margin-top:16px}}@media (max-width: 480px){.container{padding:0 16px}.course-main-title{font-size:1.5rem!important}.course-header{padding:16px 0 40px}.course-stats-card .ant-col{text-align:center}.meta-item{justify-content:center}.tab-content{padding:16px 0}.instructor-profile,.reviews-summary{padding:16px}}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.course-detail-page *{transition:all .3s ease}.action-btn{transition:all .2s ease}.tab-content::-webkit-scrollbar{width:6px}.tab-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.tab-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.tab-content::-webkit-scrollbar-thumb:hover{background:#a1a1a1}[data-theme=dark] .course-detail-page{background:#374151;color:#f9fafb}[data-theme=dark] .course-header{background:linear-gradient(135deg,#374151,#22345e)!important}[data-theme=dark] .header-overlay{background:#0006}[data-theme=dark] .back-button{border-color:#f9fafb4d!important;color:#f9fafb!important}[data-theme=dark] .back-button:hover{background:#f9fafb1a!important;border-color:#f59e0b!important}[data-theme=dark] .course-stats-card,[data-theme=dark] .enrollment-card,[data-theme=dark] .course-content-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}.course-catalog-page{background-color:#f8f9fa;min-height:100vh}[data-theme=dark] .course-detail-page,[data-theme=dark] div[style*="backgroundColor: '#f8f9fa'"],[data-theme=dark] .course-catalog-page{background:#374151!important;min-height:100vh}[data-theme=dark] .container{background:transparent}[data-theme=dark] .ant-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 2px 8px #00000040!important}[data-theme=dark] .ant-card .ant-card-body{background:#22345e!important}[data-theme=dark] .ant-card-hoverable:hover{box-shadow:0 8px 24px #0000004d!important;border-color:#f59e0b!important}[data-theme=dark] .ant-typography h1,[data-theme=dark] .ant-typography h2,[data-theme=dark] .ant-typography h3,[data-theme=dark] .ant-typography h4,[data-theme=dark] .ant-typography h5{color:#f9fafb!important}[data-theme=dark] .ant-typography{color:#d1d5db!important}[data-theme=dark] .free-price{color:#10b981!important}[data-theme=dark] .current-price{color:#f59e0b!important}[data-theme=dark] .original-price{color:#9ca3af}[data-theme=dark] .course-tabs .ant-tabs-tab{color:#d1d5db!important}[data-theme=dark] .course-tabs .ant-tabs-tab-active{color:#f59e0b!important}[data-theme=dark] .course-tabs .ant-tabs-ink-bar{background:#f59e0b!important}[data-theme=dark] .tab-content{background:#374151;color:#d1d5db}[data-theme=dark] .instructor-profile-inline.clickable{background:#4b5563;border-color:#6b7280}[data-theme=dark] .instructor-profile-inline.clickable:hover{background:#6b7280!important;border-color:#f59e0b!important}[data-theme=dark] .action-btn{background:#22345ee6!important;color:#f9fafb!important}[data-theme=dark] .action-btn:hover{background:#22345e!important}[data-theme=dark] .enroll-button{background:#f59e0b!important;border-color:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .enroll-button:hover{background:#d97706!important;border-color:#d97706!important}[data-theme=dark] .ant-pagination{color:#d1d5db}[data-theme=dark] .ant-pagination .ant-pagination-item{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .ant-pagination .ant-pagination-item a{color:#d1d5db!important}[data-theme=dark] .ant-pagination .ant-pagination-item-active{background:#f59e0b!important;border-color:#f59e0b!important}[data-theme=dark] .ant-pagination .ant-pagination-item-active a{color:#1f2937!important}[data-theme=dark] .ant-empty-description{color:#d1d5db!important}[data-theme=dark] .ant-input{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-input:focus{border-color:#f59e0b!important;background:#4b5563!important}[data-theme=dark] .ant-input::placeholder{color:#9ca3af!important}[data-theme=dark] .ant-select{color:#f9fafb!important}[data-theme=dark] .ant-select .ant-select-selector{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .ant-select:hover .ant-select-selector,[data-theme=dark] .ant-select-focused .ant-select-selector{border-color:#f59e0b!important}[data-theme=dark] .ant-btn-default{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .ant-btn-default:hover{background:#6b7280!important;border-color:#f59e0b!important;color:#f9fafb!important}[data-theme=dark] .ant-tag{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .ant-tag-blue{background:#1e40af!important;border-color:#3b82f6!important;color:#dbeafe!important}[data-theme=dark] .ant-tag-green{background:#059669!important;border-color:#10b981!important;color:#d1fae5!important}[data-theme=dark] .ant-rate-star{color:#6b7280!important}[data-theme=dark] .ant-rate-star-full{color:#fbbf24!important}[data-theme=dark] .loading-container,[data-theme=dark] .error-container{background:#374151;color:#d1d5db}[data-theme=dark] .meta-item{color:#f9fafbe6!important}[data-theme=dark] div[style*="background: rgba(0,0,0,0.7)"]{background:#000c!important}[data-theme=dark] .ant-typography h3{color:#f59e0b!important}[data-theme=dark] .course-description{color:#f9fafbe6!important}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.rating-overview-card{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px}.overall-rating{text-align:center}.overall-rating .rating-number{color:#faad14;margin-bottom:8px}.overall-rating .rating-stars{margin-bottom:8px}.overall-rating .rating-count{color:#666;font-size:14px}.rating-distribution{padding:0 16px}.rating-row{margin-bottom:8px}.rating-row-label{width:10px;text-align:right;font-size:12px}.rating-bar{flex:1;margin:0 8px}.rating-row-count{width:30px;font-size:12px;color:#666}.reviews-list{margin-top:24px}.review-card{margin-bottom:16px;border-radius:8px;border:1px solid #f0f0f0}.review-card:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000d}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.reviewer-info{display:flex;gap:12px;align-items:flex-start}.reviewer-details{flex:1}.reviewer-name{margin-bottom:4px;display:block}.review-meta{display:flex;align-items:center;gap:12px;margin-bottom:0}.review-rating{margin-bottom:0}.review-date{font-size:12px}.review-actions{display:flex;align-items:center;gap:8px}.review-comment{margin-bottom:12px;line-height:1.6}.review-footer{padding-top:8px;border-top:1px solid #f0f0f0}.helpful-text{font-size:12px}.ant-modal .ant-form-item-label>label{font-weight:600}.ant-modal .ant-rate{font-size:20px}.ant-modal .ant-form-item-explain{font-size:12px;margin-top:4px}.ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px 16px}.ant-modal-body{padding:24px}.ant-modal-title{font-weight:600;font-size:18px}.ant-rate-star{margin-right:4px}.ant-input{transition:all .3s ease}.ant-input:focus,.ant-input-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.reviews-loading{text-align:center;padding:40px 0}.reviews-loading .ant-spin{margin-bottom:16px}@media (max-width: 768px){.reviews-header{flex-direction:column;align-items:stretch;gap:16px}.rating-overview-card{padding:16px}.review-header{flex-direction:column;gap:12px}.review-actions{align-self:flex-end}.rating-distribution{padding:0}}@media (max-width: 576px){.review-card .ant-card-body{padding:12px}.reviewer-info{gap:8px}.review-meta{flex-direction:column;align-items:flex-start;gap:4px}}[data-theme=dark] .reviews-summary,[data-theme=dark] .review-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .overall-rating .rating-number{color:#fbbf24}[data-theme=dark] .overall-rating .rating-count,[data-theme=dark] .rating-row-count{color:#d1d5db}[data-theme=dark] .review-content{color:#d1d5db!important}[data-theme=dark] .reviewer-name{color:#f9fafb!important}[data-theme=dark] .review-date{color:#9ca3af!important}[data-theme=dark] .course-learning-container{background:#374151!important}[data-theme=dark] .lesson-sidebar{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .lesson-item{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .lesson-item:hover{background:#6b7280!important}[data-theme=dark] .lesson-item.active{background:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .lesson-title{color:#f9fafb!important}[data-theme=dark] .lesson-duration{color:#d1d5db!important}[data-theme=dark] .progress-tracker{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .progress-label{color:#f9fafb!important}[data-theme=dark] .progress-percentage{color:#f59e0b!important}[data-theme=dark] .video-player-container{background:#1f2937!important}[data-theme=dark] .video-controls{background:#000c!important}[data-theme=dark] .course-notes{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .note-item{background:#4b5563!important;border-color:#6b7280!important}[data-theme=dark] .note-content{color:#d1d5db!important}[data-theme=dark] .note-timestamp{color:#9ca3af!important}[data-theme=dark] .certificate-preview{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .certificate-title{color:#f59e0b!important}[data-theme=dark] .certificate-details{color:#d1d5db!important}[data-theme=dark] .bookmark-item{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .bookmark-item:hover{background:#4b5563!important;border-color:#f59e0b!important}[data-theme=dark] .bookmark-title{color:#f9fafb!important}[data-theme=dark] .bookmark-description{color:#d1d5db!important}[data-theme=dark] .discussion-thread{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .discussion-title{color:#f9fafb!important}[data-theme=dark] .discussion-content{color:#d1d5db!important}[data-theme=dark] .discussion-author{color:#f59e0b!important}[data-theme=dark] .discussion-date{color:#9ca3af!important}[data-theme=dark] .course-search-container{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .search-filters{background:#4b5563!important}[data-theme=dark] .filter-tag{background:#6b7280!important;color:#f9fafb!important;border-color:#9ca3af!important}[data-theme=dark] .filter-tag.active{background:#f59e0b!important;color:#1f2937!important;border-color:#f59e0b!important}[data-theme=dark] .recommendation-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .recommendation-title{color:#f9fafb!important}[data-theme=dark] .recommendation-reason{color:#d1d5db!important}[data-theme=dark] .reviews-loading,[data-theme=dark] .course-loading{background:#374151;color:#d1d5db}.hero-carousel-container{width:100%;position:relative;overflow:hidden}.hero-carousel{width:100%;height:80vh;max-height:900px;min-height:600px}.hero-carousel .ant-carousel .slick-dots{display:none}.hero-slide{width:100%;height:80vh;max-height:900px;min-height:600px;position:relative;overflow:hidden}.hero-slide-background{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;animation:kenBurnsEffect 20s ease-in-out infinite alternate}@keyframes kenBurnsEffect{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(-2%)}}.hero-slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0009,#0000004d,#000000b3);display:flex;align-items:center;justify-content:center;z-index:2}.floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:6px;height:6px;background:linear-gradient(45deg,#fffc,#1890ff66);border-radius:50%;animation:floatUp linear infinite;box-shadow:0 0 10px #ffffff80}@keyframes floatUp{0%{opacity:0;transform:translateY(20px) translate(0) scale(.5)}10%{opacity:1;transform:translateY(0) translate(5px) scale(1)}50%{opacity:1;transform:translateY(-50vh) translate(-10px) scale(1.2)}90%{opacity:1;transform:translateY(-90vh) translate(10px) scale(.8)}to{opacity:0;transform:translateY(-100vh) translate(0) scale(.3)}}.hero-slide-content{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:70vh}.hero-text-content{color:#fff;z-index:3;animation:slideInCenter 1.2s cubic-bezier(.4,0,.2,1) forwards;max-width:800px;margin:0 auto}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInCenter{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:32px;color:#fff;animation:fadeInUp 1.5s cubic-bezier(.4,0,.2,1) .3s forwards;opacity:0;transform:translateY(20px)}.hero-badge .anticon{color:gold;font-size:16px}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-slide-title{color:#fff!important;font-size:3.5rem!important;font-weight:800!important;line-height:1.1!important;margin-bottom:24px!important;text-shadow:0 4px 20px rgba(0,0,0,.5);animation:fadeInUp 1.5s cubic-bezier(.4,0,.2,1) .5s forwards;opacity:0;transform:translateY(30px)}.hero-slide-subtitle{color:#ffffffe6!important;font-size:1.3rem!important;line-height:1.6!important;margin-bottom:40px!important;font-weight:400;max-width:600px;animation:fadeInUp 1.5s cubic-bezier(.4,0,.2,1) .7s forwards;opacity:0;transform:translateY(30px)}.stat-item{text-align:center;position:relative}.stat-number{color:#fff;font-size:2.2rem;font-weight:700;display:block;text-shadow:0 2px 15px rgba(0,0,0,.4);line-height:1;margin-bottom:8px;background:linear-gradient(135deg,#fff,#e6f7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#fffc;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-item:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:30px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);border-radius:1px}.hero-slide-actions{display:flex;gap:20px;align-items:center;animation:fadeInUp 1.5s cubic-bezier(.4,0,.2,1) 1.1s forwards;opacity:0;transform:translateY(30px);flex-wrap:wrap}.hero-primary-button{background:linear-gradient(135deg,#1890ff,#40a9ff)!important;border:none!important;height:56px!important;padding:0 32px!important;font-size:1.1rem!important;font-weight:600!important;border-radius:28px!important;box-shadow:0 8px 30px #1890ff66!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;display:flex;align-items:center;gap:8px}.hero-primary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.hero-primary-button:hover:before{left:100%}.hero-primary-button:hover{transform:translateY(-3px)!important;box-shadow:0 12px 40px #1890ff99!important}.hero-primary-button .arrow-icon{transition:transform .3s ease}.hero-primary-button:hover .arrow-icon{transform:translate(4px)}.hero-secondary-button{background:#ffffff1a!important;border:2px solid rgba(255,255,255,.3)!important;color:#fff!important;height:56px!important;padding:0 32px!important;font-size:1.1rem!important;font-weight:600!important;border-radius:28px!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1)!important}.hero-secondary-button:hover{background:#fff3!important;border-color:#fff9!important;color:#fff!important;transform:translateY(-3px)!important}.hero-visual-content{position:relative;display:flex;align-items:center;justify-content:center;animation:slideInRight 1.2s cubic-bezier(.4,0,.2,1) .5s forwards;opacity:0;transform:translate(50px)}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.floating-elements{position:relative;width:400px;height:400px}.floating-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;animation:floatCard 6s ease-in-out infinite}.floating-card:hover{transform:scale(1.05);box-shadow:0 12px 40px #0003}.card-1{top:10%;left:20%;animation-delay:0s}.card-2{top:30%;right:10%;animation-delay:-1.5s}.card-3{bottom:30%;left:10%;animation-delay:-3s}.card-4{bottom:10%;right:20%;animation-delay:-4.5s}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(1deg)}66%{transform:translateY(-5px) rotate(-1deg)}}.card-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1890ff,#40a9ff);border-radius:12px;box-shadow:0 4px 12px #1890ff4d}.card-text{color:#333;font-weight:600;font-size:.9rem;white-space:nowrap}.hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:floatParticle linear infinite}@keyframes floatParticle{0%{transform:translateY(50px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-50px) rotate(360deg);opacity:0}}.hero-navigation{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:10}.slide-indicators{display:flex;gap:12px;align-items:center}.slide-indicator{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease}.slide-indicator .indicator-line{display:block;width:40px;height:3px;background:#fff6;border-radius:2px;transition:all .3s ease}.slide-indicator.active .indicator-line{background:#fff;width:60px;box-shadow:0 0 15px #ffffff80}.slide-indicator:hover .indicator-line{background:#ffffffb3}.hero-loading,.hero-fallback{height:65vh;max-height:900px;min-height:480px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-fallback .hero-content{text-align:center;max-width:600px;padding:0 24px}.hero-fallback .hero-title{color:#fff!important;font-size:3rem!important;margin-bottom:24px!important}.hero-fallback .hero-description{color:#ffffffe6!important;font-size:1.2rem!important;margin-bottom:40px!important}.hero-fallback .hero-cta{background:#fff!important;border-color:#fff!important;color:#667eea!important;height:56px!important;padding:0 32px!important;font-size:1.1rem!important;font-weight:600!important;border-radius:28px!important}@media (max-width: 1200px){.hero-slide-content{grid-template-columns:1fr;gap:40px;text-align:center}.floating-elements{width:300px;height:300px}.hero-slide-title{font-size:3rem!important}}@media (max-width: 992px){.hero-carousel,.hero-slide{max-height:700px;min-height:500px}.hero-slide-content{padding:0 24px}.hero-slide-title{font-size:2.5rem!important}.hero-slide-subtitle{font-size:1.1rem!important}.hero-slide-stats{justify-content:center;gap:16px}.stat-number{font-size:1.5rem}.floating-elements{display:none}}@media (max-width: 768px){.hero-carousel,.hero-slide{max-height:450px;min-height:450px}.hero-slide-content{padding:0 16px}.hero-slide-title{font-size:2rem!important}.hero-slide-subtitle{font-size:1rem!important}.hero-slide-actions{flex-direction:column;align-items:stretch;gap:16px}.hero-primary-button,.hero-secondary-button{width:100%;justify-content:center}.hero-slide-stats{gap:12px;margin-bottom:32px}.stat-number{font-size:1.2rem}.hero-navigation{bottom:20px}}@media (max-width: 480px){.hero-slide-content{padding:0 12px}.hero-slide-title{font-size:1.8rem!important}.hero-slide-subtitle{font-size:.95rem!important}.hero-primary-button,.hero-secondary-button{height:48px!important;font-size:1rem!important}.hero-badge{font-size:.8rem;padding:8px 16px}.slide-indicator .indicator-line{width:30px}.slide-indicator.active .indicator-line{width:45px}}.auto-slide-progress{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:200px;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden;z-index:10}.progress-bar{height:100%;background:linear-gradient(90deg,#1890ff,#722ed1);border-radius:2px;transition:width .1s linear}.auto-slide-progress:hover .progress-bar{opacity:.7!important}.auto-slide-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:10}.progress-bar{height:100%;background:linear-gradient(90deg,#1890ff,#ff8c00);transition:width .1s linear;box-shadow:0 0 10px #1890ff80}@media (prefers-reduced-motion: reduce){.hero-slide-background,.floating-card,.particle{animation:none;opacity:0}.hero-text-content,.hero-visual-content,.hero-badge,.hero-slide-title,.hero-slide-subtitle,.hero-slide-actions{animation:none;opacity:1;transform:none}.progress-bar{transition:none}.floating-particles{display:none}}[data-theme=dark] .hero-carousel-container:not(.has-image){background:#1f3864}[data-theme=dark] .hero-slide:not(.has-image){background:#1f3864}[data-theme=dark] .hero-slide:not(.has-image) .hero-slide-background{background:#1f3864!important}[data-theme=dark] .hero-slide:not(.has-image) .hero-slide-overlay{background:linear-gradient(135deg,#1f3864cc,#1f386499,#1f3864e6)}[data-theme=dark] .floating-card{background:#22345ef2!important;border:1px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;box-shadow:0 8px 32px #0000004d!important}[data-theme=dark] .card-text{color:#e0e6f0!important}[data-theme=dark] .card-icon{background:linear-gradient(135deg,#2f3c55,#4a90e2)!important;color:#fff!important}[data-theme=dark] .hero-badge{background:#2f3c554d!important;border:1px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-theme=dark] .hero-primary-button{background:linear-gradient(135deg,#2f3c55,#4a90e2)!important;box-shadow:0 8px 30px #2f3c5566!important;color:#fff!important}[data-theme=dark] .hero-primary-button:hover{box-shadow:0 12px 40px #2f3c5599!important;background:linear-gradient(135deg,#4a90e2,#6bb6ff)!important}[data-theme=dark] .hero-secondary-button{background:#2f3c554d!important;border:2px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-theme=dark] .hero-secondary-button:hover{background:#2f3c5580!important;border-color:#ffffff1a!important;color:#fff!important}[data-theme=dark] .hero-loading:not(.has-image),[data-theme=dark] .hero-fallback:not(.has-image){background:linear-gradient(135deg,#1f3864,#2b4a80)!important}[data-theme=dark] .hero-fallback .hero-cta{background:#2b4a80!important;border-color:#2b4a80!important;color:#fff!important}[data-theme=dark] .hero-fallback .hero-cta:hover{background:#4a90e2!important;border-color:#4a90e2!important}[data-theme=dark] .slide-indicator .indicator-line{background:#e0e6f04d}[data-theme=dark] .slide-indicator.active .indicator-line{background:#2f3c55;box-shadow:0 0 15px #2f3c5580}[data-theme=dark] .slide-indicator:hover .indicator-line{background:#e0e6f099}[data-theme=dark] .auto-slide-progress{background:#e0e6f01a}[data-theme=dark] .progress-bar{background:linear-gradient(90deg,#2f3c55,#4a90e2);box-shadow:0 0 10px #2f3c5580}.learning-platform-homepage{min-height:100vh;padding-bottom:64px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;background:#fff;transition:background-color .3s ease}[data-theme=dark] .learning-platform-homepage{background:#374151;color:#fff}body{overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}html{overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}@keyframes shimmer{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.featured-courses-scroll{display:flex;gap:24px;overflow-x:auto;padding-bottom:20px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.featured-courses-scroll::-webkit-scrollbar{display:none}.featured-courses-scroll{-ms-overflow-style:none;scrollbar-width:none}.featured-course-card{min-width:300px;max-width:300px;flex-shrink:0}@media (max-width: 768px){.featured-course-card{min-width:280px;max-width:280px}.featured-courses-scroll{gap:16px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.ant-row{margin-bottom:32px!important}.ant-col .course-card.minimalist{width:100%}.ant-row:last-child{margin-bottom:64px!important}section:last-child{margin-bottom:64px}.search-section{padding:64px 0;background:#f0f6ff;transition:background-color .3s ease}.search-section .ant-input-search{box-shadow:0 4px 12px #0000001a}.section-header{text-align:center;margin-bottom:56px;font-family:Manrope,sans-serif;position:relative;padding:32px 0}.section-header:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:2px;animation:float 3s ease-in-out infinite}.section-header h1,.section-header h2{margin-bottom:16px;font-family:Manrope,sans-serif;font-weight:800;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;letter-spacing:-.025em;line-height:1.2;animation:fadeInUp .8s ease-out}.section-header h1:after,.section-header h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:1px;opacity:.7}.section-header p{font-size:18px;color:#64748b;font-family:Manrope,sans-serif;font-weight:500;max-width:600px;margin:0 auto;line-height:1.6;animation:fadeInUp .8s ease-out .2s both}.section-header .accent-divider{width:120px;height:3px;background:linear-gradient(135deg,#f59e0b,#f97316);margin:24px auto;border-radius:2px;position:relative;overflow:hidden}.section-header .accent-divider:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.hero-section{position:relative;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:80px 0;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.05) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.hero-content{position:relative;z-index:2;text-align:center}.hero-title{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#1e293b,#f59e0b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;letter-spacing:-.02em;line-height:1.1;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.25rem;color:#64748b;font-weight:500;max-width:600px;margin:0 auto 40px;line-height:1.6;animation:fadeInUp 1s ease-out .2s both}.hero-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;padding:16px 32px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #f59e0b4d;animation:fadeInUp 1s ease-out .4s both}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f59e0b66;color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin:64px 0}.feature-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(245,158,11,.1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f59e0b26}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px;color:#fff}.feature-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:12px}.feature-description{color:#64748b;line-height:1.6;font-weight:500}.course-card.minimalist.mobile-style{min-height:380px!important;height:auto!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 4px 12px #0000001a!important;transition:all .3s ease!important;border:1px solid #f0f0f0!important;background:#fff!important;display:flex!important;flex-direction:column!important}.course-card.minimalist.mobile-style:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #00000026!important}.course-card.minimalist.mobile-style .course-cover{position:relative;height:160px;overflow:hidden;background:#f5f5f5}.course-card.minimalist.mobile-style .course-cover img{width:100%;height:100%;object-fit:cover}.course-card.minimalist.mobile-style .level-badge{position:absolute;top:8px;left:8px;background:#1890ffe6;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;font-family:Manrope,sans-serif}.course-card.minimalist.mobile-style .price-overlay{position:absolute;bottom:0;left:0;right:0;background:#000000b3;padding:8px;color:#fff}.course-card.minimalist.mobile-style .free-overlay{position:absolute;bottom:8px;left:8px;background:#52c41a;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.course-card.minimalist.mobile-style .discounted-price{color:#fff;font-weight:700;font-size:14px}.course-card.minimalist.mobile-style .original-price-small{color:#fff;font-size:10px;text-decoration:line-through}.course-card.minimalist.mobile-style .current-price-overlay{color:#fff;font-weight:700;font-size:14px}.course-card.minimalist.mobile-style .course-content.mobile-style{padding:12px;display:flex;flex-direction:column;flex:1;gap:8px}.course-card.minimalist.mobile-style .course-title.mobile{margin:0 0 4px;line-height:1.3;color:#333;font-size:16px;font-weight:600;font-family:Manrope,sans-serif}.course-card.minimalist.mobile-style .instructor-text.mobile{color:#666;font-size:12px;font-weight:500;margin-bottom:6px;font-family:Manrope,sans-serif}.course-card.minimalist.mobile-style .course-rating.mobile{display:flex;align-items:center;gap:6px;margin-bottom:8px}.course-card.minimalist.mobile-style .rating-stars.mobile .ant-rate-star{font-size:14px}.course-card.minimalist.mobile-style .rating-text.mobile{font-size:10px;color:#666}.course-card.minimalist.mobile-style .course-stats.mobile{margin-bottom:8px}.course-card.minimalist.mobile-style .stat-item.mobile{display:inline-flex;align-items:center;gap:4px;color:#666;margin-right:12px}.course-card.minimalist.mobile-style .stat-text.mobile{font-size:10px}.course-card.minimalist.mobile-style .course-tags.mobile{margin-bottom:8px}.course-card.minimalist.mobile-style .category-tag.mobile{font-size:10px;padding:2px 6px;border-radius:4px;font-family:Manrope,sans-serif;font-weight:500}.course-card.minimalist.mobile-style .course-footer.mobile{margin-top:auto;padding-top:8px;border-top:1px solid #f0f0f0}.course-card.minimalist.mobile-style .price-container.mobile{display:flex;align-items:center;gap:8px}.course-card.minimalist.mobile-style .current-price.mobile{color:#1890ff;font-weight:700;font-size:16px;font-family:Manrope,sans-serif}.course-card.minimalist.mobile-style .original-price.mobile{color:#999;font-size:12px;text-decoration:line-through;font-family:Manrope,sans-serif;font-weight:400}.course-card.minimalist.mobile-style .free-text.mobile{color:#52c41a;font-weight:600;font-size:14px;font-family:Manrope,sans-serif}.course-card.minimalist.mobile-style .discount-badge.mobile{background:#ff4d4f;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600;font-family:Manrope,sans-serif}@media (max-width: 768px){.course-card.minimalist.mobile-style{min-height:340px!important}.course-card.minimalist.mobile-style .course-cover{height:140px}.course-card.minimalist.mobile-style .course-title.mobile{font-size:14px}}@media (max-width: 480px){.course-card.minimalist.mobile-style{min-height:320px!important}.course-card.minimalist.mobile-style .course-cover{height:120px}.course-card.minimalist.mobile-style .course-content.mobile-style{padding:10px;gap:6px}.course-card.minimalist.mobile-style .course-title.mobile{font-size:13px}}.course-card{height:100%;border-radius:12px!important;overflow:hidden!important;box-shadow:0 4px 16px #00000014!important;transition:all .3s ease!important;border:1px solid #f0f0f0!important;background:#fff!important}.course-card:hover{transform:translateY(-8px)!important;box-shadow:0 8px 24px #0000001f!important}.course-card .ant-card-body{padding:20px!important}.course-card .ant-card-actions{background:#fafafa!important;border-top:1px solid #f0f0f0!important;padding:12px 20px!important}.course-cover{position:relative;height:180px;overflow:hidden;background:linear-gradient(135deg,#052083,#4a6fbf,#8bb3f0)}.course-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.course-card:hover .course-cover img{transform:scale(1.05)}.course-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#052083,#4a6fbf,#8bb3f0)}.placeholder-icon{font-size:48px;color:#fffc}.course-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.course-card:hover .course-overlay{opacity:1}.preview-button{background:linear-gradient(135deg,#fffffff2,#f59e0b1a)!important;border:1px solid rgba(245,158,11,.3)!important;color:#f59e0b!important;font-weight:600!important;border-radius:12px!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-family:Manrope,sans-serif!important;box-shadow:0 4px 15px #f59e0b33;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.preview-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.2),transparent);transition:left .5s ease}.preview-button:hover{background:linear-gradient(135deg,#f59e0b,#f97316)!important;color:#fff!important;transform:scale(1.05) translateY(-2px)!important;border-color:#f59e0b!important;box-shadow:0 8px 25px #f59e0b66}.preview-button:hover:before{left:100%}.course-price{position:absolute;top:12px;right:12px;background:#1890ff;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 2px 8px #1890ff4d;font-family:Manrope,sans-serif}.course-title{font-size:16px!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:8px!important;line-height:1.4!important;font-family:Manrope,sans-serif!important}.course-description{color:#666!important;margin-bottom:16px!important;line-height:1.5!important;font-family:Manrope,sans-serif!important;font-weight:400}.course-meta{margin-bottom:16px}.course-instructor{display:flex;align-items:center;gap:8px;margin-bottom:12px}.instructor-name{color:#666!important;font-size:14px;font-family:Manrope,sans-serif;font-weight:500}.course-stats{margin:12px 0;color:#666;font-size:14px;font-family:Manrope,sans-serif;font-weight:400}.course-stats span{display:flex;align-items:center;gap:4px}.course-rating{display:flex;align-items:center;margin:12px 0}.rating-stars{font-size:14px!important}.rating-text{margin-left:8px;color:#666;font-size:13px;font-family:Manrope,sans-serif;font-weight:400}.course-tags{margin-top:12px}.course-tag{margin:2px 4px 2px 0;font-size:12px;padding:2px 8px;border-radius:12px}.enroll-button{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border:none!important;color:#fff!important;border-radius:12px!important;font-weight:600!important;height:40px!important;font-family:Manrope,sans-serif!important;box-shadow:0 4px 15px #f59e0b4d;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.enroll-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.enroll-button:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;transform:translateY(-2px) scale(1.02)!important;box-shadow:0 8px 25px #f59e0b66}.enroll-button:hover:before{left:100%}.featured-courses-section,.recent-courses-section,.categories-section,.platform-features-section,.search-results-section,.services-section{padding:64px 0;margin-bottom:-70px}.featured-courses-section{background:#f0f6ff;transition:background-color .3s ease}.recent-courses-section{background:#fff;transition:background-color .3s ease}.categories-section{background:#f0f6ff;transition:background-color .3s ease}.platform-features-section{background:#fff;transition:background-color .3s ease}.services-section{background:#f0f6ff;transition:background-color .3s ease}.search-results-section{background:#fff;border-bottom:1px solid #f0f0f0;margin-bottom:0;transition:background-color .3s ease}.category-card{text-align:center;border-radius:8px;transition:all .3s ease;cursor:pointer;font-family:Manrope,sans-serif}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-item{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:100%;font-family:Manrope,sans-serif}.cta-section{padding:80px 0;background:#f0f6ff;position:relative;overflow:hidden;transition:background-color .3s ease}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 60%);animation:float 8s ease-in-out infinite}.cta-content{position:relative;z-index:2;background:linear-gradient(135deg,#1e293b,#334155);border-radius:24px;padding:64px 48px;text-align:center;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(245,158,11,.2)}.cta-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;letter-spacing:-.02em}.cta-subtitle{font-size:1.125rem;color:#cbd5e1;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;color:#fff;padding:16px 40px;border-radius:12px;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 20px #f59e0b66}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f59e0b80;color:#fff}.stats-section{padding:80px 0;background:#f0f6ff;transition:background-color .3s ease}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:32px 20px;border-radius:16px;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(245,158,11,.1);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316)}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f59e0b26}.stat-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#f59e0b,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;line-height:1}.stat-label{font-size:1.125rem;font-weight:600;color:#64748b;margin-bottom:8px}.stat-description{font-size:.875rem;color:#94a3b8;line-height:1.4}.testimonials-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 8px 30px #00000014;transition:all .3s ease;border:1px solid rgba(245,158,11,.1);position:relative}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;font-weight:900;color:#f59e0b;line-height:1}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f59e0b26}.testimonial-content{font-size:1.125rem;line-height:1.6;color:#475569;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:16px}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#f97316);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.testimonial-info h4{font-weight:600;color:#1e293b;margin-bottom:4px}.testimonial-info p{color:#64748b;font-size:.875rem;margin:0}@media (max-width: 768px){.learning-platform-homepage{padding-bottom:48px}.container{padding:0 16px}.search-section,.featured-courses-section,.recent-courses-section,.categories-section,.platform-features-section{padding:32px 0}.section-header{margin-bottom:32px}.section-header h2{font-size:24px}.course-thumbnail{height:160px}.course-rating-price{flex-direction:column;align-items:flex-start;gap:8px}.cta-content{padding:32px 16px!important}}@media (max-width: 576px){.course-stats{flex-direction:column;gap:8px}.course-stats span{display:block}}*{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-right{animation:fadeInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.animate-slide-down{animation:slideInDown .8s ease-out forwards}.animate-delay-1{animation-delay:.1s;opacity:0}.animate-delay-2{animation-delay:.2s;opacity:0}.animate-delay-3{animation-delay:.3s;opacity:0}.animate-delay-4{animation-delay:.4s;opacity:0}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.parallax-section{position:relative;overflow:hidden}.parallax-bg{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-attachment:fixed;background-size:cover;background-position:center;z-index:-1}.gradient-overlay{position:relative}.gradient-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1890ff1a,#40a9ff0d);z-index:1}.gradient-overlay>*{position:relative;z-index:2}.floating{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulsing{animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.animate-fade-up,.animate-fade-left,.animate-fade-right,.animate-scale-in,.animate-slide-down{animation-duration:.6s}.animate-delay-1,.animate-delay-2,.animate-delay-3,.animate-delay-4{animation-delay:.1s}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.floating,.pulsing{animation:none}}[data-theme=dark] .ant-card{background:#22345e!important;border:1px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .ant-card .ant-card-body{background:#22345e!important;color:#e0e6f0!important}[data-theme=dark] .ant-typography{color:#e0e6f0!important}[data-theme=dark] .ant-typography h1,[data-theme=dark] .ant-typography h2,[data-theme=dark] .ant-typography h3,[data-theme=dark] .ant-typography h4,[data-theme=dark] .ant-typography h5,[data-theme=dark] .ant-typography h6{color:#fff!important}[data-theme=dark] .ant-typography p{color:#e0e6f0!important}.ant-btn-primary{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border-color:#f59e0b!important;color:#fff!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 4px 15px #f59e0b40!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.ant-btn-primary:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;border-color:#f97316!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #f59e0b66!important}.ant-btn-primary:hover:before{left:100%}.ant-btn-default{background:#fff!important;border:2px solid rgba(245,158,11,.3)!important;color:#f59e0b!important;border-radius:8px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-btn-default:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.1),transparent);transition:left .5s ease}.ant-btn-default:hover{background:#f59e0b1a!important;border-color:#f59e0b!important;color:#f59e0b!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #f59e0b33!important}.ant-btn-default:hover:before{left:100%}.ant-btn-ghost{background:transparent!important;border:2px solid #f59e0b!important;color:#f59e0b!important;border-radius:8px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-btn-ghost:hover{background:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #f59e0b4d!important}.ant-btn-link{color:#f59e0b!important;font-weight:600!important;transition:all .3s ease!important}.ant-btn-link:hover{color:#f97316!important;text-decoration:none!important;transform:translateY(-1px)!important}.ant-btn-lg{height:48px!important;padding:0 32px!important;font-size:16px!important;border-radius:12px!important}.ant-btn-sm{height:28px!important;padding:0 12px!important;font-size:12px!important;border-radius:6px!important}.ant-btn-round{border-radius:32px!important}.ant-btn-icon-only{border-radius:8px!important;transition:all .3s ease!important}.ant-btn-icon-only:hover{transform:scale(1.1)!important}.hero-cta{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border:none!important;color:#fff!important;padding:18px 36px!important;border-radius:14px!important;font-size:1.125rem!important;font-weight:700!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 6px 20px #f59e0b4d!important;position:relative;overflow:hidden}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s ease}.hero-cta:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;transform:translateY(-3px) scale(1.05)!important;box-shadow:0 12px 35px #f59e0b66!important}.hero-cta:hover:before{left:100%}.category-filter-btn{background:#fff!important;border:2px solid rgba(245,158,11,.2)!important;color:#64748b!important;border-radius:10px!important;font-weight:600!important;padding:8px 20px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.category-filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.1),transparent);transition:left .5s ease}.category-filter-btn:hover{background:#f59e0b1a!important;border-color:#f59e0b!important;color:#f59e0b!important;transform:translateY(-2px)!important;box-shadow:0 4px 15px #f59e0b33!important}.category-filter-btn:hover:before{left:100%}.category-filter-btn.active{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border-color:#f59e0b!important;color:#fff!important;box-shadow:0 4px 15px #f59e0b4d!important}.search-btn{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border-color:#f59e0b!important;color:#fff!important;border-radius:0 12px 12px 0!important;transition:all .3s ease!important;box-shadow:0 4px 15px #f59e0b40!important}.search-btn:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;border-color:#f97316!important;color:#fff!important;transform:scale(1.02)!important;box-shadow:0 6px 20px #f59e0b59!important}.load-more-btn{background:#f59e0b1a!important;border:2px solid rgba(245,158,11,.3)!important;color:#f59e0b!important;border-radius:12px!important;font-weight:600!important;padding:12px 32px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.load-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.15),transparent);transition:left .5s ease}.load-more-btn:hover{background:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #f59e0b4d!important}.load-more-btn:hover:before{left:100%}.social-btn{border-radius:12px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.social-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.2),transparent);transition:left .5s ease}.social-btn:hover{transform:translateY(-2px) scale(1.1)!important;box-shadow:0 8px 25px #f59e0b40!important;border-color:#f59e0b!important}.social-btn:hover:before{left:100%}.newsletter-btn{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border:none!important;color:#fff!important;border-radius:0 8px 8px 0!important;font-weight:600!important;transition:all .3s ease!important;box-shadow:0 4px 15px #f59e0b40!important}.newsletter-btn:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;transform:scale(1.02)!important;box-shadow:0 6px 20px #f59e0b59!important}[data-theme=dark] .ant-btn-primary{background:linear-gradient(135deg,#2f3c55,#4a90e2)!important;border-color:#2f3c55!important;color:#fff!important}[data-theme=dark] .ant-btn-primary:hover{background:linear-gradient(135deg,#4a90e2,#6bb6ff)!important;border-color:#4a90e2!important;color:#fff!important}[data-theme=dark] .ant-btn-default{background:#2f3c554d!important;border-color:#ffffff0d!important;color:#e0e6f0!important}[data-theme=dark] .ant-btn-default:hover{background:#2f3c5580!important;border-color:#ffffff1a!important;color:#fff!important}[data-theme=dark] .section{background:#374151!important}[data-theme=dark] .section:nth-child(2n){background:#2b4a801a!important}[data-theme=dark] .search-section,[data-theme=dark] .featured-courses-section,[data-theme=dark] .recent-courses-section,[data-theme=dark] .categories-section,[data-theme=dark] .platform-features-section,[data-theme=dark] .services-section,[data-theme=dark] .search-results-section,[data-theme=dark] .stats-section,[data-theme=dark] .testimonials-section,[data-theme=dark] .cta-section{background:#374151!important}[data-theme=dark] .featured-courses-section,[data-theme=dark] .categories-section,[data-theme=dark] .services-section,[data-theme=dark] .stats-section,[data-theme=dark] .cta-section{background:#22345e!important}[data-theme=dark] .hero-section{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme=dark] .hero-title{background:linear-gradient(135deg,#fff,#f59e0b,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .hero-subtitle{color:#d1d5db}[data-theme=dark] .section-header p{color:#d1d5db!important}[data-theme=dark] .feature-card{background:#22345e!important;border-color:#f59e0b33!important}[data-theme=dark] .feature-title{color:#fff!important}[data-theme=dark] .feature-description{color:#d1d5db!important}[data-theme=dark] .stats-section{background:#374151!important}[data-theme=dark] .stat-item{background:#22345e!important;border-color:#f59e0b33!important}[data-theme=dark] .stat-label{color:#d1d5db!important}[data-theme=dark] .stat-description{color:#9ca3af!important}[data-theme=dark] .testimonials-section{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme=dark] .testimonial-card{background:#22345e!important;border-color:#f59e0b33!important}[data-theme=dark] .testimonial-content{color:#d1d5db!important}[data-theme=dark] .testimonial-info h4{color:#fff!important}[data-theme=dark] .testimonial-info p{color:#9ca3af!important}[data-theme=dark] .cta-section{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme=dark] .cta-content{background:linear-gradient(135deg,#111827,#1f2937);border-color:#f59e0b4d!important}[data-theme=dark] .categories-section{background:#374151!important;color:#e0e6f0!important}[data-theme=dark] .categories-section .ant-typography h1,[data-theme=dark] .categories-section .ant-typography h2{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .categories-section .ant-typography{color:#d1d5db!important}[data-theme=dark] .featured-courses-section{background:#374151!important;color:#e0e6f0!important}[data-theme=dark] .featured-courses-section .ant-typography h1,[data-theme=dark] .featured-courses-section .ant-typography h2{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .featured-courses-section .ant-typography{color:#d1d5db!important}[data-theme=dark] .platform-features-section,[data-theme=dark] .why-choose-us-section{background:#374151!important;color:#e0e6f0!important}[data-theme=dark] .platform-features-section .ant-typography h1,[data-theme=dark] .platform-features-section .ant-typography h2{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .platform-features-section .ant-typography{color:#d1d5db!important}[data-theme=dark] .why-choose-us-section .section-title,[data-theme=dark] .why-choose-us-section .ant-typography h1,[data-theme=dark] .why-choose-us-section .ant-typography h2{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .why-choose-us-section .ant-typography,[data-theme=dark] .why-choose-us-section .section-subtitle{color:#d1d5db!important}[data-theme=dark] .platform-features-section .ant-card,[data-theme=dark] .why-choose-us-section .ant-card,[data-theme=dark] .platform-features-section .feature-card,[data-theme=dark] .why-choose-us-section .feature-card{background:#22345e!important;border:1px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .platform-features-section .ant-card .ant-card-body,[data-theme=dark] .why-choose-us-section .ant-card .ant-card-body{background:#22345e!important;color:#e0e6f0!important}[data-theme=dark] .platform-features-section .ant-card h1,[data-theme=dark] .platform-features-section .ant-card h2,[data-theme=dark] .platform-features-section .ant-card h3,[data-theme=dark] .platform-features-section .ant-card h4,[data-theme=dark] .why-choose-us-section .ant-card h1,[data-theme=dark] .why-choose-us-section .ant-card h2,[data-theme=dark] .why-choose-us-section .ant-card h3,[data-theme=dark] .why-choose-us-section .ant-card h4,[data-theme=dark] .platform-features-section .feature-title,[data-theme=dark] .why-choose-us-section .feature-title{color:#f9fafb!important}[data-theme=dark] .platform-features-section .ant-card p,[data-theme=dark] .why-choose-us-section .ant-card p,[data-theme=dark] .platform-features-section .feature-description,[data-theme=dark] .why-choose-us-section .feature-description{color:#d1d5db!important}[data-theme=dark] .platform-features-section .ant-row .ant-col>div{background-color:#22345e!important;border-color:#ffffff1a!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .platform-features-section .ant-row .ant-col>div:hover{border-color:#f59e0b!important;box-shadow:0 20px 40px #f59e0b33!important}[data-theme=dark] .platform-features-section .ant-typography h4{color:#f9fafb!important}[data-theme=dark] .platform-features-section .ant-typography p{color:#d1d5db!important}[data-theme=dark] .services-section{background:#374151!important;color:#e0e6f0!important}[data-theme=dark] .services-section .ant-typography h1,[data-theme=dark] .services-section .ant-typography h2{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .services-section .ant-typography{color:#d1d5db!important}[data-theme=dark] .services-section .ant-card{background:#22345e!important;border:1px solid rgba(255,255,255,.05)!important;color:#e0e6f0!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .services-section .ant-card .ant-card-body{background:#22345e!important;color:#e0e6f0!important}[data-theme=dark] .services-section .ant-card h1,[data-theme=dark] .services-section .ant-card h2,[data-theme=dark] .services-section .ant-card h3,[data-theme=dark] .services-section .ant-card h4{color:#f9fafb!important}[data-theme=dark] .services-section .ant-card p{color:#d1d5db!important}[data-theme=dark] h1,[data-theme=dark] .ant-typography h1{color:#f59e0b!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}[data-theme=dark] .ant-statistic-content{color:#fff!important}[data-theme=dark] .ant-statistic-title{color:#ffffffd9!important}[data-theme=dark] .feature-icon,[data-theme=dark] .service-icon,[data-theme=dark] .step-icon{background:linear-gradient(135deg,#2f3c55,#4a90e2)!important;color:#fff!important;border:1px solid rgba(255,255,255,.05)!important}[data-theme=dark] .ant-divider{border-color:#fff3!important}[data-theme=dark] .ant-tabs .ant-tabs-tab{color:#ffffffd9!important}[data-theme=dark] .ant-tabs .ant-tabs-tab-active{color:#4a90e2!important}[data-theme=dark] .ant-tabs .ant-tabs-ink-bar{background:#4a90e2!important}[data-theme=dark] .ant-input::placeholder{color:#4a5568!important}[data-theme=dark] .modern-search-input input::placeholder{color:#4a5568!important}[data-theme=dark] .ant-badge{color:#fff!important}[data-theme=dark] .ant-tag{background:#2b4a8099!important;border-color:#fff3!important;color:#fff!important}[data-theme=dark] .ant-progress-bg{background:linear-gradient(to right,#22345e,#4a90e2)!important}[data-theme=dark] .ant-progress-trail{background:#ffffff1a!important}[data-theme=dark] .ant-list-item{border-color:#ffffff1a!important}[data-theme=dark] .ant-dropdown{background:#22345e!important}[data-theme=dark] .ant-menu{background:#22345e!important;color:#fff!important}[data-theme=dark] .ant-menu-item{color:#fff!important}[data-theme=dark] .ant-menu-item:hover{background:#ffffff1a!important}.service-detail-page{min-height:100vh;background:#f8fafc;transition:background-color .3s ease}[data-theme=dark] .service-detail-page{background:#374151}.service-header{padding:60px 0 40px;background:#050b83;color:#fff;transition:background-color .3s ease}[data-theme=dark] .service-header{background:linear-gradient(135deg,#1f2937,#374151)}.service-header-container{max-width:1200px;margin:0 auto;padding:0 24px}.service-back-button{color:#fff;margin-bottom:20px;padding:0;transition:all .3s ease}.service-back-button:hover{color:#f59e0b!important;transform:translate(-4px)}[data-theme=dark] .service-back-button:hover{color:#f59e0b!important}.service-header-content{display:flex;align-items:center;gap:20px;margin-bottom:20px}.service-icon-wrapper{width:64px;height:64px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}[data-theme=dark] .service-icon-wrapper{background:#f59e0b33;border:2px solid rgba(245,158,11,.3)}.service-title{color:#fff!important;margin:0!important;font-size:48px!important;font-weight:800!important;transition:all .3s ease}[data-theme=dark] .service-title{background:linear-gradient(135deg,#fff,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-description{color:#ffffffe6!important;font-size:20px!important;max-width:800px;margin:0!important;line-height:1.6}[data-theme=dark] .service-description{color:#d1d5db!important}.service-content{padding:80px 0}[data-theme=dark] .service-content{background:#374151}.service-content-container{max-width:1200px;margin:0 auto;padding:0 24px}.service-card{height:100%;border-radius:16px!important;border:none!important;box-shadow:0 8px 30px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;border:1px solid rgba(245,158,11,.1)!important}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);transform:scaleX(0);transition:transform .4s ease;border-radius:16px 16px 0 0}.service-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.08),transparent);transition:left .6s ease}.service-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 60px #f59e0b26!important;border-color:#f59e0b4d!important}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{left:100%}[data-theme=dark] .service-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 8px 30px #0000004d!important}[data-theme=dark] .service-card:hover{background:#2d4a66!important;box-shadow:0 20px 60px #f59e0b40!important;border-color:#f59e0b66!important}.service-card-title{color:#050b83!important;margin-bottom:24px!important;font-weight:700!important;transition:color .3s ease;position:relative;z-index:2}.service-card:hover .service-card-title{color:#f59e0b!important}[data-theme=dark] .service-card-title{color:#fff!important}[data-theme=dark] .service-card:hover .service-card-title{color:#f59e0b!important}.service-card-icon{margin-right:12px;transition:all .3s ease}.service-card:hover .service-card-icon{transform:scale(1.1) rotate(5deg)}.service-list-item{border:none!important;padding:12px 0!important;position:relative;z-index:2}.service-list-content{display:flex;align-items:flex-start;gap:12px}.service-list-icon{margin-top:4px;transition:all .3s ease}.service-list-item:hover .service-list-icon{transform:scale(1.2)}.service-list-text{transition:color .3s ease;line-height:1.6}[data-theme=dark] .service-list-text{color:#d1d5db!important}.service-card:hover .service-list-text{color:#1f2937}[data-theme=dark] .service-card:hover .service-list-text{color:#f3f4f6!important}.features-card .service-list-icon{color:#52c41a}.features-card:hover .service-list-icon{color:#f59e0b}.benefits-card .service-list-icon{color:#1890ff}.benefits-card:hover .service-list-icon{color:#f59e0b}.service-cta{padding:80px 0;background:#050b83;color:#fff;transition:background-color .3s ease}[data-theme=dark] .service-cta{background:linear-gradient(135deg,#1f2937,#374151)}.service-cta-container{max-width:800px;margin:0 auto;padding:0 24px}.service-cta-content{text-align:center}.service-cta-title{color:#fff!important;margin-bottom:16px!important;font-weight:800!important}[data-theme=dark] .service-cta-title{background:linear-gradient(135deg,#fff,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-cta-description{color:#ffffffe6!important;font-size:18px!important;margin-bottom:32px!important;line-height:1.6}[data-theme=dark] .service-cta-description{color:#d1d5db!important}.service-cta-primary{background:#fff!important;border-color:#fff!important;color:#050b83!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-weight:600!important;transition:all .3s ease!important}.service-cta-primary:hover{background:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b66}[data-theme=dark] .service-cta-primary{background:linear-gradient(135deg,#f59e0b,#f97316)!important;border-color:#f59e0b!important;color:#fff!important}[data-theme=dark] .service-cta-primary:hover{background:linear-gradient(135deg,#f97316,#ea580c)!important;border-color:#f97316!important;color:#fff!important}.service-cta-secondary{border-color:#fff!important;color:#fff!important;background:transparent!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-weight:600!important;transition:all .3s ease!important}.service-cta-secondary:hover{border-color:#f59e0b!important;color:#f59e0b!important;background:#f59e0b1a!important;transform:translateY(-2px)}[data-theme=dark] .service-cta-secondary{border-color:#f59e0b80!important;color:#f59e0b!important}[data-theme=dark] .service-cta-secondary:hover{border-color:#f59e0b!important;color:#fff!important;background:#f59e0b33!important}@media (max-width: 768px){.service-title{font-size:32px!important}.service-description{font-size:16px!important}.service-header-content{flex-direction:column;text-align:center;gap:16px}.service-icon-wrapper{width:56px;height:56px}.service-content,.service-cta{padding:60px 0}.service-cta-description{font-size:16px!important}.service-cta-primary,.service-cta-secondary{width:100%;margin-bottom:16px}}@media (max-width: 480px){.service-header-container,.service-content-container,.service-cta-container{padding:0 16px}.service-title{font-size:28px!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.service-card{animation:fadeInUp .6s ease-out}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-icon-wrapper{animation:float 3s ease-in-out infinite}.instructor-profile-page{min-height:100vh;background:#f8f9fa}.instructor-sticky-header{will-change:transform,box-shadow}.instructor-sticky-header.visible{animation:slideInDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.instructor-content{transition:padding-top .3s ease}.instructor-content.with-sticky{padding-top:80px}@media (max-width: 768px){.instructor-sticky-header{top:70px}.instructor-sticky-header .ant-col{padding:0 8px}.instructor-content.with-sticky{padding-top:70px}.instructor-gradient-header{margin-top:80px!important}}.instructor-gradient-header{margin-top:100px}.instructor-header{background:linear-gradient(135deg,#052083,#4a6fbf,#8bb3f0);color:#fff;padding:40px 0;position:relative}.instructor-header .header-overlay{background:#0000001a;padding:20px 0}.instructor-header .back-button{color:#fff;margin-bottom:20px;font-size:16px}.instructor-header .back-button:hover{background:#ffffff1a;color:#fff}.instructor-avatar-section{text-align:center}.instructor-main-avatar{border:4px solid rgba(255,255,255,.3);box-shadow:0 8px 24px #00000026}.instructor-hero-content{color:#fff}.instructor-name{color:#fff!important;margin-bottom:8px!important}.instructor-title{font-size:18px;color:#ffffffe6;margin-bottom:16px;display:block}.instructor-meta{margin:20px 0}.instructor-meta .meta-item{display:flex;align-items:center;gap:8px;color:#fffffff2}.instructor-meta .meta-item .ant-rate{color:#faad14}.instructor-expertise{margin-top:16px}.instructor-about-card,.instructor-courses-card,.instructor-stats-card,.instructor-contact-card,.instructor-badges-card{margin-bottom:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.instructor-about-card .ant-card-body,.instructor-courses-card .ant-card-body,.instructor-stats-card .ant-card-body,.instructor-contact-card .ant-card-body,.instructor-badges-card .ant-card-body{padding:24px}.instructor-course-card{height:100%;transition:all .3s ease;border-radius:8px}.instructor-course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.instructor-course-card .course-thumbnail{position:relative;overflow:hidden;border-radius:8px 8px 0 0}.instructor-course-card .course-thumbnail img{width:100%;transition:transform .3s ease}.instructor-course-card:hover .course-thumbnail img{transform:scale(1.05)}.instructor-course-card .ant-card-meta-title{margin-bottom:8px;font-weight:600}.instructor-course-card .course-stats{margin-bottom:4px}.instructor-course-card .course-meta{margin-bottom:8px}.instructor-course-card .course-price{margin-top:8px}.instructor-stats-card .ant-statistic{text-align:center}.instructor-stats-card .ant-statistic-title{font-size:12px;color:#666;margin-bottom:4px}.instructor-stats-card .ant-statistic-content{font-size:20px;font-weight:600;color:#1890ff}.instructor-contact-card .ant-space-item{display:flex;align-items:center;color:#666}.instructor-contact-card a{color:#1890ff;text-decoration:none}.instructor-contact-card a:hover{text-decoration:underline}.instructor-badges-card .ant-space{width:100%}.instructor-badges-card .ant-tag{margin:2px 4px;border-radius:6px;display:flex;align-items:center;gap:4px}@media (max-width: 768px){.instructor-header{padding:20px 0}.instructor-main-avatar{width:100px!important;height:100px!important}.instructor-name{font-size:24px!important}.instructor-title{font-size:16px}.instructor-meta{flex-direction:column;align-items:flex-start;gap:8px}.instructor-about-card .ant-card-body,.instructor-courses-card .ant-card-body,.instructor-stats-card .ant-card-body,.instructor-contact-card .ant-card-body,.instructor-badges-card .ant-card-body{padding:16px}}@media (max-width: 576px){.instructor-course-card .course-thumbnail img{height:100px}.instructor-stats-card .ant-statistic-content{font-size:18px}}.instructor-profile-page .ant-spin{color:#1890ff}@media (max-width: 768px){.container{padding:0 16px}}.about-us-page{min-height:100vh;background:#fff;overflow-x:hidden}.section-header{text-align:center;margin-bottom:64px}.section-title{color:#1a1a1a!important;font-size:2.75rem!important;font-weight:700!important;margin-bottom:16px!important;background:linear-gradient(135deg,#1890ff,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.section-subtitle{color:#666!important;font-size:1.2rem!important;line-height:1.6!important;max-width:700px;margin:0 auto!important;font-weight:400}.about-hero{position:relative;height:100vh;min-height:700px;max-height:900px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2,#667eea)}.about-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 24px;animation:heroFadeIn 1.5s ease-out}.hero-title{color:#fff!important;font-size:3.5rem!important;font-weight:800!important;margin-bottom:24px!important;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.1;letter-spacing:-.02em}.hero-subtitle{color:#ffffffe6!important;font-size:1.3rem!important;line-height:1.6!important;margin-bottom:48px!important;text-shadow:0 2px 10px rgba(0,0,0,.2);font-weight:400}.hero-metrics{display:flex;justify-content:center;gap:48px;margin-top:48px}.metric-item{text-align:center;color:#fff}.metric-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:8px;text-shadow:0 2px 15px rgba(0,0,0,.3)}.metric-label{font-size:.9rem;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mission-vision{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e8f4f8)}.modern-card{height:100%;border-radius:20px!important;border:none!important;box-shadow:0 10px 40px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;overflow:hidden;position:relative}.modern-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1890ff,#722ed1);transform:scaleX(0);transition:transform .4s ease}.modern-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026!important}.card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;flex-direction:row}.icon-wrapper{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mission-icon{background:linear-gradient(135deg,#52c41a,#73d13d)}.vision-icon{background:linear-gradient(135deg,#1890ff,#40a9ff)}.card-icon{font-size:24px;color:#fff}.card-header h3{color:#1a1a1a!important;font-size:1.5rem!important;font-weight:600!important;margin:0!important;line-height:1.3}.card-content{color:#555!important;font-size:1rem!important;line-height:1.7!important;margin-bottom:20px!important}.card-highlight{display:flex;align-items:center;gap:8px;color:#1890ff!important;font-size:.9rem!important;font-weight:500;background:#1890ff0d;padding:12px 16px;border-radius:10px;border:1px solid rgba(24,144,255,.1)}.statistics{padding:120px 0;background:#fff}.stats-row{margin-top:64px}.modern-stat{background:#fff;border-radius:20px;padding:32px 24px;border:1px solid #f0f0f0;box-shadow:0 8px 30px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden}.modern-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1890ff,#722ed1,#52c41a,#f5222d);transform:scaleX(0);transition:transform .4s ease}.modern-stat:hover:before{transform:scaleX(1)}.modern-stat:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.stat-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#1890ff,#40a9ff);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:20px}.stat-number .ant-statistic-title{color:#666!important;font-size:.9rem!important;font-weight:500!important;margin-bottom:12px!important;text-transform:uppercase;letter-spacing:.5px}.stat-number .ant-statistic-content{color:#1a1a1a!important;font-size:2.2rem!important;font-weight:700!important;line-height:1}.stat-growth{margin-top:16px}.growth-text{font-size:.8rem;color:#666;margin-top:8px;display:block;font-weight:500}.timeline-section{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e8f4f8)}.timeline-container{max-width:900px;margin:0 auto}.company-timeline{padding:32px 0}.timeline-icon{color:#fff;font-size:16px;background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;border-radius:50%;padding:8px;box-shadow:0 4px 15px #1890ff4d}.timeline-year{font-weight:700;color:#1890ff;font-size:1.1rem;background:#1890ff1a;padding:8px 16px;border-radius:20px;border:1px solid rgba(24,144,255,.2)}.timeline-content{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 25px #0000000f;border:1px solid #f0f0f0;margin-left:16px;position:relative}.timeline-content:before{content:"";position:absolute;left:-8px;top:20px;width:16px;height:16px;background:#fff;border:1px solid #f0f0f0;transform:rotate(45deg)}.timeline-title{color:#1a1a1a!important;margin-bottom:12px!important;font-size:1.3rem!important;font-weight:600!important}.timeline-description{color:#666!important;margin:0!important;line-height:1.6;font-size:1rem}.team-section{padding:120px 0;background:#fff}.team-grid{margin-top:64px}.modern-team-card{height:100%;border-radius:20px!important;border:none!important;box-shadow:0 10px 40px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;text-align:center;overflow:hidden;position:relative}.modern-team-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026!important}.team-member{padding:16px}.member-avatar-wrapper{position:relative;display:inline-block;margin-bottom:24px}.member-avatar{border:4px solid #f0f0f0!important;transition:all .3s ease;position:relative;z-index:2}.avatar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1890ffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:3}.member-avatar-wrapper:hover .avatar-overlay{opacity:1}.social-links{display:flex;gap:12px}.social-links a{color:#fff;font-size:18px;transition:transform .2s ease}.social-links a:hover{transform:scale(1.2)}.member-name{color:#1a1a1a!important;margin-bottom:8px!important;font-size:1.2rem!important;font-weight:600!important}.member-role{color:#1890ff!important;font-weight:600!important;margin-bottom:16px!important;font-size:.95rem!important;background:#1890ff1a;padding:6px 12px;border-radius:12px;display:inline-block}.member-bio{color:#666!important;font-size:.9rem!important;line-height:1.6!important;margin:0!important}.achievements-section{padding:120px 0;background:linear-gradient(135deg,#001529,#1a1a1a)}.achievements-section .section-title{color:#fff!important;background:linear-gradient(135deg,#fff,#40a9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.achievements-section .section-subtitle{color:#fffc!important}.achievements-grid{margin-top:64px}.achievement-item{text-align:center;padding:32px 24px;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.achievement-item:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 15px 50px #0000004d}.achievement-icon{font-size:48px;color:#40a9ff;margin-bottom:24px;display:block}.achievement-title{color:#fff!important;margin-bottom:16px!important;font-size:1.2rem!important;font-weight:600!important}.achievement-description{color:#ffffffb3!important;margin:0!important;font-size:.9rem;line-height:1.5}.values-section{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e8f4f8)}.values-grid{margin-top:64px}.modern-value-card{height:100%;border-radius:20px!important;border:none!important;box-shadow:0 10px 40px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;overflow:hidden;position:relative}.modern-value-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026!important}.value-item{text-align:center;padding:16px}.value-icon-wrapper{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#1890ff,#40a9ff);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .3s ease}.modern-value-card:hover .value-icon-wrapper{transform:scale(1.1);background:linear-gradient(135deg,#722ed1,#eb2f96)}.value-icon{font-size:36px;color:#fff}.value-item h4{color:#1a1a1a!important;margin-bottom:16px!important;font-size:1.3rem!important;font-weight:600!important}.value-item p{color:#666!important;line-height:1.6!important;margin:0!important;font-size:1rem}.cta-section{padding:120px 0;background:linear-gradient(135deg,#1890ff,#722ed1);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.cta-content{text-align:center;position:relative;z-index:2;max-width:800px;margin:0 auto}.cta-title{color:#fff!important;font-size:3rem!important;font-weight:700!important;margin-bottom:24px!important;text-shadow:0 4px 20px rgba(0,0,0,.3)}.cta-subtitle{color:#ffffffe6!important;font-size:1.2rem!important;line-height:1.6!important;margin-bottom:48px!important;text-shadow:0 2px 10px rgba(0,0,0,.2)}.cta-buttons{display:flex;justify-content:center;gap:24px;margin-bottom:48px}.cta-primary{background:#fff!important;color:#1890ff!important;border:none!important;border-radius:12px!important;height:56px!important;padding:0 32px!important;font-size:1.1rem!important;font-weight:600!important;box-shadow:0 8px 25px #00000026!important;transition:all .3s ease!important}.cta-primary:hover{transform:translateY(-2px)!important;box-shadow:0 12px 35px #0003!important;background:#f0f0f0!important}.cta-secondary{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.3)!important;border-radius:12px!important;height:56px!important;padding:0 32px!important;font-size:1.1rem!important;font-weight:600!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease!important}.cta-secondary:hover{background:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important}.cta-features{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:.95rem;font-weight:500}.feature-item .anticon{color:#52c41a;font-size:16px}@media (max-width: 768px){.section-title{font-size:2.2rem!important}.section-subtitle{font-size:1.1rem!important}.about-hero{padding:80px 0;min-height:600px}.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1.1rem!important}.hero-metrics{gap:24px;flex-wrap:wrap}.metric-number{font-size:2rem}.mission-vision,.statistics,.timeline-section,.team-section,.values-section,.achievements-section,.cta-section{padding:80px 0}.container{padding:0 16px}.card-header{flex-direction:column;align-items:center;text-align:center}.cta-title{font-size:2.2rem!important}.cta-buttons{flex-direction:column;align-items:center}.cta-features{flex-direction:column;gap:16px}}@media (max-width: 480px){.section-title{font-size:1.8rem!important}.hero-title{font-size:2rem!important}.hero-subtitle{font-size:1rem!important}.container{padding:0 12px}.modern-stat{padding:24px 16px}.modern-team-card .ant-card-body{padding:16px!important}.value-item,.achievement-item{padding:24px 16px}.cta-title{font-size:1.8rem!important}.cta-subtitle{font-size:1rem!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.mission-vision{animation:fadeInUp 1s ease-out}.statistics{animation:slideInLeft 1s ease-out}.timeline-section{animation:fadeInUp 1s ease-out}.team-section{animation:slideInRight 1s ease-out}.values-section{animation:fadeInUp 1s ease-out}[data-theme=dark] .about-us-page{background:#374151;color:#f9fafb}[data-theme=dark] .about-hero{background:linear-gradient(135deg,#374151,#22345e,#374151)}[data-theme=dark] .mission-vision{background:#374151}[data-theme=dark] .modern-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 8px 30px #00000040!important}[data-theme=dark] .modern-card:hover{box-shadow:0 20px 60px #00000059!important}[data-theme=dark] .modern-card:before{background:linear-gradient(90deg,#f59e0b,#3b82f6)}[data-theme=dark] .card-header h3{color:#f9fafb!important}[data-theme=dark] .card-content{color:#d1d5db!important}[data-theme=dark] .card-highlight{color:#f59e0b!important;background:#f59e0b1a;border-color:#f59e0b33}[data-theme=dark] .statistics{background:#374151}[data-theme=dark] .modern-stat{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 8px 30px #00000040!important}[data-theme=dark] .modern-stat:hover{background:#4b5563!important;box-shadow:0 15px 50px #0000004d!important}[data-theme=dark] .modern-stat:before{background:linear-gradient(135deg,#f59e0b,#d97706)}[data-theme=dark] .stat-icon{color:#f59e0b!important}[data-theme=dark] .stat-number{color:#f9fafb!important}[data-theme=dark] .stat-title{color:#d1d5db!important}[data-theme=dark] .timeline-section{background:#374151}[data-theme=dark] .modern-timeline{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 8px 30px #00000040!important}[data-theme=dark] .timeline-content{background:#4b5563!important;border-color:#6b7280!important;box-shadow:0 6px 25px #00000040!important}[data-theme=dark] .timeline-content:before{background:#4b5563!important;border-color:#6b7280!important}[data-theme=dark] .timeline-description{color:#d1d5db!important}[data-theme=dark] .team-section{background:#374151}[data-theme=dark] .modern-team-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 10px 40px #00000040!important}[data-theme=dark] .modern-team-card:hover{box-shadow:0 20px 60px #00000059!important}[data-theme=dark] .member-name{color:#f9fafb!important}[data-theme=dark] .member-role{color:#f59e0b!important}[data-theme=dark] .member-bio{color:#d1d5db!important}[data-theme=dark] .member-avatar{border-color:#4b5563!important}[data-theme=dark] .avatar-overlay{background:#f59e0be6}[data-theme=dark] .values-section{background:#374151}[data-theme=dark] .value-item{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 6px 25px #00000040!important}[data-theme=dark] .value-item:hover{background:#4b5563!important;box-shadow:0 12px 40px #0000004d!important}[data-theme=dark] .value-icon{color:#f59e0b!important}[data-theme=dark] .value-title{color:#f9fafb!important}[data-theme=dark] .value-description{color:#d1d5db!important}[data-theme=dark] .achievements-section{background:#374151}[data-theme=dark] .achievement-item{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 6px 25px #00000040!important}[data-theme=dark] .achievement-item:hover{background:#4b5563!important;box-shadow:0 12px 40px #0000004d!important}[data-theme=dark] .achievement-icon{color:#f59e0b!important}[data-theme=dark] .achievement-title{color:#f9fafb!important}[data-theme=dark] .achievement-description{color:#d1d5db!important}[data-theme=dark] .cta-section{background:linear-gradient(135deg,#22345e,#374151,#22345e)}[data-theme=dark] .cta-title{color:#f9fafb!important}[data-theme=dark] .cta-subtitle{color:#d1d5db!important}[data-theme=dark] .cta-button{background:#f59e0b!important;border-color:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .cta-button:hover{background:#d97706!important;border-color:#d97706!important;color:#1f2937!important}[data-theme=dark] .social-link{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .social-link:hover{background:#f59e0b!important;border-color:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .ant-progress-bg{background:#f59e0b!important}[data-theme=dark] .ant-progress-inner{background:#4b5563!important}[data-theme=dark] .ant-statistic .ant-statistic-title{color:#d1d5db!important}[data-theme=dark] .ant-statistic .ant-statistic-content{color:#f9fafb!important}[data-theme=dark] .ant-divider{border-color:#4b5563!important}.faq-page{min-height:100vh}.faq-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:100px 0 80px;text-align:center;color:#fff;position:relative;overflow:hidden}.faq-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.faq-hero-content{max-width:800px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.hero-title{color:#fff!important;font-size:2.8rem!important;font-weight:700!important;margin-bottom:24px!important;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{color:#ffffffe6!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:32px!important;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-search{max-width:500px;margin:0 auto}.faq-search{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:8px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-search .ant-input{background:transparent!important;border:none!important;color:#fff!important;font-size:16px!important}.faq-search .ant-input::placeholder{color:#ffffffb3!important}.faq-search .ant-input-prefix{color:#fffc!important}.faq-search:hover,.faq-search:focus-within{border-color:#fff9!important;background:#ffffff26!important}.faq-content{padding:80px 0;background:#f8fafc}.categories-card{border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;border:1px solid #e8e8e8!important;position:sticky;top:24px}.categories-title{color:#1a1a1a!important;margin-bottom:20px!important;font-size:1.1rem!important;font-weight:600!important}.categories-list{display:flex;flex-direction:column;gap:8px}.category-button{text-align:left!important;height:auto!important;padding:12px 16px!important;border-radius:8px!important;border:1px solid transparent!important;transition:all .3s ease!important;justify-content:flex-start!important}.category-button:not(.active){color:#666!important;background:transparent!important}.category-button:not(.active):hover{background:#f5f5f5!important;color:#1890ff!important;border-color:#f0f0f0!important}.category-button.active{background:#1890ff!important;color:#fff!important;border-color:#1890ff!important;box-shadow:0 2px 8px #1890ff4d!important}.category-button .anticon{margin-right:8px!important}.faq-items{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 16px #00000014;border:1px solid #e8e8e8}.search-results-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.search-results-header p{color:#666!important;margin:0!important;font-style:italic}.faq-collapse{border:none!important;background:transparent!important}.faq-panel{margin-bottom:16px!important;border:1px solid #f0f0f0!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}.faq-panel:last-child{margin-bottom:0!important}.faq-panel .ant-collapse-header{padding:20px 24px!important;background:#fafafa!important;border-bottom:1px solid #f0f0f0!important;transition:all .3s ease!important}.faq-panel.ant-collapse-item-active .ant-collapse-header{background:#e6f7ff!important;border-bottom-color:#bae7ff!important}.faq-panel:hover .ant-collapse-header{background:#f0f2f5!important}.faq-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px}.faq-question{font-weight:600;color:#1a1a1a;font-size:16px;flex:1}.faq-category-tag{flex-shrink:0;margin:0!important;font-size:11px!important;border-radius:4px!important}.faq-panel .ant-collapse-content{border:none!important;background:#fff!important}.faq-panel .ant-collapse-content-box{padding:24px!important}.faq-answer{color:#666;line-height:1.6}.faq-answer p{margin:0!important;font-size:15px}.no-results{text-align:center;padding:60px 20px;color:#666}.no-results-icon{font-size:64px;color:#d9d9d9;margin-bottom:24px;display:block}.no-results h4{color:#1a1a1a!important;margin-bottom:12px!important}.no-results p{margin-bottom:24px!important;max-width:400px;margin-left:auto;margin-right:auto}.contact-support{padding:80px 0;background:#fff}.support-card{border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;border:1px solid #e8e8e8!important;overflow:hidden!important}.support-content{display:flex;align-items:center;gap:32px;padding:24px}.support-icon{font-size:64px;color:#1890ff;flex-shrink:0}.support-text{flex:1}.support-text h3{color:#1a1a1a!important;margin-bottom:8px!important;font-size:1.4rem!important}.support-text p{color:#666!important;margin:0!important;font-size:1rem!important}.support-actions{flex-shrink:0}.support-actions .ant-btn{min-width:140px;border-radius:8px!important;font-weight:600!important}@media (max-width: 992px){.categories-card{position:static;margin-bottom:32px}.categories-list{flex-direction:row;flex-wrap:wrap;gap:12px}.category-button{flex:1;min-width:calc(50% - 6px)}.support-content{flex-direction:column;text-align:center;gap:24px}.support-actions,.support-actions .ant-space,.support-actions .ant-btn{width:100%}}@media (max-width: 768px){.faq-hero{padding:80px 0 60px}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1rem!important}.faq-content{padding:60px 0}.container,.faq-hero-content{padding:0 16px}.faq-items{padding:24px 20px}.faq-panel .ant-collapse-header{padding:16px 20px!important}.faq-panel .ant-collapse-content-box{padding:20px!important}.faq-header{flex-direction:column;align-items:flex-start;gap:8px}.faq-category-tag{align-self:flex-start}.category-button{min-width:100%}.support-icon{font-size:48px}}@media (max-width: 480px){.hero-title{font-size:1.8rem!important}.container,.faq-hero-content{padding:0 12px}.faq-items{padding:20px 16px}.faq-panel .ant-collapse-header,.faq-panel .ant-collapse-content-box{padding:16px!important}.support-content{padding:20px}}[data-theme=dark] .faq-page{background:#374151;color:#f9fafb}[data-theme=dark] .faq-hero{background:linear-gradient(135deg,#374151,#22345e)}[data-theme=dark] .faq-content{background:#374151}[data-theme=dark] .categories-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .categories-title{color:#f59e0b!important}[data-theme=dark] .category-button:not(.active){color:#f9fafb!important;background:transparent!important}[data-theme=dark] .category-button:not(.active):hover{background:#4b5563!important;color:#f59e0b!important;border-color:#4b5563!important}[data-theme=dark] .category-button.active{background:#f59e0b!important;color:#1f2937!important;border-color:#f59e0b!important;box-shadow:0 2px 8px #f59e0b4d!important}[data-theme=dark] .faq-items{background:#22345e;border-color:#4b5563;box-shadow:0 4px 16px #00000040}[data-theme=dark] .search-results-header{border-bottom-color:#4b5563}[data-theme=dark] .search-results-header p{color:#d1d5db!important}[data-theme=dark] .faq-panel{border-color:#4b5563!important;background:#374151!important}[data-theme=dark] .faq-panel .ant-collapse-header{background:#4b5563!important;border-bottom-color:#6b7280!important}[data-theme=dark] .faq-panel.ant-collapse-item-active .ant-collapse-header{background:#f59e0b!important;border-bottom-color:#f59e0b!important}[data-theme=dark] .faq-panel.ant-collapse-item-active .ant-collapse-header .faq-question{color:#1f2937!important}[data-theme=dark] .faq-panel:hover .ant-collapse-header{background:#6b7280!important}[data-theme=dark] .faq-question{color:#f9fafb}[data-theme=dark] .faq-panel .ant-collapse-content{background:#374151!important}[data-theme=dark] .faq-answer{color:#d1d5db}[data-theme=dark] .faq-answer p{color:#d1d5db!important}[data-theme=dark] .no-results{color:#d1d5db}[data-theme=dark] .no-results-icon{color:#6b7280}[data-theme=dark] .no-results h4{color:#f9fafb!important}[data-theme=dark] .no-results p{color:#d1d5db!important}[data-theme=dark] .contact-support{background:#374151}[data-theme=dark] .support-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .support-icon{color:#f59e0b}[data-theme=dark] .support-text h3{color:#f9fafb!important}[data-theme=dark] .support-text p{color:#d1d5db!important}[data-theme=dark] .faq-search{background:#22345e4d!important;border-color:#4b556380!important}[data-theme=dark] .faq-search .ant-input{color:#f9fafb!important}[data-theme=dark] .faq-search .ant-input::placeholder{color:#d1d5dbb3!important}[data-theme=dark] .faq-search .ant-input-prefix{color:#d1d5dbcc!important}[data-theme=dark] .faq-search:hover,[data-theme=dark] .faq-search:focus-within{border-color:#f59e0b99!important;background:#22345e66!important}[data-theme=dark] .faq-category-tag{background:#4b5563!important;color:#f9fafb!important;border-color:#6b7280!important}[data-theme=dark] .faq-panel.ant-collapse-item-active .faq-category-tag{background:#1f2937!important;color:#f59e0b!important;border-color:#1f2937!important}.contact-page{min-height:100vh;background:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:48px}.section-title{color:#1a1a1a!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:16px!important;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;transition:all .3s ease}.section-subtitle{color:#666!important;font-size:1.1rem!important;line-height:1.6!important;max-width:600px;margin:0 auto!important;font-weight:400}.contact-hero{position:relative;height:100vh;min-height:700px;max-height:800px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2,#667eea)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.3),transparent);background-repeat:repeat;background-size:150px 150px;animation:floatingParticles 20s ease-in-out infinite}@keyframes floatingParticles{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-gradient-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#0000001a,#ffffff0d)}.contact-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 24px;animation:heroFadeIn 1.5s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:12px 24px;border-radius:50px;color:#fff;font-size:.95rem;font-weight:500;margin-bottom:32px;animation:badgeGlow 2s ease-in-out infinite alternate}@keyframes badgeGlow{0%{box-shadow:0 4px 20px #ffffff1a}to{box-shadow:0 4px 30px #fff3}}.hero-title{color:#fff!important;font-size:3.2rem!important;font-weight:800!important;margin-bottom:24px!important;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.1;letter-spacing:-.02em}.hero-subtitle{color:#ffffffe6!important;font-size:1.2rem!important;line-height:1.6!important;margin-bottom:48px!important;text-shadow:0 2px 10px rgba(0,0,0,.2);font-weight:400}.hero-stats{display:flex;justify-content:center;gap:48px;margin-top:48px}.stat-item{text-align:center;color:#fff}.stat-number{font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:8px;text-shadow:0 2px 15px rgba(0,0,0,.3)}.stat-label{font-size:.85rem;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.support-categories{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e8f4f8);position:relative;overflow:hidden}.support-categories:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.05) 0%,transparent 60%);animation:float 8s ease-in-out infinite}.categories-grid{margin-top:48px;position:relative;z-index:2}.category-card{border-radius:20px!important;border:none!important;box-shadow:0 8px 30px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;cursor:pointer;height:100%;overflow:hidden;position:relative;background:#fff!important;border:1px solid rgba(245,158,11,.1)!important}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);transform:scaleX(0);transition:transform .4s ease;border-radius:20px 20px 0 0}.category-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.1),transparent);transition:left .6s ease}.category-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #f59e0b26!important;border-color:#f59e0b4d!important}.category-card:hover:before{transform:scaleX(1)}.category-card:hover:after{left:100%}.category-content{text-align:center;padding:32px 24px;position:relative;z-index:3}.category-icon{width:70px;height:70px;border-radius:16px;background:linear-gradient(135deg,#1890ff,#40a9ff);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;font-size:28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.category-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#f97316);opacity:0;transition:opacity .4s ease;border-radius:16px}.category-card:hover .category-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 25px #f59e0b66}.category-card:hover .category-icon:before{opacity:1}.category-icon>*{position:relative;z-index:2}.category-title{color:#1a1a1a!important;margin-bottom:16px!important;font-size:1.25rem!important;font-weight:700!important;transition:all .3s ease;line-height:1.3}.category-card:hover .category-title{color:#f59e0b!important;transform:translateY(-2px)}.category-description{color:#64748b!important;margin:0!important;font-size:.95rem;line-height:1.6;font-weight:500;transition:all .3s ease}.category-card:hover .category-description{color:#475569!important}@keyframes categoryPulse{0%{box-shadow:0 8px 30px #00000014}50%{box-shadow:0 12px 40px #f59e0b1f}to{box-shadow:0 8px 30px #00000014}}.category-card:focus{animation:categoryPulse 2s infinite;outline:none}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}.contact-content{padding:100px 0;background:#fff}.modern-card{border-radius:20px!important;border:none!important;box-shadow:0 10px 40px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;overflow:hidden;position:relative;border:1px solid rgba(245,158,11,.1)!important}.modern-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);transform:scaleX(0);transition:transform .4s ease;border-radius:20px 20px 0 0;z-index:1}.modern-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.08),transparent);transition:left .6s ease;z-index:1}.modern-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 60px #f59e0b26!important;border-color:#f59e0b4d!important}.modern-card:hover:before{transform:scaleX(1)}.modern-card:hover:after{left:100%}.modern-card>.ant-card-body{position:relative;z-index:2}.contact-form-card{height:100%}.form-header{text-align:center;margin-bottom:32px;padding:32px 32px 0}.form-icon-wrapper{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#1890ff,#40a9ff);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.form-icon{font-size:36px;color:#fff}.form-title{margin-bottom:12px!important;font-size:1.5rem!important;font-weight:700!important;transition:all .3s ease}.form-description{color:#666!important;margin:0!important;font-size:1rem!important;line-height:1.6}.modern-form{padding:0 32px 24px}.modern-form .ant-form-item-label>label{color:#1a1a1a!important;font-weight:500!important;font-size:.95rem!important}.modern-form .ant-input,.modern-form .ant-input-affix-wrapper,.modern-select .ant-select-selector{border-radius:8px!important;border:1px solid #e8e8e8!important;transition:all .3s ease!important}.modern-form .ant-input:hover,.modern-form .ant-input-affix-wrapper:hover,.modern-select .ant-select-selector:hover{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.modern-form .ant-input:focus,.modern-form .ant-input-affix-wrapper:focus,.modern-form .ant-input-affix-wrapper-focused,.modern-select .ant-select-focused .ant-select-selector{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}.modern-button{height:48px!important;border-radius:12px!important;font-size:1rem!important;font-weight:600!important;box-shadow:0 4px 15px #1890ff4d!important;transition:all .3s ease!important}.modern-button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #1890ff66!important}.form-footer{padding:0 32px 24px;text-align:center}.security-notice{display:flex;align-items:center;justify-content:center;gap:8px;color:#52c41a;font-size:.9rem;background:#52c41a1a;padding:12px 16px;border-radius:8px;border:1px solid rgba(82,196,26,.2)}.contact-sidebar{height:100%}.sidebar-title{margin-bottom:24px!important;font-size:1.3rem!important;font-weight:700!important;text-align:center;transition:all .3s ease}.instant-support-card{margin-bottom:32px;border-radius:20px!important;border:none!important;box-shadow:0 8px 30px #00000014!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;border:1px solid rgba(245,158,11,.1)!important}.instant-support-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);transform:scaleX(0);transition:transform .4s ease;border-radius:20px 20px 0 0}.instant-support-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.1),transparent);transition:left .6s ease}.instant-support-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 50px #f59e0b26!important;border-color:#f59e0b4d!important}.instant-support-card:hover:before{transform:scaleX(1)}.instant-support-card:hover:after{left:100%}.instant-support-header{text-align:center;margin-bottom:24px;position:relative;z-index:2}.support-icon-wrapper{width:70px;height:70px;border-radius:18px;background:linear-gradient(135deg,#52c41a,#73d13d);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.support-icon-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#f97316);opacity:0;transition:opacity .4s ease;border-radius:18px}.instant-support-card:hover .support-icon-wrapper{transform:scale(1.1) rotate(-5deg);box-shadow:0 8px 25px #f59e0b66}.instant-support-card:hover .support-icon-wrapper:before{opacity:1}.support-icon{font-size:28px;color:#fff;position:relative;z-index:2;transition:all .3s ease}.instant-support-card:hover .support-icon{transform:scale(1.1)}.instant-support-actions{width:100%}.live-chat-button{background:linear-gradient(135deg,#52c41a,#73d13d)!important;border:none!important;border-radius:10px!important;height:48px!important;font-weight:600!important;position:relative}.live-chat-button:hover{background:linear-gradient(135deg,#389e0d,#52c41a)!important;transform:translateY(-2px);box-shadow:0 6px 20px #52c41a4d}.call-button{border-radius:10px!important;height:48px!important;font-weight:600!important;border:2px solid #1890ff!important;color:#1890ff!important}.call-button:hover{background:#1890ff!important;color:#fff!important;transform:translateY(-2px)}.whatsapp-button{border-radius:10px!important;height:48px!important;font-weight:600!important;border:2px solid #25d366!important;color:#25d366!important}.whatsapp-button:hover{background:#25d366!important;color:#fff!important;transform:translateY(-2px)}.social-section-card{margin-bottom:32px}.social-section-header{text-align:center;margin-bottom:20px}.social-title{margin-bottom:8px!important;font-size:1.1rem!important;font-weight:700!important;transition:all .3s ease}.social-subtitle{color:#64748b!important;margin:0!important;font-size:.9rem!important;transition:color .3s ease}.social-links{display:flex;justify-content:center;gap:16px}.social-link{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;transition:all .3s ease;text-decoration:none}.social-link:hover{transform:translateY(-3px);color:#fff}.social-link.facebook{background:linear-gradient(135deg,#3b5998,#4267b2)}.social-link.facebook:hover{box-shadow:0 8px 25px #4267b266}.social-link.twitter{background:linear-gradient(135deg,#1da1f2,#1991db)}.social-link.twitter:hover{box-shadow:0 8px 25px #1da1f266}.social-link.instagram{background:linear-gradient(135deg,#e1306c,#f56040,#fcaf45)}.social-link.instagram:hover{box-shadow:0 8px 25px #e1306c66}.social-link.linkedin{background:linear-gradient(135deg,#0077b5,#00a0dc)}.social-link.linkedin:hover{box-shadow:0 8px 25px #0077b566}.response-timeline-card{margin-bottom:24px;border-radius:16px!important;border:1px solid rgba(245,158,11,.1)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.response-timeline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#f59e0b,#f97316);transform:scaleX(0);transition:transform .4s ease;border-radius:16px 16px 0 0}.response-timeline-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f59e0b1f!important;border-color:#f59e0b4d!important}.response-timeline-card:hover:before{transform:scaleX(1)}.timeline-header{text-align:center;margin-bottom:24px;position:relative;z-index:2}.timeline-title{color:#1a1a1a!important;margin-bottom:8px!important;font-size:1.1rem!important;font-weight:600!important;transition:color .3s ease}.response-timeline-card:hover .timeline-title{color:#f59e0b!important}.timeline-subtitle{color:#666!important;margin:0!important;font-size:.9rem!important}.custom-timeline .ant-timeline-item-content{margin-left:20px}.timeline-step{color:#1a1a1a;font-weight:500;margin-bottom:4px}.timeline-time{color:#1890ff;font-size:.9rem;font-weight:600}.timeline-description{color:#666;font-size:.85rem;margin-top:4px}.contact-info-card{background:linear-gradient(135deg,#1890ff05,#40a9ff0d);border:1px solid rgba(24,144,255,.1)}.contact-info-header{text-align:center;margin-bottom:24px}.contact-info-title{margin-bottom:8px!important;font-size:1.1rem!important;font-weight:700!important;transition:all .3s ease}.contact-info-subtitle{color:#64748b!important;margin:0!important;font-size:.9rem!important;transition:color .3s ease}.contact-info-main{color:#1f2937!important;font-weight:600!important;font-size:1rem!important;transition:color .3s ease;margin-bottom:4px!important}.contact-info-card:hover .contact-info-main{color:#f59e0b!important}.contact-info-description{color:#64748b!important;font-size:.875rem!important;transition:color .3s ease}.contact-info-card:hover .contact-info-description,.contact-info-card:hover .contact-info-subtitle{color:#475569!important}.contact-info-list{list-style:none;padding:0;margin:0}.contact-info-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.contact-info-item:last-child{border-bottom:none}.contact-info-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#1890ff,#40a9ff);display:flex;align-items:center;justify-content:center;margin-right:16px;font-size:16px;color:#fff}.contact-info-content{flex:1}.contact-info-label{color:#666;font-size:.85rem;margin:0}.contact-info-value{color:#1a1a1a;font-weight:500;margin:0;font-size:.95rem}@media (max-width: 768px){.contact-page-container{padding:60px 16px 0}.contact-hero{padding:60px 0}.contact-hero-content{max-width:100%;padding:0 16px}.contact-hero-title{font-size:2rem!important}.contact-hero-subtitle{font-size:1rem!important}.contact-hero-stats{flex-direction:column;gap:16px}.support-categories{padding:60px 16px}.support-categories-grid{grid-template-columns:1fr;gap:24px}.support-category-card{text-align:center}.contact-section{padding:60px 16px}.contact-content{flex-direction:column;gap:32px}.modern-form,.form-header,.form-footer{padding-left:16px;padding-right:16px}.contact-sidebar{order:-1}.social-links{flex-wrap:wrap;gap:12px}.social-link{width:45px;height:45px;font-size:18px}}@media (max-width: 480px){.contact-hero-title{font-size:1.75rem!important}.contact-hero-subtitle{font-size:.95rem!important}.contact-hero-badge{font-size:.8rem!important;padding:6px 12px}.support-category-icon{font-size:32px}.support-category-title{font-size:1.1rem!important}.form-icon-wrapper{width:60px;height:60px}.form-icon{font-size:28px}.form-title{font-size:1.3rem!important}}.contact-sidebar{display:flex;flex-direction:column;gap:24px}.quick-contact-card{border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;border:1px solid #e8e8e8!important;background:linear-gradient(135deg,#1890ff,#096dd9)!important;color:#fff!important}.quick-contact-card .ant-card-body{padding:24px!important}.quick-contact-header{text-align:center;margin-bottom:20px}.quick-contact-icon{font-size:36px;color:#fff;margin-bottom:12px;display:block}.quick-contact-card h4{color:#fff!important;margin:0!important;font-size:1.1rem!important}.quick-contact-actions .ant-btn{border-radius:8px!important;font-weight:600!important;height:40px!important}.quick-contact-actions .ant-btn-primary{background:#fff!important;color:#1890ff!important;border-color:#fff!important}.quick-contact-actions .ant-btn-primary:hover{background:#f0f0f0!important;color:#1890ff!important;border-color:#f0f0f0!important}.quick-contact-actions .ant-btn-default{background:transparent!important;color:#fff!important;border-color:#fff9!important}.quick-contact-actions .ant-btn-default:hover{background:#ffffff1a!important;color:#fff!important;border-color:#fffc!important}.contact-info-cards{display:flex;flex-direction:column;gap:20px}.contact-info-card{border-radius:16px!important;box-shadow:0 6px 25px #00000014!important;border:1px solid rgba(245,158,11,.1)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;background:#fff!important}.contact-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#f59e0b,#f97316);transform:scaleX(0);transition:transform .4s ease;border-radius:16px 16px 0 0}.contact-info-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,158,11,.05),transparent);transition:left .5s ease}.contact-info-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 12px 40px #f59e0b1f!important;border-color:#f59e0b4d!important}.contact-info-card:hover:before{transform:scaleX(1)}.contact-info-card:hover:after{left:100%}.contact-info-card .ant-card-body{padding:20px!important;position:relative;z-index:2}.contact-info-content{display:flex;align-items:flex-start;gap:16px}.contact-info-icon{font-size:24px;color:#1890ff;margin-top:2px;flex-shrink:0;transition:all .3s ease;padding:8px;border-radius:8px;background:#1890ff1a}.contact-info-card:hover .contact-info-icon{color:#f59e0b;background:#f59e0b26;transform:scale(1.1) rotate(5deg)}.contact-info-text{flex:1}.contact-info-title{color:#1a1a1a!important;margin-bottom:4px!important;font-size:.9rem!important;font-weight:600!important}.contact-info-main{display:block;color:#1a1a1a!important;font-weight:500!important;margin-bottom:2px;font-size:.85rem}.contact-info-description{display:block;color:#666!important;font-size:.8rem!important}.office-hours-card{border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;border:1px solid #e8e8e8!important}.office-hours-title{color:#1a1a1a!important;margin-bottom:16px!important;font-size:1.1rem!important;text-align:center}.office-hours-list{display:flex;flex-direction:column;gap:8px}.office-hours-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.office-hours-item:not(:last-child){border-bottom:1px solid #f5f5f5}.response-time{text-align:center;color:#666!important;margin:0!important;font-size:.9rem!important}.faq-link-section{padding:60px 0;background:#fff}.faq-link-card{border-radius:12px!important;box-shadow:0 4px 16px #00000014!important;border:1px solid #e8e8e8!important;background:linear-gradient(135deg,#f8fafc,#fff)!important}.faq-link-content{text-align:center;padding:24px}.faq-link-content h3{color:#1a1a1a!important;margin-bottom:12px!important}.faq-link-content p{color:#666!important;margin-bottom:24px!important;max-width:500px;margin-left:auto;margin-right:auto}.faq-link-content .ant-btn{background:#1890ff!important;border-color:#1890ff!important;height:40px!important;padding:0 24px!important;border-radius:8px!important;font-weight:600!important}.faq-link-content .ant-btn:hover{background:#40a9ff!important;border-color:#40a9ff!important;transform:translateY(-1px)!important}@media (max-width: 992px){.contact-sidebar{margin-top:32px}.contact-info-cards{flex-direction:row;flex-wrap:wrap}.contact-info-card{flex:1;min-width:calc(50% - 8px)}}@media (max-width: 768px){.contact-hero{padding:80px 0 60px}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1rem!important}.contact-content{padding:60px 0}.container,.contact-hero-content{padding:0 16px}.contact-form{padding:0 20px 20px}.form-header{padding:20px 20px 0}.form-icon{font-size:36px}.contact-info-cards{flex-direction:column}.contact-info-card{min-width:100%}.quick-contact-icon{font-size:28px}}@media (max-width: 480px){.hero-title{font-size:1.8rem!important}.container,.contact-hero-content{padding:0 12px}.contact-form{padding:0 16px 16px}.form-header{padding:16px 16px 0}.contact-info-content{flex-direction:column;text-align:center;gap:8px}.contact-info-icon{margin-top:0}.office-hours-item{flex-direction:column;text-align:center;gap:4px}.faq-link-content{padding:20px}}[data-theme=dark] .contact-page{background:#374151;color:#f9fafb}[data-theme=dark] .container{background:transparent;color:#f9fafb}[data-theme=dark] .section-title{background:linear-gradient(135deg,#f59e0b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .section-subtitle{color:#d1d5db!important}[data-theme=dark] .contact-hero{background:linear-gradient(135deg,#374151,#22345e,#374151)}[data-theme=dark] .support-categories{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme=dark] .support-categories:before{background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 60%)}[data-theme=dark] .category-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 8px 30px #0000004d!important}[data-theme=dark] .category-card:before{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c)}[data-theme=dark] .category-card:after{background:linear-gradient(90deg,transparent,rgba(245,158,11,.15),transparent)}[data-theme=dark] .category-card:hover{background:#2d4a66!important;box-shadow:0 20px 60px #f59e0b33!important;border-color:#f59e0b66!important;transform:translateY(-8px) scale(1.02)}[data-theme=dark] .category-icon{background:linear-gradient(135deg,#1e40af,#3b82f6)!important}[data-theme=dark] .category-icon:before{background:linear-gradient(135deg,#f59e0b,#f97316)}[data-theme=dark] .category-card:hover .category-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 25px #f59e0b80}[data-theme=dark] .category-title{color:#f9fafb!important}[data-theme=dark] .category-card:hover .category-title{color:#f59e0b!important;transform:translateY(-2px)}[data-theme=dark] .category-description{color:#d1d5db!important}[data-theme=dark] .category-card:hover .category-description{color:#e5e7eb!important}[data-theme=dark] .category-features li{color:#d1d5db!important}[data-theme=dark] .category-card:focus{animation:categoryPulse 2s infinite;box-shadow:0 12px 40px #f59e0b40}[data-theme=dark] .contact-content{background:#374151}[data-theme=dark] .contact-form{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 8px 32px #00000040!important}[data-theme=dark] .form-header{background:linear-gradient(135deg,#f59e0b,#d97706)}[data-theme=dark] .form-title{color:#1f2937!important}[data-theme=dark] .form-description{color:#374151!important}[data-theme=dark] .modern-form .ant-form-item-label>label{color:#f9fafb!important}[data-theme=dark] .modern-form .ant-input,[data-theme=dark] .modern-form .ant-input-affix-wrapper,[data-theme=dark] .modern-select .ant-select-selector{background:#4b5563!important;border-color:#6b7280!important;color:#f9fafb!important}[data-theme=dark] .modern-form .ant-input::placeholder,[data-theme=dark] .modern-form .ant-input-affix-wrapper input::placeholder{color:#9ca3af!important}[data-theme=dark] .modern-form .ant-input:hover,[data-theme=dark] .modern-form .ant-input-affix-wrapper:hover,[data-theme=dark] .modern-select .ant-select-selector:hover{border-color:#f59e0b!important;box-shadow:0 0 0 2px #f59e0b1a!important}[data-theme=dark] .modern-form .ant-input:focus,[data-theme=dark] .modern-form .ant-input-affix-wrapper:focus,[data-theme=dark] .modern-form .ant-input-affix-wrapper-focused,[data-theme=dark] .modern-select .ant-select-focused .ant-select-selector{border-color:#f59e0b!important;box-shadow:0 0 0 2px #f59e0b33!important}[data-theme=dark] .modern-button{background:#f59e0b!important;border-color:#f59e0b!important;color:#1f2937!important;box-shadow:0 4px 15px #f59e0b4d!important}[data-theme=dark] .modern-button:hover{background:#d97706!important;border-color:#d97706!important;box-shadow:0 6px 20px #f59e0b66!important}[data-theme=dark] .ant-select-dropdown{background:#22345e!important;border-color:#4b5563!important}[data-theme=dark] .ant-select-item{color:#f9fafb!important}[data-theme=dark] .ant-select-item:hover{background:#4b5563!important}[data-theme=dark] .ant-select-item-option-selected{background:#f59e0b!important;color:#1f2937!important}[data-theme=dark] .contact-sidebar{background:#22345e;color:#f9fafb}[data-theme=dark] .sidebar-title{color:#f9fafb!important}[data-theme=dark] .section-title{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .form-title,[data-theme=dark] .contact-info-title,[data-theme=dark] .social-title{color:#f9fafb!important}[data-theme=dark] .timeline-title{background:linear-gradient(135deg,#f59e0b,#f97316)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .response-timeline-card:hover .timeline-title{background:linear-gradient(135deg,#f97316,#ea580c)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .contact-info-subtitle,[data-theme=dark] .social-subtitle{color:#d1d5db!important}[data-theme=dark] .contact-info-main{color:#f9fafb!important}[data-theme=dark] .contact-info-card:hover .contact-info-main{color:#f59e0b!important}[data-theme=dark] .contact-info-description{color:#d1d5db!important}[data-theme=dark] .contact-info-card:hover .contact-info-description{color:#e5e7eb!important}[data-theme=dark] .contact-info-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 6px 25px #0000004d!important}[data-theme=dark] .contact-info-card:before{background:linear-gradient(135deg,#f59e0b,#f97316)}[data-theme=dark] .contact-info-card:after{background:linear-gradient(90deg,transparent,rgba(245,158,11,.1),transparent)}[data-theme=dark] .contact-info-card:hover{background:#2d4a66!important;box-shadow:0 12px 40px #f59e0b33!important;border-color:#f59e0b66!important}[data-theme=dark] .contact-info-icon{color:#60a5fa!important;background:#60a5fa26!important}[data-theme=dark] .contact-info-card:hover .contact-info-icon{color:#f59e0b!important;background:#f59e0b33!important}[data-theme=dark] .modern-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 10px 40px #0000004d!important}[data-theme=dark] .modern-card:before{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c)}[data-theme=dark] .modern-card:after{background:linear-gradient(90deg,transparent,rgba(245,158,11,.12),transparent)}[data-theme=dark] .modern-card:hover{background:#2d4a66!important;box-shadow:0 20px 60px #f59e0b40!important;border-color:#f59e0b66!important}[data-theme=dark] .instant-support-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 8px 30px #0000004d!important}[data-theme=dark] .instant-support-card:before{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c)}[data-theme=dark] .instant-support-card:after{background:linear-gradient(90deg,transparent,rgba(245,158,11,.15),transparent)}[data-theme=dark] .instant-support-card:hover{background:#2d4a66!important;box-shadow:0 16px 50px #f59e0b33!important;border-color:#f59e0b66!important}[data-theme=dark] .support-icon-wrapper:before{background:linear-gradient(135deg,#f59e0b,#f97316)}[data-theme=dark] .response-timeline-card{background:#22345e!important;border-color:#f59e0b33!important;box-shadow:0 6px 25px #0000004d!important}[data-theme=dark] .response-timeline-card:before{background:linear-gradient(135deg,#f59e0b,#f97316)}[data-theme=dark] .response-timeline-card:hover{background:#2d4a66!important;box-shadow:0 12px 40px #f59e0b33!important;border-color:#f59e0b66!important}[data-theme=dark] .timeline-title{color:#f9fafb!important}[data-theme=dark] .response-timeline-card:hover .timeline-title{color:#f59e0b!important}[data-theme=dark] .contact-info-card:hover{background:linear-gradient(135deg,#f59e0b26,#f59e0b1a)!important;box-shadow:0 8px 25px #0000004d!important}[data-theme=dark] .contact-info-icon{color:#f59e0b!important}[data-theme=dark] .contact-info-title{color:#f9fafb!important}[data-theme=dark] .contact-info-details{color:#d1d5db!important}[data-theme=dark] .quick-contact-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .quick-contact-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}[data-theme=dark] .quick-contact-title{color:#f9fafb!important}[data-theme=dark] .quick-contact-description{color:#d1d5db!important}[data-theme=dark] .quick-contact-value{color:#f59e0b!important}[data-theme=dark] .office-hours-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .office-hours-title{color:#f59e0b!important}[data-theme=dark] .office-hours-day{color:#f9fafb!important}[data-theme=dark] .office-hours-time{color:#d1d5db!important}[data-theme=dark] .response-timeline-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .timeline-title{color:#f59e0b!important}[data-theme=dark] .timeline-subtitle{color:#d1d5db!important}[data-theme=dark] .timeline-step{color:#f9fafb}[data-theme=dark] .timeline-time{color:#f59e0b}[data-theme=dark] .timeline-description{color:#d1d5db}[data-theme=dark] .faq-link-card{background:#22345e!important;border-color:#4b5563!important;box-shadow:0 4px 16px #00000040!important}[data-theme=dark] .faq-link-card:hover{background:#4b5563!important;box-shadow:0 8px 25px #0000004d!important}[data-theme=dark] .faq-icon{color:#f59e0b!important}[data-theme=dark] .faq-title{color:#f9fafb!important}[data-theme=dark] .faq-description{color:#d1d5db!important}[data-theme=dark] .security-notice{color:#10b981;background:#10b9811a;border-color:#10b98133}[data-theme=dark] .social-link{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ant-timeline-item-tail{border-color:#4b5563!important}[data-theme=dark] .ant-timeline-item-head{background:#22345e!important;border-color:#f59e0b!important}.legal-page-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Manrope,sans-serif}.legal-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 0 60px;color:#fff;position:relative;overflow:hidden}.legal-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.legal-hero-content{max-width:800px;margin:0 auto;text-align:center;padding:0 24px;position:relative;z-index:1}.legal-icon{width:80px;height:80px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;border:1px solid rgba(255,255,255,.3)}.legal-icon .anticon{font-size:36px;color:#fff}.legal-title{font-family:Manrope,sans-serif!important;font-weight:700!important;font-size:48px!important;color:#fff!important;margin-bottom:16px!important;line-height:1.2!important}.legal-subtitle{font-size:20px!important;color:#ffffffe6!important;margin-bottom:24px!important;display:block;font-weight:400}.legal-date{font-size:14px!important;color:#ffffffb3!important;font-weight:500}.legal-content{max-width:900px;margin:-40px auto 0;padding:0 24px 80px;position:relative;z-index:2}.legal-card{background:#fff!important;border-radius:24px!important;box-shadow:0 20px 40px #0000001a!important;border:1px solid rgba(0,0,0,.05)!important;padding:48px!important}.legal-section{margin-bottom:32px}.section-title{font-family:Manrope,sans-serif!important;font-weight:700!important;color:#1a202c!important;font-size:24px!important;margin-bottom:16px!important;display:flex;align-items:center;gap:12px}.section-title .anticon{color:#667eea;font-size:20px}.legal-section h3{font-family:Manrope,sans-serif!important;font-weight:600!important;color:#2d3748!important;font-size:18px!important;margin-top:24px!important;margin-bottom:12px!important}.legal-section p{font-family:Manrope,sans-serif!important;font-size:16px!important;line-height:1.7!important;color:#4a5568!important;margin-bottom:16px!important}.legal-list{list-style:none;padding:0;margin:16px 0}.legal-list li{font-family:Manrope,sans-serif!important;font-size:16px!important;line-height:1.6!important;color:#4a5568!important;margin-bottom:12px!important;padding-left:24px;position:relative}.legal-list li:before{content:"•";color:#667eea;font-size:20px;position:absolute;left:0;top:-2px}.legal-list li strong{color:#2d3748!important;font-weight:600}.contact-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-top:16px}.contact-info p{margin-bottom:8px!important;font-family:Manrope,sans-serif!important;font-size:15px!important}.contact-info strong{color:#2d3748!important;font-weight:600}.cookie-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:24px 0}.cookie-category-card{border:1px solid #e2e8f0!important;border-radius:12px!important;transition:all .3s ease}.cookie-category-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a!important;border-color:#667eea!important}.cookie-category-title{font-family:Manrope,sans-serif!important;font-weight:600!important;color:#2d3748!important;font-size:16px!important;margin-bottom:12px!important;display:flex;align-items:center;gap:8px}.cookie-table{margin-top:24px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0}.cookie-table .ant-table-thead>tr>th{background:#f7fafc!important;border-bottom:1px solid #e2e8f0!important;font-family:Manrope,sans-serif!important;font-weight:600!important;color:#2d3748!important}.cookie-table .ant-table-tbody>tr>td{font-family:Manrope,sans-serif!important;border-bottom:1px solid #f1f5f9!important;padding:16px!important}.cookie-table .ant-table-tbody>tr:hover>td{background:#f8fafc!important}[data-theme=dark] .legal-page-container{background:linear-gradient(135deg,#1a202c,#2d3748)}[data-theme=dark] .legal-card{background:#2d3748!important;border-color:#ffffff1a!important}[data-theme=dark] .section-title{color:#f7fafc!important}[data-theme=dark] .legal-section h3{color:#e2e8f0!important}[data-theme=dark] .legal-section p,[data-theme=dark] .legal-list li{color:#cbd5e0!important}[data-theme=dark] .legal-list li strong{color:#f7fafc!important}[data-theme=dark] .contact-info{background:#4a5568;border-color:#718096}[data-theme=dark] .contact-info p{color:#e2e8f0!important}[data-theme=dark] .contact-info strong{color:#f7fafc!important}[data-theme=dark] .cookie-category-card{background:#4a5568!important;border-color:#718096!important}[data-theme=dark] .cookie-category-card:hover{border-color:#667eea!important}[data-theme=dark] .cookie-category-title{color:#f7fafc!important}[data-theme=dark] .cookie-table .ant-table-thead>tr>th{background:#4a5568!important;border-color:#718096!important;color:#f7fafc!important}[data-theme=dark] .cookie-table .ant-table-tbody>tr>td{background:#2d3748!important;border-color:#4a5568!important;color:#e2e8f0!important}[data-theme=dark] .cookie-table .ant-table-tbody>tr:hover>td{background:#4a5568!important}@media (max-width: 768px){.legal-hero{padding:60px 0 40px}.legal-title{font-size:36px!important}.legal-subtitle{font-size:18px!important}.legal-content{margin-top:-20px;padding:0 16px 60px}.legal-card{padding:32px 24px!important;border-radius:16px!important}.section-title{font-size:20px!important;flex-direction:column;align-items:flex-start;gap:8px}.legal-section h3{font-size:16px!important}.legal-section p,.legal-list li{font-size:15px!important}.cookie-category-grid{grid-template-columns:1fr;gap:16px}.cookie-table{font-size:14px}}@font-face{font-family:Manrope-fallback;src:local("Manrope"),local("ui-sans-serif"),local("system-ui");font-display:swap}:root{--font-primary: "Manrope", "Manrope-fallback", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{font-display:swap}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}html{font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{margin:0;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--antd-color-primary: #1a73e8;--antd-color-bg-container: #ffffff;--antd-border-radius: 8px;--font-family-primary: "Manrope", ui-sans-serif, system-ui, sans-serif}.ant-layout-header,.ant-menu-dark{background:#1a73e8!important}.ant-btn,.ant-input,.ant-select,.ant-card,.ant-form-item-label,.ant-typography,.ant-menu-item,.ant-table,.ant-modal,.ant-drawer{font-family:Manrope,ui-sans-serif,system-ui,sans-serif!important}.modern-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;position:relative;overflow:hidden}.login-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.login-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.1}.login-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea1a,#764ba21a,#407bff1a)}.modern-login-card{width:480px;padding:48px 40px;border-radius:24px;box-shadow:0 20px 40px #0000001a;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.login-header{text-align:center;margin-bottom:40px}.login-logo{margin-bottom:24px}.logo-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 32px #667eea4d}.logo-icon .anticon{font-size:36px;color:#fff}.modern-login-title{font-family:Manrope,sans-serif!important;font-weight:700!important;font-size:32px!important;color:#1a1a1a!important;margin-bottom:8px!important;line-height:1.2!important}.login-subtitle{font-family:Manrope,sans-serif!important;font-size:16px;color:#6b7280!important;font-weight:400}.modern-login-form{margin-top:40px}.modern-login-form .ant-form-item{margin-bottom:24px}.modern-input{height:56px!important;border-radius:16px!important;border:2px solid #e5e7eb!important;background:#f9fafb!important;font-family:Manrope,sans-serif!important;font-size:16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.modern-input:hover{border-color:#667eea!important;background:#fff!important}.modern-input:focus,.modern-input.ant-input-focused{border-color:#667eea!important;background:#fff!important;box-shadow:0 0 0 4px #667eea1a!important}.form-icon{color:#9ca3af!important;font-size:18px!important;margin-right:4px}.modern-input:focus .form-icon,.modern-input.ant-input-focused .form-icon{color:#667eea!important}.modern-login-btn{height:56px!important;border-radius:16px!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;font-family:Manrope,sans-serif!important;font-weight:600!important;font-size:16px!important;margin-top:8px;box-shadow:0 8px 32px #667eea4d!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.modern-login-btn:hover{transform:translateY(-2px)!important;box-shadow:0 12px 40px #667eea66!important;background:linear-gradient(135deg,#5a6fd8,#6a4190)!important}.modern-login-btn:active{transform:translateY(0)!important}[data-theme=dark] .modern-login-card{background:#1f2937f2!important;border-color:#4b55634d!important}[data-theme=dark] .modern-login-title{color:#f9fafb!important}[data-theme=dark] .login-subtitle{color:#d1d5db!important}[data-theme=dark] .modern-input{background:#374151!important;border-color:#4b5563!important;color:#f9fafb!important}[data-theme=dark] .modern-input:hover{background:#4b5563!important;border-color:#667eea!important}[data-theme=dark] .modern-input:focus,[data-theme=dark] .modern-input.ant-input-focused{background:#4b5563!important;border-color:#667eea!important}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;background-color:#f0f2f5}.login-card{font-family:Manrope,sans-serif;box-shadow:0 4px 20px #0000001a;border-radius:8px;padding:24px}.login-title{font-family:Manrope,sans-serif!important;font-weight:700!important;color:#1a73e8!important;text-align:center;margin-bottom:24px}.login-form .ant-form-item-label>label{font-family:Manrope,sans-serif!important;font-weight:500!important;color:#333!important;font-size:14px}.login-form .ant-input,.login-form .ant-input-password{font-family:Manrope,sans-serif!important;border-radius:6px;border:1px solid #d9d9d9;height:40px}.login-form .ant-btn{font-family:Manrope,sans-serif!important;font-weight:500!important;height:42px;border-radius:6px;font-size:16px}.login-link{font-family:Manrope,sans-serif!important;color:#1a73e8!important;text-decoration:none}.login-link:hover{color:#1557b0!important;text-decoration:underline}*{font-family:Figtree,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}h1,h2,h3,h4,h5,h6,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5,.ant-typography h6,.ant-title{font-family:Figtree,sans-serif!important;font-weight:700!important;letter-spacing:-.02em;line-height:1.2}h1,.ant-typography h1,h2,.ant-typography h2{font-weight:800!important}body,p,span,div,a,button,input,textarea,select,.ant-typography,.ant-typography p,.ant-btn,.ant-menu-item,.ant-input,.ant-select,.ant-form-item-label,.ant-table,.ant-card,.ant-modal,.ant-drawer{font-family:Figtree,sans-serif!important;letter-spacing:-.01em;line-height:1.5}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-black{font-weight:900!important}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-elevated: #ffffff;--bg-overlay: rgba(255, 255, 255, .9);--text-primary: #1a1a1a;--text-secondary: #666666;--text-tertiary: #999999;--text-inverse: #ffffff;--border-primary: #e2e8f0;--border-secondary: #f1f5f9;--border-focus: #050b83;--color-primary: #050b83;--color-secondary: #ff8c00;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 64px rgba(0, 0, 0, .16);--gradient-primary: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);--gradient-secondary: linear-gradient(135deg, #ff8c00 0%, #ff6347 100%);--gradient-accent: linear-gradient(135deg, #52c41a 0%, #13c2c2 100%);--blur-sm: blur(8px);--blur-md: blur(16px);--blur-lg: blur(24px);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg-primary: #141414;--bg-secondary: #1f1f1f;--bg-tertiary: #262626;--bg-elevated: #2a2a2a;--bg-overlay: rgba(20, 20, 20, .9);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .75);--text-tertiary: rgba(255, 255, 255, .55);--text-inverse: #1a1a1a;--border-primary: #303030;--border-secondary: #434343;--border-focus: #050b83;--color-primary: #050b83;--color-secondary: #ff9500;--color-success: #ec9411;--color-warning: #ffd666;--color-error: #ff7875;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .45);--shadow-xl: 0 16px 64px rgba(0, 0, 0, .55);--gradient-primary: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%);--gradient-secondary: linear-gradient(135deg, #ff9500 0%, #ff6347 100%);--gradient-accent: linear-gradient(135deg, #73d13d 0%, #36cfc9 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Figtree,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;line-height:1.6;font-weight:400;letter-spacing:-.01em}::selection{background:var(--color-primary);color:#fff}::-moz-selection{background:var(--color-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:4px;transition:var(--transition-normal)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}*:focus{outline:2px solid var(--border-focus);outline-offset:2px}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--border-focus);outline-offset:2px}.skeleton-loading{background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--bg-tertiary) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.glass-effect{background:var(--bg-overlay);-webkit-backdrop-filter:var(--blur-md);backdrop-filter:var(--blur-md);border:1px solid var(--border-secondary)}.card-hover{transition:var(--transition-normal);cursor:pointer}.card-hover:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.btn-animate{position:relative;overflow:hidden;transition:var(--transition-normal)}.btn-animate:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-animate:hover:before{left:100%}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-shimmer{background:linear-gradient(90deg,var(--text-primary) 25%,var(--text-secondary) 50%,var(--text-primary) 75%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.float-animation{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.pulse-animation{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.bounce-in{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.slide-up{animation:slideUp .8s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.container-responsive{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 1200px){.container-responsive{max-width:992px;padding:0 20px}}@media (max-width: 992px){.container-responsive{max-width:768px;padding:0 16px}}@media (max-width: 768px){.container-responsive{max-width:100%;padding:0 12px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){:root{--border-primary: #000000;--border-secondary: #000000}[data-theme=dark]{--border-primary: #ffffff;--border-secondary: #ffffff}}.ant-layout-header{background:"transparent";transition:var(--transition-normal)!important;-webkit-backdrop-filter:var(--blur-md)!important;backdrop-filter:var(--blur-md)!important}.ant-menu{background:transparent!important;border:none!important;font-family:Figtree,sans-serif!important}.ant-menu-item{color:var(--text-primary)!important;transition:var(--transition-normal)!important;font-family:Figtree,sans-serif!important;font-weight:600!important;letter-spacing:-.01em}.ant-menu-item:hover{color:#ff8c00!important;background:#ff8c001a!important}.ant-menu-item-selected{color:#ff8c00!important;background:#ff8c0026!important}.ant-menu-item-selected:after{border-right-color:var(--color-primary)!important}.ant-btn{font-family:Figtree,sans-serif!important;font-weight:600!important;letter-spacing:-.01em}.ant-btn-primary{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;font-weight:700!important}.ant-btn-primary:hover{background:var(--color-secondary)!important;border-color:var(--color-secondary)!important;color:#fff!important}.ant-btn-text{color:var(--text-primary)!important}.ant-btn-text:hover{color:#ff8c00!important;background:#ff8c001a!important}.ant-input,.ant-input-affix-wrapper{font-family:Figtree,sans-serif!important;font-weight:400!important;letter-spacing:-.01em}.ant-select,.ant-table,.ant-card,.ant-typography{font-family:Figtree,sans-serif!important}.ant-form-item-label>label{font-family:Figtree,sans-serif!important;font-weight:600!important}.ant-modal,.ant-drawer{font-family:Figtree,sans-serif!important}
