* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 85% -20%, #20375c 0, transparent 36rem), var(--bg); color: var(--text); font-family: var(--font); line-height: 1.5; }
button, input, select { font: inherit; }
button, select, input { color: inherit; }
button { cursor: pointer; }
a { color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: .2rem; font-size: clamp(2rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.055em; }
h2 { margin-bottom: 0; font-size: clamp(1.1rem, 2vw, 1.55rem); letter-spacing: -.025em; }
h3 { font-size: 1rem; }
small { color: var(--muted); }
code { color: #c5d0ff; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th { padding: .75rem 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-align: right; text-transform: uppercase; white-space: nowrap; }
th:first-child, td:first-child { text-align: left; }
td { padding: .8rem 1rem; border-bottom: 1px solid rgba(80,100,130,.22); text-align: right; white-space: nowrap; }
tbody tr:hover { background: rgba(255,255,255,.025); }
label { display: grid; gap: .35rem; color: var(--muted); font-size: .78rem; }
input, select { min-height: 40px; border: 1px solid var(--line); border-radius: 8px; background: #0c1728; padding: .48rem .7rem; }
input:focus-visible, select:focus-visible, button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
summary { cursor: pointer; font-weight: 700; padding: .75rem 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--accent); color: #06121a; padding: .7rem 1rem; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 1rem; }
