:root {
  --void: #05070d;
  --text: #e8ecf6;
  --soft: #aab3c4;
  --line: rgba(220, 235, 255, 0.14);
  --accent: #4fb0ff;
  --spectrum: linear-gradient(90deg, #ff7a3d, #ff4fa8 35%, #a878ff 65%, #2fe0cf);
  --display: 'Unbounded', system-ui, sans-serif;
  --sans: 'Sora', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--void); }
body { margin: 0; color: var(--text); font-family: var(--sans); font-weight: 300; line-height: 1.75; -webkit-font-smoothing: antialiased;
  background: radial-gradient(ellipse at 15% 0%, rgba(168, 120, 255, 0.12), transparent 50%), radial-gradient(ellipse at 90% 30%, rgba(47, 224, 207, 0.08), transparent 50%), var(--void); min-height: 100vh; }
a { color: var(--accent); }
a:focus-visible { outline: 1px solid var(--accent); outline-offset: 3px; }
.top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; max-width: 820px; margin: 0 auto; padding: 22px 16px; }
.wordmark { font-family: var(--display); font-weight: 300; font-size: 0.72rem; letter-spacing: 0.4em; text-decoration: none; background: var(--spectrum); -webkit-background-clip: text; background-clip: text; color: transparent; }
.top nav { display: flex; gap: 14px; font-size: 0.78rem; }
.top nav a { color: var(--soft); text-decoration: none; }
.top nav a[aria-current] { color: #fff; }
main { max-width: 820px; margin: 0 auto; padding: 24px 16px 80px; }
.kicker { margin: 0 0 0.6rem; font-size: 0.64rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--accent); }
h1 { margin: 0 0 0.6rem; font-family: var(--display); font-weight: 300; font-size: clamp(1.9rem, 5vw, 2.8rem); line-height: 1.1; }
.dated { margin: 0 0 2.4rem; color: var(--soft); font-size: 0.86rem; }
h2 { margin: 2.6rem 0 0.8rem; font-family: var(--display); font-weight: 400; font-size: 1.12rem; line-height: 1.3; }
p, li { color: #d4dae7; }
ul { padding-left: 1.2rem; }
li { margin-bottom: 0.45rem; }
strong { color: #fff; font-weight: 500; }
.note { margin: 2rem 0; padding: 1.1rem 1.3rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.03); }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.92rem; }
th, td { text-align: left; vertical-align: top; padding: 0.6rem 0.7rem; border-bottom: 1px solid var(--line); }
th { font-weight: 500; color: #fff; }
td { color: #d4dae7; }
.table-wrap { overflow-x: auto; }
footer { max-width: 820px; margin: 0 auto; padding: 24px 16px 48px; border-top: 1px solid var(--line); color: var(--soft); font-size: 0.8rem; }
footer a { color: var(--soft); }
