@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@100..900&display=swap";
:root{--color-bg-default:#fff;--color-bg-paper:#fff;--color-text-primary:#171717;--color-text-secondary:#666;--color-primary-main:#06c;--color-primary-dark:#0052a3;--color-border-subtle:#e5e5e5;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 2px 8px #00000014;--shadow-lg:0 4px 16px #0000001f;--nav-height:56px;--background:var(--color-bg-default);--foreground:var(--color-text-primary);--font-geist-sans:"Geist",Arial,Helvetica,sans-serif;--font-geist-mono:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans);min-width:320px;padding-top:var(--nav-height)}html,body{box-sizing:border-box;overflow-x:hidden}*,:before,:after{box-sizing:inherit}img,picture,video,iframe,svg{max-width:100%;height:auto;display:block}#__next,html,body{max-width:100vw;overflow-x:hidden}.MuiContainer-root{width:100%;max-width:100%}
