.auth-shell{background:radial-gradient(ellipse 70% 55% at 50% 0,rgba(168,102,58,.1),transparent 60%),var(--bg);display:grid;min-height:100vh;padding:40px 20px;place-items:center}.auth-shell .auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:420px;padding:32px 30px;width:100%}.auth-shell .auth-logo{display:flex;justify-content:center;margin-bottom:22px}.auth-shell .auth-title{font-size:26px;font-weight:820;letter-spacing:-.03em;margin:0;text-align:center}.auth-shell .auth-sub{color:var(--muted);font-size:14.5px;line-height:1.5;margin:8px 0 0;text-align:center}.auth-shell .auth-form{display:grid;gap:14px;margin-top:24px}.auth-shell .field{display:grid;gap:6px}.auth-shell .field label{color:#3f4850;font-size:13px;font-weight:640}.auth-shell .field input{background:#fffdf8;border:1px solid var(--border);border-radius:12px;color:var(--text);font-family:inherit;font-size:15px;min-height:44px;padding:0 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-shell .field input:focus{border-color:var(--bronze);box-shadow:0 0 0 3px #a8663a24;outline:none}.auth-shell .auth-form .button{width:100%}.auth-shell .auth-alert{border-radius:12px;font-size:13.5px;line-height:1.5;margin-top:20px;padding:12px 14px}.auth-shell .auth-alert--error{background:#b3382b14;border:1px solid rgba(179,56,43,.22);color:#8a2a20}.auth-shell .auth-alert--info{background:var(--soft);border:1px solid var(--border);color:#3f4850}.auth-shell .auth-alert strong{color:var(--text);display:block;margin-bottom:3px}.auth-shell .auth-alert button.linklike{background:none;border:0;color:var(--bronze-dark);cursor:pointer;font:inherit;font-weight:700;margin-top:6px;padding:0;text-decoration:underline}.auth-shell .divider{align-items:center;color:var(--muted);display:flex;font-size:12.5px;gap:12px;letter-spacing:.06em;margin:20px 0;text-transform:uppercase}.auth-shell .divider:after,.auth-shell .divider:before{background:var(--border);content:"";flex:1;height:1px}.auth-shell .google-btn{align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;display:inline-flex;font-size:14px;font-weight:680;gap:10px;justify-content:center;min-height:44px;transition:transform .15s ease,background .15s ease;width:100%}.auth-shell .google-btn:hover{background:#faf7f2;transform:translateY(-1px)}.auth-shell .google-btn svg{height:18px;width:18px}.auth-shell .auth-legal{color:var(--muted);font-size:12.5px;line-height:1.5;margin:18px 0 0;text-align:center}.auth-shell .auth-legal a{color:var(--bronze-dark);font-weight:600}.auth-shell .auth-foot{color:var(--muted);font-size:14px;margin:22px 0 0;text-align:center}.auth-shell .auth-foot a{color:var(--bronze-dark);font-weight:700}
