:root{--bg:#0a0a0a;--surface:#141414;--surface-2:#1e1e1e;--border:#2a2a2a;--text:#e5e5e5;--text-dim:#737373;--accent:#22d3ee;--accent-dim:#0e7490;--green:#4ade80;--green-dim:#166534}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.typing-dots:after{content:"";animation:1.4s steps(4,end) infinite typing}@keyframes typing{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
