.ribbon-scroll{scrollbar-width:none;-ms-overflow-style:none}.ribbon-scroll::-webkit-scrollbar{display:none}.mask-linear-fade{mask-image:linear-gradient(90deg,black calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,black calc(100% - 40px),transparent)}.tree-scroll{scrollbar-width:thin;scrollbar-color:rgb(203 213 225) transparent}.tree-scroll::-webkit-scrollbar{width:6px}.tree-scroll::-webkit-scrollbar-track{background:transparent}.tree-scroll::-webkit-scrollbar-thumb{background-color:rgb(203 213 225);border-radius:3px}.tree-scroll::-webkit-scrollbar-thumb:hover{background-color:rgb(148 163 184)}.sidebar-scroll{scrollbar-width:thin;scrollbar-color:rgb(203 213 225) transparent;overscroll-behavior:contain}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent;margin:8px 0}.sidebar-scroll::-webkit-scrollbar-thumb{background-color:rgb(203 213 225);border-radius:3px}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background-color:rgb(148 163 184)}.material-symbols-outlined.fill-current{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.group-hover-sun-gold:hover{color:var(--sun-gold,#f59e0b)}@keyframes slideUpFadeIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDownFadeOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes backdropFadeOut{0%{opacity:1}to{opacity:0}}.mobile-drawer-slide-up{animation:slideUpFadeIn .3s cubic-bezier(.32,.72,0,1)}.mobile-drawer-slide-down{animation:slideDownFadeOut .3s cubic-bezier(.32,.72,0,1) forwards}.backdrop-fade-in{animation:backdropFadeIn .3s ease-out}.backdrop-fade-out{animation:backdropFadeOut .3s ease-out forwards}.drawer-spring-back{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}