:root{--background:#fff;--foreground:#171717;--scrollbar-track:#e8ebed;--scrollbar-thumb:#7c2027;--scrollbar-thumb-hover:#54151b}html:has(body.dark){--scrollbar-track:#25292c;--scrollbar-thumb:#a83b44;--scrollbar-thumb-hover:#d96870}html,body{max-width:100vw;min-height:100%;overflow-x:clip}html{scroll-behavior:smooth}body{min-height:100dvh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;grid-template-rows:auto 1fr auto;font-family:Inter,Arial,Helvetica,sans-serif;display:grid}body.dark{color:#eaeaea;background-color:#1a1a1a}main{min-width:0}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);margin:0;padding:0}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{border:3px solid var(--scrollbar-track);background:var(--scrollbar-thumb);border-radius:8px;min-width:36px;min-height:36px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scrollbar-track)}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (forced-colors:active){*{scrollbar-color:auto}}
