*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f6f7;--bg2:#ebebeb;--surface:#fff;--surface2:#f5f6f7;--surface3:#ebebeb;--border:#e0e0e0;--border2:#bfc5ca;--sidebar:#1d2d3e;--sidebar2:#273d55;--sidebar3:#354a5e;--sidebar-border:#273d55;--text:#1d2d3e;--text2:#556b82;--text3:#89919a;--textl:#fafafa;--textl2:#b0c1d4;--textl3:#7a90a4;--cat:#0064d9;--cat2:#0040b0;--cat-dim:#0064d91a;--green:#107e3e;--green-light:#f1fdf6;--red:#b00;--red-light:#ffebeb;--amber:#e9730c;--amber-light:#fef1e6;--blue:#0064d9;--blue-light:#ebf5fb;--r:8px;--r2:4px;--shadow:0 1px 4px #00000014,0 0 1px #0000000a;--shadow2:0 4px 16px #0000001f,0 1px 4px #00000014}html,body,#root{min-height:100vh}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:"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:2px}.mono{font-family:Courier New,Courier,monospace;font-size:11px}.btn{cursor:pointer;border:1px solid var(--border2);background:var(--surface);height:2rem;color:var(--text2);letter-spacing:0;border-radius:.25rem;align-items:center;gap:5px;padding:0 1rem;font-family:"72","72full",Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.btn:hover{background:var(--surface3);border-color:var(--cat);color:var(--cat)}.btn:focus-visible{outline:2px solid var(--cat);outline-offset:2px}.btn.cat{background:var(--cat);color:#fff;border-color:var(--cat);font-weight:700}.btn.cat:hover{background:var(--cat2);border-color:var(--cat2)}.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}}
