.slider::-webkit-slider-thumb{appearance:none;height:16px;width:16px;border-radius:50%;background:#3be8b0;cursor:pointer}.slider::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:#3be8b0;cursor:pointer;border:none}.pressed-cassette{transform:translateY(6px);box-shadow:inset 0 4px 16px #222,0 1px 2px #0008;transition:transform .15s cubic-bezier(.4,2,.6,1),box-shadow .15s}.truncate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hyphens-auto{hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.break-words{word-break:break-word;overflow-wrap:break-word}@keyframes category-pulse{0%,to{opacity:1;box-shadow:0 -8px 16px rgba(59,232,176,.3);background-color:rgba(10,14,20,.9)}50%{opacity:.9;box-shadow:0 -12px 20px rgba(59,232,176,.5);background-color:rgba(10,14,20,.95)}}.category-pulse{animation:category-pulse 2s ease-in-out infinite;position:relative}.tab-button{position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,232,176,.1),rgba(59,232,176,.05));opacity:0;transition:opacity .3s ease}.tab-button:hover:before{opacity:1}