:root {
  color: #142522;
  background: #edf2ef;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 80% 15%, #d7eee6 0, transparent 32%), #edf2ef; }
.login-card { width: min(100%, 430px); padding: 38px; border: 1px solid #d3ddd8; border-radius: 20px; background: #fff; box-shadow: 0 24px 65px #17352b1a; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: #0f665a; font: 700 25px Georgia, serif; box-shadow: 0 9px 22px #0f665a38; }
.eyebrow { margin: 24px 0 6px; color: #0f665a; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1 { margin: 0; font-size: 27px; letter-spacing: -.03em; }
.description { margin: 15px 0 26px; color: #61706b; font-size: 14px; line-height: 1.6; }
#google-config { display: none; }
.google-button { min-height: 44px; display: flex; justify-content: center; }
.status { min-height: 21px; margin: 14px 0 0; color: #52615c; text-align: center; font-size: 13px; }
.status.error { color: #a43b35; font-weight: 700; }
.privacy-note { display: grid; gap: 5px; margin-top: 24px; padding: 14px; border-radius: 12px; color: #5f6c68; background: #f3f7f5; font-size: 12px; line-height: 1.45; }
.privacy-note strong { color: #243a34; }
@media (max-width: 520px) { .login-shell { padding: 16px; } .login-card { padding: 28px 22px; } }
