@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap";:root{--bg: #0b0f1a;--panel: #11172a;--accent: #00c2ff;--text: #e6e8ee;--muted: #9aa4bf}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}section{padding:5rem 1.5rem}.container{max-width:1200px;margin:0 auto}button{background:var(--accent);color:#000;border:none;padding:.75rem 1.25rem;font-weight:600;cursor:pointer;border-radius:6px}
