.Carousel-module__IDVZHG__wrapper{position:relative}.Carousel-module__IDVZHG__scroll{gap:var(--space-xl);scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding-bottom:var(--space-md);-ms-overflow-style:none;scrollbar-width:none;display:flex;overflow-x:auto}.Carousel-module__IDVZHG__scroll::-webkit-scrollbar{display:none}.Carousel-module__IDVZHG__fadeEdge{pointer-events:none;z-index:2;opacity:0;width:80px;transition:opacity var(--transition-base);position:absolute;top:0;bottom:0}.Carousel-module__IDVZHG__fadeVisible{opacity:1}.Carousel-module__IDVZHG__fadeLeft{background:linear-gradient(to right,var(--color-bg-primary),transparent);left:0}.Carousel-module__IDVZHG__fadeRight{background:linear-gradient(to left,var(--color-bg-primary),transparent);right:0}.Carousel-module__IDVZHG__arrowBtn{z-index:3;border-radius:var(--radius-full);background:var(--color-bg-secondary);border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__IDVZHG__arrowBtn:hover{background:var(--color-bg-tertiary);border-color:var(--color-neon-cyan);color:var(--color-neon-cyan);box-shadow:var(--shadow-glow-cyan)}.Carousel-module__IDVZHG__arrowLeft{left:var(--space-sm)}.Carousel-module__IDVZHG__arrowRight{right:var(--space-sm)}@media (max-width:768px){.Carousel-module__IDVZHG__arrowBtn{display:none}.Carousel-module__IDVZHG__fadeEdge{width:40px}}
.FilterBar-module__YVydRq__bar{gap:var(--space-md);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.FilterBar-module__YVydRq__topRow{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.FilterBar-module__YVydRq__searchRow{flex:1;min-width:200px;max-width:360px;position:relative}.FilterBar-module__YVydRq__searchIcon{left:var(--space-md);color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.FilterBar-module__YVydRq__searchInput{width:100%;padding:var(--space-sm)var(--space-md)var(--space-sm)calc(var(--space-md) + 24px);font-size:var(--text-sm);color:var(--color-text-primary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:border-color var(--transition-fast);outline:none;height:38px}.FilterBar-module__YVydRq__searchInput::placeholder{color:var(--color-text-muted)}.FilterBar-module__YVydRq__searchInput:focus{border-color:var(--color-neon-cyan)}.FilterBar-module__YVydRq__clearBtn{right:var(--space-sm);width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-full);transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FilterBar-module__YVydRq__clearBtn:hover{color:var(--color-text-primary)}.FilterBar-module__YVydRq__selectWrapper{position:relative}.FilterBar-module__YVydRq__select{appearance:none;padding:var(--space-xs)calc(var(--space-md) + 18px)var(--space-xs)var(--space-md);font-size:var(--text-sm);color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;outline:none;height:38px;font-weight:500}.FilterBar-module__YVydRq__select:hover{border-color:var(--color-border-hover);color:var(--color-text-primary)}.FilterBar-module__YVydRq__select:focus{border-color:var(--color-neon-cyan)}.FilterBar-module__YVydRq__selectActive{color:var(--color-neon-cyan);border-color:var(--color-neon-cyan);background:#00f0ff0f}.FilterBar-module__YVydRq__selectChevron{right:var(--space-sm);color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.FilterBar-module__YVydRq__pillRow{gap:var(--space-xs);flex-wrap:wrap;display:flex}.FilterBar-module__YVydRq__pill{padding:var(--space-xs)var(--space-md);font-size:var(--text-xs);color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;height:32px;font-weight:500}.FilterBar-module__YVydRq__pill:hover{border-color:var(--color-border-hover);color:var(--color-text-primary)}.FilterBar-module__YVydRq__pillActive{color:var(--color-neon-cyan);border-color:var(--color-neon-cyan);background:#00f0ff14}.FilterBar-module__YVydRq__activeFilters{gap:var(--space-xs);flex-wrap:wrap;display:flex}.FilterBar-module__YVydRq__chip{align-items:center;gap:var(--space-xs);padding:2px var(--space-sm)2px var(--space-md);font-size:var(--text-xs);color:var(--color-neon-cyan);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:#00f0ff0f;border:1px solid #00f0ff33;height:28px;display:inline-flex}.FilterBar-module__YVydRq__chip:hover{border-color:var(--color-neon-cyan);background:#00f0ff1f}.FilterBar-module__YVydRq__chipLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}@media (max-width:768px){.FilterBar-module__YVydRq__topRow{flex-direction:column;align-items:stretch}.FilterBar-module__YVydRq__searchRow{max-width:100%}.FilterBar-module__YVydRq__selectWrapper,.FilterBar-module__YVydRq__select{width:100%}.FilterBar-module__YVydRq__pillRow{scrollbar-width:none;-ms-overflow-style:none;padding-bottom:var(--space-xs);flex-wrap:nowrap;overflow-x:auto}.FilterBar-module__YVydRq__pillRow::-webkit-scrollbar{display:none}}
.artists-module__AxLAGW__pageHeader{padding:var(--space-3xl)0 var(--space-xl)}.artists-module__AxLAGW__pageTitle{font-family:var(--font-display);font-size:var(--text-4xl);text-transform:uppercase;letter-spacing:.06em;display:inline-block;position:relative}.artists-module__AxLAGW__pageTitle:after{content:"";background:var(--gradient-tribal);border-radius:2px;width:60%;height:3px;position:absolute;bottom:-8px;left:0}.artists-module__AxLAGW__card{scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border);cursor:pointer;transition:opacity .25s ease-out,transform .25s ease-out,border-color var(--transition-fast),box-shadow var(--transition-fast),filter var(--transition-fast);transform-origin:50%;will-change:opacity,transform;flex:0 0 280px;position:relative;overflow:hidden}.artists-module__AxLAGW__card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-lg);filter:brightness(1.08)}.artists-module__AxLAGW__imageWrapper{aspect-ratio:1;position:relative;overflow:hidden}.artists-module__AxLAGW__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);pointer-events:none}.artists-module__AxLAGW__card:hover .artists-module__AxLAGW__image{transform:scale(1.05)}.artists-module__AxLAGW__imagePlaceholder{background:var(--color-bg-tertiary);width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.artists-module__AxLAGW__cardOverlay{background:linear-gradient(160deg,transparent 0%,#c45a3c0f 40%,var(--color-bg-secondary)100%);pointer-events:none;height:50%;position:absolute;bottom:0;left:0;right:0}.artists-module__AxLAGW__cardInfo{padding:var(--space-md)var(--space-lg)var(--space-lg)}.artists-module__AxLAGW__cardName{font-family:var(--font-display);font-size:var(--text-lg);margin-bottom:var(--space-xs);font-weight:700}.artists-module__AxLAGW__cardCountry{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-sm)}.artists-module__AxLAGW__cardTags{gap:var(--space-xs);flex-wrap:wrap;display:flex}.artists-module__AxLAGW__cardTag{padding:2px var(--space-sm);font-size:var(--text-xs);color:var(--color-neon-cyan);border-radius:var(--radius-full);background:#00f0ff14}.artists-module__AxLAGW__noResults{text-align:center;color:var(--color-text-muted);padding:var(--space-3xl)0}@media (max-width:768px){.artists-module__AxLAGW__card{flex:0 0 240px}}@media (prefers-reduced-motion:reduce){.artists-module__AxLAGW__card:hover{filter:none}.artists-module__AxLAGW__card:hover .artists-module__AxLAGW__image{transform:none}}
.events-module__hdpr2a__pageHeader{padding:var(--space-3xl)0 var(--space-xl)}.events-module__hdpr2a__pageTitle{font-family:var(--font-display);font-size:var(--text-4xl);text-transform:uppercase;letter-spacing:.06em;display:inline-block;position:relative}.events-module__hdpr2a__pageTitle:after{content:"";background:var(--gradient-brand);border-radius:2px;width:60%;height:3px;position:absolute;bottom:-8px;left:0}.events-module__hdpr2a__tabs{gap:var(--space-sm);margin-bottom:var(--space-2xl);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-sm);display:flex}.events-module__hdpr2a__tab{padding:var(--space-sm)var(--space-lg);font-family:var(--font-display);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);border-bottom:2px solid #0000;min-height:44px;font-weight:600}.events-module__hdpr2a__tab:hover{color:var(--color-text-primary)}.events-module__hdpr2a__tabActive{color:var(--color-neon-cyan);border-bottom-color:var(--color-neon-cyan)}.events-module__hdpr2a__card{scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-left:3px solid var(--color-neon-green);cursor:pointer;transition:opacity .25s ease-out,transform .25s ease-out,border-color var(--transition-fast),box-shadow var(--transition-fast),filter var(--transition-fast);transform-origin:50%;will-change:opacity,transform;flex:0 0 360px;overflow:hidden}.events-module__hdpr2a__card:hover{border-color:var(--color-border-hover);border-left-color:var(--color-neon-green);box-shadow:var(--shadow-md);filter:brightness(1.08)}.events-module__hdpr2a__imageWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.events-module__hdpr2a__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);pointer-events:none}.events-module__hdpr2a__card:hover .events-module__hdpr2a__image{transform:scale(1.03)}.events-module__hdpr2a__imagePlaceholder{aspect-ratio:16/9;background:var(--color-bg-tertiary);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.events-module__hdpr2a__imageOverlay{background:linear-gradient(to top,var(--color-bg-secondary),transparent);pointer-events:none;height:50%;position:absolute;bottom:0;left:0;right:0}.events-module__hdpr2a__cardContent{padding:var(--space-lg)}.events-module__hdpr2a__cardMeta{gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.events-module__hdpr2a__featuredBadge{padding:2px var(--space-sm);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-earth-ochre);border-radius:var(--radius-full);background:#d4a03c26;font-weight:600}.events-module__hdpr2a__cancelledBadge{padding:2px var(--space-sm);font-size:var(--text-xs);text-transform:uppercase;color:var(--color-earth-terracotta);border-radius:var(--radius-full);background:#c45a3c26;font-weight:600}.events-module__hdpr2a__eventTitle{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:var(--space-sm);font-weight:700}.events-module__hdpr2a__eventDate{font-size:var(--text-sm);color:var(--color-neon-cyan);margin-bottom:var(--space-xs);font-weight:500}.events-module__hdpr2a__eventVenue{font-size:var(--text-sm);color:var(--color-text-secondary)}.events-module__hdpr2a__eventLocation{font-size:var(--text-xs);color:var(--color-text-muted)}.events-module__hdpr2a__noResults{text-align:center;color:var(--color-text-muted);padding:var(--space-3xl)0}@media (max-width:768px){.events-module__hdpr2a__card{flex:0 0 300px}}@media (prefers-reduced-motion:reduce){.events-module__hdpr2a__card:hover{filter:none}.events-module__hdpr2a__card:hover .events-module__hdpr2a__image{transform:none}}
.releases-module__1cBhvG__pageHeader{padding:var(--space-3xl)0 var(--space-xl)}.releases-module__1cBhvG__pageTitle{font-family:var(--font-display);font-size:var(--text-4xl);text-transform:uppercase;letter-spacing:.06em;display:inline-block;position:relative}.releases-module__1cBhvG__pageTitle:after{content:"";background:var(--gradient-glow);border-radius:2px;width:60%;height:3px;position:absolute;bottom:-8px;left:0}.releases-module__1cBhvG__grid{gap:var(--space-xl);padding-bottom:var(--space-3xl);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.releases-module__1cBhvG__card{cursor:pointer}.releases-module__1cBhvG__coverWrapper{aspect-ratio:1;border-radius:var(--radius-lg);margin-bottom:var(--space-md);background:var(--color-bg-tertiary);transition:box-shadow var(--transition-base);position:relative;overflow:hidden}.releases-module__1cBhvG__card:hover .releases-module__1cBhvG__coverWrapper{box-shadow:var(--shadow-glow-cyan-strong)}.releases-module__1cBhvG__cover{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.releases-module__1cBhvG__card:hover .releases-module__1cBhvG__cover{transform:scale(1.05)}.releases-module__1cBhvG__coverPlaceholder{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.releases-module__1cBhvG__typeBadge{top:var(--space-sm);right:var(--space-sm);padding:2px var(--space-sm);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);background:#0a0a0fb3;font-weight:600;position:absolute}.releases-module__1cBhvG__releaseTitle{font-family:var(--font-display);font-size:var(--text-base);margin-bottom:var(--space-xs);font-weight:600}.releases-module__1cBhvG__artistNames{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-xs)}.releases-module__1cBhvG__releaseDate{font-size:var(--text-xs);color:var(--color-text-muted)}.releases-module__1cBhvG__sentinel{padding:var(--space-xl)0 var(--space-3xl);justify-content:center;min-height:1px;display:flex}.releases-module__1cBhvG__loadingMore{font-size:var(--text-sm);color:var(--color-text-muted);animation:1.5s ease-in-out infinite releases-module__1cBhvG__pulse}.releases-module__1cBhvG__noMore{font-size:var(--text-sm);color:var(--color-text-muted)}@keyframes releases-module__1cBhvG__pulse{0%,to{opacity:.4}50%{opacity:1}}.releases-module__1cBhvG__noResults{text-align:center;color:var(--color-text-muted);padding:var(--space-3xl)0}@media (max-width:768px){.releases-module__1cBhvG__grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.releases-module__1cBhvG__card:hover .releases-module__1cBhvG__cover{transform:none}}
