html,body{margin:0;padding:0;overflow-x:hidden}:root[data-theme=light] ::-webkit-scrollbar{width:12px;height:12px}:root[data-theme=light] ::-webkit-scrollbar-track{background:var(--color-background)}:root[data-theme=light] ::-webkit-scrollbar-thumb{background:var(--color-foreground);border:2px solid var(--color-background);border-radius:6px}:root[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}:root[data-theme=dark] ::-webkit-scrollbar{width:12px;height:12px}:root[data-theme=dark] ::-webkit-scrollbar-track{background:var(--color-background)}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--color-foreground);border:2px solid var(--color-background);border-radius:6px}:root[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}:root[data-theme=light]{scrollbar-width:thin;scrollbar-color:var(--color-foreground) var(--color-background)}:root[data-theme=dark]{scrollbar-width:thin;scrollbar-color:var(--color-foreground) var(--color-background)}
