:root{--font-family:"DM Sans", sans-serif;--font-size-xs:.625rem;--font-size-sm:.75rem;--font-size-md:.875rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semiBold:600;--font-weight-bold:700;--palette-text-primary:#fff;--palette-text-secondary:#e6e6e6;--palette-red:#ef4444;--palette-background-white:#fff;--palette-background-surface:#ffffff12;--palette-background-surfaceHighlight:#ffffff30;--palette-background-progress:#ffffff59;--spacing-unit:.5rem;--spacing-xxs:calc(var(--spacing-unit) * .5);--spacing-xs:calc(var(--spacing-unit) * 1);--spacing-sm:calc(var(--spacing-unit) * 2);--spacing-md:calc(var(--spacing-unit) * 3);--spacing-lg:calc(var(--spacing-unit) * 4);--spacing-xl:calc(var(--spacing-unit) * 6);--border-radius:8px}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-family)}input::placeholder{color:var(--palette-text-secondary);opacity:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--palette-background-surfaceHighlight);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
