body.auth-view{margin:0;min-height:100vh;font-family:'Manrope',sans-serif;color:#eef3ff;background:radial-gradient(1200px 500px at 15% -20%,rgba(40,95,255,0.45),transparent),radial-gradient(900px 400px at 95% 0%,rgba(0,189,255,0.28),transparent),#040815;}body.auth-view .ui-root,body.auth-view .app-shell{min-height:100vh;}body.auth-view .app-shell{display:grid;place-items:center;padding:24px;}body.auth-view .auth-card{width:min(520px,100%);border-radius:18px;border:1px solid rgba(106,157,255,0.35);background:linear-gradient(170deg,rgba(11,22,49,0.96),rgba(7,12,29,0.96));box-shadow:0 24px 80px rgba(0,0,0,0.42);padding:28px;}body.auth-view .brand{display:flex;align-items:center;gap:14px;margin-bottom:18px;}body.auth-view .logo-mark{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#57d6ff,#6e8aff 70%);box-shadow:0 0 0 4px rgba(111,162,255,0.2);}body.auth-view .brand h1{margin:0 0 4px;font-size:1.35rem;}body.auth-view .lead{margin:0;font-size:0.9rem;color:#b9c6f5;}body.auth-view .tabs{display:flex;gap:8px;margin-bottom:14px;}body.auth-view .tabs button{flex:1;border:1px solid rgba(107,156,255,0.28);background:rgba(20,31,65,0.9);color:#cad6ff;border-radius:10px;height:38px;font-weight:600;cursor:pointer;}body.auth-view .tabs button.active{background:linear-gradient(125deg,#2d56d8,#5ea2ff);color:#eef5ff;border-color:rgba(167,202,255,0.75);}body.auth-view .stack{display:flex;flex-direction:column;gap:8px;}body.auth-view .stack.hidden{display:none;}body.auth-view label{color:#d4ddff;font-size:0.9rem;}body.auth-view input{width:100%;box-sizing:border-box;height:42px;border-radius:10px;border:1px solid rgba(103,150,255,0.35);background:rgba(7,14,34,0.86);color:#eef3ff;padding:0 12px;outline:none;}body.auth-view input:focus{border-color:rgba(112,172,255,0.95);box-shadow:0 0 0 3px rgba(98,160,255,0.22);}body.auth-view input.is-readonly{opacity:0.76;}body.auth-view button.primary,body.auth-view button.ghost{height:40px;border-radius:10px;border:1px solid rgba(108,155,255,0.35);color:#f0f5ff;font-weight:700;cursor:pointer;}body.auth-view button.primary{background:linear-gradient(130deg,#2f57da,#6aa8ff);}body.auth-view button.ghost{background:rgba(14,25,55,0.85);}body.auth-view .inline-form{display:flex;gap:8px;}body.auth-view .inline-form>*{flex:1;}body.auth-view .small{font-size:0.82rem;}body.auth-view .muted{color:#afbee8;}body.auth-view #status.status{margin-top:14px;min-height:20px;color:#b7c5ee;}body.auth-view #status.ok,body.auth-view #status.success{color:#84f5be;}body.auth-view #status.error{color:#ff97a5;}@media (max-width:640px){body.auth-view .auth-card{padding:20px;border-radius:14px;}body.auth-view .inline-form{flex-direction:column;}}