@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
html,body{max-width:100vw;height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:var(--color-fg-base)!important;background:var(--color-bg-base)!important}h1{font-size:30px;font-weight:700;line-height:1.2}h2{font-size:24px;font-weight:600;line-height:1.3}h3{font-size:20px;font-weight:500;line-height:1.4}h4{font-size:16px;font-weight:600;line-height:1.4}p,.body1{font-size:15px;font-weight:400;line-height:1.5}.body2{font-size:13px;font-weight:400;line-height:1.5}.caption{font-size:12px;font-weight:400;line-height:1.5}.appShell{flex-direction:column;height:100dvh;display:flex}.appMain{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}:root{--brand-blue:#3b47f0;--brand-purple:#8b87ec;--brand-lavender:#c5c3f5;--brand-white:#fff;--brand-black:#000;--color-bg-base:#0d0f1e;--color-bg-alt:#151729;--color-bg-alt-alt:#1e2040;--color-bg-accent:var(--brand-blue);--color-bg-accent-hover:var(--brand-purple);--color-bg-accent-subtle:rgba(59,71,240,.12);--color-bg-gutter-fade:rgba(0,0,0,.12);--color-fg-base:#fff;--color-fg-muted:var(--brand-lavender);--color-fg-subtle:rgba(197,195,245,.5);--color-fg-on-accent:#fff;--color-border:rgba(139,135,236,.2);--color-border-strong:rgba(139,135,236,.4);--color-overlay:rgba(0,0,0,.85);--color-overlay-shadow:rgba(0,0,0,.4);--color-success:#4caf50;--color-warning:#ff9800;--color-error:#f44336;--color-info:var(--brand-blue);--report-viewer-bg:#080a14}[data-theme=light]{--color-bg-base:#f0f0f7;--color-bg-alt:#fff;--color-bg-alt-alt:#e4e4ef;--color-bg-accent:var(--brand-blue);--color-bg-accent-hover:var(--brand-purple);--color-bg-accent-subtle:rgba(59,71,240,.1);--color-bg-gutter-fade:rgba(0,0,0,.06);--color-fg-base:#0d0f1e;--color-fg-muted:#4a4a72;--color-fg-subtle:rgba(74,74,114,.5);--color-fg-on-accent:#fff;--color-border:rgba(0,0,0,.12);--color-border-strong:rgba(0,0,0,.24);--color-overlay:rgba(0,0,0,.5);--color-overlay-shadow:rgba(0,0,0,.15);--report-viewer-bg:#e8e8f2}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}*{scrollbar-width:thin;scrollbar-color:var(--brand-purple)var(--color-bg-alt)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0;border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(139,135,236,.4);border-radius:4px;transition:background-color .2s}::-webkit-scrollbar-thumb:hover{background:var(--brand-purple)}::-webkit-scrollbar-corner{background:var(--color-bg-alt)}
