@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#6c3fc5;--accent-hover:#7d50d6;--accent-subtle:#6c3fc514;--accent-border:#6c3fc540;--success-600:#1d7a4e;--success-50:#e4f5ec;--warning-600:#b06a00;--warning-50:#fff3dc;--error-600:#b52b2b;--error-50:#fdeaea;--info-600:#1a5a9e;--info-50:#e3eefb;--gray-900:#1e1e1e;--gray-700:#3d3d3d;--gray-500:#717171;--gray-400:#909090;--gray-300:#b0b0b0;--gray-200:#d8d8d8;--gray-100:#efefef;--gray-50:#f7f7f7;--bg:#f5f5f5;--bg-card:#fff;--bg-surface:#fafafa;--border:#3c34891f;--border-subtle:#00000014;--text:#1e1e1e;--text-muted:#717171;--text-on-primary:#fff;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-xl:14px;--radius-pill:999px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a, 0 2px 4px #0000000f;--shadow-raised:0 2px 8px #26215c1f, 0 1px 3px #26215c0f}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Roboto,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}
