@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Syncopate:wght@400;700&family=Space+Grotesk:wght@600;700&display=swap";.footer{border-top:1px solid var(--border-color);background-color:var(--bg-primary);z-index:20;margin-top:0;position:relative}.footer-newsletter{text-align:center;max-width:500px;margin:0 auto 6rem}.newsletter-form{width:100%;display:flex;position:relative}.newsletter-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-size:1.125rem;font-family:var(--font-body);background:0 0;outline:none;padding:1.25rem 4rem 1.25rem 2rem;transition:border-color .3s}.newsletter-input:focus{border-color:var(--accent-toxic);box-shadow:0 0 15px var(--accent-toxic-dim)}.newsletter-submit{color:var(--accent-toxic);cursor:pointer;background:0 0;border:none;font-size:1.75rem;font-weight:700;transition:color .2s,transform .2s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.newsletter-submit:hover{color:#fff;transform:translateY(-50%)scale(1.1)}.footer-bottom{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}@media (width<=768px){.footer .text-heading{font-size:1.75rem!important}.footer-newsletter{margin-bottom:4rem}.newsletter-input{padding:1rem 3.5rem 1rem 1rem;font-size:1rem}.newsletter-submit{font-size:1.5rem}}@media (width<=480px){.newsletter-form{flex-direction:column;gap:.75rem}.newsletter-input{padding:1rem}.newsletter-submit{border:1px solid var(--border-color);background:var(--bg-card);width:100%;min-height:48px;position:static;transform:none}.newsletter-submit:hover{transform:none}.footer-links{gap:1rem}}.navbar{height:var(--nav-height);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background-color:#050505d9;align-items:center;display:flex;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-left,.nav-right{flex:1;align-items:center;gap:1.5rem;display:flex}.nav-right{flex-wrap:wrap;justify-content:flex-end}.nav-search{justify-content:flex-start;align-items:center;gap:.5rem;width:auto;display:flex}.nav-search.is-open{width:min(100%,320px)}.nav-search-input{border:1px solid var(--border-color);width:100%;min-width:0;color:var(--text-primary);background:#ffffff0a;border-radius:999px;padding:.65rem .9rem;font-size:.85rem}.search-btn{flex-shrink:0}.nav-search-input::placeholder{color:var(--text-muted)}.nav-search-input:focus{border-color:var(--accent-toxic);outline:none;box-shadow:0 0 0 2px #7bd38f24}.nav-center{flex:2;justify-content:center;display:flex}.brand-logo{align-items:center;display:flex}.nav-logo{object-fit:contain;width:auto;height:110px;filter:drop-shadow(0 0 15px var(--accent-toxic-dim));transition:transform .2s}.brand-logo:hover .nav-logo{transform:scale(1.05)}.icon-btn{color:var(--text-primary);opacity:.7;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.icon-btn:hover{opacity:1;color:var(--accent-toxic);transform:scale(1.1)}.cart-badge{background-color:var(--accent-toxic);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.nav-auth-btn{letter-spacing:.12em;font-size:.65rem}@media (width<=768px){.navbar{height:auto;min-height:var(--nav-height)}.brand-logo{font-size:1.25rem}.nav-logo{height:64px}.nav-left,.nav-right{gap:.75rem}.nav-content{min-height:var(--nav-height);gap:.75rem;padding-top:.5rem;padding-bottom:.5rem}.nav-left{flex:auto;min-width:0}.nav-center{flex:0 auto;min-width:0}.nav-right{flex:auto;min-width:0}.nav-search{width:auto;min-width:0}.nav-search.is-open{width:min(100%,210px)}.nav-search-input{padding:.55rem .8rem;font-size:.8rem}.nav-auth-btn{padding:0;font-size:.58rem}}@media (width<=640px){.nav-content.search-open{flex-wrap:wrap}.nav-content.search-open .nav-center,.nav-content.search-open .nav-right{order:1}.nav-content.search-open .nav-left{flex:100%;order:2}.nav-content.search-open .nav-search,.nav-content.search-open .nav-search.is-open{width:100%}}.portal-page{padding-top:4rem;padding-bottom:6rem}.portal-header{flex-direction:column;gap:2rem;margin-bottom:2rem;display:flex}.portal-title{margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.portal-copy{max-width:640px}.portal-card{background:var(--bg-card);border:1px solid var(--border-color);flex-direction:column;gap:1rem;min-width:0;padding:2rem;display:flex}.portal-form{flex-direction:column;gap:1rem;display:flex}.portal-submit{width:100%;margin-top:.5rem}.portal-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;display:grid}.portal-stats{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.portal-stat-card{background:var(--bg-card);border:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.portal-stat-card strong{font-size:1.5rem}.portal-tabs{flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;display:flex}.portal-textarea{resize:vertical;min-height:180px}.portal-two-up{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.portal-header>*{min-width:0}.portal-copy,.portal-card strong,.portal-card h3{overflow-wrap:anywhere}@media (width>=768px){.portal-grid,.portal-stats,.portal-two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (width<=767px){.portal-page{padding-top:2rem;padding-bottom:4rem}.portal-header{gap:1.25rem;margin-bottom:1.5rem}.portal-card{padding:1.25rem}.portal-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.35rem;overflow-x:auto}.portal-tabs .tab-btn{white-space:nowrap;flex:none}}.catalog{padding-top:3rem}.catalog-header{flex-direction:column;gap:1rem;margin-bottom:2.75rem;display:flex}@media (width>=768px){.catalog-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.catalog-tabs{gap:1.5rem;display:flex}.tab-btn{color:var(--text-secondary);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #0000;padding-bottom:.5rem;font-weight:600;transition:all .2s}.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{color:var(--accent-toxic);border-bottom-color:var(--accent-toxic);text-shadow:0 0 10px var(--accent-toxic-dim)}.catalog-grid{align-items:start;gap:1.5rem;width:100%;margin-top:1.5rem;margin-bottom:4rem}.catalog-item{background:0 0;border:none;width:100%;max-width:none}.catalog-item:hover{box-shadow:none;transform:none}.catalog-item:hover .catalog-img-wrapper{border-color:var(--accent-toxic);box-shadow:0 0 24px var(--accent-toxic-dim)}.catalog-img-wrapper{aspect-ratio:1;border:1px solid var(--border-color);background:#000;transition:all .3s;position:relative;overflow:hidden}.catalog-item-content{text-align:left;align-items:flex-start;gap:.35rem;padding:.8rem 0 0}.catalog-title{letter-spacing:.03em;font-size:clamp(.95rem,2.5vw,1.15rem);line-height:1.15}.catalog-price{color:var(--text-primary);font-size:clamp(.9rem,2vw,1rem);font-family:var(--font-heading)}.catalog-show-more{justify-content:center;margin-top:-1rem;margin-bottom:4rem;display:flex}.catalog-empty{justify-content:center;align-items:center;min-height:200px;padding:2rem}@media (width>=768px){.catalog-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:2.25rem 2rem}}@media (width>=1024px){.catalog-grid{grid-template-columns:repeat(3,minmax(300px,1fr));gap:2.5rem 2.25rem}}@media (width<=767px){.catalog{padding-top:2rem}.catalog-header{margin-bottom:2rem}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2.5rem}.catalog-item-content{padding-top:.7rem}.catalog-show-more{margin-bottom:2rem}}.checkout-page{padding-top:3rem;padding-bottom:4.5rem;position:relative}.checkout-header{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.85rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.checkout-grid{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}.checkout-form-col,.checkout-summary-col{min-width:0}.checkout-back-link{transition:transform .2s,border-color .2s,box-shadow .2s}.checkout-back-link:hover{border-color:var(--accent-toxic);transform:translateY(-1px);box-shadow:0 0 18px #1e653329}@media (width>=1024px){.checkout-grid{grid-template-columns:1fr 400px;align-items:start}}.payment-form{background:linear-gradient(180deg, #ffffff05, #fff0), var(--bg-card);border:1px solid var(--border-color);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 18px 50px #00000038}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-input{color:var(--text-primary);font-family:var(--font-body);background-color:#ffffff08;border:1px solid #ffffff14;border-radius:.8rem;width:100%;padding:.85rem 1rem;font-size:.95rem;transition:all .2s;box-shadow:inset 0 1px #ffffff0a}.form-input::placeholder{color:#ffffff6b}.form-input:focus{border-color:var(--accent-toxic);outline:none;box-shadow:0 0 0 1px #1e653366,0 0 18px #1e65332e}.card-input-wrapper{align-items:center;display:flex;position:relative}.card-icon{z-index:10;pointer-events:none;position:absolute;left:1.25rem}.card-input{color:#ffffffc7;padding-left:3.5rem}.card-details-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pay-btn{margin-top:1rem;padding:1.5rem;font-size:1.25rem}.checkout-paypal-box{background:radial-gradient(circle at 100% 0,#1e653324,#0000 38%),#ffffff05;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.35rem;display:flex;box-shadow:inset 0 1px #ffffff0a}.checkout-empty-state{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.checkout-license-toggle{background-color:#ffffff05;border:1px solid #ffffff14;border-radius:.9rem;padding:.85rem 1rem}.checkout-license-toggle input{accent-color:var(--accent-toxic)}.checkout-paypal-frame{background:linear-gradient(#ffffff09,#ffffff03),#00000047;border:1px solid #ffffff14;border-radius:1rem;min-height:88px;padding:1rem}.checkout-paypal-buttons{width:100%}.checkout-state-copy{letter-spacing:.08em;color:#ffffffb3}.checkout-fallback-actions{width:100%}.checkout-fallback-copy{max-width:520px;line-height:1.7}.paypal-error-fallback{background:#ff50500a;border:1px solid #ff505038;border-radius:1rem;padding:1rem}.summary-card{background:linear-gradient(180deg, #ffffff05, #fff0), var(--bg-card);border:1px solid #ffffff14;padding:1.4rem;position:sticky;top:100px;box-shadow:0 18px 50px #00000038}.checkout-summary-title{letter-spacing:.08em}.summary-item{background-color:#ffffff05;border:1px solid #0000;border-radius:.9rem;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.85rem;transition:border-color .2s,transform .2s,background-color .2s;display:flex}.summary-item:hover{background-color:#ffffff09;border-color:#1e653340;transform:translateY(-1px)}.summary-item-price{white-space:nowrap}.summary-item-actions{flex-direction:column;align-items:flex-end;gap:.45rem;display:flex}.summary-item-remove{color:#ffb0b0;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ff5a5a14;border:1px solid #ff5a5a40;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .7rem;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.summary-item-remove:hover,.summary-item-remove:focus-visible{color:#ffd3d3;background:#ff5a5a29;border-color:#ff787873;transform:translateY(-1px)}.summary-item-remove:focus-visible{outline:none;box-shadow:0 0 0 2px #ff787829}.summary-item-info{flex:1;min-width:0}.summary-totals{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-bottom:2rem;padding-top:1.5rem;display:flex}.total-row{justify-content:space-between;align-items:center;display:flex}.final-total{border-top:1px dashed var(--border-color);margin-top:.5rem;padding-top:1rem}.guarantee-box{background:linear-gradient(180deg, #1e653317, #ffffff04), var(--bg-primary);border:1px solid #ffffff14;border-radius:.95rem;padding:1rem}.checkout-page .btn-secondary,.checkout-page .btn-primary{transition:transform .2s,box-shadow .2s,border-color .2s}.checkout-page .btn-secondary:hover,.checkout-page .btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000003d}@media (width<=1023px){.payment-form{padding:1.25rem}}@media (width<=768px){.checkout-page{padding-top:2rem;padding-bottom:3rem}.checkout-grid{gap:2rem}.payment-form,.summary-card{position:static}.payment-form,.checkout-paypal-box,.checkout-paypal-frame{padding:1rem}.summary-item,.summary-item-actions{align-items:flex-start}}@media (width<=520px){.checkout-header{margin-bottom:2rem}.summary-item{gap:.65rem;padding:.75rem}}.hero-scroll-container{width:100%;height:150vh;margin-top:calc(-1 * var(--nav-height));position:relative}.hero-sticky-area{background:#000;width:100%;height:100vh;position:sticky;top:0}.hero-canvas-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.canvas-wrapper{transform-origin:50%;width:100%;height:100%;position:relative}.hero-canvas{object-fit:cover;width:100%;height:100%;display:block}.hero-content{z-index:10;text-align:center;height:100vh;padding-top:var(--nav-height);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-badge{margin-bottom:2rem}@media (width<=768px){.canvas-content{padding:0 1.5rem}.hero-title-img-wrapper img{max-width:90%!important}}.hero-title{text-shadow:0 4px 30px #000;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-subtitle{text-shadow:0 2px 20px #000;max-width:600px;margin-bottom:3rem;font-size:1.125rem}@media (width>=768px){.hero-title{font-size:5rem}}@media (width>=1024px){.hero-title{font-size:6.5rem}}.overlap-section{z-index:20;-webkit-backdrop-filter:none;box-shadow:none;background:#000;border-top:1px solid #ffffff0a;margin-top:-52vh;margin-bottom:-24vh;padding-top:4.5rem;padding-bottom:6rem;position:relative}.section-header{text-align:center;margin-bottom:2.5rem}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;max-width:none;margin-top:2rem;margin-left:0;margin-right:0;display:grid}.featured-grid-single{grid-template-columns:minmax(320px,760px);max-width:none;margin-left:0;margin-right:0}.latest-beats-header{text-align:left;width:100%;max-width:none;margin-left:0;margin-right:0}.latest-beats-actions{text-align:center}.featured-card{box-shadow:none;background:0 0;border:none;width:100%;min-width:0;max-width:none;height:100%;display:block}.featured-card:hover{box-shadow:none;border-color:#0000;transform:none}.featured-card-image{aspect-ratio:1;border:1px solid var(--border-color);background:#000}.featured-card-content{gap:.45rem;padding:.8rem 0 0}.featured-price{color:var(--text-primary);font-size:clamp(.9rem,2vw,1rem)}.featured-title{font-size:clamp(.95rem,2.6vw,1.15rem);line-height:1.15}@media (width>=768px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (width>=1024px){.featured-grid{grid-template-columns:repeat(3,minmax(320px,1fr));gap:2.75rem}}.banner-section{background-color:var(--bg-card);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:8rem 0;position:relative;overflow:hidden}.banner-content{z-index:10;position:relative}.banner-section:after{content:"";background:radial-gradient(circle, var(--accent-toxic-dim) 0%, transparent 70%);opacity:.3;pointer-events:none;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=768px){.hero-title{font-size:5rem}}@media (width>=1024px){.hero-title{font-size:6.5rem}}.banner-scroll-container{height:60vh;margin-top:0}.banner-sticky-area{background:#000;height:50vh}.banner-sticky-area .hero-content{height:100%;padding-top:0}@media (width<=768px){.hero-scroll-container{height:118vh}.overlap-section{margin-top:-28vh;margin-bottom:-10vh;padding-top:3.5rem;padding-bottom:4.5rem}.section-header{margin-bottom:2rem}.latest-beats-header,.latest-beats-actions{text-align:center}.featured-grid,.featured-grid-single,.featured-card{max-width:100%}.featured-grid-single{grid-template-columns:minmax(0,1fr)}.featured-card-image{aspect-ratio:1}.featured-card-content{padding-top:.7rem}.latest-beats-actions{margin-top:2.5rem!important}.banner-scroll-container{height:48vh}.banner-sticky-area{height:42vh}.banner-sticky-area .text-display{font-size:2rem!important}.banner-sticky-area .text-secondary{font-size:.9rem}}.product-view{min-height:calc(100vh - var(--nav-height));background:radial-gradient(circle at 0 0,#1e65331a,#0000 28%),linear-gradient(#090909,#040404)}.product-view-with-player{padding-bottom:10rem}.product-view-shell{flex-direction:column;gap:2rem;display:flex}.product-topbar{justify-content:flex-start;display:flex}.product-top-back-link{border-radius:999px;gap:.45rem;padding:.7rem 1rem}.product-hero{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}.product-hero-media,.product-hero-copy,.product-panel,.product-skeleton,.sticky-audio-player{background:#0c0c0cfa;border:1px solid #ffffff14;box-shadow:0 16px 48px #0000003d}.product-hero-media,.product-hero-copy,.product-panel{border-radius:22px}.product-hero-media,.product-hero-copy{padding:1rem}.product-cover-frame{aspect-ratio:1;background:#000;border:1px solid #ffffff14;border-radius:18px;position:relative;overflow:hidden}.product-cover-image{object-fit:cover;width:100%;height:100%}.product-cover-gradient{pointer-events:none;background:linear-gradient(#0000 35%,#000000b8 100%);position:absolute;inset:0}.product-cover-play{color:#050505;z-index:2;background:#fffffff2;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex;position:absolute;bottom:1.25rem;left:1.25rem;box-shadow:0 16px 40px #00000059}.product-cover-play:hover:not(:disabled){background:var(--accent-toxic);color:#fff;transform:translateY(-2px)scale(1.02);box-shadow:0 20px 50px #1e653359}.product-cover-chip{z-index:2;position:absolute;top:1rem;right:1rem}.product-cover-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;display:flex}.product-cover-footer-copy{color:#f3f4f6;margin-top:.2rem;font-size:.84rem}.product-hero-copy{flex-direction:column;gap:1.1rem;padding:1.15rem;display:flex}.product-hero-topline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-price-cluster,.side-summary-price{align-items:baseline;gap:.75rem;display:flex}.product-price-current{font-family:var(--font-heading);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;line-height:1}.product-price-compare{color:var(--text-secondary);font-size:.82rem;text-decoration:line-through}.product-title{font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.02}.product-byline{color:var(--text-secondary);margin-top:-.35rem;font-size:.84rem}.product-meta-pills{flex-wrap:wrap;gap:.75rem;display:flex}.product-meta-pill,.license-include-pill{color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .75rem;font-size:.76rem;display:inline-flex}.product-description{max-width:62ch;font-size:.9rem;line-height:1.65}.product-hero-highlights,.details-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:.8rem;display:grid}.product-highlight-card,.details-card,.side-summary-item{align-items:flex-start;gap:.9rem;display:flex}.product-highlight-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;padding:.8rem}.product-highlight-icon,.details-card-icon{width:34px;height:34px;color:var(--accent-toxic);background:var(--accent-toxic-dim);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-highlight-copy,.details-card-copy{color:#f3f4f6;margin-top:.25rem;font-size:.82rem;line-height:1.45}.product-layout{grid-template-columns:1fr;gap:1.1rem;display:grid}.product-main-column,.product-side-column{flex-direction:column;gap:1.1rem;display:flex}.product-panel{padding:1.1rem}.product-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.product-panel-title{margin-top:.2rem;font-size:1.12rem}.product-panel-price{font-family:var(--font-heading);color:var(--accent-toxic);font-size:1rem}.license-card{text-align:left;background:#ffffff06;border:1px solid #ffffff14;border-radius:18px;width:100%;padding:.95rem;transition:border-color .2s,transform .2s,box-shadow .2s,background-color .2s}.license-card:hover{border-color:#3e8a51a6;transform:translateY(-2px)}.license-card.is-selected{border-color:var(--accent-toxic);background:linear-gradient(#1e65332e,#ffffff08);box-shadow:0 0 0 1px #1e653366,0 18px 50px #1e653324}.license-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.license-card-price-wrap{text-align:right}.license-card-price{font-family:var(--font-heading);color:var(--text-primary);font-size:1.2rem;display:block}.license-card-status{color:var(--text-secondary);font-size:.74rem}.license-rights-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:.7rem;margin-top:.75rem;display:grid}.license-rights-item{color:var(--text-secondary);align-items:flex-start;gap:.8rem;display:flex}.license-rights-item svg{color:var(--accent-toxic);flex-shrink:0;margin-top:.15rem}.license-rights-item p:last-child{color:var(--text-primary);margin-top:.18rem;font-size:.8rem;line-height:1.4}.license-includes-row{flex-wrap:wrap;gap:.55rem;margin-top:.85rem;display:flex}.terms-toggle{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-top:.85rem;padding:.8rem .95rem;transition:border-color .2s,background-color .2s;display:flex}.terms-toggle:hover{border-color:var(--border-highlight)}.terms-toggle.is-open{border-color:var(--accent-toxic);background:#1e653314}.terms-toggle.is-open svg:last-child{transform:rotate(180deg)}.terms-toggle svg:last-child{transition:transform .2s}.terms-toggle-copy{align-items:center;gap:.6rem;display:inline-flex}.terms-accordion{opacity:0;max-height:0;transition:max-height .35s,opacity .25s,margin-top .25s;overflow:hidden}.terms-accordion.is-open{opacity:1;max-height:2200px;margin-top:.75rem}.terms-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:.95rem;font-size:.82rem;line-height:1.55;overflow:visible}.terms-title{margin-bottom:.65rem;font-size:.9rem}.terms-section-title{margin-top:.85rem;margin-bottom:.25rem;font-size:.82rem}.terms-card ul{margin:.45rem 0;padding-left:1.2rem}.license-acceptance{color:var(--text-primary);align-items:center;gap:.65rem;margin-top:.85rem;font-size:.78rem;display:inline-flex}.license-acceptance input{width:18px;height:18px;accent-color:var(--accent-toxic)}.license-actions,.side-summary-actions{grid-template-columns:1fr;gap:.7rem;margin-top:.95rem;display:grid}.license-actions .btn-secondary,.side-summary-actions .btn-secondary,.sticky-player-cart{gap:.55rem}.premium-feature-list{grid-template-columns:repeat(1,minmax(0,1fr));gap:.7rem;margin-top:1rem;display:grid}.feature-list{list-style:none}.premium-feature-list li{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:.65rem;padding:.8rem .9rem;font-size:.8rem;display:flex}.premium-feature-list li svg{color:var(--accent-toxic);flex-shrink:0}.track-scroller{scroll-behavior:smooth;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:.85rem;padding-bottom:.25rem;display:grid;overflow-x:auto}.track-scroller::-webkit-scrollbar{height:8px}.track-scroller::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.track-mini-card,.related-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden}.track-mini-card:hover,.related-card:hover{border-color:#3e8a518c;transform:translateY(-4px)scale(1.01);box-shadow:0 18px 50px #00000047}.track-mini-cover,.related-card-cover{aspect-ratio:1;background:#000;display:block;position:relative;overflow:hidden}.track-mini-cover img,.related-card-cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.track-mini-card:hover img,.related-card:hover img{transform:scale(1.06)}.track-mini-overlay,.related-card-overlay{opacity:0;background:linear-gradient(#0505050d,#0505059e);justify-content:center;align-items:center;gap:.6rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.track-mini-card:hover .track-mini-overlay,.related-card:hover .related-card-overlay{opacity:1}.track-mini-play,.related-card-play{color:#050505;background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.track-mini-copy,.related-card-copy{padding:.85rem}.track-mini-title,.related-card-title{font-family:var(--font-heading);margin-top:.25rem;font-size:.9rem;line-height:1.2;display:inline-block}.track-mini-price,.related-card-price{font-family:var(--font-heading);color:var(--text-primary)}.related-card-topline{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.product-related-section{flex-direction:column;gap:.9rem;display:flex}.product-section-action{justify-content:center;margin-top:.25rem;display:flex}.related-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:.85rem;display:grid}.product-side-summary{top:calc(var(--nav-height) + 1rem);position:sticky}.side-summary-list{gap:.8rem;margin-top:.8rem;display:grid}.sticky-audio-player{z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0af0;border-bottom:none;border-radius:18px 18px 0 0;position:fixed;bottom:0;left:0;right:0}.sticky-audio-player-inner{grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding-top:.85rem;padding-bottom:.85rem;display:grid}.sticky-player-toggle{background:var(--accent-toxic);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex;box-shadow:0 16px 36px #1e653347}.sticky-player-track{flex-direction:column;gap:.35rem;min-width:0;display:flex}.sticky-player-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.sticky-player-title{font-family:var(--font-heading);font-size:.92rem}.sticky-player-artist{color:var(--text-secondary);font-size:.76rem}.sticky-player-price{font-family:var(--font-heading);color:var(--text-primary);font-size:.88rem}.sticky-player-progress{color:var(--text-secondary);grid-column:1/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;width:100%;margin-top:.15rem;font-size:.75rem;display:grid}.sticky-player-progress input{width:100%;accent-color:var(--accent-toxic)}.sticky-player-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:.8rem;padding-top:.1rem;display:flex}.product-preview-audio{display:none}.product-skeleton-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.product-skeleton{border-radius:28px;position:relative;overflow:hidden}.product-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0f,#0000);animation:1.5s infinite productSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.product-skeleton-cover{aspect-ratio:1}.product-skeleton-stack{gap:1rem;display:grid}.product-skeleton-line{height:22px}.product-skeleton-line-short{width:35%}.product-skeleton-panel{height:190px}@keyframes productSkeletonShimmer{to{transform:translate(100%)}}@media (width>=768px){.product-view-shell{gap:2.2rem}.product-hero{grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:1.5rem}.product-hero-media,.product-hero-copy,.product-panel{padding:1.25rem}.product-hero-highlights,.details-grid,.license-rights-grid,.premium-feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-skeleton-grid{grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr)}.sticky-audio-player-inner{grid-template-columns:auto minmax(180px,240px) minmax(280px,460px) auto;grid-template-areas:"toggle track progress actions";justify-content:space-between;column-gap:1rem}.sticky-player-toggle{grid-area:toggle}.sticky-player-track{grid-area:track}.sticky-player-progress{grid-area:progress/auto;justify-self:center;width:min(100%,460px);margin-top:0}.sticky-player-actions{grid-area:actions/auto;justify-self:end}}@media (width>=1024px){.product-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);align-items:start}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1280px){.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1023px){.product-side-summary{position:static}}@media (width<=767px){.product-view-with-player{padding-bottom:12rem}.product-hero-media,.product-hero-copy,.product-panel{border-radius:18px;padding:.95rem}.product-title{font-size:1.85rem}.product-cover-footer,.license-card-header,.product-panel-header,.sticky-player-title-row{flex-direction:column;align-items:flex-start}.track-scroller{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;grid-auto-flow:row;gap:.7rem;overflow-x:visible}.track-mini-copy,.related-card-copy{padding:.7rem}.track-mini-title,.related-card-title,.track-mini-price,.related-card-price{font-size:.82rem}.product-section-action .btn-secondary{width:100%}.sticky-player-progress{grid-template-columns:1fr;width:100%}.sticky-player-cart{width:100%}}@media (width>=768px) and (width<=1279px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--bg-primary:#050505;--bg-secondary:#0a0a0a;--bg-card:#111;--bg-card-hover:#161616;--text-primary:#fff;--text-secondary:#a1a1aa;--text-muted:#52525b;--accent-toxic:#1e6533;--accent-toxic-dim:#1e653326;--accent-ethereal:#7c3aed;--border-color:#27272a;--border-highlight:#3e8a51;--font-display:"Syncopate", sans-serif;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--nav-height:120px;--content-max:1400px}html{font-size:14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent-toxic)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}.text-display{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em}.text-heading{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.01em}.text-tech{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);font-size:.62rem;font-weight:600}.text-toxic{color:var(--accent-toxic)}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 1.25rem}.section{padding:4.5rem 0}.grid-3{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=768px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(3,1fr);gap:2rem}.section{padding:8rem 0}}@media (width>=1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:3rem}.grid-4{grid-template-columns:repeat(4,1fr)}}.btn-primary{color:var(--accent-toxic);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;border:1.5px solid var(--accent-toxic);text-align:center;white-space:normal;background-color:#000;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.92rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 0 15px #1e65331a}.btn-primary:hover{background-color:var(--accent-toxic);color:#000;box-shadow:0 0 30px var(--accent-toxic-dim);transform:translateY(-2px)}.btn-primary:disabled:hover{color:var(--accent-toxic);background-color:#000;transform:none;box-shadow:0 0 15px #1e65331a}.btn-secondary{background-color:var(--bg-card);color:var(--text-primary);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-color);text-align:center;white-space:normal;justify-content:center;align-items:center;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--bg-card-hover);border-color:var(--border-highlight)}.btn-special{background-color:var(--accent-ethereal);color:#fff;border:none}.btn-special:hover{background-color:#6d28d9;box-shadow:0 0 20px #7c3aed66}.badge{background:var(--bg-card);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;font-size:.64rem;font-weight:600;display:inline-block}.badge-toxic{background:var(--accent-toxic-dim);border-color:var(--accent-toxic);color:var(--accent-toxic)}.card{background:var(--bg-card);border:1px solid var(--border-color);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.card:hover{border-color:var(--border-highlight);transform:translateY(-4px);box-shadow:0 10px 30px #00000080}.card-img-wrapper{aspect-ratio:1;background:var(--bg-secondary);position:relative;overflow:hidden}.card-img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.card:hover .card-img{transform:scale(1.05)}.card-content{flex-direction:column;flex:1;gap:.5rem;min-width:0;padding:clamp(.8rem,2.5vw,1.1rem);display:flex}@media (width<=767px){html{font-size:13px}:root{--nav-height:92px}.container{padding:0 1rem}.section{padding:3.5rem 0}.toast-region{bottom:1rem;left:1rem;right:1rem}.toast-card{width:100%;min-width:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}.toast-region{z-index:1000;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast-card{background:var(--bg-card);border:1px solid var(--border-color);text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;min-width:280px;padding:1rem 1.25rem;display:flex}.toast-success{border-color:var(--accent-toxic)}.toast-error{border-color:#ef4444}.nav-auth-btn{padding:0 .5rem}.text-secondary{color:var(--text-secondary)}
