:root{--bg:#0B0B0B;--text:#ffffff;--muted:#cfcfcf;--gold:#D4AF37}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.dark{background:var(--bg); color:var(--text); font-family:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
a{color:#fff}
a:hover{color:var(--gold)}
button{font:inherit}
.rte p{margin:.6rem 0}
