@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--font-title:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--bg-dark-1:#f7f8fc;--bg-dark-2:#fff;--bg-dark-3:#edf1f8;--primary:#7f67e8;--primary-hover:#684fce;--primary-glow:#7f67e82e;--secondary:#169f93;--secondary-hover:#0f8178;--secondary-glow:#169f9329;--accent:#d96582;--warning:#f59e0b;--success:#10b981;--info:#3b82f6;--text-main:#172033;--text-muted:#667085;--text-dark:#768195;--border-color:#232d461f;--glass-bg:#ffffffc7;--glass-border:#232d461f;--glass-blur:blur(16px);--card-shadow:0 22px 60px #323c551c;--accent-shadow:0 16px 36px #7f67e833;--nav-dropdown-bg:#fffffff5;--nav-dropdown-hover:#7f67e814;--form-menu-bg:#fff;--form-menu-text:#172033;--form-menu-muted:#667085;--form-menu-hover:#eef2ff;--radius-xl:24px;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--radius-full:9999px;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.175, .885, .32, 1.275);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--bg-dark-1:#101426;--bg-dark-2:#171c32;--bg-dark-3:#232a45;--primary:#8f6ff8;--primary-hover:#7c5ff0;--primary-glow:#8f6ff838;--secondary:#20c7b8;--secondary-hover:#15a99b;--secondary-glow:#14b8a633;--accent:#ef6f8f;--text-main:#fbfbff;--text-muted:#b9bdca;--text-dark:#7c8497;--border-color:#ffffff1f;--glass-bg:#ffffff13;--glass-border:#ffffff24;--card-shadow:0 18px 55px #05081257;--accent-shadow:0 0 28px #8f6ff847;--nav-dropdown-bg:#0f0c1ef7;--nav-dropdown-hover:#8b5cf61f;--form-menu-bg:#171c32;--form-menu-text:#fbfbff;--form-menu-muted:#b9bdca;--form-menu-hover:#232a45;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:none;margin:0;padding:0}html,body{background:radial-gradient(circle at top left, #7f67e821, transparent 34%), radial-gradient(circle at top right, #169f931a, transparent 30%), linear-gradient(180deg, #fff 0%, #f7f8fc 46%, #f2f5fa 100%), var(--bg-dark-1);background-color:var(--bg-dark-1);color:var(--text-main);scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-height:100vh;line-height:1.6;overflow-x:hidden}html[data-theme=dark],html[data-theme=dark] body{background:radial-gradient(circle at top left, #8f6ff824, transparent 34%), radial-gradient(circle at top right, #20c7b81a, transparent 30%), var(--bg-dark-1);background-color:var(--bg-dark-1);color:var(--text-main)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:0;text-wrap:balance;color:var(--text-main);font-weight:600}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}button,a,input,select,textarea{touch-action:manipulation}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eef2f8}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:var(--primary)}html[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-dark-1)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--bg-dark-3)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--card-shadow);border-radius:var(--radius-lg)}.glass-card{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:var(--transition-smooth);background:#ffffffd1}.glass-card:hover{background:#fffffff5;border-color:#7f67e83d;transform:translateY(-4px);box-shadow:0 22px 52px #323c5524}html[data-theme=dark] .glass-card{background:#ffffff12}html[data-theme=dark] .glass-card:hover{background:#ffffff1a;border-color:#8b5cf64d;box-shadow:0 12px 30px #0006}.gradient-text{background:linear-gradient(135deg,#7f67e8 0%,#159a91 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-pink{background:linear-gradient(135deg,#d96582 0%,#7f67e8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.badge{border-radius:var(--radius-full);letter-spacing:0;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-primary{color:#5b43ba;background:#7f67e81f;border:1px solid #7f67e838}.badge-secondary{color:#0f766e;background:#169f931f;border:1px solid #169f9338}.badge-success{color:#047857;background:#10b9811f;border:1px solid #10b98138}.badge-warning{color:#9a5f00;background:#f59e0b1f;border:1px solid #f59e0b38}.badge-danger{color:#b42342;background:#d965821f;border:1px solid #d9658238}.form-group{margin-bottom:20px}.form-label{color:var(--text-muted);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-control{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;min-height:46px;color:var(--text-main);appearance:none;transition:var(--transition-smooth);background:#ffffffe0;padding:12px 16px;font-size:14px;line-height:1.45}select.form-control{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:42px}select.form-control option,select.form-control optgroup,select option,select optgroup{background:var(--form-menu-bg);background-color:var(--form-menu-bg);color:var(--form-menu-text)}select.form-control option:checked,select option:checked{background-color:var(--primary);color:#fff}select.form-control option:disabled,select option:disabled{color:var(--form-menu-muted)}.form-control:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #7f67e81f}html[data-theme=dark] .form-control{background:#ffffff13}html[data-theme=dark] select.form-control,html[data-theme=dark] select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .form-control:focus{background:#ffffff1c;box-shadow:0 0 12px #8b5cf633}.form-control::placeholder{color:var(--text-dark)}@media (width<=768px){:where(input,select,textarea,.form-control,.ecpay-input){font-size:16px!important}:where(.form-control,.ecpay-input){min-height:48px!important}}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:2px solid #2dd4bfb8}.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.glass-panel,.glass-card{background:#fffffff5}html[data-theme=dark] .glass-panel,html[data-theme=dark] .glass-card{background:#181e34f5}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes pulse-slow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.blur-bg-element{filter:blur(100px);z-index:-1;pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute}.header-nav{z-index:100;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:72px;transition:var(--transition-smooth);background:#12172ad1;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;width:100%;display:flex}.brand-logo{font-family:var(--font-title);background:linear-gradient(135deg,#a78bfa 0%,#2dd4bf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:8px;font-size:22px;font-weight:800;display:flex}.nav-links{align-items:center;gap:28px;display:flex}.nav-link{color:var(--text-muted);padding:6px 0;font-size:15px;font-weight:500;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-actions{align-items:center;gap:16px;display:flex}.nav-dropdown{position:relative}.nav-dropdown.open:after{content:"";z-index:499;height:18px;position:absolute;top:100%;left:-18px;right:-18px}.nav-dropdown-menu{will-change:opacity, transform;z-index:1200!important}.nav-dropdown-menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.nav-link{color:#172033ad}.nav-link:hover,.nav-link.active{color:var(--text-main)}.btn-primary{background:linear-gradient(135deg,#8f73f2 0%,#7057dc 100%);box-shadow:0 14px 28px #7f67e838}.btn-primary:hover{box-shadow:0 18px 36px #7f67e847}.btn-secondary{color:var(--text-main);background:#ffffffdb;border-color:#232d4621;box-shadow:0 10px 22px #323c5512}.btn-secondary:hover{background:#fff;border-color:#7f67e83d;box-shadow:0 16px 30px #323c551a}.btn-accent{background:linear-gradient(135deg,#22b8ac 0%,#169f93 100%);box-shadow:0 14px 28px #169f9333}.page-loader,.legal-page,.not-found-page,.auth-page,.home-page,.subscriptions-page{background:radial-gradient(circle at 18% 8%,#7f67e81f,#0000 32%),radial-gradient(circle at 88% 14%,#169f931a,#0000 30%),linear-gradient(#fff 0%,#f7f8fc 48%,#f1f5fa 100%)}.auth-card,.legal-hero,.legal-section,.not-found-card,.home-feature-card,.pricing-card,.review-card,.course-card,.filters-sidebar,.scenario-panel,.subscription-plan,.subscription-benefits-grid div,.stat-card{box-shadow:var(--card-shadow);background:#ffffffdb;border-color:#232d461a}.auth-card{border-radius:18px}.home-hero{background:radial-gradient(circle at 12% 14%,#7f67e829,#0000 34%),radial-gradient(circle at 88% 18%,#169f9321,#0000 30%),linear-gradient(#fff 0%,#f7f8fc 62%,#eef3f9 100%);border-bottom-color:#232d461a;min-height:760px}.hero-subtitle,.home-hero .hero-subtitle,.section-kicker,.hero-device-label{color:var(--secondary)}.home-hero .hero-desc,.hero-desc,.home-section-heading p,.home-feature-card p,.scenario-copy p,.review-card p,.course-meta,.course-teacher,.subscription-section-heading p,.subscription-plan p,.subscription-price span,.subscription-feature-list,.subscription-benefits-grid span,.subscription-trust-row,.auth-heading p,.legal-hero p,.legal-section p,.not-found-card p{color:var(--text-muted)}.hero-device-screen h1,.hero-device-screen h2,.hero-device-screen h3,.hero-device-title,.viewer-main h1,.viewer-main h2,.viewer-main h3,.viewer-sidebar h1,.viewer-sidebar h2,.viewer-sidebar h3{color:#fbfbff}.feature-icon-wrapper,.scenario-mock-header span{background:#7f67e81a;border-color:#7f67e82e}.scenario-mock-line,.scenario-mock-header span,.hero-progress-card,.hero-note,.hero-mini-grid>div{border-radius:16px}.scenario-mock-line span{background:#7f67e82e}.course-thumb{background:#eef2f8}.course-footer,.chat-input-area{border-color:#232d461a}.subscription-hero{background:#f7f8fc}.subscription-hero-image{filter:saturate(.94)brightness(1.08)}.subscription-eyebrow{color:var(--secondary);background:#ffffffc7;border-color:#169f9338;box-shadow:0 10px 24px #323c5514}.subscription-hero h1{color:var(--text-main)}.subscription-hero p{color:#172033b8}.subscription-hero-metrics{box-shadow:var(--card-shadow);background:#ffffffd1;border-color:#232d461f}.subscription-hero-metrics div{background:#ffffff9e}.subscription-hero-metrics span{color:var(--text-muted)}.subscription-plan-media,.subscription-scene-card{box-shadow:var(--card-shadow);background:#eef2f8;border-color:#232d461a}.subscription-plan-body{background:#ffffffe6}.subscription-plan-kicker,.subscription-price.premium,.subscription-feature-list svg,.subscription-benefits-grid svg,.subscription-trust-row svg{color:var(--secondary)}.member-layout,.detail-hero,.hero-section{background:radial-gradient(circle at 16% 4%,#7f67e81a,#0000 30%),linear-gradient(#fff 0%,#f7f8fc 100%)}.sidebar-menu-btn:hover,.sidebar-menu-btn.active{background:#7f67e817}.chat-window,.chat-bubble.received{background:#ffffffdb;border-color:#232d461a}.chat-input-area{background:#f7f8fcdb}.nav-mobile-link,.nav-mobile-group{background:#f7f8fcd1;border-color:#232d4617}.nav-mobile-link:hover,.nav-mobile-link.active,.nav-mobile-group.open,.nav-mobile-group.active{background:#7f67e814;border-color:#7f67e833}.nav-mobile-submenu{background:#ffffffc7;border-color:#232d461a}.nav-mobile-subitem{background:#f7f8fcdb;border-color:#232d4614}@media (width<=980px){.subscription-hero-scrim{background:linear-gradient(#ffffffeb 0%,#f7f8fcfa 100%),linear-gradient(90deg,#ffffffeb,#ffffff94)}}@media (width<=768px){.header-nav{background:#ffffffeb}.home-hero{background:radial-gradient(circle at 50% 4%,#7f67e829,#0000 36%),linear-gradient(#fff 0%,#f7f8fc 100%)}.subscription-hero{background:#f7f8fc}}.mobile-menu-btn{display:none}.btn{border-radius:var(--radius-md);transition:var(--transition-bounce);white-space:nowrap;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:9px 18px;font-size:13.5px;font-weight:600;line-height:1.4;display:inline-flex}.btn-lg{gap:8px;padding:12px 24px;font-size:14.5px}.btn-sm{gap:4px;padding:6px 12px;font-size:12px}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);color:#fff;box-shadow:0 4px 15px #8b5cf64d}.btn-primary:hover{box-shadow:0 6px 20px #8b5cf680, var(--accent-shadow);transform:translateY(-2px)}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);background:#ffffff14}.btn-secondary:hover{background:#ffffff24;border-color:#ffffff42;transform:translateY(-2px)}.btn-accent{background:linear-gradient(135deg, var(--secondary) 0%, var(--secondary-hover) 100%);color:#fff;box-shadow:0 4px 15px #14b8a64d}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a680}.btn-danger{background:var(--accent);color:#fff}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f43f5e66}.btn:disabled,.btn[aria-disabled=true],.btn.is-loading,.btn[aria-busy=true]{cursor:wait;pointer-events:none;opacity:.78;filter:saturate(.9);transform:none}.btn.is-loading,.btn[aria-busy=true]{gap:8px}.btn.is-loading:hover,.btn[aria-busy=true]:hover{transform:none}.btn .btn-mystic-loader{margin-left:-1px}.page-loader{z-index:10000;width:100vw;height:100dvh;min-height:100svh;color:var(--text-muted);text-align:center;-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);background:radial-gradient(circle at 50% 38%,#7f67e82e,#0000 28%),radial-gradient(circle at 18% 16%,#7f67e81f,#0000 34%),radial-gradient(circle at 84% 18%,#169f931f,#0000 32%),#f8fafcb8;justify-content:center;align-items:center;padding:24px;animation:.22s ease-out both loaderOverlayIn;display:flex;position:fixed;inset:0;overflow:hidden}.page-loader:before{content:"";pointer-events:none;opacity:.48;background:linear-gradient(120deg,#0000 0 40%,#ffffff5c 48%,#0000 58% 100%);animation:3.8s ease-in-out infinite loaderVeil;position:absolute;inset:-20%;transform:translate(-18%)}.page-loader-panel{z-index:1;-webkit-backdrop-filter:blur(24px)saturate(1.16);backdrop-filter:blur(24px)saturate(1.16);background:linear-gradient(#ffffffd1 0%,#ffffff9e 100%);border:1px solid #ffffffb8;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:min(360px,100vw - 40px);min-height:260px;animation:.38s cubic-bezier(.2,.86,.22,1) both loaderPanelIn;display:flex;position:relative;box-shadow:0 32px 90px #323c552e,inset 0 1px #ffffffdb}.page-loader-panel:before,.page-loader-panel:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.page-loader-panel:before{filter:blur(24px);background:#7f67e81f;width:120px;height:120px;top:28px}.page-loader-panel:after{border:1px solid #7f67e81a;inset:12px}html[data-theme=dark] .page-loader{background:radial-gradient(circle at 50% 38%,#8f6ff838,#0000 30%),radial-gradient(circle at 18% 16%,#8f6ff821,#0000 34%),radial-gradient(circle at 84% 18%,#20c7b81c,#0000 32%),#050812bd}html[data-theme=dark] .page-loader:before{background:linear-gradient(120deg,#0000 0 40%,#ffffff1f 48%,#0000 58% 100%)}html[data-theme=dark] .page-loader-panel{background:linear-gradient(#14182bd6 0%,#0a0e1cbd 100%);border-color:#ffffff24;box-shadow:0 32px 100px #00000061,inset 0 1px #ffffff14}html[data-theme=dark] .page-loader-panel:after{border-color:#8f6ff829}.mystic-loader{z-index:1;isolation:isolate;place-items:center;width:92px;height:92px;display:grid;position:relative}.mystic-loader:before,.mystic-loader:after{content:"";background:conic-gradient(from 0deg, transparent 0 20%, #7f67e8bd, transparent 42% 68%, #169f93b8, transparent 82% 100%);filter:blur(.2px);opacity:.9;border-radius:50%;animation:2.8s linear infinite mysticSweep;position:absolute;inset:16px}.mystic-loader:after{opacity:.68;animation-duration:1.9s;animation-direction:reverse;inset:28px}.mystic-loader-ring{border:1px solid #7f67e838;border-radius:999px;animation:2.2s ease-in-out infinite mysticPulse;position:absolute;inset:10px;box-shadow:0 0 0 8px #7f67e80a,0 18px 48px #7f67e82e}.mystic-loader-core{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);border-radius:9px;width:24px;height:24px;animation:1.8s ease-in-out infinite mysticCore;position:relative;transform:rotate(45deg);box-shadow:0 0 24px #7f67e873,0 0 36px #169f9347}.mystic-loader-spark{background:var(--secondary);border-radius:2px;width:7px;height:7px;animation:2.4s ease-in-out infinite mysticSpark;position:absolute;transform:rotate(45deg);box-shadow:0 0 16px #169f9394}.mystic-loader-spark.spark-a{top:10px;left:54px}.mystic-loader-spark.spark-b{background:var(--primary);width:5px;height:5px;animation-delay:.38s;bottom:26px;right:12px}.mystic-loader-spark.spark-c{background:var(--accent);width:4px;height:4px;animation-delay:.74s;bottom:18px;left:13px}.page-loader-text{letter-spacing:0;color:var(--text-muted);z-index:1;font-size:13.5px;font-weight:700;position:relative}.route-error-loader{z-index:10010}.route-error-panel{width:min(460px,100vw - 40px);min-height:340px;padding:34px 30px}.route-error-copy{z-index:1;gap:10px;max-width:360px;display:grid;position:relative}.route-error-copy h1{color:var(--text-main);letter-spacing:0;margin:0;font-size:22px;font-weight:800;line-height:1.25}.route-error-copy p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.75}.route-error-actions{z-index:1;flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex;position:relative}.btn-mystic-loader{border:1px solid #ffffff80;border-top-color:#fffffffa;border-radius:999px;flex:none;width:16px;height:16px;animation:.82s linear infinite mysticSweep;position:relative;box-shadow:0 0 10px #ffffff73,inset 0 0 8px #ffffff40}.btn-mystic-loader:after{content:"";background:#ffffffe6;border-radius:999px;position:absolute;inset:5px}@keyframes mysticSweep{to{transform:rotate(360deg)}}@keyframes loaderOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes loaderPanelIn{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes loaderVeil{0%,to{transform:translate(-18%)rotate(0)}50%{transform:translate(18%)rotate(2deg)}}@media (width<=768px){.page-loader{padding:max(18px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left))}.page-loader-panel{border-radius:24px;gap:14px;width:min(320px,100vw - 32px);min-height:230px}.mystic-loader{width:82px;height:82px}.page-loader-text{font-size:13px}.route-error-panel{min-height:320px;padding:30px 22px}.route-error-copy h1{font-size:20px}.route-error-actions{flex-direction:column}.route-error-actions .btn{width:100%}}@media (width<=380px){.page-loader-panel{border-radius:22px;width:min(292px,100vw - 28px);min-height:218px}.mystic-loader{width:76px;height:76px}}@keyframes mysticPulse{0%,to{opacity:.7;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}@keyframes mysticCore{0%,to{transform:rotate(45deg)scale(.9)}50%{transform:rotate(135deg)scale(1.08)}}@keyframes mysticSpark{0%,to{opacity:.36;transform:translate(0,0)rotate(45deg)scale(.74)}50%{opacity:1;transform:translateY(-7px)rotate(45deg)scale(1.16)}}.legal-page,.not-found-page{background:radial-gradient(circle at 20% 10%, #8b5cf626, transparent 34%), radial-gradient(circle at 80% 22%, #14b8a61a, transparent 30%), var(--bg-dark-1);padding:120px 0 84px}.legal-layout{max-width:980px}.legal-back{margin-bottom:22px}.legal-hero{border-radius:8px;gap:18px;padding:42px;display:grid}.legal-hero svg{color:var(--secondary)}.legal-hero h1{font-size:38px;line-height:1.2}.legal-hero p,.legal-section p,.not-found-card p{color:var(--text-muted);line-height:1.8}.legal-hero small{color:var(--text-dark)}.legal-section-list{gap:16px;margin-top:22px;display:grid}.legal-section{border-radius:8px;padding:28px}.legal-section h2{margin-bottom:10px;font-size:20px}.not-found-card{text-align:center;border-radius:8px;gap:18px;max-width:680px;margin:0 auto;padding:48px;display:grid}.not-found-card>svg{color:var(--secondary);margin:0 auto}.not-found-card h1{font-size:36px}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.auth-page{background:radial-gradient(circle at 30% 4%,#8f6ff829,#0000 34%),radial-gradient(circle at 75% 18%,#20c7b81f,#0000 30%);justify-content:center;align-items:flex-start;min-height:calc(100vh - 72px);padding:124px 20px 82px;display:flex}.auth-card{width:min(100%,440px);box-shadow:var(--card-shadow);background:#ffffff16;border:1px solid #ffffff29;border-radius:8px;padding:36px}.auth-heading{text-align:center;margin-bottom:30px}.auth-heading .brand-logo{justify-content:center;margin-bottom:14px;display:inline-flex}.auth-heading h2{font-size:25px;font-weight:760;line-height:1.25}.auth-heading p{max-width:320px;color:var(--text-muted);margin:8px auto 0;font-size:13px;line-height:1.65}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-form .btn{width:100%;min-height:48px}.auth-divider{color:var(--text-dark);align-items:center;gap:12px;margin:24px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:24px;font-size:14px}.auth-link{color:var(--primary);font-weight:700}.auth-inline-link{color:var(--primary);white-space:nowrap;padding:0;font-size:12px;font-weight:700}.auth-inline-link:hover{color:var(--secondary)}.line-login-btn{color:#fff;background:#06c755;gap:8px;width:100%;min-height:48px;box-shadow:0 4px 15px #06c75533}.hero-section{text-align:center;padding:160px 0 100px;position:relative;overflow:hidden}.hero-subtitle{letter-spacing:0;text-transform:none;color:var(--secondary);margin-bottom:16px;font-size:16px;font-weight:600}.hero-title{font-size:56px;font-weight:800;line-height:1.15;font-family:var(--font-title);margin-bottom:24px}.hero-desc{max-width:680px;color:var(--text-muted);margin:0 auto 36px;font-size:18px;line-height:1.6}.hero-buttons{justify-content:center;gap:16px;display:flex}.home-page{padding-bottom:80px;overflow:hidden}.home-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(180deg, #12172a6b 0%, #101426f5 100%), linear-gradient(135deg, #8f6ff833 0%, #20c7b829 48%, #ef6f8f1c 100%), var(--bg-dark-1);align-items:center;min-height:760px;padding:140px 0 96px;display:flex;position:relative;overflow:hidden}.home-hero-bg{opacity:.36;background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000c,#0000 78%);mask-image:linear-gradient(#000c,#0000 78%)}.home-hero-inner{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);align-items:center;gap:56px;display:grid;position:relative}.home-hero-copy{text-align:left}.home-hero .hero-subtitle,.section-kicker{letter-spacing:0;text-transform:none;display:inline-block}.home-hero .hero-title{max-width:820px;margin-bottom:24px;font-size:64px}.home-title-prefix,.home-title-suffix{display:inline}.mobile-title-break{display:none}.home-hero .hero-desc{max-width:720px;margin-left:0}.home-hero .hero-buttons{justify-content:flex-start}.hero-device{background:linear-gradient(145deg,#ffffff29,#ffffff09);border:1px solid #ffffff29;border-radius:38px;min-height:520px;padding:14px;box-shadow:0 26px 80px #0000005c,inset 0 1px #ffffff1f}.hero-device-top{align-items:center;gap:7px;height:30px;padding:0 14px;display:flex}.hero-device-top span{background:#ffffff3d;border-radius:50%;width:9px;height:9px}.hero-device-screen{background:linear-gradient(180deg, #0e1323f0 0%, #080b16fa 100%), var(--bg-dark-2);border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;justify-content:flex-end;gap:18px;min-height:460px;padding:28px;display:flex}.hero-device-label,.section-kicker{color:var(--secondary);font-size:13px;font-weight:700}.hero-device-title{max-width:420px;font-size:34px;font-weight:800;line-height:1.18}.hero-progress-card,.hero-note,.hero-mini-grid>div{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px}.hero-progress-card{justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.hero-progress-card span,.hero-mini-grid span{color:var(--text-muted);margin-bottom:4px;font-size:12px;display:block}.hero-progress-card strong{font-size:16px}.hero-mini-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.hero-mini-grid>div{padding:18px}.hero-mini-grid strong{color:var(--text-main);margin-bottom:8px;font-size:32px;line-height:1;display:block}.hero-note{color:var(--text-muted);align-items:center;gap:10px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.home-os-tabs{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);background:#12172ac7;justify-content:center;gap:8px;display:flex;position:sticky;top:72px;padding-top:14px!important;padding-bottom:14px!important}.home-os-tabs a{color:var(--text-muted);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.home-section{padding-top:96px!important;padding-bottom:96px!important}.home-section.compact{padding-top:72px!important;padding-bottom:72px!important}.home-section-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:38px;display:flex}.home-section-heading.centered{text-align:center;max-width:760px;margin-left:auto;margin-right:auto;display:block}.home-section-heading h2{margin-top:10px;margin-bottom:12px;font-size:40px;line-height:1.18}.home-section-heading p{color:var(--text-muted);max-width:760px;font-size:16px;line-height:1.7}.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.home-feature-card,.pricing-card,.review-card{border:1px solid var(--border-color);box-shadow:var(--card-shadow);background:#ffffff14;border-radius:8px}.home-feature-card{padding:30px}.home-feature-card h3{margin-bottom:12px;font-size:20px}.home-feature-card p{color:var(--text-muted);font-size:14px;line-height:1.75}.feature-icon-wrapper.purple{color:var(--primary);background:#7c3aed26;border-color:#7c3aed4d}.feature-icon-wrapper.teal{color:var(--secondary);background:#2dd4bf26;border-color:#2dd4bf4d}.feature-icon-wrapper.rose{color:var(--accent);background:#f43f5e26;border-color:#f43f5e4d}.scenario-stack{gap:28px;display:grid}.scenario-panel{border:1px solid var(--border-color);background:#ffffff14;border-radius:8px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:30px;min-height:440px;padding:28px;display:grid}.scenario-panel.reverse .scenario-visual{order:2}.scenario-visual{background:linear-gradient(145deg,#8f6ff833,#181f36f0);border:1px solid #ffffff29;border-radius:8px;min-height:360px;overflow:hidden}@supports (color:color-mix(in srgb, white, black)){.scenario-visual{border-color:color-mix(in srgb, var(--scenario-accent) 44%, #ffffff24);background:linear-gradient(145deg, color-mix(in srgb, var(--scenario-accent) 22%, transparent), #181f36f0)}}.scenario-visual img{object-fit:cover;width:100%;height:100%;min-height:360px;display:block}.scenario-mock{flex-direction:column;justify-content:flex-end;gap:18px;min-height:360px;padding:24px;display:flex}.scenario-mock-header{align-items:center;gap:10px;display:flex}.scenario-mock-header span{width:38px;height:38px;color:var(--scenario-accent);background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.scenario-mock-header strong{flex:1;font-size:17px}.scenario-mock-header em{color:var(--scenario-accent);font-size:13px;font-style:normal;font-weight:800}.scenario-mock-lines{gap:12px;display:grid}.scenario-mock-line{background:#ffffff13;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;padding:13px 14px;display:flex}.scenario-mock-line span{background:#fff3;border-radius:50%;flex:none;width:18px;height:18px}.scenario-mock-line span.active{background:var(--scenario-accent)}.scenario-mock-line p{font-size:14px;line-height:1.5}.scenario-copy span{color:var(--scenario-accent,var(--secondary));font-size:13px;font-weight:800}.scenario-copy h3{margin:10px 0 14px;font-size:34px;line-height:1.22}.scenario-copy p{color:var(--text-muted);line-height:1.75}.scenario-copy ul,.pricing-card ul{color:var(--text-muted);gap:10px;margin-top:20px;font-size:14px;display:grid}.scenario-copy li{align-items:flex-start;gap:8px;line-height:1.55;display:flex}.scenario-copy li svg{color:var(--scenario-accent,var(--secondary));flex:none;margin-top:2px}.pricing-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:900px;margin:0 auto;display:grid}.pricing-card{flex-direction:column;gap:20px;padding:36px;display:flex}.pricing-card.featured{box-shadow:var(--accent-shadow);border-color:#8b5cf661}.pricing-price{font-family:var(--font-title);font-size:48px;font-weight:800}.pricing-price span{color:var(--text-muted);font-size:16px}.pricing-card .btn{margin-top:auto}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.review-card{padding:26px}.review-stars{color:#fbbf24;gap:4px;margin-bottom:14px;display:flex}.review-card p{color:var(--text-muted);margin-bottom:18px;font-size:14px;line-height:1.75}.review-card strong{font-size:13px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;padding:60px 0;display:grid}.feature-card{text-align:left;padding:32px}.feature-icon-wrapper{border-radius:var(--radius-md);color:var(--primary);background:#8b5cf61a;border:1px solid #8b5cf633;justify-content:center;align-items:center;margin-bottom:24px;display:flex;flex-shrink:0!important;width:48px!important;height:48px!important}.feature-title{margin-bottom:12px;font-size:20px;font-weight:600}.feature-desc{color:var(--text-muted);font-size:14px;line-height:1.6}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.section-title{font-size:32px;font-weight:700}.section-subtitle{color:var(--text-muted);margin-top:8px;font-size:14px}.catalog-layout{grid-template-columns:240px 1fr;gap:32px;margin-top:24px;display:grid}.filters-sidebar{height:fit-content;position:sticky;top:96px}.filter-group{margin-bottom:24px}.filter-title{color:var(--text-main);letter-spacing:0;margin-bottom:12px;font-size:14px;font-weight:600}.filter-option{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.filter-option input{accent-color:var(--primary)}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.course-card{flex-direction:column;display:flex;overflow:hidden}.course-thumb{aspect-ratio:16/9;background:var(--bg-dark-3);position:relative;overflow:hidden}.course-thumb img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.course-card:hover .course-thumb img{transform:scale(1.05)}.course-badge{position:absolute;top:12px;left:12px}.course-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.course-meta{color:var(--text-muted);gap:12px;margin-bottom:8px;font-size:12px;display:flex}.course-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:50px;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.course-teacher{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.teacher-avatar-sm{object-fit:cover;border-radius:50%;width:20px;height:20px}.course-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.course-price{color:var(--secondary);font-size:18px;font-weight:700}.detail-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(#8b5cf60d 0%,#07091300 100%);padding:120px 0 60px;position:relative}.detail-layout{grid-template-columns:1fr 360px;gap:40px;margin-top:40px;display:grid}.curriculum-list{flex-direction:column;gap:12px;display:flex}.curriculum-chapter{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#ffffff03;padding:16px}.chapter-header{justify-content:space-between;align-items:center;font-weight:600;display:flex}.chapter-lessons{border-t:1px solid var(--border-color);flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;display:flex}.lesson-item{border-radius:var(--radius-sm);color:var(--text-muted);background:#ffffff05;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;display:flex}.lesson-item:hover{color:var(--text-main);background:#ffffff0a}.lesson-title-side{align-items:center;gap:10px;display:flex}.viewer-layout{grid-template-columns:1fr 340px;height:calc(100vh - 72px);margin-top:72px;display:grid}.viewer-main{background:#000;flex-direction:column;display:flex;position:relative;overflow-y:auto}.video-container{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-element-mock{background:radial-gradient(circle,#1e1b4b 0%,#030712 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.video-watermark{color:#ffffff1f;pointer-events:none;z-index:10;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500;animation:8s infinite alternate pulse-slow;position:absolute}.viewer-details{background:var(--bg-dark-1);padding:32px}.viewer-sidebar{border-left:1px solid var(--border-color);background:var(--bg-dark-2);flex-direction:column;display:flex;overflow-y:auto}.viewer-sidebar-title{border-bottom:1px solid var(--border-color);padding:20px;font-size:16px;font-weight:600}.viewer-playlist{flex-grow:1;overflow-y:auto}.playlist-item{border-bottom:1px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);padding:16px 20px}.playlist-item:hover,.playlist-item.active{background:#ffffff08}.playlist-item.active{border-left:3px solid var(--primary)}.pricing-section{text-align:center;padding:120px 0 80px}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1000px;margin-top:48px;margin-left:auto;margin-right:auto;display:grid}.pricing-card{border-radius:var(--radius-xl);text-align:left;flex-direction:column;padding:40px;display:flex;position:relative}.pricing-card.popular{border-color:var(--primary);background:linear-gradient(#8b5cf60d 0%,#0f1225cc 100%)}.popular-badge{position:absolute;top:-16px;right:24px}.pricing-price{font-size:48px;font-weight:800;font-family:var(--font-title);margin:24px 0}.pricing-price span{color:var(--text-muted);font-size:16px;font-weight:500}.pricing-features{flex-direction:column;gap:16px;margin:32px 0;display:flex}.pricing-feature-item{align-items:center;gap:12px;font-size:15px;display:flex}.pricing-feature-item.disabled{color:var(--text-dark);text-decoration:line-through}.subscriptions-page{color:var(--text-main);background:radial-gradient(circle at 18% 12%,#8b5cf62e,#0000 34%),radial-gradient(circle at 86% 36%,#14b8a61f,#0000 34%),#03050d;overflow:hidden}.subscriptions-page h1,.subscriptions-page h2,.subscriptions-page h3{letter-spacing:0}.subscription-hero{isolation:isolate;align-items:flex-end;min-height:760px;padding:156px 0 80px;display:flex;position:relative;overflow:hidden}.subscription-hero-image{z-index:-3;object-fit:cover;object-position:center;filter:saturate(1.04)contrast(1.08);width:100%;height:100%;position:absolute;inset:0}.subscription-hero-scrim{z-index:-2;background:linear-gradient(90deg,#03050df5 0%,#03050db8 42%,#03050d2e 100%),linear-gradient(#03050d57 0%,#03050de0 100%);position:absolute;inset:0}.subscription-hero:after{content:"";z-index:-1;background:linear-gradient(#0000,#03050d 78%);height:220px;position:absolute;inset:auto 0 0}.subscription-hero-content{width:100%}.subscription-eyebrow{color:#9ffaf1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);letter-spacing:0;background:#09101c8a;border:1px solid #38e4cf47;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.subscription-hero h1{max-width:790px;margin:16px 0 22px;font-size:62px;font-weight:850;line-height:1.08}.subscription-hero p{color:#f9fafbc2;max-width:650px;font-size:18px;line-height:1.85}.subscription-hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.subscription-hero-actions .btn,.subscription-plan-action{justify-content:center;align-items:center;gap:8px;display:inline-flex}.subscription-hero-metrics{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:760px;margin-top:56px;display:grid;overflow:hidden}.subscription-hero-metrics div{background:#050812b3;padding:20px}.subscription-hero-metrics strong,.subscription-hero-metrics span{display:block}.subscription-hero-metrics strong{font-size:28px;font-weight:850;font-family:var(--font-title)}.subscription-hero-metrics span{color:#f9fafb94;margin-top:4px;font-size:13px}.subscription-scenes-section,.subscription-plans-section{padding:82px 24px 72px}.subscription-section-heading{max-width:780px;margin-bottom:32px}.subscription-section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.subscription-section-heading h2{margin:10px 0 12px;font-size:42px;font-weight:820;line-height:1.16}.subscription-section-heading p{color:var(--text-muted);font-size:16px;line-height:1.75}.subscription-scene-rail{grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;display:grid}.subscription-scene-card{background:#10131f;border:1px solid #ffffff1a;border-radius:8px;min-height:360px;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 24px 70px #00000057}.subscription-scene-card img{object-fit:cover;width:100%;height:100%;min-height:360px;transition:transform .55s,filter .55s;display:block}.subscription-scene-card:hover img{filter:saturate(1.12);transform:scale(1.05)}.subscription-scene-overlay{background:linear-gradient(#03050d14,#03050ddb);flex-direction:column;justify-content:flex-end;padding:22px;display:flex;position:absolute;inset:0}.subscription-scene-overlay span{color:#38e4cf;font-size:12px;font-weight:800}.subscription-scene-overlay h3{max-width:92%;margin:9px 0 18px;font-size:22px;line-height:1.28}.subscription-scene-overlay svg{color:#ffffffe6}.subscription-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:38px;display:grid}.subscription-plan{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000057}.subscription-plan-featured{border-color:#8b5cf68c;box-shadow:0 30px 90px #542ad247}.subscription-featured-label{z-index:3;color:#f8f5ff;background:#8b5cf6e6;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;position:absolute;top:18px;right:18px}.subscription-plan-media{background:#10131f;height:250px;position:relative;overflow:hidden}.subscription-plan-media:after{content:"";background:linear-gradient(#03050d52 0%,#03050d0a 42%,#03050dc7 100%),linear-gradient(90deg,#03050d47,#0000 48%);position:absolute;inset:0}.subscription-plan-media img{object-fit:cover;width:100%;height:100%;display:block}.subscription-plan-media span{z-index:2;color:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#03050d7a;border:1px solid #ffffff2e;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;position:absolute;top:18px;left:22px}.subscription-plan-body{flex-direction:column;gap:24px;min-height:400px;padding:30px;display:flex}.subscription-plan-kicker{color:#38e4cf;margin-bottom:8px;font-size:13px;font-weight:800}.subscription-plan h3{margin-bottom:10px;font-size:28px;font-weight:820}.subscription-plan p{color:var(--text-muted);line-height:1.68}.subscription-price{color:#f9fafb;font-size:48px;line-height:1;font-family:var(--font-title);font-weight:850}.subscription-price.premium{color:#22d8c8}.subscription-price span{color:var(--text-muted);font-size:15px;font-weight:600}.subscription-feature-list{color:#f9fafbbd;gap:12px;font-size:14px;display:grid}.subscription-feature-list li{align-items:flex-start;gap:10px;line-height:1.58;display:flex}.subscription-feature-list svg{color:#38e4cf;flex:none;margin-top:2px}.subscription-plan-action{width:100%;min-height:48px;margin-top:auto}.subscription-plan-action.is-muted{cursor:default;opacity:.72}.subscription-benefits-band{background:linear-gradient(90deg,#8b5cf61f,#14b8a61f),#ffffff09;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:64px 0}.subscription-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.subscription-benefits-grid div{background:#03050d75;border:1px solid #ffffff14;border-radius:8px;gap:10px;min-height:190px;padding:24px;display:grid}.subscription-benefits-grid svg{color:#38e4cf}.subscription-benefits-grid strong{font-size:18px}.subscription-benefits-grid span{color:var(--text-muted);font-size:14px;line-height:1.65}.subscription-trust-row{color:#f9fafb8a;flex-wrap:wrap;justify-content:center;gap:18px 34px;padding-top:42px;padding-bottom:72px;font-size:13px;display:flex}.subscription-trust-row span{align-items:center;gap:7px;display:inline-flex}.subscription-trust-row svg{color:#38e4cf}@media (width<=980px){.subscription-hero{min-height:700px;padding:134px 0 62px}.subscription-hero-scrim{background:linear-gradient(#03050da3 0%,#03050df0 100%),linear-gradient(90deg,#03050de0,#03050d75)}.subscription-hero h1{font-size:44px;line-height:1.12}.subscription-hero p{font-size:16px}.subscription-scenes-section,.subscription-plans-section{padding-top:62px;padding-bottom:58px}.subscription-section-heading h2{font-size:34px}.subscription-scene-rail{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:8px;display:flex;overflow-x:auto}.subscription-scene-card{scroll-snap-align:start;flex:0 0 72%}.subscription-plan-grid,.subscription-benefits-grid{grid-template-columns:1fr}}@media (width<=640px){.subscription-hero{min-height:660px;padding:118px 0 54px}.subscription-hero-content{min-width:0;max-width:100%}.subscription-hero h1{white-space:normal;overflow-wrap:break-word;word-break:break-all;text-wrap:wrap;line-break:anywhere;width:min(100%,350px);max-width:100%;font-size:clamp(30px,9vw,34px);line-height:1.16}.subscription-hero p{overflow-wrap:break-word;word-break:break-word;width:min(100%,350px);max-width:100%}.subscription-eyebrow{white-space:normal;width:fit-content;max-width:100%}.subscription-hero-actions{align-items:stretch}.subscription-hero-actions .btn{width:100%}.subscription-hero-metrics{grid-template-columns:1fr;margin-top:38px}.subscription-hero-metrics div{padding:16px}.subscription-hero-metrics strong{font-size:24px}.subscription-section-heading,.subscription-section-heading.centered{text-align:left}.subscription-section-heading h2{font-size:29px}.subscription-scene-card{flex-basis:86%;min-height:310px}.subscription-scene-card img{min-height:310px}.subscription-plan-media{height:220px}.subscription-plan-body{min-height:auto;padding:22px}.subscription-price{font-size:40px}.subscription-benefits-band{padding:48px 0}.subscription-benefits-grid div{min-height:0}}.member-layout{grid-template-columns:280px 1fr;gap:40px;padding:120px 0 80px;display:grid}.member-sidebar{flex-direction:column;gap:8px;display:flex}.sidebar-menu-btn{border-radius:var(--radius-md);width:100%;color:var(--text-muted);transition:var(--transition-smooth);align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:500;display:flex}.sidebar-menu-btn:hover,.sidebar-menu-btn.active{color:var(--text-main);background:#ffffff08}.sidebar-menu-btn.active{color:var(--primary);background:#8b5cf61a;border:1px solid #8b5cf626}.chat-window{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#ffffff03;flex-direction:column;height:450px;display:flex;overflow:hidden}.chat-messages{flex-direction:column;flex-grow:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-bubble{border-radius:var(--radius-md);max-width:70%;padding:12px 16px;font-size:14px;line-height:1.5}.chat-bubble.sent{background:var(--primary);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.chat-bubble.received{background:var(--bg-dark-3);color:var(--text-main);border-bottom-left-radius:2px;align-self:flex-start}.chat-input-area{border-top:1px solid var(--border-color);background:#0f122580;gap:8px;padding:12px;display:flex}.ecpay-page{color:#333;background:#f4f4f4;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Arial,sans-serif;display:flex}.ecpay-container{background:#fff;border-top:5px solid #00a29a;border-radius:4px;width:100%;max-width:500px;padding:30px;box-shadow:0 4px 15px #0000001a}.ecpay-header{text-align:center;border-bottom:1px solid #ddd;margin-bottom:24px;padding-bottom:16px}.ecpay-logo{color:#00a29a;font-size:24px;font-weight:700}.ecpay-row{justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.ecpay-card-box{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;margin:20px 0;padding:16px}.ecpay-input{color:#333;background:#fff;border:1px solid #ccc;border-radius:4px;width:100%;margin-top:6px;margin-bottom:12px;padding:10px;font-size:14px}.ecpay-btn{color:#fff;text-align:center;cursor:pointer;background:#e65c00;border-radius:4px;width:100%;padding:12px;font-size:16px;font-weight:700;transition:background .2s}.ecpay-btn:hover{background:#cc5200}.nav-mobile-overlay{display:none}@media (width<=768px){.header-nav{height:64px}.nav-container{min-width:0}.brand-logo{min-width:0;font-size:19px}.brand-logo span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-links,.nav-actions{display:none!important}.mobile-menu-btn{display:flex!important}.nav-mobile-overlay{-webkit-backdrop-filter:blur(20px);z-index:99;border-bottom:1px solid var(--border-color);opacity:0;pointer-events:none;overscroll-behavior:contain;background:#070913f5;flex-direction:column;gap:24px;height:calc(100vh - 64px);padding:24px 20px 32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translateY(-20px)}.nav-mobile-overlay.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile-links{flex-direction:column;align-items:stretch;gap:10px;width:100%;display:flex}.nav-mobile-link{color:var(--text-muted);text-align:left;width:100%;transition:var(--transition-smooth);background:#ffffff06;border:1px solid #ffffff0e;border-radius:8px;padding:14px;font-size:17px;font-weight:650}.nav-mobile-link:hover,.nav-mobile-link.active{color:var(--text-main);background:#8b5cf61f;border-color:#8b5cf63d}.nav-mobile-group{background:#ffffff06;border:1px solid #ffffff0e;border-radius:8px;transition:border-color .2s,background .2s,box-shadow .2s;overflow:hidden}.nav-mobile-group.open,.nav-mobile-group.active{background:#8b5cf612;border-color:#8b5cf642;box-shadow:0 14px 36px #00000038}.nav-mobile-group-trigger{width:100%;min-height:52px;color:var(--text-main);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:14px;font-family:inherit;display:flex}.nav-mobile-group-title{align-items:center;gap:10px;min-width:0;font-size:17px;font-weight:750;display:flex}.nav-mobile-group-icon{width:28px;height:28px;color:var(--secondary);background:#2dd4bf17;border:1px solid #2dd4bf29;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.nav-mobile-group-chevron{color:var(--text-muted);flex:none;transition:transform .2s,color .2s}.nav-mobile-group.open .nav-mobile-group-chevron{color:var(--secondary);transform:rotate(180deg)}.nav-mobile-submenu{background:linear-gradient(145deg,#7c3aed1f,#14b8a60e),#0407109e;border:1px solid #ffffff12;border-radius:8px;gap:8px;margin:0 10px 10px;padding:10px;display:grid}.nav-mobile-subitem{color:var(--text-main);background:#ffffff0b;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:background .18s,border-color .18s,transform .18s;display:flex}.nav-mobile-subitem:hover,.nav-mobile-subitem.active{background:#ffffff16;border-color:#2dd4bf33;transform:translateY(-1px)}.nav-mobile-subitem-icon{background:#ffffff13;border:1px solid #ffffff14;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:inline-flex}.nav-mobile-subitem-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.nav-mobile-subitem-copy strong{color:var(--text-main);font-size:14px;line-height:1.25}.nav-mobile-subitem-copy small{color:var(--text-muted);font-size:12px;line-height:1.35}.nav-mobile-actions{flex-direction:column;gap:16px;width:100%;margin-top:16px;display:flex}.container{max-width:100%!important;padding-left:20px!important;padding-right:20px!important}.hero-section{text-align:center;padding:120px 0 60px!important}.hero-title{font-size:32px!important;line-height:1.25!important}.hero-desc{margin:16px auto 24px!important;font-size:14px!important}.hero-buttons{flex-direction:column;align-items:stretch;gap:12px}.hero-buttons .btn{width:100%}.home-hero{min-height:auto;padding:112px 0 56px!important}.home-hero-inner{grid-template-columns:1fr;gap:34px}.home-hero-copy{text-align:center;width:100%;min-width:0;max-width:100%}.home-hero .hero-title{white-space:normal;overflow-wrap:break-word;word-break:break-all;text-wrap:wrap;line-break:anywhere;width:min(100%,326px);max-width:100%;margin-left:auto;margin-right:auto;font-size:clamp(28px,8vw,32px)!important;line-height:1.22!important}.home-hero .gradient-text{display:block}.home-title-prefix,.home-title-suffix{white-space:normal;overflow-wrap:break-word;word-break:break-all;line-break:anywhere;width:min(100%,326px);max-width:100%;margin-left:auto;margin-right:auto;display:block}.home-title-suffix{margin-top:18px}.mobile-title-break{display:block}.home-hero .hero-desc{width:min(100%,326px);max-width:100%;margin-left:auto!important;margin-right:auto!important}.home-hero .hero-subtitle{white-space:normal;overflow-wrap:break-word;word-break:break-all;width:min(100%,326px);max-width:100%;margin-left:auto;margin-right:auto;line-height:1.6;display:block}.home-hero .hero-buttons{justify-content:center;max-width:100%}.hero-device{border-radius:24px;min-height:420px;padding:10px}.hero-device-screen{border-radius:18px;min-height:360px;padding:20px}.hero-device-title{font-size:24px}.hero-mini-grid strong{font-size:26px}.home-os-tabs{-webkit-overflow-scrolling:touch;justify-content:flex-start;top:64px;overflow-x:auto}.home-os-tabs a{flex:none}.home-section,.home-section.compact{padding-top:58px!important;padding-bottom:58px!important}.home-section-heading{text-align:left;display:block}.home-section-heading.centered{text-align:center}.home-section-heading h2{font-size:28px}.home-section-heading p{font-size:14px}.home-section-heading .btn{width:100%;margin-top:18px}.auth-page{align-items:flex-start;padding:104px 16px 56px}.auth-card{padding:26px}.auth-heading{margin-bottom:24px}.auth-heading h2{font-size:23px}.home-feature-grid,.pricing-pair,.review-grid{grid-template-columns:1fr}.home-feature-card,.pricing-card,.review-card{padding:22px}.scenario-panel,.scenario-panel.reverse{grid-template-columns:1fr;min-height:auto;padding:18px}.scenario-panel.reverse .scenario-visual{order:0}.scenario-visual,.scenario-visual img,.scenario-mock{min-height:300px}.scenario-mock{padding:18px}.scenario-copy h3{font-size:24px}.pricing-price{font-size:40px}.features-grid,.courses-grid,.pricing-grid{grid-template-columns:1fr!important;gap:20px!important}.catalog-layout,.detail-layout,.member-layout{grid-template-columns:1fr!important;gap:24px!important}.filters-sidebar{padding:18px!important;position:static!important}.filter-group:last-child{margin-bottom:0}.filter-group>div[style*=column]{flex-flow:wrap!important;gap:8px!important}.filter-group button{border:1px solid var(--border-color);background:#ffffff08;border-radius:999px;padding:8px 12px!important}.section-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px!important}.section-header .btn{justify-content:center;width:100%}.course-card{min-width:0}.course-thumb{aspect-ratio:16/9}.course-thumb img{height:100%!important}.course-content{padding:16px}.course-card-title{height:auto;min-height:0}.course-footer{align-items:stretch;gap:12px}.detail-hero{padding:96px 0 40px!important}.detail-hero h1{font-size:28px!important;line-height:1.25!important}.detail-hero .container>div>div{flex-wrap:wrap;gap:10px!important}.chapter-header,.lesson-item{align-items:flex-start;gap:10px}.lesson-item{flex-direction:column}.lesson-title-side{align-items:flex-start}.detail-layout aside .glass-panel{position:static!important}.viewer-layout{min-height:calc(100vh - 64px);flex-direction:column!important;height:auto!important;margin-top:64px!important;display:flex!important}.viewer-main{min-width:0;overflow:visible!important}.viewer-main>div:first-child{gap:10px;flex-direction:column!important;align-items:flex-start!important;padding:14px 18px!important}.viewer-main>div:first-child>span{white-space:normal;max-width:100%}.video-container{width:100%}.video-watermark{max-width:72%;font-size:10px}.viewer-details{padding:22px 20px}.viewer-details>div{flex-wrap:wrap}.viewer-sidebar{border-left:0;border-top:1px solid var(--border-color);max-height:none;overflow:visible}.viewer-playlist{overflow:visible}.playlist-item{padding:14px 18px}.member-layout{padding-top:96px!important}.member-sidebar{width:100%!important}.member-menu,.member-sidebar{flex-flow:wrap!important;gap:8px!important}.member-menu-item,.sidebar-menu-btn{flex:auto!important;justify-content:center!important;padding:10px 14px!important;font-size:13px!important}}.header-nav{background:#ffffffe6!important;border-bottom-color:#232d461a!important;box-shadow:0 12px 34px #323c5514!important}.home-page,.auth-page,.legal-page,.not-found-page,.subscriptions-page{background:radial-gradient(circle at 14% 8%,#7f67e81f,#0000 32%),radial-gradient(circle at 86% 16%,#169f931a,#0000 30%),linear-gradient(#fff 0%,#f7f8fc 52%,#f1f5fa 100%)!important}.home-hero{color:var(--text-main)!important;background:radial-gradient(circle at 18% 12%,#7f67e829,#0000 34%),radial-gradient(circle at 84% 12%,#169f931f,#0000 30%),linear-gradient(#fff 0%,#f8faff 58%,#edf3fa 100%)!important;border-bottom-color:#232d461a!important}.home-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#ffffffeb 0%,#ffffffc7 42%,#ffffff3d 100%);position:absolute;inset:0}.home-hero-bg{opacity:.28!important;background-image:linear-gradient(#232d460d 1px,#0000 1px),linear-gradient(90deg,#232d460d 1px,#0000 1px)!important}.home-hero-inner{z-index:1}.home-hero .hero-title,.home-section-heading h2,.section-title,.course-card-title,.scenario-copy h3,.pricing-card h3,.review-card h3{color:var(--text-main)!important}.home-hero .hero-desc,.hero-desc,.home-section-heading p,.home-feature-card p,.scenario-copy p,.course-meta,.course-teacher,.review-card p,.pricing-price span,.subscription-section-heading p,.subscription-plan p{color:var(--text-muted)!important}.home-os-tabs{background:#ffffffdb!important;border-bottom-color:#232d461a!important;box-shadow:0 12px 32px #323c5512!important}.home-os-tabs a{color:#172033a8!important}.home-os-tabs a:hover{color:var(--text-main)!important;background:#7f67e814!important}.glass-panel,.glass-card,.home-feature-card,.pricing-card,.review-card,.course-card,.filters-sidebar,.scenario-panel,.subscription-plan,.auth-card,.legal-hero,.legal-section,.not-found-card{box-shadow:var(--card-shadow)!important;background:#ffffffe6!important;border-color:#232d461a!important}.btn-secondary{color:var(--text-main)!important;background:#ffffffe0!important;border-color:#232d4621!important}.hero-device{background:linear-gradient(145deg,#fffffff0,#edf1f8d6)!important;border-color:#232d461f!important;box-shadow:0 28px 70px #323c552e,inset 0 1px #ffffffe6!important}.hero-device-top span{background:#232d462e!important}.hero-device-screen,.viewer-main,.viewer-sidebar{color:#fbfbff!important;background:linear-gradient(#111827f5 0%,#0b101dfa 100%),#111827!important}.hero-device-screen h1,.hero-device-screen h2,.hero-device-screen h3,.hero-device-title,.hero-mini-grid strong,.viewer-main h1,.viewer-main h2,.viewer-main h3,.viewer-sidebar h1,.viewer-sidebar h2,.viewer-sidebar h3{color:#fbfbff!important}.hero-progress-card,.hero-note,.hero-mini-grid>div{background:#ffffff13!important;border-color:#ffffff1c!important}.scenario-visual{background:radial-gradient(circle at 20% 12%,#7f67e829,#0000 38%),linear-gradient(145deg,#fffffff5,#edf1f8eb)!important;border-color:#232d461a!important}.scenario-mock-line{background:#ffffffd1!important;border-color:#232d4614!important}.subscription-hero{color:var(--text-main)!important;background:#f7f8fc!important}.subscription-hero-image{opacity:.2!important;filter:saturate(.88)brightness(1.12)!important}.subscription-hero-scrim{background:linear-gradient(90deg,#fffffff5 0%,#ffffffe0 46%,#ffffffb3 100%),linear-gradient(#f7f8fc29 0%,#f7f8fcfa 100%)!important}.subscription-hero:after{background:linear-gradient(#0000,#f7f8fc)!important}.subscription-hero h1,.subscription-plan h3,.subscription-benefits-grid strong{color:var(--text-main)!important}.subscription-hero h1 span{color:var(--primary)!important}.subscription-hero p,.subscription-hero-metrics span,.subscription-feature-list,.subscription-benefits-grid span,.subscription-trust-row{color:var(--text-muted)!important}.subscription-hero-metrics,.subscription-benefits-grid div{box-shadow:var(--card-shadow)!important;background:#ffffffdb!important;border-color:#232d461a!important}.subscription-hero-metrics div,.subscription-plan-body{background:#ffffffb3!important}.subscription-price,.subscription-feature-list{color:var(--text-main)!important}.subscription-scenes-section,.subscription-plans-section,.subscription-benefits-band{background:radial-gradient(circle at 5% 0,#7f67e814,#0000 30%),linear-gradient(#f7f8fc 0%,#fff 52%,#f4f7fb 100%)!important}.nav-mobile-overlay{background:#fffffff5!important;border-bottom-color:#232d461a!important;box-shadow:0 24px 70px #323c5524!important}.nav-mobile-link,.nav-mobile-group,.nav-mobile-subitem,.nav-mobile-submenu{background:#ffffffdb!important;border-color:#232d4617!important}@media (width<=768px){.home-hero:before{background:#ffffffc2!important}.subscription-hero-image{opacity:.16!important}.subscription-hero-scrim{background:#f7f8fce6!important}}.auth-page{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.auth-card{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:440px!important;margin-inline:auto!important}.auth-form,.auth-form .form-group,.auth-form .form-control{min-width:0!important;max-width:100%!important}.auth-inline-link{white-space:nowrap!important;flex:none!important}@media (width<=480px){.auth-page{padding:96px 16px 56px!important}.auth-card{max-width:calc(100vw - 32px)!important;padding:24px 22px!important}.auth-heading h2{font-size:22px!important}.auth-heading p{font-size:13px!important}.auth-inline-link{white-space:normal!important;text-align:right!important}}.theme-toggle{border-radius:var(--radius-full);min-height:40px;color:var(--text-main);transition:var(--transition-smooth);background:#ffffffd1;border:1px solid #232d461f;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:inline-flex;box-shadow:0 10px 24px #323c5514}.theme-toggle:hover{border-color:#7f67e842;transform:translateY(-1px);box-shadow:0 16px 32px #323c551f}.theme-toggle-icon{width:24px;height:24px;color:var(--primary);background:linear-gradient(135deg,#7f67e824,#169f931f);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.theme-toggle-label{font-size:13px;font-weight:700;line-height:1}.theme-toggle-compact{min-height:38px;padding:7px 11px}.nav-mobile-actions .theme-toggle{width:100%}html[data-theme=dark] .header-nav{background:#070913d6!important;border-bottom-color:#ffffff14!important;box-shadow:0 12px 34px #0000003d!important}html[data-theme=dark] .nav-link{color:#fbfbffb8!important}html[data-theme=dark] .nav-link:hover,html[data-theme=dark] .nav-link.active{color:var(--text-main)!important}html[data-theme=dark] .theme-toggle{background:#ffffff13;border-color:#ffffff24;box-shadow:0 14px 34px #0000003d}html[data-theme=dark] .theme-toggle-icon{color:#d8cbff;background:#8f6ff829}html[data-theme=dark] .home-page,html[data-theme=dark] .auth-page,html[data-theme=dark] .legal-page,html[data-theme=dark] .not-found-page,html[data-theme=dark] .subscriptions-page{background:radial-gradient(circle at 16% 6%,#8f6ff829,#0000 34%),radial-gradient(circle at 86% 10%,#20c7b81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 56%,#101426 100%)!important}html[data-theme=dark] .home-hero{background:radial-gradient(circle at 12% 14%,#8f6ff833,#0000 34%),radial-gradient(circle at 88% 18%,#20c7b824,#0000 30%),linear-gradient(#101426 0%,#11172a 58%,#0b1020 100%)!important;border-bottom-color:#ffffff14!important}html[data-theme=dark] .home-hero:before{background:linear-gradient(90deg,#101426d1 0%,#10142694 42%,#10142629 100%)!important}html[data-theme=dark] .home-hero-bg{opacity:.36!important;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px)!important}html[data-theme=dark] .home-os-tabs{background:#101426d1!important;border-bottom-color:#ffffff14!important;box-shadow:0 18px 44px #00000038!important}html[data-theme=dark] .home-os-tabs a{color:#fbfbffa8!important}html[data-theme=dark] .home-os-tabs a:hover{color:var(--text-main)!important;background:#8f6ff81f!important}html[data-theme=dark] .glass-panel,html[data-theme=dark] .glass-card,html[data-theme=dark] .home-feature-card,html[data-theme=dark] .pricing-card,html[data-theme=dark] .review-card,html[data-theme=dark] .course-card,html[data-theme=dark] .filters-sidebar,html[data-theme=dark] .scenario-panel,html[data-theme=dark] .subscription-plan,html[data-theme=dark] .auth-card,html[data-theme=dark] .legal-hero,html[data-theme=dark] .legal-section,html[data-theme=dark] .not-found-card{background:#ffffff13!important;border-color:#ffffff1f!important;box-shadow:0 18px 55px #05081257!important}html[data-theme=dark] .btn-secondary{color:var(--text-main)!important;background:#ffffff13!important;border-color:#ffffff24!important}html[data-theme=dark] .hero-device{background:linear-gradient(145deg,#ffffff1f,#ffffff0b)!important;border-color:#ffffff24!important;box-shadow:0 28px 70px #0000005c,inset 0 1px #ffffff14!important}html[data-theme=dark] .hero-device-top span{background:#fff3!important}html[data-theme=dark] .scenario-visual{background:radial-gradient(circle at 20% 12%,#8f6ff82e,#0000 38%),linear-gradient(145deg,#ffffff14,#ffffff09)!important;border-color:#ffffff1f!important}html[data-theme=dark] .scenario-mock-line{background:#ffffff13!important;border-color:#ffffff1a!important}html[data-theme=dark] .subscription-hero{color:var(--text-main)!important;background:#101426!important}html[data-theme=dark] .subscription-hero-image{opacity:.36!important;filter:saturate(.94)brightness(.82)!important}html[data-theme=dark] .subscription-hero-scrim{background:linear-gradient(90deg,#101426f5 0%,#101426db 44%,#1014266b 100%),linear-gradient(#1014261f 0%,#101426f5 100%)!important}html[data-theme=dark] .subscription-hero:after{background:linear-gradient(#0000,#101426)!important}html[data-theme=dark] .subscription-hero-metrics,html[data-theme=dark] .subscription-benefits-grid div{background:#ffffff13!important;border-color:#ffffff1f!important;box-shadow:0 18px 55px #05081257!important}html[data-theme=dark] .subscription-hero-metrics div,html[data-theme=dark] .subscription-plan-body{background:#ffffff0b!important}html[data-theme=dark] .subscription-scenes-section,html[data-theme=dark] .subscription-plans-section,html[data-theme=dark] .subscription-benefits-band{background:radial-gradient(circle at 5% 0,#8f6ff81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 52%,#101426 100%)!important}html[data-theme=dark] .nav-mobile-overlay{background:#0a0e1bf7!important;border-bottom-color:#ffffff14!important;box-shadow:0 24px 70px #00000057!important}html[data-theme=dark] .nav-mobile-link,html[data-theme=dark] .nav-mobile-group,html[data-theme=dark] .nav-mobile-subitem,html[data-theme=dark] .nav-mobile-submenu{background:#ffffff0e!important;border-color:#ffffff1a!important}@media (width<=768px){html[data-theme=dark] .home-hero:before{background:#101426c2!important}html[data-theme=dark] .subscription-hero-image{opacity:.22!important}html[data-theme=dark] .subscription-hero-scrim{background:#101426e6!important}}html:not([data-theme=dark]){--light-surface:#ffffffeb;--light-surface-strong:#fff;--light-surface-muted:#f6f8fc;--light-border:#232d461f;--light-border-strong:#232d462e;--light-shadow:0 18px 46px #323c5517}html:not([data-theme=dark]) body,html:not([data-theme=dark]) :where(.legal-page,.not-found-page,.auth-page,.home-page,.subscriptions-page,.member-layout,.detail-hero,.hero-section){color:var(--text-main)}html:not([data-theme=dark]) :where(.glass-panel,.glass-card,.auth-card,.legal-hero,.legal-section,.not-found-card,.home-feature-card,.pricing-card,.review-card,.course-card,.filters-sidebar,.scenario-panel,.subscription-plan,.subscription-benefits-grid div,.chat-window,.chat-bubble.received){color:var(--text-main);box-shadow:var(--light-shadow);background:var(--light-surface)!important;border-color:var(--light-border)!important}html:not([data-theme=dark]) :where(.form-control,textarea.form-control,select.form-control,.auth-form .form-control,.chat-input-area .form-control){box-shadow:inset 0 1px #ffffffd9;background-color:var(--light-surface-strong)!important;color:var(--text-main)!important;border-color:var(--light-border-strong)!important}html:not([data-theme=dark]) :where(select.form-control option,select.form-control optgroup){color:var(--text-main)!important;background:#fff!important}html:not([data-theme=dark]) select.form-control option:checked{background:var(--primary)!important;background-color:var(--primary)!important;color:#fff!important}html[data-theme=dark] :where(select.form-control option,select.form-control optgroup){background:var(--form-menu-bg)!important;background-color:var(--form-menu-bg)!important;color:var(--form-menu-text)!important}html[data-theme=dark] select.form-control option:checked{background:var(--primary-hover)!important;background-color:var(--primary-hover)!important;color:#fff!important}html:not([data-theme=dark]) :where(.form-control:focus,textarea.form-control:focus,select.form-control:focus){background-color:#fff!important;border-color:#7f67e885!important;box-shadow:0 0 0 4px #7f67e824!important}html:not([data-theme=dark]) :where(.form-label,.auth-divider,.auth-footer,.course-meta,.course-teacher,.section-subtitle,.hero-desc,.home-section-heading p,.home-feature-card p,.scenario-copy p,.review-card p,.subscription-section-heading p,.subscription-plan p,.subscription-price span,.subscription-feature-list,.subscription-benefits-grid span,.subscription-trust-row,.legal-hero p,.legal-section p,.not-found-card p,.sidebar-menu-btn,.filter-option){color:#5f6b7c!important}html:not([data-theme=dark]) :where(.auth-heading h2,.section-title,.course-card-title,.filter-title,.scenario-copy h3,.pricing-card h3,.review-card h3,.subscription-plan h3,.subscription-benefits-grid strong,.chapter-header,.feature-title){color:var(--text-main)!important}html:not([data-theme=dark]) :where(.curriculum-chapter,.lesson-item,.chat-input-area,.sidebar-menu-btn:hover,.sidebar-menu-btn.active,.nav-mobile-link,.nav-mobile-group,.nav-mobile-submenu,.nav-mobile-subitem,.nav-mobile-subitem-icon){background:var(--light-surface-muted)!important;border-color:var(--light-border)!important;color:var(--text-main)!important}html:not([data-theme=dark]) :where(.lesson-item:hover,.playlist-item:hover,.playlist-item.active,.nav-mobile-link:hover,.nav-mobile-link.active,.nav-mobile-group.open,.nav-mobile-group.active,.nav-mobile-subitem:hover,.nav-mobile-subitem.active){background:#7f67e817!important;border-color:#7f67e838!important}html:not([data-theme=dark]) :where(.btn-secondary,.theme-toggle){color:var(--text-main)!important;border-color:var(--light-border-strong)!important;background:#ffffffe6!important}html:not([data-theme=dark]) :where(.mystic-loader-ring){border-color:#7f67e833!important;box-shadow:0 0 0 8px #7f67e80d,0 18px 48px #323c5524!important}html:not([data-theme=dark]) :where(.blog-link,.legal-back a){color:var(--text-main)!important}html:not([data-theme=dark]) :where(.chat-bubble.sent,.btn-primary,.btn-accent,.btn-danger,.ecpay-btn){color:#fff!important}html:not([data-theme=dark]) :where([style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(255,255,255,0.04"],[style*="rgba(255,255,255,0.05"],[style*="rgba(255,255,255,0.06"],[style*="rgba(255, 255, 255, 0.01"],[style*="rgba(255, 255, 255, 0.02"],[style*="rgba(255, 255, 255, 0.03"],[style*="rgba(255, 255, 255, 0.04"],[style*="rgba(255, 255, 255, 0.05"],[style*="rgba(255, 255, 255, 0.06"]){border-color:var(--light-border)!important;background:#ffffffc7!important}html:not([data-theme=dark]) :where([style*="rgba(0,0,0,0."],[style*="rgba(0, 0, 0, 0."],[style*="rgb(7, 9, 19)"],[style*="rgb(10, 13, 22)"],[style*="rgb(12, 15, 36)"]){background:var(--light-surface-muted)!important;color:var(--text-main)!important;border-color:var(--light-border)!important}html:not([data-theme=dark]) :where([style*="color: white"],[style*="color: rgb(255, 255, 255)"],[style*="color: #e4e4e7"],[style*="color: rgb(228, 228, 231)"]){color:var(--text-main)!important}html:not([data-theme=dark]) :where(.subscription-scene-overlay,.subscription-plan-media span),html:not([data-theme=dark]) :where(.subscription-scene-overlay h3,.subscription-scene-overlay svg),html:not([data-theme=dark]) :where(.btn-primary,.btn-accent,.btn-danger,.line-login-btn,.chat-bubble.sent,.ecpay-btn,button[style*="rgb(6, 199, 85)"],button[style*=\#06c755]){color:#fff!important}.member-page,.community-page{min-height:100vh;color:var(--text-main)}.member-layout{align-items:start}.member-profile-card,.member-nav-card,.member-content-panel,.community-diary-card{border-radius:24px!important}.member-nav-card{position:sticky;top:88px}.member-content-panel{min-height:520px}.member-content-panel h2,.community-diary-card h3{letter-spacing:0}.member-content-panel .form-group{margin-bottom:18px}.member-content-panel .form-control,.community-reply-row .form-control{min-height:46px}.community-page{background:radial-gradient(circle at 14% 5%,#7f67e814,#0000 30%),radial-gradient(circle at 92% 8%,#169f9314,#0000 26%),linear-gradient(#fff 0%,#f7f8fc 46%,#f3f6fb 100%)}.community-shell{max-width:1180px}.community-diary-card{margin-inline:auto}.community-diary-header{align-items:flex-start!important}.community-diary-author{min-width:0}.community-diary-actions{flex-wrap:wrap;justify-content:flex-end}.community-reply-row{align-items:stretch}.community-reply-row .form-control{flex:auto}.community-reply-row .btn{white-space:nowrap;flex:none;min-height:46px}.scenario-mock{border:1px solid #232d461a}.scenario-mock-line span:not(.active){box-shadow:inset 0 0 0 1px #232d4614;background:#7681955c!important}html:not([data-theme=dark]) .member-page{background:radial-gradient(circle at 10% 3%,#7f67e81a,#0000 30%),radial-gradient(circle at 92% 7%,#169f9317,#0000 28%),linear-gradient(#fff 0%,#f7f8fc 48%,#f2f5fa 100%)}html:not([data-theme=dark]) .member-layout{background:0 0!important}html:not([data-theme=dark]) .member-profile-card,html:not([data-theme=dark]) .member-nav-card,html:not([data-theme=dark]) .member-content-panel,html:not([data-theme=dark]) .community-diary-card{color:var(--text-main)!important;background:#ffffffe6!important;border-color:#232d461f!important;box-shadow:0 22px 60px #323c551a!important}html:not([data-theme=dark]) .member-layout :where([style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(255,255,255,0.04"],[style*="rgba(255, 255, 255, 0.01"],[style*="rgba(255, 255, 255, 0.02"],[style*="rgba(255, 255, 255, 0.03"],[style*="rgba(255, 255, 255, 0.04"]),html:not([data-theme=dark]) .community-page :where([style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(15, 12, 30"],[style*="rgba(15,12,30"]){background:#ffffffbd!important;border-color:#232d461f!important}html:not([data-theme=dark]) .scenario-mock{box-shadow:0 18px 44px #323c551a;background:#ffffffc7!important;border-color:#232d461a!important}html:not([data-theme=dark]) .scenario-mock-header strong,html:not([data-theme=dark]) .scenario-mock-line p{color:var(--text-main)!important}html[data-theme=dark] .member-page,html[data-theme=dark] .community-page{color:var(--text-main)!important;background:radial-gradient(circle at 12% 4%,#8f6ff82b,#0000 32%),radial-gradient(circle at 90% 8%,#20c7b81c,#0000 28%),linear-gradient(#101426 0%,#0b1020 56%,#101426 100%)!important}html[data-theme=dark] .member-layout{background:0 0!important}html[data-theme=dark] .member-profile-card,html[data-theme=dark] .member-nav-card,html[data-theme=dark] .member-content-panel,html[data-theme=dark] .community-diary-card{color:var(--text-main)!important;background:#14192de6!important;border-color:#ffffff1f!important;box-shadow:0 24px 70px #00000057!important}html[data-theme=dark] .member-content-panel{background:#12172af0!important}html[data-theme=dark] .member-layout :where(h1,h2,h3,h4,label,strong,.form-label,.sidebar-menu-btn.active),html[data-theme=dark] .community-page :where(h1,h2,h3,h4,strong){color:var(--text-main)!important}html[data-theme=dark] .member-layout :where(p,small,.sidebar-menu-btn),html[data-theme=dark] .community-page :where(p,small){color:var(--text-muted)!important}html[data-theme=dark] .member-layout :where(.form-control,.chat-window,.chat-input-area,.admin-table,[style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(255,255,255,0.04"],[style*="rgba(255, 255, 255, 0.01"],[style*="rgba(255, 255, 255, 0.02"],[style*="rgba(255, 255, 255, 0.03"],[style*="rgba(255, 255, 255, 0.04"]),html[data-theme=dark] .community-page :where(.form-control,[style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(15, 12, 30"],[style*="rgba(15,12,30"]){color:var(--text-main)!important;background:#ffffff13!important;border-color:#ffffff21!important}html[data-theme=dark] .member-layout .sidebar-menu-btn:hover,html[data-theme=dark] .member-layout .sidebar-menu-btn.active{color:#ded5ff!important;background:#8f6ff82e!important;border-color:#8f6ff859!important}html[data-theme=dark] .scenario-mock{background:#12172ad1!important;border-color:#ffffff1f!important}html[data-theme=dark] .scenario-mock-line span:not(.active){box-shadow:inset 0 0 0 1px #ffffff0f;background:#ffffff3d!important}@media (width<=900px){.member-layout{flex-direction:column!important;gap:16px!important;max-width:760px!important;padding:94px 18px 56px!important;display:flex!important}.member-sidebar{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;display:grid!important}.member-profile-card{text-align:left!important;align-items:center!important;gap:14px!important;margin-bottom:0!important;padding:18px!important;display:flex!important}.member-profile-card>div:first-child{flex:0 0 56px!important;width:56px!important;height:56px!important;margin:0!important}.member-profile-card h3{justify-content:flex-start!important;margin-bottom:2px!important}.member-nav-card{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row!important;gap:8px!important;margin:0!important;padding:10px!important;display:flex!important;position:static!important;overflow-x:auto!important}.member-nav-card::-webkit-scrollbar{display:none}.member-nav-card .sidebar-menu-btn{scroll-snap-align:start;white-space:nowrap;border-radius:999px!important;flex:none!important;justify-content:center!important;width:auto!important;min-width:max-content!important;padding:10px 13px!important;font-size:13px!important}.member-content-panel{width:100%!important;min-height:auto!important;padding:26px 20px!important}.member-content-panel form,.member-content-panel .form-group,.member-content-panel .form-control{width:100%!important;max-width:100%!important}.member-content-panel .btn{justify-content:center}.chat-bubble{max-width:88%!important}.community-page{padding-top:88px!important}.community-shell{max-width:100%}.community-diary-card{border-radius:22px!important;padding:22px!important}.community-diary-header{flex-direction:column!important;align-items:flex-start!important}.community-diary-actions{justify-content:flex-start!important;gap:8px!important;width:100%!important}.community-reply-row{flex-direction:column!important}.community-reply-row .btn{justify-content:center;width:100%}}@media (width<=480px){.member-layout{padding:84px 14px 48px!important}.member-profile-card,.member-nav-card,.member-content-panel{border-radius:20px!important}.member-content-panel{padding:22px 16px!important}.member-content-panel h2{margin-bottom:18px!important;font-size:21px!important;line-height:1.28!important}.member-content-panel :where(.glass-panel){border-radius:18px!important;padding:18px!important}.member-content-panel :where(.btn){width:100%;min-height:44px}.member-content-panel :where(.admin-table){min-width:640px}.chat-input-area,.community-reply-row{gap:10px!important}.community-diary-card{padding:18px!important}.community-diary-author{width:100%;align-items:flex-start!important}.community-diary-card h3{font-size:18px!important;line-height:1.35!important}.scenario-mock{min-height:260px!important;padding:16px!important}.scenario-mock-header strong{font-size:15px!important}.scenario-mock-line{padding:12px!important}.scenario-mock-line p{font-size:13.5px!important}}.viewer-layout{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;overflow:hidden;color:#f8fafc!important;background:#070b16!important;grid-template-columns:minmax(0,1fr) clamp(300px,18vw,360px)!important}.viewer-main{scrollbar-color:#7f67e86b #080c18eb;min-width:0;color:#f8fafc!important;background:radial-gradient(circle at 50% 34%,#6353d638,#0000 38%),linear-gradient(#0a0d1c 0%,#080b16 100%)!important}.viewer-toolbar{color:#f8fafc!important;background:#080c18f5!important;border-bottom:1px solid #ffffff17!important}.viewer-back-link{color:#cbd5e1!important}.viewer-back-link:hover{color:#fff!important}.viewer-course-title{text-align:center;color:#f8fafc!important}.viewer-security-note{color:#2dd4bf!important}.video-container{background:#070b16!important}.video-element-mock{background:radial-gradient(circle at 50% 48%,#6f58e961 0%,#1b184bb8 30%,#070b1cf5 62%),linear-gradient(#101332 0%,#080b16 100%)!important}.video-watermark{color:#ffffff14!important}.viewer-details{border-top:1px solid #ffffff14;color:#f8fafc!important;background:linear-gradient(#0c1223fa 0%,#080c18fa 100%)!important}.viewer-details h2{color:#f8fafc!important}.viewer-details p,.viewer-details span:not(.badge){color:#aeb9ce!important}.viewer-sidebar{scrollbar-color:#7f67e86b #080c18eb;color:#f8fafc!important;background:linear-gradient(#0f1528fa 0%,#080d19fc 100%)!important;border-left:1px solid #7f67e833!important}.viewer-sidebar-title{color:#f8fafc!important;background:#ffffff06!important;border-bottom:1px solid #ffffff17!important}.viewer-progress-meta,.viewer-progress-meta span{color:#bfcae0!important}.viewer-progress-track{background:#ffffff21!important}.viewer-progress-fill{background:linear-gradient(90deg,#8f6ff8 0%,#2dd4bf 100%)!important}.viewer-playlist{scrollbar-color:#7f67e86b #080c18eb;background:0 0!important}.viewer-sidebar .playlist-item{color:#e8edf8!important;background:0 0!important;border-color:#ffffff17!important}.viewer-sidebar .playlist-item:hover{background:#7f67e81c!important}.viewer-sidebar .playlist-item.active{box-shadow:inset 1px 0 #8f6ff847;background:linear-gradient(90deg,#7f67e83d 0%,#7f67e812 100%)!important;border-left-color:#8f6ff8!important}.viewer-sidebar .playlist-item-title{line-height:1.55;color:#eef3ff!important}.viewer-sidebar .playlist-item.active .playlist-item-title{color:#9d82ff!important}.viewer-sidebar .playlist-item-meta{color:#96a5bf!important}.viewer-main::-webkit-scrollbar{width:8px;height:8px}.viewer-sidebar::-webkit-scrollbar{width:8px;height:8px}.viewer-playlist::-webkit-scrollbar{width:8px;height:8px}.viewer-main::-webkit-scrollbar-track{background:#080c18eb!important}.viewer-sidebar::-webkit-scrollbar-track{background:#080c18eb!important}.viewer-playlist::-webkit-scrollbar-track{background:#080c18eb!important}.viewer-main::-webkit-scrollbar-thumb{border-radius:999px;background:#7f67e86b!important}.viewer-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#7f67e86b!important}.viewer-playlist::-webkit-scrollbar-thumb{border-radius:999px;background:#7f67e86b!important}@media (width<=980px){.viewer-layout{overflow:visible;flex-direction:column!important;height:auto!important;min-height:calc(100svh - 64px)!important;margin-top:64px!important;display:flex!important}.viewer-toolbar{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:14px 18px!important}.viewer-course-title{text-align:left}.viewer-main{overflow:visible!important}.viewer-sidebar{border-top:1px solid #7f67e833!important;border-left:0!important;max-height:none!important;overflow:visible!important}.viewer-playlist{overflow:visible!important}}html body .viewer-layout .viewer-toolbar{color:#f8fafc!important;background:#080c18f5!important;border-bottom-color:#ffffff17!important}html body .viewer-layout .viewer-back-link{color:#cbd5e1!important}html body .viewer-layout .viewer-course-title{color:#f8fafc!important}html body .viewer-layout .viewer-security-note{color:#2dd4bf!important}.member-mobile-menu-toggle{display:none}@media (width<=900px){.member-mobile-menu-toggle{width:100%;min-height:52px;color:var(--text-main);background:#ffffffe6;border:1px solid #232d461f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;box-shadow:0 14px 32px #323c5514;display:flex!important}.member-mobile-menu-toggle span{min-width:0;color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:650;display:inline-flex}.member-mobile-menu-toggle strong{min-width:0;color:var(--text-main);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:14px;font-weight:780;overflow:hidden}.member-mobile-menu-toggle>svg{color:var(--primary);flex:none;transition:transform .2s}.member-page.member-menu-open .member-mobile-menu-toggle>svg{transform:rotate(180deg)}.member-nav-card{scroll-snap-type:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:10px!important;display:grid!important;overflow:visible!important}.member-nav-card .sidebar-menu-btn{white-space:normal!important;text-align:left!important;border-radius:14px!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;min-height:48px!important;padding:11px 12px!important;line-height:1.35!important}.member-page:not(.member-menu-open) .member-nav-card{display:none!important}.member-page.member-menu-open .member-nav-card{animation:.18s fadeIn;display:grid!important}.member-nav-card .sidebar-menu-btn svg{flex:none}}html[data-theme=dark] .member-mobile-menu-toggle{background:#14192de6;border-color:#ffffff1f;box-shadow:0 18px 44px #05081238}html[data-theme=dark] .member-mobile-menu-toggle span{color:var(--text-muted)}html[data-theme=dark] .member-mobile-menu-toggle strong{color:var(--text-main)}@media (width<=360px){.member-nav-card{grid-template-columns:1fr!important}}.home-page-immersive{background:radial-gradient(circle at 12% 8%,#7f67e81f,#0000 30%),radial-gradient(circle at 88% 6%,#169f931c,#0000 28%),linear-gradient(#fbfbfe 0%,#f4f7fb 46%,#fff 100%);position:relative;overflow:clip visible}.home-hero-cinematic{color:#fff;isolation:isolate;min-height:780px;padding:150px 0 104px;background:linear-gradient(90deg, #080b16e0 0%, #080b169e 48%, #080b162e 100%), linear-gradient(180deg, #080b162e 0%, #080b16e6 100%), var(--home-hero-image) center / cover no-repeat, #101426!important}.home-hero-cinematic:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#0000,#fbfbfef0);height:180px;position:absolute;inset:auto 0 0}.home-hero-cinematic .home-hero-bg{opacity:.46;background-image:radial-gradient(circle at 16% 18%,#7f67e847,#0000 26%),radial-gradient(circle at 74% 20%,#20c7b833,#0000 20%),linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:auto,auto,86px 86px,86px 86px}.home-star-field{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.home-star-field span{background:#ffffffe6;border-radius:50%;width:5px;height:5px;animation:5.5s ease-in-out infinite homeTwinkle;position:absolute;box-shadow:0 0 22px #7f67e8d1}.home-star-field span:first-child{animation-delay:.2s;top:24%;left:12%}.home-star-field span:nth-child(2){animation-delay:1.1s;top:18%;left:34%}.home-star-field span:nth-child(3){animation-delay:2s;top:26%;left:58%}.home-star-field span:nth-child(4){animation-delay:.8s;top:14%;left:76%}.home-star-field span:nth-child(5){animation-delay:2.6s;top:44%;left:88%}.home-hero-cinematic .home-hero-inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(380px,520px);position:relative}.home-hero-cinematic .hero-subtitle{color:#9ff5e8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}.home-hero-cinematic .hero-title{color:#fff;max-width:900px;margin-top:18px;font-size:72px;line-height:1.08}.home-hero-cinematic .home-title-prefix,.home-hero-cinematic .home-title-suffix{display:block}.home-hero-cinematic .home-title-suffix,.home-title-line{word-break:keep-all;overflow-wrap:normal;line-break:strict}.home-title-line{display:inline}.home-hero-cinematic .gradient-text{background:linear-gradient(135deg,#fff 0%,#cfc7ff 46%,#6ce8dc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.home-hero-cinematic .hero-desc{color:#ffffffc7;max-width:680px;font-size:18px}.home-hero-cinematic .btn-secondary{color:#fff;background:#ffffff1f;border-color:#ffffff2e}.home-orbit-stage{place-items:center;min-height:560px;display:grid;position:relative}.home-orbit-ring{border:1px solid #ffffff2e;border-radius:50%;animation:16s linear infinite homeOrbit;position:absolute;transform:rotate(-12deg)}.home-orbit-ring.ring-one{width:440px;height:440px}.home-orbit-ring.ring-two{border-style:dashed;width:330px;height:330px;animation-duration:22s;animation-direction:reverse}.home-floating-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0d12239e;border:1px solid #ffffff2e;position:relative;box-shadow:0 28px 90px #00000047}.home-floating-card.main-card{border-radius:28px;width:min(100%,420px);animation:7s ease-in-out infinite homeFloat;overflow:hidden}.home-floating-card-media{aspect-ratio:4/3;position:relative;overflow:hidden}.home-floating-card-media img{object-fit:cover;filter:saturate(.94)contrast(.96);width:100%;height:100%;display:block}.home-floating-card-media:after{content:"";background:linear-gradient(#0000 32%,#0d1223eb);position:absolute;inset:0}.home-play-orb{z-index:2;color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 40px #7f67e85c}.home-floating-card-body{padding:24px}.home-floating-card-body span,.home-course-content span{color:#76eadf;font-size:12px;font-weight:800}.home-floating-card-body strong{color:#fff;margin:7px 0;font-size:24px;line-height:1.22;display:block}.home-floating-card-body p{color:#ffffffad;font-size:14px}.mini-card{border-radius:20px;align-items:center;gap:12px;padding:16px 18px;display:flex;position:absolute}.mini-card strong{color:#fff;font-size:30px;line-height:1;display:block}.mini-card span{color:#ffffffa3;font-size:12px}.mini-a{bottom:31%;left:-6%}.mini-b{top:18%;right:-7%}.home-page-immersive .home-os-tabs{background:#ffffffd1;border:1px solid #232d461a;border-radius:999px;width:fit-content;margin-top:-44px;margin-bottom:28px;transition:width .24s,max-width .24s,margin .24s,padding .24s,border-radius .24s,background .24s,box-shadow .24s,transform .24s;top:68px;transform:translateY(0);box-shadow:0 18px 48px #323c551f}.home-page-immersive .home-os-tabs[data-stuck=true]{border-inline:0;-webkit-backdrop-filter:blur(20px)saturate(1.12);z-index:80;background:#ffffffe6;border-top:0;border-radius:0;width:100%;max-width:none;margin-top:0;margin-bottom:0;position:fixed;top:68px;left:0;right:0;box-shadow:0 14px 36px #323c551a;padding:10px max(24px,50vw - 600px)!important}.home-page-immersive .home-os-tabs[data-stuck=true]+.home-cinematic-reveal{margin-top:var(--home-tabs-flow-gap,62px)}.home-page-immersive :is(#inner-map,#scenario-gallery,#featured-courses,#subscription-plan){scroll-margin-top:142px}.home-cinematic-reveal{isolation:isolate;background:#03040a;height:500vh;margin-top:-18px;position:relative}.home-cinematic-stage{z-index:2;contain:layout paint style;background:#03040a;place-items:center;height:calc(100vh - 68px);min-height:640px;display:grid;position:absolute;top:0;left:0;right:0;overflow:hidden}.home-cinematic-reveal[data-cinematic-phase=active] .home-cinematic-stage{position:fixed;top:68px;left:0;right:0}.home-cinematic-reveal[data-cinematic-phase=after] .home-cinematic-stage{position:absolute;inset:auto 0 0}.home-cinematic-frame{clip-path:inset(0);opacity:calc(1 - (var(--exit-fade) * .64));will-change:opacity;background:#050714;position:absolute;inset:0;overflow:hidden;transform:none}.home-cinematic-media{object-fit:cover;width:100%;height:100%;opacity:calc(.72 + (var(--media-reveal) * .22));transform:translate3d(calc((var(--reveal-progress) - .5) * -4vw), 0, 0) scale(calc(1.14 - (var(--media-reveal) * .05)));filter:brightness(.72)saturate(1.08)contrast(1.04);backface-visibility:hidden;will-change:transform, opacity;position:absolute;inset:0}.home-cinematic-shade{background:radial-gradient(circle at 50% 42%,#8e70ff38,#0000 34%),linear-gradient(#0000005c,#000000ad);position:absolute;inset:0}.home-cinematic-shade:after{content:"";transform:translate3d(calc(-52% + (var(--reveal-progress) * 88%)), 0, 0);opacity:.22;background:linear-gradient(115deg,#0000 28%,#ffffff47,#0000 42%);position:absolute;inset:-20%}.home-cinematic-mask{display:none}.home-cinematic-word{z-index:2;color:#0000;letter-spacing:0;background:linear-gradient(110deg,#ffffffb8,#7de4ffeb,#7e5cffb8) 0 0/160% 160%;background-position:calc(var(--reveal-progress) * 100%) 50%;opacity:calc(var(--opening-word,0) * (1 - (var(--exit-fade) * .72)));transform:scale(var(--opening-word-scale,1.08));white-space:nowrap;will-change:opacity, transform;-webkit-background-clip:text;background-clip:text;place-items:center;font-size:min(24vw,390px);font-weight:900;line-height:.86;display:grid;position:absolute;inset:0}.home-cinematic-copy{z-index:3;color:#fff;pointer-events:none;opacity:1;position:absolute;inset:0}.home-cinematic-story{text-align:center;opacity:var(--story-opacity,0);transform:translateY(var(--story-y,46px)) scale(var(--story-scale,.97));will-change:opacity, transform;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:48px;display:flex;position:absolute;inset:0}.home-cinematic-story-1{--story-opacity:var(--story-one);--story-y:var(--story-one-y);--story-scale:var(--story-one-scale)}.home-cinematic-story-2{--story-opacity:var(--story-two);--story-y:var(--story-two-y);--story-scale:var(--story-two-scale)}.home-cinematic-story-3{--story-opacity:var(--story-three);--story-y:var(--story-three-y);--story-scale:var(--story-three-scale)}.home-cinematic-copy span{color:#88f5e7;letter-spacing:0;opacity:1;font-size:13px;font-weight:800}.home-cinematic-copy h2{color:#0000;letter-spacing:0;background:linear-gradient(120deg,#fff 0%,#d7ccff 38%,#49e5db 68%,#fff 100%) 0 0/180% 180%;background-position:calc(var(--reveal-progress) * 100%) 50%;text-shadow:0 26px 80px #7c58ff40;-webkit-background-clip:text;background-clip:text;max-width:980px;margin:0;font-size:72px;line-height:1.04}.home-cinematic-copy p{color:#ffffffc7;opacity:1;max-width:680px;margin:0;font-size:18px;line-height:1.8;transform:none}.platform-highlights{color:#f8fafc;isolation:isolate;background:radial-gradient(circle at 18% 0,#8b5cf638,#0000 30%),radial-gradient(circle at 84% 16%,#14b8a629,#0000 32%),linear-gradient(#111217 0%,#05060b 100%);padding:clamp(80px,9vw,132px) 0 clamp(70px,8vw,112px);position:relative;overflow:hidden}.platform-highlights:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(90deg,#05060b 0%,#0000 10% 90%,#05060b 100%),radial-gradient(circle at 50% 48%,#ffffff14,#0000 34%);position:absolute;inset:0}.platform-highlights-header{width:min(1120px,100% - 48px);margin:0 auto 34px}.platform-highlights-header span{color:#7ff7df;align-items:center;gap:8px;margin-bottom:18px;font-size:14px;font-weight:850;display:inline-flex}.platform-highlights-header h2{color:#fff;letter-spacing:0;max-width:880px;margin:0;font-size:clamp(38px,5.8vw,76px);line-height:1.06}.platform-highlights-header p{color:#f8fafca8;max-width:720px;margin:18px 0 0;font-size:clamp(16px,2vw,20px);line-height:1.8}.platform-highlights-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:clamp(16px,2vw,28px);padding:0 max(24px,50vw - 560px) 8px;scroll-padding-inline:max(24px,50vw - 560px);display:flex;overflow:auto hidden}.platform-highlights-track::-webkit-scrollbar{display:none}.platform-highlight-card{scroll-snap-align:center;background:radial-gradient(circle at 50% 54%,#8b5cf647,#0000 34%),linear-gradient(#05060b 0%,#02030a 100%);border:1px solid #ffffff1a;border-radius:clamp(22px,2.2vw,34px);flex:0 0 min(86vw,1120px);align-items:flex-start;min-height:clamp(520px,57vw,680px);display:flex;position:relative;overflow:hidden;box-shadow:0 34px 95px #00000061}.platform-highlight-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#000000c7 0%,#0000006b 46%,#00000029 100%),linear-gradient(#0000003d 0%,#0000 48%,#00000057 100%),radial-gradient(circle at 68% 60%,#ffffff14,#0000 34%);position:absolute;inset:0}.platform-highlight-copy{z-index:3;text-align:left;width:min(720px,100% - 48px);margin:0;padding:clamp(44px,6vw,78px);position:relative}.platform-highlight-copy span{color:var(--highlight-accent,#8b5cf6);margin-bottom:14px;font-size:14px;font-weight:850;display:block}.platform-highlight-copy h3{color:#fff;letter-spacing:0;margin:0;font-size:clamp(26px,3.8vw,48px);line-height:1.16}.platform-highlight-copy p{color:#ffffffad;max-width:680px;margin:16px 0 0;font-size:clamp(15px,1.8vw,18px);line-height:1.75}.platform-highlight-link{color:#fff;align-items:center;gap:8px;margin-top:20px;font-weight:800;display:inline-flex}.platform-highlight-link:hover{color:var(--highlight-accent,#8b5cf6)}.platform-highlight-media{z-index:1;padding:0;display:block;position:absolute;inset:0}.platform-highlight-aura{filter:blur(28px);opacity:.7;background:radial-gradient(circle at 46% 40%,#ffffffb8,#0000 8%),radial-gradient(circle at 50% 52%,#8b5cf66b,#0000 54%),radial-gradient(circle at 30% 72%,#14b8a65c,#0000 46%);border-radius:50%;width:min(70vw,820px);height:min(36vw,430px);position:absolute;bottom:-8%;left:50%;transform:translate(-50%)}.platform-highlight-media img{z-index:1;object-fit:cover;object-position:center;filter:saturate(.92)contrast(1.04)brightness(.82);width:100%;height:100%;max-height:none;transition:transform .7s,filter .7s;position:absolute;inset:0;transform:scale(1.012)}.platform-highlight-card:hover .platform-highlight-media img{filter:saturate(1.02)contrast(1.08)brightness(.86);transform:scale(1.045)}.platform-highlight-fallback{z-index:1;background:linear-gradient(90deg, transparent 0%, #ffffff29 12%, var(--highlight-accent,#8b5cf6) 50%, #ffffff2e 88%, transparent 100%);filter:blur(1px)drop-shadow(0 0 48px #8b5cf66b);border-radius:999px;width:min(60vw,520px);height:min(28vw,260px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.platform-highlight-controls{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;width:max-content;max-width:calc(100% - 32px);margin:24px auto 0;padding:10px 12px;display:flex}.platform-highlight-dots{align-items:center;gap:10px;padding:0 8px;display:inline-flex}.platform-highlight-dots button{cursor:pointer;background:#ffffff7a;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.platform-highlight-dots button.is-active{background:#fff;width:38px}.platform-highlight-control-button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .22s,background .22s;display:inline-flex}.platform-highlight-control-button:hover{background:#fff3;transform:translateY(-1px)}.subscription-platform-highlights{margin-top:0}@media (width<=900px){.platform-highlights{padding:72px 0 76px}.platform-highlights-header{width:calc(100% - 36px);margin-bottom:26px}.platform-highlights-track{gap:14px;padding-inline:18px;scroll-padding-inline:18px}.platform-highlight-card{border-radius:24px;flex-basis:calc(100vw - 36px);min-height:620px}.platform-highlight-copy{width:calc(100% - 34px);padding:34px 26px}.platform-highlight-copy h3{font-size:clamp(25px,8vw,34px)}.platform-highlight-copy p{font-size:15px;line-height:1.7}.platform-highlight-media{padding:0}.platform-highlight-media img{object-position:center;width:100%;height:100%;max-height:none}.platform-highlight-controls{margin-top:18px;padding:8px 10px;position:relative}}@media (width<=520px){.platform-highlights{padding:64px 0 70px}.platform-highlights-header h2{font-size:clamp(32px,10vw,42px);line-height:1.12}.platform-highlight-card{min-height:600px}.platform-highlight-card:after{background:linear-gradient(#000000c2 0%,#00000080 48%,#00000047 100%),radial-gradient(circle at 50% 78%,#ffffff14,#0000 34%)}.platform-highlight-copy span{margin-bottom:10px;font-size:12px}.platform-highlight-link{margin-top:16px}.platform-highlight-media img{width:100%;height:100%;max-height:none}.platform-highlight-dots{gap:8px}.platform-highlight-dots button.is-active{width:30px}.platform-highlight-control-button{width:34px;height:34px}}.home-cosmos-band{background:linear-gradient(#fff0 0%,#f5f7fce0 100%);padding:96px 0 112px;position:relative}.home-cosmos-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:70px;display:grid}.home-cosmos-grid .home-section-heading{margin-bottom:0;display:block}.home-cosmos-grid .home-section-heading h2{font-size:52px}.home-map-visual{min-height:560px;position:relative}.home-map-photo{border-radius:28px;position:absolute;inset:60px 34px 34px 84px;overflow:hidden;box-shadow:0 32px 90px #323c552e}.home-map-photo img{object-fit:cover;width:100%;height:100%;display:block}.home-map-photo:after{content:"";background:radial-gradient(circle at 26% 12%,#ffffff42,#0000 24%),linear-gradient(#0000,#10142685);position:absolute;inset:0}.home-map-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border:1px solid #232d461a;border-radius:22px;width:158px;padding:18px;position:absolute;box-shadow:0 18px 48px #323c551f}.home-map-card svg{color:var(--primary)}.home-map-card strong{margin-top:10px;font-size:18px;display:block}.home-map-card span{color:var(--text-muted);font-size:13px}.card-one{top:20%;left:0}.card-two{top:6%;right:0}.card-three{bottom:0;right:14%}.home-scenario-section{padding-top:112px!important}.scenario-showcase{gap:36px}.scenario-panel-cinematic{background:#ffffffd1;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);min-height:520px;padding:0;overflow:hidden;box-shadow:0 28px 70px #323c551f}.scenario-panel-cinematic .scenario-visual{background:radial-gradient(circle at 18% 16%,#7f67e842,#0000 34%),radial-gradient(circle at 78% 20%,#169f932e,#0000 28%),linear-gradient(145deg,#151c31f5,#0a0e1dfa);border:0;border-radius:0;height:100%;min-height:520px}.scenario-panel-cinematic .scenario-visual img{filter:saturate(.96)contrast(.96);min-height:520px}.scenario-panel-cinematic .scenario-copy{padding:56px}.scenario-panel-cinematic .scenario-copy h3{font-size:40px}.scenario-mock-premium{min-height:520px;position:relative;overflow:hidden}.scenario-mock-orb{filter:blur(2px);opacity:.72;background:radial-gradient(circle at 36% 34%,#ffffffe6,#0000 10%),radial-gradient(circle,#7f67e8d1,#0000 58%);border-radius:50%;width:190px;height:190px;animation:8s ease-in-out infinite homeFloat;position:absolute;inset:34px auto auto 50%;transform:translate(-50%)}.scenario-mock-premium .scenario-mock-header,.scenario-mock-premium .scenario-mock-lines{z-index:1;position:relative}.scenario-panel-cinematic{background:#fbfaf7;border:1px solid #141c2e14;border-radius:8px;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:stretch;gap:0;min-height:560px;padding:0;position:relative;overflow:hidden;box-shadow:0 30px 80px #171f361c}.scenario-panel-cinematic.reverse{grid-template-columns:minmax(360px,.98fr) minmax(0,1.02fr)}.scenario-panel-cinematic.reverse .scenario-visual{order:2}.scenario-panel-cinematic .scenario-visual{background:linear-gradient(135deg,#f7f4eef5,#ffffffe0),radial-gradient(circle at 18% 20%,#7162e21f,#0000 34%);border-radius:0;min-height:560px;padding:clamp(26px,4vw,56px);display:grid;position:relative;overflow:hidden;border:0!important}.scenario-photo-frame{background:#ece9e3;border-radius:8px;width:min(48%,360px);position:absolute;inset:clamp(30px,5vw,72px) clamp(28px,4.4vw,66px) clamp(30px,5vw,72px) auto;overflow:hidden;box-shadow:0 22px 55px #161c2c21}.scenario-photo-frame.mobile-screenshot-frame{aspect-ratio:390/844;background:#fff;border-radius:24px;width:auto;height:min(86%,620px);inset:50% clamp(30px,5vw,72px) auto auto;transform:translateY(-50%);box-shadow:0 28px 72px #161c2c2e}.scenario-panel-cinematic.reverse .scenario-photo-frame{inset-inline:clamp(28px,4.4vw,66px) auto}.scenario-panel-cinematic.reverse .scenario-photo-frame.mobile-screenshot-frame{left:clamp(30px,5vw,72px);right:auto}.scenario-photo-frame img,.scenario-photo-placeholder{object-fit:cover;filter:saturate(.98)contrast(.98);width:100%;height:100%;min-height:100%;display:block}.scenario-photo-frame.mobile-screenshot-frame img{object-fit:contain;object-position:top center}.scenario-photo-placeholder{background:linear-gradient(135deg,#7a65e82e,#27c5b81f),linear-gradient(160deg,#f0eee9,#fff)}.scenario-reference-card{z-index:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #141c2e14;border-radius:8px;align-self:center;width:min(74%,430px);padding:clamp(22px,3vw,34px);position:relative;box-shadow:0 24px 65px #161c2c21}.scenario-panel-cinematic.reverse .scenario-reference-card{margin-left:auto}.scenario-reference-head{align-items:center;gap:12px;margin-bottom:24px;display:flex}.scenario-reference-head span{width:38px;height:38px;color:var(--scenario-accent,var(--secondary));background:#14b8a617;border:1px solid #14b8a629;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.scenario-reference-head strong{color:#101828;flex:1;min-width:0;font-size:18px;font-weight:800;line-height:1.35}.scenario-reference-head em{color:var(--scenario-accent,var(--secondary));flex:none;font-size:13px;font-style:normal;font-weight:800}.scenario-reference-lines{gap:12px;display:grid}.scenario-reference-line{background:#fff;border:1px solid #141c2e14;border-radius:8px;align-items:center;gap:12px;min-height:50px;padding:13px 15px;display:flex}.scenario-reference-line>span{background:#6974893d;border-radius:50%;flex:none;width:16px;height:16px}.scenario-reference-line>span.active{background:var(--scenario-accent,var(--secondary))}.scenario-reference-line p{color:#1d2939;margin:0;font-size:14px;font-weight:650;line-height:1.5}.scenario-panel-cinematic .scenario-copy{background:#ffffff94;flex-direction:column;justify-content:center;padding:clamp(42px,5vw,72px);display:flex}.scenario-panel-cinematic .scenario-copy span{color:var(--scenario-accent,var(--secondary));letter-spacing:0;font-size:13px}.scenario-panel-cinematic .scenario-copy h3{max-width:620px;margin:16px 0 18px;font-size:clamp(32px,4vw,52px);line-height:1.14;color:#08152d!important}.scenario-panel-cinematic .scenario-copy p{max-width:620px;font-size:17px;line-height:1.85;color:#475467!important}.scenario-panel-cinematic .scenario-copy ul{gap:16px;max-width:650px;margin-top:28px}.scenario-panel-cinematic .scenario-copy li{color:#172033;align-items:center;font-size:16px;font-weight:650}.scenario-panel-cinematic .scenario-copy li svg{color:#101828;fill:#101828;stroke:#fff;stroke-width:2.4px}.home-events-strip{background:radial-gradient(circle at 12% 0,#7f67e81f,#0000 30%),linear-gradient(#fff 0%,#f6f8fc 100%);padding:108px 0}.home-course-reel{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.home-course-event{color:#fff;background:#101426;border-radius:28px;align-items:flex-end;min-height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #323c5524}.home-course-event:after{content:"";background:linear-gradient(#070a1405 0%,#070a14c7 72%,#070a14f5 100%);position:absolute;inset:0}.home-course-image{position:absolute;inset:0}.home-course-image img,.home-course-placeholder{object-fit:cover;width:100%;height:100%;transition:transform .6s}.home-course-placeholder{background:radial-gradient(circle at 26% 22%,#7f67e86b,#0000 32%),linear-gradient(145deg,#141a31,#090d1b);place-items:center;display:grid}.home-course-event:hover .home-course-image img,.home-course-event:hover .home-course-placeholder{transform:scale(1.045)}.home-course-content{z-index:1;padding:30px;position:relative}.home-course-content h3{color:#fff;margin:10px 0 12px;font-size:26px;line-height:1.25}.home-course-content p{color:#ffffffb8;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:68px;margin-bottom:16px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.home-course-content strong{color:#fff;font-size:13px}.home-pricing-cinematic{background:radial-gradient(circle at 8% 8%,#7f67e82e,#0000 30%),radial-gradient(circle at 92% 20%,#169f9326,#0000 26%),#ffffffdb;border:1px solid #7f67e82e;border-radius:28px;justify-content:space-between;align-items:center;gap:28px;padding:44px;display:flex;box-shadow:0 28px 70px #323c551f}.home-pricing-cinematic h2{margin:10px 0 12px;font-size:38px}.home-pricing-cinematic p{max-width:620px;color:var(--text-muted)}.home-pricing-action{flex:none;justify-items:end;gap:18px;display:grid}.home-pricing-cinematic .home-pricing-price{font-size:44px}@keyframes homeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes homeOrbit{0%{transform:rotate(-12deg)}to{transform:rotate(348deg)}}@keyframes homeTwinkle{0%,to{opacity:.28;transform:scale(.88)}50%{opacity:1;transform:scale(1.24)}}html[data-theme=dark] .home-page-immersive{background:radial-gradient(circle at 16% 6%,#8f6ff829,#0000 34%),radial-gradient(circle at 86% 10%,#20c7b81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 56%,#101426 100%)}html[data-theme=dark] .home-hero-cinematic:after{background:linear-gradient(#0000,#101426)}html[data-theme=dark] .home-page-immersive .home-os-tabs{background:#101426d1;border-color:#ffffff1a}html[data-theme=dark] .home-page-immersive .home-os-tabs[data-stuck=true]{background:#0b0f1ee6;box-shadow:0 18px 42px #00000047}html[data-theme=dark] .home-cosmos-band,html[data-theme=dark] .home-events-strip{background:radial-gradient(circle at 12% 0,#8f6ff81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 100%)}html[data-theme=dark] .home-map-card,html[data-theme=dark] .scenario-panel-cinematic,html[data-theme=dark] .home-pricing-cinematic{background:#ffffff13;border-color:#ffffff1f;box-shadow:0 18px 55px #05081257}html:not([data-theme=dark]) .home-hero-cinematic,html:not([data-theme=dark]) .home-hero-cinematic *{color:#fff!important}html:not([data-theme=dark]) .home-hero.home-hero-cinematic{background:linear-gradient(90deg, #080b16db 0%, #080b16a3 48%, #080b163d 100%), linear-gradient(180deg, #080b161a 0%, #080b16eb 100%), var(--home-hero-image) center / cover no-repeat, #101426!important}html:not([data-theme=dark]) .home-hero.home-hero-cinematic:before{background:linear-gradient(90deg,#080b168f 0%,#080b1661 48%,#080b161f 100%)!important}html:not([data-theme=dark]) .home-hero-cinematic .gradient-text{background:linear-gradient(135deg,#fff 0%,#d8d1ff 46%,#74f0e5 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}html:not([data-theme=dark]) .home-hero-cinematic .hero-subtitle{color:#9ff5e8!important}html:not([data-theme=dark]) .home-hero-cinematic .hero-desc,html:not([data-theme=dark]) .home-floating-card-body p,html:not([data-theme=dark]) .mini-card span{color:#ffffffc2!important}html:not([data-theme=dark]) .home-hero-cinematic .btn-secondary{background:#ffffff1f!important;border-color:#fff3!important}@media (width<=1100px){.home-hero-cinematic .home-hero-inner,.home-cosmos-grid{grid-template-columns:1fr}.home-orbit-stage{min-height:520px}.home-course-reel{grid-template-columns:1fr}.home-course-event{min-height:420px}}@media (width<=768px){.home-hero-cinematic{min-height:auto;padding:116px 0 74px}.home-hero-cinematic .hero-title{word-break:keep-all;overflow-wrap:normal;line-break:strict;font-size:42px}.home-title-line{display:block}.home-hero-cinematic .hero-desc{font-size:16px}.home-hero-cinematic .hero-buttons{flex-direction:column;align-items:stretch}.home-orbit-stage{min-height:440px}.home-orbit-ring.ring-one{width:330px;height:330px}.home-orbit-ring.ring-two{width:250px;height:250px}.home-floating-card.main-card{width:min(100%,340px)}.mini-card{padding:12px 14px}.mini-a{bottom:7%;left:0}.mini-b{top:6%;right:0}.home-page-immersive .home-os-tabs{z-index:35;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:999px;justify-content:flex-start;width:calc(100% - 32px);margin-top:-24px;margin-bottom:18px;padding:9px;position:sticky;top:64px;overflow-x:auto}.home-page-immersive .home-os-tabs[data-stuck=true]{border-radius:0;justify-content:flex-start;width:100%;margin-top:0;margin-bottom:0;top:64px;left:0;right:0;padding:9px 16px!important}.home-page-immersive .home-os-tabs::-webkit-scrollbar{display:none}.home-page-immersive .home-os-tabs a{text-align:center;white-space:nowrap;flex:1 0 auto;min-width:max-content}.home-page-immersive :is(#inner-map,#scenario-gallery,#featured-courses,#subscription-plan){scroll-margin-top:132px}.home-cinematic-reveal{background:linear-gradient(#03040a 0%,#050714 82% 100%);height:430vh;margin-top:-12px}.home-cinematic-stage{background:#050714;height:calc(100dvh - 64px);min-height:calc(100svh - 64px);top:0}.home-cinematic-reveal[data-cinematic-phase=active] .home-cinematic-stage{top:64px}.home-cinematic-frame{clip-path:inset(0);width:auto;height:auto;opacity:calc(1 - (var(--exit-fade) * .08));border-radius:0;inset:0}.home-cinematic-mask{display:none}.home-cinematic-word{font-size:clamp(72px,23vw,118px)}.home-cinematic-copy{padding:0}.home-cinematic-story{padding:28px 24px}.home-cinematic-copy h2{max-width:min(92vw,520px);font-size:clamp(32px,8.7vw,40px);line-height:1.12}.home-cinematic-copy p{font-size:15px;line-height:1.75}.home-cosmos-band{padding:72px 0 86px}.home-cosmos-grid .home-section-heading h2,.home-section-heading h2,.scenario-panel-cinematic .scenario-copy h3,.home-pricing-cinematic h2{font-size:32px}.home-map-visual{min-height:450px}.home-map-photo{border-radius:22px;inset:54px 0 52px}.home-map-card{width:136px;padding:14px}.card-one{top:4%;left:0}.card-two{top:18%;right:0}.card-three{bottom:0;right:16%}.scenario-panel-cinematic,.scenario-panel-cinematic.reverse{grid-template-columns:1fr}.scenario-panel.reverse .scenario-visual{order:0}.scenario-panel-cinematic .scenario-visual,.scenario-panel-cinematic .scenario-visual img,.scenario-mock-premium{min-height:330px}.scenario-panel-cinematic .scenario-copy{padding:28px}.home-events-strip{padding:78px 0}.home-course-event{border-radius:22px;min-height:390px}.home-pricing-cinematic{border-radius:22px;padding:28px;display:grid}.home-pricing-action{justify-items:stretch}.home-pricing-cinematic .home-pricing-price{font-size:36px}}@media (width<=480px){.home-hero-cinematic .hero-title{font-size:34px}.home-hero-cinematic .hero-subtitle{box-sizing:border-box;letter-spacing:0;text-align:center;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;width:min(360px,100vw - 40px);max-width:calc(100vw - 40px);padding:9px 28px;font-size:12px;line-height:1.35;display:block;position:relative;overflow:hidden}.home-hero-cinematic .hero-subtitle svg{position:absolute;top:50%;left:18px;transform:translateY(-50%)}.home-orbit-stage{min-height:380px}.home-floating-card.main-card{width:100%}.mini-card{display:none}.home-map-card{width:124px}}@media (width<=360px){.home-hero-cinematic .hero-title{font-size:32px}.home-hero-cinematic .hero-subtitle{width:calc(100vw - 32px);max-width:calc(100vw - 32px);padding-inline:26px;font-size:11px}}@media (prefers-reduced-motion:reduce){.home-cinematic-frame,.home-cinematic-media,.home-cinematic-mask,.home-cinematic-word,.home-cinematic-copy,.home-cinematic-copy p,.home-cinematic-shade:after{transition:none;animation:none}.home-cinematic-shade:after{opacity:0}}.home-page-immersive .home-scenario-section{padding-bottom:clamp(72px,8vw,112px);padding-top:clamp(84px,9vw,124px)!important}.home-page-immersive .scenario-showcase{gap:clamp(28px,4vw,48px)}.home-page-immersive .scenario-panel-cinematic{background:#fbfaf7!important;border:1px solid #141c2e14!important;border-radius:8px!important;min-height:560px!important}.home-page-immersive .scenario-panel-cinematic .scenario-visual{background:linear-gradient(135deg,#f7f4eef5,#ffffffe6),radial-gradient(circle at 20% 18%,#7f67e81f,#0000 34%)!important;height:auto!important;min-height:560px!important}.home-page-immersive .scenario-panel-cinematic .scenario-copy{background:#ffffff94}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic{background:#111525f5!important;border-color:#ffffff1f!important;box-shadow:0 28px 80px #00000057!important}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-visual{background:linear-gradient(135deg,#12172af5,#1e2337eb),radial-gradient(circle at 22% 18%,#7f67e838,#0000 34%)!important}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-copy{background:#080c1847}html[data-theme=dark] .home-page-immersive .scenario-reference-card{background:#ffffffeb;border-color:#ffffff29}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-copy h3{color:#f8fafc!important}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-copy p{color:#e2e8f0c7!important}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-copy li{color:#f8fafceb}html[data-theme=dark] .home-page-immersive .scenario-panel-cinematic .scenario-copy li svg{color:#f8fafc;fill:#f8fafc;stroke:#0b1020}@media (width<=980px){.home-page-immersive .scenario-panel-cinematic,.home-page-immersive .scenario-panel-cinematic.reverse{grid-template-columns:1fr!important;min-height:0!important}.home-page-immersive .scenario-panel.reverse .scenario-visual,.home-page-immersive .scenario-panel-cinematic.reverse .scenario-visual{order:0}.home-page-immersive .scenario-panel-cinematic .scenario-visual{min-height:440px!important;padding:24px!important}.scenario-reference-card{width:min(82%,440px)}}@media (width<=640px){.home-page-immersive .home-scenario-section{padding-top:72px!important}.home-page-immersive .scenario-panel-cinematic{margin-inline:-4px;box-shadow:0 20px 45px #171f361a}.home-page-immersive .scenario-panel-cinematic .scenario-visual{min-height:720px!important;padding:18px!important}.scenario-photo-frame,.scenario-panel-cinematic.reverse .scenario-photo-frame{border-radius:14px;width:auto;height:300px;inset:18px 18px auto}.scenario-photo-frame img{object-position:top center}.scenario-photo-frame.mobile-screenshot-frame,.scenario-panel-cinematic.reverse .scenario-photo-frame.mobile-screenshot-frame{aspect-ratio:390/844;border-radius:22px;width:min(76vw,292px);height:auto;inset:18px auto auto 50%;transform:translate(-50%)}.scenario-reference-card,.scenario-panel-cinematic.reverse .scenario-reference-card{align-self:end;width:100%;margin:270px 0 0;padding:20px}.scenario-reference-head{margin-bottom:16px}.scenario-reference-head strong{font-size:16px}.scenario-reference-line{min-height:46px;padding:12px}.scenario-reference-line p{font-size:13.5px}.home-page-immersive .scenario-panel-cinematic .scenario-copy{padding:28px 22px 30px!important}.home-page-immersive .scenario-panel-cinematic .scenario-copy h3{line-height:1.18;font-size:29px!important}.home-page-immersive .scenario-panel-cinematic .scenario-copy p{font-size:15px;line-height:1.75}.home-page-immersive .scenario-panel-cinematic .scenario-copy li{font-size:14px}}@media (width<=380px){.home-page-immersive .scenario-panel-cinematic .scenario-visual{min-height:680px!important}.scenario-photo-frame,.scenario-panel-cinematic.reverse .scenario-photo-frame{height:270px}.scenario-reference-card,.scenario-panel-cinematic.reverse .scenario-reference-card{margin-top:242px;padding:16px}.scenario-photo-frame.mobile-screenshot-frame,.scenario-panel-cinematic.reverse .scenario-photo-frame.mobile-screenshot-frame{width:min(78vw,270px)}}.platform-highlights{background:radial-gradient(circle at 18% 0,#8b5cf633,#0000 30%),radial-gradient(circle at 84% 16%,#14b8a629,#0000 32%),linear-gradient(#111217 0%,#05060b 100%)}.platform-highlights-header{width:min(1240px,100% - 56px)}.platform-highlights-header span{color:#98fff0;background:#ffffff1a;border-radius:999px;padding:7px 12px;line-height:1}.platform-highlights-header h2{white-space:nowrap;max-width:none;font-size:clamp(32px,4vw,58px);line-height:1.12}.platform-highlights-header p{max-width:1040px;font-size:clamp(15px,1.35vw,18px);line-height:1.78}.platform-highlight-card{flex-basis:min(88vw,1180px)}.platform-highlight-card:after{background:linear-gradient(90deg,#000000d1 0%,#00000080 47%,#0003 100%),linear-gradient(#00000047 0%,#0000 46%,#0000006b 100%),radial-gradient(circle at 68% 60%,#ffffff1a,#0000 34%)}.platform-highlight-copy{isolation:isolate;width:min(700px,100% - 48px)}.platform-highlight-copy:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(14px)saturate(1.08);background:linear-gradient(135deg,#050710b8,#05071066);border:1px solid #ffffff21;border-radius:clamp(20px,2vw,30px);position:absolute;inset:clamp(22px,3vw,40px) clamp(14px,2vw,32px);box-shadow:0 22px 70px #0000003d}.platform-highlight-copy span{color:#f8fafc;background:#ffffff1f;border-radius:999px;width:max-content;max-width:100%;padding:7px 11px;font-size:13px;line-height:1;display:inline-flex}.platform-highlight-copy h3{text-wrap:balance;text-shadow:0 18px 44px #00000057;max-width:650px}.platform-highlight-copy p{color:#ffffffc7;text-shadow:0 14px 30px #00000042}html:not([data-theme=dark]) .platform-highlights{color:#111827;background:radial-gradient(circle at 18% 0,#7f67e824,#0000 32%),radial-gradient(circle at 86% 12%,#169f931f,#0000 32%),linear-gradient(#f8fafc 0%,#eef3f8 100%)}html:not([data-theme=dark]) .platform-highlights:before{background:linear-gradient(90deg,#f8fafc 0%,#0000 10% 90%,#eef3f8 100%),radial-gradient(circle at 50% 48%,#7f67e81f,#0000 36%)}html:not([data-theme=dark]) .platform-highlights-header span{color:#0f766e;background:#14b8a61a}html:not([data-theme=dark]) .platform-highlights-header h2{color:#101828}html:not([data-theme=dark]) .platform-highlights-header p{color:#5f6b7c}html:not([data-theme=dark]) .platform-highlight-card{background:#fff;border-color:#232d461a;box-shadow:0 34px 90px #323c5529}html:not([data-theme=dark]) .platform-highlight-card:after{background:linear-gradient(90deg,#ffffffe6 0%,#ffffffa3 48%,#fff3 100%),linear-gradient(#ffffff14 0%,#0000 46%,#0c122038 100%),radial-gradient(circle at 66% 56%,#7f67e814,#0000 34%)}html:not([data-theme=dark]) .platform-highlight-copy:before{background:linear-gradient(135deg,#ffffffd6,#ffffff94);border-color:#ffffffd6;box-shadow:0 22px 60px #323c5521}html:not([data-theme=dark]) .platform-highlight-copy span{color:#5b44c7;background:#7f67e81a}html:not([data-theme=dark]) .platform-highlight-copy h3{color:#111827;text-shadow:none}html:not([data-theme=dark]) .platform-highlight-copy p{color:#415064;text-shadow:none}html:not([data-theme=dark]) .platform-highlight-link,html:not([data-theme=dark]) .platform-highlight-control-button{color:#111827}html:not([data-theme=dark]) .platform-highlight-controls{background:#ffffffc7;border-color:#232d461a;box-shadow:0 18px 48px #323c551f}html:not([data-theme=dark]) .platform-highlight-dots button{background:#11182747}html:not([data-theme=dark]) .platform-highlight-dots button.is-active{background:#111827}html:not([data-theme=dark]) .platform-highlight-control-button{background:#11182714}html[data-theme=dark] .platform-highlights-header span{color:#8ff5e7;background:#ffffff1a}html[data-theme=dark] .platform-highlight-copy:before{background:linear-gradient(135deg,#060812c2,#06081275)}.home-page-immersive .home-os-tabs{-webkit-backdrop-filter:blur(22px)saturate(1.08);background:linear-gradient(#fffffff0,#f4f7fcc7);border-color:#ffffffb8;box-shadow:0 20px 46px #323c5524}.home-page-immersive .home-os-tabs[data-stuck=true]{background:#ffffffe6;border-bottom:1px solid #94a3b82e;box-shadow:0 14px 36px #323c551f}.home-page-immersive .home-os-tabs a{color:#283040ad}.home-page-immersive .home-os-tabs a:hover{color:#111827;background:#7f67e81a}html[data-theme=dark] .home-page-immersive .home-os-tabs{background:linear-gradient(#14182be6,#0d1121d1);border-color:#ffffff1a;box-shadow:0 20px 48px #00000047}html[data-theme=dark] .home-page-immersive .home-os-tabs[data-stuck=true]{background:#0b0f1eeb;border-bottom-color:#ffffff17}html[data-theme=dark] .home-page-immersive .home-os-tabs a{color:#fbfbffb8}@media (width<=900px){.platform-highlights-header h2{white-space:normal;font-size:clamp(30px,7vw,42px)}.platform-highlight-copy:before{inset:20px}}@media (width<=520px){.platform-highlights-header{width:calc(100% - 32px)}.platform-highlights-header h2{font-size:clamp(28px,8.6vw,36px);line-height:1.14}.platform-highlights-header p{font-size:15px;line-height:1.72}.platform-highlight-copy{padding:30px 24px}.platform-highlight-copy:before{border-radius:22px;inset:18px 14px}.platform-highlight-copy h3{font-size:clamp(24px,7.4vw,32px)}.platform-highlights{padding:56px 0 62px}.platform-highlights-track{gap:12px;padding:0 12px 6px;scroll-padding-inline:12px}.platform-highlight-card{border-radius:26px;flex-basis:calc(100vw - 24px);align-items:flex-end;min-height:556px;box-shadow:0 22px 58px #1f293733}.platform-highlight-card:after{background:linear-gradient(#00000014 0%,#00000038 42%,#000000d1 100%),radial-gradient(circle at 50% 78%,#ffffff1f,#0000 34%)}html:not([data-theme=dark]) .platform-highlight-card:after{background:linear-gradient(#ffffff0f 0%,#ffffff2e 38%,#0e142494 100%),radial-gradient(circle at 50% 78%,#7f67e814,#0000 34%)}.platform-highlight-media img{object-position:center;filter:saturate(.96)contrast(1.04)brightness(.78)}.platform-highlight-card:hover .platform-highlight-media img{filter:saturate()contrast(1.06)brightness(.8);transform:scale(1.02)}.platform-highlight-copy{width:calc(100% - 22px);margin:auto 11px 11px;padding:20px 18px 18px}.platform-highlight-copy:before{background:linear-gradient(135deg,#090c18b8,#090c1880);border-radius:22px;inset:0;box-shadow:0 18px 42px #0000003d}html:not([data-theme=dark]) .platform-highlight-copy:before{background:linear-gradient(135deg,#ffffffd1,#ffffffa3);border-color:#ffffffc2;box-shadow:0 18px 40px #1f293726}.platform-highlight-copy span{margin-bottom:10px;padding:6px 10px;font-size:11.5px}.platform-highlight-copy h3{text-wrap:balance;max-width:100%;font-size:clamp(21px,6.15vw,26px);line-height:1.2}.platform-highlight-copy p{color:#ffffffd1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:10px;font-size:14px;line-height:1.62;display:-webkit-box;overflow:hidden}html:not([data-theme=dark]) .platform-highlight-copy p{color:#465568}.platform-highlight-link{margin-top:12px;font-size:14px}.platform-highlight-controls{margin-top:14px;padding:7px 9px}}@media (width<=380px){.platform-highlight-card{min-height:532px}.platform-highlight-copy{padding:18px 16px 16px}.platform-highlight-copy h3{font-size:clamp(20px,6.35vw,24px)}}.admin-layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--bg-dark-2);border-right:1px solid var(--border-color);flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.admin-logo{font-family:var(--font-title);align-items:center;gap:8px;margin-bottom:32px;padding:0 8px;font-size:20px;font-weight:700;display:flex}.admin-menu{flex-direction:column;flex-grow:1;gap:6px;display:flex;overflow-y:auto}.admin-menu-item{border-radius:var(--radius-md);color:var(--text-muted);transition:var(--transition-smooth);align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;display:flex}.admin-menu-item.active{color:var(--primary);background:#8b5cf626;border:1px solid #8b5cf633}.admin-mobile-menu-toggle{display:none}.admin-main{background:var(--bg-dark-1);padding:40px;overflow-y:auto}.admin-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:32px;display:grid}.stat-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#ffffff03;padding:24px}.stat-value{font-family:var(--font-title);margin:12px 0 6px;font-size:28px;font-weight:700}.stat-label{color:var(--text-muted);font-size:13px}.stat-trend{align-items:center;gap:4px;font-size:12px;display:flex}.table-responsive{width:100%;margin-bottom:24px;overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}.admin-table th{border-bottom:1px solid var(--border-color);color:var(--text-muted);background:#ffffff03;padding:16px;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:16px}.action-buttons{gap:8px;display:flex}.btn-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);border:1px solid var(--border-color);transition:var(--transition-smooth);justify-content:center;align-items:center;display:flex}.btn-icon.edit:hover{color:var(--primary);border-color:#8b5cf64d}.btn-icon.delete:hover{color:var(--accent);border-color:#f43f5e4d}.tabs-container{border-bottom:1px solid var(--border-color);gap:8px;margin-bottom:24px;display:flex}.tab-btn{color:var(--text-muted);transition:var(--transition-smooth);border-bottom:2px solid #0000;padding:12px 18px;font-size:14px;font-weight:600}.tab-btn:hover,.tab-btn.active{color:var(--text-main)}.tab-btn.active{border-color:var(--primary);color:var(--primary)}.config-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.logs-list{border:1px solid var(--border-color);border-radius:var(--radius-md);color:#10b981;background:#030712;flex-direction:column;gap:8px;max-height:400px;padding:16px;font-family:monospace;font-size:12px;display:flex;overflow-y:auto}.log-item{gap:16px;line-height:1.4;display:flex}.log-time{color:var(--text-dark)}.log-user{color:#3b82f6;font-weight:700}.app-modal-overlay{overscroll-behavior:contain}.app-modal-panel{min-height:0}.app-modal-panel>form{flex-direction:column;flex:auto;min-height:0;display:flex}.modal-body{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 200px);padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border-color);flex:none;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.debug-panel-overlay{z-index:9999;position:fixed;bottom:24px;right:24px}.debug-trigger-btn{background:var(--primary);color:#fff;width:48px;height:48px;transition:var(--transition-bounce);border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #8b5cf699}.debug-trigger-btn:hover{transform:rotate(45deg)scale(1.1)}.debug-trigger-btn.impersonating{background:linear-gradient(135deg,#14b8a6,#8b5cf6);box-shadow:0 0 0 6px #14b8a624,0 14px 38px #5b43ba61}.debug-impersonation-pill{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ae6;border:1px solid #14b8a652;border-radius:999px;align-items:center;gap:8px;width:max-content;max-width:min(360px,100vw - 32px);padding:8px 10px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:62px;right:0;box-shadow:0 18px 46px #0f172a3d}.debug-impersonation-pill button{color:#fff;background:#ffffff24;border:0;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.debug-drawer{background:var(--bg-dark-2);border:1px solid var(--primary);border-radius:var(--radius-lg);width:320px;padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) fadeIn;position:absolute;bottom:60px;right:0;box-shadow:0 10px 40px #0009}.debug-section{border-bottom:1px solid #ffffff0f;margin-bottom:16px;padding-bottom:12px}.debug-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.debug-identity-card{border-radius:var(--radius-sm);background:#7f67e814;border:1px solid #7f67e82e;padding:12px}.debug-title{text-transform:uppercase;color:var(--secondary);letter-spacing:.05em;margin-bottom:10px;font-size:12px;font-weight:700}.debug-grid{flex-direction:column;gap:8px;display:flex}.debug-btn{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-muted);background:#ffffff05;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.debug-btn:hover,.debug-btn.active{border-color:var(--primary);color:var(--text-main);background:#8b5cf61a}.debug-btn.active:after{content:"✓";color:var(--secondary);font-weight:700}@media (width<=640px){.debug-panel-overlay{right:16px;bottom:max(92px, calc(18px + env(safe-area-inset-bottom)))}.debug-trigger-btn{width:52px;height:52px}.debug-drawer{right:12px;bottom:max(154px, calc(82px + env(safe-area-inset-bottom)));overscroll-behavior:contain;width:min(360px,100vw - 24px);max-height:min(68vh,560px);position:fixed;overflow-y:auto}.debug-impersonation-pill{right:12px;bottom:max(150px, calc(78px + env(safe-area-inset-bottom)));max-width:calc(100vw - 24px);position:fixed}}.admin-layout{color:var(--text-main);background:#f4f7fb}.admin-sidebar{background:#ffffffeb;border-right-color:#232d461a;box-shadow:14px 0 44px #323c550f}.admin-main{background:radial-gradient(circle at 80% 0,#7f67e814,#0000 30%),linear-gradient(#f8faff 0%,#f2f5fa 100%)}.admin-menu-item:hover,.admin-menu-item.active{color:var(--text-main);background:#7f67e814}.admin-menu-item.active{border-color:#7f67e82e}.stat-card{box-shadow:var(--card-shadow);background:#ffffffe0;border-color:#232d461a}.admin-table th{background:#f7f9fc}.btn-icon{background:#ffffffd1}.btn-icon:hover{color:var(--text-main);background:#fff;border-color:#7f67e82e}.logs-list{background:#111827;border-color:#11182733;box-shadow:inset 0 0 0 1px #ffffff0a}.debug-drawer{background:#fffffff5;box-shadow:0 24px 70px #323c5529}.debug-section{border-bottom-color:#232d4614}.debug-btn{background:#f7f8fce0;border-color:#232d461a}.debug-btn:hover,.debug-btn.active{color:var(--text-main);background:#7f67e814}html[data-theme=dark] .admin-layout{color:var(--text-main);background:#0f1426}html[data-theme=dark] .admin-sidebar{background:#0d1120f5;border-right-color:#ffffff14;box-shadow:14px 0 44px #0000002e}html[data-theme=dark] .admin-main{background:radial-gradient(circle at 80% 0,#8f6ff81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 100%)}html[data-theme=dark] .admin-menu-item:hover,html[data-theme=dark] .admin-menu-item.active{color:var(--text-main);background:#8f6ff81a}html[data-theme=dark] .admin-menu-item.active{border-color:#8f6ff83d}html[data-theme=dark] .stat-card{box-shadow:var(--card-shadow);background:#ffffff13;border-color:#ffffff1f}html[data-theme=dark] .admin-table th{background:#ffffff0e}html[data-theme=dark] .admin-table tr:hover{background:#8f6ff814}html[data-theme=dark] .btn-icon{background:#ffffff13}html[data-theme=dark] .btn-icon:hover{color:var(--text-main);background:#ffffff1a;border-color:#8f6ff83d}html[data-theme=dark] .debug-drawer{background:#0d1120f5;box-shadow:0 24px 70px #00000057}html[data-theme=dark] .debug-section{border-bottom-color:#ffffff14}html[data-theme=dark] .debug-btn{background:#ffffff0e;border-color:#ffffff1a}html[data-theme=dark] .debug-btn:hover,html[data-theme=dark] .debug-btn.active{color:var(--text-main);background:#8f6ff81a}.admin-layout{background:linear-gradient(90deg,#fff 0 236px,#0000 236px),radial-gradient(circle at 82% 0,#7f67e81a,#0000 28%),linear-gradient(#f8faff 0%,#f3f6fb 100%);grid-template-columns:236px minmax(0,1fr)}.admin-sidebar{background:#fffffff5;border-right:1px solid #232d4614;padding:24px 14px;box-shadow:12px 0 36px #323c550b}.admin-menu{gap:4px;padding-right:4px}.admin-menu-item{color:#5f6b7c;border:1px solid #0000;border-radius:12px;min-height:40px;padding:9px 12px}.admin-menu-item svg{color:#667085;stroke-width:1.9px}.admin-menu-item:hover{color:#172033;background:#f5f7fb;border-color:#232d4612}.admin-menu-item.active{color:#172033;background:linear-gradient(135deg,#7f67e81c,#169f930e);border-color:#7f67e838;box-shadow:inset 3px 0 #7f67e8a3}.admin-menu-item.active svg{color:#6f56d9}.admin-main{background:radial-gradient(circle at 80% 0,#7f67e817,#0000 30%),radial-gradient(circle at 18% 8%,#169f930f,#0000 26%),linear-gradient(#f8faff 0%,#f3f6fb 100%);padding:44px 36px 56px}.admin-header{align-items:flex-start;margin-bottom:34px}.admin-header h1,.admin-main h1{letter-spacing:0}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:24px}.stat-card{background:linear-gradient(#fffffffa,#ffffffe6),#fff;border:1px solid #232d4617;border-radius:16px;min-height:152px;padding:24px 24px 22px;position:relative;box-shadow:0 18px 42px #323c5514}.stat-card:after{content:"";opacity:0;height:3px;transition:var(--transition-smooth);background:linear-gradient(90deg,#7f67e86b,#169f9357);border-radius:999px 999px 0 0;position:absolute;inset:auto 24px 0}.stat-card:hover:after{opacity:1}.stat-label{color:#667085;font-weight:650}.stat-value{color:#172033;font-size:clamp(26px,2.2vw,32px)}.stat-trend.up{color:#07856f}.stat-trend.down{color:#d14c75}.admin-status-panel{border-radius:16px;box-shadow:0 18px 44px #323c5514}.admin-status-toggle{border-radius:var(--radius-full);color:#5f55d6;min-height:32px;transition:var(--transition-smooth);background:#ffffffd6;border:1px solid #7f67e82e;flex:none;padding:7px 12px;font-size:12px;font-weight:750;box-shadow:0 10px 22px #323c5512}.admin-status-toggle:hover{background:#fff;border-color:#7f67e852;transform:translateY(-1px);box-shadow:0 14px 26px #323c551a}.admin-schema-grid{grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:10px;margin-top:18px;display:grid}.admin-schema-pill{background:#f8fbfa;border:1px solid #232d4614;border-radius:12px;padding:10px 12px;box-shadow:inset 0 1px #fffc}.admin-schema-pill.ok{background:#10b98113;border-color:#10b9812e}.admin-schema-pill.error{background:#d9658213;border-color:#d9658233}.admin-schema-pill-inner{color:#14806f;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.admin-schema-pill.error .admin-schema-pill-inner{color:#c24162}.logs-list{color:#344054;background:#ffffffeb;border:1px solid #232d461a;border-radius:16px;max-height:360px;padding:14px;box-shadow:0 18px 44px #323c5514}.log-item{background:#f7f9fcd1;border-radius:10px;align-items:flex-start;gap:12px;padding:7px 10px}.log-time{color:#8a95a6;flex:none}.log-user{color:#5f55d6}.log-action{color:#344054}.admin-layout .form-control,.admin-layout select.form-control{box-shadow:inset 0 1px #fffc;color:#172033!important;background-color:#fffffff5!important;border-color:#232d461f!important}.admin-layout select.form-control{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.admin-layout select.form-control option,.admin-layout select.form-control optgroup{background-color:var(--form-menu-bg)!important;color:var(--form-menu-text)!important}.admin-layout select.form-control option:checked{background-color:var(--primary)!important;color:#fff!important}.admin-layout select.form-control option:disabled{color:var(--form-menu-muted)!important}.admin-layout .form-control:focus,.admin-layout select.form-control:focus{box-shadow:0 0 0 4px #7f67e81f;background-color:#fff!important;border-color:#7f67e880!important}.admin-layout .glass-panel{background:#ffffffe6;border-color:#232d461a;box-shadow:0 18px 44px #323c5514}.admin-table{color:#172033}.admin-table th{color:#667085;background:#f8fafceb}.admin-table td{border-bottom-color:#232d4614}.admin-table tr:hover{background:#7f67e80a}.admin-layout .badge{box-shadow:none}@media (width<=1180px){.admin-layout{background:linear-gradient(90deg,#fff 0 220px,#0000 220px),linear-gradient(#f8faff 0%,#f3f6fb 100%);grid-template-columns:220px minmax(0,1fr)}.admin-main{padding:34px 24px 48px}.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=860px){.admin-layout{background:linear-gradient(#f8faff 0%,#f3f6fb 100%);display:block}.admin-sidebar{z-index:96;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #232d4614;border-right:0;height:auto;padding:10px 12px;position:sticky;top:64px}.admin-mobile-menu-toggle{color:#172033;background:#ffffffeb;border:1px solid #7f67e82e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 13px;display:flex;box-shadow:0 14px 34px #323c5514}.admin-mobile-menu-toggle span{color:#5f6b7c;white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:750;display:inline-flex}.admin-mobile-menu-toggle strong{color:#172033;text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:14px;font-weight:820;overflow:hidden}.admin-mobile-menu-toggle>svg{color:#7f67e8;flex:none;transition:transform .2s}.admin-layout.admin-menu-open .admin-mobile-menu-toggle>svg{transform:rotate(180deg)}.admin-menu{scrollbar-color:#7f67e83d transparent;grid-template-columns:repeat(2,minmax(0,1fr));max-height:min(54vh,520px);margin-top:10px;padding:2px;display:none;overflow-y:auto}.admin-layout.admin-menu-open .admin-menu{animation:.18s fadeIn;display:grid}.admin-sidebar-footer{margin-top:10px;display:none}.admin-layout.admin-menu-open .admin-sidebar-footer{display:block}.admin-main{padding:28px 16px 44px}.admin-header{display:block}.stats-grid{grid-template-columns:1fr}.log-item{display:block}.admin-status-toggle{width:100%}.log-user,.log-action{display:inline}}@media (width<=520px){.admin-layout.admin-menu-open .admin-menu{grid-template-columns:1fr}.admin-main{padding-inline:12px}}html[data-theme=dark] .admin-layout{background:linear-gradient(90deg,#0d1120f5 0 236px,#0000 236px),radial-gradient(circle at 80% 0,#8f6ff81f,#0000 30%),linear-gradient(#101426 0%,#0b1020 100%)}html[data-theme=dark] .stat-card:after{background:linear-gradient(90deg,#8f6ff880,#20c7b861)}html[data-theme=dark] .stat-label{color:var(--text-muted)}html[data-theme=dark] .stat-value{color:var(--text-main)}html[data-theme=dark] .admin-status-panel{box-shadow:var(--card-shadow)}html[data-theme=dark] .admin-status-toggle{color:#d8cbff;background:#ffffff13;border-color:#8f6ff842;box-shadow:0 14px 34px #00000038}html[data-theme=dark] .admin-status-toggle:hover{background:#ffffff1a;border-color:#8f6ff866}html[data-theme=dark] .admin-schema-pill{background:#ffffff0e;border-color:#ffffff1a}html[data-theme=dark] .admin-schema-pill.ok{background:#10b9811c;border-color:#10b98138}html[data-theme=dark] .admin-schema-pill.error{background:#f43f5e1f;border-color:#f43f5e3d}html[data-theme=dark] .admin-schema-pill-inner{color:#34d399}html[data-theme=dark] .admin-schema-pill.error .admin-schema-pill-inner{color:#fb7185}html[data-theme=dark] .logs-list{color:#10b981;background:#111827;border-color:#11182733;box-shadow:inset 0 0 0 1px #ffffff0a}html[data-theme=dark] .log-item{background:0 0}html[data-theme=dark] .log-time{color:var(--text-dark)}html[data-theme=dark] .log-user{color:#3b82f6}html[data-theme=dark] .log-action{color:#f8fafc}html[data-theme=dark] .admin-layout .form-control,html[data-theme=dark] .admin-layout select.form-control{color:var(--text-main)!important;background-color:#ffffff13!important;border-color:#ffffff1f!important}html[data-theme=dark] .admin-layout select.form-control{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .admin-layout select.form-control option,html[data-theme=dark] .admin-layout select.form-control optgroup{color:#fbfbff!important;background-color:#171c32!important}html[data-theme=dark] .admin-layout select.form-control option:checked{color:#fff!important;background-color:#7c5ff0!important}html[data-theme=dark] .admin-layout select.form-control option:disabled{color:#8d95aa!important}html[data-theme=dark] .admin-layout .form-control:focus,html[data-theme=dark] .admin-layout select.form-control:focus{box-shadow:0 0 12px #8b5cf633;background-color:#ffffff1c!important;border-color:#8f6ff880!important}html[data-theme=dark] .admin-layout .glass-panel{box-shadow:var(--card-shadow);background:#ffffff13;border-color:#ffffff1f}html[data-theme=dark] .admin-table{color:var(--text-main)}html[data-theme=dark] .admin-table td{border-bottom-color:#ffffff1a}@media (width<=860px){html[data-theme=dark] .admin-layout{background:linear-gradient(#101426 0%,#0b1020 100%)}}html:not([data-theme=dark]) .admin-layout{--admin-light-surface:#ffffffed;--admin-light-muted:#f6f8fc;--admin-light-line:#232d461f;--admin-light-line-strong:#232d462e;--admin-light-shadow:0 18px 46px #323c5516;color:var(--text-main)}html:not([data-theme=dark]) .admin-layout :where(h1,h2,h3,h4,label,td,th,p,li){color:inherit}html:not([data-theme=dark]) .admin-layout :where(.glass-panel,.stat-card,.admin-status-panel,.debug-drawer,.modal-body,.modal-footer,.table-responsive){box-shadow:var(--admin-light-shadow);background:var(--admin-light-surface)!important;border-color:var(--admin-light-line)!important;color:var(--text-main)!important}html:not([data-theme=dark]) .admin-layout :where(.form-control,input.form-control,textarea.form-control,select.form-control){box-shadow:inset 0 1px #ffffffdb;color:var(--text-main)!important;border-color:var(--admin-light-line-strong)!important;background-color:#fff!important}html:not([data-theme=dark]) .admin-layout :where(.form-control:focus,input.form-control:focus,textarea.form-control:focus,select.form-control:focus){background-color:#fff!important;border-color:#7f67e885!important;box-shadow:0 0 0 4px #7f67e821!important}html:not([data-theme=dark]) .admin-layout :where(.form-label,.stat-label,.admin-menu-item,.tab-btn,.log-time,small,.debug-btn){color:#5f6b7c!important}html:not([data-theme=dark]) .admin-layout :where(.admin-menu-item:hover,.admin-menu-item.active,.tab-btn:hover,.tab-btn.active,.debug-btn:hover,.debug-btn.active,.btn-icon:hover),html:not([data-theme=dark]) .admin-layout :where(.admin-table,.admin-table td,.log-action,.stat-value,.admin-schema-pill-inner){color:var(--text-main)!important}html:not([data-theme=dark]) .admin-layout :where(.admin-table th,.admin-table tr:hover,.log-item,.admin-schema-pill,.debug-section,.btn-icon){background:var(--admin-light-muted)!important;border-color:var(--admin-light-line)!important}html:not([data-theme=dark]) .admin-layout :where(.logs-list){box-shadow:var(--admin-light-shadow);border-color:var(--admin-light-line)!important;color:var(--text-main)!important;background:#f8fafc!important}html:not([data-theme=dark]) .admin-layout :where([style*="rgba(255,255,255,0.01"],[style*="rgba(255,255,255,0.02"],[style*="rgba(255,255,255,0.03"],[style*="rgba(255,255,255,0.04"],[style*="rgba(255,255,255,0.05"],[style*="rgba(255,255,255,0.06"],[style*="rgba(255, 255, 255, 0.01"],[style*="rgba(255, 255, 255, 0.02"],[style*="rgba(255, 255, 255, 0.03"],[style*="rgba(255, 255, 255, 0.04"],[style*="rgba(255, 255, 255, 0.05"],[style*="rgba(255, 255, 255, 0.06"]){border-color:var(--admin-light-line)!important;color:var(--text-main)!important;background:#ffffffc7!important}html:not([data-theme=dark]) .admin-layout :where([style*="rgba(0,0,0,0."],[style*="rgba(0, 0, 0, 0."],[style*="rgb(7, 9, 19)"],[style*="rgb(10, 13, 22)"],[style*="rgb(12, 15, 36)"]){background:var(--admin-light-muted)!important;border-color:var(--admin-light-line)!important;color:var(--text-main)!important}html:not([data-theme=dark]) .admin-layout :where([style*="color: white"],[style*="color: rgb(255, 255, 255)"],[style*="color: #fff"],[style*="color: #f8fafc"]){color:var(--text-main)!important}html:not([data-theme=dark]) .admin-layout :where(.btn-primary,.btn-accent,.btn-danger,.debug-trigger-btn){color:#fff!important}html:not([data-theme=dark]) .admin-layout :where(.badge-primary){color:#5b43ba!important}html:not([data-theme=dark]) .admin-layout :where(.badge-secondary){color:#0f766e!important}html:not([data-theme=dark]) .admin-layout :where(.badge-warning,[style*="color: #f59e0b"]){color:#9a5f00!important}html:not([data-theme=dark]) .admin-layout :where(.badge-danger,[style*="color: #f43f5e"]){color:#b42342!important}html[data-theme=dark] .admin-layout{--admin-dark-table-surface:#111827;--admin-dark-table-surface-2:#151d2f;--admin-dark-table-head:#0b1220;--admin-dark-table-line:#94a3b833;--admin-dark-table-line-soft:#94a3b821;--admin-dark-table-text:#eef4ff;--admin-dark-table-muted:#aebbd1}html[data-theme=dark] .admin-layout .table-responsive.glass-panel{box-shadow:0 22px 48px #0000003d;background:linear-gradient(180deg, #111827f5, #0b1220f5), var(--admin-dark-table-surface)!important;border-color:var(--admin-dark-table-line)!important}html[data-theme=dark] .admin-layout .admin-table{border-collapse:separate;border-spacing:0;font-variant-numeric:tabular-nums;min-width:980px;font-size:13px;color:var(--admin-dark-table-text)!important}html[data-theme=dark] .admin-layout .admin-table th{letter-spacing:.02em;white-space:nowrap;padding:15px 16px;font-size:11px;font-weight:760;position:relative;border-bottom:1px solid var(--admin-dark-table-line)!important;color:#c9d4e6!important;background:linear-gradient(#0f172afa,#0b1220fa)!important}html[data-theme=dark] .admin-layout .admin-table td{background:#11182794;padding:17px 16px;line-height:1.45;border-bottom:1px solid var(--admin-dark-table-line-soft)!important;color:var(--admin-dark-table-text)!important}html[data-theme=dark] .admin-layout .admin-table tbody tr:nth-child(2n) td{background:#151d2f94}html[data-theme=dark] .admin-layout .admin-table tbody tr:hover td{background:#232d43e0!important}html[data-theme=dark] .admin-layout .admin-table td code{color:#dbeafe;background:#0206176b;border:1px solid #94a3b833;border-radius:8px;align-items:center;min-height:24px;padding:3px 7px;font-size:11px;font-weight:700;display:inline-flex}html[data-theme=dark] .admin-layout .admin-table .badge{border-radius:var(--radius-full);letter-spacing:0;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;min-height:26px;padding:5px 10px;font-weight:780;line-height:1;display:inline-flex;font-size:11px!important}html[data-theme=dark] .admin-layout .admin-table .badge-primary{color:#c4b5fd!important;background:#7c3aed29!important;border-color:#a78bfa4d!important}html[data-theme=dark] .admin-layout .admin-table .badge-secondary,html[data-theme=dark] .admin-layout .admin-table .badge-info{color:#5eead4!important;background:#2dd4bf1f!important;border-color:#2dd4bf42!important}html[data-theme=dark] .admin-layout .admin-table .badge-success{color:#6ee7b7!important;background:#10b98124!important;border-color:#34d39957!important}html[data-theme=dark] .admin-layout .admin-table .badge-warning{color:#fbbf24!important;background:#f59e0b24!important;border-color:#fbbf2457!important}html[data-theme=dark] .admin-layout .admin-table .badge-danger{color:#fb7185!important;background:#f43f5e24!important;border-color:#fb718557!important}html[data-theme=dark] .admin-layout .admin-orders-table{min-width:1120px}html[data-theme=dark] .admin-layout .admin-orders-table th:first-child,html[data-theme=dark] .admin-layout .admin-orders-table td:first-child{padding-left:18px}html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(2),html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(3),html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(5){font-weight:740}html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(5){white-space:nowrap;font-size:14px;color:#f8fafc!important}html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(6),html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(7),html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(9){color:var(--admin-dark-table-muted)!important}html[data-theme=dark] .admin-layout .admin-orders-table td:nth-child(9){line-height:1.55;font-size:12px!important}html[data-theme=dark] .admin-layout .admin-orders-table-card{scrollbar-color:#94a3b857 transparent;border-radius:18px;overflow:auto}html[data-theme=dark] .admin-mobile-menu-toggle{color:#eef4ff;background:linear-gradient(#1e293be0,#0f172aeb);border-color:#94a3b82e;box-shadow:0 16px 38px #00000047}html[data-theme=dark] .admin-mobile-menu-toggle span{color:#aebbd1}html[data-theme=dark] .admin-mobile-menu-toggle strong{color:#f8fafc}html[data-theme=dark] .admin-mobile-menu-toggle>svg{color:#a78bfa}@media (width<=860px){.app-modal-overlay{height:100dvh;min-height:100svh;overflow-y:auto;padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))!important;justify-content:center!important;align-items:flex-start!important}.app-modal-panel{margin:0;width:min(100%,620px)!important;max-height:calc(100dvh - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)))!important;border-radius:18px!important}.app-modal-header{flex:none;min-height:58px;padding:14px 16px!important}.app-modal-header h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.25;overflow:hidden;font-size:16px!important}.modal-body{overscroll-behavior:contain;flex:auto;min-height:0;max-height:none!important;padding:16px!important}.modal-footer{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#12172adb,#12172afa);flex-wrap:wrap;justify-content:stretch;position:sticky;bottom:0;padding:12px 16px max(12px, env(safe-area-inset-bottom))!important}.modal-footer .btn{white-space:normal;flex:138px;justify-content:center;min-height:44px}.admin-form-grid,.admin-layout .modal-body [style*=grid-template-columns]{grid-template-columns:1fr!important}.admin-layout .modal-body .form-control,.admin-layout .modal-body select.form-control,.admin-layout .modal-body textarea.form-control{text-overflow:ellipsis;width:100%;min-width:0;min-height:46px;font-size:16px}.admin-layout .modal-body .form-label{line-height:1.45}html[data-theme=dark] .admin-sidebar{background:#090e1cf0;border-bottom-color:#94a3b824;box-shadow:0 14px 34px #0000002e}.admin-topbar{height:64px;padding-left:12px!important;padding-right:12px!important}.admin-topbar-inner{gap:8px;min-width:0}.admin-topbar-brand{flex:auto;min-width:0;gap:8px!important}.admin-topbar .brand-logo{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:168px;font-size:17px;line-height:1.15;overflow:hidden}.admin-topbar-role,.admin-topbar-user>span{display:none}.admin-topbar-actions{flex:none;gap:7px!important}.admin-topbar-actions .theme-toggle{width:42px;min-width:42px;padding:8px!important}.admin-topbar-actions .theme-toggle-label{display:none}.admin-front-switch{width:42px;min-width:42px;padding:8px!important;font-size:0!important}.admin-front-switch svg{margin:0}.admin-topbar-user .btn-icon{width:38px;height:38px}html[data-theme=dark] .admin-layout .admin-table th,html[data-theme=dark] .admin-layout .admin-table td{padding:14px 13px}html[data-theme=dark] .admin-layout .admin-table{font-size:12px}}
