* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

:root {
    --epk-page-bg: #000000;
    --epk-grad-r: 10;
    --epk-grad-g: 159;
    --epk-grad-b: 212;
    --epk-accent: #0a9fd4;
    --epk-accent-fg: #ffffff;
    --trxx-accent: var(--epk-accent);
    --epk-muted: #b5b5b5;
    --epk-heading: #ffffff;
    --epk-subheading: #ffffff;
    --epk-glass-bg: rgba(32, 88, 132, 0.38);
    --epk-glass-bg-soft: rgba(24, 72, 108, 0.28);
    --epk-glass-blur: blur(16px) saturate(1.25);
    --epk-glass-border: rgba(255, 255, 255, 0.1);
    --trxx-sidebar-bg: rgba(6, 28, 48, 0.42);
    --trxx-card-bg: rgba(24, 72, 108, 0.32);
    --trxx-card-border: rgba(255, 255, 255, 0.08);
    --trxx-page-pad-x: 1.25rem;
    --trxx-sidebar-width: 220px;
    --trxx-card-size: 180px;
    --trxx-swipe-gap: 15px;
}

html,
body {
    min-height: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    overflow-x: clip;
    height: 100%;
}

body {
    background-color: var(--epk-page-bg);
    color: var(--epk-heading);
    font-family: Poppins, system-ui, sans-serif;
    line-height: 1.5;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    min-height: 100%;
    min-height: 100dvh;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: min(72vh, 760px);
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgb(var(--epk-grad-r), var(--epk-grad-g), var(--epk-grad-b)) 0%,
        rgba(var(--epk-grad-r), var(--epk-grad-g), var(--epk-grad-b), 0.72) 18%,
        rgba(var(--epk-grad-r), var(--epk-grad-g), var(--epk-grad-b), 0.38) 40%,
        rgba(var(--epk-grad-r), var(--epk-grad-g), var(--epk-grad-b), 0.12) 68%,
        var(--epk-page-bg) 100%
    );
}

body > *:not(.trxx-bottom-player):not(.modal):not(.modal-backdrop):not(.offcanvas):not(.offcanvas-backdrop) {
    position: relative;
    z-index: 1;
}

a {
    color: var(--epk-accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn,
a[class*="btn-"],
a.trxx-btn,
a.trxx-checkout-continue,
a.trxx-cart-drawer-checkout,
a.trxx-top-cart-link,
a.trxx-bottom-player-link,
button,
.trxx-cart-modal-continue,
.trxx-checkout-empty-link,
.trxx-cart-drawer-empty-link {
    text-decoration: none;
}

a.btn:hover,
a.btn:focus,
a.btn:focus-visible,
a[class*="btn-"]:hover,
a[class*="btn-"]:focus,
a[class*="btn-"]:focus-visible,
a.trxx-btn:hover,
a.trxx-btn:focus,
a.trxx-btn:focus-visible,
a.trxx-checkout-continue:hover,
a.trxx-checkout-continue:focus,
a.trxx-checkout-continue:focus-visible,
a.trxx-cart-drawer-checkout:hover,
a.trxx-cart-drawer-checkout:focus,
a.trxx-cart-drawer-checkout:focus-visible,
a.trxx-top-cart-link:hover,
a.trxx-top-cart-link:focus,
a.trxx-top-cart-link:focus-visible,
a.trxx-bottom-player-link:hover,
a.trxx-bottom-player-link:focus,
a.trxx-bottom-player-link:focus-visible,
button:hover,
button:focus,
button:focus-visible,
.trxx-cart-modal-continue:hover,
.trxx-cart-modal-continue:focus,
.trxx-cart-modal-continue:focus-visible,
.trxx-checkout-empty-link:hover,
.trxx-checkout-empty-link:focus,
.trxx-checkout-empty-link:focus-visible,
.trxx-cart-drawer-empty-link:hover,
.trxx-cart-drawer-empty-link:focus,
.trxx-cart-drawer-empty-link:focus-visible {
    text-decoration: none !important;
}

.trxx-ou-affiliation-bar {
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.trxx-ou-affiliation-bar__text {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.55);
}

.trxx-ou-affiliation-bar__link {
    color: inherit;
    text-decoration: none !important;
}

.trxx-ou-affiliation-bar__link:hover,
.trxx-ou-affiliation-bar__link:focus,
.trxx-ou-affiliation-bar__link:focus-visible {
    color: inherit;
    text-decoration: none !important;
}

.trxx-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: calc(72px + 2rem);
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-wrap: wrap;
}

.trxx-top-brand {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 72px;
}

.trxx-top-ou-logo-link,
.trxx-top-logo-link {
    line-height: 0;
    text-decoration: none;
}

.trxx-top-ou-logo-link:hover,
.trxx-top-logo-link:hover {
    text-decoration: none;
}

.trxx-top-ou-logo {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
}

.trxx-top-logo-link {
    margin-left: 0.2rem;
}

.trxx-top-logo {
    display: block;
    width: calc(32px * 316 / 120);
    height: 32px;
    background-color: var(--epk-accent);
    filter: brightness(1.18);
    -webkit-mask: url('/images/trxx-logo.webp') left center / contain no-repeat;
    mask: url('/images/trxx-logo.webp') left center / contain no-repeat;
}

.trxx-top-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.trxx-top-utilities {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.trxx-top-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.trxx-top-menu-btn:hover,
.trxx-top-menu-btn:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

.trxx-top-menu-btn .bi {
    font-size: 1.45rem;
    line-height: 1;
}

.trxx-top-auth-desktop {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.trxx-btn-block {
    width: 100%;
    min-width: 0;
}

.trxx-nav-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 10060;
    pointer-events: none;
    visibility: hidden;
}

.trxx-nav-offcanvas.is-open {
    pointer-events: auto;
    visibility: visible;
}

.trxx-nav-offcanvas__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.trxx-nav-offcanvas.is-open .trxx-nav-offcanvas__backdrop {
    opacity: 1;
}

.trxx-nav-offcanvas__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(320px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(8, 20, 32, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.35);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.trxx-nav-offcanvas.is-open .trxx-nav-offcanvas__panel {
    transform: translateX(0);
}

.trxx-nav-offcanvas__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trxx-nav-offcanvas__title {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--epk-muted);
}

.trxx-nav-offcanvas__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.trxx-nav-offcanvas__close:hover,
.trxx-nav-offcanvas__close:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.trxx-nav-offcanvas__links {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.25rem 1.1rem 1.5rem;
}

body.trxx-nav-open {
    overflow: hidden;
}

.trxx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 8rem;
    min-width: 8rem;
    min-height: 2.4rem;
    padding: 0 1rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}

.trxx-btn-ghost {
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.22);
}

