:root{--brand:#7c5cba;--bg:#0e0b14;--surface:#110e1a;--text:#ffffff;--text-secondary:#b9b3c7;--border:#3a3247}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}