.auth-shell{--bg:#faf9f6;--bg-warm:#f3f1e9;--surface:#fffdf9;--surface-2:#f7f5ee;--ink:#211f19;--ink-2:#56524a;--ink-3:#716d63;--accent:#5e6b3a;--accent-deep:#495231;--accent-soft:#9daa6b;--accent-wash:#ebeee0;--line:#e7e3d8;--line-strong:#d9d4c6;--danger:#c0392b;--panel:#211f19;--on-panel:#efece2;--on-panel-strong:#fbfaf3;--on-panel-soft:#c2bdb2;--on-panel-faint:#857f74;--on-accent:#fbfaf3;--serif:var(--font-source-serif),Georgia,"Times New Roman",serif;--sans:var(--font-inter),system-ui,-apple-system,sans-serif;display:flex;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--serif);-webkit-font-smoothing:antialiased}.dark .auth-shell{--bg:#1a1916;--bg-warm:#211f1b;--surface:#211f1b;--surface-2:#262420;--ink:#f5f3ee;--ink-2:#b7b2a8;--ink-3:#928d80;--accent:#9daa6b;--accent-deep:#b3c082;--accent-soft:#9daa6b;--accent-wash:#2a2e1a;--line:#38352f;--line-strong:#45413a;--danger:#d4675b;--on-accent:#1a1916}.auth-shell *,.auth-shell :after,.auth-shell :before{box-sizing:border-box}.auth-shell ::selection{background:var(--accent-wash);color:var(--accent-deep)}.auth-shell a{color:inherit}.auth-shell :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.auth-shell .auth-brand{width:46%;background:var(--panel);color:var(--on-panel);padding:2.75rem;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-shell .brand-echo{position:absolute;right:-8.75rem;bottom:-8.75rem;opacity:.07;pointer-events:none}.auth-shell .brand-echo g{stroke:var(--accent-soft)}.auth-shell .brand-echo circle{fill:var(--accent-soft)}.auth-shell .brand-mark{display:flex;align-items:center;gap:.6875rem;position:relative;z-index:2;color:var(--accent-soft);text-decoration:none}.auth-shell .brand-mark .wm{font-family:var(--serif);font-weight:600;font-size:1.3125rem;color:var(--on-panel-strong);letter-spacing:-.01em}.auth-shell .brand-center{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2;max-width:30rem}.auth-shell .brand-center .ring{width:9.375rem;margin-bottom:2.5rem}.auth-shell .ring .ring-lines{stroke:var(--accent-soft)}.auth-shell .ring .ring-center,.auth-shell .ring .ring-node,.auth-shell .ring .ring-pulse{fill:var(--accent-soft);transform-box:fill-box;transform-origin:center}.auth-shell .brand-statement{font-family:var(--serif);font-size:clamp(1.75rem,3.4vw,2.375rem);font-weight:500;line-height:1.14;letter-spacing:-.018em;color:var(--on-panel-strong)}.auth-shell .brand-statement em{font-style:italic;color:var(--accent-soft);font-weight:500}.auth-shell .brand-sub{font-family:var(--serif);font-size:1.0625rem;color:var(--on-panel-soft);margin-top:1.125rem;line-height:1.55;max-width:36ch}@media (prefers-reduced-motion:no-preference){.auth-shell .ring-pulse{animation:auth-pulse 3.8s ease-in-out 3}@keyframes auth-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.15;transform:scale(1.35)}}}.auth-shell .auth-main{flex:1;display:flex;flex-direction:column;padding:1.875rem 2.5rem 2.5rem}.auth-shell .auth-topbar{display:flex;align-items:center;justify-content:flex-end;gap:1.125rem;min-height:2.125rem}.auth-shell .mobile-mark{display:none;align-items:center;gap:.625rem;color:var(--accent);text-decoration:none}.auth-shell .mobile-mark .wm{font-family:var(--serif);font-weight:600;font-size:1.1875rem;color:var(--ink)}.auth-shell .back-link{font-family:var(--sans);font-size:.84375rem;color:var(--ink-2);display:inline-flex;align-items:center;gap:.4375rem;text-decoration:none;transition:color .15s}.auth-shell .back-link:hover{color:var(--ink)}.auth-shell .auth-center{flex:1;display:flex;align-items:center;justify-content:center}.auth-shell .auth-form{width:100%;max-width:23.875rem;padding:1.5rem 0}.auth-shell .auth-form h1{font-family:var(--serif);font-size:1.9375rem;font-weight:600;letter-spacing:-.018em;margin:0;color:var(--ink)}.auth-shell .form-sub{font-family:var(--serif);font-size:1.03125rem;color:var(--ink-2);margin:.5625rem 0 1.875rem;line-height:1.5}.auth-shell .form-note{font-family:var(--sans);font-size:.8125rem;color:var(--ink-2);background:var(--accent-wash);border-radius:10px;padding:.625rem .8125rem;margin:0 0 1.375rem;line-height:1.5}.auth-shell .oauth{display:flex;flex-direction:column;gap:.625rem}.auth-shell .oauth-btn{display:flex;align-items:center;justify-content:center;gap:.6875rem;font-family:var(--sans);font-size:.90625rem;font-weight:500;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:.75rem .875rem;cursor:pointer;transition:background .15s,border-color .15s,transform .12s}.auth-shell .oauth-btn:hover{background:var(--surface-2);border-color:var(--ink-3)}.auth-shell .oauth-btn:active{transform:translateY(1px)}.auth-shell .oauth-btn:disabled{opacity:.55;cursor:default}.auth-shell .oauth-btn img{flex-shrink:0}.auth-shell .divider{display:flex;align-items:center;gap:.875rem;margin:1.375rem 0;font-family:var(--sans);font-size:.75rem;color:var(--ink-3);letter-spacing:.03em;text-transform:uppercase}.auth-shell .divider:after,.auth-shell .divider:before{content:"";flex:1;height:1px;background:var(--line)}.auth-shell .field{margin-bottom:1rem}.auth-shell .field .label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4375rem}.auth-shell .field label{font-family:var(--sans);font-size:.8125rem;font-weight:500;color:var(--ink-2)}.auth-shell .field .forgot{font-family:var(--sans);font-size:.78125rem;color:var(--accent-deep);text-decoration:none}.auth-shell .field .forgot:hover{text-decoration:underline;text-underline-offset:2px}.auth-shell .field input{width:100%;font-family:var(--sans);font-size:.9375rem;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:.8125rem .9375rem;transition:border-color .15s,box-shadow .15s}.auth-shell .field input::placeholder{color:var(--ink-3)}.auth-shell .field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-wash)}.auth-shell .field input:read-only{opacity:.7;cursor:default}.auth-shell .field-hint{color:var(--ink-3)}.auth-shell .field-error,.auth-shell .field-hint{font-family:var(--sans);font-size:.78125rem;margin:.4375rem 0 0;line-height:1.45}.auth-shell .field-error{color:var(--danger)}.auth-shell .pw-wrap{position:relative}.auth-shell .pw-wrap input{padding-right:2.875rem}.auth-shell .pw-toggle{position:absolute;right:.4375rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--ink-3);padding:.5rem;border-radius:8px;display:flex}.auth-shell .pw-toggle:hover{color:var(--ink-2)}@media (pointer:coarse){.auth-shell .pw-toggle{min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;right:.25rem}}.auth-shell .submit{display:block;width:100%;font-family:var(--sans);font-size:.9375rem;font-weight:500;text-align:center;text-decoration:none;color:var(--on-accent);background:var(--accent);border:none;border-radius:11px;padding:.875rem;cursor:pointer;margin-top:.375rem;transition:background .18s,transform .12s}.auth-shell .submit:hover{background:var(--accent-deep)}.auth-shell .submit:active{transform:translateY(1px)}.auth-shell .submit:disabled{opacity:.6;cursor:default}.auth-shell .auth-error{color:var(--danger)}.auth-shell .auth-error,.auth-shell .auth-notice{font-family:var(--sans);font-size:.8125rem;margin:.875rem 0 0;line-height:1.5}.auth-shell .auth-notice{color:var(--accent-deep)}.auth-shell .terms{font-family:var(--sans);font-size:.75rem;color:var(--ink-3);text-align:center;margin-top:.9375rem;line-height:1.55}.auth-shell .terms a{color:var(--ink-2);text-decoration:underline;text-underline-offset:2px}.auth-shell .cross{font-family:var(--sans);font-size:.875rem;color:var(--ink-2);text-align:center;margin-top:1.625rem;padding-top:1.5rem;border-top:1px solid var(--line)}.auth-shell .cross a{color:var(--accent-deep);font-weight:600;font-size:.875rem;padding-left:.25rem;text-decoration:underline;text-underline-offset:2px}.auth-shell .cross a:hover{color:var(--accent)}.auth-shell .verify{width:100%;max-width:25.5rem;padding:1.5rem 0;text-align:center}.auth-shell .verify-icon{width:3.875rem;height:3.875rem;border-radius:50%;background:var(--accent-wash);color:var(--accent-deep);display:flex;align-items:center;justify-content:center;margin:0 auto 1.625rem}.auth-shell .verify .form-sub{margin:.8125rem 0 1.5rem}.auth-shell .verify .form-sub strong{color:var(--ink);font-weight:600}.auth-shell .verify-resend{width:100%;font-family:var(--sans);font-size:.9375rem;font-weight:500;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:.8125rem;cursor:pointer;transition:background .15s,border-color .15s}.auth-shell .verify-resend:hover:enabled{background:var(--surface-2);border-color:var(--ink-3)}.auth-shell .verify-resend:disabled{color:var(--ink-3);cursor:default}@media (max-width:860px){.auth-shell .auth-brand{display:none}.auth-shell .mobile-mark{display:flex}.auth-shell .auth-topbar{justify-content:space-between}.auth-shell .auth-main{padding:1.5rem 1.5rem 2.25rem}}@media (max-width:460px){.auth-shell .auth-form{max-width:100%}.auth-shell .auth-form h1{font-size:1.6875rem}}