.trxx-btn-ghost:hover,
.trxx-btn-ghost.is-active {
    color: var(--epk-accent);
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
}

.trxx-btn-solid {
    color: #fff;
    background: var(--epk-accent);
    border-color: var(--epk-accent);
}

.trxx-btn-solid:hover,
.trxx-btn-solid.is-active {
    filter: brightness(0.92);
    text-decoration: none;
}

.trxx-main {
    margin: 0 auto;
    max-width: 960px;
    padding: 3rem 1.5rem 4rem;
    width: 100%;
    flex: 1;
}

.trxx-main-wide {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    overflow-x: clip;
    padding: 0;
}

.trxx-browse-layout {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
}

.trxx-sidebar {
    flex: 0 0 var(--trxx-sidebar-width);
    width: var(--trxx-sidebar-width);
    padding: 1.25rem 0.75rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--trxx-sidebar-bg);
    backdrop-filter: var(--epk-glass-blur);
    -webkit-backdrop-filter: var(--epk-glass-blur);
    align-self: stretch;
}

.trxx-sidebar-label {
    color: var(--epk-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0 0.75rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.genre-link {
    display: block;
    padding: 0.65rem 0.85rem;
    margin-bottom: 0.25rem;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 500;
    transition: background 0.15s ease;
}

.genre-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

.trxx-sidebar .genre-link.active,
a.genre-link.active {
    background: var(--epk-glass-bg);
    border: 1px solid var(--epk-glass-border);
    color: #fff;
    font-weight: 500;
}

.trxx-mobile-genre-nav {
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.trxx-mobile-genre-nav--mid-browse {
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.trxx-mobile-genre-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
    text-decoration: none !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.15rem 0;
}

.trxx-mobile-genre-back:hover,
.trxx-mobile-genre-back:focus-visible {
    color: var(--epk-accent);
    text-decoration: none !important;
}

.trxx-mobile-genre-back i {
    font-size: 1rem;
    line-height: 1;
}

.mobile-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.m-genre-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 40px;
    padding: 0 0.35rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.m-genre-card:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    text-decoration: none !important;
}

.m-genre-card.active {
    background: var(--epk-glass-bg) !important;
    border-color: var(--epk-glass-border);
    font-weight: 700;
    color: #fff !important;
}

.trxx-content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
    padding: 1.5rem var(--trxx-page-pad-x) 3rem;
}

.trxx-browse-search {
    margin-bottom: 1.35rem;
}

.trxx-browse-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.trxx-browse-search-field {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0 0.85rem;
    border-radius: 12px;
    border: 1px solid var(--trxx-card-border);
    background: var(--trxx-card-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.trxx-browse-search-field:focus-within {
    border-color: rgba(10, 159, 212, 0.55);
    box-shadow: 0 0 0 3px rgba(10, 159, 212, 0.16);
}

.trxx-browse-search-icon {
    flex: 0 0 auto;
    color: var(--epk-muted);
    font-size: 0.9rem;
    line-height: 1;
    pointer-events: none;
}

.trxx-browse-search-input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    padding: 0.7rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    text-align: left;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.trxx-browse-search-input::-webkit-search-decoration,
.trxx-browse-search-input::-webkit-search-cancel-button,
.trxx-browse-search-input::-webkit-search-results-button,
.trxx-browse-search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.trxx-browse-search-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
    text-align: left;
}

.trxx-browse-search-input:focus {
    outline: none;
}

.browse-section.is-filter-empty {
    display: none;
}

.trxx-search-results {
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
}

.trxx-search-results[hidden] {
    display: none !important;
}

.browse-section {
    margin-bottom: 2rem;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
    scroll-margin-top: 1rem;
}

.row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    min-width: 0;
}

.row-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    min-width: 0;
}

