/* Shared interaction polish for the catalogue, track pages and creator cabinet. */
*,*::before,*::after{-webkit-tap-highlight-color:transparent!important}
button,a,label,[role="button"]{-webkit-touch-callout:none}
button{-webkit-appearance:none;appearance:none}
button>svg,a>svg{display:block}
.filter-toggle{align-items:center!important}
.filter-chevron{display:inline-grid!important;place-items:center;width:20px;height:20px;flex:0 0 20px;margin-left:auto;line-height:0!important;transform-box:border-box;transform-origin:50% 50%!important}
.filter-chevron>svg{display:block;width:16px!important;height:16px!important;overflow:visible}
.back{align-items:center!important;gap:8px}
.back-icon{display:inline-grid;place-items:center;width:18px;height:18px;flex:0 0 18px;font-size:0;line-height:0}
.back-icon>svg{display:block;width:18px;height:18px}
.creator-avatar-link,.global-avatar{isolation:isolate;-webkit-user-select:none;user-select:none;touch-action:manipulation}
@media(prefers-reduced-motion:reduce){.filter-chevron{transition:none!important}}

/* Compact player shown after a single creator upload. */
.upload-picker{gap:10px}.upload-preview{min-height:62px!important;padding:8px 10px!important;display:none;align-items:center;gap:10px}.upload-preview.ready{display:flex!important}.upload-preview .creator-player{width:auto!important;min-width:0;max-width:none!important;flex:1}.reselect-file{flex:0 0 auto;white-space:nowrap}@media(max-width:560px){.upload-preview.ready{align-items:stretch;flex-direction:column}.reselect-file{width:100%}}
