body,html{margin:0;overflow-x:hidden}body,html{min-height:100%}body{display:flex;flex-direction:column;height:auto;touch-action:auto}:root{--bg:#f4f0e8;--app-bg:var(--bg);color-scheme:light}[data-theme=dark]{--bg:#12100d;--app-bg:var(--bg);color-scheme:dark}#root,body,html{background-color:#f4f0e8;background-color:var(--app-bg);overflow-x:hidden}a,a:visited{text-decoration:none}::-webkit-scrollbar{box-shadow:none;height:8px;width:8px}::-webkit-scrollbar-track{border-radius:16px}::-webkit-scrollbar-thumb{background:#b68d40;border:1px solid #2e2a2533;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#8d6b2f}::-webkit-scrollbar-corner{background:#0000}@media (max-width:600px){#root,body,html{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{height:0;width:0}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}