:root{--color-bg: #0b0b0d;--color-surface: #17171b;--color-surface-alt: #202024;--color-text: #f4f4f5;--color-text-muted: #9a9aa2;--color-accent: #ff3b6b;--color-border: #2a2a30;--radius: 14px;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}[hidden]{display:none!important}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-to-content-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:8px 16px;z-index:999}.skip-to-content-link:focus{left:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:999px;font-weight:600;font-size:14px;border:1px solid transparent;cursor:pointer}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:#e12f5c}.btn--ghost{background:transparent;color:#fff;border-color:#fff6}.btn--ghost:hover{border-color:#fff}.announcement-bar{text-align:center;font-size:13px;padding:8px 16px}.announcement-bar a{margin-left:8px;text-decoration:underline}.site-header{border-bottom:1px solid var(--color-border);position:sticky;top:0;background:var(--color-bg);z-index:50}.site-header__inner{display:flex;align-items:center;gap:24px;padding:14px 24px;max-width:1400px;margin:0 auto}.site-header__logo{font-weight:800;font-size:20px;letter-spacing:-.02em;margin-right:auto}.site-header__nav ul{list-style:none;display:flex;gap:24px;margin:0;padding:0}.site-header__nav a{font-size:14px;font-weight:500;color:var(--color-text-muted)}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:var(--color-text)}.site-header__submenu{display:none}.site-header__icons{display:flex;align-items:center;gap:16px}.icon-btn{position:relative;display:inline-flex}.icon-btn svg{width:22px;height:22px;fill:currentColor}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px}.header-menu-toggle{display:none;background:none;border:none;cursor:pointer}.mobile-menu{padding:12px 24px;border-top:1px solid var(--color-border)}.mobile-menu ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}@media(max-width:860px){.site-header__nav{display:none}.header-menu-toggle{display:inline-flex;flex-direction:column;gap:4px}.header-menu-toggle span{width:22px;height:2px;background:currentColor}}.hero{min-height:560px;display:flex;align-items:flex-end;background-size:cover;background-position:center;padding:64px 24px;border-radius:0 0 24px 24px;overflow:hidden}.hero__content{max-width:640px}.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--color-accent);margin-bottom:12px}.hero__title{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.05;margin:0 0 16px}.hero__subtitle{color:#ffffffd9;font-size:16px;margin:0 0 28px;max-width:480px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.beat-grid-section{max-width:1400px;margin:0 auto;padding:56px 24px}.beat-grid-section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px}.beat-grid-section__header h2{font-size:24px;margin:0}.beat-grid-section__view-all{font-size:13px;color:var(--color-text-muted);font-weight:600}.beat-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.beat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.beat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.beat-grid{grid-template-columns:1fr}}.beat-card{background:var(--color-surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.beat-card__art{position:relative;aspect-ratio:1/1;background:var(--color-surface-alt)}.beat-card__art img{width:100%;height:100%;object-fit:cover}.beat-card__art-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#26262c,#1b1b1f)}.beat-card__play-btn{position:absolute;right:12px;bottom:12px;width:44px;height:44px;border-radius:999px;background:#ffffffeb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #00000059}.beat-card__play-btn svg{width:20px;height:20px;fill:#111}.beat-card__play-btn.is-playing{background:var(--color-accent)}.beat-card__play-btn.is-playing svg{fill:#fff}.beat-card__info{padding:14px}.beat-card__title{display:block;font-weight:600;font-size:14px;margin-bottom:2px}.beat-card__artist{font-size:12px;color:var(--color-text-muted);margin:0 0 12px}.beat-card__footer{display:flex;align-items:center;justify-content:space-between}.beat-card__price{font-weight:700;font-size:14px}.beat-card__add-btn{font-size:12px;font-weight:700;padding:8px 14px;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-text);cursor:pointer}.beat-card__add-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-audio-wrap{max-width:1200px;margin:0 auto;padding:0 24px 64px}.product-audio__breadcrumb{display:flex;align-items:center;gap:8px;padding:20px 0;font-size:13px;color:var(--color-text-muted)}.product-audio__breadcrumb a{color:var(--color-text-muted)}.product-audio__breadcrumb a:hover,.product-audio__breadcrumb [aria-current]{color:var(--color-text)}.product-audio{display:grid;grid-template-columns:420px 1fr;gap:56px;align-items:start}@media(max-width:900px){.product-audio{grid-template-columns:1fr}}.product-audio__media-sticky{position:sticky;top:96px}@media(max-width:900px){.product-audio__media-sticky{position:static}}.product-audio__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius);box-shadow:0 24px 48px #00000059}.product-audio__image--placeholder{background:linear-gradient(135deg,#26262c,#1b1b1f)}.product-audio__artist{color:var(--color-text-muted);font-size:13px;margin:0 0 8px;text-transform:uppercase;letter-spacing:.06em}.product-audio__title{font-size:36px;line-height:1.1;margin:0 0 16px}.product-audio__tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.tag{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--color-surface-alt);color:var(--color-text-muted)}.player-card{display:flex;align-items:center;gap:16px;padding:16px 20px 18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;margin-bottom:28px;position:relative}.player-card__label{position:absolute;top:-9px;left:16px;background:var(--color-bg);padding:0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.product-audio__play-btn{width:52px;height:52px;min-width:52px;border-radius:999px;border:none;background:var(--color-accent);display:flex;align-items:center;justify-content:center;cursor:pointer}.product-audio__play-btn svg{width:22px;height:22px;fill:#fff}.product-audio__waveform{position:relative;height:32px;flex:1;cursor:pointer;touch-action:none;transform:scaleY(1);transform-origin:center;transition:transform .15s ease}.product-audio__waveform:hover,.product-audio__waveform.is-dragging{transform:scaleY(1.4)}.product-audio__waveform:before{content:"";position:absolute;top:-10px;right:0;bottom:-10px;left:0}.product-audio__waveform-bars{display:flex;align-items:center;gap:2px;height:100%;width:100%}.product-audio__waveform-bars span{flex:1;background:var(--color-border);height:40%;border-radius:2px;pointer-events:none;transition:background-color .15s ease}.product-audio__waveform-bars span:nth-child(3n){height:70%}.product-audio__waveform-bars span:nth-child(5n){height:90%}.product-audio__waveform:hover .product-audio__waveform-bars span{background:#3a3a42}.product-audio__waveform-fill{position:absolute;top:0;left:0;height:100%;width:0%;overflow:hidden;pointer-events:none}.product-audio__waveform-fill .product-audio__waveform-bars{width:var(--track-width, 100%);height:100%}.product-audio__waveform-fill .product-audio__waveform-bars span{background:var(--color-accent)}.seek-hover-marker{position:absolute;top:0;bottom:0;width:2px;left:0;background:#ffffff8c;border-radius:2px;pointer-events:none;opacity:0;transition:opacity .12s ease}.seek-hover-marker.is-visible{opacity:1}.buy-box{border:1px solid var(--color-border);border-radius:14px;padding:20px;background:var(--color-surface);margin-bottom:32px}.product-audio__licenses{border:none;padding:0;margin:0 0 16px;display:grid;gap:10px}.product-audio__licenses legend{font-size:12px;font-weight:700;margin-bottom:12px;padding:0;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.license-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--color-border);border-radius:10px;cursor:pointer;font-size:14px;position:relative;transition:border-color .15s ease,background-color .15s ease}.license-option:hover{border-color:#3a3a42}.license-option:has(input:checked){border-color:var(--color-accent);background:#ff3b6b0f}.license-option input{position:absolute;opacity:0;pointer-events:none}.license-option__radio{width:18px;height:18px;border-radius:999px;border:2px solid var(--color-border);flex:none;position:relative}.license-option:has(input:checked) .license-option__radio{border-color:var(--color-accent)}.license-option:has(input:checked) .license-option__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:var(--color-accent)}.license-option__body{flex:1;display:flex;flex-direction:column}.license-option__title{font-weight:600}.license-option__price{font-weight:700;font-size:14px}.buy-box__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid var(--color-border)}.buy-box__price{font-size:26px;font-weight:800}.product-audio__add-btn{flex:1;max-width:240px;padding:16px;font-size:15px}.product-audio__description{border-top:1px solid var(--color-border);padding-top:28px;color:var(--color-text-muted);font-size:14px;line-height:1.7}.product-audio__description h2{font-size:16px;color:var(--color-text);margin:0 0 12px}.site-footer{border-top:1px solid var(--color-border);margin-top:64px;padding:48px 24px 24px}.site-footer__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:760px){.site-footer__inner{grid-template-columns:1fr}}.site-footer__col h3{font-size:14px;margin:0 0 12px}.site-footer__col a{display:block;font-size:13px;color:var(--color-text-muted);margin-bottom:8px}.site-footer__socials{display:flex;gap:12px}.footer-signup{display:flex;gap:8px}.footer-signup input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.footer-signup button{padding:10px 16px;border-radius:8px;border:none;background:var(--color-accent);color:#fff;font-weight:700;cursor:pointer}.site-footer__bottom{text-align:center;font-size:12px;color:var(--color-text-muted);margin-top:40px}.sticky-player{position:fixed;left:16px;right:16px;bottom:16px;max-width:760px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;display:flex;align-items:center;gap:18px;padding:12px 22px;z-index:100;box-shadow:0 16px 40px #0006}.sticky-player[hidden]{display:none}.sticky-player__art{width:54px;height:54px;border-radius:999px;overflow:hidden;background:var(--color-surface-alt);flex:none}.sticky-player__art img{width:100%;height:100%;object-fit:cover}.sticky-player__art.is-empty{display:none}.sticky-player__meta{flex:1;min-width:0}.sticky-player__title{font-size:20px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-player__artist{font-size:17px;color:var(--color-text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-player__toggle,.sticky-player__close{background:none;border:none;cursor:pointer;color:var(--color-text);display:flex;align-items:center;justify-content:center}.sticky-player__toggle svg{width:40px;height:40px;fill:currentColor}.sticky-player__close{font-size:28px;color:var(--color-text-muted)}.sticky-player__progress{position:absolute;left:22px;right:22px;bottom:3px;height:3px;background:var(--color-border);border-radius:2px;cursor:pointer;transition:height .15s ease,bottom .15s ease}.sticky-player__progress:hover{height:6px;bottom:1.5px}.sticky-player__bar{height:100%;width:0%;background:var(--color-accent);border-radius:2px}.sticky-player__progress .seek-hover-marker{top:-6px;bottom:-6px}@media(max-width:600px){.sticky-player{gap:12px;padding:8px 16px}.sticky-player__art{width:42px;height:42px}.sticky-player__title{font-size:15px}.sticky-player__artist{font-size:13px}.sticky-player__toggle svg{width:32px;height:32px}.sticky-player__close{font-size:22px}}.cart-page,.search-page,.error-page{max-width:900px;margin:0 auto;padding:48px 24px}.cart-page__title{font-size:28px;margin:0 0 32px}.cart-empty{text-align:center;padding:64px 0}.cart-empty p{color:var(--color-text-muted);margin-bottom:20px}.cart-table{width:100%;border-collapse:collapse;margin-bottom:24px}.cart-table th{text-align:left;padding:0 0 12px;border-bottom:1px solid var(--color-border);font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.cart-table td{padding:20px 12px 20px 0;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-table__col-qty,.cart-table__col-price,.cart-table__col-total,.cart-table__price,.cart-table__qty,.cart-table__line-total{text-align:right}.cart-table__product{display:flex;gap:14px;align-items:flex-start}.cart-table__image-link{flex:none;width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--color-surface-alt)}.cart-table__image-link img{width:100%;height:100%;object-fit:cover}.cart-table__image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#26262c,#1b1b1f)}.cart-table__info{min-width:0}.cart-table__title{font-weight:600;display:block}.cart-table__title:hover{color:var(--color-accent)}.cart-table__variant{font-size:13px;color:var(--color-text-muted);margin:4px 0 0}.cart-table__remove{font-size:12px;color:var(--color-text-muted);margin-top:8px;display:inline-block}.cart-table__remove:hover{color:var(--color-accent)}.cart-table__price-original{text-decoration:line-through;color:var(--color-text-muted);margin-right:6px}.cart-table__qty-input{width:64px;padding:8px;text-align:center;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:14px}.cart-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:8px}.cart-summary__update{order:1}.cart-summary__totals{order:2;margin-left:auto;text-align:right;min-width:220px}.cart-summary__row{display:flex;justify-content:space-between;gap:24px;margin:0 0 6px;font-size:14px;color:var(--color-text-muted)}.cart-summary__row--total{font-size:20px;font-weight:800;color:var(--color-text);margin-top:8px}.cart-summary__note{font-size:12px;color:var(--color-text-muted);margin:6px 0 0}.cart-summary__checkout{order:3;width:100%;padding:16px;font-size:15px}@media(max-width:640px){.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table__row{border-bottom:1px solid var(--color-border);padding:16px 0}.cart-table td{border-bottom:none;padding:6px 0}.cart-table__price,.cart-table__qty,.cart-table__line-total{text-align:left}.cart-table td[data-label]:before{content:attr(data-label);display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:4px}.cart-table__product:before{display:none}.cart-summary__totals{margin-left:0;text-align:left;width:100%}.cart-summary__row{justify-content:space-between}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
