:root{--bg:#0a0a0a;--bg-2:#111;--bg-3:#1a1a1a;--bg-4:#222;--border:#2a2a2a;--text:#efefef;--text-2:#999;--text-3:#555;--accent:#5b6af0;--accent-2:#7b8af8;--green:#22c55e;--yellow:#eab308;--red:#ef4444;--orange:#f97316}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;height:100%}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}