/* Tulip Tower V48.35 — dedicated login choice page + auth-state navigation */
.auth-choice-v4835 {
  min-height: calc(100svh - 150px);
  padding: clamp(72px, 8vw, 118px) 20px 72px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 10%, rgba(221, 235, 246, .9), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(236, 226, 205, .72), transparent 28%),
    linear-gradient(145deg, #f8fafc 0%, #f3f6f8 50%, #f8f6f1 100%);
  color: #10253c;
}
.auth-choice-v4835__shell {
  width: min(930px, 100%);
  margin: 0 auto;
}
.auth-choice-v4835__back {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #52657a;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 650;
  transition: color .18s ease, transform .18s ease;
}
.auth-choice-v4835__back:hover { color: #163e60; transform: translateX(-2px); }
.auth-choice-v4835__intro {
  max-width: 680px;
  margin: 28px auto 34px;
  text-align: center;
}
.auth-choice-v4835__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #8c7550;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .2em;
}
.auth-choice-v4835__intro h1 {
  margin: 0;
  color: #102b45;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.025em;
}
.auth-choice-v4835__intro p {
  margin: 14px auto 0;
  color: #69798a;
  font-size: 16px;
  line-height: 1.65;
}
.auth-choice-v4835__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.auth-choice-v4835__card {
  position: relative;
  min-height: 196px;
  padding: 26px;
  border: 1px solid rgba(16, 47, 75, .10);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(20, 46, 70, .08);
  color: #10253c !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.auth-choice-v4835__card::after {
  content: '';
  position: absolute;
  inset: auto -45px -65px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(28, 83, 124, .055);
  pointer-events: none;
}
.auth-choice-v4835__card--admin::after { background: rgba(160, 128, 76, .07); }
.auth-choice-v4835__card:hover,
.auth-choice-v4835__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(28, 78, 116, .22);
  box-shadow: 0 24px 62px rgba(20, 46, 70, .13);
  outline: none;
}
.auth-choice-v4835__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #edf4f9;
  color: #174b73;
  border: 1px solid rgba(20, 67, 102, .08);
}
.auth-choice-v4835__card--admin .auth-choice-v4835__icon {
  background: #f7f1e7;
  color: #80663e;
}
.auth-choice-v4835__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.auth-choice-v4835__copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}
.auth-choice-v4835__copy small {
  color: #8492a1;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.auth-choice-v4835__copy strong {
  color: #102b45;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 750;
}
.auth-choice-v4835__copy > span {
  color: #657688;
  font-size: 14px;
  line-height: 1.55;
}
.auth-choice-v4835__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: end;
  background: #f1f5f8;
  color: #355c7b;
  font-size: 18px;
  transition: transform .18s ease, background .18s ease;
}
.auth-choice-v4835__card:hover .auth-choice-v4835__arrow { transform: translateX(2px); background: #e7f0f6; }
.auth-choice-v4835__foot {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #718091;
  font-size: 14px;
  line-height: 1.5;
}
.auth-choice-v4835__foot a { color: #183f60; font-weight: 750; text-decoration: none; }
.auth-choice-v4835__foot a:hover { text-decoration: underline; }

@media (max-width: 767.98px) {
  .auth-choice-v4835 {
    min-height: calc(100svh - 86px);
    padding: 86px 14px 38px;
    place-items: start center;
  }
  .auth-choice-v4835__shell { width: 100%; }
  .auth-choice-v4835__back { min-height: 44px; font-size: 14px; }
  .auth-choice-v4835__intro { margin: 18px auto 24px; padding: 0 4px; }
  .auth-choice-v4835__eyebrow { font-size: 11.5px; margin-bottom: 8px; }
  .auth-choice-v4835__intro h1 { font-size: clamp(30px, 9vw, 38px); }
  .auth-choice-v4835__intro p { margin-top: 11px; font-size: 15.5px; line-height: 1.55; }
  .auth-choice-v4835__grid { grid-template-columns: 1fr; gap: 12px; }
  .auth-choice-v4835__card {
    min-height: 142px;
    padding: 18px 16px;
    border-radius: 18px;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    gap: 13px;
    box-shadow: 0 12px 34px rgba(20,46,70,.08);
  }
  .auth-choice-v4835__icon { width: 48px; height: 48px; border-radius: 14px; }
  .auth-choice-v4835__icon svg { width: 24px; height: 24px; }
  .auth-choice-v4835__copy small { font-size: 11.5px; }
  .auth-choice-v4835__copy strong { font-size: 18px; }
  .auth-choice-v4835__copy > span { font-size: 14px; line-height: 1.45; }
  .auth-choice-v4835__arrow { width: 32px; height: 32px; }
  .auth-choice-v4835__foot { margin-top: 20px; flex-wrap: wrap; text-align: center; font-size: 14px; }
}

@media (max-width: 390px) {
  .auth-choice-v4835 { padding-inline: 12px; }
  .auth-choice-v4835__card { grid-template-columns: 44px minmax(0, 1fr) 28px; padding: 16px 13px; gap: 10px; }
  .auth-choice-v4835__icon { width: 44px; height: 44px; }
  .auth-choice-v4835__copy strong { font-size: 17px; }
  .auth-choice-v4835__copy > span { font-size: 13.5px; }
}
