:root {
  --navy: #111a24;
  --ink: #0f1720;
  --muted: #667281;
  --line: #d8e0e8;
  --surface: #ffffff;
  --soft: #f4f7fa;
  --green: #57b97a;
  --red: #c44d56;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: #eef3f7; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: radial-gradient(circle at 18% 8%, #fff 0, #f7f9fb 34%, #eef3f7 100%); font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
.access-shell { display: grid; min-height: 100vh; grid-template-rows: auto 1fr auto; }
.access-header, .access-footer { padding: 22px clamp(22px, 5vw, 72px); }
.access-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(182, 194, 206, .65); background: rgba(255, 255, 255, .76); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: 13px; font-weight: 850; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .08em; }
.brand small { color: var(--muted); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.access-header > a:last-child { color: var(--muted); font-size: 13px; text-decoration: none; }
.access-main { display: grid; width: min(1100px, calc(100% - 36px)); margin: 0 auto; padding: clamp(48px, 8vw, 100px) 0; place-items: center; }
.access-layout { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) minmax(340px, 470px); gap: clamp(40px, 7vw, 92px); align-items: center; }
.access-copy .eyebrow { margin: 0 0 18px; color: #596879; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.access-copy h1 { max-width: 680px; margin: 0; font-size: clamp(40px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; }
.access-copy > p:not(.eyebrow) { max-width: 630px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.access-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.access-proof span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #405064; font-size: 11px; font-weight: 700; }
.access-card { padding: clamp(26px, 4vw, 42px); border: 1px solid #ccd7e1; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 30px 80px rgba(35, 53, 70, .12); }
.access-card h2 { margin: 0 0 9px; font-size: 25px; letter-spacing: -.035em; }
.access-card > p { margin: 0 0 24px; color: var(--muted); }
.field-label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.access-card input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #cbd5df; border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.access-card input:focus { border-color: #72849a; box-shadow: 0 0 0 4px rgba(95, 118, 143, .12); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--navy); border-radius: 11px; color: #fff; background: var(--navy); cursor: pointer; font-weight: 800; text-decoration: none; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .64; transform: none; }
.button-secondary { border-color: var(--line); color: var(--ink); background: #fff; }
.access-card .button { width: 100%; margin-top: 16px; }
.status-message { min-height: 24px; margin: 15px 0 0 !important; color: var(--muted) !important; font-size: 13px; }
.status-message.is-error { color: var(--red) !important; }
.status-message.is-success { color: #267344 !important; }
.security-note { display: flex; gap: 9px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.security-note::before { content: ""; width: 8px; height: 8px; margin-top: 4px; flex: 0 0 8px; border-radius: 50%; background: var(--green); }
.state-card { width: min(620px, 100%); text-align: left; }
.state-card .state-label { display: inline-flex; margin-bottom: 18px; padding: 6px 9px; border-radius: 999px; color: #405064; background: #edf2f6; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.state-card h1 { margin: 0; font-size: clamp(34px, 6vw, 54px); line-height: 1.02; letter-spacing: -.05em; }
.state-card > p { margin: 19px 0 0; color: var(--muted); font-size: 16px; }
.state-meta { display: grid; gap: 10px; margin: 28px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.state-meta div { display: flex; justify-content: space-between; gap: 20px; }
.state-meta span { color: var(--muted); font-size: 12px; }
.state-meta strong { font-size: 12px; text-align: right; }
.state-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.state-actions .button { width: auto; margin: 0; }
.access-footer { color: #758292; font-size: 11px; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 820px) {
  .access-layout { grid-template-columns: 1fr; }
  .access-copy h1 { font-size: clamp(42px, 12vw, 62px); }
}
@media (max-width: 520px) {
  .access-header { padding: 16px 18px; }
  .brand small { display: none; }
  .access-main { width: min(100% - 24px, 1100px); padding: 34px 0 48px; }
  .access-card { border-radius: 18px; }
  .state-actions { display: grid; }
  .state-actions .button { width: 100%; }
}
