.ath-wrap{min-height:100svh;display:flex;flex-wrap:wrap}.ath-brand{flex:1 1 380px;min-width:300px;background:var(--ink);display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,3.5vw,48px);box-sizing:border-box}.ath-brand .ath-brand-logo{color:var(--paper)}.ath-brand .ath-brand-logo:hover{color:var(--paper);opacity:.85}.ath-brand-h1{font-family:var(--font-display);font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:var(--paper);margin:0;max-width:400px;text-wrap:balance}.ath-mode-tag{display:none;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.14em;color:hsla(52,37%,92%,.45);text-transform:uppercase}.ath-trust{display:flex;gap:20px;font-size:12px;color:hsla(52,37%,92%,.5)}.ath-form{flex:1.2 1 420px;min-width:300px;display:flex;align-items:center;justify-content:center;padding:48px 24px;box-sizing:border-box}.ath-form-in{width:100%;max-width:400px}.ath-title{font-family:var(--font-display);font-size:29px;font-weight:700;letter-spacing:-.02em;margin:0 0 6px}.ath-sub{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0 0 26px}.ath-google{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:52px;border-radius:999px;background:var(--paper-raised);border:1px solid rgba(30,27,22,.18);font-family:inherit;font-size:14.5px;font-weight:500;color:var(--ink);cursor:pointer;transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out)}.ath-google:hover{border-color:var(--ink);box-shadow:0 10px 24px -14px rgba(30,27,22,.35)}.ath-google:disabled{cursor:default;opacity:.7}.ath-grid .ink-input{height:52px}.ath-edit{flex:none;font-family:inherit;font-size:12px;font-weight:600;color:var(--ink);background:transparent;cursor:pointer;border:1px solid rgba(30,27,22,.18);border-radius:999px;padding:6px 13px;transition:border-color .2s var(--ease-out)}.ath-edit:hover{border-color:var(--ink)}.ath-link{color:var(--text-secondary);text-decoration:underline;text-underline-offset:3px}.ath-link:hover{color:var(--ink)}.ath-toggle-row{display:flex;justify-content:center;gap:6px;margin-top:26px;font-size:13.5px;color:var(--text-secondary)}.ath-toggle{font-family:inherit;font-size:inherit;font-weight:600;color:var(--ink);background:none;border:0;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.ath-toggle:hover{color:var(--text-secondary)}.ath-trust-foot{display:none}@media (max-width:767px){.ath-wrap{flex-direction:column;flex-wrap:nowrap;box-sizing:border-box;padding-bottom:calc(32px + env(safe-area-inset-bottom))}.ath-brand{flex:none;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:calc(18px + env(safe-area-inset-top)) 24px 20px}.ath-brand-mid,.ath-trust{display:none}.ath-mode-tag{display:inline}.ath-form{flex:1 1;padding:24px 24px 0}.ath-title{font-size:31px;letter-spacing:-.025em;margin:0 0 8px}.ath-sub{font-size:14.5px;line-height:1.55;margin:0 0 28px}.ath-google{height:54px;font-size:15px}.ath-grid .ink-input{height:54px}.ath-edit{font-size:12.5px;padding:8px 14px}.ath-toggle-row{margin-top:24px;font-size:14px}.ath-trust-foot{display:flex;justify-content:center;gap:16px;padding:28px 24px 0;font-size:12px;color:var(--text-muted)}}.ath-spin{width:36px;height:36px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);margin:0 auto 18px;animation:ath-spin .7s linear infinite}@keyframes ath-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.ath-spin{animation-duration:1.6s}}