.auth-screen{--paper:#f4f3f0;--paper-2:#faf9f7;--panel:#ffffff;--ink:#1c1c1a;--ink-2:#3a382f;--ink-mute:#5e5b53;--ink-dim:#8a857b;--ink-faint:#b8b3a8;--rule:#e7e4dd;--accent:#f59e0b;--accent-d:#d97706;--critical:#dc2626;--high:#ea580c;--ok:#059669;--dark:#0a0b0d;--dark-2:#101114;--dark-bd:#1e2025;--dark-ink:#e6e7ea;--dark-mut:#9ca3af;--dark-dim:#6b7280;--auth-sans:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--auth-mono:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,Consolas,monospace;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);color:var(--ink);font-family:var(--auth-sans);-webkit-font-smoothing:antialiased}.auth-screen *,.auth-screen :after,.auth-screen :before{box-sizing:border-box}@media (max-width:920px){.auth-screen{grid-template-columns:1fr}.auth-screen .auth-show{display:none}}.auth-screen .auth-form{display:flex;flex-direction:column;padding:36px 48px;min-height:100vh;background:var(--paper)}.auth-screen .auth-form-inner{width:100%;max-width:392px;margin:auto;padding:40px 0}.auth-screen .auth-brand{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:16px;letter-spacing:-.01em;color:var(--ink);text-decoration:none}.auth-screen .auth-brand svg{color:var(--accent)}.auth-screen .auth-h{font-size:28px;font-weight:600;letter-spacing:-.025em;margin:0 0 8px}.auth-screen .auth-sub{color:var(--ink-mute);font-size:15px;margin:0 0 30px}.auth-screen .auth-sub a{color:var(--accent-d);font-weight:600;text-decoration:none}.auth-screen .auth-sub a:hover{text-decoration:underline}.auth-screen .sso-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-screen .sso-btn{height:44px;border:1px solid var(--rule);border-radius:8px;background:var(--panel);display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .15s,background .15s}.auth-screen .sso-btn:hover{border-color:var(--ink-faint);background:var(--paper-2)}.auth-screen .auth-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:var(--ink-dim);font-size:12px;font-family:var(--auth-mono);letter-spacing:.04em}.auth-screen .auth-divider:after,.auth-screen .auth-divider:before{content:"";flex:1;height:1px;background:var(--rule)}.auth-screen .field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.auth-screen .field label{font-size:12.5px;font-weight:600;color:var(--ink-2)}.auth-screen .lbl-row{display:flex;align-items:baseline;justify-content:space-between}.auth-screen .lbl-row a{font-size:12px;color:var(--accent-d);font-weight:600;text-decoration:none}.auth-screen .lbl-row a:hover{text-decoration:underline}.auth-screen .input-wrap{position:relative;display:flex;align-items:center}.auth-screen .input-wrap>svg{position:absolute;left:13px;width:16px;height:16px;color:var(--ink-dim);pointer-events:none}.auth-screen .field input{width:100%;height:46px;border:1px solid var(--rule);border-radius:8px;padding:0 14px 0 38px;font-family:var(--auth-sans);font-size:15px;background:var(--panel);color:var(--ink);transition:border-color .15s,box-shadow .15s}.auth-screen .field input::placeholder{color:var(--ink-faint)}.auth-screen .field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(245,158,11,.15)}.auth-screen .field input[aria-invalid=true]{border-color:var(--critical)}.auth-screen .pw-toggle{position:absolute;right:12px;cursor:pointer;color:var(--ink-dim);width:18px;height:18px;background:none;border:0;padding:0;display:grid;place-items:center}.auth-screen .pw-toggle:hover{color:var(--ink-mute)}.auth-screen .field-hint{font-size:12px;color:var(--ink-dim);margin-top:2px}.auth-screen .field-error{font-size:12.5px;color:var(--critical);margin-top:2px;font-weight:500}.auth-screen .pw-meter{display:flex;gap:4px;margin-top:8px}.auth-screen .pw-seg{flex:1;height:3px;border-radius:2px;background:var(--rule);transition:background .2s}.auth-screen .pw-seg.on-weak{background:var(--critical)}.auth-screen .pw-seg.on-mid{background:var(--accent-d)}.auth-screen .pw-seg.on-strong{background:var(--ok)}.auth-screen .check-row{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--ink-mute);margin-bottom:20px;line-height:1.5}.auth-screen .check-row input{appearance:none;width:17px;height:17px;border:1px solid var(--rule);border-radius:4px;background:var(--panel);cursor:pointer;flex:0 0 auto;margin-top:1px;position:relative;transition:background .15s,border-color .15s}.auth-screen .check-row input:checked{background:var(--accent);border-color:var(--accent)}.auth-screen .check-row input:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #1c1c1a;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-screen .check-row input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-screen .check-row label{color:inherit;font-weight:400}.auth-screen .check-row a{color:var(--accent-d);font-weight:600;text-decoration:none}.auth-screen .check-row a:hover{text-decoration:underline}.auth-screen .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:8px;font-size:15px;font-weight:600;font-family:var(--auth-sans);border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .12s ease,background .15s,box-shadow .15s}.auth-screen .btn:active{transform:translateY(1px)}.auth-screen .btn:disabled{opacity:.65;cursor:not-allowed}.auth-screen .btn-primary{background:var(--accent);color:#1c1c1a;box-shadow:0 1px 2px rgba(0,0,0,.08),0 4px 14px rgba(245,158,11,.28)}.auth-screen .btn-primary:hover:not(:disabled){background:var(--accent-d)}.auth-screen .btn-lg{height:50px;padding:0 26px;font-size:16px}.auth-screen .auth-submit{width:100%;margin-top:4px}.auth-screen .auth-foot{margin-top:28px;text-align:center;font-size:13.5px;color:var(--ink-mute)}.auth-screen .auth-foot a{color:var(--accent-d);font-weight:600;text-decoration:none}.auth-screen .auth-foot a:hover{text-decoration:underline}.auth-screen .auth-form-bottom{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--ink-dim);font-family:var(--auth-mono)}.auth-screen .auth-form-bottom .sep{color:var(--ink-faint)}.auth-screen .auth-form-bottom a{color:var(--ink-dim);text-decoration:none}.auth-screen .auth-form-bottom a:hover{color:var(--ink-mute)}.auth-screen .auth-show{background:var(--dark);color:var(--dark-ink);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:56px 60px}.auth-screen .auth-show:before{content:"";position:absolute;top:-120px;right:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.16),transparent 70%)}.auth-screen .auth-show-inner{position:relative;max-width:460px}.auth-screen .auth-show .eyebrow{font-family:var(--auth-mono);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:8px}.auth-screen .auth-show-h{font-size:32px;font-weight:600;letter-spacing:-.025em;line-height:1.18;margin:18px 0 0;text-wrap:balance}.auth-screen .auth-show-quote{font-size:19px;line-height:1.5;font-weight:500;letter-spacing:-.01em;margin:0}.auth-screen .auth-show .lead{font-size:17px;line-height:1.55;color:var(--dark-mut)}.auth-screen .auth-show .dim{color:var(--dark-dim)}.auth-screen .auth-show .mono{font-family:var(--auth-mono)}.auth-screen .auth-show .row{display:flex;align-items:center;gap:12px}.auth-screen .auth-show .col{display:flex;flex-direction:column}.auth-screen .auth-show .check-li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--dark-ink)}.auth-screen .auth-show .check-li svg{width:18px;height:18px;color:var(--ok);flex:0 0 auto;margin-top:1px}.auth-screen .auth-stats{display:flex;gap:32px;margin-top:32px}.auth-screen .auth-stats .v{font-family:var(--auth-mono);font-size:26px;font-weight:600;letter-spacing:-.02em}.auth-screen .auth-stats .l{font-size:12.5px;color:var(--dark-mut);margin-top:4px}.auth-screen .show-card{background:var(--dark-2);border:1px solid var(--dark-bd);border-radius:12px;overflow:hidden;margin-top:36px;box-shadow:0 24px 60px rgba(0,0,0,.3)}.auth-screen .show-card-bar{height:36px;display:flex;gap:7px;padding:0 13px}.auth-screen .show-card-bar,.auth-screen .show-row{align-items:center;border-bottom:1px solid var(--dark-bd)}.auth-screen .show-row{display:grid;grid-template-columns:104px 56px 1fr;gap:10px;padding:9px 14px;font-family:var(--auth-mono);font-size:11px}.auth-screen .show-row:last-child{border-bottom:0}.auth-screen .show-row .id{color:var(--dark-ink)}.auth-screen .show-row .ttl{color:var(--dark-mut);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-screen .sev{display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:4px;font-family:var(--auth-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.auth-screen .sev-critical{background:#fee2e2;color:var(--critical);border:1px solid #fecaca}.auth-screen .sev-high{background:#ffedd5;color:var(--high);border:1px solid #fed7aa}.auth-screen .trust-badges{display:flex;align-items:center;gap:18px;margin-top:36px;font-family:var(--auth-mono);font-size:11px;color:var(--dark-dim)}.auth-screen .trust-badges .b{display:inline-flex;align-items:center;gap:7px}.auth-screen .trust-badges svg{width:14px;height:14px;color:var(--ok)}@media (max-width:920px){.auth-screen .auth-form{min-height:100vh;padding:28px 22px}}