:root{color-scheme:light dark}html.dark body{background-color:#000;color:#fafafa}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb{background:#27272a}.dark ::-webkit-scrollbar-thumb:hover{background:#3f3f46}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.dark *{scrollbar-color:#27272a transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{display:flex;white-space:nowrap;animation:marquee 2000s linear infinite;width:max-content}.animate-marquee:hover{animation-play-state:paused}
