:root{--primary-color-rgb:200,200,200;--scrollbar-width:10px;--scrollbar-height:10px;--scrollbar-track-shadow:inset 0 0 12px rgba(0, 0, 0, 0.2);--scrollbar-track-radius:20px;--scrollbar-thumb-radius:20px;--scrollbar-thumb-color:rgba(var(--primary-color-rgb), 0.7);--scrollbar-thumb-shadow:inset 0 0 12px rgba(0, 0, 0, 0.5);--scrollbar-thumb-inactive:rgba(var(--primary-color-rgb), 0.6)}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}::-webkit-scrollbar-track{-webkit-box-shadow:var(--scrollbar-track-shadow);-webkit-border-radius:var(--scrollbar-track-radius);border-radius:var(--scrollbar-track-radius)}::-webkit-scrollbar-thumb{-webkit-border-radius:var(--scrollbar-thumb-radius);border-radius:var(--scrollbar-thumb-radius);background:var(--scrollbar-thumb-color);-webkit-box-shadow:var(--scrollbar-thumb-shadow)}::-webkit-scrollbar-thumb:window-inactive{background:var(--scrollbar-thumb-inactive)}