.auth-shell{--ink:#1f2333;--ink-soft:#616677;--steel:#9a9eb0;--cloud:#e5e7ef;--cloud-2:#e5e7ef;--mist:#f6f7fb;--fog:#f0f1f8;--white:#fff;--brand:#5d5fef;--brand-soft:#ececfe;--bronze:#5d5fef;--copper:#e5484d;--bronze-grad:linear-gradient(135deg,#8b8df5,#5d5fef 58%,#4b4ddb);--font-sans:"Plus Jakarta Sans","Helvetica Neue",Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;display:grid;grid-template-columns:46fr 54fr;min-height:100vh;font-family:var(--font-sans);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.auth-shell *,.auth-shell :after,.auth-shell :before{box-sizing:border-box}.auth-shell .panel{position:relative;display:flex;flex-direction:column;padding:48px 64px;background:var(--white)}.auth-shell .topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;position:static;padding:0;border:0;background:none}.auth-shell .lockup{display:flex;align-items:center;gap:14px}.auth-shell .lockup .symbol{width:30px;height:30px;color:var(--ink)}.auth-shell .lockup .symbol svg{width:100%;height:100%;display:block}.auth-shell .wordmark{display:flex;flex-direction:column;gap:3px}.auth-shell .wordmark .word{width:118px;color:var(--ink)}.auth-shell .wordmark .word svg{width:100%;height:auto;display:block}.auth-shell .wordmark .meta{font-size:10px;letter-spacing:.22em;color:var(--ink-soft);text-transform:uppercase;padding-left:1px}.auth-shell .topmenu{display:flex;align-items:center;gap:26px;padding-top:4px}.auth-shell .topmenu a{font-size:13px;color:var(--ink-soft);text-decoration:none;letter-spacing:.01em;transition:color .2s ease}.auth-shell .topmenu a:hover{color:var(--ink)}@media (max-width:1100px){.auth-shell .topmenu{display:none}}.auth-shell .form-wrap{flex:1 1;display:flex;align-items:center}.auth-shell .form{width:100%;max-width:380px;margin:0 auto}.auth-shell .eyebrow{font-size:13px;color:var(--ink-soft);letter-spacing:.02em;margin:0 0 18px}.auth-shell .eyebrow .arw{font-family:var(--font-mono);margin-right:8px}.auth-shell h1{font-weight:300;font-size:38px;line-height:1.1;letter-spacing:-.02em;margin:0 0 12px}.auth-shell .lede{font-size:15px;line-height:1.5;color:var(--ink-soft);margin:0 0 34px;max-width:34ch}.auth-shell .error{display:flex;align-items:center;gap:9px;padding:11px 14px;margin:0 0 22px;font-size:13px;color:var(--ink);background:rgba(225,147,74,.14);border:1px solid var(--copper);border-radius:2px}.auth-shell .field{margin-bottom:20px}.auth-shell .field label{display:block;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px}.auth-shell .control{position:relative;display:flex;align-items:center}.auth-shell .control .lead-icon{position:absolute;left:14px;color:var(--steel);pointer-events:none;display:flex}.auth-shell input[type=email],.auth-shell input[type=password],.auth-shell input[type=text]{width:100%;height:50px;padding:0 46px;font-family:var(--font-sans);font-size:15px;color:var(--ink);background:var(--mist);border:1px solid var(--cloud);border-radius:10px;outline:none;transition:border-color .2s ease,background .2s ease}.auth-shell input::placeholder{color:var(--steel)}.auth-shell input:focus{border-color:var(--brand);background:var(--white);box-shadow:0 0 0 3px var(--brand-soft)}.auth-shell input:disabled{opacity:.6;cursor:not-allowed}.auth-shell .toggle-pw{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;color:var(--ink-soft);cursor:pointer;border-radius:2px}.auth-shell .toggle-pw:hover{color:var(--ink)}.auth-shell .row{display:flex;align-items:center;justify-content:space-between;margin:-2px 0 28px}.auth-shell .remember{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink-soft);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-shell .remember input{position:absolute;opacity:0;width:0;height:0}.auth-shell .box{width:17px;height:17px;border:1px solid var(--cloud-2);border-radius:2px;display:inline-flex;align-items:center;justify-content:center;background:var(--white);transition:all .15s ease}.auth-shell .box svg{color:var(--white);opacity:0}.auth-shell .remember input:checked+.box{background:var(--brand);border-color:var(--brand)}.auth-shell .remember input:checked+.box svg{opacity:1}.auth-shell .remember input:focus-visible+.box{outline:2px solid var(--ink);outline-offset:2px}.auth-shell .forgot{font-size:13px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--cloud-2);padding-bottom:1px}.auth-shell .forgot:hover{border-color:var(--ink)}.auth-shell .btn{width:100%;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-sans);font-size:15px;letter-spacing:.01em;border:1px solid var(--ink);border-radius:10px;cursor:pointer;transition:background .2s ease,color .2s ease}.auth-shell .btn:disabled{opacity:.65;cursor:default}.auth-shell .btn-primary{background:var(--brand);color:var(--white);border-color:var(--brand)}.auth-shell .btn-primary:not(:disabled):hover{background:color-mix(in oklab,var(--brand) 88%,#000);border-color:color-mix(in oklab,var(--brand) 88%,#000)}.auth-shell .divider{display:flex;align-items:center;gap:16px;margin:24px 0;color:var(--steel);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.auth-shell .divider:after,.auth-shell .divider:before{content:"";flex:1 1;height:1px;background:var(--cloud)}.auth-shell .btn-ghost{background:var(--white);color:var(--ink);border-color:var(--cloud-2)}.auth-shell .btn-ghost:not(:disabled):hover{border-color:var(--ink)}.auth-shell .btn-ghost svg,.auth-shell .signup{color:var(--ink-soft)}.auth-shell .signup{margin:34px 0 0;font-size:14px}.auth-shell .signup a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--cloud-2);padding-bottom:1px}.auth-shell .signup a:hover{border-color:var(--ink)}.auth-shell .footer{margin-top:40px;padding-top:18px;border-top:1px solid var(--ink);display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.14em;color:var(--ink-soft)}.auth-shell .footer,.auth-shell .footer .dash{font-family:var(--font-mono)}.auth-shell .hero{position:relative;overflow:hidden;background:radial-gradient(120% 85% at 100% 0,var(--brand-soft) 0,var(--fog) 52%,var(--mist) 100%)}.auth-shell .hero-eyebrow{position:absolute;top:46px;left:52px;right:52px;z-index:2;display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft)}.auth-shell .hero-eyebrow .disc{width:20px;height:20px;border-radius:50%;background:var(--bronze-grad);flex:none}.auth-shell .hero-eyebrow .t{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-shell .app-frame{position:absolute;top:88px;left:52px;right:52px;bottom:52px;display:flex;background:var(--white);border:1px solid var(--cloud);border-radius:14px;box-shadow:0 40px 80px -46px rgba(31,35,51,.3),0 1px 3px rgba(31,35,51,.05);overflow:hidden}.auth-shell .mock-side{width:58px;flex:none;background:linear-gradient(180deg,var(--mist),var(--fog));border-right:1px solid var(--cloud);display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:18px}.auth-shell .mock-side .mark{width:19px;height:19px;color:var(--ink)}.auth-shell .mock-side .mark svg{width:100%;height:100%;display:block}.auth-shell .mock-nav{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:4px}.auth-shell .mock-nav .ico{width:38px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--ink-soft);border-radius:3px}.auth-shell .mock-nav .ico.active{background:var(--cloud);color:var(--ink)}.auth-shell .mock-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.auth-shell .mock-head{height:54px;flex:none;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--cloud)}.auth-shell .mock-head .ey{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--steel)}.auth-shell .mock-head .ti{font-size:14px;color:var(--ink);font-weight:500;margin-top:1px}.auth-shell .mock-head .spacer{flex:1 1}.auth-shell .mock-search{gap:7px;padding:0 11px;background:var(--mist);border:1px solid var(--cloud);color:var(--steel);font-size:11.5px;min-width:128px}.auth-shell .mock-avatar,.auth-shell .mock-search{display:flex;align-items:center;height:30px;border-radius:3px}.auth-shell .mock-avatar{width:30px;flex:none;background:var(--brand);color:var(--white);justify-content:center;font-size:10.5px;letter-spacing:.04em}.auth-shell .mock-body{flex:1 1;min-height:0;padding:18px;display:flex;flex-direction:column;gap:15px;overflow:hidden}.auth-shell .mb-greet h3{font-weight:300;font-size:20px;letter-spacing:-.01em;color:var(--ink);margin:0 0 3px}.auth-shell .mb-greet .sub{font-size:12px;color:var(--ink-soft);margin:0}.auth-shell .ai-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--mist);border:1px solid var(--cloud)}.auth-shell .ai-banner .spark{width:30px;height:30px;flex:none;border-radius:50%;background:var(--bronze-grad);display:flex;align-items:center;justify-content:center;color:var(--white)}.auth-shell .ai-banner .txt{flex:1 1;font-size:11.5px;line-height:1.4;color:var(--ink)}.auth-shell .ai-banner .txt b{font-weight:500}.auth-shell .ai-banner .cta{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);border:1px solid var(--cloud-2);padding:6px 10px;white-space:nowrap}.auth-shell .kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.auth-shell .kpi{border:1px solid var(--cloud);padding:12px 12px 13px}.auth-shell .kpi .lab{font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px}.auth-shell .kpi .val{font-weight:300;font-size:24px;line-height:1;color:var(--ink);letter-spacing:-.01em}.auth-shell .kpi .delta{margin-top:7px;font-size:9.5px;color:var(--ink-soft);display:flex;align-items:center;gap:4px}.auth-shell .kpi .delta .dot{width:6px;height:6px;border-radius:50%;background:var(--bronze);flex:none}.auth-shell .charts{display:grid;grid-template-columns:1.55fr 1fr;grid-gap:10px;gap:10px}.auth-shell .card{border:1px solid var(--cloud);padding:13px 14px;display:flex;flex-direction:column}.auth-shell .card .ct{font-size:12px;font-weight:500;color:var(--ink)}.auth-shell .card .cs{font-size:9.5px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--steel);margin-top:2px;margin-bottom:12px}.auth-shell .bars{width:100%;height:78px;display:block}.auth-shell .bars .grid-line{stroke:var(--cloud);stroke-width:1}.auth-shell .bars rect.bar{fill:var(--steel)}.auth-shell .bars rect.bar.hot{fill:var(--ink)}.auth-shell .bars rect.bar.now{fill:var(--bronze)}.auth-shell .bars text{font-family:var(--font-mono);font-size:7px;fill:var(--steel);letter-spacing:.04em}.auth-shell .donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;gap:8px}.auth-shell .donut{position:relative;width:104px;height:104px}.auth-shell .donut svg{width:100%;height:100%;transform:rotate(-90deg)}.auth-shell .donut .track{fill:none;stroke:var(--cloud);stroke-width:9}.auth-shell .donut .val{fill:none;stroke:var(--bronze);stroke-width:9;stroke-linecap:round}.auth-shell .donut .ctr{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-shell .donut .ctr .n{font-weight:300;font-size:26px;color:var(--ink);line-height:1}.auth-shell .donut .ctr .u{font-size:9px;font-family:var(--font-mono);letter-spacing:.1em;color:var(--ink-soft);text-transform:uppercase;margin-top:3px}.auth-shell .donut-cap{font-size:10.5px;color:var(--ink-soft);text-align:center}.auth-shell .mock-panel{border:1px solid var(--cloud)}.auth-shell .mock-panel .ph{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border-bottom:1px solid var(--cloud)}.auth-shell .mock-panel .ph .pt{font-size:12px;font-weight:500;color:var(--ink)}.auth-shell .mock-panel .ph .pa{font-size:10px;color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.08em}.auth-shell .thead,.auth-shell .trow{display:grid;grid-template-columns:1.7fr .7fr 1fr 1fr;align-items:center;grid-gap:8px;gap:8px;padding:9px 14px}.auth-shell .thead{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);border-bottom:1px solid var(--cloud)}.auth-shell .trow{border-bottom:1px solid var(--cloud);font-size:11.5px;color:var(--ink)}.auth-shell .trow:last-child{border-bottom:none}.auth-shell .trow .sup{display:flex;align-items:center;gap:8px;min-width:0}.auth-shell .trow .sup .av{width:21px;height:21px;flex:none;background:var(--fog);border:1px solid var(--cloud);display:flex;align-items:center;justify-content:center;font-size:8.5px;color:var(--ink-soft);font-weight:500}.auth-shell .trow .sup .nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-shell .trow .score{font-weight:500;color:var(--ink)}.auth-shell .conf{display:flex;align-items:center;gap:6px}.auth-shell .conf .bar{flex:1 1;height:4px;background:var(--cloud);position:relative}.auth-shell .conf .bar i{position:absolute;left:0;top:0;bottom:0;background:var(--ink)}.auth-shell .conf .pct{font-size:9.5px;color:var(--ink-soft);font-family:var(--font-mono)}.auth-shell .chip{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;color:var(--ink-soft)}.auth-shell .chip .cd{width:7px;height:7px;border-radius:50%;flex:none}.auth-shell .chip.ok .cd{background:var(--ink)}.auth-shell .chip.rev .cd{background:var(--steel)}.auth-shell .chip.flag .cd{background:var(--bronze)}@media (max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-shell .hero{display:none}.auth-shell .panel{padding:40px 28px}}