:root{--bg:#0b1020;--card:#131a2e;--text:#edf2ff;--muted:#b8c0d9;--accent:#6ee7b7;--link:#93c5fd}
*{box-sizing:border-box} body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
.wrap{max-width:920px;margin:0 auto;padding:24px}
.card{background:var(--card);padding:20px;border-radius:14px;margin:16px 0}
a{color:var(--link)} .cta{display:inline-block;background:var(--accent);color:#052e22;padding:12px 16px;border-radius:10px;text-decoration:none;font-weight:700}
small,.muted{color:var(--muted)} nav a{margin-right:12px}
h1,h2{line-height:1.25}
