:root{--bg:#0f0d0d;--bg-tint:#1a1517;--bg-card:#1a1517;--bg-elevated:#252022;--bg-hover:#1f1a1c;--bg-glass:rgba(26,21,23,.85);--bg-surface:#1a1517;--text:#f5f5f7;--text-80:#c7c7cc;--text-60:#a1a1a6;--text-40:#8e8e93;--text-20:#48484a;--border:#38383a;--border-light:#2c2c2e;--red:#c5032b;--red-dark:#a50224;--red-glow:rgba(197,3,43,.15);--teal:#00c2b0;--green:#8cc63f;--purple:#b45ce6;--yellow:#ffb800;--pink:#ff5caa;--blue:#6c8eef;--cyan:#5ac8fa;--radius:20px;--radius-md:12px;--radius-sm:8px;--shadow-sm:0 2px 8px rgba(0,0,0,.3);--shadow-md:0 8px 30px rgba(0,0,0,.4);--shadow-lg:0 20px 60px rgba(0,0,0,.5);--font-display:'Sora',sans-serif;--font-body:'DM Sans',sans-serif;--font-mono:'JetBrains Mono',monospace;--ease-out:cubic-bezier(.16,1,.3,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--max-width:1440px;--content-width:1400px;--header-h:60px;--player-h:108px;--page-padding:20px;--column-gap:30px;--sidebar-width:325px;--sidebar-width-sm:280px;--sk-base:#1e1a1c;--sk-shine:#2a2527;--sk-speed:1.6s}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s ease}img{max-width:100%;height:auto;display:block}button,[type=button],[type=submit]{cursor:pointer;border:none;background:0 0;font:inherit;color:inherit}ul,ol{list-style:none;margin:0;padding:0}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;margin:0;color:var(--text)}body:after{content:'';position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");opacity:.015;pointer-events:none;z-index:9999}.page-wrapper,.page-main,.columns,.column.main,.column.left,.column.right,.sidebar,.sidebar-main,.sidebar-additional{background-color:var(--bg);color:var(--text)}header.page-header{position:sticky !important;top:0 !important;z-index:1000 !important;background:0 0 !important;border:none !important;margin-bottom:0 !important;padding:0 !important}footer.page-footer{background:0 0 !important;border:none !important;margin-top:0 !important;padding:0 !important}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],textarea,select{background-color:var(--bg-elevated) !important;border:1px solid var(--border) !important;border-radius:var(--radius-sm);color:var(--text) !important;padding:10px 14px}input:focus,textarea:focus,select:focus{border-color:var(--red) !important;outline:none;box-shadow:0 0 0 3px var(--red-glow)}::placeholder{color:var(--text-40)}.message{background:var(--bg-elevated) !important;border:1px solid var(--border) !important;color:var(--text) !important;border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:12px}.message.success{border-left:3px solid var(--green) !important}.message.error{border-left:3px solid var(--red) !important}.message.warning{border-left:3px solid var(--yellow) !important}.message.info{border-left:3px solid var(--blue) !important}button.action.primary,a.action.primary,.action.primary{background:linear-gradient(135deg,var(--red),var(--red-dark)) !important;color:#fff !important;border:none !important;border-radius:var(--radius-sm);padding:12px 24px;font-family:var(--font-body);font-weight:600;font-size:14px;transition:all .2s var(--ease-spring)}button.action.primary:hover,a.action.primary:hover,.action.primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(197,3,43,.3)}table{border-collapse:collapse;width:100%}th,td{padding:10px 14px;border-bottom:1px solid var(--border-light);text-align:left;color:var(--text)}th{font-family:var(--font-display);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-60)}.page-wrapper{min-height:100vh !important;display:flex !important;flex-direction:column !important}.page-main{flex:1 !important;max-width:var(--content-width) !important;width:100% !important;margin:0 auto !important;padding:24px var(--page-padding) !important;padding-bottom:calc(24px + var(--player-h)) !important;box-sizing:border-box !important;float:none !important}.columns{display:flex !important;gap:var(--column-gap) !important;float:none !important;width:100% !important}.column.main{flex:1 !important;min-width:0 !important;float:none !important;width:auto !important}.sidebar-main{float:none !important}.page-layout-1column .page-main{max-width:var(--content-width) !important}.cms-index-index .page-main{padding-top:0 !important;padding-bottom:var(--player-h) !important}@media (max-width:768px){.columns{flex-direction:column !important}}.breadcrumbs{max-width:var(--content-width) !important;padding-left:var(--page-padding);padding-right:var(--page-padding);margin-bottom:16px;background:0 0}.breadcrumbs .items{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-40)}.breadcrumbs .items .item:not(:last-child):after{content:'/';margin-left:8px;color:var(--text-20)}.breadcrumbs .items a{color:var(--text-60)}.breadcrumbs .items a:hover{color:var(--red)}.breadcrumbs .items strong{color:var(--text);font-weight:500}.page-title-wrapper{margin-bottom:8px}.page-title{font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.category-description{margin-bottom:24px}.category-description p{color:var(--text-60);font-size:15px;margin:0}.site-header{position:sticky;top:0;z-index:1000;height:var(--header-h);background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:var(--content-width);margin:0 auto;padding:0 var(--page-padding);height:100%;display:flex;align-items:center;gap:24px}.header-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none;color:var(--text)}.header-logo:hover{color:var(--text)}.header-logo-img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.header-logo-mark{width:32px;height:32px;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:8px;display:flex;align-items:center;justify-content:center}.header-logo-mark svg{width:18px;height:18px;fill:#fff;stroke:none}.header-logo-text{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.02em}.header-logo-text span{color:var(--text-60);font-weight:400}.header-nav{display:flex;align-items:center;gap:4px;flex:1}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;font-size:14px;font-weight:500;color:var(--text-80);border-radius:8px;transition:all .2s ease;white-space:nowrap}.nav-link:hover{color:var(--text);background:rgba(255,255,255,.04)}.nav-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s ease}.nav-item:hover>.nav-link svg{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s var(--ease-out);z-index:100}.nav-item:hover>.nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown.wide{min-width:820px;left:50%;transform:translateX(-50%) translateY(-8px);padding:20px 24px}.nav-item:hover>.nav-dropdown.wide{transform:translateX(-50%) translateY(0)}.genres-mega{display:grid;grid-template-columns:repeat(4,1fr);gap:0 8px}.genres-mega__group{min-width:0}.genres-mega__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-80);padding:8px 10px 6px;border-bottom:1px solid var(--border-light);margin-bottom:4px}.genres-mega__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:6px;color:var(--text-60);font-size:13px;font-weight:500;transition:all .15s ease;white-space:nowrap;text-decoration:none}.genres-mega__item:hover{background:rgba(255,255,255,.05);color:var(--text)}.genres-mega__item .gm-count{font-family:var(--font-mono);font-size:11px;color:var(--text-40)}.genres-mega__footer{grid-column:1/-1;padding-top:12px;margin-top:8px;border-top:1px solid var(--border-light);display:flex;align-items:center;justify-content:center}.genres-mega__all{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:100px;background:rgba(197,3,43,.08);color:var(--red);font-size:13px;font-weight:600;transition:all .2s;text-decoration:none}.genres-mega__all:hover{background:rgba(197,3,43,.15);color:var(--red)}.nav-dropdown.mega{min-width:600px;left:auto;right:0;transform:translateX(0) translateY(-8px);padding:20px 24px}.nav-item:hover>.nav-dropdown.mega{transform:translateX(0) translateY(0)}.mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.mega-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-20);padding:8px 12px 6px;grid-column:1/-1}.mega-section-title:not(:first-child){margin-top:8px;padding-top:14px;border-top:1px solid var(--border-light)}.mega-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;transition:background .15s ease;color:var(--text);text-decoration:none}.mega-item:hover{background:rgba(255,255,255,.04)}.mi-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mi-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mi-icon.ic-red{background:linear-gradient(135deg,var(--red),var(--red-dark))}.mi-icon.ic-teal{background:linear-gradient(135deg,var(--teal),#00a090)}.mi-icon.ic-yellow{background:linear-gradient(135deg,var(--yellow),#e0a000)}.mi-icon.ic-purple{background:linear-gradient(135deg,var(--purple),#9340c0)}.mi-icon.ic-pink{background:linear-gradient(135deg,var(--pink),#e04090)}.mi-icon.ic-green{background:linear-gradient(135deg,var(--green),#70a030)}.mi-icon.ic-blue{background:linear-gradient(135deg,var(--blue),#5070d0)}.mi-label{font-size:14px;font-weight:500}.nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;transition:background .15s ease;color:var(--text);text-decoration:none}.nav-dropdown-item:hover{background:rgba(255,255,255,.04);color:var(--text)}.dd-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dd-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dd-icon.ic-red{background:linear-gradient(135deg,var(--red),var(--red-dark))}.dd-icon.ic-teal{background:linear-gradient(135deg,var(--teal),#00a090)}.dd-icon.ic-yellow{background:linear-gradient(135deg,var(--yellow),#e0a000)}.dd-icon.ic-purple{background:linear-gradient(135deg,var(--purple),#9340c0)}.dd-icon.ic-pink{background:linear-gradient(135deg,var(--pink),#e04090)}.dd-icon.ic-green{background:linear-gradient(135deg,var(--green),#70a030)}.dd-icon.ic-blue{background:linear-gradient(135deg,var(--blue),#5070d0)}.dd-icon.ic-cyan{background:linear-gradient(135deg,var(--cyan),#40b0e0)}.dd-label{flex:1;font-size:14px;font-weight:500}.dd-count{font-family:var(--font-mono);font-size:11px;color:var(--text-40);font-weight:500}.nav-dropdown-divider{height:1px;background:var(--border-light);margin:4px 0;grid-column:1/-1}.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.header-search{display:flex;align-items:center;gap:8px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:100px;padding:0 14px;height:36px;transition:all .3s var(--ease-out);width:200px}.header-search:focus-within{border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow);width:280px}.header-search svg{width:16px;height:16px;stroke:var(--text-40);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.header-search input{border:none !important;background:0 0 !important;outline:none;color:var(--text);font-size:13px;width:100%;padding:0 !important;box-shadow:none !important}.header-search input::placeholder{color:var(--text-40)}.header-sell-btn{display:inline-flex;align-items:center;gap:5px;padding:0 14px;height:36px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;border-radius:100px;font-size:13px;font-weight:600;transition:all .2s var(--ease-spring);white-space:nowrap}.header-sell-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(197,3,43,.3);color:#fff}.header-sell-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}.header-action-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-60);transition:all .2s ease;position:relative}.header-action-btn:hover{background:rgba(255,255,255,.06);color:var(--text)}.header-action-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header-cart-badge{position:absolute;top:0;right:-2px;min-width:18px;height:18px;background:var(--red);color:#fff;font-family:var(--font-mono);font-size:10px;font-weight:700;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.header-cart-badge:empty{display:none}.header-menu-btn{width:36px;height:36px;display:none;align-items:center;justify-content:center;border-radius:50%;color:var(--text-60);transition:all .2s ease}.header-menu-btn:hover{background:rgba(255,255,255,.06);color:var(--text)}.header-menu-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.drawer-scrim{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease}.drawer-scrim.is-open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:340px;max-width:90vw;background:var(--bg-tint);border-left:1px solid var(--border-light);z-index:2001;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s var(--ease-out);overflow:hidden}.mobile-drawer.is-open{transform:translateX(0)}.drawer__header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-light);flex-shrink:0}.drawer-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:100px;padding:0 14px;height:40px}.drawer-search svg{width:16px;height:16px;stroke:var(--text-40);fill:none;stroke-width:2;flex-shrink:0}.drawer-search input{border:none !important;background:0 0 !important;outline:none;color:var(--text);font-size:14px;width:100%;padding:0 !important;box-shadow:none !important}.drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-60);transition:all .2s ease;flex-shrink:0}.drawer__close:hover{background:rgba(255,255,255,.06);color:var(--text)}.drawer__close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.drawer__body{flex:1;overflow-y:auto;padding:12px 0;-webkit-overflow-scrolling:touch}.drawer-section{border-bottom:1px solid var(--border-light)}.drawer-section__toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;width:100%;font-size:15px;font-weight:600;color:var(--text);transition:color .2s ease;cursor:pointer}.drawer-section__toggle:hover{color:var(--red)}.drawer-section__toggle svg{width:16px;height:16px;stroke:var(--text-40);fill:none;stroke-width:2;transition:transform .3s var(--ease-out)}.drawer-section.is-expanded .drawer-section__toggle svg{transform:rotate(180deg)}.drawer-section__content{max-height:0;overflow:hidden;transition:max-height .35s var(--ease-out)}.drawer-section.is-expanded .drawer-section__content{max-height:2000px}.drawer-genre-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-80);padding:12px 20px 4px 32px}.drawer-genre-title:first-child{padding-top:4px}.drawer-sub-item{display:flex;align-items:center;gap:10px;padding:8px 20px 8px 32px;color:var(--text-60);font-size:14px;transition:all .15s ease;text-decoration:none}.drawer-sub-item:hover{background:rgba(255,255,255,.03);color:var(--text)}.drawer-sub-item .dsi-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-sub-item .dsi-icon svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.drawer-sub-item .dsi-label{flex:1;font-weight:500}.drawer-sub-item .dsi-count{font-family:var(--font-mono);font-size:11px;color:var(--text-40);margin-left:auto}.drawer-link{display:flex;align-items:center;gap:12px;padding:14px 20px;color:var(--text);font-size:15px;font-weight:600;text-decoration:none;transition:all .15s ease;border-bottom:1px solid var(--border-light)}.drawer-link:hover{background:rgba(255,255,255,.03);color:var(--text)}.dl-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dl-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dl-icon.ic-red{background:linear-gradient(135deg,var(--red),var(--red-dark))}.dl-icon.ic-teal{background:linear-gradient(135deg,var(--teal),#00a090)}.dl-icon.ic-yellow{background:linear-gradient(135deg,var(--yellow),#e0a000)}.dl-icon.ic-purple{background:linear-gradient(135deg,var(--purple),#9340c0)}.dl-badge{font-size:9px;font-weight:700;padding:2px 7px;border-radius:100px;background:var(--red);color:#fff;margin-left:auto}.drawer-divider{height:1px;background:var(--border-light);margin:4px 0}.drawer-section__trigger{display:flex;align-items:center;gap:12px;padding:14px 20px;width:100%;font-size:15px;font-weight:600;color:var(--text);transition:color .2s ease;cursor:pointer}.drawer-section__trigger:hover{color:var(--red)}.ds-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ds-icon.ic-red{background:linear-gradient(135deg,var(--red),var(--red-dark))}.ds-icon.ic-purple{background:linear-gradient(135deg,var(--purple),#9340c0)}.ds-label{flex:1;text-align:left}.ds-count{font-family:var(--font-mono);font-size:11px;color:var(--text-40)}.ds-chevron svg{width:16px;height:16px;stroke:var(--text-40);fill:none;stroke-width:2;transition:transform .3s var(--ease-out)}.drawer-section.is-expanded .ds-chevron svg{transform:rotate(180deg)}.drawer-nav-item{display:flex;align-items:center;gap:10px;padding:10px 20px 10px 32px;color:var(--text-80);font-size:14px;transition:all .15s ease;text-decoration:none}.drawer-nav-item:hover{background:rgba(255,255,255,.03);color:var(--text)}.drawer-nav-item .dd-icon{width:28px;height:28px;border-radius:6px}.drawer-nav-item .dd-icon svg{width:14px;height:14px}.drawer-nav-item .dd-count{margin-left:auto}.drawer__footer{padding:16px 20px;border-top:1px solid var(--border-light);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.drawer-footer-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:all .2s ease;text-decoration:none}.drawer-footer-btn--primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}.drawer-footer-btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(197,3,43,.3);color:#fff}.drawer-footer-btn--secondary{background:var(--bg-elevated);border:1px solid var(--border-light);color:var(--text)}.drawer-footer-btn--secondary:hover{border-color:var(--border);background:var(--bg-hover);color:var(--text)}.drawer-footer-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.site-footer{background:var(--bg-tint);border-top:1px solid var(--border-light);position:relative;padding-bottom:var(--player-h)}.site-footer:before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:.4}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:60px var(--page-padding) 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:48px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo-mark{width:28px;height:28px;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:6px;display:flex;align-items:center;justify-content:center}.footer-logo-mark svg{width:16px;height:16px;fill:#fff;stroke:none}.footer-logo-text{font-family:var(--font-display);font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.footer-logo-text span{color:var(--text-60);font-weight:400}.footer-brand-desc{font-size:13px;line-height:1.6;color:var(--text-40);margin:0}.footer-socials{display:flex;gap:8px}.footer-social-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--bg-elevated);border:1px solid var(--border-light);color:var(--text-40);transition:all .2s ease}.footer-social-link:hover{border-color:var(--red);color:var(--red);background:var(--red-glow)}.footer-social-link svg{width:16px;height:16px;fill:currentColor;stroke:none}.footer-links h4{font-family:var(--font-display);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-60);margin-bottom:16px}.footer-links ul{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:var(--text-40);transition:color .2s ease;display:inline-flex;align-items:center;gap:8px}.footer-links a:hover{color:var(--text)}.link-badge{font-family:var(--font-mono);font-size:9px;font-weight:700;padding:2px 7px;border-radius:100px;background:var(--green);color:#fff;letter-spacing:.04em}.footer-newsletter h4{font-family:var(--font-display);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-60);margin-bottom:8px}.footer-newsletter p{font-size:13px;color:var(--text-40);margin:0 0 16px;line-height:1.5}.footer-newsletter-form{display:flex;gap:8px}.footer-newsletter-form input{flex:1;height:40px;padding:0 14px !important;background:var(--bg-elevated) !important;border:1px solid var(--border-light) !important;border-radius:8px;color:var(--text) !important;font-size:13px}.footer-newsletter-form button{height:40px;padding:0 20px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap;transition:all .2s var(--ease-spring)}.footer-newsletter-form button:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(197,3,43,.3)}.footer-trust-badges{display:flex;gap:16px;margin-top:16px}.footer-trust-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-40)}.footer-trust-badge svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border-light)}.footer-copyright{display:flex;align-items:center;gap:16px;font-size:12px;color:var(--text-20)}.footer-copyright a{color:var(--text-40);transition:color .2s}.footer-copyright a:hover{color:var(--text-60)}.footer-payments{display:flex;gap:6px}.footer-payment-icon{display:flex;align-items:center;justify-content:center;min-width:40px;height:26px;padding:0 8px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:4px;font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--text-40);letter-spacing:.02em}.player-bar{position:fixed;bottom:0;left:0;right:0;height:var(--player-h);background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06);z-index:900;display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease-out)}.player-bar.is-hidden{transform:translateY(100%)}.player-bar__inner{max-width:var(--max-width);width:100%;padding:0 var(--page-padding);display:flex;align-items:center;gap:24px;height:100%}.player-bar__placeholder{display:flex;align-items:center;gap:12px;color:var(--text-40);font-size:13px;width:100%;justify-content:center}.player-bar__placeholder svg{width:20px;height:20px;stroke:var(--text-20);fill:none;stroke-width:2}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.sk{background:var(--sk-base);border-radius:6px;position:relative;overflow:hidden}.sk:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,var(--sk-shine) 50%,transparent 100%);animation:shimmer var(--sk-speed) ease-in-out infinite}.sk--circle{border-radius:50%}.sk--pill{border-radius:100px}.sk--card{border-radius:var(--radius-md)}.sk--round{border-radius:var(--radius)}.sk-delay-1{--sk-speed:1.7s}.sk-delay-1:after{animation-delay:.1s}.sk-delay-2{--sk-speed:1.8s}.sk-delay-2:after{animation-delay:.2s}.sk-delay-3{--sk-speed:1.9s}.sk-delay-3:after{animation-delay:.3s}.sk-delay-4{--sk-speed:2s}.sk-delay-4:after{animation-delay:.4s}.sk-delay-5{--sk-speed:2.1s}.sk-delay-5:after{animation-delay:.5s}.sk--accent{background:rgba(197,3,43,.08)}.sk--accent:after{background:linear-gradient(90deg,transparent 0%,rgba(197,3,43,.06) 50%,transparent 100%)}.sk-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:16px 0}.sk-product-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:12px;display:flex;flex-direction:column;gap:12px}.sk-product-card__img{width:100%;aspect-ratio:1}.sk-product-card__title{height:14px;width:80%}.sk-product-card__sub{height:10px;width:50%}.sk-product-card__price{height:12px;width:40%}.sk-toolbar{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border-light);margin-bottom:16px}.sk-toolbar__btn{width:80px;height:36px}.sk-toolbar__spacer{flex:1}.sk-toolbar__view{width:36px;height:36px}.sk-product-list{display:flex;flex-direction:column;gap:8px;padding:16px 0}.sk-product-row{display:flex;align-items:center;gap:14px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:12px 16px}.sk-product-row__img{width:64px;height:64px;flex-shrink:0}.sk-product-row__info{flex:1;display:flex;flex-direction:column;gap:8px}.sk-product-row__title{height:14px;width:60%}.sk-product-row__meta{height:10px;width:40%}.sk-product-row__actions{display:flex;gap:6px;flex-shrink:0}.sk-product-row__btn{width:80px;height:36px}.sk-player{display:flex;align-items:center;gap:16px;padding:12px 20px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md)}.sk-player__art{width:48px;height:48px;flex-shrink:0}.sk-player__info{display:flex;flex-direction:column;gap:6px;width:140px}.sk-player__title{height:12px;width:100%}.sk-player__artist{height:10px;width:60%}.sk-player__wave{flex:1;height:32px}.sk-player__controls{display:flex;gap:8px}.sk-player__control{width:32px;height:32px}.sk-hero{width:100%;height:300px;border-radius:var(--radius);margin-bottom:24px}main#maincontent{transition:opacity .2s ease}main#maincontent.ajax-loading{opacity:.4;pointer-events:none}main#maincontent.ajax-fade-in{animation:fadeIn .3s var(--ease-out) forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ajax-progress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--red),var(--pink));z-index:9998;transition:width .3s ease;box-shadow:0 0 8px var(--red-glow)}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.header-search{width:160px}.header-search:focus-within{width:220px}}@media (max-width:900px){:root{--header-h:56px;--player-h:80px}.header-nav{display:none}.header-menu-btn{display:flex}.header-sell-btn{display:none}.header-search{width:140px}.header-search:focus-within{width:200px}.header-inner{padding:0 16px;gap:12px}.page-main{padding:16px var(--page-padding);padding-bottom:calc(16px + var(--player-h))}.columns{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-inner{padding:40px var(--page-padding) 20px}.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer-payments{flex-wrap:wrap}}@media (max-width:768px){:root{--page-padding:16px}.page-title{font-size:22px}.player-bar__inner{padding:0 var(--page-padding)}}@media (max-width:480px){:root{--page-padding:12px}.header-inner{padding:0 12px;gap:8px}.header-search{width:36px;padding:0;justify-content:center;border:none;background:0 0}.header-search input{display:none}.header-search:focus-within{position:absolute;left:12px;right:12px;width:auto;background:var(--bg-elevated);border:1px solid var(--border-light);padding:0 14px}.header-search:focus-within input{display:block}.header-logo-text{font-size:15px}.footer-inner{padding:32px var(--page-padding) 16px}.footer-trust-badges{flex-direction:column;gap:8px}.footer-newsletter-form{flex-direction:column}.footer-newsletter-form button{width:100%}}@media (max-width:360px){.header-logo-text span{display:none}}.page-layout-2columns-left .columns,.page-products.page-layout-2columns-left .columns{display:flex !important;flex-wrap:nowrap !important;gap:var(--column-gap) !important;position:relative !important}.page-layout-2columns-left .columns:after,.page-products.page-layout-2columns-left .columns:after{content:none !important}.page-layout-2columns-left .column.main,.page-products.page-layout-2columns-left .column.main{flex:1 1 0% !important;float:none !important;width:auto !important;max-width:none !important;min-width:0 !important;order:1 !important;padding-left:0 !important}.page-layout-2columns-left .sidebar.sidebar-main,.page-layout-2columns-left .sidebar-main{flex:0 0 var(--sidebar-width) !important;width:var(--sidebar-width) !important;min-width:var(--sidebar-width) !important;max-width:var(--sidebar-width) !important;float:none !important;order:2 !important;overflow:hidden}.page-title{font-family:var(--font-display);font-size:36px;font-weight:700;letter-spacing:-1.5px;color:var(--text);line-height:1.1}.category-description p{font-size:15px;color:var(--text-60);max-width:600px}.wmdm-toolbar{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:20px;flex-wrap:wrap}.wmdm-play-all{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-weight:600;font-size:13px;border-radius:100px;transition:all .3s var(--ease-spring);white-space:nowrap}.wmdm-play-all:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(197,3,43,.3);color:#fff}.wmdm-play-all__icon{width:14px;height:14px}.wmdm-count{font-size:13px;color:var(--text-40);white-space:nowrap}.wmdm-count strong{color:var(--text-60);font-weight:600}.wmdm-divider{width:1px;height:24px;background:var(--border-light);flex-shrink:0}.wmdm-filters{display:flex;align-items:center;gap:6px;flex:1}.wmdm-filter__btn{display:flex;align-items:center;gap:6px;padding:7px 14px;background:rgba(255,255,255,.03);border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-60);transition:all .2s ease;white-space:nowrap;cursor:pointer;user-select:none}.wmdm-filter__btn:hover{border-color:var(--border);color:var(--text);background:rgba(255,255,255,.05)}.wmdm-filter__btn.has-value{border-color:rgba(197,3,43,.3);color:var(--text);background:rgba(197,3,43,.06)}.wmdm-filter__arrow{width:14px;height:14px}.wmdm-filter__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--red);border-radius:100px;font-size:10px;font-weight:700;color:#fff;font-family:var(--font-mono)}.wmdm-sort-dir{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-sm);border:1px solid var(--border-light);color:var(--text-40);transition:all .2s ease}.wmdm-sort-dir:hover{border-color:var(--border);color:var(--text)}.wmdm-sort-dir__icon{width:16px;height:16px}.wmdm-views{display:flex;gap:4px;margin-left:auto}.wmdm-view-btn{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;color:var(--text-40);transition:all .2s ease;border:1px solid transparent}.wmdm-view-btn:hover{color:var(--text-60)}.wmdm-view-btn.is-active{background:rgba(197,3,43,.08);border-color:rgba(197,3,43,.2);color:var(--red)}.wmdm-view-btn__icon{width:16px;height:16px}.wmdm-clear{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-sm);color:var(--text-40);transition:all .2s ease}.wmdm-clear:hover{color:var(--red)}.wmdm-clear__icon{width:16px;height:16px}.wmdm-filter{position:relative}.wmdm-filter__menu{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:240px;max-height:360px;overflow-y:auto;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.04);z-index:200;padding:8px}.wmdm-filter.is-open .wmdm-filter__menu{display:flex}.wmdm-filter__menu::-webkit-scrollbar{width:5px}.wmdm-filter__menu::-webkit-scrollbar-track{background:0 0}.wmdm-filter__menu::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.wmdm-filter__search{padding:0 4px 8px;border-bottom:1px solid var(--border-light);margin-bottom:8px}.wmdm-filter__search input{width:100%;padding:8px 12px;background:rgba(255,255,255,.03);border:1px solid var(--border-light);border-radius:6px;font-size:13px;color:var(--text);outline:none;font-family:var(--font-body)}.wmdm-filter__search input::placeholder{color:var(--text-20)}.wmdm-filter__search input:focus{border-color:var(--red);background:rgba(255,255,255,.05)}.wmdm-filter__option{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:6px;font-size:13px;color:var(--text-60);cursor:pointer;transition:all .15s ease}.wmdm-filter__option:hover{background:rgba(255,255,255,.04);color:var(--text)}.wmdm-filter__option input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;min-width:16px;border:1.5px solid var(--border);border-radius:4px;background:0 0;cursor:pointer;position:relative;transition:all .15s ease}.wmdm-filter__option input[type=checkbox]:checked{background:var(--red);border-color:var(--red)}.wmdm-filter__option input[type=checkbox]:checked:after{content:'';position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wmdm-filter__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wmdm-filter__count{font-family:var(--font-mono);font-size:10px;color:var(--text-20);flex-shrink:0}.wmdm-filter__option--single{display:block;padding:8px 12px;border-radius:6px;font-size:13px;color:var(--text-60);cursor:pointer;transition:all .15s ease;text-decoration:none}.wmdm-filter__option--single:hover{background:rgba(255,255,255,.04);color:var(--text)}.wmdm-filter__option--single.is-selected{color:var(--red);background:rgba(197,3,43,.06)}.wmdm-filter__apply{padding-top:8px;margin-top:4px;border-top:1px solid var(--border-light)}.wmdm-filter__apply-btn{display:block;width:100%;padding:8px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-size:13px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;text-align:center;font-family:var(--font-body)}.wmdm-filter__apply-btn:hover{box-shadow:0 4px 12px rgba(197,3,43,.3);transform:translateY(-1px)}.wmdm-filter__apply-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.wmdm-filter-backdrop{display:none;position:fixed;inset:0;z-index:150;background:0 0}.wmdm-filter-backdrop.is-visible{display:block}.wmdm-ajax-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,13,13,.6);z-index:50;border-radius:var(--radius-md);backdrop-filter:blur(2px)}.wmdm-ajax-loader__spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--red);border-radius:50%;animation:wmdm-spin .8s linear infinite}@keyframes wmdm-spin{to{transform:rotate(360deg)}}.wmdm-product-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.wmdm-product-list[data-view=list] .wmdm-product-card{display:flex;align-items:stretch;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;transition:all .35s var(--ease-out);position:relative}.wmdm-product-list[data-view=list] .wmdm-product-card:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);opacity:0;transition:opacity .3s ease;border-radius:0 2px 2px 0;z-index:2}.wmdm-product-list[data-view=list] .wmdm-product-card:hover{border-color:rgba(197,3,43,.25);box-shadow:0 8px 32px rgba(197,3,43,.08);transform:translateY(-2px)}.wmdm-product-list[data-view=list] .wmdm-product-card:hover:before{opacity:1}.wmdm-product-list[data-view=list] .wmdm-card-image{flex-shrink:0;width:200px;display:flex}.wmdm-product-list[data-view=list] .wmdm-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.wmdm-product-list[data-view=list] .wmdm-product-card:hover .wmdm-card-image img{transform:scale(1.05)}.wmdm-card-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:20px 24px;gap:0;min-width:0}.wmdm-card-info{flex:1;min-width:0}.wmdm-card-title{font-family:var(--font-display);font-size:16px;font-weight:600;letter-spacing:-.3px;margin:0 0 4px;line-height:1.3}.wmdm-card-title a{color:var(--text);transition:color .2s}.wmdm-card-title a:hover{color:var(--red)}.wmdm-card-seller{font-size:13px;margin-bottom:10px}.wmdm-card-seller a{color:var(--text-40);transition:color .2s}.wmdm-card-seller a:hover{color:var(--teal)}.wmdm-card-meta{display:flex;flex-wrap:wrap;gap:6px}.wmdm-meta-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 15px;border-radius:var(--radius-sm);font-size:15px;font-weight:500;line-height:1;border:1px solid;white-space:nowrap;transition:all .2s}.wmdm-meta-tag .tag-icon{width:16px;height:16px;flex-shrink:0;opacity:.9}.wmdm-meta-tag--daw{background:linear-gradient(135deg,rgba(197,3,43,.25) 0%,rgba(165,2,36,.25) 100%);border-color:rgba(255,50,80,.6);color:#ff8a9a}.wmdm-meta-tag--genre{background:rgba(180,92,230,.18);border-color:rgba(200,120,255,.5);color:var(--purple)}.wmdm-meta-tag--bpm{background:rgba(0,194,176,.18);border-color:rgba(0,230,210,.5);color:var(--teal)}.wmdm-meta-tag--key{background:rgba(255,184,0,.18);border-color:rgba(255,210,50,.5);color:var(--yellow)}.wmdm-product-list[data-view=list] .wmdm-card-controls{margin-top:auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px;align-self:stretch;max-width:100%}.wmdm-card-actions{display:flex;gap:6px}.wmdm-product-list[data-view=list] .wmdm-card-actions{display:flex;gap:6px;padding-right:14px;border-right:1px solid var(--border);align-self:flex-end}.wmdm-card-btn{width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s var(--ease-spring)}.wmdm-card-btn svg{width:16px;height:16px}.wmdm-card-btn-play{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}.wmdm-card-btn-play:hover{transform:scale(1.06);box-shadow:0 4px 16px rgba(197,3,43,.3);color:#fff}.wmdm-card-btn-queue{background:rgba(255,255,255,.04);color:var(--text-60);border:1px solid var(--border-light);font-weight:700;font-size:18px}.wmdm-card-btn-queue:hover{transform:scale(1.06);border-color:var(--border);color:var(--text);background:rgba(255,255,255,.08)}.wmdm-license-section{display:flex;align-items:center}.wmdm-product-list[data-view=list] .wmdm-license-section{padding:0 14px;position:relative;min-width:0;flex:1 1 auto}.wmdm-product-list[data-view=list] .wmdm-license-section:after{content:'';position:absolute;right:0;bottom:0;height:44px;width:1px;background:var(--border)}.wmdm-license-cards{display:flex;flex-wrap:wrap;gap:6px;width:100%}.wmdm-license-card{display:block;cursor:pointer;position:relative;flex:1 1 0;min-width:0}.wmdm-license-card__radio{position:absolute;opacity:0;width:0;height:0}.wmdm-license-card__content{height:44px;padding:6px 10px;border-radius:var(--radius-sm);border:1px solid var(--border-light);background:rgba(255,255,255,.02);transition:all .2s ease;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap}.wmdm-product-list[data-view=list] .wmdm-license-card{min-width:88px}.wmdm-license-card:hover .wmdm-license-card__content{border-color:var(--border);background:rgba(255,255,255,.04)}.wmdm-license-card.is-selected .wmdm-license-card__content{border-color:rgba(197,3,43,.4);background:rgba(197,3,43,.06);box-shadow:0 0 0 1px rgba(197,3,43,.15)}.wmdm-license-card__header{display:flex;flex-direction:column;gap:1px}.wmdm-license-card__name{font-size:10px;font-weight:500;color:var(--text-40);text-transform:uppercase;letter-spacing:.5px}.wmdm-license-card.is-selected .wmdm-license-card__name{color:var(--text-60)}.wmdm-license-card__price{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--text-60);white-space:nowrap}.wmdm-license-card.is-selected .wmdm-license-card__price{color:var(--red)}.wmdm-license-card__info-btn{display:none}.wmdm-card-cart{flex-shrink:0}.wmdm-product-list[data-view=list] .wmdm-card-cart{padding-left:14px;display:flex;align-self:flex-end}.wmdm-cart-form{display:inline-flex}.wmdm-card-cart-btn{height:44px;padding:0 20px;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-family:var(--font-mono);font-size:14px;font-weight:600;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s var(--ease-spring);white-space:nowrap}.wmdm-card-cart-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(197,3,43,.3);color:#fff}.wmdm-card-cart-btn .cart-icon{width:16px;height:16px}.wmdm-card-cart-btn .price-current{font-size:14px;font-weight:700}.wmdm-card-cart-btn .price-original{font-size:12px;text-decoration:line-through;opacity:.6;font-weight:400}.wmdm-card-cart-btn.has-discount{background:linear-gradient(135deg,#8cc63f,#6ca82f)}.wmdm-card-cart-btn.has-discount:hover{box-shadow:0 6px 20px rgba(140,198,63,.3)}.wmdm-product-list[data-view=micro]{gap:4px}.wmdm-product-list[data-view=micro] .wmdm-product-card{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:8px 16px;gap:14px;transition:all .25s ease}.wmdm-product-list[data-view=micro] .wmdm-product-card:hover{background:var(--bg-hover);border-color:var(--border)}.wmdm-product-list[data-view=micro] .wmdm-card-image{flex-shrink:0;width:44px;height:44px}.wmdm-product-list[data-view=micro] .wmdm-card-image img{width:44px;height:44px;object-fit:cover;border-radius:6px}.wmdm-product-list[data-view=micro] .wmdm-card-body{padding:0;gap:10px;flex:1;display:flex;flex-direction:row !important;align-items:center !important;flex-wrap:nowrap;min-width:0}.wmdm-product-list[data-view=micro] .wmdm-card-info{flex:1;min-width:0;margin-bottom:0 !important}.wmdm-product-list[data-view=micro] .wmdm-card-controls{margin-left:auto}.wmdm-product-list[data-view=micro] .wmdm-card-title{font-size:13px;margin-bottom:1px}.wmdm-product-list[data-view=micro] .wmdm-card-seller{font-size:11px;margin-bottom:0}.wmdm-product-list[data-view=micro] .wmdm-card-meta{display:none}.wmdm-product-list[data-view=micro] .wmdm-card-controls{display:flex;align-items:center;gap:0;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:6px;padding:0;flex-shrink:0}.wmdm-product-list[data-view=micro] .wmdm-card-actions{display:flex;gap:2px;padding:0 6px;border-right:1px solid var(--border);align-items:center}.wmdm-product-list[data-view=micro] .wmdm-card-btn{width:30px;height:30px;font-size:11px}.wmdm-product-list[data-view=micro] .wmdm-card-btn svg{width:12px;height:12px}.wmdm-product-list[data-view=micro] .wmdm-license-section{display:flex;align-items:center;padding:0 6px;border-right:1px solid var(--border)}.wmdm-product-list[data-view=micro] .wmdm-license-section:after{display:none}.wmdm-product-list[data-view=micro] .wmdm-license-cards{gap:3px}.wmdm-product-list[data-view=micro] .wmdm-license-card__content{height:30px;padding:2px 8px;min-width:60px;border-radius:4px}.wmdm-product-list[data-view=micro] .wmdm-license-card__name{font-size:8px;letter-spacing:.3px}.wmdm-product-list[data-view=micro] .wmdm-license-card__price{font-size:11px}.wmdm-product-list[data-view=micro] .wmdm-card-cart{padding-left:0}.wmdm-product-list[data-view=micro] .wmdm-card-cart-btn{height:30px;padding:0 10px;font-size:12px;gap:6px;border-radius:0 5px 5px 0}.wmdm-product-list[data-view=micro] .wmdm-card-cart-btn .cart-icon{width:13px;height:13px}.wmdm-product-list[data-view=micro] .wmdm-card-cart-btn .price-current{font-size:12px}.wmdm-product-list[data-view=micro] .wmdm-card-cart-btn .price-original{font-size:10px}.wmdm-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:32px;padding:20px 0}.wmdm-pagination__info{font-size:13px;color:var(--text-40);white-space:nowrap}.wmdm-pagination__info strong{color:var(--text-60);font-weight:600}.wmdm-pagination__pages{display:flex;align-items:center;gap:4px}.wmdm-pagination__btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--text-60);transition:all .2s ease;border:1px solid transparent;text-decoration:none}.wmdm-pagination__btn svg{width:18px;height:18px}.wmdm-pagination__btn:hover{background:rgba(255,255,255,.04);border-color:var(--border-light);color:var(--text)}.wmdm-pagination__btn--active{background:var(--red) !important;color:#fff !important;font-weight:700;border-color:var(--red) !important}.wmdm-pagination__btn--disabled{opacity:.3;pointer-events:none;cursor:default}.wmdm-pagination__ellipsis{color:var(--text-20);font-size:14px;padding:0 4px;user-select:none}.wmdm-top-sellers{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;margin-bottom:20px}.wmdm-top-sellers__header{background:linear-gradient(135deg,var(--red) 0%,#a30222 100%);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.wmdm-top-sellers__title{color:#fff;font-family:var(--font-display);font-size:15px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.wmdm-top-sellers__title svg{width:20px;height:20px}.wmdm-top-sellers__play-all{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:6px;color:#fff;font-family:var(--font-body);font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.wmdm-top-sellers__play-all:hover{background:rgba(255,255,255,.25);color:#fff}.wmdm-top-sellers__play-all svg{width:12px;height:12px;fill:#fff}.wmdm-top-sellers__list{list-style:none;margin:0;padding:0}.wmdm-top-seller-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border-light);transition:background .2s ease}.wmdm-top-seller-item:last-child{border-bottom:none}.wmdm-top-seller-item:hover{background:rgba(197,3,43,.04)}.wmdm-top-seller-image{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--bg-elevated);display:block}.wmdm-top-seller-image img{width:100%;height:100%;object-fit:cover}.wmdm-top-seller-info{flex:1;min-width:0;text-decoration:none;display:block;overflow:hidden}.wmdm-top-seller-name{font-size:13px;font-weight:600;color:var(--text);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wmdm-top-seller-item:hover .wmdm-top-seller-name{color:var(--red)}.wmdm-top-seller-meta{display:flex;align-items:center;gap:8px}.wmdm-top-seller-price{font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--red)}.wmdm-top-seller-price--old{font-size:11px;color:var(--text-40);text-decoration:line-through;font-weight:400}.wmdm-top-seller-actions{display:flex;gap:4px;flex-shrink:0;margin-left:auto}.wmdm-top-seller-btn{width:28px;height:28px;border:none;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.wmdm-top-seller-btn svg{width:14px;height:14px;display:block}.wmdm-top-seller-btn--play{background:linear-gradient(135deg,var(--red) 0%,#a30222 100%)}.wmdm-top-seller-btn--play:hover{background:linear-gradient(135deg,#a30222 0%,#8a021c 100%)}.wmdm-top-seller-btn--play svg{margin-left:2px}.wmdm-top-seller-btn--cue{background:var(--bg-elevated)}.wmdm-top-seller-btn--cue:hover{background:var(--border)}.wmdm-top-creators{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;margin-bottom:20px}.wmdm-top-creators__header{background:linear-gradient(135deg,var(--red) 0%,#a30222 100%);padding:16px 20px}.wmdm-top-creators__title{color:#fff;font-family:var(--font-display);font-size:15px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.wmdm-top-creators__title svg{width:20px;height:20px}.wmdm-top-creators__list{list-style:none;margin:0;padding:0}.wmdm-top-creators__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border-light);transition:background .2s ease}.wmdm-top-creators__item:last-child{border-bottom:none}.wmdm-top-creators__item:hover{background:rgba(197,3,43,.04)}.wmdm-top-creators__link{display:flex;align-items:center;gap:10px;text-decoration:none;flex:1;min-width:0;overflow:hidden}.wmdm-top-creators__avatar{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0}.wmdm-top-creators__avatar--placeholder{background:linear-gradient(135deg,var(--red) 0%,#a30222 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;text-transform:uppercase}.wmdm-top-creators__info{flex:1;min-width:0}.wmdm-top-creators__name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;transition:color .2s}.wmdm-top-creators__item:hover .wmdm-top-creators__name{color:var(--red)}.wmdm-top-creators__count{font-size:11px;color:var(--text-40);margin-top:2px;display:block}.wmdm-top-creators__actions{display:flex;gap:4px;flex-shrink:0;margin-left:auto}.wmdm-top-creators__btn{width:28px;height:28px;border:none;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.wmdm-top-creators__btn svg{width:14px;height:14px;display:block}.wmdm-top-creators__btn--play{background:linear-gradient(135deg,var(--red) 0%,#a30222 100%)}.wmdm-top-creators__btn--play:hover{background:linear-gradient(135deg,#a30222 0%,#8a021c 100%)}.wmdm-top-creators__btn--play svg{margin-left:2px}.wmdm-top-creators__btn--cue{background:var(--bg-elevated)}.wmdm-top-creators__btn--cue:hover{background:var(--border)}.search-active-filters{display:flex;gap:8px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.search-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(197,3,43,.08);border:1px solid rgba(197,3,43,.25);border-radius:100px;font-size:13px;font-weight:500;color:var(--text)}.search-chip__clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.08);border:none;color:var(--text-60);font-size:14px;cursor:pointer;transition:all .2s;padding:0;line-height:1}.search-chip__clear:hover{background:var(--red);color:#fff}.search-clear-all{font-size:12px;color:var(--text-40);transition:color .2s}.search-clear-all:hover{color:var(--red)}.search-query-highlight{color:var(--red)}.search-result-count{font-size:15px;color:var(--text-60);margin-bottom:4px}.search-result-count strong{color:var(--text);font-weight:600}.search-no-results{text-align:center;padding:80px 20px}.search-no-results__icon{width:80px;height:80px;margin:0 auto 24px;background:rgba(255,255,255,.03);border:1px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.search-no-results__icon svg{width:36px;height:36px;stroke:var(--text-40);fill:none;stroke-width:1.5}.search-no-results__title{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px;color:var(--text)}.search-no-results__desc{font-size:15px;color:var(--text-40);max-width:400px;margin:0 auto 32px;line-height:1.6}@media (max-width:1200px){.wmdm-product-list[data-view=list] .wmdm-card-image{width:160px}.page-layout-2columns-left .sidebar.sidebar-main{width:var(--sidebar-width-sm) !important;min-width:var(--sidebar-width-sm) !important;max-width:var(--sidebar-width-sm) !important}}@media (max-width:900px){.page-layout-2columns-left .columns{flex-direction:column}.page-layout-2columns-left .sidebar.sidebar-main{width:100% !important;min-width:0 !important;max-width:none !important;order:2}.wmdm-product-list[data-view=list] .wmdm-card-image{width:140px}.wmdm-card-body{flex-wrap:wrap;padding:14px 16px}.wmdm-product-list[data-view=list] .wmdm-card-controls{width:100%;flex-wrap:wrap}.wmdm-license-cards{flex-wrap:wrap}}@media (max-width:768px){.page-title{font-size:26px}.wmdm-toolbar{padding:12px 14px;flex-wrap:wrap;gap:10px}.wmdm-product-list[data-view=list] .wmdm-product-card{flex-direction:column}.wmdm-product-list[data-view=list] .wmdm-card-image{width:100%;height:220px}.wmdm-product-list[data-view=list] .wmdm-card-image img{width:100%;height:100%;object-fit:cover}.wmdm-card-body{flex-direction:column;align-items:stretch;padding:16px}.wmdm-card-info{margin-bottom:12px}.wmdm-card-title{font-size:16px}.wmdm-product-list[data-view=list] .wmdm-card-controls{display:flex;flex-direction:column;gap:12px;background:0 0;border:none;border-radius:0;padding:0}.wmdm-product-list[data-view=list] .wmdm-card-actions{width:100%;border-right:none;padding-right:0;gap:8px}.wmdm-product-list[data-view=list] .wmdm-card-actions .wmdm-card-btn{flex:1;width:auto;height:44px;border-radius:var(--radius-sm)}.wmdm-product-list[data-view=list] .wmdm-license-section{padding:0;width:100%}.wmdm-product-list[data-view=list] .wmdm-license-section:after{display:none}.wmdm-license-cards{width:100%}.wmdm-license-card{flex:1}.wmdm-product-list[data-view=list] .wmdm-card-cart{padding-left:0;width:100%}.wmdm-card-cart-btn{width:100%;justify-content:center}.wmdm-product-list[data-view=micro] .wmdm-product-card{padding:8px 12px}}@media (max-width:480px){.wmdm-play-all{font-size:12px;padding:6px 14px}.wmdm-filters{flex-wrap:wrap;gap:6px}.wmdm-card-meta{gap:4px}.wmdm-meta-tag{font-size:12px;padding:5px 10px}.wmdm-meta-tag .tag-icon{width:12px;height:12px}.wmdm-license-cards{gap:4px}.wmdm-license-card__content{padding:6px 10px;min-width:70px}.wmdm-license-card__name{font-size:9px}.wmdm-license-card__price{font-size:12px}.wmdm-card-btn{width:40px;height:40px}.wmdm-card-cart-btn{height:40px;font-size:13px}.wmdm-product-list[data-view=list] .wmdm-card-image{height:180px}}@media (max-width:360px){.wmdm-card-title{font-size:14px}.wmdm-card-seller{font-size:11px}.wmdm-license-card__content{min-width:60px;padding:4px 8px}.wmdm-card-cart-btn{padding:0 12px;font-size:12px;gap:6px}}.catalog-category-view .products.wrapper,.catalog-category-view .products-grid,.catalog-category-view .products-list,.catalogsearch-result-index .products.wrapper,.catalogsearch-result-index .products-grid,.catalogsearch-result-index .products-list{display:none !important}.wmdm-product-list{display:flex !important}#fap-wrapper,#fap .fap-wrapper,.fap-wrapper{position:fixed !important;left:-9999px !important;top:-9999px !important;width:400px !important;height:40px !important;opacity:0 !important;z-index:-1 !important}.audio-player{position:fixed;bottom:0;left:0;right:0;z-index:2000;height:var(--player-h);background:rgba(18,15,16,.96);backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border-top:1px solid var(--border-light);box-shadow:0 -8px 40px rgba(0,0,0,.5);transform:translateY(100%);transition:transform .45s var(--ease-out);will-change:transform}.audio-player.is-visible{transform:translateY(0)}.audio-player:before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--red) 30%,var(--red) 70%,transparent 100%);opacity:0;transition:opacity .4s}.audio-player.is-playing:before{opacity:.6}.player-progress{position:absolute;top:-3px;left:0;right:0;height:6px;cursor:pointer;z-index:5;padding:2px 0}.player-progress__track{width:100%;height:3px;background:rgba(255,255,255,.06);border-radius:2px;position:relative;overflow:visible;transition:height .15s}.player-progress:hover .player-progress__track{height:5px}.player-progress__fill{position:absolute;top:0;left:0;height:100%;width:0;background:linear-gradient(90deg,var(--red),#e8254a);border-radius:2px;transition:width .1s linear}.player-progress__thumb{position:absolute;right:-6px;top:50%;transform:translateY(-50%) scale(0);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 0 8px rgba(197,3,43,.5),0 2px 6px rgba(0,0,0,.4);transition:transform .15s var(--ease-spring)}.player-progress:hover .player-progress__thumb{transform:translateY(-50%) scale(1)}.player-progress__buffered{position:absolute;top:0;left:0;height:100%;width:0;background:rgba(255,255,255,.08);border-radius:2px}.player-inner{max-width:1700px;margin:0 auto;padding:0 24px;height:100%;display:grid;grid-template-columns:minmax(160px,240px) 1fr auto;align-items:center;gap:20px}.player-track{display:flex;align-items:center;gap:14px;min-width:0;overflow:hidden}.player-track__art{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.4)}.player-track__art img{width:100%;height:100%;object-fit:cover}.audio-player.is-playing .player-track__art{animation:artPulse 3s ease-in-out infinite}@keyframes artPulse{0%,100%{box-shadow:0 2px 12px rgba(0,0,0,.4)}50%{box-shadow:0 2px 12px rgba(0,0,0,.4),0 0 20px rgba(197,3,43,.15)}}.player-track__info{min-width:0;display:flex;flex-direction:column;gap:2px}.player-track__title{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.player-track__artist{font-size:12px;color:var(--text-40);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.player-track__artist a{color:var(--text-60);transition:color .2s}.player-track__artist a:hover{color:var(--red)}.player-controls{width:100%;display:flex;align-items:center}.player-btn{display:flex;align-items:center;justify-content:center;color:var(--text-60);transition:all .15s;border-radius:50%}.player-btn:hover{color:var(--text)}.player-btn svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.player-btn--prev,.player-btn--next{width:64px;height:64px}.player-btn--prev svg,.player-btn--next svg{width:40px;height:40px;fill:currentColor;stroke:none}.player-btn--play{width:54px;height:54px;background:#fff;color:var(--bg);transition:all .2s var(--ease-spring)}.player-btn--play:hover{transform:scale(1.06);color:var(--bg);box-shadow:0 0 20px rgba(255,255,255,.15)}.player-btn--play:active{transform:scale(.96)}.player-btn--play svg{width:40px;height:40px;fill:currentColor;stroke:none}.player-btn--play .icon-play{margin-left:2px}.player-wave-row{display:flex;align-items:center;gap:10px;width:100%;position:relative;z-index:1}.player-time{font-family:var(--font-mono);font-size:11px;color:var(--text-40);width:38px;flex-shrink:0;text-align:center;letter-spacing:-.3px}.player-waveform{flex:1;height:56px;cursor:pointer;position:relative;border-radius:4px;overflow:hidden}.player-waveform canvas{width:100%;height:100%;display:block}.player-right{display:flex;align-items:center;gap:4px;justify-self:end}.player-volume__slider{-webkit-appearance:none;appearance:none;width:72px;height:3px;background:var(--border);border-radius:2px;outline:none;cursor:pointer;flex-shrink:0;margin:0 2px}.player-volume__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.4);transition:transform .15s var(--ease-spring)}.player-volume__slider:hover::-webkit-slider-thumb{transform:scale(1.2)}.player-volume__slider::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px rgba(0,0,0,.4)}.player-btn--vol svg{width:32px;height:32px}.player-btn--queue{position:relative;width:56px;height:56px}.player-btn--queue svg{width:36px;height:36px}.player-btn--queue.is-active{color:var(--red)}.queue-badge{position:absolute;top:1px;right:0;display:inline-flex;align-items:center;justify-content:center;min-width:15px;height:15px;padding:0 4px;border-radius:100px;background:var(--red);color:#fff;font-size:9px;font-weight:700;font-family:var(--font-mono);line-height:1;opacity:0;transform:scale(.5);transition:all .25s var(--ease-spring);pointer-events:none}.queue-badge.is-visible{opacity:1;transform:scale(1)}.player-btn--close{width:48px;height:48px;color:var(--text-40);margin-left:4px}.player-btn--close:hover{color:var(--text-60)}.player-btn--close svg{width:28px;height:28px}.player-mini-tab{position:fixed;bottom:16px;right:16px;z-index:2000;width:48px;height:36px;background:rgba(18,15,16,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(8px) scale(.9);transition:all .3s var(--ease-out);pointer-events:none;box-shadow:0 4px 20px rgba(0,0,0,.4)}.player-mini-tab.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.player-mini-tab:hover{background:rgba(30,26,27,.98);border-color:var(--red);box-shadow:0 4px 24px rgba(197,3,43,.2)}.player-mini-tab svg{width:18px;height:18px;color:var(--text-60);transition:color .15s}.player-mini-tab:hover svg{color:var(--red)}.player-track__title-link{color:inherit;text-decoration:none;display:block;min-width:0}.player-track__title-link:hover .player-track__title{color:var(--red)}.player-track__art-link{display:block;width:100%;height:100%}.queue-panel{position:fixed;bottom:var(--player-h);left:0;right:0;z-index:1999;max-height:380px;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -20px 60px rgba(0,0,0,.6);display:flex;flex-direction:column;transform:translateY(100%);opacity:0;visibility:hidden;transition:all .4s var(--ease-out);overflow:hidden}.queue-panel.is-open{transform:translateY(0);opacity:1;visibility:visible}.queue-scrim{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1998;opacity:0;visibility:hidden;transition:all .35s;cursor:pointer}.queue-scrim.is-visible{opacity:1;visibility:visible}.queue-panel__header{display:flex;align-items:center;gap:16px;padding:18px 32px 14px;border-bottom:1px solid var(--border-light);flex-shrink:0}.queue-panel__title{font-family:var(--font-display);font-size:16px;font-weight:700;letter-spacing:-.3px}.queue-panel__count{font-size:12px;color:var(--text-40);font-family:var(--font-mono);flex:1}.queue-panel__clear{font-size:12px;font-weight:600;color:var(--text-40);padding:5px 14px;border-radius:100px;transition:all .15s}.queue-panel__clear:hover{color:var(--red);background:rgba(197,3,43,.08)}.queue-panel__body{display:flex;flex:1;min-height:0;overflow:hidden}.queue-np{width:320px;flex-shrink:0;padding:20px 28px;display:flex;flex-direction:column;gap:14px;border-right:1px solid var(--border-light);background:rgba(197,3,43,.02)}.queue-np__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-20)}.queue-np__track{display:flex;align-items:center;gap:16px;flex:1}.queue-np__art{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;box-shadow:0 4px 20px rgba(0,0,0,.4);position:relative}.queue-np__art img{width:100%;height:100%;object-fit:cover}.queue-np__eq{position:absolute;bottom:6px;left:6px;display:flex;align-items:flex-end;gap:2px;height:14px}.queue-np__eq span{display:block;width:3px;background:#fff;border-radius:1px;animation:eqBounce .8s ease-in-out infinite alternate}.queue-np__eq span:nth-child(1){height:5px;animation-delay:0s}.queue-np__eq span:nth-child(2){height:10px;animation-delay:.15s}.queue-np__eq span:nth-child(3){height:4px;animation-delay:.3s}.queue-np__eq span:nth-child(4){height:8px;animation-delay:.1s}@keyframes eqBounce{0%{transform:scaleY(.3)}100%{transform:scaleY(1)}}.audio-player:not(.is-playing) .queue-np__eq span,.queue-panel:not(.is-playing) .queue-np__eq span{animation-play-state:paused}.queue-np__info{min-width:0;flex:1}.queue-np__title{font-size:15px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;margin-bottom:2px}.queue-np__artist{font-size:13px;color:var(--text-40);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.queue-np__meta{display:flex;gap:6px;flex-wrap:wrap}.queue-np__tag{font-size:10px;font-weight:600;padding:2px 8px;border-radius:100px;letter-spacing:.3px}.queue-np__tag--time{background:rgba(255,255,255,.04);color:var(--text-40);font-family:var(--font-mono)}.queue-np__tag--genre{background:rgba(180,92,230,.08);color:var(--purple)}.queue-np__tag--bpm{background:rgba(0,194,176,.08);color:var(--teal);font-family:var(--font-mono)}.queue-np__tag--key{background:rgba(108,142,239,.08);color:var(--blue);font-family:var(--font-mono)}.queue-np__tag--format{background:rgba(255,184,0,.08);color:var(--yellow)}.queue-np__tag--format-stem{background:rgba(140,198,63,.08);color:var(--green)}.queue-np__tag--format-midi{background:rgba(255,92,170,.08);color:var(--pink)}.queue-next{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.queue-next__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-20);padding:16px 24px 8px;flex-shrink:0}.queue-next__list{flex:1;overflow-y:auto;padding-bottom:8px}.queue-next__list::-webkit-scrollbar{width:4px}.queue-next__list::-webkit-scrollbar-track{background:0 0}.queue-next__list::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.queue-item{display:flex;align-items:center;gap:12px;padding:9px 24px;cursor:pointer;transition:background .15s;position:relative;animation:queueSlideIn .25s var(--ease-out) both}@keyframes queueSlideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.queue-item:hover{background:rgba(255,255,255,.03)}.queue-item__num{width:18px;font-family:var(--font-mono);font-size:11px;color:var(--text-20);text-align:center;flex-shrink:0}.queue-item__thumb{width:36px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0}.queue-item__thumb img{width:100%;height:100%;object-fit:cover}.queue-item__info{flex:1;min-width:0}.queue-item__title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.queue-item__artist{font-size:11px;color:var(--text-40);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item__tags{display:flex;align-items:center;gap:5px;flex-shrink:0;flex-wrap:wrap;max-width:280px}.queue-item__tag{font-size:9px;font-weight:700;padding:2px 6px;border-radius:100px;letter-spacing:.3px;white-space:nowrap;text-transform:uppercase}.queue-item__tag--genre{background:rgba(180,92,230,.08);color:var(--purple)}.queue-item__tag--bpm{background:rgba(0,194,176,.08);color:var(--teal);font-family:var(--font-mono)}.queue-item__tag--key{background:rgba(108,142,239,.08);color:var(--blue);font-family:var(--font-mono)}.queue-item__tag--format{background:rgba(255,184,0,.08);color:var(--yellow)}.queue-item__tag--format-stem{background:rgba(140,198,63,.08);color:var(--green)}.queue-item__tag--format-midi{background:rgba(255,92,170,.08);color:var(--pink)}.queue-item__duration{font-family:var(--font-mono);font-size:11px;color:var(--text-20);flex-shrink:0}.queue-item__remove{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-40);opacity:0;transition:all .15s;flex-shrink:0}.queue-item:hover .queue-item__remove{opacity:1}.queue-item__remove:hover{color:var(--red);background:rgba(197,3,43,.08)}.queue-item__remove svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.queue-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 24px;gap:12px;width:100%}.queue-panel__empty-icon{color:var(--text-20)}.queue-panel__empty-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.queue-panel__empty-text{font-size:14px;font-weight:600;color:var(--text-40)}.queue-panel__empty-hint{font-size:12px;color:var(--text-20)}.queue-toast{position:fixed;bottom:calc(var(--player-h) + 16px);left:50%;transform:translateX(-50%) translateY(8px);background:var(--bg-elevated);border:1px solid var(--border);border-radius:100px;padding:9px 22px;font-size:13px;font-weight:600;color:var(--text);box-shadow:var(--shadow-md);z-index:3000;opacity:0;transition:all .3s var(--ease-out);pointer-events:none;white-space:nowrap;display:flex;align-items:center;gap:8px}.queue-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.queue-toast__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.queue-toast__icon svg{width:14px;height:14px;fill:none;stroke:var(--green);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media (max-width:900px){.player-inner{grid-template-columns:minmax(120px,180px) 1fr auto;gap:12px;padding:0 16px}.player-time{display:none}.player-volume__slider{display:none}.queue-panel__body{flex-direction:column}.queue-np{width:100%;border-right:none;border-bottom:1px solid var(--border-light);padding:16px 24px;flex-direction:row;align-items:center}.queue-np__label{display:none}.queue-np__art{width:52px;height:52px}.queue-np__title{font-size:13px}.queue-np__artist{font-size:12px;margin-bottom:4px}.queue-panel{max-height:55vh}.queue-item__tags{max-width:180px}}@media (max-width:640px){.audio-player{height:72px}.player-inner{grid-template-columns:auto 1fr auto;gap:8px;padding:0 12px}.player-track__art{width:42px;height:42px}.player-track__info{display:none}.player-waveform{height:32px}.player-right{gap:2px}.player-btn--prev,.player-btn--next{display:none}.player-btn--vol{display:none}.player-volume__slider{display:none}.player-btn--play{width:40px;height:40px}.player-btn--play svg{width:28px;height:28px}.player-btn--close{margin-left:0}.queue-panel{bottom:72px;max-height:50vh}.queue-panel__header{padding:14px 20px 12px}.queue-np{padding:12px 16px;gap:12px}.queue-np__art{width:44px;height:44px}.queue-item{padding:8px 16px}.queue-item__tags{display:none}.queue-item__remove{opacity:1}.queue-toast{bottom:calc(72px + 12px);font-size:12px;padding:8px 18px}}@media (max-width:380px){.player-track{gap:10px}.player-track__art{width:36px;height:36px;border-radius:6px}}.toast-container{position:fixed;top:72px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:400px;width:calc(100vw - 40px)}.toast{pointer-events:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg),0 0 0 1px rgba(0,0,0,.2);overflow:hidden;opacity:0;transform:translateX(100%) scale(.95);transition:all .45s var(--ease-out);position:relative}.toast.is-visible{opacity:1;transform:translateX(0) scale(1)}.toast.is-leaving{opacity:0;transform:translateX(40px) scale(.95);transition-duration:.3s}.toast:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--green),var(--teal));z-index:2}.toast__header{display:flex;align-items:center;gap:8px;padding:12px 14px 0}.toast__check{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:rgba(140,198,63,.12);display:flex;align-items:center;justify-content:center}.toast__check svg{width:12px;height:12px;stroke:var(--green);fill:none;stroke-width:2.5}.toast__label{font-size:12px;font-weight:600;color:var(--green);letter-spacing:.02em}.toast__close{margin-left:auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--text-40);transition:all .15s}.toast__close:hover{background:rgba(255,255,255,.06);color:var(--text-60)}.toast__close svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.toast__body{display:flex;gap:12px;padding:10px 14px 12px}.toast__thumb{width:56px;height:56px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;border:1px solid var(--border-light)}.toast__thumb img{width:100%;height:100%;object-fit:cover;display:block}.toast__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.toast__title{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.toast__seller{font-size:11px;color:var(--text-40);margin-top:1px}.toast__meta{display:flex;align-items:center;gap:6px;margin-top:4px;flex-wrap:wrap}.toast__license{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.toast__license--basic{background:rgba(108,142,239,.1);color:var(--blue)}.toast__license--premium{background:rgba(180,92,230,.1);color:var(--purple)}.toast__license--platinum{background:rgba(255,184,0,.1);color:var(--yellow)}.toast__price{font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--text);margin-left:auto}.toast__footer{display:flex;align-items:center;gap:8px;padding:0 14px 12px}.toast__view-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 16px;background:var(--red);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:12px;font-weight:600;color:#fff;letter-spacing:.02em;transition:all .2s ease}.toast__view-cart:hover{background:var(--red-dark);box-shadow:0 4px 12px rgba(197,3,43,.3)}.toast__view-cart svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.toast__continue{font-size:12px;font-weight:500;color:var(--text-40);padding:8px 12px;border-radius:var(--radius-sm);transition:all .15s;white-space:nowrap}.toast__continue:hover{color:var(--text-60);background:rgba(255,255,255,.04)}.toast__summary{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid var(--border-light);background:rgba(0,0,0,.15)}.toast__summary-label{font-size:11px;color:var(--text-40)}.toast__summary-total{font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--text-60)}.toast__progress{position:absolute;bottom:0;left:0;height:2px;background:linear-gradient(90deg,var(--green),var(--teal));border-radius:0 0 0 var(--radius-md);width:100%;transform-origin:left;z-index:2}.toast__progress.is-running{animation:toastProgressShrink var(--toast-duration,5s) linear forwards}.toast:hover .toast__progress.is-running{animation-play-state:paused}@keyframes toastProgressShrink{from{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:768px){.toast-container{top:auto;bottom:16px;right:12px;left:12px;max-width:100%;width:auto}}@media (max-width:480px){.toast__footer{flex-direction:column}.toast__view-cart{width:100%}.toast__continue{width:100%;text-align:center}}.cookie-banner{position:fixed;bottom:calc(var(--player-h,80px) + 16px);left:50%;transform:translateX(-50%) translateY(0);z-index:2500;display:flex;align-items:center;gap:16px;padding:14px 24px;background:rgba(26,21,23,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:100px;box-shadow:0 8px 32px rgba(0,0,0,.5);max-width:640px;width:calc(100% - 32px);animation:cookieSlideUp .4s var(--ease-out) both}@keyframes cookieSlideUp{from{opacity:0;transform:translateX(-50%) translateY(12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.cookie-banner.is-leaving{opacity:0;transform:translateX(-50%) translateY(8px);transition:all .3s var(--ease-out)}.cookie-banner__text{font-size:13px;color:var(--text-60);line-height:1.4;flex:1}.cookie-banner__link{color:var(--text);text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:var(--red)}.cookie-banner__actions{display:flex;gap:8px;flex-shrink:0}.cookie-banner__btn{padding:8px 18px;border-radius:100px;font-size:13px;font-weight:600;font-family:var(--font-display);cursor:pointer;transition:all .2s;border:none}.cookie-banner__btn--decline{background:0 0;color:var(--text-40);border:1px solid var(--border)}.cookie-banner__btn--decline:hover{color:var(--text-60);border-color:var(--text-40)}.cookie-banner__btn--accept{background:var(--red);color:#fff}.cookie-banner__btn--accept:hover{background:#d40430;box-shadow:0 2px 12px rgba(197,3,43,.3)}@media (max-width:640px){.cookie-banner{flex-direction:column;border-radius:var(--radius-md);padding:16px 20px;gap:12px;text-align:center;bottom:calc(var(--player-h-mobile,64px) + 12px)}.cookie-banner__actions{width:100%;justify-content:center}}