:root { --bg:#07091a; --card:#12162e; --border:#262c52; --text:#eef0fa; --muted:#a7adc8; --accent:#c084fc; --link:#c4b5fd; }
* { box-sizing:border-box; }
body { margin:0; color:var(--text); font-family:"Segoe UI",system-ui,-apple-system,Roboto,Arial,sans-serif; line-height:1.65;
       background:radial-gradient(ellipse at 20% 0%, #2b1a6388, transparent 55%), radial-gradient(ellipse at 90% 30%, #0e749040, transparent 50%), var(--bg); background-attachment:fixed; }
header, main, footer { max-width:860px; margin:0 auto; padding:0 20px; }
header { padding-top:44px; padding-bottom:12px; }
h1 { font-size:30px; margin:0; font-weight:800; }
h1 a { color:inherit; text-decoration:none; display:inline-flex; align-items:center; gap:12px; }
h1 a::before { content:""; width:44px; height:44px; border-radius:12px; background:url("img/logo.webp") center/cover; }
.accent { background:linear-gradient(90deg, #c084fc, #f472b6 45%, #60a5fa); -webkit-background-clip:text; background-clip:text; color:transparent; font-weight:900; }
.tagline { color:var(--muted); margin:8px 0 0; }
.card { background:linear-gradient(160deg, #151a36, #0f1329); border:1px solid var(--border); border-radius:16px; padding:22px 26px; margin:18px 0; }
h2 { font-size:20px; margin:0 0 10px; }
h3 { font-size:15px; margin:16px 0 4px; color:var(--accent); }
p, li { color:#dfe2f0; }
a { color:var(--link); }
footer { color:var(--muted); text-align:center; padding:28px 20px 56px; font-size:14px; }