.row-title i {
    flex-shrink: 0;
}

.row-title .trxx-epk-patch-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
}

.row-title .trxx-epk-patch-icon-hole {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.42rem;
    height: 0.42rem;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 0;
}

.row-title .trxx-epk-patch-icon .bi-patch-plus-fill {
    position: relative;
    z-index: 1;
    font-size: 1.15rem;
    line-height: 1;
    color: #0a9fd4;
}

.more-link {
    border: 0;
    background: transparent;
    color: var(--epk-accent);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.25rem 0;
}

.more-link:hover {
    text-decoration: underline;
}

.swipe-row {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: var(--trxx-swipe-gap);
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    min-width: 0;
    max-width: 100%;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    scroll-padding-inline: var(--trxx-page-pad-x);
    container-type: inline-size;
}

.swipe-row::-webkit-scrollbar {
    display: none;
}

.swipe-row--empty {
    min-height: 72px;
    align-items: center;
}

.swipe-row-placeholder {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.85rem;
    padding: 0.5rem 0.25rem;
}

.swipe-row .art-card-wrapper {
    flex-shrink: 0;
}

.swipe-row--artists .trxx-artist-card-wrap {
    width: var(--trxx-card-size);
    max-width: var(--trxx-card-size);
}

.trxx-artist-card-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.trxx-artist-card-link:hover,
.trxx-artist-card-link:focus-visible {
    text-decoration: none;
    color: inherit;
}

.trxx-artist-card-link:focus-visible .trxx-artist-card {
    outline: 2px solid var(--epk-accent, #0a9fd4);
    outline-offset: 3px;
}

.trxx-artist-card {
    border-radius: 50% !important;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #1a1a1a;
}

.trxx-artist-card img.trxx-artist-avatar,
.trxx-artist-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.trxx-artist-card-link:hover .trxx-artist-card {
    transform: scale(1.03);
}

.trxx-artist-card-link .search-browse-card-meta {
    text-align: center;
}

.trxx-pr-group {
    display: flex;
    flex: 0 0 auto;
    gap: 15px;
    align-items: flex-start;
}

.trxx-pr-lead {
    flex: 0 0 var(--trxx-card-size);
    width: var(--trxx-card-size);
    max-width: var(--trxx-card-size);
    min-width: var(--trxx-card-size);
}

.trxx-pr-extras {
    display: none;
    flex: 0 0 auto;
    gap: var(--trxx-swipe-gap);
    align-items: flex-start;
}

.trxx-pr-group.is-expanded .trxx-pr-extras {
    display: flex;
}

.trxx-pr-expand-btn {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 31;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.trxx-pr-expand-btn:hover,
.trxx-pr-expand-btn:focus-visible {
    background: rgba(10, 159, 212, 0.92);
    border-color: rgba(10, 159, 212, 0.92);
    outline: none;
}

.trxx-pr-group.is-expanded .trxx-pr-expand-btn {
    background: var(--epk-accent);
    border-color: var(--epk-accent);
}

.trxx-pr-expand-btn .bi {
    font-size: 0.95rem;
    pointer-events: none;
}

.trxx-pr-lead .art-card-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.trxx-pr-extras .art-card-wrapper {
    flex: 0 0 var(--trxx-card-size);
    width: var(--trxx-card-size);
    max-width: var(--trxx-card-size);
}

.genre-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 0;
    max-width: 100%;
}

.grid-item {
    flex: 0 0 var(--trxx-card-size);
    width: var(--trxx-card-size);
    max-width: var(--trxx-card-size);
}

.art-card-wrapper {
    flex: 0 0 var(--trxx-card-size);
    width: var(--trxx-card-size);
    max-width: var(--trxx-card-size);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.art-card-wrapper:has(.trxx-art-card--preview[data-preview-src]) {
    cursor: pointer;
}

.art-card-wrapper:has(.trxx-art-card--preview[data-preview-src]) .search-browse-card-meta {
    pointer-events: auto;
}

.art-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--trxx-card-bg);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--trxx-card-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .art-card:hover {
        transform: scale(1.04);
        box-shadow: 0 10px 24px rgba(0, 24, 48, 0.35);
    }

    .art-card:hover .trxx-art-mode-icon {
        opacity: 1;
    }
}

