.gate_page__t0SYR {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px var(--page-gutter);
  background: var(--c-cream-light);
}

.gate_card__U8Abx {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: var(--shadow);
  text-align: center;
}

.gate_logoRow__AK2bg {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  justify-content: center;
}

.gate_logoIcon__G4cuG {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--surface-forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.gate_logoWord__7G7rc {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.01em;
}

.gate_lockIcon__zBapj {
  font-size: 36px;
  margin-bottom: 16px;
  opacity: 0.7;
}

.gate_title__sWpOu {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.gate_body__HUgoI {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.6;
  margin-bottom: 28px;
}

.gate_actions__Of7Vq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.gate_primaryBtn__rZOoU {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: var(--c-navy);
  color: var(--c-cream);
  border-radius: 9px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background 0.15s;
}

.gate_primaryBtn__rZOoU:hover {
  background: #1a2a3a;
}

.gate_secondaryBtn__tKGJh {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  color: var(--c-light-body);
  border: 1px solid var(--c-border-mid);
  border-radius: 9px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  transition: background 0.15s, border-color 0.15s;
}

.gate_secondaryBtn__tKGJh:hover {
  background: var(--c-cream-dark);
  border-color: rgba(100, 130, 44, 0.3);
}

.gate_hint___ZIQ4 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-mute);
}

.gate_link__HuxNQ {
  color: var(--c-green-dark);
  font-weight: 500;
}

.gate_link__HuxNQ:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

