:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #030712;
  --surface: #070d1c;
  --line: rgb(148 163 184 / 16%);
  --line-blue: rgb(147 197 253 / 30%);
  --text: #f8fafc;
  --muted: #94a3b8;
  background: var(--bg);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  color: var(--text);
  background: linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px), var(--bg);
  background-size: 72px 72px;
}
body::before {
  position: fixed; z-index: -1; inset: 0; content: "";
  background: radial-gradient(circle at 48% 8%, rgb(37 99 235 / 18%), transparent 36rem), radial-gradient(circle at 8% 75%, rgb(59 130 246 / 7%), transparent 28rem);
}
a { color: inherit; }
.skip-link { position: fixed; z-index: 30; top: 1rem; left: 1rem; padding: .8rem 1rem; color: #030712; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header, footer { display: grid; width: min(100% - 3rem, 1180px); margin: auto; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.site-header { min-height: 88px; }
.site-header p, footer { color: var(--muted); font-size: .75rem; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: .7rem; font-size: .84rem; font-weight: 760; text-decoration: none; }
.brand span { width: .55rem; height: .55rem; border-radius: 50%; background: #93c5fd; box-shadow: 0 0 1.2rem rgb(96 165 250 / 90%); }
.quiet-link { justify-self: end; color: #bfdbfe; font-size: .75rem; text-decoration: none; }
main { width: min(100% - 3rem, 1180px); margin: auto; }
.hero { min-height: 56svh; display: grid; align-content: center; padding: 8rem 0 5rem; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 1rem; color: #93c5fd; font-size: .67rem; font-weight: 760; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(3.6rem, 9vw, 8rem); font-weight: 720; letter-spacing: -.065em; line-height: .9; }
.pulse-text { color: #dbeafe; background: linear-gradient(105deg, #2563eb 8%, #60a5fa 31%, #fff 50%, #93c5fd 69%, #2563eb 92%); background-size: 240% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 1.3rem rgb(59 130 246 / 24%)); animation: pulse 6s ease-in-out infinite; }
.hero-copy { max-width: 620px; margin: 2rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.session-bar { margin-top: 2rem; color: #bfdbfe; font-size: .78rem; }
.text-button { margin-left: 1rem; border: 0; color: var(--muted); background: transparent; cursor: pointer; text-decoration: underline; }
.portal-shell, .examples { padding: clamp(5rem, 10vw, 9rem) 0; border-bottom: 1px solid var(--line); }
.access-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 5rem; min-height: 520px; align-items: center; padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line-blue); background: radial-gradient(circle at 5% 100%, rgb(37 99 235 / 20%), transparent 22rem), var(--surface); }
.access-panel h2, .section-heading h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 5.2rem); letter-spacing: -.06em; line-height: .95; }
.access-panel > div > p:last-child, .section-heading > p { max-width: 520px; color: var(--muted); line-height: 1.75; }
form { display: grid; gap: .6rem; padding: 2rem; border: 1px solid var(--line); background: rgb(3 7 18 / 65%); }
label { margin-top: .5rem; color: #bfdbfe; font-size: .72rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
input { width: 100%; min-height: 52px; border: 1px solid var(--line-blue); border-radius: 0; padding: .8rem 1rem; color: white; background: #030712; font: inherit; }
input:focus { outline: 2px solid #60a5fa; outline-offset: 2px; }
.form-actions, .card-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 1px solid transparent; border-radius: 999px; font: inherit; font-size: .78rem; font-weight: 720; text-decoration: none; cursor: pointer; }
.button-primary { color: #07101d; background: white; }
.button-secondary { border-color: var(--line-blue); color: #dbeafe; background: rgb(15 23 42 / 58%); }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; color: #bfdbfe; font-size: .78rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.account-list, .example-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hosted-card, .example-grid article { min-height: 290px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgb(255 255 255 / 2%), transparent); }
.hosted-card { display: flex; flex-direction: column; }
.state, .example-number { color: #60a5fa; font: .65rem ui-monospace, monospace; text-transform: uppercase; }
.hosted-card h3, .example-grid h3 { margin: auto 0 1rem; font-size: 1.5rem; letter-spacing: -.035em; }
.hosted-card p, .example-grid p { color: var(--muted); font-size: .8rem; }
.example-grid a { color: #bfdbfe; font-size: .78rem; text-underline-offset: .3rem; }
.empty-state { padding: 4rem; border: 1px solid var(--line); text-align: center; }
.empty-state h3 { margin: 0; font-size: 2rem; }
.empty-state > p:not(.eyebrow) { color: var(--muted); }
footer { min-height: 100px; border-top: 0; border-bottom: 0; }
footer a:nth-child(2) { justify-self: center; }
footer a:last-child { justify-self: end; }
@keyframes pulse { 0%,100% { background-position: 0 50%; filter: drop-shadow(0 0 .8rem rgb(37 99 235 / 18%)); } 50% { background-position: 100% 50%; filter: drop-shadow(0 0 1.8rem rgb(147 197 253 / 42%)); } }
@media (max-width: 800px) { .access-panel { grid-template-columns: 1fr; gap: 2rem; } .section-heading { display: block; } .section-heading > * + * { margin-top: 1.5rem; } .account-list, .example-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-header, main, footer { width: min(100% - 2rem, 1180px); } .site-header { grid-template-columns: 1fr auto; } .site-header p { display: none; } h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); } .account-list, .example-grid { grid-template-columns: 1fr; } .access-panel, form { padding: 1.4rem; } footer { grid-template-columns: 1fr auto; } footer a:nth-child(2) { display: none; } }
@media (prefers-reduced-motion: reduce) { .pulse-text { animation: none; background-position: 50% 50%; } * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
