:root{--bg:#1a1a2e;--surface:#16213e;--text:#e0e0e0;--muted:#888;--accent:#4fc3f7;--green:#66bb6a;--red:#ef5350;--yellow:#ffa726}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}*{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}