.auth-shell{--bg:#faf9f6;--bg-warm:#f3f1e9;--surface:#fffdf9;--surface-2:#f7f5ee;--ink:#211f19;--ink-2:#56524a;--ink-3:#8b867a;--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:#8a857b;--accent:#9daa6b;--accent-deep:#b3c082;--accent-soft:#9daa6b;--accent-wash:#2a2e1a;--line:#38352f;--line-strong:#45413a;--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:44px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-shell .brand-echo{position:absolute;right:-140px;bottom:-140px;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:11px;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:21px;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:150px;margin-bottom:40px}.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(28px,3.4vw,38px);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:17px;color:var(--on-panel-soft);margin-top:18px;line-height:1.55;max-width:36ch}.auth-shell .brand-foot{position:relative;z-index:2;font-family:var(--sans);font-size:12.5px;color:var(--on-panel-faint);letter-spacing:.01em}@media (prefers-reduced-motion:no-preference){.auth-shell .ring-pulse{animation:auth-pulse 3.8s ease-in-out infinite}@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:30px 40px 40px}.auth-shell .auth-topbar{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-height:34px}.auth-shell .mobile-mark{display:none;align-items:center;gap:10px;color:var(--accent);text-decoration:none}.auth-shell .mobile-mark .wm{font-family:var(--serif);font-weight:600;font-size:19px;color:var(--ink)}.auth-shell .back-link{font-family:var(--sans);font-size:13.5px;color:var(--ink-2);display:inline-flex;align-items:center;gap:7px;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:382px;padding:24px 0}.auth-shell .auth-form h1{font-family:var(--serif);font-size:31px;font-weight:600;letter-spacing:-.018em;margin:0;color:var(--ink)}.auth-shell .form-sub{font-family:var(--serif);font-size:16.5px;color:var(--ink-2);margin:9px 0 30px;line-height:1.5}.auth-shell .form-note{font-family:var(--sans);font-size:13px;color:var(--ink-2);background:var(--accent-wash);border-radius:10px;padding:10px 13px;margin:0 0 22px;line-height:1.5}.auth-shell .oauth{display:flex;flex-direction:column;gap:10px}.auth-shell .oauth-btn{display:flex;align-items:center;justify-content:center;gap:11px;font-family:var(--sans);font-size:14.5px;font-weight:500;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:12px 14px;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:14px;margin:22px 0;font-family:var(--sans);font-size:12px;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:16px}.auth-shell .field .label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:7px}.auth-shell .field label{font-family:var(--sans);font-size:13px;font-weight:500;color:var(--ink-2)}.auth-shell .field .forgot{font-family:var(--sans);font-size:12.5px;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:15px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:13px 15px;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 .pw-wrap{position:relative}.auth-shell .pw-wrap input{padding-right:46px}.auth-shell .pw-toggle{position:absolute;right:7px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--ink-3);padding:8px;border-radius:8px;display:flex}.auth-shell .pw-toggle:hover{color:var(--ink-2)}.auth-shell .submit{display:block;width:100%;font-family:var(--sans);font-size:15px;font-weight:500;text-align:center;text-decoration:none;color:var(--on-accent);background:var(--accent);border:none;border-radius:11px;padding:14px;cursor:pointer;margin-top:6px;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:13px;margin:14px 0 0;line-height:1.5}.auth-shell .auth-notice{color:var(--accent-deep)}.auth-shell .terms{font-family:var(--sans);font-size:12px;color:var(--ink-3);text-align:center;margin-top:15px;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:14px;color:var(--ink-2);text-align:center;margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.auth-shell .cross a{color:var(--accent-deep);font-weight:600;font-size:14px;padding-left:4px;text-decoration:underline;text-underline-offset:2px}.auth-shell .cross a:hover{color:var(--accent)}.auth-shell .verify{width:100%;max-width:408px;padding:24px 0;text-align:center}.auth-shell .verify-icon{width:62px;height:62px;border-radius:50%;background:var(--accent-wash);color:var(--accent-deep);display:flex;align-items:center;justify-content:center;margin:0 auto 26px}.auth-shell .verify .form-sub{margin:13px 0 24px}.auth-shell .verify .form-sub strong{color:var(--ink);font-weight:600}.auth-shell .verify-resend{width:100%;font-family:var(--sans);font-size:15px;font-weight:500;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;padding:13px;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:24px 24px 36px}}@media (max-width:460px){.auth-shell .auth-form{max-width:100%}.auth-shell .auth-form h1{font-size:27px}}