:root{--bg:#0A0A0A;--surface:#1A1A2E;--surface-2:#2A2A3E;--primary:#D41E3A;--primary-dark:#A01830;--text:#FFFFFF;--text-secondary:#AAAAAA;--text-muted:#6B6B7A;--border:rgba(255,255,255,0.08);--success:#3DD68C;--warning:#F5C842}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}