:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; padding: 24px; color: #f7f3e8; background: radial-gradient(circle at top, #24392f, #101713 65%); }
.login-card { width: min(100%, 420px); padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(13,22,18,.9); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.eyebrow { margin: 0 0 10px; color: #e0bd72; font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, serif; font-size: 2.5rem; }
.lede { margin: 14px 0 28px; color: #c9cec9; line-height: 1.55; }
.google-sign-in { min-height: 44px; }
.status { min-height: 1.4em; margin: 18px 0 0; color: #f2c7ad; font-size: .9rem; }