.art-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trxx-art-mode-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 4;
}

.trxx-art-mode-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
}

.trxx-art-flag-mark {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

.trxx-cart-btn {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 30;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.trxx-cart-btn:hover,
.trxx-cart-btn:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    outline: none;
}

.trxx-cart-btn.is-in-cart {
    background: var(--trxx-accent);
    border-color: var(--trxx-accent);
}

.trxx-cart-btn.is-in-cart:hover,
.trxx-cart-btn.is-in-cart:focus-visible {
    background: var(--trxx-accent);
    border-color: var(--trxx-accent);
    filter: brightness(1.05);
}

.trxx-cart-btn i {
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
}

.trxx-art-card--preview {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
}

.trxx-art-card--preview.is-playing {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.trxx-art-card--preview.is-playing .trxx-art-mode-icon {
    opacity: 1;
}

.trxx-art-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.15rem;
    padding: 0;
    z-index: 3;
}

.trxx-art-play i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
}

.trxx-art-play .pr-cd-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
}

.trxx-art-play .pr-cd-bg {
    stroke: rgba(255, 255, 255, 0.28);
}

.trxx-art-play .pr-cd-fg {
    stroke: var(--epk-accent, #0a9fd4);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.1s linear;
}

.trxx-art-play .pr-cd-num {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    z-index: 1;
}

.trxx-art-play.has-preview-cap {
    opacity: 0;
    pointer-events: none;
}

.art-card.is-playing .trxx-art-play.has-preview-cap {
    opacity: 1;
    z-index: 6;
}

.trxx-art-play.is-playing {
    cursor: default;
}

.trxx-art-play.is-playing.has-preview-cap {
    background: rgba(0, 0, 0, 0.58) !important;
}

.trxx-art-play.is-playing.has-preview-cap .pr-cd-num {
    display: flex;
    color: #fff;
}

.trxx-art-play.is-playing.has-preview-cap i {
    display: none;
}

.trxx-art-play.is-playing.has-preview-cap .pr-cd-ring {
    display: block;
}

.trxx-art-card--ondemand {
    cursor: pointer;
}

.trxx-art-card--ondemand.is-playing {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.trxx-art-card--ondemand.is-playing .trxx-art-mode-icon {
    opacity: 0 !important;
}

body.trxx-has-bottom-player {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
}

#trxxPreviewAudio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

body > .trxx-bottom-player {
    position: fixed;
    z-index: 10060;
}

.trxx-bottom-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10060;
    width: 100%;
    max-width: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    isolation: isolate;
}

.trxx-bottom-player[hidden] {
    display: none !important;
}

.trxx-bottom-player.is-open {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.trxx-bottom-player-inner {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    padding:
        0.75rem
        max(1rem, env(safe-area-inset-right, 0px))
        calc(0.75rem + env(safe-area-inset-bottom, 0px))
        max(1rem, env(safe-area-inset-left, 0px));
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}

.trxx-bottom-player-play {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.15s ease;
}

.trxx-bottom-player-actions .trxx-bottom-player-action {
    position: static;
    inset: auto;
    z-index: auto;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 44px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: none;
    font-size: 1.15rem;
    line-height: 1;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.15s ease, transform 0.15s ease, filter 0.15s ease;
}

.trxx-bottom-player-actions .trxx-bottom-player-action i {
    font-size: 1.15rem;
    line-height: 1;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trxx-bottom-player-actions .trxx-bottom-player-action:not(.is-branded):not(.is-in-cart):not(.trxx-cart-btn):hover,
.trxx-bottom-player-actions .trxx-bottom-player-action:not(.is-branded):not(.is-in-cart):not(.trxx-cart-btn):focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.04);
    color: #fff;
    text-decoration: none;
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-presave {
    background: #0a9fd4 !important;
    color: #fff !important;
}

.trxx-bottom-player-actions .trxx-bottom-player-presave:hover,
.trxx-bottom-player-actions .trxx-bottom-player-presave:focus-visible {
    background: #088fc0 !important;
    color: #fff !important;
    transform: scale(1.04);
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-ou-radio {
    background: #000 !important;
    color: #fff !important;
    overflow: hidden;
}

.trxx-bottom-player-actions .trxx-bottom-player-ou-radio:hover,
.trxx-bottom-player-actions .trxx-bottom-player-ou-radio:focus-visible {
    background: #111 !important;
    transform: scale(1.04);
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-ou-logo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1.35);
    pointer-events: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-epk-tracks {
    background: transparent !important;
    color: #0a9fd4 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0 !important;
}

.trxx-bottom-player-actions .trxx-bottom-player-epk-tracks:hover,
.trxx-bottom-player-actions .trxx-bottom-player-epk-tracks:focus-visible {
    background: transparent !important;
    color: #0a9fd4 !important;
    transform: scale(1.06);
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-epk-patch {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    pointer-events: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-epk-patch-hole {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.05rem;
    height: 1.05rem;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 0;
}

.trxx-bottom-player-actions .trxx-bottom-player-epk-patch .bi-patch-plus-fill {
    position: relative;
    z-index: 1;
    font-size: 2.55rem !important;
    line-height: 1;
    color: #0a9fd4 !important;
}

.trxx-bottom-player-actions .trxx-cart-btn {
    width: auto;
    min-width: max-content;
    max-width: none;
    flex: 0 0 auto;
    flex-shrink: 0;
    border-radius: 999px;
    padding: 0 0.95rem 0 0.4rem;
    gap: 0.4rem;
    background: #fff;
    color: #212529;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: visible;
    justify-content: flex-start;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus {
    position: relative;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: var(--trxx-accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(10, 159, 212, 0.45);
    overflow: visible;
    z-index: 1;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus i {
    position: relative;
    z-index: 2;
    font-size: 0.72rem;
    line-height: 1;
    pointer-events: none;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus::before,
.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus::after,
.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus .trxx-bottom-player-cart-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 0;
    transform: translate(-50%, -50%) scale(1);
    will-change: transform, opacity;
    backface-visibility: hidden;
    opacity: 1;
    animation: trxx-cart-glow-ripple 4.8s linear infinite;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus::before {
    content: "";
    animation-delay: 0s;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus::after {
    content: "";
    animation-delay: 1.6s;
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus .trxx-bottom-player-cart-glow {
    animation-delay: 3.2s;
}

@keyframes trxx-cart-glow-ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(10, 159, 212, 0);
    }
    6% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.38;
        box-shadow: 0 0 16px 10px rgba(10, 159, 212, 0.38);
    }
    18% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.72;
        box-shadow:
            0 0 22px 14px rgba(10, 159, 212, 0.48),
            0 0 0 14px rgba(10, 159, 212, 0.24);
    }
    45% {
        transform: translate(-50%, -50%) scale(1.45);
        opacity: 0.62;
        box-shadow:
            0 0 28px 18px rgba(10, 159, 212, 0.4),
            0 0 0 24px rgba(10, 159, 212, 0.2);
    }
    72% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.38;
        box-shadow:
            0 0 34px 22px rgba(10, 159, 212, 0.28),
            0 0 0 30px rgba(10, 159, 212, 0.14);
    }
    100% {
        transform: translate(-50%, -50%) scale(2.35);
        opacity: 0;
        box-shadow:
            0 0 36px 24px rgba(10, 159, 212, 0.16),
            0 0 0 36px rgba(10, 159, 212, 0.16),
            0 0 0 0 rgba(10, 159, 212, 0);
    }
}

.trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-label {
    line-height: 1;
}

.trxx-bottom-player-actions .trxx-cart-btn:hover,
.trxx-bottom-player-actions .trxx-cart-btn:focus-visible {
    background: #fff;
    color: #212529;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    filter: none;
    transform: scale(1.02);
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-action.is-in-cart {
    background: #fff;
    color: #212529;
}

.trxx-bottom-player-actions .trxx-bottom-player-action.is-in-cart:hover,
.trxx-bottom-player-actions .trxx-bottom-player-action.is-in-cart:focus-visible {
    background: #fff;
    color: #212529;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    filter: none;
    transform: scale(1.02);
    outline: none;
}

.trxx-bottom-player-actions .trxx-bottom-player-action.is-branded {
    color: #fff !important;
}

.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-spotify { background: #1DB954 !important; }
.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-youtube { background: #FF0000 !important; }
.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-apple { background: #FA2D48 !important; }
.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-soundcloud { background: #FF5500 !important; }
.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-bandcamp { background: #1DA0C3 !important; }
.trxx-bottom-player-actions .trxx-bottom-player-action.is-brand-tiktok { background: #010101 !important; }

.trxx-bottom-player-actions .trxx-bottom-player-action.is-branded:hover,
.trxx-bottom-player-actions .trxx-bottom-player-action.is-branded:focus-visible {
    filter: brightness(1.08);
    transform: scale(1.04);
    text-decoration: none;
    outline: none;
}

.trxx-bottom-player-play:hover,
.trxx-bottom-player-play:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.04);
    outline: none;
}

.trxx-bottom-player-art-link {
    display: block;
    flex-shrink: 0;
    line-height: 0;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.trxx-bottom-player-art-link.is-disabled {
    cursor: pointer;
}

.trxx-bottom-player-art-link:hover,
.trxx-bottom-player-art-link:focus-visible {
    opacity: 0.88;
    transform: scale(1.03);
    outline: none;
    text-decoration: none;
}

.trxx-bottom-player-art {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    background: #111;
    flex-shrink: 0;
}

.trxx-bottom-player-main,
.trxx-bottom-player-meta {
    min-width: 0;
    max-width: 14rem;
}

.trxx-bottom-player-transport {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.trxx-bottom-player-progress-wrap {
    flex: 1;
    min-width: 0;
}

.trxx-bottom-player-artist {
    margin: 0 0 0.12rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trxx-bottom-player-artist:empty {
    display: none;
    margin: 0;
}

.trxx-bottom-player-title {
    margin: 0;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.trxx-bottom-player-progress {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.trxx-bottom-player-seek {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    margin: 0;
}

.trxx-bottom-player-seek::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        var(--epk-accent) 0%,
        var(--epk-accent) var(--bp-progress, 0%),
        rgba(255, 255, 255, 0.18) var(--bp-progress, 0%),
        rgba(255, 255, 255, 0.18) 100%
    );
}

.trxx-bottom-player-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.trxx-bottom-player-seek::-moz-range-track {
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.trxx-bottom-player-seek::-moz-range-progress {
    height: 4px;
    border-radius: 999px;
    background: var(--epk-accent);
}

.trxx-bottom-player-seek::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.trxx-bottom-player-times {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums;
}

.trxx-bottom-player-links {
    display: contents;
}

.trxx-bottom-player-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 44px;
    flex-shrink: 0;
}

.trxx-bottom-player-link i.rotate-bandcamp {
    display: inline-block;
    transform: rotate(52deg);
}

.bi.epk-bandcamp::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M0 18.75l7.126-13.5H24l-7.126 13.5H0z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M0 18.75l7.126-13.5H24l-7.126 13.5H0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 640px) {
    body.trxx-has-bottom-player {
        padding-bottom: calc(7.75rem + env(safe-area-inset-bottom, 0px));
    }

    .trxx-bottom-player-inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "art meta"
            "play actions";
        justify-items: start;
        column-gap: 0.65rem;
        row-gap: 0.55rem;
        align-items: center;
        padding:
            0.65rem
            max(0.85rem, env(safe-area-inset-right, 0px))
            calc(0.65rem + env(safe-area-inset-bottom, 0px))
            max(0.85rem, env(safe-area-inset-left, 0px));
    }

    .trxx-bottom-player-art-link {
        grid-area: art;
        width: 48px;
        height: 48px;
    }

    .trxx-bottom-player-art {
        width: 48px;
        height: 48px;
    }

    .trxx-bottom-player-meta {
        grid-area: meta;
        justify-self: stretch;
        max-width: none;
        min-width: 0;
        text-align: left;
    }

    .trxx-bottom-player-progress-wrap {
        display: none !important;
    }

    .trxx-bottom-player-transport {
        grid-area: play;
        display: flex;
        align-items: center;
        justify-self: start;
        width: auto;
        min-width: 0;
        gap: 0;
    }

    .trxx-bottom-player-play {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .trxx-bottom-player-actions {
        grid-area: actions;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        gap: 0.4rem;
        min-height: 36px;
        justify-content: flex-end;
        justify-self: stretch;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-close {
        margin-left: 0;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-action {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        flex: 0 0 36px;
        font-size: 1rem;
    }

    .trxx-bottom-player-actions .trxx-cart-btn.trxx-bottom-player-action,
    .trxx-bottom-player-actions .trxx-cart-btn {
        width: auto;
        min-width: max-content;
        max-width: none;
        flex: 0 0 auto;
        flex-shrink: 0;
        height: 36px;
        min-height: 36px;
        border-radius: 999px;
        padding: 0 0.7rem 0 0.3rem;
        font-size: 0.72rem;
        gap: 0.35rem;
        overflow: visible;
        justify-content: flex-start;
    }

    .trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus {
        width: 1.45rem;
        height: 1.45rem;
        font-size: 0.78rem;
    }

    .trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-plus i {
        font-size: 0.78rem;
    }

    .trxx-bottom-player-actions .trxx-cart-btn .trxx-bottom-player-cart-label {
        display: inline-block;
        line-height: 1.1;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-action i {
        font-size: 1rem;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-epk-patch {
        width: 36px;
        height: 36px;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-epk-patch-hole {
        width: 0.85rem;
        height: 0.85rem;
    }

    .trxx-bottom-player-actions .trxx-bottom-player-epk-patch .bi-patch-plus-fill {
        font-size: 2.1rem !important;
    }

    .trxx-bottom-player-play {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .trxx-bottom-player-title {
        font-size: 0.82rem;
    }

    .trxx-bottom-player-artist {
        font-size: 0.68rem;
    }
}

.search-browse-card-meta {
    width: 100%;
    margin-top: 0.65rem;
    text-align: center;
}

.search-browse-card-artist,
.search-browse-card-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-browse-card-artist {
    color: var(--epk-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.search-browse-card-title {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 0.15rem;
}

.genre-heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.page-heading {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.page-lead {
    color: var(--epk-muted);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    max-width: 42rem;
}

.placeholder-panel {
    background: var(--epk-glass-bg-soft);
    border: 1px dashed var(--epk-glass-border);
    border-radius: 16px;
    color: var(--epk-muted);
    padding: 2rem;
    text-align: center;
    backdrop-filter: var(--epk-glass-blur);
    -webkit-backdrop-filter: var(--epk-glass-blur);
}

.trxx-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--epk-muted);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.trxx-foot-nav {
    display: flex;
    gap: 1rem;
}

.trxx-foot-nav a {
    color: var(--epk-muted);
    font-size: 0.85rem;
}

.trxx-foot-nav a:hover {
    color: #fff;
}

.trxx-cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 0.85rem max(0.85rem, env(safe-area-inset-right, 0px)) calc(0.85rem + env(safe-area-inset-bottom, 0px)) max(0.85rem, env(safe-area-inset-left, 0px));
    background: #0d0d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.35);
}

.trxx-cookie-bar[hidden] {
    display: none !important;
}

.trxx-cookie-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    max-width: 1120px;
    margin: 0 auto;
}

.trxx-cookie-bar__text {
    margin: 0;
    flex: 1 1 16rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

.trxx-cookie-bar__text a {
    color: var(--trxx-accent, #0a9fd4) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.trxx-cookie-bar__text strong {
    font-weight: 600;
}

.trxx-cookie-bar__text a:hover,
.trxx-cookie-bar__text a:focus-visible {
    text-decoration: underline !important;
}

.trxx-cookie-bar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    flex: 0 0 auto;
}

.trxx-cookie-bar__btn {
    border: none;
    border-radius: 4px;
    padding: 0.62rem 1.35rem;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.trxx-cookie-bar__btn--reject {
    background: #333;
    color: #aaa;
}

.trxx-cookie-bar__btn--reject:hover,
.trxx-cookie-bar__btn--reject:focus-visible {
    background: #444;
    color: #ccc;
}

.trxx-cookie-bar__btn--accept {
    background: var(--trxx-accent, #0a9fd4);
    color: #fff;
}

.trxx-cookie-bar__btn--accept:hover,
.trxx-cookie-bar__btn--accept:focus-visible {
    background: #088cb8;
    color: #fff;
}

@media (max-width: 768px) {
    .trxx-cookie-bar__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .trxx-cookie-bar__actions {
        justify-content: flex-end;
    }
}

@media (min-width: 901px) {
    body.trxx-browse .trxx-main-wide {
        flex: 1 1 auto;
        min-height: calc(100dvh - var(--trxx-browse-chrome, 9.5rem));
    }

    body.trxx-browse .trxx-browse-layout {
        flex: 1 1 auto;
        min-height: 100%;
    }

    body.trxx-browse .trxx-sidebar--desktop {
        min-height: 100%;
    }
}

.trxx-foot-copy {
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .trxx-browse-layout {
        flex-direction: column;
        flex: 1 1 auto;
    }

    .trxx-sidebar--desktop {
        display: none;
    }

    .trxx-content {
        min-width: 0;
        padding-top: 1.25rem;
        padding-bottom: 3rem;
    }

    .trxx-mobile-genre-nav {
        display: block;
    }

    .trxx-mobile-genre-nav:not(.trxx-mobile-genre-nav--mid-browse) {
        margin-bottom: 1.25rem;
    }

    .trxx-mobile-genre-nav--back {
        margin-bottom: 0.85rem;
    }

    .trxx-mobile-genre-nav--mid-browse {
        margin-top: 0.25rem;
        margin-bottom: 2rem;
    }

    .genre-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .genre-grid .grid-item,
    .genre-grid .art-card-wrapper {
        flex: unset;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 480px) {
    :root {
        --trxx-page-pad-x: 1rem;
        --trxx-swipe-gap: 12px;
    }

    .mobile-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .m-genre-card {
        height: 38px;
        font-size: 0.74rem;
        padding: 0 0.25rem;
    }

    .genre-grid {
        gap: 12px;
    }

    .genre-heading {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .row-title {
        font-size: 0.82rem;
        letter-spacing: 0.04em;
    }

    .more-link {
        font-size: 0.72rem;
        flex-shrink: 0;
    }

    .trxx-main {
        padding: 2rem var(--trxx-page-pad-x) 3rem;
    }

    .trxx-foot {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem var(--trxx-page-pad-x);
    }

    .trxx-foot-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 640px) and (max-width: 900px) {
    .genre-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .trxx-top-auth-desktop {
        display: none;
    }

    body.trxx-browse {
        overscroll-behavior-x: none;
    }

    .trxx-top,
    .trxx-foot,
    .trxx-ou-affiliation-bar,
    .trxx-main-wide {
        max-width: 100%;
        overflow-x: clip;
    }

    .trxx-top {
        min-height: 0;
        align-items: center;
        gap: 0.65rem;
        padding:
            0.75rem
            max(0.75rem, env(safe-area-inset-right, 0px))
            0.75rem
            max(0.75rem, env(safe-area-inset-left, 0px));
    }

    .trxx-top-brand {
        min-height: 0;
        gap: 0.35rem;
    }

    .trxx-top-ou-logo {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .trxx-top-logo {
        height: 26px;
        width: calc(26px * 316 / 120);
    }

    .trxx-ou-affiliation-bar {
        padding: 0.45rem var(--trxx-page-pad-x);
    }

    .trxx-ou-affiliation-bar__text {
        font-size: 0.68rem;
        line-height: 1.35;
    }

    .trxx-main {
        padding: 2.25rem var(--trxx-page-pad-x) 3rem;
    }

    .swipe-row {
        --trxx-swipe-card: min(var(--trxx-card-size), calc((100cqi - var(--trxx-swipe-gap)) / 2.15));
        margin-right: calc(-1 * var(--trxx-page-pad-x));
        padding-right: var(--trxx-page-pad-x);
    }

    @supports not (width: 100cqi) {
        .swipe-row {
            --trxx-swipe-card: min(var(--trxx-card-size), calc((100% - var(--trxx-swipe-gap)) / 2.15));
        }
    }

    .swipe-row > .art-card-wrapper,
    .swipe-row .trxx-pr-lead,
    .swipe-row .trxx-pr-extras .art-card-wrapper {
        flex: 0 0 var(--trxx-swipe-card);
        width: var(--trxx-swipe-card);
        max-width: var(--trxx-swipe-card);
        min-width: var(--trxx-swipe-card);
    }

    .swipe-row .trxx-pr-lead .art-card-wrapper {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .trxx-pr-group {
        flex: 0 0 auto;
        max-width: none;
    }

    .search-browse-card-artist {
        font-size: 0.64rem;
    }

    .search-browse-card-title {
        font-size: 0.7rem;
    }
}
