:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff8f3;color:#25140d}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#fff 0,#fff8f3 45%,#ffe7d6 100%)}.card{width:min(100%,430px);padding:42px 38px;border:1px solid #f1cdb6;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(95,42,12,.13);text-align:center}.brand{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 18px;border-radius:16px;background:#f4511e;color:#fff;font-size:30px;font-weight:800}.eyebrow{margin:0;color:#9c3a16;font-size:.75rem;font-weight:800;letter-spacing:.14em}h1{margin:10px 0 12px;font-size:2rem;line-height:1.1}.intro{margin:0 auto 28px;max-width:32ch;color:#674739;line-height:1.55}button{width:100%;min-height:50px;border:0;border-radius:12px;font:inherit;font-weight:750;cursor:pointer}#google-login{display:flex;align-items:center;justify-content:center;gap:12px;background:#1f1f1f;color:#fff}#google-login:hover{background:#000}#google-login:focus-visible,.link-button:focus-visible{outline:3px solid #ff9a69;outline-offset:3px}#google-login:disabled{cursor:wait;opacity:.65}.google-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:#4285f4;font-weight:900}.link-button{min-height:40px;margin-top:10px;background:transparent;color:#7b3418;text-decoration:underline}#status{min-height:2.8em;margin:18px 0 0;color:#6d5145;font-size:.9rem;line-height:1.4}.error{color:#a01818!important}@media(max-width:480px){.card{padding:34px 24px;border-radius:18px}}@media(prefers-reduced-motion:no-preference){.card{animation:enter .35s ease-out}@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
