:root{--bg:#0d0d0d;--fg:#f5f5f5;--muted:#a3a3a3;--accent:#ff2d55;--card:#161616;--border:rgba(255,255,255,0.08)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5}a{color:var(--accent)}