:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1220;--bg-soft:#0f172a;--surface:#0f172ad9;--surface-strong:#0f172aeb;--line:#93a1bb33;--text:#f9fafb;--text-muted:#94a3b8;--primary-a:#2563eb;--primary-b:#3b82f6;--shadow-soft:0 18px 40px #0106136b;--shadow-hover:0 24px 52px #2563eb47;font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 10% -20%,#2563eb26,#0000 35%),radial-gradient(circle at 95% 0,#3b82f624,#0000 34%),linear-gradient(#0b1220 0% 100%);margin:0}a{color:inherit;text-decoration:none}.page{width:min(1120px,100% - 48px);margin-inline:auto}.page-fade-in{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-shell{min-height:100vh}.navbar{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1220c2;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:14px;min-height:78px;display:flex}.brand{align-items:center;gap:8px;font-size:1.05rem;font-weight:600;display:inline-flex}.brand-logo{object-fit:contain;width:auto;height:30px;display:block}.nav-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:.72rem 1rem;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.75;cursor:not-allowed}.btn-sm{padding:.6rem .9rem}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#0000;box-shadow:0 0 20px #2563eb4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 20px #2563eb59}.btn-secondary,.btn-ghost{color:var(--text);border-color:var(--line);background:#ffffff05}.btn-secondary:hover:not(:disabled),.btn-ghost:hover:not(:disabled){border-color:#2563eb99}.card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:18px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.hero-section{align-items:center;min-height:calc(100vh - 78px);padding:48px 0;display:grid}.hero-card{text-align:center;border:1px solid var(--line);background:var(--surface-strong);max-width:760px;box-shadow:var(--shadow-soft);border-radius:24px;margin:0 auto;padding:clamp(24px,4vw,44px)}.hero-brand-logo{object-fit:contain;width:auto;height:clamp(80px,10vw,96px);margin:0 auto 16px;display:block}.hero-kicker{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.8rem;font-weight:700}h1{margin:0;font-size:clamp(2rem,6vw,3.5rem);line-height:1.08}.hero-subtext,.auth-subtext,.dashboard-subtext{color:var(--text-muted);max-width:620px;margin:16px auto 0;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.auth-divider{color:var(--text-muted);align-items:center;gap:10px;margin:26px 0 16px;font-size:.9rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.oauth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.oauth-button{border:1px solid var(--line);color:#e6edf9;cursor:pointer;background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex}.oauth-icon,.oauth-icon svg{width:18px;height:18px}.auth-shell,.dashboard-wrap{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.clean-auth-card,.dashboard-card{width:min(400px,100%);padding:clamp(20px,4vw,26px)}.auth-backlink{color:var(--text-muted);font-size:.9rem}.tabs{border:1px solid var(--line);border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;margin:16px 0 14px;padding:5px;display:grid}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:10px 12px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.tab.active{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 0 20px #2563eb4d}.auth-oauth-grid{grid-template-columns:1fr}.center-screen{text-align:center;place-content:center;gap:12px;min-height:100vh;display:grid}.spinner{border:2px solid #ffffff4d;border-top-color:#2563eb;border-radius:999px;width:18px;height:18px;margin-inline:auto;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.page{width:min(1120px,100% - 28px)}.oauth-grid{grid-template-columns:1fr}.nav-actions{gap:8px}}.auth-premium-card{background:linear-gradient(#0c1222f5 0%,#0a0f1cf2 100%);border:1px solid #93a1bb38;overflow:clip;box-shadow:0 26px 60px #02081799}.auth-title{margin-top:12px;font-size:clamp(1.7rem,3.2vw,2rem)}.premium-tabs{background:#0f172a9e;padding:5px;position:relative}.premium-tabs .tab{min-height:42px}.auth-panel{width:100%;padding-top:2px;overflow:hidden}.field-label{gap:8px;width:100%;display:grid}.field-label>span{color:#d9e3f5;font-size:.92rem;font-weight:600}.input-field{color:#f8fafc;background:#0a0f1cbf;border:1px solid #93a1bb59;border-radius:14px;width:100%;padding:12px 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.input-field::placeholder{color:#d1dbef8c}.input-field:focus{border-color:#2563ebe6;outline:none;box-shadow:0 0 0 3px #2563eb38,0 0 16px #2563eb33}.input-field.is-error,.field-error{border-color:#3b82f6e6}.field-error,.form-error,.field-hint,.form-notice{color:#94a3b8;font-size:.86rem}.btn-block{width:100%}.auth-form{gap:12px;display:grid}.auth-primary-action{margin-top:4px}.auth-inline-link{color:#94a3b8;cursor:pointer;background:0 0;border:0;padding:0;font-size:.86rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-inline-link:hover{color:#3b82f6;text-decoration:underline}.auth-stacked-actions{gap:10px;display:grid}.modern-auth-footnote{text-align:center;color:var(--text-muted);margin-top:14px;font-size:.86rem}.auth-oauth-grid{width:100%}@media (width<=768px){.auth-premium-card{width:100%}.auth-shell{padding:16px}}.signup-progress{gap:8px;margin-bottom:10px;display:grid}.signup-step-count{color:#94a3b8;letter-spacing:.01em;margin:0;font-size:.8rem}.signup-steps-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.signup-step-pill{color:#64748b;text-align:center;border:1px solid #93a1bb3d;border-radius:999px;padding:4px 0;font-size:.74rem;transition:all .22s}.signup-step-pill.active{color:#e8efff;background:#2563eb2e;border-color:#2563ebbf}.signup-step-content{gap:12px;animation:.2s fadeSlide;display:grid}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.otp-input-row{grid-template-columns:repeat(6,minmax(42px,1fr));gap:10px;display:grid}.otp-digit-input{color:#f8fafc;text-align:center;background:#0a0f1cbf;border:1px solid #93a1bb59;border-radius:12px;height:48px;font-size:1.15rem;font-weight:700}.otp-digit-input:focus{border-color:#2563ebe6;outline:none;box-shadow:0 0 0 3px #2563eb38,0 0 16px #2563eb33}.auth-shell{background:radial-gradient(55% 45% at 50% 6%,#2563eb38 0%,#2563eb00 72%),radial-gradient(42% 35% at 20% 80%,#3b82f61f 0%,#3b82f600 70%),#0a0f1c;place-items:center;min-height:100vh;padding:20px;display:grid}.auth-container{width:100%;max-width:400px}.auth-premium-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ab3;border:1px solid #e2e8f02e;width:100%;padding:clamp(20px,5vw,28px);animation:.3s fadeIn;box-shadow:0 24px 48px #0208178c,0 8px 20px #2563eb1f,inset 0 1px #ffffff14}.auth-brand{justify-content:center;margin-bottom:14px;display:flex}.auth-brand-logo{object-fit:contain;width:auto;height:46px}.auth-title{margin-top:0;margin-bottom:8px;font-size:clamp(1.65rem,3.5vw,2rem);line-height:1.15}.auth-subtext{max-width:100%;margin:0 0 16px;font-size:.93rem;line-height:1.45}.premium-tabs{background:#0f172ad1;border-color:#94a3b838;margin:0 0 14px}.tab{min-height:40px}.auth-panel{padding-top:2px}.auth-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-shell:before{content:"";filter:blur(16px);z-index:0;background:radial-gradient(circle,#2563eb26 0%,#2563eb00 65%);border-radius:999px;width:min(900px,90vw);height:min(900px,90vw);position:absolute}.auth-container{z-index:1;width:100%;max-width:80rem;position:relative}.auth-home-link{color:#94a3b8;align-items:center;gap:6px;margin-bottom:16px;font-size:.92rem;font-weight:500;display:inline-flex}.auth-home-link:hover{color:#f8fbff}.auth-split-card{border-radius:1rem;width:100%;max-width:80rem;padding:clamp(18px,2.6vw,26px);overflow:hidden}.auth-split-layout{align-items:stretch;display:flex}.auth-split-left,.auth-split-right{width:50%;padding:clamp(24px,4vw,40px)}.auth-split-left{gap:18px;display:grid}.auth-split-right{background:#ffffff08;border-left:1px solid #94a3b838;flex-direction:column;justify-content:center;gap:16px;display:flex}.auth-oauth-title{margin:0;font-size:1.5rem}.auth-split-oauth-grid{grid-template-columns:1fr;gap:14px}.oauth-button.auth-split-oauth-btn{background:#0f172aad;border-color:#94a3b847;min-height:50px}.oauth-button.auth-split-oauth-btn:hover{transform:scale(1.02);box-shadow:0 14px 28px #2563eb38,0 0 0 1px #2563eb47}.auth-split-footnote{text-align:left;margin-top:2px}@media (width<=900px){.auth-split-layout{flex-direction:column}.auth-split-left,.auth-split-right{width:100%;padding:22px}.auth-split-right{border-top:1px solid #94a3b838;border-left:0}.auth-split-footnote{text-align:center}}.auth-form{gap:10px}.field-label{gap:7px}.field-label>span{color:#cbd5e1;font-size:.85rem}.input-field{background:#0f172a94;border:1px solid #94a3b852;border-radius:12px;min-height:44px}.input-field:focus,.otp-digit:focus{border-color:#2563ebe6;box-shadow:0 0 0 3px #2563eb38,0 0 16px #2563eb33}.auth-primary-action,.auth-panel .btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;min-height:46px;box-shadow:0 0 20px #2563eb4d}.auth-primary-action:hover:not(:disabled),.auth-panel .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 30px #3b82f652,0 0 18px #2563eb38}.auth-divider{letter-spacing:.06em;text-transform:uppercase;margin:14px 0 12px;font-size:.72rem}.oauth-button{background:#0f172ac2;border:1px solid #94a3b84d;border-radius:12px;min-height:44px}.oauth-button:hover{border-color:#2563eb99;transform:translateY(-1px)scale(1.01);box-shadow:0 10px 20px #0f172a8c,0 0 0 1px #2563eb4d}.auth-oauth-section{margin-top:12px}.signup-progress{margin-bottom:8px}.signup-step-count{color:#94a3b8;font-size:.78rem}.signup-steps-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-step-pill{padding:4px 0}.signup-step-content{animation:.24s fadeSlide}.otp-title{margin-bottom:2px;display:block}.otp-input-group{gap:10px;display:grid}.otp-digit,.otp-digit-input{color:#f8fafc;text-align:center;background:#0f172ab3;border:1px solid #94a3b857;border-radius:11px;width:100%;min-height:46px;font-size:1.02rem;font-weight:700}.auth-stacked-actions{gap:8px}.auth-inline-link{color:#2563eb}.auth-inline-link:hover{color:#3b82f6}.auth-forgot-link{justify-self:end;margin-top:-2px}.modern-auth-footnote{margin-top:12px;font-size:.85rem}@media (width<=540px){.auth-shell{padding:14px}.auth-premium-card{border-radius:16px;padding:18px}}.auth-shell{background:radial-gradient(50% 50% at 50% 0,#2563eb26 0%,#2563eb00 72%),radial-gradient(42% 40% at 82% 24%,#3b82f61f 0%,#3b82f600 70%),#070d19}.auth-shell:before{background:radial-gradient(circle,#2563eb26 0%,#2563eb00 68%);width:min(980px,95vw);height:min(980px,95vw)}.auth-premium-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ab3;border:1px solid #e2e8f029;box-shadow:0 30px 70px #0208179e,0 14px 32px #0f172a5c,inset 0 1px #f8fafc14}.premium-tabs{background:#0f172a94;border:1px solid #94a3b833;border-radius:14px;gap:6px;margin:0 0 18px;padding:6px}.premium-tabs .tab{color:#94a3b8;background:0 0;border-radius:10px;transition:all .22s}.premium-tabs .tab.active{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 10px 22px #3b82f659,0 0 0 1px #60a5fa61}.auth-split-layout{align-items:stretch}.auth-split-right{text-align:center;background:linear-gradient(#94a3b80d 0%,#94a3b803 100%);border-left:1px solid #ffffff14;justify-content:center;align-items:center}.auth-oauth-content{gap:14px;width:min(320px,100%);margin:auto;display:grid}.auth-oauth-title{letter-spacing:.01em;margin:0;font-size:1.15rem}.auth-oauth-subtext{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}.auth-split-oauth-grid{gap:12px;margin-top:2px}.oauth-button.auth-split-oauth-btn{border:1px solid #94a3b852;min-height:52px;transition:transform .22s,border-color .22s,box-shadow .22s}.oauth-button.auth-split-oauth-btn:hover{border-color:#2563ebad;transform:translateY(-1px)scale(1.018);box-shadow:0 14px 26px #082f4973,0 0 0 1px #2563eb61}.auth-signup-panel{max-width:500px;margin:0 auto}.auth-primary-action,.auth-panel .btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);transition:transform .22s,box-shadow .22s,filter .22s;box-shadow:0 0 20px #2563eb4d}.auth-primary-action:hover:not(:disabled),.auth-panel .btn-primary:hover:not(:disabled){filter:saturate(1.07);transform:translateY(-2px);box-shadow:0 20px 34px #2563eb66,0 0 18px #2563eb42}@media (width<=900px){.auth-split-layout{gap:0}.auth-split-left,.auth-split-right{padding:clamp(18px,5vw,24px)}.auth-split-right{border-top:1px solid #ffffff14;border-left:0}}@media (width>=541px){.auth-shell{place-items:center;padding:24px;display:grid}.auth-container{max-width:450px;margin:0 auto}.auth-compact-card{border-radius:16px;width:100%;margin:0 auto;padding:22px}.auth-card--signin{max-width:400px}.auth-card--signup{max-width:450px}.auth-panel{padding-top:0}.auth-form{gap:12px}.auth-brand{justify-content:center;margin-bottom:14px;display:flex}.auth-brand-logo{object-fit:contain;width:auto;height:46px}.auth-title{margin-bottom:6px;font-size:clamp(1.4rem,2vw,1.75rem)}.auth-subtext{margin-bottom:14px}.auth-primary-action,.auth-panel .btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);width:100%;box-shadow:0 0 20px #2563eb4d}.auth-primary-action:hover:not(:disabled),.auth-panel .btn-primary:hover:not(:disabled){box-shadow:0 18px 30px #2563eb57,0 0 18px #2563eb3d}}:root{--bg:#0b1220;--bg-soft:#0f172a;--surface:#0f172ad9;--surface-strong:#0f172aeb;--line:#ffffff14;--text:#f9fafb;--text-muted:#94a3b8;--primary-a:#2563eb;--primary-b:#3b82f6}body,.auth-shell{background:radial-gradient(circle at 50% 0,#3b82f626,#0000 56%),#0b1220}.card,.auth-premium-card,.dashboard-card,.hero-card{background:#0f172ad9;border:1px solid #ffffff14;box-shadow:0 16px 40px #02081780,0 0 24px #2563eb2e}.btn-primary,.auth-primary-action,.auth-panel .btn-primary,.tab.active,.premium-tabs .tab.active{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6)}.btn-primary:hover:not(:disabled),.auth-primary-action:hover:not(:disabled),.auth-panel .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 20px #2563eb59}.tab,.premium-tabs .tab,.auth-inline-link,.auth-home-link,.signup-step-count,.auth-oauth-subtext,.field-hint,.form-notice{color:#94a3b8}.input-field,.otp-digit,.otp-digit-input{color:#f9fafb;background:#0f172ab8;border:1px solid #ffffff29}.input-field:focus,.otp-digit:focus,.otp-digit-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f638,0 0 16px #3b82f640}.oauth-button,.oauth-button.auth-split-oauth-btn{background:#0f172ad9;border:1px solid #ffffff24}.oauth-button:hover,.oauth-button.auth-split-oauth-btn:hover{border-color:#3b82f6b3;transform:translateY(-1px)scale(1.01);box-shadow:0 0 0 1px #3b82f661,0 14px 30px #0f172a8c}a,.auth-inline-link:hover,.auth-home-link:hover{color:#3b82f6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}
