:root{--scrollbar-bg:#f1f1f1;--scrollbar-thumb:#888;--scrollbar-thumb-hover:#555}[data-theme=dark]{--scrollbar-bg:#333;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777}*{scrollbar-color:#888 #f1f1f1;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-bg);scrollbar-width:thin}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;background:var(--scrollbar-bg)}::-webkit-scrollbar-thumb{background:#888;background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555;background:var(--scrollbar-thumb-hover)}