#root{display:flex;flex-direction:column;width:100%;min-height:100vh;transition:filter .3s ease,background .3s ease}*{box-sizing:border-box;margin:0;padding:0}[data-theme=dark] #root{filter:brightness(.82) saturate(.75) hue-rotate(185deg) contrast(.95);background:#1e2433}[data-theme=dark] img,[data-theme=dark] svg image{filter:brightness(1.15) saturate(1.2)}[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a2030}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a4a60;border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4a5a70}
