@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #eef0f5;--surface: #ffffff;--surface2: #f4f5f8;--surface3: #eaecf1;--border: #e8eaef;--border2: #d4d7e0;--text: #1a1d23;--text2: #5a6072;--text3: #9ba3b8;--accent: #3b6fd4;--accent-light: #eef3fd;--accent-hover: #2d5bbf;--ok: #16a34a;--ok-bg: #f0fdf4;--ok-border: #bbf7d0;--warn: #b45309;--warn-bg: #fffbeb;--wait: #2563eb;--wait-bg: #eff6ff;--wait-border: #bfdbfe;--block: #dc2626;--block-bg: #fef2f2;--block-border: #fecaca;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 32px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.06);--radius: 10px;--radius-lg: 14px}html,body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;min-height:100vh;font-weight:400;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}a{text-decoration:none;color:inherit}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-in{animation:fadeSlideIn .2s ease both}
