:root{--background:#f6f7f9;--foreground:#171717}:root[data-theme=dark]{--background:#363636}body,html{max-width:100vw}body{display:flex;flex-direction:column;width:530px;min-width:320px;min-height:100dvh;margin:0 auto;font-family:var(--font-global),Arial,Helvetica,sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}button,input,select,textarea{font-family:inherit}button:not(:disabled){cursor:pointer}li,ul{padding:0;margin:0;list-style:none}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (hover:none) and (pointer:coarse){a:hover,button:not(.react-modal-sheet-backdrop,[role=tab]):hover{color:inherit!important;background-color:inherit!important}}