@import url('/assets/fonts/product/fonts.css');

:root {
  color-scheme: light dark;
  --bg: light-dark(#f8fafc, #0b0f14);
  --surface: light-dark(#fff, #121820);
  --subtle: light-dark(#f1f5f9, #1b2430);
  --heading: light-dark(#0f172a, #f8fafc);
  --text: light-dark(#526075, #aeb9c8);
  --muted: light-dark(#69788d, #8997aa);
  --line: light-dark(#dfe6ee, #293647);
  --line-soft: light-dark(#edf1f6, #202b39);
  --blue: light-dark(#2563eb, #7aa7ff);
  --blue-soft: light-dark(#edf4ff, #16263f);
  --error: light-dark(#b42318, #fca5a5);
  --error-bg: light-dark(#fff3f1, #371b20);
  color: var(--text);
  background: var(--bg);
  font-family: "Inter", system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
:root[data-theme="light"] { color-scheme: light; }
:root[data-theme="dark"] { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
svg { flex-shrink: 0; }
:is(button, input, a, summary):focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.access-shell { display: grid; min-height: 100vh; min-height: 100svh; grid-template-rows: auto 1fr; }
.access-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(20px, 4vw, 48px); border-bottom: 1px solid var(--line-soft); }
.brand { display: inline-flex; align-items: center; gap: 16px; white-space: nowrap; }
.brand img { width: auto; height: 26px; }
.brand > span { padding-left: 16px; border-left: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.brand-dark { display: none; }
:root[data-theme="dark"] .brand-light { display: none; }
:root[data-theme="dark"] .brand-dark { display: block; }
@media (prefers-color-scheme: dark) { :root[data-theme="system"] .brand-light { display: none; } :root[data-theme="system"] .brand-dark { display: block; } }
.access-header-actions { display: flex; align-items: center; gap: 12px; }
.product-docs-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 36px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--text); font-size: 12px; font-weight: 500; }
.product-docs-link:hover { border-color: var(--blue); color: var(--blue); }
.product-docs-link svg { width: 15px; height: 15px; }
.product-docs-link svg:last-child { width: 12px; height: 12px; }
.theme-menu { position: relative; }
.theme-menu > summary { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; padding: 6px 9px; border-radius: 8px; color: var(--muted); list-style: none; font-size: 12px; }
.theme-menu summary::-webkit-details-marker { display: none; }
.theme-menu summary:hover, .theme-menu[open] > summary { background: var(--subtle); color: var(--heading); }
.theme-menu svg { width: 18px; height: 18px; }
.theme-switcher { position: absolute; z-index: 2; top: calc(100% + 8px); right: 0; display: grid; width: 140px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 8px 24px rgb(0 0 0 / 8%); }
.theme-switcher button { min-height: 36px; padding: 6px 10px; border: 0; border-radius: 6px; color: var(--text); background: transparent; text-align: left; font-size: 13px; }
.theme-switcher button:hover, .theme-switcher button[aria-pressed="true"] { color: var(--heading); background: var(--subtle); }
.access-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 420px); gap: 64px; align-items: center; align-self: center; width: min(960px, calc(100% - 64px)); margin: 0 auto; padding: 64px 0 88px; }
.access-intro { min-width: 0; }
.access-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 600; }
.access-eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
h1, h2 { font-family: "Bricolage Grotesque", "Inter", sans-serif; color: var(--heading); }
h1 { margin: 0; font-size: clamp(36px, 4vw, 46px); font-weight: 650; letter-spacing: -0.025em; line-height: 1.12; }
.access-description { max-width: 410px; margin: 20px 0 0; font-size: 15px; line-height: 1.8; }
.access-portals { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.access-portals span { padding: 4px 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--text); background: var(--surface); font-size: 10px; font-weight: 500; }
.access-capabilities { display: grid; gap: 22px; margin: 32px 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid var(--line); }
.access-capabilities li { display: flex; gap: 14px; align-items: start; }
.capability-icon { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid var(--line); border-radius: 7px; font-family: "IBM Plex Mono", monospace; font-size: 10px; color: var(--muted); }
.access-capabilities li > div { display: grid; gap: 3px; }
.access-capabilities strong { color: var(--heading); font-size: 13px; font-weight: 550; }
.access-capabilities li > div > span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.access-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 6px 28px rgb(15 23 42 / 3%); }
.access-card-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border: 1px solid color-mix(in srgb, var(--blue) 16%, var(--line)); border-radius: 11px; color: var(--blue); background: var(--blue-soft); }
.access-card-icon svg { width: 22px; height: 22px; }
h2 { margin: 0; font-size: 23px; font-weight: 650; letter-spacing: -0.015em; line-height: 1.25; }
.card-copy { margin: 12px 0 22px; color: var(--text); font-size: 13px; line-height: 1.75; }
.access-destination { display: grid; gap: 3px; margin-bottom: 24px; padding: 11px 13px; border: 1px solid var(--line-soft); border-radius: 8px; background: var(--bg); }
.access-destination > span { color: var(--muted); font-size: 10px; }
.access-destination strong { display: flex; justify-content: space-between; gap: 12px; color: var(--heading); font-size: 12px; font-weight: 500; }
.access-destination strong > span { color: var(--muted); }
.access-status, .login-error { margin: 0 0 16px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; line-height: 1.7; }
.access-status { background: var(--blue-soft); color: var(--text); }
.login-error { border-color: color-mix(in srgb, var(--error) 30%, var(--line)); background: var(--error-bg); color: var(--error); }
.auth-form { display: grid; gap: 8px; }
.auth-form label { color: var(--heading); font-size: 12px; font-weight: 550; }
.key-field { display: flex; align-items: center; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.key-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.key-field input { flex: 1; width: 100%; min-width: 0; min-height: 44px; padding: 10px 12px; outline: 0; border: 0; border-radius: inherit; background: transparent; color: var(--heading); font-size: 14px; }
.key-field input:focus-visible { outline: none; }
.key-field input::placeholder { color: var(--muted); font-size: 12px; }
.reveal-key { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; margin-right: 4px; padding: 8px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); }
.reveal-key svg { width: 18px; height: 18px; }
.reveal-key:hover { background: var(--subtle); color: var(--heading); }
.submit-button { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; margin-top: 4px; padding: 10px 14px; border: 1px solid transparent; border-radius: 8px; background: #2563eb; color: #fff; font-size: 13px; font-weight: 550; }
.submit-button:hover { background: #1d4ed8; }
.submit-button:disabled { cursor: wait; opacity: 0.7; }
.submit-button[aria-busy="true"] .submit-arrow { visibility: hidden; }
.key-purpose { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.access-help { margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.access-help strong { color: var(--text); font-weight: 550; }
.session-note { display: flex; align-items: center; gap: 7px; margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 10px; }
.session-note svg { width: 13px; height: 13px; }
@media (max-width: 800px) {
  .access-main { width: min(620px, calc(100% - 40px)); grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 36px 0 48px; }
  .access-eyebrow { margin-bottom: 12px; }
  h1 { font-size: 34px; line-height: 1.15; }
  h1 br { display: none; }
  .access-description { max-width: none; margin-top: 12px; font-size: 14px; }
  .access-portals { margin-top: 16px; }
  .access-capabilities { display: none; }
  .access-card { padding: 24px; }
  .access-card-icon { display: none; }
  .access-main { align-self: start; }
}
@media (max-width: 480px) {
  .access-header { min-height: 64px; padding: 14px 20px; gap: 12px; }
  .brand img { height: 22px; }
  .brand > span, .theme-menu > summary > span { display: none; }
  .access-header-actions { gap: 5px; }
  .product-docs-link { padding: 5px 8px; font-size: 10px; gap: 5px; }
  .product-docs-link svg:last-child { display: none; }
  .access-main { padding-top: 28px; gap: 22px; }
  .access-description { line-height: 1.65; }
  .access-portals span { padding: 3px 6px; font-size: 9px; }
  .access-card { padding: 20px; }
  h2 { font-size: 22px; }
  .key-field input { font-size: 16px; }
  .access-destination { margin-bottom: 18px; }
}
