.ShowsSlider-module__aSNZqG__sliderSection{color:#fff;background-color:#000;width:100%;margin:0;padding:0;position:relative;overflow:hidden}.ShowsSlider-module__aSNZqG__sliderContainer{background-color:#000;width:100%;height:680px;min-height:460px;max-height:82vh;position:relative}.ShowsSlider-module__aSNZqG__slide{opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;position:absolute;inset:0}.ShowsSlider-module__aSNZqG__slideActive{opacity:1;visibility:visible;z-index:2}.ShowsSlider-module__aSNZqG__slideImage{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.ShowsSlider-module__aSNZqG__captionOverlay{z-index:3;text-align:center;background:linear-gradient(#0000 0%,#0009 40%,#000000f2 100%);flex-direction:column;align-items:center;padding:4.5rem 2rem 2.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ShowsSlider-module__aSNZqG__captionBadge{background-color:var(--brand-red,red);color:#fff;text-transform:uppercase;letter-spacing:.15em;border-radius:4px;margin-bottom:.65rem;padding:.25rem .85rem;font-size:.75rem;font-weight:800;display:inline-block}.ShowsSlider-module__aSNZqG__captionTitle{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0 0 .4rem;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:900}.ShowsSlider-module__aSNZqG__captionSub{color:#ffffffd9;margin:0;font-size:clamp(.95rem,1.8vw,1.15rem)}.ShowsSlider-module__aSNZqG__navButton{z-index:10;color:#fff;cursor:pointer;background-color:#121212bf;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ShowsSlider-module__aSNZqG__navButton:hover{background-color:var(--brand-red,red);border-color:var(--brand-red,red);color:#fff}.ShowsSlider-module__aSNZqG__prevButton{left:1.5rem}.ShowsSlider-module__aSNZqG__nextButton{right:1.5rem}.ShowsSlider-module__aSNZqG__dotsContainer{z-index:10;align-items:center;gap:.6rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.ShowsSlider-module__aSNZqG__dot{cursor:pointer;background-color:#fff6;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .2s}.ShowsSlider-module__aSNZqG__dotActive{background-color:var(--brand-red,red);border-radius:6px;width:28px}@media (max-width:768px){.ShowsSlider-module__aSNZqG__sliderContainer{height:480px;min-height:0}.ShowsSlider-module__aSNZqG__captionOverlay{padding:2rem 1rem 1.5rem}.ShowsSlider-module__aSNZqG__navButton{width:40px;height:40px}.ShowsSlider-module__aSNZqG__prevButton{left:.75rem}.ShowsSlider-module__aSNZqG__nextButton{right:.75rem}}
.EventsList-module__JpJY3a__section{color:#fff;background-color:#000;width:100%;padding:4rem 1.5rem 6rem}.EventsList-module__JpJY3a__container{max-width:1200px;margin:0 auto}.EventsList-module__JpJY3a__headerRow{text-align:center;margin-bottom:2.5rem}.EventsList-module__JpJY3a__sectionTag{color:var(--brand-red,red);text-transform:uppercase;letter-spacing:.15em;border:1px solid #ff000073;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.EventsList-module__JpJY3a__title{text-transform:uppercase;letter-spacing:.04em;color:#fff;margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:900}.EventsList-module__JpJY3a__titleHighlight{color:var(--brand-red,red)}.EventsList-module__JpJY3a__subtitle{color:#ffffffbf;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.6}.EventsList-module__JpJY3a__resultsBar{border:1px solid #ffffff1a;border-left:3px solid var(--brand-red,red);background-color:#121212;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding:.85rem 1.1rem;scroll-margin-top:5rem;display:flex}.EventsList-module__JpJY3a__resultsCount{color:#ffffffbf;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.EventsList-module__JpJY3a__resultsCount strong{color:#fff;font-weight:800}.EventsList-module__JpJY3a__resultsIcon{color:var(--brand-red,red);flex-shrink:0}.EventsList-module__JpJY3a__resultsPage{text-transform:uppercase;letter-spacing:.12em;color:#ffffff8c;font-size:.75rem;font-weight:800}.EventsList-module__JpJY3a__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.5rem;display:grid}.EventsList-module__JpJY3a__card{background-image:linear-gradient(160deg,#171717 0%,#101010 55%,#0c0c0c 100%);border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:.9rem;padding:1.5rem 1.4rem 1.35rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.EventsList-module__JpJY3a__card:before{content:"";background-color:var(--brand-red,red);transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.EventsList-module__JpJY3a__card:hover{border-color:#ff00008c;transform:translateY(-4px);box-shadow:0 14px 32px #ff00001f}.EventsList-module__JpJY3a__card:hover:before{transform:scaleX(1)}.EventsList-module__JpJY3a__watermark{color:#fff;opacity:.03;pointer-events:none;transition:opacity .3s,transform .3s;position:absolute;bottom:-28px;right:-28px}.EventsList-module__JpJY3a__card:hover .EventsList-module__JpJY3a__watermark{opacity:.06;transform:rotate(-8deg)scale(1.05)}.EventsList-module__JpJY3a__card>:not(.EventsList-module__JpJY3a__watermark){z-index:1;position:relative}.EventsList-module__JpJY3a__cardTop{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.EventsList-module__JpJY3a__dateBox{text-align:center;background-color:#000;border:1px solid #f006;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:78px;padding:.5rem .65rem .45rem;display:flex}.EventsList-module__JpJY3a__dateMonth{text-transform:uppercase;letter-spacing:.14em;color:var(--brand-red,red);font-size:.7rem;font-weight:800;line-height:1}.EventsList-module__JpJY3a__dateDay{color:#fff;font-size:1.6rem;font-weight:900;line-height:1.15}.EventsList-module__JpJY3a__dateWeekday{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;white-space:nowrap;font-size:.62rem;font-weight:700;line-height:1}.EventsList-module__JpJY3a__categoryChip{color:var(--brand-red,red);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;background-color:#ff000014;border:1px solid #ff000059;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.68rem;font-weight:800;display:inline-flex}.EventsList-module__JpJY3a__eventTitle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.12rem;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.EventsList-module__JpJY3a__eventTitleLink{color:#fff;text-decoration:none;transition:color .2s}.EventsList-module__JpJY3a__eventTitleLink:hover{color:var(--brand-red,red)}.EventsList-module__JpJY3a__metaRow{color:#ffffffd9;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-direction:column;gap:.55rem;padding:.85rem 0;font-size:.88rem;display:flex}.EventsList-module__JpJY3a__metaItem{align-items:flex-start;gap:.55rem;display:flex}.EventsList-module__JpJY3a__metaIcon{color:var(--brand-red,red);flex-shrink:0;margin-top:.15rem}.EventsList-module__JpJY3a__venueBlock{flex-direction:column;gap:.15rem;min-width:0;display:flex}.EventsList-module__JpJY3a__metaLink{color:#fff;align-self:flex-start;font-weight:600;text-decoration:none;transition:color .2s}.EventsList-module__JpJY3a__metaLink:hover{color:var(--brand-red,red);text-underline-offset:3px;text-decoration:underline}.EventsList-module__JpJY3a__venueAddress{color:#ffffff8c;font-size:.8rem;line-height:1.45}.EventsList-module__JpJY3a__description{color:#ffffffb8;white-space:pre-line;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.EventsList-module__JpJY3a__actionRow{align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.EventsList-module__JpJY3a__mapsLink,.EventsList-module__JpJY3a__detailsLink,.EventsList-module__JpJY3a__shareBtn{text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border-radius:5px;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.EventsList-module__JpJY3a__mapsLink{color:#fff;background-color:var(--brand-red,red);border:1px solid var(--brand-red,red)}.EventsList-module__JpJY3a__mapsLink:hover{background-color:#c00;border-color:#c00}.EventsList-module__JpJY3a__detailsLink{color:var(--brand-red,red);background-color:#0000;border:1px solid #ff000080}.EventsList-module__JpJY3a__detailsLink:hover{border-color:var(--brand-red,red);background-color:#ff00001f}.EventsList-module__JpJY3a__shareBtn{color:#ffffffb3;background:0 0;border:1px solid #ffffff2e;flex-shrink:0;justify-content:center;width:34px;height:34px;margin-left:auto;padding:0}.EventsList-module__JpJY3a__shareBtn:hover{color:var(--brand-red,red);border-color:var(--brand-red,red)}.EventsList-module__JpJY3a__shareBtnCopied{color:var(--brand-red,red);border-color:var(--brand-red,red);background-color:#ff00001a}.EventsList-module__JpJY3a__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;display:flex}.EventsList-module__JpJY3a__pageList{align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.EventsList-module__JpJY3a__pageBtn,.EventsList-module__JpJY3a__pageArrow{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#121212;border:1px solid #ffffff2e;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;min-width:40px;height:40px;padding:0 .75rem;font-size:.85rem;font-weight:800;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.EventsList-module__JpJY3a__pageBtn:hover:not(.EventsList-module__JpJY3a__pageBtnActive),.EventsList-module__JpJY3a__pageArrow:hover:not(:disabled){border-color:var(--brand-red,red);color:var(--brand-red,red)}.EventsList-module__JpJY3a__pageBtnActive{background-color:var(--brand-red,red);border-color:var(--brand-red,red);color:#fff;cursor:default}.EventsList-module__JpJY3a__pageArrow:disabled{opacity:.35;cursor:not-allowed}.EventsList-module__JpJY3a__pageGap{color:#ffffff73;padding:0 .25rem;font-weight:800}@media (max-width:768px){.EventsList-module__JpJY3a__section{padding:3rem 1rem 4rem}.EventsList-module__JpJY3a__eventsGrid{grid-template-columns:1fr;gap:1.25rem}.EventsList-module__JpJY3a__card{padding:1.25rem 1.15rem}.EventsList-module__JpJY3a__pagination{gap:.5rem}.EventsList-module__JpJY3a__pageArrow span{display:none}.EventsList-module__JpJY3a__pageArrow{min-width:40px;padding:0}}@media (prefers-reduced-motion:reduce){.EventsList-module__JpJY3a__card,.EventsList-module__JpJY3a__card:before{transition:none}.EventsList-module__JpJY3a__card:hover{transform:none}}
