
:root{--bg:#060a12;--muted:#94a3b8;--text:#e6eef6;--accent:#06b6d4;--card:#0f1724;--border:#1f2937;--radius:8px}
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;margin:0;padding:24px;background:var(--bg);color:var(--text);line-height:1.6}
.container{max-width:900px;margin:0 auto}
header a{color:var(--text);text-decoration:none;font-weight:700;font-size:18px}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:12px}
h1{font-size:32px;margin:6px 0 12px}
.lead{font-size:16px;color:#bac8d6}
.article-block{margin-bottom:22px}
.cta{display:inline-block;padding:10px 14px;border-radius:8px;background:var(--accent);color:#042027;text-decoration:none;font-weight:600;margin-top:10px}
.small{font-size:13px;color:var(--muted);margin-top:18px}
img{max-width:100%;border-radius:8px;border:1px solid var(--border);}
