@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080b10;--bg2: #0d1117;--bg3: #111820;--bg4: #161e28;--border: #1e2d3d;--border2: #263447;--text: #e2e8f0;--text2: #94a3b8;--text3: #64748b;--text4: #3d5068;--blue: #3b82f6;--blue-l: #60a5fa;--blue-d: #1d4ed8;--green: #22c55e;--green-l: #4ade80;--red: #ef4444;--red-l: #f87171;--yellow: #f59e0b;--yellow-l:#fcd34d;--mono: "JetBrains Mono", "Fira Code", monospace;--sans: "Inter", system-ui, sans-serif}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text4)}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.fade-in{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
