:root{--bg:#0b0f14;--fg:#e8eef5;--muted:#9aa8b8;--accent:#6ec3ff;font-family:ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--fg)}.home{min-height:100vh;display:grid;place-items:center;padding:2rem}.content{max-width:36rem;display:grid;grid-gap:1rem;gap:1rem}.links{display:flex;gap:.75rem;flex-wrap:wrap}.links a{color:var(--bg);background:var(--accent);text-decoration:none;padding:.6rem .9rem;border-radius:.4rem;font-weight:600}p{color:var(--muted);line-height:1.5}