*{box-sizing:border-box}:root{--bg: #ffffff;--bg-surface: #f9fafb;--border: #e5e7eb;--border-muted: #d1d5db;--text: #111111;--text-muted: #6b7280;--text-dim: #9ca3af;--accent: #171717}html,body,#root{margin:0;padding:0;min-height:100vh}body{font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:3px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}
