.gr-account-page {
  min-height: calc(100vh - 160px);
  padding: clamp(48px, 8vw, 96px) 20px;
  background: #f7f7f5;
}

.gr-account-page__inner {
  display: flex;
  justify-content: center;
}

.gr-account-access {
  width: min(100%, 520px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #e5e5e0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(22, 22, 18, 0.08);
  text-align: center;
}

.gr-account-access__eyebrow {
  margin: 0 0 10px;
  color: #62625b;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gr-account-access h1 {
  margin: 0;
  color: #20201c;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  line-height: 1.12;
}

.gr-account-access__intro,
.gr-account-access--authenticated > p:not(.gr-account-access__eyebrow) {
  max-width: 410px;
  margin: 18px auto 0;
  color: #62625b;
  line-height: 1.65;
}

.gr-account-access__google {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  min-height: 44px;
}

.gr-account-access__notice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff4dc;
  color: #674c18;
  font-size: 0.92rem;
  line-height: 1.5;
}

.gr-account-access__privacy {
  margin: 24px auto 0;
  color: #77776f;
  font-size: 0.78rem;
  line-height: 1.5;
}

.gr-account-access__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.gr-account-access__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: #20201c;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.gr-account-access__link {
  color: #3f3f39;
  font-weight: 600;
}

@media (max-width: 600px) {
  .gr-account-page {
    padding: 28px 14px 48px;
  }

  .gr-account-access {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(22, 22, 18, 0.06);
  }
}
