:root{--bg:#050508;--bg-elevated:#0a0b10;--bg-card:#0e1018;--border:#1f2330;--border-soft:#161922;--text:#e8e6e3;--text-muted:#9a9590;--text-dim:#5c5854;--accent:#dc2626;--accent-bright:#ef4444;--accent-soft:rgba(220,38,38,.12);--accent-glow:rgba(220,38,38,.4);--radius:10px;--font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--page-pad:24px;--touch-min:44px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{text-size-adjust:100%}body,html{min-height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:#fca5a5;text-decoration:none}a:hover{text-decoration:underline}img,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit;max-width:100%}[type=submit],button{min-height:var(--touch-min);touch-action:manipulation}input,select,textarea{min-height:var(--touch-min);font-size:16px}@media (max-width:640px){:root{--page-pad:16px}body{font-size:16px}}