:root{--bg: #f1f5f9;--bg2: #e8edf5;--bg3: #f8fafc;--sidebar: #3d4a6b;--sidebar2: #2e3a56;--border: #e2e8f0;--border2: #cbd5e1;--accent: #0099cc;--accent2: #0077aa;--accent3: #d97706;--text: #0f172a;--text2: #334155;--text3: #64748b;--danger: #dc2626;--success: #16a34a;--topbar: #dde3ed;--font-h: "Syne", sans-serif;--font-b: "DM Sans", sans-serif;--font-m: "DM Mono", monospace;--r: 8px;--r2: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:#fff;color:var(--text);font-family:var(--font-b);font-size:14px}input,select,textarea,button{font-family:var(--font-b)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.anim{animation:fadeIn .25s ease both}.anim1{animation-delay:.05s}.anim2{animation-delay:.1s}.anim3{animation-delay:.15s}
