:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#8b5cf6;--accent:#06b6d4;--accent-warm:#f59e0b;--success:#10b981;--danger:#ef4444;--warning:#f97316;--bg-dark:#0a0a1a;--bg-card:#111128;--bg-card2:#161630;--bg-glass:#6366f114;--bg-glass-hover:#6366f126;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#6366f133;--border-bright:#6366f180;--shadow-glow:0 0 30px #6366f14d;--shadow-card:0 4px 24px #0006;--shadow-button:0 4px 15px #6366f166;--font-main:"Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background:var(--bg-dark);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800;line-height:1.25}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-main);border:none}img,svg{display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.gradient-text{background:linear-gradient(135deg, var(--primary-light), var(--secondary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-warm{background:linear-gradient(135deg,#f59e0b,#ef4444,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);transition:var(--transition);border-radius:20px}.glass-card:hover{background:var(--bg-glass-hover);border-color:var(--border-bright);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-main);transition:var(--transition);box-shadow:var(--shadow-button);white-space:nowrap;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f199}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--text-primary);border:1.5px solid var(--border-bright);font-weight:600;font-family:var(--font-main);transition:var(--transition);background:0 0;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;display:inline-flex}.btn-ghost:hover{background:var(--bg-glass);border-color:var(--primary-light);color:var(--primary-light)}.badge{border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-primary{color:var(--primary-light);background:#6366f133;border:1px solid #6366f166}.badge-success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.badge-warm{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-15px)rotate(5deg)}66%{transform:translateY(8px)rotate(-3deg)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes typing{0%,60%,to{opacity:0}30%{opacity:1}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-float{animation:6s ease-in-out infinite float}.orb{filter:blur(60px);pointer-events:none;opacity:.3;border-radius:50%;animation:4s ease-in-out infinite pulse-glow;position:absolute}.orb-purple{background:radial-gradient(circle,#6366f1,#0000)}.orb-cyan{background:radial-gradient(circle,#06b6d4,#0000)}.orb-pink{background:radial-gradient(circle,#ec4899,#0000)}.input-field{border:1.5px solid var(--border);width:100%;color:var(--text-primary);font-size:1rem;font-family:var(--font-main);transition:var(--transition);background:#ffffff0d;border-radius:14px;outline:none;padding:14px 18px}.input-field:focus{border-color:var(--primary);background:#6366f114;box-shadow:0 0 0 3px #6366f126}.input-field::placeholder{color:var(--text-muted)}.chat-bubble-user{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;word-break:break-word;white-space:pre-wrap;width:fit-content;max-width:66.66%;box-shadow:var(--shadow-button);border-radius:24px;align-self:flex-end;padding:14px 20px;animation:.3s fadeInUp}.chat-bubble-ai{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-primary);width:fit-content;max-width:100%;box-shadow:var(--shadow-card);word-break:break-word;white-space:pre-wrap;border-radius:18px 18px 18px 4px;align-self:flex-start;padding:14px 18px;animation:.3s fadeInUp;overflow-x:auto}.chat-bubble-ai pre{white-space:pre-wrap;word-break:break-all;max-width:100%;overflow-x:auto}.chat-inline-md p{margin:0 0 8px}.chat-inline-md p:last-child{margin-bottom:0}.chat-inline-md ol,.chat-inline-md ul{margin:6px 0 8px;padding-left:20px}.chat-inline-md li{margin-bottom:4px;line-height:1.55}.chat-inline-md strong{color:#e0e7ff}.chat-inline-md h1,.chat-inline-md h2,.chat-inline-md h3,.chat-inline-md h4{color:#c7d2fe;margin:8px 0 4px;font-size:.97rem;font-weight:700}.chat-inline-md blockquote{color:#c7d2fe;background:#6366f114;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;margin:6px 0 8px;padding:8px 12px;font-style:normal}.chat-inline-md blockquote p{margin:0}.chat-inline-md code{color:#fbbf24;background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:.85rem}.chat-inline-md pre{background:#0000004d;border-radius:8px;margin:8px 0;padding:10px 12px;overflow-x:auto}.progress-bar{background:#ffffff1a;border-radius:50px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));border-radius:50px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.tooltip{position:relative}.tooltip:after{content:attr(data-tip);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;border:1px solid var(--border);background:#1e1e3f;border-radius:8px;padding:6px 12px;font-size:.8rem;transition:opacity .2s;position:absolute;bottom:120%;left:50%;transform:translate(-50%)}.tooltip:hover:after{opacity:1}@media (width<=768px){html{font-size:15px}.container{padding:0 16px}.chat-bubble-user,.chat-bubble-ai{max-width:90%}}@media (width<=480px){html{font-size:14px}}@keyframes tutorSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ai-tutor-launcher{right:max(20px, env(safe-area-inset-right,0px));bottom:max(24px, env(safe-area-inset-bottom,0px));z-index:9999;position:fixed}.ai-tutor-launcher__btn{cursor:pointer;text-align:left;color:#f8fafc;-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,#0f172af5,#1e1b4bf0);border:1px solid #94a3b838;border-radius:999px;align-items:center;gap:12px;padding:8px 16px 8px 8px;font-family:inherit;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:inset 0 1px #ffffff14,0 14px 40px #0f172a8c,0 0 0 1px #6366f11f}.ai-tutor-launcher__btn:hover{border-color:#818cf873;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff1a,0 18px 48px #4338ca59,0 0 0 1px #818cf840}.ai-tutor-launcher__btn:focus-visible{outline-offset:3px;outline:2px solid #a5b4fc}.ai-tutor-launcher__btn--open{background:linear-gradient(145deg,#4f46e5,#4338ca);border-radius:14px;padding:10px 14px}.ai-tutor-launcher__media{background:linear-gradient(160deg,#1e1b4b,#0f172a);border-radius:14px;flex-shrink:0;width:52px;height:52px;position:relative;overflow:hidden;box-shadow:0 4px 14px #00000059}.ai-tutor-launcher__media img{object-fit:cover;width:100%;height:100%;display:block}.ai-tutor-launcher__media-fallback{color:#c7d2fe;background:linear-gradient(145deg,#312e81,#1e1b4b);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ai-tutor-launcher__status{background:#22c55e;border:2px solid #0f172a;border-radius:50%;width:11px;height:11px;position:absolute;bottom:3px;right:3px;box-shadow:0 0 8px #22c55ea6}.ai-tutor-launcher__copy{flex-direction:column;gap:2px;min-width:0;padding-right:4px;display:flex}.ai-tutor-launcher__title{letter-spacing:-.02em;white-space:nowrap;font-size:.92rem;font-weight:700;line-height:1.2}.ai-tutor-launcher__sub{color:#94a3b8;white-space:nowrap;font-size:.72rem;font-weight:500}.ai-tutor-launcher__btn--open .ai-tutor-launcher__sub{color:#ffffffd9}.ai-tutor-launcher__icon{color:#c7d2fe;background:#6366f133;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ai-tutor-launcher__btn--open .ai-tutor-launcher__icon{color:#fff;background:#ffffff26}.ai-tutor-launcher__close-label{white-space:nowrap;font-size:.85rem;font-weight:600}.ai-tutor-panel{right:max(20px, env(safe-area-inset-right,0px));z-index:9998;background:linear-gradient(160deg,#0f172a,#1e1b4b);border:1px solid #6366f140;border-radius:20px;flex-direction:column;width:min(380px,100vw - 32px);max-height:min(580px,100vh - 120px);animation:.25s ease-out tutorSlideIn;display:flex;position:fixed;bottom:96px;overflow:hidden;box-shadow:0 24px 60px #0009,0 0 0 1px #6366f11a}.ai-tutor-panel__header{background:#6366f114;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:12px;padding:16px 18px;display:flex}.ai-tutor-panel__avatar{border-radius:12px;flex-shrink:0;width:44px;height:44px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.ai-tutor-panel__avatar img{object-fit:cover;width:100%;height:100%}.ai-tutor-panel__meta{flex:1;min-width:0}.ai-tutor-panel__name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.2}.ai-tutor-panel__role{color:#10b981;align-items:center;gap:4px;margin-top:2px;font-size:.72rem;display:flex}.ai-tutor-panel__role-dot{background:#10b981;border-radius:50%;width:6px;height:6px}.ai-tutor-panel__close{cursor:pointer;color:#64748b;background:#ffffff12;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ai-tutor-panel__close:hover{color:#e2e8f0;background:#ffffff1f}.ai-tutor-msg-avatar{border-radius:8px;flex-shrink:0;width:28px;height:28px;overflow:hidden;box-shadow:0 2px 8px #00000040}.ai-tutor-msg-avatar img{object-fit:cover;width:100%;height:100%}@media (width<=480px){.ai-tutor-launcher__sub{display:none}.ai-tutor-launcher__btn{gap:10px;padding:6px 12px 6px 6px}.ai-tutor-launcher__media{width:44px;height:44px}.ai-tutor-panel{bottom:88px;right:max(12px, env(safe-area-inset-right,0px));width:calc(100vw - 24px)}}.home{min-height:100vh;color:var(--text-primary,#f1f5f9);background-color:#050814;background-image:linear-gradient(#6366f10a 1px,#0000 1px),linear-gradient(90deg,#6366f10a 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:48px 48px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;overflow-x:hidden}.hp-container{width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(16px,4vw,40px);padding-right:clamp(16px,4vw,40px)}.hp-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:#a5b4fc;background:#6366f11f;border:1px solid #6366f147;border-radius:999px;align-items:center;gap:8px;margin-bottom:1rem;padding:7px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.hp-eyebrow-teal{color:#5eead4;background:#2dd4bf1a;border-color:#2dd4bf47}.hp-h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.15rem,4.2vw,3.25rem);font-weight:700;line-height:1.12}.hp-h1-accent{background:linear-gradient(120deg,#5eead4,#818cf8 38%,#a5b4fc 70%,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-lead{color:var(--text-secondary,#94a3b8);max-width:34rem;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.7}.hp-hero{align-items:center;min-height:min(100vh,900px);padding:clamp(100px,14vh,140px) 0 clamp(56px,8vh,80px);display:flex;position:relative}.hp-hero-bg{pointer-events:none;z-index:0;background:radial-gradient(65% 45% at 12% -5%,#2dd4bf1f,#0000 52%),radial-gradient(70% 50% at 18% 0,#4f46e538,#0000 55%),radial-gradient(50% 40% at 92% 8%,#0ea5e924,#0000 48%),linear-gradient(#050814 0%,#0a1020 55%,#060a14 100%);position:absolute;inset:0}.hp-hero-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,56px);display:grid;position:relative}.hp-pills{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}.hp-pill{color:#cbd5e1;background:#ffffff0a;border:1px solid #94a3b833;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:500}.hp-actions{flex-wrap:wrap;gap:12px;margin-bottom:2rem;display:flex}.hp-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.hp-btn:focus-visible{outline-offset:2px;outline:2px solid #818cf8}.hp-btn-primary{color:#fff;background:linear-gradient(#4f46e5 0%,#4338ca 100%);box-shadow:inset 0 1px #ffffff1f,0 8px 28px #4338ca59}.hp-btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.hp-btn-secondary{color:#e2e8f0;background:#ffffff0d;border:1px solid #4755698c}.hp-btn-secondary:hover{background:#ffffff14;border-color:#64748bbf}.hp-btn-ghost{color:#6ee7b7;background:#10b9811a;border:1px solid #34d39959}.hp-btn-ghost:hover{background:#10b98129}.hp-trust{border-top:1px solid #33415599;flex-wrap:wrap;gap:clamp(1.25rem,4vw,2.5rem);padding-top:1.5rem;display:flex}.hp-trust-item strong{font-size:1.35rem;font-weight:700;line-height:1.2;display:block}.hp-trust-item span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.hp-chat{background:#0f172aa6;border:1px solid #47556973;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #00000073}.hp-chat-head{background:#1e293b99;border-bottom:1px solid #33415580;align-items:center;gap:12px;padding:14px 16px;display:flex}.hp-chat-head h3{margin:0;font-size:.9rem;font-weight:600}.hp-chat-status{color:#34d399;align-items:center;gap:6px;font-size:.7rem;display:flex}.hp-dot{background:#34d399;border-radius:50%;width:6px;height:6px}.hp-chat-body{flex-direction:column;gap:10px;min-height:220px;padding:16px;display:flex}.hp-msg{white-space:pre-line;border-radius:12px;max-width:88%;padding:10px 14px;font-size:.84rem;line-height:1.55}.hp-msg-user{color:#fff;background:linear-gradient(#4f46e5,#4338ca);border-radius:12px 12px 4px;align-self:flex-end}.hp-msg-ai{color:#e2e8f0;background:#1e293bd9;border:1px solid #33415599;border-radius:12px 12px 12px 4px;align-self:flex-start}.hp-chat-foot{background:#0f172a80;border-top:1px solid #33415580;align-items:center;gap:10px;padding:10px 14px;display:flex}.hp-chat-placeholder{color:#64748b;background:#0f172a80;border:1px solid #33415580;border-radius:8px;flex:1;padding:9px 12px;font-size:.8rem}.hp-float{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad9;border:1px solid #47556980;border-radius:10px;padding:10px 14px;font-size:.72rem;font-weight:600;position:absolute}.hp-float-tl{top:-12px;right:-8px}.hp-float-br{bottom:-10px;left:-8px}.hp-section{padding:clamp(3.5rem,8vw,5.5rem) 0}.hp-section-head{max-width:36rem;margin-bottom:2.5rem}.hp-section-head.hp-center{text-align:center;margin-left:auto;margin-right:auto}.hp-audience{background:linear-gradient(#0f172aa6 0%,#0000 100%);border-top:1px solid #33415559;border-bottom:1px solid #33415559;padding:clamp(2.5rem,5vw,3.5rem) 0}.hp-audience-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp-persona-card{color:inherit;background:#0f172a8c;border:1px solid #33415580;border-radius:14px;padding:22px 20px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.hp-persona-card:before{content:"";background:var(--persona-accent,#6366f1);opacity:.85;height:3px;position:absolute;top:0;left:0;right:0}.hp-persona-card:hover{border-color:#6366f166;transform:translateY(-3px);box-shadow:0 16px 40px #0000004d}.hp-persona-card:focus-visible{outline-offset:2px;outline:2px solid #818cf8}.hp-persona-icon{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.hp-persona-card h3{letter-spacing:-.02em;margin:0 0 8px;font-size:1.05rem;font-weight:700}.hp-persona-card p{color:#94a3b8;margin:0 0 14px;font-size:.86rem;line-height:1.6}.hp-persona-cta{color:#a5b4fc;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:inline-flex}.hp-flow{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:2rem;display:grid}.hp-flow-step{background:#0f172a73;border:1px solid #33415573;border-radius:12px;padding:18px 16px}.hp-flow-step strong{text-transform:uppercase;letter-spacing:.06em;color:#5eead4;margin-bottom:8px;font-size:.72rem;display:block}.hp-flow-step span{color:#cbd5e1;font-size:.88rem;line-height:1.55}.hp-h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:700;line-height:1.2}.hp-sub{color:#64748b;margin:0;font-size:.95rem;line-height:1.65}.hp-bento{grid-template-columns:1.4fr 1fr .85fr;align-items:stretch;gap:16px;min-height:480px;display:grid}.hp-bento-main,.hp-bento-cell{border:1px solid #33415573;border-radius:14px;min-height:200px;position:relative;overflow:hidden}.hp-bento-main{min-height:480px}.hp-bento-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hp-bento-scrim{background:linear-gradient(#0000 0%,#06091259 45%,#060912f0 100%);position:absolute;inset:0}.hp-bento-content{padding:clamp(20px,4vw,32px);position:absolute;bottom:0;left:0;right:0}.hp-bento-stack{flex-direction:column;gap:16px;display:flex}.hp-bento-stat{background:#0f172a80;border:1px solid #33415573;border-radius:14px;flex:1;padding:20px 18px}.hp-bento-stat strong{margin-bottom:4px;font-size:1.75rem;font-weight:700;line-height:1.1;display:block}.hp-intro-video-section{padding-top:clamp(3rem,6vw,4rem);padding-bottom:clamp(3rem,6vw,4rem)}.hp-intro-video-section .hp-section-head{margin-bottom:clamp(1.5rem,4vw,2.25rem)}.hp-intro-split{background:linear-gradient(165deg,#111827eb 0%,#080b14f5 100%);border:1px solid #3341558c;border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:0;display:grid;overflow:hidden;box-shadow:0 0 0 1px #6366f10f,0 28px 64px #0000006b}.hp-intro-split__media{background:linear-gradient(#0f172a59,#06091233);border-right:1px solid #33415573;flex-direction:column;min-height:100%;padding:clamp(16px,2.2vw,22px);display:flex}.hp-intro-media-pedestal{background:radial-gradient(100% 80% at 20% 0,#6366f11f,#0000 52%),linear-gradient(#0f172abf,#0609128c);border:1px solid #33415559;border-radius:14px;flex-direction:column;flex:auto;gap:12px;min-height:0;margin-top:clamp(12px,1.8vw,16px);padding:clamp(14px,2vw,18px);display:flex}.hp-intro-media-pedestal__head{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;align-items:center;gap:8px;font-size:.72rem;font-weight:800;display:inline-flex}.hp-intro-media-pedestal__head svg{color:#a5b4fc;flex-shrink:0}.hp-intro-path__track{flex-direction:row;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;display:flex}.hp-intro-path__step-wrap{flex-direction:row;flex:1 1 0;align-items:center;min-width:0;display:flex}.hp-intro-path__step-wrap--last{flex:1 1 0}.hp-intro-path__card{min-width:0;color:inherit;background:#02061780;border:1px solid #33415573;border-radius:12px;flex-direction:column;flex:1 1 0;align-items:flex-start;gap:4px;padding:14px 12px 10px;text-decoration:none;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.hp-intro-path__card:hover{background:#1e1b4b61;border-color:#818cf880;transform:translateY(-1px);box-shadow:0 0 0 1px #818cf81f,0 12px 28px #00000059}.hp-intro-path__step-num{color:#c7d2fe;background:#4338ca73;border:1px solid #818cf859;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:8px;right:10px}.hp-intro-path__ico{color:#a5b4fc;background:#0f172af2;border:1px solid #3341558c;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:2px;display:flex}.hp-intro-path__label{color:#f1f5f9;font-size:.8rem;font-weight:700;line-height:1.25}.hp-intro-path__hint{color:#94a3b8;font-size:.66rem;line-height:1.35}.hp-intro-path__go{color:#818cf8;align-items:center;gap:2px;margin-top:4px;font-size:.68rem;font-weight:600;display:inline-flex}.hp-intro-path__card:hover .hp-intro-path__go{color:#a5b4fc}.hp-intro-path__glow-line{background:linear-gradient(90deg,#6366f126 0%,#a78bfaf2 45%,#81d4fad9 55%,#6366f126 100%);border-radius:999px;flex:0 0 clamp(14px,3.5vw,32px);align-self:center;height:4px;animation:2.6s ease-in-out infinite hp-intro-path-glow;box-shadow:0 0 10px #a78bfa8c,0 0 22px #6366f159,0 0 36px #38bdf833}@keyframes hp-intro-path-glow{0%,to{opacity:.65;filter:brightness(.92)}50%{opacity:1;filter:brightness(1.12)}}@media (prefers-reduced-motion:reduce){.hp-intro-path__glow-line{opacity:.9;animation:none}}@media (width<=720px){.hp-intro-path__track{flex-direction:column;align-items:stretch}.hp-intro-path__step-wrap{flex-direction:column;flex:none;width:100%}.hp-intro-path__card{width:100%}.hp-intro-path__glow-line{background:linear-gradient(#6366f126 0%,#a78bfaf2 45%,#81d4fad9 55%,#6366f126 100%);flex:none;align-self:center;width:4px;height:clamp(12px,3vw,20px);box-shadow:0 0 10px #a78bfa73,0 0 20px #6366f140}.hp-intro-path__step-wrap--last .hp-intro-path__card{margin-bottom:0}}.hp-intro-split__aside{min-height:100%}.hp-video-shell{aspect-ratio:16/9;background:#070b14;border:1px solid #33415573;border-radius:14px;flex-shrink:0;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.hp-video-iframe{border:0;width:100%;height:100%;display:block}.hp-video-placeholder{text-align:center;justify-content:center;align-items:center;padding:clamp(16px,3vw,24px);display:flex;position:absolute;inset:0}.hp-video-placeholder-bg{background:radial-gradient(at 30% 20%,#6366f159,#0000 55%),radial-gradient(at 80% 60%,#2dd4bf38,#0000 45%),linear-gradient(#0f172a,#060912);position:absolute;inset:0}.hp-video-placeholder-content{z-index:1;max-width:22rem;position:relative}.hp-video-placeholder-icon{background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;display:flex}.hp-video-placeholder-title{color:#f1f5f9;margin:0 0 6px;font-size:1.05rem;font-weight:700}.hp-video-placeholder-hint{color:#94a3b8;margin:0 0 16px;font-size:.84rem;line-height:1.55}.hp-code{color:#c7d2fe;background:#6366f12e;border-radius:6px;padding:2px 6px;font-size:.85em}.hp-intro-aside{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;min-height:100%;padding:clamp(16px,2.2vw,22px);display:flex}.hp-intro-aside-title{color:#f8fafc;letter-spacing:-.02em;border-bottom:1px solid #33415566;margin:0 0 12px;padding-bottom:12px;font-size:1.08rem;font-weight:700}.hp-intro-aside-lead{color:#94a3b8;margin:0 0 14px;font-size:.88rem;line-height:1.58}.hp-intro-highlight-list{flex-direction:column;flex:auto;justify-content:space-between;gap:0;margin:0;padding:0;list-style:none;display:flex}.hp-intro-highlight{border-top:1px solid #33415552;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.hp-intro-highlight:first-child{border-top:none;padding-top:0}.hp-intro-highlight:last-child{padding-bottom:0}.hp-intro-highlight-ico{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f12e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hp-intro-highlight-title{color:#e2e8f0;margin-bottom:2px;font-size:.88rem;font-weight:600;line-height:1.35}.hp-intro-highlight-desc{color:#94a3b8;margin:0 0 6px;font-size:.8rem;line-height:1.48}.hp-intro-highlight-link{color:#818cf8;align-items:center;gap:3px;font-size:.76rem;font-weight:600;text-decoration:none;display:inline-flex}.hp-intro-highlight-link:hover{color:#a5b4fc;text-decoration:underline}@media (width<=1024px){.hp-intro-split{grid-template-columns:1fr}.hp-intro-split__media{border-bottom:1px solid #33415573;border-right:none}.hp-intro-aside-title{margin-bottom:10px;padding-bottom:10px}.hp-intro-highlight-list{justify-content:flex-start;gap:0}}@media (width>=1025px) and (width<=1200px){.hp-intro-split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.hp-ai-section{background:radial-gradient(80% 60% at 100% 20%,#2dd4bf0f,#0000 55%),radial-gradient(60% 50% at 0 80%,#6366f114,#0000 50%),#0f172a66;border-top:1px solid #33415559;border-bottom:1px solid #33415559;padding-top:clamp(3.25rem,7vw,4.5rem);padding-bottom:clamp(3.25rem,7vw,4.5rem);position:relative}.hp-ai-shell{z-index:1;position:relative}.hp-ai-top{border-bottom:1px solid #33415566;margin-bottom:clamp(1.75rem,4vw,2.5rem);padding-bottom:clamp(1.5rem,3.5vw,2rem)}.hp-ai-layout{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:clamp(24px,4vw,40px);display:grid}.hp-ai-col-nav{flex-direction:column;gap:1rem;display:flex}.hp-ai-nav-head .hp-eyebrow{margin-bottom:.75rem}.hp-eyebrow-ai{color:#a5b4fc;background:#6366f124;border-color:#818cf859}.hp-ai-title{margin-bottom:.65rem}.hp-ai-title.hp-h2{font-size:clamp(1.7rem,2.2vw + 1.1rem,2.35rem)}.hp-ai-lead{color:#a8b9cf;max-width:min(42rem,100%);margin:0;font-size:clamp(.98rem,1.05vw + .85rem,1.08rem);line-height:1.65}.hp-ai-top .hp-ai-steps{margin-top:clamp(1.25rem,3vw,1.75rem)}.hp-ai-steps{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hp-ai-step{text-align:center;background:#06091273;border:1px solid #33415580;border-radius:12px;padding:18px 14px}.hp-ai-step-num{font-variant-numeric:tabular-nums;letter-spacing:.08em;color:#2dd4bf;opacity:1;text-shadow:0 0 24px #2dd4bf40;margin-bottom:10px;font-size:clamp(1.15rem,1.5vw + .9rem,1.55rem);font-weight:800;line-height:1.1;display:block}.hp-ai-step strong{text-transform:uppercase;letter-spacing:.06em;color:#f1f5f9;margin-bottom:8px;font-size:clamp(.88rem,.5vw + .8rem,.98rem);font-weight:700;display:block}.hp-ai-step p{color:#94a3b8;margin:0;font-size:clamp(.82rem,.35vw + .78rem,.92rem);line-height:1.55}.hp-ai-tabbox{background:#06091259;border:1px solid #64748b73;border-radius:16px;flex-direction:column;gap:8px;padding:10px;display:flex;box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #6366f114}.hp-ai-nav-cta{margin-top:auto;padding-top:4px}.hp-btn-block-sm{justify-content:center;width:100%}.hp-feature-row{--f-color:#64748b;--f-bg:#ffffff0a;cursor:pointer;text-align:left;background:#0f172a40;border:1px solid #0000;border-radius:12px;gap:14px;padding:14px;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:flex}.hp-feature-row:hover:not(.is-active){background:#1e293b59;border-color:#64748b59}.hp-feature-row.is-active{border-color:color-mix(in srgb, var(--f-color) 55%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--f-color) 14%, transparent), #0f172abf);box-shadow:0 0 0 1px color-mix(in srgb, var(--f-color) 22%, transparent), 0 12px 28px -10px color-mix(in srgb, var(--f-color) 35%, transparent)}.hp-feature-icon{background:#ffffff0d;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,box-shadow .2s;display:flex}.hp-feature-row.is-active .hp-feature-icon{background:var(--f-bg);box-shadow:0 0 0 1px color-mix(in srgb, var(--f-color) 28%, transparent)}.hp-feature-row-text{flex:1;min-width:0}.hp-feature-row-title{color:#94a3b8;font-size:.94rem;font-weight:600;line-height:1.3;display:block}.hp-feature-row.is-active .hp-feature-row-title{color:#f1f5f9}.hp-feature-row-desc{color:#94a3b8;margin:8px 0 0;font-size:.82rem;line-height:1.55}.hp-ai-col-stage{min-width:0}.hp-feature-panel{flex-direction:column;height:100%;min-height:min(520px,70vh);display:flex}.hp-feature-detail{--f-color:#5eead4;--f-bg:#2dd4bf1f;background:linear-gradient(165deg,#141c30f2 0%,#0a0e1ae0 100%);border:1px solid #3341558c;border-radius:18px;flex-direction:column;flex:1;min-height:0;padding:clamp(26px,4vw,36px) clamp(22px,3.5vw,32px) clamp(22px,3.5vw,32px);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 24px 48px -20px #0000008c}.hp-feature-detail:before{content:"";background:linear-gradient(90deg, var(--f-color), color-mix(in srgb, var(--f-color) 40%, #6366f1));opacity:.95;height:3px;position:absolute;top:0;left:0;right:0}.hp-feature-detail-head{align-items:flex-start;gap:18px;margin-bottom:1.35rem;display:flex}.hp-feature-detail-icon{background:var(--f-bg);width:56px;height:56px;box-shadow:0 0 0 1px color-mix(in srgb, var(--f-color) 25%, transparent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hp-feature-detail-intro{flex:1;min-width:0}.hp-feature-detail h3{letter-spacing:-.025em;color:#f8fafc;margin:0 0 10px;font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:700;line-height:1.28}.hp-feature-detail-lead{color:#94a3b8;margin:0;font-size:.91rem;line-height:1.68}.hp-feature-detail-list{margin:0 0 1.25rem;padding:0;list-style:none}.hp-feature-detail-list li{color:#cbd5e1;margin-bottom:.8rem;padding-left:1.25rem;font-size:.88rem;line-height:1.62;position:relative}.hp-feature-detail-list li:before{content:"";background:var(--f-color);opacity:.85;border-radius:2px;width:6px;height:6px;position:absolute;top:.55em;left:0}.hp-feature-detail-hint{color:#a8b9cf;border:1px dashed color-mix(in srgb, var(--f-color) 35%, #64748b80);background:color-mix(in srgb, var(--f-color) 6%, #06091280);border-radius:12px;margin:0 0 1.35rem;padding:14px 16px;font-size:.83rem;line-height:1.58}.hp-feature-detail-cta{margin-top:auto;margin-bottom:0}.hp-feature-detail-btn{width:100%;box-shadow:0 1px 0 #ffffff1a inset, 0 10px 32px color-mix(in srgb, var(--f-color) 28%, transparent);justify-content:center;padding:14px 22px;font-size:.95rem}.hp-feature-detail-progress{border-top:1px solid #33415566;margin-top:1.25rem;padding-top:1rem}.hp-progress-inset{background:#1e293bd9;border-radius:4px;height:4px;margin-top:0}.hp-progress-bar{border-radius:4px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background .35s}.hp-progress{background:#33415599;border-radius:3px;height:3px;overflow:hidden}.hp-courses{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.hp-course{background:#0f172a66;border:1px solid #33415573;border-radius:14px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.hp-course:hover{border-color:#6366f159;transform:translateY(-4px);box-shadow:0 20px 50px #00000059}.hp-course-bar{height:4px}.hp-course-body{padding:22px}.hp-course-meta{color:#64748b;flex-wrap:wrap;gap:14px;margin:12px 0 14px;font-size:.78rem;display:flex}.hp-tag-row{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.hp-tag{border:1px solid;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:600}.hp-course-link{border:1px solid;border-radius:10px;justify-content:space-between;align-items:center;padding:11px 14px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.hp-metrics{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.hp-metric{text-align:center;background:#0f172a59;border:1px solid #33415573;border-radius:12px;padding:24px 20px}.hp-metric-val{font-size:2rem;font-weight:700;line-height:1.1}.hp-metric-lbl{color:#64748b;margin-top:6px;font-size:.82rem;font-weight:500}.hp-quote-section .hp-section-head{margin-bottom:0}.hp-quote-marquee-wrap{box-sizing:border-box;background:#06091259;border:1px solid #33415573;border-radius:16px;width:100%;max-width:100%;margin-top:1.75rem;padding:10px 4px 14px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000059 5%,#000 14% 86%,#00000059 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000059 5%,#000 14% 86%,#00000059 95%,#0000 100%)}.hp-quote-marquee{border-radius:12px;margin:0 6px;overflow:hidden}.hp-quote-marquee-track{flex-direction:row;align-items:stretch;gap:16px;width:max-content;padding:2px 0;animation:90s linear infinite hp-quote-marquee;display:flex}.hp-quote-marquee-track:hover{animation-play-state:paused}@keyframes hp-quote-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hp-quote-marquee-track{box-sizing:border-box;flex-wrap:wrap;justify-content:center;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 clamp(16px,4vw,40px);animation:none}.hp-quote-marquee-wrap{-webkit-mask-image:none;mask-image:none}.hp-quote-marquee-track .hp-quote-marquee-card[aria-hidden=true]{display:none}}.hp-quote.hp-quote-marquee-card{box-sizing:border-box;flex-direction:column;flex:none;width:min(292px,85vw);max-width:100%;min-height:200px;margin:0;display:flex}.hp-quote.hp-quote-marquee-card p{flex:1}.hp-quote{background:#0f172a59;border:1px solid #33415573;border-radius:14px;padding:24px;transition:border-color .2s,transform .2s}.hp-quote-marquee-card:hover{border-color:#6366f14d;transform:translateY(-3px)}.hp-quote p{color:#94a3b8;margin:0 0 1rem;font-size:.9rem;font-style:italic;line-height:1.65}.hp-author{align-items:center;gap:12px;display:flex}.hp-avatar{border:1px solid;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.8rem;font-weight:700;display:flex}.hp-cta{text-align:center;padding:clamp(4rem,10vw,6rem) 0;position:relative}.hp-cta-bg{pointer-events:none;background:radial-gradient(at 50% 40%,#4f46e524,#0000 65%);position:absolute;inset:0}.hp-cta-inner{z-index:1;max-width:36rem;margin:0 auto;position:relative}.hp-seo{padding:2.5rem 0 3rem}.hp-seo-card{background:#0f172a59;border:1px solid #33415573;border-radius:14px;padding:clamp(24px,4vw,36px)}.hp-seo-grid{color:#64748b;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem 2rem;font-size:.86rem;line-height:1.75;display:grid}.hp-seo-grid h3{color:#cbd5e1;margin:0 0 8px;font-size:.95rem;font-weight:600}.hp-seo-tags{border-top:1px solid #33415573;flex-wrap:wrap;gap:8px;margin-top:1.5rem;padding-top:1.25rem;display:flex}.hp-seo-tags span{color:#94a3b8;background:#0f172a80;border:1px solid #47556980;border-radius:999px;padding:5px 11px;font-size:.72rem}.hp-trust-strip{background:#06091259;border-top:1px solid #33415559;border-bottom:1px solid #33415559;padding:1.25rem 0}.hp-trust-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(12px,3vw,28px);margin:0;padding:0;list-style:none;display:flex}.hp-trust-list li{color:#94a3b8;align-items:center;gap:8px;font-size:.84rem;display:inline-flex}.hp-trust-list strong{color:#e2e8f0;font-weight:600}.hp-trust-ico{color:#5eead4;opacity:.95;flex-shrink:0}.hp-trust-list a{color:#a5b4fc;font-weight:600;text-decoration:none}.hp-trust-list a:hover{color:#c7d2fe;text-decoration:underline}.hp-faq-section{padding:clamp(3rem,7vw,4rem) 0}.hp-faq-section .hp-section-head{margin-bottom:1.75rem}.hp-faq-section .hp-sub{max-width:36rem;margin-left:auto;margin-right:auto}.hp-faq-list{max-width:720px;margin:0 auto}.hp-faq-item{background:#0f172a66;border:1px solid #33415580;border-radius:12px;margin-bottom:10px;overflow:hidden}.hp-faq-q{color:#f1f5f9;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;margin:0;padding:16px 18px;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.45;display:flex}.hp-faq-q:hover{background:#6366f114}.hp-faq-q:focus-visible{outline-offset:-2px;outline:2px solid #818cf8}.hp-faq-q-text{flex:1;min-width:0}.hp-faq-chevron{color:#64748b;flex-shrink:0;transition:transform .22s,color .15s}.hp-faq-item.is-open .hp-faq-chevron{color:#a5b4fc;transform:rotate(180deg)}.hp-faq-a{background:#06091240;border-top:1px solid #33415566;padding:0 18px 16px}.hp-faq-a[hidden]{display:none}.hp-faq-a p{color:#94a3b8;margin:14px 0 0;font-size:.88rem;line-height:1.65}.hp-faq-foot{text-align:center;color:#64748b;margin:1.75rem 0 0;font-size:.86rem}.hp-faq-foot a{color:#a5b4fc;font-weight:600;text-decoration:none}.hp-faq-foot a:hover{color:#c7d2fe;text-decoration:underline}.hp-chat-fab{display:none}@media (width<=768px){.home{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}.hp-chat-fab{right:max(16px, env(safe-area-inset-right,0px));bottom:max(20px, env(safe-area-inset-bottom,0px));z-index:60;color:#fff;background:linear-gradient(#4f46e5 0%,#4338ca 100%);border:1px solid #818cf859;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex;position:fixed;box-shadow:inset 0 1px #ffffff1f,0 12px 32px #4338ca73}.hp-chat-fab:hover{filter:brightness(1.06);color:#fff}.hp-chat-fab:focus-visible{outline-offset:3px;outline:2px solid #c7d2fe}.hp-chat-fab-text{line-height:1}}.hp-footer{border-top:1px solid #33415573;padding:3rem 0 1.5rem}.hp-footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.hp-footer-brand p{color:#64748b;max-width:280px;margin:10px 0 0;font-size:.86rem;line-height:1.65}.hp-footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 12px;font-size:.72rem;font-weight:600}.hp-footer-col a{color:#94a3b8;margin-bottom:8px;font-size:.86rem;text-decoration:none;display:block}.hp-footer-col a:hover{color:#e2e8f0}.hp-footer-bottom{color:#475569;border-top:1px solid #33415573;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:1.25rem;font-size:.78rem;display:flex}@keyframes hp-typing{0%,60%,to{opacity:.25;transform:scale(.9)}30%{opacity:1;transform:scale(1)}}.hp-typing{gap:5px;padding:8px 12px;display:flex}.hp-typing i{background:#6366f1;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite hp-typing}.hp-typing i:nth-child(2){animation-delay:.15s}.hp-typing i:nth-child(3){animation-delay:.3s}@media (width<=1024px){.hp-audience-grid,.hp-flow,.hp-hero-grid{grid-template-columns:1fr}.hp-chat-wrap{max-width:420px;margin:0 auto}.hp-bento{grid-template-columns:1fr;min-height:0}.hp-bento-main{min-height:360px}.hp-ai-layout{grid-template-columns:1fr;gap:2rem}.hp-feature-panel{min-height:0}.hp-courses{grid-template-columns:1fr}.hp-metrics{grid-template-columns:repeat(2,1fr)}.hp-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.hp-metrics,.hp-footer-grid{grid-template-columns:1fr}.hp-actions{flex-direction:column;align-items:stretch}.hp-btn{width:100%}.hp-ai-steps{grid-template-columns:1fr}.hp-ai-step{text-align:left}}@media (width>=640px){.hp-feature-detail-btn{justify-content:center;width:auto;min-width:200px}.hp-btn-block-sm{width:auto}}.authPage-root{color:#e2e8f0;background:#070b14;flex-direction:column;min-height:100vh;display:flex}.authPage-bg{pointer-events:none;z-index:0;background:radial-gradient(80% 50% at 20% -10%,#4f46e52e,#0000 55%),radial-gradient(60% 40% at 100% 20%,#0ea5e91a,#0000 50%),linear-gradient(#070b14 0%,#0c1222 100%);position:fixed;inset:0;overflow:hidden}.authPage-inner{z-index:1;flex:1;justify-content:center;align-items:center;padding:clamp(12px,2.5vw,24px) clamp(12px,2vw,20px);display:flex;position:relative}.authPage-card{background:#0f1419;border:1px solid #94a3b81f;border-radius:18px;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);align-items:stretch;width:min(100%,760px);height:min(660px,93vh);max-height:min(720px,95vh);display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 18px 56px #00000080}.authPage-brand{background:linear-gradient(165deg,#1e1b4b 0%,#312e81 42%,#3730a3 100%);flex-direction:column;justify-content:space-between;min-height:0;padding:16px 20px 12px;display:flex;position:relative;overflow:hidden}.authPage-brand:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 45%);position:absolute;inset:0}.authPage-brandGlow{filter:blur(48px);pointer-events:none;background:#6366f133;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-40px}.authPage-brandHead{z-index:1;flex:auto;min-height:0;position:relative}.authPage-logoRow{align-items:center;gap:10px;margin-bottom:8px;display:flex}.authPage-logoMark{color:#e0e7ff;background:#ffffff1a;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.authPage-brandTitle{letter-spacing:-.02em;color:#fff;font-size:.98rem;font-weight:700}.authPage-brandSub{color:#e2e8f0b8;margin-top:1px;font-size:.74rem}.authPage-headline{letter-spacing:-.02em;color:#fff;margin:0 0 5px;font-size:clamp(1.08rem,1.75vw,1.32rem);font-weight:700;line-height:1.22}.authPage-headlineAccent{color:#c7d2fe;font-weight:600}.authPage-lead{color:#e2e8f0c7;max-width:48ch;margin:0 0 8px;font-size:.84rem;line-height:1.42}.authPage-brandVisual{z-index:1;margin:0 0 8px;position:relative}.authPage-brandVisual-frame{border:1px solid #ffffff24;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 10px 28px #00000052}.authPage-brandVisual-img{aspect-ratio:2.2;object-fit:cover;width:100%;height:auto;max-height:88px;display:block}.authPage-brandVisual-cap{color:#e0e7ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad1;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:5px;margin:0;padding:5px 7px;font-size:.66rem;font-weight:600;line-height:1.25;display:flex;position:absolute;bottom:6px;left:6px;right:6px}.authPage-brandVisual-cap svg{color:#a5b4fc;flex-shrink:0;width:12px;height:12px}.authPage-features{z-index:1;flex-direction:column;gap:4px;display:flex;position:relative}.authPage-feature{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a47;border:1px solid #ffffff1a;border-radius:8px;align-items:flex-start;gap:8px;padding:5px 8px;display:flex}.authPage-featureIcon{color:#c7d2fe;background:#ffffff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.authPage-featureIcon svg{width:14px;height:14px}.authPage-featureText{color:#f8fafcf2;padding-top:1px;font-size:.76rem;font-weight:500;line-height:1.32}.authPage-brandFoot{z-index:1;color:#e2e8f073;flex-shrink:0;margin-top:6px;padding-top:4px;font-size:.64rem;position:relative}.authPage-formCol{background:#0f1419;flex-direction:column;justify-content:flex-start;min-height:0;padding:16px 22px 18px;display:flex;overflow:hidden}.authPage-tabs{background:#ffffff0a;border:1px solid #94a3b81a;border-radius:10px;margin-bottom:10px;padding:3px;display:flex}.authPage-tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 10px;font-size:.88rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.authPage-tabActive{color:#f8fafc;background:#334155;box-shadow:0 1px 2px #00000059}.authPage-formTitle{letter-spacing:-.02em;color:#f8fafc;margin:0 0 3px;font-size:1.2rem;font-weight:700}.authPage-formHint{color:#64748b;margin:0 0 10px;font-size:.8rem;line-height:1.4}.authPage-alert{color:#fecaca;background:#7f1d1d40;border:1px solid #f8717140;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:10px;padding:8px 10px;font-size:.78rem;line-height:1.4;display:flex}.authPage-alertSession{color:#fde68a;background:#78350f38;border:1px solid #f59e0b59}.authPage-form{flex-direction:column;gap:10px;display:flex}.authPage-field{flex-direction:column;gap:4px;display:flex}.authPage-labelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.authPage-labelRow .authPage-label{margin-bottom:0}.authPage-label{letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-size:.68rem;font-weight:600}.authPage-link{color:#818cf8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.76rem;font-weight:500;text-decoration:none}.authPage-link:hover{color:#a5b4fc;text-decoration:underline}.authPage-inputWrap{position:relative}.authPage-inputIcon{color:#475569;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.authPage-inputIcon svg{width:17px;height:17px}.authPage-input{box-sizing:border-box;color:#f1f5f9;background:#ffffff08;border:1px solid #47556973;border-radius:9px;outline:none;width:100%;padding:10px 12px 10px 40px;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.authPage-input:hover{border-color:#64748ba6}.authPage-input:focus{border-color:#6366f1a6;box-shadow:0 0 0 3px #6366f11f}.authPage-inputPadRight{padding-right:42px}.authPage-inputWithBadge{padding-right:80px}.authPage-remember{flex-direction:column;gap:5px;margin-top:-2px;display:flex}.authPage-rememberRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;display:flex}.authPage-rememberRow input[type=checkbox]{accent-color:#6366f1;cursor:pointer;border-radius:5px;width:20px;min-width:20px;height:20px;margin-top:1px}.authPage-rememberLabel{color:#cbd5e1;font-size:.82rem;font-weight:500;line-height:1.35}.authPage-rememberHint{color:#64748b;margin:0;padding-left:28px;font-size:.68rem;line-height:1.4}.authPage-toggleEye{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.authPage-toggleEye:hover{color:#94a3b8;background:#ffffff0d}.authPage-badgeDetect{pointer-events:none;border-radius:6px;padding:4px 8px;font-size:.74rem;font-weight:600;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.authPage-badgePhone{color:#6ee7b7;background:#10b9811f;border:1px solid #10b98140}.authPage-badgeEmail{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f140}.authPage-submit{cursor:pointer;color:#fff;background:linear-gradient(#4f46e5 0%,#4338ca 100%);border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:11px 14px;font-size:.92rem;font-weight:600;transition:filter .15s,transform .15s;display:flex;box-shadow:inset 0 1px #ffffff1a,0 8px 24px #4338ca59}.authPage-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.authPage-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.authPage-divider{align-items:center;gap:10px;margin:8px 0;display:flex}.authPage-dividerLine{background:#334155cc;flex:1;height:1px}.authPage-dividerText{color:#475569;white-space:nowrap;font-size:.74rem}.authPage-google{cursor:pointer;color:#e2e8f0;background:#ffffff0a;border:1px solid #47556980;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.authPage-google:hover:not(:disabled){background:#ffffff12;border-color:#64748ba6}.authPage-google:disabled{opacity:.5;cursor:not-allowed}.authPage-googleDisabled{color:#94a3b8;background:#0f172a8c;border:1px dashed #475569a6;border-radius:8px;margin:0;padding:8px 10px;font-size:.74rem;line-height:1.5}.authPage-code{color:#a5b4fc;word-break:break-all;font-family:ui-monospace,monospace;font-size:.85em}.authPage-footNote{text-align:center;color:#475569;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin:8px 0 0;padding:0;font-size:.72rem;line-height:1.35;display:flex}.authPage-footNoteIcon{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.authPage-footNoteIcon svg{display:block}.authPage-footNoteText{text-align:center}@keyframes authPage-spin{to{transform:rotate(360deg)}}.authPage-spin{animation:.9s linear infinite authPage-spin}@media (width<=900px){.authPage-card{grid-template-columns:1fr;width:min(100%,480px);max-width:480px;height:auto;min-height:0;max-height:none}.authPage-brand{display:none}.authPage-formCol{padding:22px 20px 26px}}.authPage-root input::placeholder{color:#475569}.authPage-root input:-webkit-autofill{-webkit-text-fill-color:#f1f5f9!important;-webkit-box-shadow:inset 0 0 0 100px #131a24!important}
