:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #071426;
}
* { box-sizing: border-box; }
body { min-height: 100dvh; margin: 0; background: radial-gradient(circle at 14% 8%, #19345d 0, #071426 39%, #040b15 100%); }
a { color: inherit; }
.login-shell { width: min(1120px, calc(100% - 36px)); min-height: 100dvh; margin: auto; padding: max(36px, 7vh) 0; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.75fr); gap: clamp(40px,8vw,110px); align-items: center; }
.login-brand { color: white; }
.login-mark { width: 58px; height: 58px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg,#7c8cff,#4d67ff); box-shadow: 0 18px 55px rgba(77,103,255,.42); font-size: 24px; font-weight: 900; }
.eyebrow { margin: 0 0 14px; color: #9eafe0; font-size: 11px; font-weight: 850; letter-spacing: .18em; }
h1 { margin: 0; max-width: 660px; font-size: clamp(40px,6vw,72px); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 600px; margin: 24px 0 0; color: #b8c5d8; font-size: clamp(16px,2vw,20px); line-height: 1.6; }
.trust-list { margin-top: 42px; display: grid; gap: 12px; }
.trust-list span { max-width: 610px; padding: 13px 15px; display: grid; grid-template-columns: 140px 1fr; gap: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; color: #aebdd1; background: rgba(255,255,255,.045); font-size: 12px; line-height: 1.45; }
.trust-list b { color: white; }
.login-card { padding: clamp(25px,4vw,42px); border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 32px 90px rgba(0,0,0,.38); }
.card-heading { display: flex; align-items: center; gap: 8px; color: #546175; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #00a86b; box-shadow: 0 0 0 5px rgba(0,168,107,.1); }
h2 { margin: 25px 0 11px; font-size: clamp(27px,3vw,36px); line-height: 1.05; letter-spacing: -.035em; }
.login-card > p { color: #667185; font-size: 13px; line-height: 1.6; }
.google-button { min-height: 54px; margin: 25px 0 14px; padding: 0 17px; display: grid; grid-template-columns: 26px minmax(0,1fr) auto; gap: 10px; align-items: center; border-radius: 11px; color: white; background: #3348dc; box-shadow: 0 10px 25px rgba(51,72,220,.25); font-size: 13px; font-weight: 800; text-decoration: none; }
.google-button:hover, .google-button:focus-visible { outline: 3px solid rgba(77,103,255,.22); background: #2639c7; }
.google-g { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #2640b4; background: white; font-weight: 900; }
.security-note { margin: 0 !important; font-size: 10px !important; }
.support-card { margin-top: 25px; padding: 16px; display: grid; gap: 7px; border: 1px solid #dde2eb; border-radius: 12px; background: #f7f8fb; }
.support-card p { margin: 0 0 4px; color: #667185; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.support-card a { color: #2f48d1; font-size: 12px; font-weight: 750; text-decoration: none; }
.support-card a:hover { text-decoration: underline; }
footer { margin-top: 24px; color: #929baa; font-size: 9px; text-align: center; }
@media (max-width: 820px) {
  .login-shell { width: min(560px,calc(100% - 28px)); padding: 28px 0; display: block; }
  .login-brand { margin-bottom: 28px; }
  .login-mark { margin-bottom: 20px; }
  h1 { font-size: clamp(38px,12vw,56px); }
  .lead { font-size: 15px; }
  .trust-list { display: none; }
}
@media (max-width: 460px) {
  .login-shell { width: 100%; padding: 0; }
  .login-brand { padding: 30px 22px 25px; }
  .login-mark { width: 46px; height: 46px; border-radius: 14px; }
  .login-card { min-height: 54dvh; padding: 28px 22px max(28px,env(safe-area-inset-bottom)); border: 0; border-radius: 24px 24px 0 0; }
  .google-button { min-height: 58px; }
}
