@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0a0e1a;--surface:#0f1629;--card:#141c35;--border:#1e2d50;--accent:#00f5d4;--pink:#f72585;--text:#c8d8f0;--muted:#556b8d}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:DM Mono,Courier New,monospace;overflow-x:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}input::placeholder{color:#345}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease forwards}.spinner{animation:spin .8s linear infinite}.pulse{animation:pulse 1.2s ease-in-out infinite}