:root {
  color-scheme: dark;
  --bg: #070b14;
  --panel: #0d1524;
  --line: rgba(255,255,255,.08);
  --text: #e8eef7;
  --muted: #93a0b5;
  --accent: #3dd6a5;
  --accent-2: #67e8f9;
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(61,214,165,.12), transparent 50%),
    radial-gradient(900px 400px at 90% 0%, rgba(103,232,249,.08), transparent 45%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: #7ff0c5; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-nav-link { font-size: .9rem; font-weight: 500; color: var(--muted); }
.site-nav-link:hover { color: var(--text); }
.site-cta, .site-cta-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: .7rem 1.15rem; font-size: .9rem; font-weight: 600;
}
.site-cta { background: linear-gradient(180deg, #4ae0b0, #1fbe8a); color: #04281c; }
.site-cta-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--text); }
header.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); background: rgba(7,11,20,.78); border-bottom: 1px solid var(--line); }
header.site-header .bar { max-width: 76rem; margin: 0 auto; padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
header summary { list-style: none; cursor: pointer; }
header details > div { position: absolute; z-index: 20; margin-top: .6rem; width: 16rem; background: #10192b; border: 1px solid var(--line); border-radius: .9rem; padding: .85rem; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
header details a { display: block; padding: .35rem 0; color: var(--text); }
.site-nav-desktop { display: flex; align-items: center; gap: 1.4rem; }
.site-nav-mobile { display: none; border-top: 1px solid var(--line); padding: .75rem 1.25rem; gap: .85rem; flex-wrap: wrap; font-size: .9rem; }
.brand { font-weight: 650; letter-spacing: -.03em; color: var(--text); font-size: 1.05rem; }
main .wrap, .wrap { max-width: 76rem; margin: 0 auto; padding: 4.5rem 1.25rem; }
main article.prose { max-width: 48rem; }
h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.05; margin: .6rem 0 1rem; letter-spacing: -.04em; }
h2 { font-size: 1.6rem; margin-top: 2.2rem; letter-spacing: -.02em; }
p { color: var(--muted); }
pre { background: #05080f; color: #b8f5d8; padding: 1.25rem; border-radius: 1rem; overflow: auto; border: 1px solid var(--line); }
.card {
  display: block; border: 1px solid var(--line); background: rgba(13,21,36,.86);
  border-radius: 1.15rem; padding: 1.35rem; transition: border-color .2s, transform .2s;
}
.card:hover { border-color: rgba(61,214,165,.4); transform: translateY(-2px); }
.grid-3 { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.logo-strip { display: flex; flex-wrap: wrap; gap: .75rem; }
.logo-pill { border: 1px solid var(--line); border-radius: 999px; padding: .35rem .8rem; font-size: .8rem; color: var(--muted); }
footer.site-footer { margin-top: 4rem; border-top: 1px solid var(--line); background: #080d18; }
footer.site-footer .grid { max-width: 76rem; margin: 0 auto; padding: 3.5rem 1.25rem; display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); }
footer ul { list-style: none; padding: 0; color: var(--muted); font-size: .9rem; }
#cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; background: #10192b; border-top: 1px solid var(--line); padding: .85rem 1rem; }
.hidden { display: none !important; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #0b1220; color: var(--text); border-radius: .7rem; padding: .6rem .8rem; }
table { border-collapse: collapse; width: 100%; }
th, td { padding: .55rem .7rem; text-align: left; border-top: 1px solid var(--line); }
.crumbs { font-size: .8rem; color: var(--muted); margin-bottom: 1rem; }
.crumbs a { color: var(--muted); }
.lede { max-width: 42rem; font-size: 1.15rem; }
.content { max-width: 48rem; }
.prose-site h2 { font-size: 1.25rem; margin-top: 2rem; }
.prose-site p { margin: .75rem 0 0; }
.notice { margin: 1.2rem 0 0; border-radius: .8rem; padding: .85rem 1rem; font-size: .9rem; border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.notice-ok { border-color: rgba(61,214,165,.35); color: #b8f5d8; }
.notice-warn { border-color: rgba(251,191,36,.4); color: #fde68a; }
.notice-err { border-color: rgba(248,113,113,.45); color: #fecaca; }
.stack { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.6rem; }
.list-cards { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.status-list { margin-top: 2rem; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: rgba(13,21,36,.86); }
.status-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-top: 1px solid var(--line); }
.status-list li:first-child { border-top: 0; }
.ok { color: #3dd6a5; }
.warn { color: #fbbf24; }
.plan-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); margin-top: 2rem; }
.form-grid { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.6rem; max-width: 36rem; }
label span, .field-label { display: block; margin-bottom: .35rem; font-size: .85rem; color: var(--muted); }
@media (max-width: 1024px) {
  .site-nav-desktop { display: none; }
  .site-nav-mobile { display: flex; }
}
