:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #202020; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #4263eb; outline-offset: 5px; }
.skip-link { position: absolute; left: 16px; top: -80px; background: white; padding: 12px; z-index: 1; }
.skip-link:focus { top: 12px; }
.header { display: flex; align-items: center; justify-content: space-between; padding: 28px 36px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; font-size: 18px; font-weight: 600; }
.brand img { object-fit: contain; height: 44px; width: 110px; }
.brand-divider { width: 1px; height: 26px; background: #dedede; }
.support { font-size: 13px; text-decoration: none; color: #626262; }
.support span { margin-left: 6px; }
.support:hover, footer a:hover { color: #111; text-decoration: underline; }
main { flex: 1; width: 100%; }
.entry { max-width: 480px; margin: clamp(44px, 9vh, 108px) auto 0; padding: 0 24px; text-align: center; }
.eyebrow { margin: 0 0 22px; color: #6d6d6d; font-size: 10px; font-weight: 600; letter-spacing: 1.8px; line-height: 1.5; }
h1 { font-size: clamp(30px, 4vw, 38px); font-weight: 500; letter-spacing: -1.3px; line-height: 1.15; margin: 0 0 18px; }
.intro { font-size: 17px; line-height: 1.55; color: #686868; margin: 0; }
.sign-in { margin-top: 36px; }
.google-button { position: relative; display: flex; align-items: center; justify-content: center; gap: 13px; width: 100%; min-height: 52px; padding: 12px 20px; border: 1px solid #c9c9c9; border-radius: 28px; background: #fff; color: #252525; font: 500 15px Arial, sans-serif; cursor: pointer; transition: background .15s, border-color .15s; }
.google-button:hover { background: #f6f6f6; border-color: #a5a5a5; }
.google-button:active { background: #eee; }
.google-button:disabled { cursor: not-allowed; opacity: .55; }
.sign-in-note { color: #626262; font-size: 13px; line-height: 1.6; margin: 18px 0 0; }
.consent-note { color: #767676; font-size: 12px; line-height: 1.65; margin: 24px 0 0; }
.notice { background: #f5f5f3; border: 1px solid #e7e7e2; border-radius: 12px; padding: 14px 16px; font-size: 14px; line-height: 1.5; text-align: left; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 860px; margin: 84px auto 48px; padding: 32px 24px 0; border-top: 1px solid #ededed; }
.feature-symbol { font-size: 22px; display: block; margin-bottom: 16px; height: 25px; }
.features h2 { margin: 0 0 9px; font-size: 14px; font-weight: 600; }
.features p { margin: 0; color: #737373; font-size: 13px; line-height: 1.7; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px 36px; font-size: 12px; color: #757575; }
footer nav { display: flex; gap: 24px; }
footer a { text-decoration: none; }
.account { max-width: 500px; }
.account-email { overflow-wrap: anywhere; color: #676767; font-size: 14px; }
.success-mark { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f0f4ee; color: #3e5839; font-size: 24px; margin-bottom: 24px; }
.setup-note { text-align: left; border: 1px solid #e4e4e4; border-radius: 16px; padding: 24px; margin: 32px 0 24px; }
.setup-note h2 { font-size: 17px; margin: 0 0 12px; }
.setup-note p { font-size: 14px; color: #626262; line-height: 1.7; margin: 0; }
.secondary-button { padding: 12px 28px; border: 1px solid #ccc; border-radius: 25px; color: #333; background: white; font-size: 14px; cursor: pointer; }
.secondary-button:hover { background: #f5f5f5; }
.privacy { max-width: 720px; margin: 56px auto 72px; padding: 0 24px; }
.privacy h2 { font-size: 19px; margin-top: 32px; font-weight: 600; }
.privacy p { color: #626262; line-height: 1.8; font-size: 15px; }
.text-link { display: inline-block; margin-top: 24px; font-size: 14px; }
@media (max-width: 600px) {
  .header { padding: 22px 22px; }
  .brand { gap: 12px; font-size: 16px; }
  .brand img { width: 88px; height: 35px; }
  .support { font-size: 12px; }
  .entry { margin-top: 64px; }
  .features { gap: 24px; margin: 64px 24px 30px; padding: 28px 0 0; grid-template-columns: 1fr; }
  .features article { display: grid; grid-template-columns: 30px 1fr; column-gap: 16px; }
  .feature-symbol { grid-row: 1 / 3; margin: 0; }
  .features p br { display: none; }
  footer { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
