:root{--background: #FFF;--background-primary-opaque: rgb(255 255 255 / 0%);--background-secondary: #E2E1E1;--on-background: #F6F6F6;--on-background-secondary: #EDEDED;--foreground: #000;--foreground-secondary: #A1A2AD;--border-supplementary: #ededed;--red: #F92A2A;--green: #2CA83E;--ease-out-circ: cubic-bezier(.075, .82, .165, 1)}:root .theme-dark{--background: #0F0F11;--background-primary-opaque: rgb(10 10 11 / 0%);--background-secondary: #36363D;--on-background: #080809;--on-background-secondary: #1F1F23;--foreground: #FFF;--foreground-secondary: #A1A2AD;--border-supplementary: #1F2022;--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--red: #F92A2A}html,body{color:var(--foreground);fill:var(--foreground);background:var(--on-background);max-width:100vw;max-height:100vh;width:100vw;height:100vh;overflow:hidden}body{font-family:Inter,-apple-system,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overscroll-behavior:none}.page{display:flex;flex-direction:column;min-height:100vh;height:100vh;max-height:100vh;position:relative;background:var(--background)}button,input{all:unset}button{cursor:pointer}input:focus,select:focus,textarea:focus,button:focus{outline:none}svg{fill:var(--foreground)}div,p,a{font-size:.875rem;line-height:1.25rem}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@supports (scrollbar-width: auto){.scrollbar-style{scrollbar-color:var(--background-secondary) transparent;scrollbar-width:thin}.scrollbar-slim{scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.scrollbar-style::-webkit-scrollbar-thumb{background:var(--background-secondary)}.scrollbar-style::-webkit-scrollbar-track{background:transparent}.scrollbar-slim::-webkit-scrollbar{max-width:10px;max-height:10px;border-radius:5px}}
