:root {
  --bg: #070b12;
  --panel: #0d1420;
  --panel-2: #111b2a;
  --border: rgba(148, 163, 184, 0.18);
  --text: #edf3fb;
  --muted: #94a3b8;
  --accent: #cbd5e1;
  --danger: #ef4444;
  --danger-soft: rgba(127, 29, 29, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Arial, sans-serif; color: var(--text); }

.access-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(71, 85, 105, 0.12), transparent 34%),
    linear-gradient(180deg, #05080e 0%, var(--bg) 100%);
}

.access-shell { width: min(470px, 100%); }

.access-card {
  background: rgba(9, 14, 23, 0.96);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.access-eyebrow {
  margin: 0 0 10px;
  color: #a7b4c7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 { margin: 0; font-size: clamp(1.8rem, 7vw, 2.4rem); line-height: 1.08; }
.access-subtitle { margin: 10px 0 0; color: var(--muted); line-height: 1.5; }

.access-error {
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(239, 68, 68, 0.38);
  border-radius: 14px;
  background: rgba(127, 29, 29, 0.18);
  color: #fecaca;
  line-height: 1.4;
}

.access-form { display: grid; gap: 15px; margin-top: 24px; }
.access-form label > span { display: block; margin-bottom: 7px; font-weight: 700; }

.access-form input {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 13px;
  background: #080d15;
  color: var(--text);
  outline: none;
  font-size: 16px;
}

.access-form input:focus {
  border-color: rgba(203, 213, 225, 0.5);
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12);
}

.access-form button {
  min-height: 48px;
  margin-top: 3px;
  border: 1px solid rgba(203, 213, 225, 0.28);
  border-radius: 13px;
  background: linear-gradient(180deg, #dbe4ef 0%, #aebdce 100%);
  color: #07101b;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.access-form button:hover { filter: brightness(1.04); }
.access-form button:disabled { cursor: wait; opacity: 0.72; }

.trap-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.access-warning {
  margin-top: 26px;
  padding: 15px 16px;
  border: 1px solid rgba(239, 68, 68, 0.28);
  border-left: 3px solid rgba(239, 68, 68, 0.78);
  border-radius: 12px;
  background: var(--danger-soft);
}

.access-warning strong {
  display: block;
  color: #fecaca;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.access-warning p {
  margin: 8px 0 0;
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .access-body { padding: 14px; }
  .access-card { padding: 22px 18px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* v2.0.2 secure login attribution + second-factor verification */
.grecaptcha-badge { visibility: hidden !important; }

.recaptcha-attribution,
.verification-help {
  margin: -2px 0 0;
  color: #75849a;
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.recaptcha-attribution a {
  color: #94a3b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.verification-input {
  text-align: center;
  letter-spacing: 0.22em;
  font-family: Consolas, Monaco, monospace;
  font-size: 1.2rem !important;
  font-weight: 700;
}
