.stash-sidebar{display:flex;flex-direction:column;gap:6px;background:#111317;padding:10px 8px;width:-moz-fit-content;width:fit-content}.stash-button{position:relative;width:38px;height:38px;border-radius:50%;background:#2e3241;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.stash-button:hover{background:#3e4459}.stash-button.active{background:#e2e2d0}.stash-icon{width:22px;height:22px;background-color:#f9eedf;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.stash-button.active .stash-icon{background-color:#111317}.hover-frame-fx{position:absolute;inset:-4px;opacity:0;transition:opacity .1s ease;pointer-events:none}.stash-button:hover .hover-frame-fx{opacity:1}.hover-frame-fx__mask{position:absolute;inset:0;-webkit-mask-image:var(--mask-url);mask-image:var(--mask-url)}.hover-frame-fx__rotor{position:absolute;inset:-20px;transform:rotate(-25deg)}.hover-frame-fx__window{position:absolute;inset:20px;overflow:hidden}.hover-frame-fx__track{position:absolute;inset:0;height:200%;animation:frame-scroll 2.5s linear infinite}.hover-frame-fx__strip{position:absolute;inset:0;height:50%;background:linear-gradient(#faeed6 0% 15%,#3debff 25%,#b000f7 40%,#0a0e1a 60%,#faeed6)}.hover-frame-fx__strip:nth-child(2){top:50%}@keyframes frame-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}
