:root{--header-height:66px;--footer-height:32px;--scrollbar-track-color:#f7f6fa;--scrollbar-thumb-color:#c4bdd8;--scrollbar-thumb-hover-color:#a59cbf}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}}::-webkit-scrollbar{width:5px;height:3px}::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color)}::-webkit-scrollbar-track:vertical{background-clip:padding-box;border-inline:1px solid #0000}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:3px}::-webkit-scrollbar-thumb:vertical{background-clip:padding-box;border-inline:1px solid #0000}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color);border-inline-width:0}