*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f6f7;--bg2:#ebeef0;--surface:#fff;--surface2:#f5f6f7;--surface3:#ebeef0;--border:#e5e5e5;--border2:#c8cbd0;--sidebar:#1d2d3e;--sidebar2:#243647;--sidebar3:#2c4259;--sidebar-border:#2e4a63;--text:#32363a;--text2:#6a6d70;--text3:#9da0a1;--textl:#fff;--textl2:#d1e1f5;--textl3:#8caacc;--cat:#0070f2;--cat2:#0854a0;--cat-dim:#0070f21f;--green:#107e3e;--green-light:#f1faf3;--red:#b00;--red-light:#ffeaea;--amber:#e9730c;--amber-light:#fef3e4;--blue:#0070f2;--blue-light:#ebf5fe;--r:10px;--r2:6px;--shadow:0 1px 3px #00000014,0 1px 2px #0000000d;--shadow2:0 8px 24px #0000001f,0 2px 6px #00000012;--shadow-card:0 0 0 1px #0000000d,0 2px 8px #00000012}html,body,#root{min-height:100vh}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,"72","72full",Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.mono{font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:11px}.btn{border-radius:var(--r2);cursor:pointer;border:1px solid var(--border2);background:var(--surface);height:2rem;color:var(--text2);letter-spacing:0;box-shadow:var(--shadow);align-items:center;gap:5px;padding:0 .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex}.btn:hover{background:var(--surface2);border-color:var(--cat);color:var(--cat);box-shadow:0 0 0 3px var(--cat-dim)}.btn:focus-visible{outline:2px solid var(--cat);outline-offset:2px}.btn.cat{color:#fff;background:#1d2d3e;border-color:#2e4a63;font-weight:600;box-shadow:0 1px 3px #00000040,0 1px 2px #00000026}.btn.cat:hover{background:#243647;border-color:#3a5a77;box-shadow:0 4px 12px #00000040}.btn svg{width:12px;height:12px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
