:root{--bg: #0F1117;--surface: #1A1D27;--surface-2: #222536;--border: #2A2D3E;--border-2: #353850;--primary: #6366F1;--primary-h: #4F46E5;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444;--info: #38BDF8;--text: #F1F5F9;--text-2: #94A3B8;--text-3: #64748B;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}::selection{background:#6366f14d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mono{font-family:SF Mono,Fira Code,monospace;font-size:12px}
