
:root {
  color: #17191c;
  background: #f4f6f7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
button { font: inherit; letter-spacing: 0; }
.shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  min-height: 100vh;
}
.identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 7vw, 112px);
  background: #12251e;
  color: #f7f8f4;
}
.mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border: 1px solid #9fc7a9;
  color: #bde2c5;
  font-size: 17px;
  font-weight: 750;
}
.brand, .eyebrow { margin: 0; font-size: 12px; font-weight: 750; letter-spacing: 0; }
.brand { color: #bde2c5; }
h1 { max-width: 720px; margin: 20px 0; font-size: 84px; line-height: .98; letter-spacing: 0; }
.summary { max-width: 480px; margin: 0; color: #c9d2cd; font-size: 18px; line-height: 1.55; }
.login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 7vw, 104px);
  background: #ffffff;
  border-left: 1px solid #dfe5e1;
}
.eyebrow { color: #567064; }
h2 { margin: 12px 0 30px; font-size: 32px; line-height: 1.15; letter-spacing: 0; }
.google-button { min-height: 44px; }
.status { min-height: 24px; margin: 18px 0 0; color: #9d332d; font-size: 14px; line-height: 1.5; }
.profile-row { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.profile-row h2 { margin: 0 0 4px; }
.avatar { width: 56px; height: 56px; object-fit: cover; border: 1px solid #dfe5e1; border-radius: 50%; }
.username { margin: 0; color: #667069; }
.secondary {
  width: 100%;
  min-height: 44px;
  border: 1px solid #bec8c2;
  border-radius: 4px;
  background: #fff;
  color: #27332d;
  cursor: pointer;
}
.secondary:hover { background: #f1f5f2; }
.secondary:focus-visible { outline: 3px solid #83ad92; outline-offset: 2px; }
.legal { margin: 36px 0 0; color: #7b837e; font-size: 12px; line-height: 1.5; }
[hidden] { display: none !important; }
@media (max-width: 760px) {
  .shell { grid-template-columns: 1fr; }
  .identity { min-height: 44vh; padding: 36px 28px; }
  .mark { margin-bottom: 16px; }
  h1 { margin: 14px 0; font-size: 48px; }
  .summary { font-size: 16px; }
  .login-panel { min-height: 56vh; padding: 40px 28px; border-left: 0; border-top: 1px solid #dfe5e1; }
}
