.ProductCard-module__6z8Uqa__card{opacity:0;background:#111;border:1px solid #222;flex-direction:column;height:100%;transition:border-color .2s,transform .2s;animation:.4s ease-out forwards ProductCard-module__6z8Uqa__cardSlideUp;display:flex;overflow:hidden;transform:translateY(20px)}@keyframes ProductCard-module__6z8Uqa__cardSlideUp{to{opacity:1;transform:translateY(0)}}.ProductCard-module__6z8Uqa__card:first-child{animation-delay:0s}.ProductCard-module__6z8Uqa__card:nth-child(2){animation-delay:50ms}.ProductCard-module__6z8Uqa__card:nth-child(3){animation-delay:.1s}.ProductCard-module__6z8Uqa__card:nth-child(4){animation-delay:.15s}.ProductCard-module__6z8Uqa__card:nth-child(5){animation-delay:.2s}.ProductCard-module__6z8Uqa__card:nth-child(6){animation-delay:.25s}.ProductCard-module__6z8Uqa__card:nth-child(7){animation-delay:.3s}.ProductCard-module__6z8Uqa__card:nth-child(8){animation-delay:.35s}.ProductCard-module__6z8Uqa__card:hover{border-color:#444;transform:translateY(-2px)}.ProductCard-module__6z8Uqa__imageLink{display:block}.ProductCard-module__6z8Uqa__imageContainer{aspect-ratio:1;background:#0a0a0a;width:100%;position:relative;overflow:hidden}.ProductCard-module__6z8Uqa__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ProductCard-module__6z8Uqa__card:hover .ProductCard-module__6z8Uqa__image{transform:scale(1.05)}.ProductCard-module__6z8Uqa__placeholder{color:#444;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductCard-module__6z8Uqa__saleBadge{color:#fff;letter-spacing:.05em;z-index:2;background:#ef4444;border-radius:0;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;top:12px;left:12px}.ProductCard-module__6z8Uqa__outOfStock{z-index:2;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__6z8Uqa__outOfStock span{color:#888;background:#333;border-radius:0;padding:8px 16px;font-size:.85rem;font-weight:500}.ProductCard-module__6z8Uqa__overlay{opacity:0;color:#fff;z-index:1;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.85rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProductCard-module__6z8Uqa__card:hover .ProductCard-module__6z8Uqa__overlay{opacity:1}.ProductCard-module__6z8Uqa__content{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.ProductCard-module__6z8Uqa__titleLink{text-decoration:none}.ProductCard-module__6z8Uqa__title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:600;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module__6z8Uqa__titleLink:hover .ProductCard-module__6z8Uqa__title{color:#c7ff38}.ProductCard-module__6z8Uqa__vendor{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.ProductCard-module__6z8Uqa__priceRow{align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem;display:flex}.ProductCard-module__6z8Uqa__prices{align-items:center;gap:.5rem;display:flex}.ProductCard-module__6z8Uqa__price{color:#c7ff38;font-size:1.1rem;font-weight:700}.ProductCard-module__6z8Uqa__comparePrice{color:#666;font-size:.9rem;text-decoration:line-through}.ProductCard-module__6z8Uqa__addBtn,.ProductCard-module__6z8Uqa__selectBtn,.ProductCard-module__6z8Uqa__soldOutBtn{cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ProductCard-module__6z8Uqa__addBtn{color:#000;background:#c7ff38}.ProductCard-module__6z8Uqa__addBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #c7ff384d}.ProductCard-module__6z8Uqa__addBtn:disabled{opacity:.6;cursor:not-allowed}.ProductCard-module__6z8Uqa__selectBtn{color:#fff;background:0 0;border:1px solid #444}.ProductCard-module__6z8Uqa__selectBtn:hover{color:#c7ff38;border-color:#c7ff38}.ProductCard-module__6z8Uqa__soldOutBtn{color:#666;cursor:not-allowed;background:#333}@media (max-width:768px){.ProductCard-module__6z8Uqa__content{gap:.25rem;padding:.5rem}.ProductCard-module__6z8Uqa__title{-webkit-line-clamp:1;font-size:.8rem}.ProductCard-module__6z8Uqa__vendor{font-size:.65rem}.ProductCard-module__6z8Uqa__price{font-size:.9rem}.ProductCard-module__6z8Uqa__comparePrice{font-size:.75rem}.ProductCard-module__6z8Uqa__addBtn,.ProductCard-module__6z8Uqa__selectBtn,.ProductCard-module__6z8Uqa__soldOutBtn{margin-top:.25rem;padding:.5rem;font-size:.75rem}.ProductCard-module__6z8Uqa__saleBadge{padding:2px 6px;font-size:.6rem;top:6px;left:6px}}
.CartDrawer-module__HfEh4q__backdrop{z-index:10001;background:#000000b3;animation:.2s CartDrawer-module__HfEh4q__fadeIn;position:fixed;inset:0}@keyframes CartDrawer-module__HfEh4q__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__HfEh4q__drawer{z-index:10002;background:#0f0f0f;border-left:1px solid #222;flex-direction:column;width:100%;max-width:420px;height:100dvh;animation:.3s CartDrawer-module__HfEh4q__slideIn;display:flex;position:fixed;top:0;right:0}@keyframes CartDrawer-module__HfEh4q__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__HfEh4q__header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.CartDrawer-module__HfEh4q__headerTitle{color:#fff;align-items:center;gap:.75rem;display:flex}.CartDrawer-module__HfEh4q__headerTitle h2{margin:0;font-size:1.1rem;font-weight:600}.CartDrawer-module__HfEh4q__itemCount{color:#000;background:#c7ff38;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.CartDrawer-module__HfEh4q__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.CartDrawer-module__HfEh4q__closeBtn:hover{color:#fff}.CartDrawer-module__HfEh4q__content{flex:1;padding:1rem;overflow-y:auto}.CartDrawer-module__HfEh4q__empty{color:#666;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.CartDrawer-module__HfEh4q__empty p{color:#888}.CartDrawer-module__HfEh4q__continueBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #444;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;transition:all .2s}.CartDrawer-module__HfEh4q__continueBtn:hover{color:#c7ff38;border-color:#c7ff38}.CartDrawer-module__HfEh4q__items{flex-direction:column;gap:1rem;display:flex}.CartDrawer-module__HfEh4q__item{background:#111;border:1px solid #222;border-radius:8px;gap:1rem;padding:1rem;display:flex}.CartDrawer-module__HfEh4q__itemImage{background:#0a0a0a;border-radius:6px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.CartDrawer-module__HfEh4q__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__HfEh4q__itemPlaceholder{color:#444;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CartDrawer-module__HfEh4q__itemDetails{flex:1;min-width:0}.CartDrawer-module__HfEh4q__itemTitle{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:.9rem;font-weight:500;overflow:hidden}.CartDrawer-module__HfEh4q__itemVariant{color:#666;margin:0 0 .5rem;font-size:.75rem}.CartDrawer-module__HfEh4q__itemPrice{color:#c7ff38;margin:0 0 .75rem;font-size:.85rem;font-weight:500}.CartDrawer-module__HfEh4q__quantityRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.CartDrawer-module__HfEh4q__quantity{background:#1a1a1a;border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.CartDrawer-module__HfEh4q__quantityBtn{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px 10px;transition:all .2s;display:flex}.CartDrawer-module__HfEh4q__quantityBtn:hover:not(:disabled){color:#fff;background:#222}.CartDrawer-module__HfEh4q__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__HfEh4q__quantityValue{color:#fff;text-align:center;min-width:30px;padding:0 8px;font-size:.85rem}.CartDrawer-module__HfEh4q__removeBtn{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .2s;display:flex}.CartDrawer-module__HfEh4q__removeBtn:hover:not(:disabled){color:#ef4444}.CartDrawer-module__HfEh4q__removeBtn:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__HfEh4q__itemTotal{color:#fff;white-space:nowrap;font-size:.9rem;font-weight:600}.CartDrawer-module__HfEh4q__footer{background:#0a0a0a;border-top:1px solid #222;padding:1rem 1.25rem}.CartDrawer-module__HfEh4q__totals{margin-bottom:1rem}.CartDrawer-module__HfEh4q__totalRow{color:#888;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.9rem;display:flex}.CartDrawer-module__HfEh4q__totalRowFinal{color:#fff;border-top:1px solid #222;margin-top:.5rem;padding-top:.5rem;font-size:1.1rem;font-weight:600}.CartDrawer-module__HfEh4q__checkoutBtn{color:#000;cursor:pointer;background:#c7ff38;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.CartDrawer-module__HfEh4q__checkoutBtn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #c7ff384d}.CartDrawer-module__HfEh4q__checkoutNote{text-align:center;color:#666;margin-top:.75rem;font-size:.75rem}@media (max-width:480px){.CartDrawer-module__HfEh4q__drawer{max-width:100%}.CartDrawer-module__HfEh4q__item{padding:.75rem}.CartDrawer-module__HfEh4q__itemImage{width:70px;height:70px}}
.CartButton-module__zPbu0W__button{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .2s;display:flex;position:relative}.CartButton-module__zPbu0W__button:hover{color:#c7ff38}.CartButton-module__zPbu0W__badge{color:#000;background:#c7ff38;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}
.FreeShippingBanner-module__fAHHVq__banner{z-index:10001;color:#000;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;text-align:center;background:linear-gradient(90deg,#c7ff38 0%,#a8e025 50%,#c7ff38 100%) 0 0/200% 100%;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 2.5rem .5rem 1rem;font-size:.8rem;font-weight:700;line-height:1.2;animation:4s ease-in-out infinite FreeShippingBanner-module__fAHHVq__shimmer;display:flex;position:fixed;top:0;left:0;right:0}@keyframes FreeShippingBanner-module__fAHHVq__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.FreeShippingBanner-module__fAHHVq__icon{flex-shrink:0;display:flex}.FreeShippingBanner-module__fAHHVq__text{white-space:nowrap}.FreeShippingBanner-module__fAHHVq__highlight{letter-spacing:.06em;font-weight:900}.FreeShippingBanner-module__fAHHVq__closeBtn{color:#000;cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.FreeShippingBanner-module__fAHHVq__closeBtn:hover{opacity:1}.FreeShippingBanner-module__fAHHVq__bannerHiding{animation:.3s ease-in forwards FreeShippingBanner-module__fAHHVq__slideUp}@keyframes FreeShippingBanner-module__fAHHVq__slideUp{to{opacity:0;transform:translateY(-100%)}}@media (max-width:480px){.FreeShippingBanner-module__fAHHVq__banner{gap:.35rem;padding:.45rem 2rem .45rem .75rem;font-size:.7rem}}
.Navbar-module__cRh5nW__navbar{top:var(--shipping-banner-height,0px);-webkit-backdrop-filter:blur(20px);z-index:10000;background:linear-gradient(#0a0a0afa 0%,#0a0a0af2 100%);border-bottom:1px solid #c7ff3814;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 3rem;transition:background .3s,transform .3s;display:flex;position:fixed;left:0;right:0}.Navbar-module__cRh5nW__navbar:after{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#c7ff384d,#0000);width:60%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__navbarScrolled{background:#050505fa}.Navbar-module__cRh5nW__navbarHidden{transform:translateY(-100%)}.Navbar-module__cRh5nW__navbarMegaOpen{border-bottom-color:#0000}.Navbar-module__cRh5nW__leftZone{align-items:center;gap:32px;min-width:0;display:flex}.Navbar-module__cRh5nW__navLinks{align-items:center;gap:8px;display:flex}.Navbar-module__cRh5nW__rightZone{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.Navbar-module__cRh5nW__searchToggle{color:#888;cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex}.Navbar-module__cRh5nW__searchToggle.Navbar-module__cRh5nW__searchToggleVisible{opacity:1;pointer-events:auto}.Navbar-module__cRh5nW__searchToggle:hover{color:#c7ff38}.Navbar-module__cRh5nW__searchOverlay{z-index:10010;width:100vw;max-width:100%;padding:0;padding-top:env(safe-area-inset-top,0px);overscroll-behavior:contain;box-sizing:border-box;background:#050505;flex-direction:column;align-items:stretch;animation:.4s cubic-bezier(.16,1,.3,1) Navbar-module__cRh5nW__searchReveal;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden!important}@keyframes Navbar-module__cRh5nW__searchReveal{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(20px)}}@keyframes Navbar-module__cRh5nW__searchHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}@keyframes Navbar-module__cRh5nW__searchContentReveal{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Navbar-module__cRh5nW__searchContentHide{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(4px);transform:translateY(-12px)scale(.96)}}.Navbar-module__cRh5nW__searchOverlayClosing{pointer-events:none;animation:.24s cubic-bezier(.4,0,1,1) forwards Navbar-module__cRh5nW__searchHide!important}.Navbar-module__cRh5nW__searchOverlayClosing .Navbar-module__cRh5nW__searchOverlayContent{animation:.22s cubic-bezier(.4,0,1,1) forwards Navbar-module__cRh5nW__searchContentHide!important}.Navbar-module__cRh5nW__searchGridBg{background-image:linear-gradient(#c7ff3808 1px,#0000 1px),linear-gradient(90deg,#c7ff3808 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 70%,#000 20%,#0000 70%)}.Navbar-module__cRh5nW__searchEnergyWave{background:radial-gradient(80% 50%,#c7ff380a 0%,#0000 60%);animation:6s ease-in-out infinite Navbar-module__cRh5nW__searchEnergyPulse;position:absolute;inset:0}@keyframes Navbar-module__cRh5nW__searchEnergyPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.Navbar-module__cRh5nW__searchHoloLines{pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#c7ff3802 3px 4px);position:absolute;inset:0}.Navbar-module__cRh5nW__searchScanBeamV{background:linear-gradient(#0000 0%,#c7ff380f 50%,#0000 100%);width:1px;height:100%;animation:8s linear infinite Navbar-module__cRh5nW__searchBeamSlideV;position:absolute;top:0;left:50%}@keyframes Navbar-module__cRh5nW__searchBeamSlideV{0%{left:20%}to{left:80%}}.Navbar-module__cRh5nW__searchScanBeamH{background:linear-gradient(90deg,#0000 0%,#c7ff380f 50%,#0000 100%);width:100%;height:1px;animation:10s linear infinite Navbar-module__cRh5nW__searchBeamSlideH;position:absolute;top:50%;left:0}@keyframes Navbar-module__cRh5nW__searchBeamSlideH{0%{top:30%}to{top:70%}}.Navbar-module__cRh5nW__searchOverlayBack{width:44px;height:44px;color:var(--text-primary,#fff);cursor:pointer;z-index:4;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;transition:background .15s,color .15s;display:inline-flex}.Navbar-module__cRh5nW__searchOverlayBack:hover,.Navbar-module__cRh5nW__searchOverlayBack:active{color:var(--color-primary);background:#c7ff381f}.Navbar-module__cRh5nW__searchOverlayContent{z-index:2;box-sizing:border-box;flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:100%;height:100%;padding:0;animation:.38s cubic-bezier(.16,1,.3,1) both Navbar-module__cRh5nW__searchContentReveal;display:flex;position:relative;overflow:hidden}.Navbar-module__cRh5nW__searchOverlayContent>.Navbar-module__cRh5nW__searchLogoWrap{display:none}.Navbar-module__cRh5nW__searchOverlayContent>.Navbar-module__cRh5nW__searchInputRow,.Navbar-module__cRh5nW__searchOverlayContent>.Navbar-module__cRh5nW__searchRecs{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.Navbar-module__cRh5nW__searchInputRow{flex-shrink:0;align-items:stretch;width:100%;min-width:0;display:flex}.Navbar-module__cRh5nW__searchInputRow>.Navbar-module__cRh5nW__searchInputBox{flex:1;min-width:0;max-width:100%}.Navbar-module__cRh5nW__searchLogoWrap{justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__searchOverlayLogo{filter:drop-shadow(0 0 40px #c7ff3833)}.Navbar-module__cRh5nW__searchLogoPulse{border:1px solid #c7ff3814;width:120px;height:120px;animation:3s ease-out infinite Navbar-module__cRh5nW__searchPulseRing;position:absolute}@keyframes Navbar-module__cRh5nW__searchGlitch{0%,92%,to{filter:drop-shadow(0 0 40px #c7ff3833);transform:translate(0)}93%{filter:drop-shadow(0 0 40px #c7ff3833)hue-rotate(90deg);transform:translate(-3px,1px)}94%{filter:drop-shadow(0 0 40px #c7ff3833)hue-rotate(-90deg)brightness(1.4);transform:translate(3px,-1px)}95%{transform:translate(-1px,-2px)}96%{transform:translate(0)}}@keyframes Navbar-module__cRh5nW__searchPulseRing{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.Navbar-module__cRh5nW__searchInputBox{box-sizing:border-box;background:var(--bg-base,#050505);border:none;border-bottom:1px solid #ffffff1a;align-items:center;width:100%;min-width:0;max-width:100%;padding:8px;transition:border-color .3s;display:flex}.Navbar-module__cRh5nW__searchPromptInput{min-width:0}.Navbar-module__cRh5nW__searchInputBox:focus-within{border-bottom-color:var(--color-primary);box-shadow:none}.Navbar-module__cRh5nW__searchPromptInput{color:#fff;font-family:var(--font-body);letter-spacing:.02em;caret-color:#c7ff38;-webkit-appearance:none;background:0 0;border-radius:0;flex:1;min-width:0;padding:14px 16px;font-size:1rem;font-weight:400;box-shadow:none!important;border:none!important;outline:none!important}.Navbar-module__cRh5nW__searchPromptInput::placeholder{color:#ffffff40;font-weight:300}.Navbar-module__cRh5nW__searchGoBtn{color:#000;cursor:pointer;background:#c7ff38;border:none;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.Navbar-module__cRh5nW__searchGoBtn:hover:not(:disabled){background:#d4ff5e}.Navbar-module__cRh5nW__searchGoBtn:disabled{color:#0000004d;cursor:default;background:#c7ff3826}.Navbar-module__cRh5nW__searchClearBtn{color:#fff6;cursor:pointer;background:0 0;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex}.Navbar-module__cRh5nW__searchClearBtn:hover{color:#fffc}.Navbar-module__cRh5nW__searchRecs{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;min-height:0;max-height:100%;padding-bottom:env(safe-area-inset-bottom,0px);background:0 0;border:none;flex:auto;position:relative;overflow-y:auto}.Navbar-module__cRh5nW__searchRecsViewAll{z-index:3;background:#c7ff3826;border-top:1px solid #c7ff3840;grid-template-columns:1fr 1fr;gap:1px;display:grid;position:sticky;bottom:0}.Navbar-module__cRh5nW__searchRecsViewAllBtn{font-family:var(--font-mono,var(--font-tech));letter-spacing:.22em;color:var(--color-primary);text-transform:uppercase;text-align:center;background:#0f0f0ffa;justify-content:center;align-items:center;gap:8px;padding:14px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.Navbar-module__cRh5nW__searchRecsViewAllBtn:hover,.Navbar-module__cRh5nW__searchRecsViewAllBtn:active{background:var(--color-primary);color:var(--text-on-primary,#000)}.Navbar-module__cRh5nW__searchRecsViewAllBtn svg{flex-shrink:0}@media (max-width:600px){.Navbar-module__cRh5nW__searchRecsViewAllBtn{padding:16px 12px}}.Navbar-module__cRh5nW__searchRecsSection{padding:8px 0}.Navbar-module__cRh5nW__searchRecsSection+.Navbar-module__cRh5nW__searchRecsSection{border-top:1px solid #ffffff0d}.Navbar-module__cRh5nW__searchRecsSectionTitle{color:#c7ff38b3;text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:8px;padding:8px 16px;font-size:10px;font-weight:600;display:flex}.Navbar-module__cRh5nW__searchRecItem{color:#fffc;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.9rem;text-decoration:none;transition:background .15s;display:flex}.Navbar-module__cRh5nW__searchRecItem:hover{color:#fff;background:#ffffff0a}.Navbar-module__cRh5nW__searchRecSub{color:#ffffff59;font-size:.8rem}@media (max-width:768px){.Navbar-module__cRh5nW__searchOverlay{align-items:flex-start;padding-top:60px}.Navbar-module__cRh5nW__searchOverlayBack{width:44px;height:44px}.Navbar-module__cRh5nW__searchOverlayContent{gap:20px;padding:0 16px 24px}.Navbar-module__cRh5nW__searchInputRow{gap:8px}.Navbar-module__cRh5nW__searchLogoWrap{display:none}.Navbar-module__cRh5nW__searchPromptInput{padding:12px;font-size:16px}.Navbar-module__cRh5nW__searchGoBtn{width:44px;height:44px}.Navbar-module__cRh5nW__searchRecs{max-height:60vh}}.Navbar-module__cRh5nW__fixedSearchBtn{top:calc(18px + env(safe-area-inset-top,0px));z-index:10001;-webkit-backdrop-filter:blur(20px);color:#fff;cursor:pointer;background:#0a0a0af2;border:1px solid #ffffff4d;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;animation:.3s Navbar-module__cRh5nW__fadeIn;display:flex;position:fixed;right:3rem}@keyframes Navbar-module__cRh5nW__fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.Navbar-module__cRh5nW__fixedSearchBtn:hover{background:#0a0a0afa;border-color:#ffffff80;box-shadow:0 4px 20px #0006}@media (max-width:768px){.Navbar-module__cRh5nW__fixedSearchBtn{right:1rem;top:calc(14px + env(safe-area-inset-top,0px))}}.Navbar-module__cRh5nW__fixedSearch{z-index:10001;opacity:0;pointer-events:none;align-items:center;transition:all .3s;display:flex;position:fixed;top:18px;right:3rem;transform:translate(10px)}.Navbar-module__cRh5nW__fixedSearch.Navbar-module__cRh5nW__fixedSearchVisible{opacity:1;pointer-events:auto;transform:translate(0)}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchToggle{color:#fff;z-index:2;opacity:1;pointer-events:auto;background:#0a0a0af2;border:1px solid #ffffff4d;position:relative}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchToggle:hover{color:#fff;background:#0a0a0afa;border-color:#ffffff80;box-shadow:0 4px 20px #0006}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchToggle.Navbar-module__cRh5nW__searchOpen{opacity:0;pointer-events:none}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchExpandable{-webkit-backdrop-filter:blur(20px);z-index:3;background:#0a0a0afa;border:1px solid #ffffff4d;margin-left:0;padding-left:12px;overflow:visible;box-shadow:0 8px 40px #0009}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchExpandable.Navbar-module__cRh5nW__searchExpanded{background:#0a0a0afa;border:1px solid #ffffff4d}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__searchClose{border:none;margin-right:8px}.Navbar-module__cRh5nW__fixedSearch .Navbar-module__cRh5nW__navSearchIcon{color:#fff9}.Navbar-module__cRh5nW__searchExpandable{-webkit-backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;width:36px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%);box-shadow:0 2px 12px #0003}.Navbar-module__cRh5nW__searchExpandable.Navbar-module__cRh5nW__searchExpanded{opacity:1;pointer-events:auto;border-color:#c7ff3880;width:280px;overflow:visible;box-shadow:0 0 0 1px #c7ff3833,0 4px 20px #0000004d,0 0 30px #c7ff381a}.Navbar-module__cRh5nW__searchExpandable:focus-within{border-color:#c7ff3880;box-shadow:0 0 0 1px #c7ff3833,0 4px 20px #0000004d,0 0 30px #c7ff381a}.Navbar-module__cRh5nW__navSearchIcon{color:#c7ff38b3;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navbar-module__cRh5nW__navSearchInput{color:var(--text-primary);font-family:var(--font-body);background:0 0;border:none;flex:1;padding:8px 12px 8px 0;font-size:.8rem;box-shadow:none!important;outline:none!important}.Navbar-module__cRh5nW__navSearchInput::placeholder{color:#fff6}.Navbar-module__cRh5nW__navSearchInput::selection{color:#fff;background:#c7ff384d}.Navbar-module__cRh5nW__searchClose{color:#fff6;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:4px;transition:color .2s,transform .2s;display:flex;cursor:pointer!important;pointer-events:auto!important;outline:none!important}.Navbar-module__cRh5nW__searchClose:hover{color:#ffffffe6;transform:scale(1.1);cursor:pointer!important}.Navbar-module__cRh5nW__logo{text-decoration:none;display:block}.Navbar-module__cRh5nW__logoImg{opacity:.95;width:auto;height:44px;transition:opacity .3s,filter .3s}.Navbar-module__cRh5nW__logoFull{display:block}.Navbar-module__cRh5nW__logoMini{display:none}.Navbar-module__cRh5nW__logo:hover .Navbar-module__cRh5nW__logoImg{opacity:1;filter:drop-shadow(0 0 12px #c7ff3880)}.Navbar-module__cRh5nW__navLink{color:#fff9;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;padding:8px 12px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__cRh5nW__navLink:after{content:"";background:var(--color-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__navLink:hover{color:#fff}.Navbar-module__cRh5nW__navLink:hover:after{width:60%}.Navbar-module__cRh5nW__separator{color:#c7ff3833;font-size:.6rem;font-weight:300}.Navbar-module__cRh5nW__bracket{color:#c7ff3826;font-family:var(--font-body);font-size:1.1rem;font-weight:300}.Navbar-module__cRh5nW__aboutIcon{justify-content:center;align-items:center;padding:8px 12px;transition:all .3s;display:flex}.Navbar-module__cRh5nW__aboutIconImg{opacity:.5;width:20px;height:20px;transition:all .3s}.Navbar-module__cRh5nW__aboutIcon:hover .Navbar-module__cRh5nW__aboutIconImg{opacity:1;filter:drop-shadow(0 0 8px #c7ff3899)}.Navbar-module__cRh5nW__hudBtn{color:#fffc;font-family:var(--font-body);cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;background:0 0;border:1px solid #c7ff384d;border-radius:2px;padding:8px 20px;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .3s}.Navbar-module__cRh5nW__hudBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#c7ff3814;box-shadow:0 0 20px #c7ff3826}.Navbar-module__cRh5nW__hamburger{cursor:pointer;background:0 0;border:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:8px;padding:10px;transition:all .3s;display:none}.Navbar-module__cRh5nW__hamburger:hover{background:#c7ff380d;border-color:#c7ff3866}.Navbar-module__cRh5nW__hamburgerLine{background:#fffc;width:20px;height:2px;transition:all .3s;display:block}.Navbar-module__cRh5nW__hamburger:hover .Navbar-module__cRh5nW__hamburgerLine{background:var(--color-primary)}.Navbar-module__cRh5nW__authLoading{justify-content:center;align-items:center;width:80px;height:40px;display:flex}.Navbar-module__cRh5nW__loadingDot{background:#c7ff38;border-radius:50%;width:8px;height:8px;animation:1s infinite Navbar-module__cRh5nW__pulse}@keyframes Navbar-module__cRh5nW__pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.Navbar-module__cRh5nW__userMenuWrapper{position:relative}.Navbar-module__cRh5nW__userBtn{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s;position:relative}.Navbar-module__cRh5nW__userBtn:hover,.Navbar-module__cRh5nW__userBtnActive{transform:scale(1.05)}.Navbar-module__cRh5nW__userAvatarRing{border:2px solid #c7ff3840;justify-content:center;align-items:center;width:36px;height:36px;padding:2px;transition:border-color .2s;display:flex}.Navbar-module__cRh5nW__userBtn:hover .Navbar-module__cRh5nW__userAvatarRing,.Navbar-module__cRh5nW__userBtnActive .Navbar-module__cRh5nW__userAvatarRing{border-color:#c7ff38b3}.Navbar-module__cRh5nW__userAvatar{object-fit:cover;width:100%;height:100%;display:block}.Navbar-module__cRh5nW__userAvatarPlaceholder{color:#c7ff38;width:100%;height:100%;font-family:var(--font-heading);background:#c7ff3826;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex}.Navbar-module__cRh5nW__userName{display:none}.Navbar-module__cRh5nW__userDropdown{-webkit-backdrop-filter:blur(24px);z-index:10002;background:#080808fa;border:1px solid #c7ff381f;min-width:220px;animation:.2s cubic-bezier(.16,1,.3,1) Navbar-module__cRh5nW__dropdownSlide;position:fixed;overflow:hidden;box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff08}@keyframes Navbar-module__cRh5nW__dropdownSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__userDropdownHeader{flex-direction:column;gap:2px;padding:16px 18px 12px;display:flex}.Navbar-module__cRh5nW__userDropdownName{font-family:var(--font-heading);color:#fff;letter-spacing:.02em;font-size:.9rem;font-weight:500}.Navbar-module__cRh5nW__userDropdownEmail{font-family:var(--font-body);color:#ffffff4d;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.Navbar-module__cRh5nW__userDropdownDivider{background:#c7ff3814;height:1px;margin:0}.Navbar-module__cRh5nW__userDropdownItem{color:#ffffff8c;font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 18px;font-size:.78rem;font-weight:400;text-decoration:none;transition:all .15s;display:flex}.Navbar-module__cRh5nW__userDropdownItem svg{opacity:.4;flex-shrink:0;width:15px;height:15px;transition:all .15s}.Navbar-module__cRh5nW__userDropdownItem:hover{color:#fff;background:#c7ff380d}.Navbar-module__cRh5nW__userDropdownItem:hover svg{opacity:1;color:#c7ff38}.Navbar-module__cRh5nW__userDropdownLogout{color:#ffffff59}.Navbar-module__cRh5nW__userDropdownLogout:hover{color:#ef4444;background:#ef44440f}.Navbar-module__cRh5nW__userDropdownLogout:hover svg{color:#ef4444}.Navbar-module__cRh5nW__megaMenu{-webkit-backdrop-filter:blur(20px);z-index:9999;opacity:0;pointer-events:none;background:linear-gradient(#0a0a0afa 0%,#0a0a0af2 100%);border-bottom:1px solid #c7ff3814;width:100%;height:72px;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0;overflow:hidden;box-shadow:0 10px 40px #0006}.Navbar-module__cRh5nW__megaMenuActive{opacity:1;pointer-events:auto;height:450px;box-shadow:0 30px 60px #0009}.Navbar-module__cRh5nW__megaMenuScrolled{background:#050505fa}.Navbar-module__cRh5nW__megaMenuScrolled.Navbar-module__cRh5nW__megaMenuActive{height:450px}.Navbar-module__cRh5nW__megaContent{opacity:0;max-width:100%;height:calc(100% - 70px);margin-top:70px;padding:30px 40px;transition:all .4s .1s;display:none;position:relative;transform:translateY(10px)}.Navbar-module__cRh5nW__megaContent:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:2rem;right:2rem}.Navbar-module__cRh5nW__megaContentActive{opacity:1;display:block;transform:translateY(0)}.Navbar-module__cRh5nW__hubGrid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto;display:grid}.Navbar-module__cRh5nW__hubCard{background:#141414cc;border:1px solid #333;gap:16px;padding:24px;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cRh5nW__hubCard:hover{background:#c7ff380d;border-color:#c7ff38}.Navbar-module__cRh5nW__hubIconWrapper{color:#c7ff38;background:#c7ff381a;border:1px solid #c7ff384d;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Navbar-module__cRh5nW__hubContent{flex:1}.Navbar-module__cRh5nW__hubTitle{font-family:var(--font-heading);color:#fff;text-transform:uppercase;margin:0 0 8px;font-size:1.1rem;transition:color .3s}.Navbar-module__cRh5nW__hubCard:hover .Navbar-module__cRh5nW__hubTitle{color:#c7ff38}.Navbar-module__cRh5nW__hubDesc{color:#888;margin:0 0 12px;font-size:.85rem;line-height:1.5}.Navbar-module__cRh5nW__hubAction{font-family:var(--font-heading);color:#c7ff38;text-transform:uppercase;align-items:center;gap:8px;font-size:.8rem;display:flex}.Navbar-module__cRh5nW__tourLayout{gap:40px;height:100%;display:flex}.Navbar-module__cRh5nW__tourInfoCol{flex:1}.Navbar-module__cRh5nW__tourTitle{font-family:var(--font-heading);color:#fff;text-transform:uppercase;margin:0 0 12px;font-size:2rem}.Navbar-module__cRh5nW__tourTitleAccent{color:#c7ff38}.Navbar-module__cRh5nW__tourDesc{color:#888;max-width:400px;margin:0 0 24px;font-size:.9rem;line-height:1.5}.Navbar-module__cRh5nW__tourStats{gap:24px;margin-bottom:24px;display:flex}.Navbar-module__cRh5nW__tourStat{text-align:center}.Navbar-module__cRh5nW__tourStatVal{font-family:var(--font-heading);color:#c7ff38;font-size:1.5rem;display:block}.Navbar-module__cRh5nW__tourStatLabel{color:#666;text-transform:uppercase;font-size:.7rem}.Navbar-module__cRh5nW__tourBtn{color:#000;font-family:var(--font-heading);text-transform:uppercase;background:#c7ff38;padding:12px 24px;font-size:.85rem;text-decoration:none;transition:all .3s;display:inline-block}.Navbar-module__cRh5nW__tourBtn:hover{background:#fff}.Navbar-module__cRh5nW__festGrid{flex:1;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Navbar-module__cRh5nW__festCard{cursor:pointer;background:#14141499;border:1px solid #333;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.Navbar-module__cRh5nW__festCard:hover{border-color:#c7ff3880;transform:translateY(-2px)}.Navbar-module__cRh5nW__festPoster{aspect-ratio:3/4;width:100%;height:200px;min-height:200px;position:relative;overflow:hidden}.Navbar-module__cRh5nW__festPosterImg{object-fit:cover;transition:transform .4s}.Navbar-module__cRh5nW__festCard:hover .Navbar-module__cRh5nW__festPosterImg{transform:scale(1.05)}.Navbar-module__cRh5nW__festInfo{padding:12px 14px 14px}.Navbar-module__cRh5nW__festFlag{align-items:center;margin-bottom:6px;display:flex}.Navbar-module__cRh5nW__festFlag svg{border-radius:2px;box-shadow:0 0 0 1px #ffffff1a}.Navbar-module__cRh5nW__festName{font-family:var(--font-heading);color:#fff;text-transform:uppercase;margin:0 0 4px;font-size:.9rem}.Navbar-module__cRh5nW__festLoc{color:#666;margin-bottom:8px;font-size:.7rem;display:block}.Navbar-module__cRh5nW__festDate{color:#c7ff38;font-family:Courier New,monospace;font-size:.75rem}.Navbar-module__cRh5nW__mobileOverlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10001;opacity:0;pointer-events:none;-webkit-overflow-scrolling:touch;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;transition:opacity .4s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.Navbar-module__cRh5nW__mobileOverlayOpen{opacity:1;pointer-events:auto}.Navbar-module__cRh5nW__mobileClose{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:2px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.Navbar-module__cRh5nW__mobileClose:hover{color:var(--color-primary);border-color:var(--color-primary)}.Navbar-module__cRh5nW__mobileLinks{flex-direction:column;align-items:center;gap:20px;display:flex}.Navbar-module__cRh5nW__mobileLink{font-family:var(--font-body);color:#ffffffb3;text-transform:uppercase;letter-spacing:3px;padding:8px 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__cRh5nW__mobileLink:after{content:"";background:var(--color-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__mobileLink:hover{color:#fff}.Navbar-module__cRh5nW__mobileLink:hover:after{width:100%}@media (max-width:1100px){.Navbar-module__cRh5nW__navLinks{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}.Navbar-module__cRh5nW__navbar{padding:0 1.5rem}}@media (max-width:768px){.Navbar-module__cRh5nW__navbar{top:0;bottom:unset;background:#050505fa;border-top:none;border-bottom:1px solid #c7ff3814;height:56px;padding:0 1rem}.Navbar-module__cRh5nW__navbar:after{display:none}.Navbar-module__cRh5nW__navbarHidden{transform:translateY(-100%)}.Navbar-module__cRh5nW__navbarScrolled{background:#050505fa}.Navbar-module__cRh5nW__logoFull{display:none}.Navbar-module__cRh5nW__logoMini{width:36px;height:36px;display:block}.Navbar-module__cRh5nW__hudBtn,.Navbar-module__cRh5nW__userMenuWrapper,.Navbar-module__cRh5nW__navbarSearch{display:none}.Navbar-module__cRh5nW__fixedSearch{top:14px;right:60px}.Navbar-module__cRh5nW__searchExpandable.Navbar-module__cRh5nW__searchExpanded{width:200px}.Navbar-module__cRh5nW__fixedSearchBtn{right:1rem;top:calc(14px + env(safe-area-inset-top,0px))!important}}.Navbar-module__cRh5nW__mobileUserSection{border-bottom:1px solid #333;margin-bottom:32px;padding-bottom:24px}.Navbar-module__cRh5nW__mobileUserLoading{justify-content:center;align-items:center;height:48px;display:flex}.Navbar-module__cRh5nW__mobileUserInfo{flex-direction:column;align-items:center;gap:12px;display:flex}.Navbar-module__cRh5nW__mobileUserAvatar{object-fit:contain;border:1px solid #c7ff384d;border-radius:0;width:72px;height:72px}.Navbar-module__cRh5nW__mobileUserAvatarPlaceholder{color:#000;width:72px;height:72px;font-family:var(--font-heading);background:linear-gradient(135deg,#c7ff38 0%,#8bc34a 100%);border-radius:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 0 20px #c7ff384d}.Navbar-module__cRh5nW__mobileUserName{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem}.Navbar-module__cRh5nW__mobileLoginBtn{color:#c7ff38;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;background:0 0;border:2px solid #c7ff38;justify-content:center;align-items:center;gap:12px;padding:14px 32px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cRh5nW__mobileLoginBtn svg{width:24px;height:24px}.Navbar-module__cRh5nW__mobileLoginBtn:hover{color:#000;background:#c7ff38}.Navbar-module__cRh5nW__mobileUserActions{border-top:1px solid #333;flex-direction:column;gap:8px;width:100%;max-width:280px;margin-top:32px;padding-top:24px;display:flex}.Navbar-module__cRh5nW__mobileActionLink{color:#aaa;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #333;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cRh5nW__mobileActionLink svg{opacity:.7;width:20px;height:20px}.Navbar-module__cRh5nW__mobileActionLink:hover{color:#c7ff38;background:#c7ff381a;border-color:#c7ff38}.Navbar-module__cRh5nW__mobileActionLink:hover svg{opacity:1;color:#c7ff38}
.Footer-module__3hUVsW__footer{font-family:var(--font-body);background-color:#000;border-top:1px solid #222;margin-top:0;padding:0;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";background:linear-gradient(90deg,#0000,#222,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.Footer-module__3hUVsW__container{max-width:1400px;margin:0 auto}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:0;padding:3rem;display:grid}.Footer-module__3hUVsW__footerCol,.Footer-module__3hUVsW__footerBrand{flex-direction:column;display:flex}.Footer-module__3hUVsW__footerLogo{margin-bottom:.5rem;display:inline-block}.Footer-module__3hUVsW__footerLogoImg{filter:grayscale()brightness(200%);width:160px;height:auto;transition:all .3s}.Footer-module__3hUVsW__footerLogo:hover .Footer-module__3hUVsW__footerLogoImg{filter:none}.Footer-module__3hUVsW__footerBrandText{color:#888;max-width:300px;margin:1.5rem 0;font-size:.95rem;line-height:1.6}.Footer-module__3hUVsW__socialLinks{gap:1rem;margin-top:1rem;display:flex}.Footer-module__3hUVsW__socialLink{color:#888;border:1px solid #333;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:#c7ff38;background:#c7ff380d;border-color:#c7ff38;transform:translateY(-3px)}.Footer-module__3hUVsW__colTitle{color:#fff;font-family:var(--font-heading);letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem;font-size:1.2rem}.Footer-module__3hUVsW__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__3hUVsW__footerLinkItem{margin-bottom:1rem}.Footer-module__3hUVsW__footerLink{color:#888;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.Footer-module__3hUVsW__footerLink:hover{color:#c7ff38;padding-left:5px}.Footer-module__3hUVsW__newsletterText{color:#888;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Footer-module__3hUVsW__newsletterForm{gap:10px;display:flex;position:relative}.Footer-module__3hUVsW__newsletterInput{color:#fff;font-family:var(--font-body);background:#111;border:1px solid #333;border-radius:4px;flex:1;padding:12px 15px;font-size:.9rem;transition:border .3s}.Footer-module__3hUVsW__newsletterInput:focus{border-color:#c7ff38;outline:none}.Footer-module__3hUVsW__newsletterInput::placeholder{color:#666}.Footer-module__3hUVsW__btnNewsletter{background:linear-gradient(135deg, var(--color-primary,#c7ff38) 0%, #a8d930 100%);color:#000;border:2px solid var(--color-primary,#c7ff38);font-family:var(--font-heading);cursor:pointer;text-transform:uppercase;justify-content:center;align-items:center;padding:0 20px;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #c7ff384d}.Footer-module__3hUVsW__btnNewsletter:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Footer-module__3hUVsW__btnNewsletter:hover:before{left:100%}.Footer-module__3hUVsW__btnNewsletter:hover{color:var(--color-primary,#c7ff38);background:0 0;box-shadow:0 0 25px #c7ff3866}.Footer-module__3hUVsW__btnNewsletter:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Footer-module__3hUVsW__successMessage{color:#c7ff38;margin-top:.75rem;font-size:.85rem}.Footer-module__3hUVsW__errorMessage{color:#f55;margin-top:.75rem;font-size:.85rem}.Footer-module__3hUVsW__footerBottom{border-top:1px solid #1a1a1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex}.Footer-module__3hUVsW__copyright{color:#555;margin:0;font-size:.85rem}@media (max-width:900px){.Footer-module__3hUVsW__footerGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.Footer-module__3hUVsW__footerBrand{align-items:center}.Footer-module__3hUVsW__footerBrandText{margin:1.5rem auto}.Footer-module__3hUVsW__socialLinks{justify-content:center}.Footer-module__3hUVsW__footerCol{align-items:center}.Footer-module__3hUVsW__newsletterForm{flex-direction:column;width:100%;max-width:300px}.Footer-module__3hUVsW__btnNewsletter{padding:12px}.Footer-module__3hUVsW__footerBottom{text-align:center;flex-direction:column}}
.CreateBandModal-module__2G07Mq__container{flex-direction:column;gap:20px;display:flex}.CreateBandModal-module__2G07Mq__sectionNav{border-bottom:1px solid #222;gap:8px;padding-bottom:16px;display:flex}.CreateBandModal-module__2G07Mq__sectionBtn{font-family:var(--font-heading);text-transform:uppercase;color:#888;cursor:pointer;background:0 0;border:1px solid #333;align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;transition:all .2s;display:flex}.CreateBandModal-module__2G07Mq__sectionBtn:hover{color:#fff;border-color:#555}.CreateBandModal-module__2G07Mq__sectionBtnActive{color:#c7ff38;background:#c7ff381a;border-color:#c7ff38}.CreateBandModal-module__2G07Mq__sectionBtn svg{width:16px;height:16px}.CreateBandModal-module__2G07Mq__success,.CreateBandModal-module__2G07Mq__error{font-family:var(--font-body);align-items:center;gap:10px;padding:14px 18px;font-size:.9rem;display:flex}.CreateBandModal-module__2G07Mq__success{color:#c7ff38;background:#c7ff381a;border:1px solid #c7ff384d}.CreateBandModal-module__2G07Mq__error{color:#ff6b35;background:#ff6b351a;border:1px solid #ff6b354d}.CreateBandModal-module__2G07Mq__success svg,.CreateBandModal-module__2G07Mq__error svg{flex-shrink:0;width:18px;height:18px}.CreateBandModal-module__2G07Mq__section{flex-direction:column;gap:20px;min-height:300px;display:flex}.CreateBandModal-module__2G07Mq__fieldGroup{flex-direction:column;gap:8px;display:flex}.CreateBandModal-module__2G07Mq__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.CreateBandModal-module__2G07Mq__fieldRow{grid-template-columns:1fr}}.CreateBandModal-module__2G07Mq__label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:#888;align-items:center;gap:8px;font-size:.75rem;font-weight:500;display:flex}.CreateBandModal-module__2G07Mq__label svg{color:#666;width:14px;height:14px}.CreateBandModal-module__2G07Mq__input,.CreateBandModal-module__2G07Mq__select,.CreateBandModal-module__2G07Mq__textarea{font-family:var(--font-body);color:#fff;background:#111;border:1px solid #333;padding:12px 14px;font-size:.9rem;transition:border-color .2s}.CreateBandModal-module__2G07Mq__input:focus,.CreateBandModal-module__2G07Mq__select:focus,.CreateBandModal-module__2G07Mq__textarea:focus{border-color:#c7ff38;outline:none}.CreateBandModal-module__2G07Mq__input::placeholder,.CreateBandModal-module__2G07Mq__textarea::placeholder{color:#555}.CreateBandModal-module__2G07Mq__input:disabled,.CreateBandModal-module__2G07Mq__select:disabled,.CreateBandModal-module__2G07Mq__textarea:disabled{opacity:.6;cursor:not-allowed}.CreateBandModal-module__2G07Mq__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.CreateBandModal-module__2G07Mq__textarea{resize:vertical;min-height:100px;line-height:1.5}.CreateBandModal-module__2G07Mq__tagsContainer{flex-wrap:wrap;gap:8px;display:flex}.CreateBandModal-module__2G07Mq__tag{font-family:var(--font-mono);color:#666;cursor:pointer;background:0 0;border:1px solid #333;padding:6px 12px;font-size:.7rem;transition:all .2s}.CreateBandModal-module__2G07Mq__tag:hover{color:#888;border-color:#555}.CreateBandModal-module__2G07Mq__tagActive{color:#00f3ff;background:#00f3ff1a;border-color:#00f3ff}.CreateBandModal-module__2G07Mq__tag:disabled{cursor:not-allowed}.CreateBandModal-module__2G07Mq__imagePreview{border:1px solid #333;width:120px;height:120px;margin-top:8px;overflow:hidden}.CreateBandModal-module__2G07Mq__imagePreview img{object-fit:cover;width:100%;height:100%}.CreateBandModal-module__2G07Mq__footer{border-top:1px solid #222;justify-content:flex-end;gap:12px;padding-top:20px;display:flex}.CreateBandModal-module__2G07Mq__cancelBtn,.CreateBandModal-module__2G07Mq__submitBtn{font-family:var(--font-heading);text-transform:uppercase;cursor:pointer;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;transition:all .2s;display:inline-flex}.CreateBandModal-module__2G07Mq__cancelBtn{color:#888;background:0 0;border:1px solid #333}.CreateBandModal-module__2G07Mq__cancelBtn:hover:not(:disabled){color:#fff;border-color:#555}.CreateBandModal-module__2G07Mq__submitBtn{color:#000;background:#c7ff38;border:1px solid #c7ff38}.CreateBandModal-module__2G07Mq__submitBtn:hover:not(:disabled){background:#d4ff5e}.CreateBandModal-module__2G07Mq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.CreateBandModal-module__2G07Mq__submitBtn svg{width:16px;height:16px}.CreateBandModal-module__2G07Mq__spinner{border:2px solid #0000;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite CreateBandModal-module__2G07Mq__spin}@keyframes CreateBandModal-module__2G07Mq__spin{to{transform:rotate(360deg)}}.CreateBandModal-module__2G07Mq__autocompleteWrapper{position:relative}.CreateBandModal-module__2G07Mq__suggestionsList{z-index:100;background:#111;border:1px solid #333;border-top:none;max-height:200px;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.CreateBandModal-module__2G07Mq__suggestionItem{font-family:var(--font-body);color:#ccc;cursor:pointer;padding:10px 14px;font-size:.9rem;transition:background .15s}.CreateBandModal-module__2G07Mq__suggestionItem:hover{color:#fff;background:#c7ff381a}.CreateBandModal-module__2G07Mq__pointsIndicator{background:#c7ff380d;border:1px solid #c7ff3833;margin-bottom:4px;padding:16px}.CreateBandModal-module__2G07Mq__pointsHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.CreateBandModal-module__2G07Mq__pointsLabel{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:#888;align-items:center;gap:8px;font-size:.8rem;display:flex}.CreateBandModal-module__2G07Mq__pointsLabel svg{color:#c7ff38}.CreateBandModal-module__2G07Mq__pointsValue{font-family:var(--font-heading);color:#c7ff38;font-size:1.1rem;font-weight:600}.CreateBandModal-module__2G07Mq__pointsProgressBar{background:#222;border-radius:3px;height:6px;overflow:hidden}.CreateBandModal-module__2G07Mq__pointsProgressFill{background:linear-gradient(90deg,#c7ff38,#a8e600);height:100%;transition:width .3s}.CreateBandModal-module__2G07Mq__pointsHint{font-family:var(--font-body);color:#555;align-items:center;gap:6px;margin-top:10px;font-size:.75rem;display:flex}.CreateBandModal-module__2G07Mq__pointsHint svg{flex-shrink:0}
.ReviewCard-module__Lm4hHW__card{background:#141419e6;border:1px solid #ffffff14;border-radius:8px;padding:1.25rem;transition:border-color .2s}.ReviewCard-module__Lm4hHW__card:hover{border-color:#c7ff3833}.ReviewCard-module__Lm4hHW__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.ReviewCard-module__Lm4hHW__userInfo{align-items:center;gap:.75rem;display:flex}.ReviewCard-module__Lm4hHW__avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.ReviewCard-module__Lm4hHW__avatarImage{object-fit:cover;width:100%;height:100%}.ReviewCard-module__Lm4hHW__avatarPlaceholder{color:#000;background:linear-gradient(135deg,#c7ff38 0%,#a8d930 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:700;display:flex}.ReviewCard-module__Lm4hHW__userDetails{flex-direction:column;gap:.25rem;display:flex}.ReviewCard-module__Lm4hHW__userName{color:#fff;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.ReviewCard-module__Lm4hHW__tierBadge{color:var(--tier-color,#666);border:1px solid var(--tier-color,#666);letter-spacing:.5px;background:#ffffff0d;border-radius:3px;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.ReviewCard-module__Lm4hHW__date{color:#666;font-size:.75rem}.ReviewCard-module__Lm4hHW__rating{flex-shrink:0}.ReviewCard-module__Lm4hHW__content{margin-bottom:1rem}.ReviewCard-module__Lm4hHW__title{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:600}.ReviewCard-module__Lm4hHW__text{color:#aaa;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.6}.ReviewCard-module__Lm4hHW__gallery{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.ReviewCard-module__Lm4hHW__galleryItem{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:6px;padding:0;transition:border-color .2s,transform .2s;overflow:hidden}.ReviewCard-module__Lm4hHW__galleryItem:hover{border-color:#c7ff38;transform:scale(1.05)}.ReviewCard-module__Lm4hHW__galleryImage{object-fit:cover;width:80px;height:80px;display:block}.ReviewCard-module__Lm4hHW__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;display:flex}.ReviewCard-module__Lm4hHW__actions{align-items:center;gap:.5rem;display:flex}.ReviewCard-module__Lm4hHW__actionBtn{color:#666;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.75rem;transition:all .2s;display:flex}.ReviewCard-module__Lm4hHW__actionBtn:hover:not(:disabled){color:#fff;background:#ffffff0d;border-color:#fff3}.ReviewCard-module__Lm4hHW__actionBtn.ReviewCard-module__Lm4hHW__active{color:#c7ff38;background:#c7ff381a;border-color:#c7ff384d}.ReviewCard-module__Lm4hHW__actionBtn.ReviewCard-module__Lm4hHW__danger:hover{color:#f55;border-color:#ff55554d}.ReviewCard-module__Lm4hHW__actionBtn:disabled{opacity:.5;cursor:not-allowed}.ReviewCard-module__Lm4hHW__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.ReviewCard-module__Lm4hHW__statusBadge[data-status=approved],.ReviewCard-module__Lm4hHW__statusBadge[data-status=published]{color:#0f8;background:#00ff881a;border:1px solid #0f83}.ReviewCard-module__Lm4hHW__statusBadge[data-status=rejected]{color:#f55;background:#ff55551a;border:1px solid #f553}.ReviewCard-module__Lm4hHW__statusBadge[data-status=flagged]{color:#fa0;background:#ffaa001a;border:1px solid #fa03}.ReviewCard-module__Lm4hHW__helpfulText{color:#666;font-size:.75rem}.ReviewCard-module__Lm4hHW__modalOverlay{z-index:10010;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ReviewCard-module__Lm4hHW__modal{background:#1a1a1f;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;padding:1.5rem}.ReviewCard-module__Lm4hHW__modal h3{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.ReviewCard-module__Lm4hHW__modal p{color:#888;margin:0 0 1rem;font-size:.9rem}.ReviewCard-module__Lm4hHW__modal textarea{color:#fff;resize:vertical;background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.ReviewCard-module__Lm4hHW__modal textarea:focus{border-color:#c7ff3880;outline:none}.ReviewCard-module__Lm4hHW__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.ReviewCard-module__Lm4hHW__cancelBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.ReviewCard-module__Lm4hHW__cancelBtn:hover{color:#fff;background:#ffffff0d}.ReviewCard-module__Lm4hHW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f36 0%,#f63 100%);border:none;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.ReviewCard-module__Lm4hHW__submitBtn:hover:not(:disabled){filter:brightness(1.1)}.ReviewCard-module__Lm4hHW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ReviewCard-module__Lm4hHW__lightbox{z-index:1001;background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ReviewCard-module__Lm4hHW__lightboxClose{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.5rem;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.ReviewCard-module__Lm4hHW__lightboxClose:hover{opacity:1}.ReviewCard-module__Lm4hHW__lightboxImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}@media (max-width:480px){.ReviewCard-module__Lm4hHW__header{flex-direction:column;gap:.75rem}.ReviewCard-module__Lm4hHW__rating{align-self:flex-start}.ReviewCard-module__Lm4hHW__footer{flex-direction:column;align-items:flex-start;gap:.75rem}.ReviewCard-module__Lm4hHW__galleryImage{width:60px;height:60px}}
.WriteReviewModal-module__Db5Faa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10010;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.WriteReviewModal-module__Db5Faa__modal{background:#0a0a0f;border:1px solid #c7ff3833;border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 0 40px #c7ff381a}.WriteReviewModal-module__Db5Faa__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.WriteReviewModal-module__Db5Faa__header h2{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.25rem;font-weight:700}.WriteReviewModal-module__Db5Faa__closeBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.WriteReviewModal-module__Db5Faa__closeBtn:hover{color:#fff;background:#ffffff1a}.WriteReviewModal-module__Db5Faa__eventInfo{background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.WriteReviewModal-module__Db5Faa__eventLabel{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.WriteReviewModal-module__Db5Faa__eventName{color:#c7ff38;font-size:.95rem;font-weight:600}.WriteReviewModal-module__Db5Faa__form{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.WriteReviewModal-module__Db5Faa__field{flex-direction:column;gap:.5rem;display:flex}.WriteReviewModal-module__Db5Faa__label{color:#ccc;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.WriteReviewModal-module__Db5Faa__required{color:#f36}.WriteReviewModal-module__Db5Faa__optional{color:#666;text-transform:none;font-size:.8rem;font-weight:400}.WriteReviewModal-module__Db5Faa__ratingWrapper{padding:.75rem 0}.WriteReviewModal-module__Db5Faa__input,.WriteReviewModal-module__Db5Faa__textarea{color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:8px;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s}.WriteReviewModal-module__Db5Faa__input:focus,.WriteReviewModal-module__Db5Faa__textarea:focus{border-color:#c7ff3880;outline:none}.WriteReviewModal-module__Db5Faa__input::placeholder,.WriteReviewModal-module__Db5Faa__textarea::placeholder{color:#555}.WriteReviewModal-module__Db5Faa__textarea{resize:vertical;min-height:140px;line-height:1.6}.WriteReviewModal-module__Db5Faa__charCount{color:#666;text-align:right;font-size:.75rem}.WriteReviewModal-module__Db5Faa__charCount.WriteReviewModal-module__Db5Faa__warning{color:#f63}.WriteReviewModal-module__Db5Faa__hint{color:#666;margin:0;font-size:.8rem}.WriteReviewModal-module__Db5Faa__photosGrid{flex-wrap:wrap;gap:.75rem;display:flex}.WriteReviewModal-module__Db5Faa__photoItem{border:2px solid #ffffff1a;border-radius:8px;width:100px;height:100px;position:relative;overflow:hidden}.WriteReviewModal-module__Db5Faa__photoImage{object-fit:cover;width:100%;height:100%}.WriteReviewModal-module__Db5Faa__photoRemove{color:#f55;cursor:pointer;opacity:0;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.WriteReviewModal-module__Db5Faa__photoItem:hover .WriteReviewModal-module__Db5Faa__photoRemove{opacity:1}.WriteReviewModal-module__Db5Faa__photoUpload{color:#666;cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100px;height:100px;transition:all .2s;display:flex}.WriteReviewModal-module__Db5Faa__photoUpload:hover:not(:disabled){color:#c7ff38;background:#c7ff380d;border-color:#c7ff3866}.WriteReviewModal-module__Db5Faa__photoUpload:disabled{opacity:.5;cursor:not-allowed}.WriteReviewModal-module__Db5Faa__photoUpload span{font-size:.75rem;font-weight:500}.WriteReviewModal-module__Db5Faa__hiddenInput{display:none}.WriteReviewModal-module__Db5Faa__spinner{animation:1s linear infinite WriteReviewModal-module__Db5Faa__spin}@keyframes WriteReviewModal-module__Db5Faa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WriteReviewModal-module__Db5Faa__error{color:#f55;background:#ff55551a;border:1px solid #f553;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.WriteReviewModal-module__Db5Faa__moderationInfo{color:#888;background:#c7ff380d;border:1px solid #c7ff381a;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.5;display:flex}.WriteReviewModal-module__Db5Faa__moderationInfo svg{color:#c7ff38;flex-shrink:0;margin-top:2px}.WriteReviewModal-module__Db5Faa__actions{border-top:1px solid #ffffff0d;justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.WriteReviewModal-module__Db5Faa__cancelBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.WriteReviewModal-module__Db5Faa__cancelBtn:hover:not(:disabled){color:#fff;background:#ffffff0d}.WriteReviewModal-module__Db5Faa__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#c7ff38 0%,#a8d930 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.WriteReviewModal-module__Db5Faa__submitBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.WriteReviewModal-module__Db5Faa__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:480px){.WriteReviewModal-module__Db5Faa__modal{border-radius:0;max-height:100vh}.WriteReviewModal-module__Db5Faa__header,.WriteReviewModal-module__Db5Faa__form{padding:1rem}.WriteReviewModal-module__Db5Faa__photoItem,.WriteReviewModal-module__Db5Faa__photoUpload{width:80px;height:80px}.WriteReviewModal-module__Db5Faa__actions{flex-direction:column}.WriteReviewModal-module__Db5Faa__cancelBtn,.WriteReviewModal-module__Db5Faa__submitBtn{justify-content:center;width:100%}}
.BandAutocomplete-module__20CBaW__container{gap:var(--space-2);flex-direction:column;display:flex}.BandAutocomplete-module__20CBaW__label{font-family:var(--font-heading);font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.BandAutocomplete-module__20CBaW__inputWrapper{position:relative}.BandAutocomplete-module__20CBaW__chipsContainer{gap:var(--space-2);padding:var(--space-2);background:var(--bg-base);border:1px solid var(--border-default);flex-wrap:wrap;min-height:44px;transition:all .2s;display:flex}.BandAutocomplete-module__20CBaW__chipsContainer:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.BandAutocomplete-module__20CBaW__chip{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border:1px solid var(--color-primary);color:var(--color-primary);font-family:var(--font-body);font-size:var(--text-xs);background:#c7ff381a;display:flex}.BandAutocomplete-module__20CBaW__chipRemove{color:var(--color-primary);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.BandAutocomplete-module__20CBaW__chipRemove:hover{opacity:1;color:#ff3b30}.BandAutocomplete-module__20CBaW__searchWrapper{align-items:center;gap:var(--space-2);flex:1;min-width:120px;display:flex}.BandAutocomplete-module__20CBaW__searchIcon{color:var(--text-muted);flex-shrink:0}.BandAutocomplete-module__20CBaW__input{color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);padding:var(--space-1) 0;background:0 0;border:none;outline:none;flex:1;min-width:100px}.BandAutocomplete-module__20CBaW__input::placeholder{color:var(--text-muted)}.BandAutocomplete-module__20CBaW__dropdown{background:var(--bg-elevated-1);border:1px solid var(--border-default);z-index:100;max-height:280px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px #0006}.BandAutocomplete-module__20CBaW__loadingState{align-items:center;gap:var(--space-2);padding:var(--space-3);color:var(--text-muted);font-family:var(--font-body);font-size:var(--text-sm);display:flex}.BandAutocomplete-module__20CBaW__spinner{border:2px solid var(--border-default);border-top-color:var(--color-primary);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite BandAutocomplete-module__20CBaW__spin}@keyframes BandAutocomplete-module__20CBaW__spin{to{transform:rotate(360deg)}}.BandAutocomplete-module__20CBaW__resultItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);border:none;border-bottom:1px solid var(--border-subtle);text-align:left;cursor:pointer;background:0 0;transition:all .15s;display:flex}.BandAutocomplete-module__20CBaW__resultItem:last-child{border-bottom:none}.BandAutocomplete-module__20CBaW__resultItem:hover,.BandAutocomplete-module__20CBaW__resultItem.BandAutocomplete-module__20CBaW__highlighted{background:#c7ff381a}.BandAutocomplete-module__20CBaW__resultImage{background:var(--bg-base);border:1px solid var(--border-default);width:36px;height:36px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.BandAutocomplete-module__20CBaW__resultImage img{object-fit:cover;width:100%;height:100%}.BandAutocomplete-module__20CBaW__resultInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.BandAutocomplete-module__20CBaW__resultName{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.BandAutocomplete-module__20CBaW__resultMeta{font-family:var(--font-body);font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.BandAutocomplete-module__20CBaW__noResults{gap:var(--space-2);padding:var(--space-3);text-align:center;flex-direction:column;display:flex}.BandAutocomplete-module__20CBaW__noResults>span{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-muted)}.BandAutocomplete-module__20CBaW__addCustom{padding:var(--space-2) var(--space-3);border:1px solid var(--color-primary);color:var(--color-primary);font-family:var(--font-heading);font-size:var(--text-xs);text-transform:uppercase;cursor:pointer;background:#c7ff381a;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.BandAutocomplete-module__20CBaW__addCustom:hover{background:#c7ff3833}.BandAutocomplete-module__20CBaW__hint{font-size:var(--text-xs);color:var(--text-muted);font-style:italic}@media (max-width:480px){.BandAutocomplete-module__20CBaW__chip{padding:2px var(--space-2);font-size:11px}.BandAutocomplete-module__20CBaW__searchWrapper{min-width:100px}.BandAutocomplete-module__20CBaW__dropdown{max-height:200px}.BandAutocomplete-module__20CBaW__resultImage{width:32px;height:32px}}
.EventCoverageModal-module__TqmanG__container{flex-direction:column;gap:24px;display:flex}.EventCoverageModal-module__TqmanG__eventInfo{background:#c7ff380d;border-left:3px solid #c7ff38;align-items:center;gap:8px;padding:12px 16px;display:flex}.EventCoverageModal-module__TqmanG__eventLabel{font-family:var(--font-mono);color:#888;text-transform:uppercase;font-size:.75rem}.EventCoverageModal-module__TqmanG__eventName{font-family:var(--font-heading);color:#fff;font-size:1.1rem;font-weight:600}.EventCoverageModal-module__TqmanG__error{color:#ff6b35;background:#ff6b351a;border:1px solid #ff6b354d;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;display:flex}.EventCoverageModal-module__TqmanG__error button{color:#ff6b35;cursor:pointer;background:0 0;border:none;padding:4px}.EventCoverageModal-module__TqmanG__success{color:#c7ff38;background:#c7ff381a;border:1px solid #c7ff384d;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;display:flex}.EventCoverageModal-module__TqmanG__success button{color:#c7ff38;cursor:pointer;background:0 0;border:none;padding:4px}.EventCoverageModal-module__TqmanG__loading{text-align:center;color:#666;font-family:var(--font-mono);padding:40px}.EventCoverageModal-module__TqmanG__section{flex-direction:column;gap:16px;display:flex}.EventCoverageModal-module__TqmanG__sectionTitle{font-family:var(--font-heading);color:#00f3ff;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #00f3ff33;margin:0;padding-bottom:8px;font-size:.9rem;font-weight:600}.EventCoverageModal-module__TqmanG__sectionTitlePending{font-family:var(--font-heading);color:#ff9f43;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ff9f4333;align-items:center;gap:10px;margin:0;padding-bottom:8px;font-size:.9rem;font-weight:600;display:flex}.EventCoverageModal-module__TqmanG__pendingBadge{font-family:var(--font-mono);color:#ff9f43;background:#ff9f4333;border-radius:10px;padding:2px 8px;font-size:.7rem}.EventCoverageModal-module__TqmanG__pendingList{flex-direction:column;gap:8px;display:flex}.EventCoverageModal-module__TqmanG__pendingItem{background:#ff9f430d;border:1px solid #ff9f4333;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.EventCoverageModal-module__TqmanG__pendingItem:hover{background:#ff9f4314;border-color:#ff9f4366}.EventCoverageModal-module__TqmanG__pendingInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.EventCoverageModal-module__TqmanG__pendingMeta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.EventCoverageModal-module__TqmanG__pendingRole{font-family:var(--font-mono);color:var(--role-color,#888);font-size:.75rem}.EventCoverageModal-module__TqmanG__pendingNotes{font-family:var(--font-mono);color:#666;font-size:.7rem;font-style:italic}.EventCoverageModal-module__TqmanG__pendingActions{gap:6px;display:flex}.EventCoverageModal-module__TqmanG__approveBtn,.EventCoverageModal-module__TqmanG__rejectBtn{cursor:pointer;border:1px solid;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.EventCoverageModal-module__TqmanG__approveBtn{color:#c7ff38;background:#c7ff381a;border-color:#c7ff384d}.EventCoverageModal-module__TqmanG__approveBtn:hover:not(:disabled){background:#c7ff3833;border-color:#c7ff38}.EventCoverageModal-module__TqmanG__rejectBtn{color:#ff6b35;background:#ff6b351a;border-color:#ff6b354d}.EventCoverageModal-module__TqmanG__rejectBtn:hover:not(:disabled){background:#ff6b3533;border-color:#ff6b35}.EventCoverageModal-module__TqmanG__approveBtn:disabled,.EventCoverageModal-module__TqmanG__rejectBtn:disabled{opacity:.5;cursor:not-allowed}.EventCoverageModal-module__TqmanG__emptyText{color:#666;text-align:center;padding:20px;font-size:.9rem;font-style:italic}.EventCoverageModal-module__TqmanG__coverageList{flex-direction:column;gap:16px;display:flex}.EventCoverageModal-module__TqmanG__roleGroup{background:#ffffff05;border:1px solid #222}.EventCoverageModal-module__TqmanG__roleHeader{background:#ffffff08;border-bottom:1px solid #222;align-items:center;gap:8px;padding:10px 14px;display:flex}.EventCoverageModal-module__TqmanG__roleIcon{font-size:1rem}.EventCoverageModal-module__TqmanG__roleLabel{font-family:var(--font-mono);color:var(--role-color,#888);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.EventCoverageModal-module__TqmanG__roleCount{font-family:var(--font-mono);color:#666;background:#ffffff0d;border-radius:10px;margin-left:auto;padding:2px 8px;font-size:.7rem}.EventCoverageModal-module__TqmanG__membersList{flex-direction:column;display:flex}.EventCoverageModal-module__TqmanG__memberItem{border-bottom:1px solid #1a1a1a;align-items:center;gap:12px;padding:10px 14px;transition:background .2s;display:flex}.EventCoverageModal-module__TqmanG__memberItem:last-child{border-bottom:none}.EventCoverageModal-module__TqmanG__memberItem:hover{background:#ffffff05}.EventCoverageModal-module__TqmanG__memberAvatar{background:#222;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.EventCoverageModal-module__TqmanG__memberAvatar img{object-fit:cover;width:100%;height:100%}.EventCoverageModal-module__TqmanG__memberAvatar span{font-family:var(--font-mono);color:#888;font-size:.75rem}.EventCoverageModal-module__TqmanG__memberInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.EventCoverageModal-module__TqmanG__memberName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.EventCoverageModal-module__TqmanG__memberNotes{font-family:var(--font-mono);color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.EventCoverageModal-module__TqmanG__removeBtn{color:#666;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;transition:all .2s;display:flex}.EventCoverageModal-module__TqmanG__removeBtn:hover{color:#ff6b35;background:#ff6b351a;border-color:#ff6b354d}.EventCoverageModal-module__TqmanG__removeBtn:disabled{opacity:.5;cursor:not-allowed}.EventCoverageModal-module__TqmanG__addForm{background:#ffffff05;border:1px solid #222;flex-direction:column;gap:16px;padding:16px;display:flex}.EventCoverageModal-module__TqmanG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.EventCoverageModal-module__TqmanG__formGroup{flex-direction:column;gap:6px;display:flex}.EventCoverageModal-module__TqmanG__formLabel{font-family:var(--font-mono);color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.EventCoverageModal-module__TqmanG__formSelect,.EventCoverageModal-module__TqmanG__formInput{color:#fff;font-family:var(--font-body);background:#111;border:1px solid #333;outline:none;padding:10px 12px;font-size:.9rem;transition:border-color .2s}.EventCoverageModal-module__TqmanG__formSelect:focus,.EventCoverageModal-module__TqmanG__formInput:focus{border-color:#c7ff38}.EventCoverageModal-module__TqmanG__formSelect{cursor:pointer}.EventCoverageModal-module__TqmanG__addBtn{color:#000;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:linear-gradient(135deg,#c7ff38 0%,#8bc34a 100%);border:none;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.EventCoverageModal-module__TqmanG__addBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.EventCoverageModal-module__TqmanG__addBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.EventCoverageModal-module__TqmanG__formRow{grid-template-columns:1fr}}@media (max-width:480px){.EventCoverageModal-module__TqmanG__container{gap:16px}.EventCoverageModal-module__TqmanG__eventInfo{flex-direction:column;align-items:flex-start;padding:10px 12px}.EventCoverageModal-module__TqmanG__eventName{font-size:1rem}.EventCoverageModal-module__TqmanG__sectionTitle,.EventCoverageModal-module__TqmanG__sectionTitlePending{font-size:.8rem}.EventCoverageModal-module__TqmanG__pendingItem{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 12px}.EventCoverageModal-module__TqmanG__pendingActions{justify-content:flex-end;width:100%}.EventCoverageModal-module__TqmanG__roleHeader{padding:8px 12px}.EventCoverageModal-module__TqmanG__roleLabel{font-size:.75rem}.EventCoverageModal-module__TqmanG__memberItem{gap:10px;padding:8px 12px}.EventCoverageModal-module__TqmanG__memberAvatar{width:28px;height:28px}.EventCoverageModal-module__TqmanG__memberName{font-size:.85rem}.EventCoverageModal-module__TqmanG__addForm{padding:12px}.EventCoverageModal-module__TqmanG__formSelect,.EventCoverageModal-module__TqmanG__formInput{padding:10px;font-size:16px}.EventCoverageModal-module__TqmanG__addBtn{width:100%;padding:14px}}
.ReviewsSection-module__8UnkxW__section{flex-direction:column;gap:1.5rem;display:flex}.ReviewsSection-module__8UnkxW__header{background:#141419cc;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem;display:flex}.ReviewsSection-module__8UnkxW__statsOverview{flex:1;gap:2rem;display:flex}.ReviewsSection-module__8UnkxW__averageRating{flex-direction:column;align-items:center;gap:.5rem;min-width:100px;display:flex}.ReviewsSection-module__8UnkxW__ratingNumber{color:#c7ff38;text-shadow:0 0 20px #c7ff3866;font-size:3rem;font-weight:800;line-height:1}.ReviewsSection-module__8UnkxW__totalReviews{color:#666;font-size:.8rem}.ReviewsSection-module__8UnkxW__ratingBars{flex-direction:column;flex:1;gap:.5rem;max-width:300px;display:flex}.ReviewsSection-module__8UnkxW__ratingBar{align-items:center;gap:.75rem;display:flex}.ReviewsSection-module__8UnkxW__ratingLabel{color:#888;text-align:center;width:16px;font-size:.8rem}.ReviewsSection-module__8UnkxW__barTrack{background:#ffffff0d;border-radius:4px;flex:1;height:8px;overflow:hidden}.ReviewsSection-module__8UnkxW__barFill{background:linear-gradient(90deg,#c7ff38 0%,#a8d930 100%);border-radius:4px;height:100%;transition:width .3s}.ReviewsSection-module__8UnkxW__ratingCount{color:#666;text-align:right;width:24px;font-size:.75rem}.ReviewsSection-module__8UnkxW__writeCTA{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.ReviewsSection-module__8UnkxW__loginPrompt,.ReviewsSection-module__8UnkxW__tierPrompt,.ReviewsSection-module__8UnkxW__yourReview{text-align:right;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.ReviewsSection-module__8UnkxW__loginPrompt p,.ReviewsSection-module__8UnkxW__tierPrompt p,.ReviewsSection-module__8UnkxW__yourReview p{color:#888;margin:0;font-size:.85rem}.ReviewsSection-module__8UnkxW__loginBtn,.ReviewsSection-module__8UnkxW__upgradeBtn{color:#c7ff38;background:0 0;border:1px solid #c7ff384d;border-radius:6px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.ReviewsSection-module__8UnkxW__loginBtn:hover,.ReviewsSection-module__8UnkxW__upgradeBtn:hover{background:#c7ff381a;border-color:#c7ff38}.ReviewsSection-module__8UnkxW__pendingBadge{color:#fa0;background:#ffaa001a;border:1px solid #fa03;border-radius:4px;padding:.35rem .75rem;font-size:.75rem}.ReviewsSection-module__8UnkxW__writeBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#c7ff38 0%,#a8d930 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.ReviewsSection-module__8UnkxW__writeBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.ReviewsSection-module__8UnkxW__userReviewSection{padding-top:1rem}.ReviewsSection-module__8UnkxW__sectionTitle{color:#888;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;font-size:.9rem;font-weight:600}.ReviewsSection-module__8UnkxW__sortBar{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.ReviewsSection-module__8UnkxW__sortLabel{color:#666;font-size:.85rem}.ReviewsSection-module__8UnkxW__sortOptions{gap:.5rem;display:flex}.ReviewsSection-module__8UnkxW__sortBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}.ReviewsSection-module__8UnkxW__sortBtn:hover{color:#fff;background:#ffffff0d}.ReviewsSection-module__8UnkxW__sortBtn.ReviewsSection-module__8UnkxW__active{color:#c7ff38;background:#c7ff381a;border-color:#c7ff384d}.ReviewsSection-module__8UnkxW__reviewsList{flex-direction:column;gap:1rem;display:flex}.ReviewsSection-module__8UnkxW__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.ReviewsSection-module__8UnkxW__spinner{border:3px solid #c7ff381a;border-top-color:#c7ff38;border-radius:50%;width:32px;height:32px;animation:1s linear infinite ReviewsSection-module__8UnkxW__spin}@keyframes ReviewsSection-module__8UnkxW__spin{to{transform:rotate(360deg)}}.ReviewsSection-module__8UnkxW__loading p{color:#666;margin:0;font-size:.9rem}.ReviewsSection-module__8UnkxW__emptyState{text-align:center;background:#14141980;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ReviewsSection-module__8UnkxW__emptyState svg{color:#444;margin-bottom:1rem}.ReviewsSection-module__8UnkxW__emptyState h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.ReviewsSection-module__8UnkxW__emptyState p{color:#666;margin:0 0 1.5rem;font-size:.9rem}@media (max-width:768px){.ReviewsSection-module__8UnkxW__header{flex-direction:column;gap:1.5rem}.ReviewsSection-module__8UnkxW__statsOverview{flex-direction:column;gap:1.5rem;width:100%}.ReviewsSection-module__8UnkxW__averageRating{flex-direction:row;justify-content:center;align-items:center;gap:1rem}.ReviewsSection-module__8UnkxW__ratingNumber{font-size:2.5rem}.ReviewsSection-module__8UnkxW__ratingBars{max-width:100%}.ReviewsSection-module__8UnkxW__writeCTA{align-items:stretch;width:100%}.ReviewsSection-module__8UnkxW__loginPrompt,.ReviewsSection-module__8UnkxW__tierPrompt,.ReviewsSection-module__8UnkxW__yourReview{text-align:center;align-items:center}.ReviewsSection-module__8UnkxW__writeBtn{justify-content:center;width:100%}.ReviewsSection-module__8UnkxW__sortBar{flex-direction:column;align-items:flex-start;gap:.75rem}.ReviewsSection-module__8UnkxW__sortOptions{flex-wrap:wrap;width:100%}.ReviewsSection-module__8UnkxW__sortBtn{text-align:center;flex:1}}
.EventCard-module__ECGP5q__eventCard{background:var(--bg-elevated-1);border:1px solid var(--border-subtle);flex-direction:column;height:100%;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.EventCard-module__ECGP5q__eventPosterArea{background:var(--bg-elevated-1);justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.EventCard-module__ECGP5q__eventPosterImage{object-fit:cover;transition:transform .3s}.EventCard-module__ECGP5q__eventCard:hover .EventCard-module__ECGP5q__eventPosterImage{transform:scale(1.05)}.EventCard-module__ECGP5q__eventPosterPlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.EventCard-module__ECGP5q__placeholderLogo{opacity:1}.EventCard-module__ECGP5q__eventCard:before{content:"";background:linear-gradient(90deg, var(--color-success), var(--color-primary));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.EventCard-module__ECGP5q__eventCard:hover{border-color:var(--color-success);transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #55ff551a}.EventCard-module__ECGP5q__eventCard:hover:before{opacity:1}.EventCard-module__ECGP5q__eventCardPast{opacity:.5;filter:grayscale(30%)}.EventCard-module__ECGP5q__eventCardFeatured{background:linear-gradient(135deg, var(--bg-elevated-1) 0%, #ff9f430d 100%);border-color:#ff9f4366}.EventCard-module__ECGP5q__eventCardFeatured:before{opacity:1;background:linear-gradient(90deg,#ff9f43,#ffb566)}.EventCard-module__ECGP5q__eventCardFeatured:hover{border-color:#ff9f43;box-shadow:0 20px 40px #0006,0 0 30px #ff9f4333}.EventCard-module__ECGP5q__dateBox{bottom:var(--space-3);left:var(--space-3);align-items:baseline;gap:var(--space-2);padding:var(--space-2) var(--space-3);z-index:2;background:#0a0a0ad9;border:none;display:flex;position:absolute}.EventCard-module__ECGP5q__dateDay{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-success);font-weight:700;line-height:1}.EventCard-module__ECGP5q__dateMonth{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.EventCard-module__ECGP5q__eventCardFeatured .EventCard-module__ECGP5q__dateDay{color:#ff9f43}.EventCard-module__ECGP5q__eventInfo{padding:var(--space-4);gap:var(--space-2);flex-direction:column;flex-grow:1;display:flex}.EventCard-module__ECGP5q__eventTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-primary);text-transform:uppercase;letter-spacing:.02em;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.2;display:-webkit-box;overflow:hidden}.EventCard-module__ECGP5q__eventLocation{font-family:var(--font-body);color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:var(--space-2);display:flex}.EventCard-module__ECGP5q__flag{font-size:var(--text-lg)}.EventCard-module__ECGP5q__eventTypeBadge{top:var(--space-2);left:var(--space-2);align-items:center;gap:var(--space-1);font-family:var(--font-heading);color:var(--color-success);text-transform:uppercase;letter-spacing:.1em;padding:var(--space-1) var(--space-2);z-index:2;background:#0a0a0ad9;border:1px solid #55ff554d;font-size:10px;display:inline-flex;position:absolute}.EventCard-module__ECGP5q__eventCardFeatured .EventCard-module__ECGP5q__eventTypeBadge{color:#ff9f43;background:#0a0a0ad9;border-color:#ff9f434d}.EventCard-module__ECGP5q__eventActions{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-top:1px solid var(--border-subtle);background:#0003;margin-top:auto;display:flex}.EventCard-module__ECGP5q__saveBtn{top:var(--space-2);right:var(--space-2);border:1px solid var(--border-default);color:var(--text-muted);padding:var(--space-2);cursor:pointer;transition:var(--transition-base);z-index:2;background:#0a0a0ab3;justify-content:center;align-items:center;display:flex;position:absolute}.EventCard-module__ECGP5q__saveBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#c7ff3833}.EventCard-module__ECGP5q__saveBtnActive{background:var(--color-primary);border-color:var(--color-primary);color:var(--text-on-primary)}.EventCard-module__ECGP5q__detailsLink{font-family:var(--font-heading);font-size:var(--text-xs);color:var(--color-success);align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);transition:var(--transition-fast);border:1px solid #0000;margin-left:auto;text-decoration:none;display:flex}.EventCard-module__ECGP5q__detailsLink:hover{border-color:var(--color-success);background:#55ff551a}.EventCard-module__ECGP5q__ticketBtn{font-family:var(--font-heading);font-size:var(--text-xs);color:var(--color-primary);border:1px solid var(--color-primary);align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);transition:var(--transition-fast);background:#c7ff3826;text-decoration:none;display:flex}.EventCard-module__ECGP5q__ticketBtn:hover{background:var(--color-primary);color:var(--text-on-primary)}@media (max-width:768px){.EventCard-module__ECGP5q__eventCard{transform:none}.EventCard-module__ECGP5q__eventCard:hover{transform:translateY(-4px)}.EventCard-module__ECGP5q__dateDay{font-size:var(--text-3xl)}.EventCard-module__ECGP5q__eventTitle{font-size:var(--text-base)}}@media (max-width:640px){.EventCard-module__ECGP5q__eventCard:hover{transform:translateY(-2px)}.EventCard-module__ECGP5q__dateBox{gap:var(--space-2)}.EventCard-module__ECGP5q__dateDay{font-size:var(--text-2xl)}.EventCard-module__ECGP5q__dateMonth{font-size:var(--text-xs)}.EventCard-module__ECGP5q__eventTypeBadge{padding:2px var(--space-1);font-size:9px}.EventCard-module__ECGP5q__eventInfo{padding:var(--space-3)}.EventCard-module__ECGP5q__eventTitle{font-size:var(--text-base);-webkit-line-clamp:2}.EventCard-module__ECGP5q__eventLocation{font-size:var(--text-xs)}.EventCard-module__ECGP5q__flag{font-size:var(--text-base)}.EventCard-module__ECGP5q__eventActions{padding:var(--space-2) var(--space-3);flex-wrap:wrap}.EventCard-module__ECGP5q__saveBtn{padding:var(--space-2)}.EventCard-module__ECGP5q__ticketBtn{padding:var(--space-1) var(--space-2);font-size:10px}.EventCard-module__ECGP5q__detailsLink{padding:var(--space-1) var(--space-2);border-color:var(--color-success);background:#55ff551a;font-size:10px}}@media (max-width:380px){.EventCard-module__ECGP5q__dateDay{font-size:var(--text-xl)}.EventCard-module__ECGP5q__dateMonth{font-size:10px}.EventCard-module__ECGP5q__eventInfo{padding:var(--space-2)}.EventCard-module__ECGP5q__eventTitle{font-size:var(--text-sm)}.EventCard-module__ECGP5q__eventLocation{font-size:11px}.EventCard-module__ECGP5q__eventActions{padding:var(--space-2)}}
.ShopSection-module__dvEPWa__section{background:var(--os-surface-base);border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;width:100%;padding:clamp(56px,9vh,120px) 0 clamp(56px,9vh,112px);position:relative;overflow:hidden}.ShopSection-module__dvEPWa__section:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 100%;position:absolute;inset:0}.ShopSection-module__dvEPWa__container{width:100%;max-width:var(--os-container-max);padding:0 var(--os-container-pad-x);z-index:1;flex-direction:column;gap:clamp(48px,7vh,80px);margin:0 auto;display:flex;position:relative}.ShopSection-module__dvEPWa__header{gap:var(--os-rhythm-4);grid-template-columns:1fr;align-items:end;display:grid}@media (min-width:720px){.ShopSection-module__dvEPWa__header{grid-template-columns:1fr auto}}.ShopSection-module__dvEPWa__headerLeft{gap:var(--os-rhythm-3);flex-direction:column;max-width:64ch;display:flex}.ShopSection-module__dvEPWa__label{font-family:var(--font-mono,var(--font-tech));letter-spacing:.3em;color:var(--color-primary);text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.ShopSection-module__dvEPWa__title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;line-height:.95;display:block;position:relative}.ShopSection-module__dvEPWa__titleMain{background:linear-gradient(#fff 0% 60%,#c7ff38d9 100%);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.ShopSection-module__dvEPWa__titleStroke,.ShopSection-module__dvEPWa__titleStrokeB{color:#0000;-webkit-text-stroke:1px #c7ff3838;z-index:0;pointer-events:none;white-space:nowrap;position:absolute}.ShopSection-module__dvEPWa__titleStroke{top:4px;left:4px}.ShopSection-module__dvEPWa__titleStrokeB{top:calc(.95em + 4px);left:4px}.ShopSection-module__dvEPWa__subtitle{font-family:var(--font-body);color:#ffffffa6;max-width:60ch;margin:0;font-size:clamp(1rem,1.1vw,1.125rem);font-weight:300;line-height:1.55}.ShopSection-module__dvEPWa__headerRight{display:flex}.ShopSection-module__dvEPWa__headerLink{border:1px solid var(--os-border-default);font-family:var(--font-mono);letter-spacing:.22em;color:var(--text-primary);text-transform:uppercase;transition:background var(--os-motion-fast) var(--os-ease-snap), border-color var(--os-motion-fast) var(--os-ease-snap), color var(--os-motion-fast) var(--os-ease-snap);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:12px 18px;font-size:11px;text-decoration:none;display:inline-flex}.ShopSection-module__dvEPWa__headerLink:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--text-on-primary)}.ShopSection-module__dvEPWa__spread,.ShopSection-module__dvEPWa__spreadSkeleton{grid-template-columns:1fr;gap:clamp(16px,2vw,28px);display:grid}@media (min-width:1024px){.ShopSection-module__dvEPWa__spread,.ShopSection-module__dvEPWa__spreadSkeleton{grid-template-columns:1.15fr 1fr;grid-auto-rows:minmax(680px,auto)}}.ShopSection-module__dvEPWa__spreadRight{flex-direction:column;gap:clamp(16px,2vw,28px);min-height:100%;display:flex}.ShopSection-module__dvEPWa__spreadRightBottom{flex:1;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,28px);display:grid}.ShopSection-module__dvEPWa__spreadSkeleton{opacity:.4;animation:1.6s ease-in-out infinite ShopSection-module__dvEPWa__skelPulse}.ShopSection-module__dvEPWa__spreadSkeleton .ShopSection-module__dvEPWa__tileLandscape,.ShopSection-module__dvEPWa__spreadSkeleton .ShopSection-module__dvEPWa__tileSquare,.ShopSection-module__dvEPWa__spreadSkeleton .ShopSection-module__dvEPWa__tilePortrait{display:none}@media (min-width:1024px){.ShopSection-module__dvEPWa__spreadSkeleton{grid-template-columns:1.15fr 1fr;display:grid}.ShopSection-module__dvEPWa__spreadSkeleton>.ShopSection-module__dvEPWa__tileHero{grid-row:span 2}}@keyframes ShopSection-module__dvEPWa__skelPulse{0%,to{opacity:.3}50%{opacity:.55}}.ShopSection-module__dvEPWa__tile{background:var(--os-surface-raised);border:1px solid var(--os-border-subtle);transition:border-color var(--os-motion-medium) var(--os-ease-snap);display:flex;position:relative;overflow:hidden}.ShopSection-module__dvEPWa__tileHero{min-height:clamp(420px,70vh,720px)}.ShopSection-module__dvEPWa__tileLandscape{aspect-ratio:16/9;flex:1}.ShopSection-module__dvEPWa__tileSquare{aspect-ratio:1}.ShopSection-module__dvEPWa__tilePortrait{aspect-ratio:3/4}@media (min-width:1024px){.ShopSection-module__dvEPWa__tileHero{height:100%;min-height:680px}.ShopSection-module__dvEPWa__tileLandscape{aspect-ratio:auto;height:45%}.ShopSection-module__dvEPWa__tileSquare,.ShopSection-module__dvEPWa__tilePortrait{aspect-ratio:auto}.ShopSection-module__dvEPWa__spreadRightBottom>.ShopSection-module__dvEPWa__tile{height:100%}}.ShopSection-module__dvEPWa__tile:hover{border-color:var(--color-primary)}.ShopSection-module__dvEPWa__tileLink{width:100%;height:100%;color:inherit;text-decoration:none;display:block;position:relative;overflow:hidden}.ShopSection-module__dvEPWa__tileType{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-mono);letter-spacing:.28em;color:var(--color-primary);text-transform:uppercase;background:#0000008c;border:1px solid #c7ff3840;padding:6px 10px;font-size:9px;font-weight:700;position:absolute;top:16px;right:16px}.ShopSection-module__dvEPWa__tileImg{background:radial-gradient(120% 80% at 50% 30%, #c7ff380f, transparent 60%), var(--os-surface-accent);position:absolute;inset:0;overflow:hidden}.ShopSection-module__dvEPWa__tileImgEl{object-fit:cover;object-position:center 40%;filter:grayscale(.15)contrast(1.05);width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .6s}.ShopSection-module__dvEPWa__tile:hover .ShopSection-module__dvEPWa__tileImgEl{filter:grayscale(0)contrast(1.1);transform:scale(1.06)}.ShopSection-module__dvEPWa__tilePlaceholder{color:#ffffff2e;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ShopSection-module__dvEPWa__tileOverlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 35%,#0006 65%,#000000eb 100%);align-items:flex-end;padding:clamp(20px,3vw,36px);display:flex;position:absolute;inset:0}.ShopSection-module__dvEPWa__tileOverlayContent{opacity:.92;width:100%;transition:transform .5s var(--os-ease-snap), opacity .5s var(--os-ease-snap);flex-direction:column;gap:8px;display:flex;transform:translateY(8px)}.ShopSection-module__dvEPWa__tile:hover .ShopSection-module__dvEPWa__tileOverlayContent{opacity:1;transform:translateY(0)}.ShopSection-module__dvEPWa__tileVendor{font-family:var(--font-mono);letter-spacing:.28em;color:#ffffffb3;text-transform:uppercase;align-items:center;gap:8px;font-size:10px;font-weight:500;display:inline-flex}.ShopSection-module__dvEPWa__tileVendorDot{background:var(--color-primary);width:6px;height:6px;box-shadow:0 0 8px #c7ff38b3}.ShopSection-module__dvEPWa__tileTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);text-wrap:balance;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(1.1rem,1.6vw,1.5rem);font-weight:700;line-height:1.1;display:-webkit-box;overflow:hidden}.ShopSection-module__dvEPWa__tileHero .ShopSection-module__dvEPWa__tileTitle{-webkit-line-clamp:3;font-size:clamp(1.5rem,2.4vw,2.25rem)}.ShopSection-module__dvEPWa__tileCta{font-family:var(--font-mono);letter-spacing:.26em;color:var(--color-primary);text-transform:uppercase;width:fit-content;transition:gap var(--os-motion-fast), color var(--os-motion-fast);border-top:1px solid #ffffff1f;align-items:center;gap:6px;margin-top:4px;padding:8px 0;font-size:11px;font-weight:600;display:inline-flex}.ShopSection-module__dvEPWa__tile:hover .ShopSection-module__dvEPWa__tileCta{color:var(--color-primary);gap:12px}.ShopSection-module__dvEPWa__footerStrip{gap:var(--os-rhythm-5);background:linear-gradient(135deg, #c7ff380d 0%, #00f3ff05 100%), var(--os-surface-raised);border:1px solid var(--os-border-default);isolation:isolate;grid-template-columns:1fr;padding:clamp(28px,4vh,44px) clamp(24px,3vw,40px);display:grid;position:relative;overflow:hidden}@media (min-width:900px){.ShopSection-module__dvEPWa__footerStrip{grid-template-columns:1fr auto;align-items:center;gap:clamp(32px,5vw,80px)}}.ShopSection-module__dvEPWa__footerStripAccent{background:var(--color-primary);width:4px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 20px #c7ff3873}.ShopSection-module__dvEPWa__footerStripPattern{z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(45deg,#0000,#0000 12px,#c7ff3806 12px 13px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 90%);mask-image:radial-gradient(#000 30%,#0000 90%)}.ShopSection-module__dvEPWa__footerStripLeft{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.ShopSection-module__dvEPWa__footerStripEyebrow{font-family:var(--font-mono);letter-spacing:.34em;color:var(--color-primary);text-transform:uppercase;text-shadow:0 0 12px #c7ff3840;font-size:10px;font-weight:700;display:inline-block}.ShopSection-module__dvEPWa__footerStripTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0;font-size:clamp(1.5rem,2.6vw,2.25rem);font-weight:800;line-height:1}.ShopSection-module__dvEPWa__footerStripCopy{font-family:var(--font-body);color:#ffffffb3;max-width:56ch;margin:0;font-size:clamp(.95rem,1.1vw,1rem);font-weight:300;line-height:1.5}.ShopSection-module__dvEPWa__footerStripPills{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ShopSection-module__dvEPWa__footerStripPill{font-family:var(--font-mono);letter-spacing:.18em;color:#ffffffd9;text-transform:uppercase;background:#ffffff0a;border:1px solid #c7ff382e;align-items:center;gap:6px;padding:6px 12px;font-size:10px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.ShopSection-module__dvEPWa__footerStripPill:hover{color:var(--color-primary);background:#c7ff3814;border-color:#c7ff3866}.ShopSection-module__dvEPWa__footerStripPill svg{color:var(--color-primary);flex-shrink:0}.ShopSection-module__dvEPWa__footerStripRight{z-index:1;flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:relative}@media (min-width:900px){.ShopSection-module__dvEPWa__footerStripRight{align-items:flex-end}}.ShopSection-module__dvEPWa__footerStripSecondary{font-family:var(--font-mono);letter-spacing:.24em;color:#ffffff8c;text-transform:uppercase;align-items:center;gap:6px;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.ShopSection-module__dvEPWa__footerStripSecondary:hover{color:var(--color-primary);gap:10px}
.BandCard-module__qVI25a__bandCard{background:var(--bg-elevated-1);border:1px solid var(--border-default);transition:var(--transition-base);opacity:0;flex-direction:column;min-height:220px;animation:.3s forwards BandCard-module__qVI25a__fadeIn;display:flex;position:relative;overflow:hidden;transform:translateY(10px)}@keyframes BandCard-module__qVI25a__fadeIn{to{opacity:1;transform:translateY(0)}}.BandCard-module__qVI25a__bandCard:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.BandCard-module__qVI25a__bandCardOssPartner{border:2px solid #ff6b35;box-shadow:0 0 20px #ff6b3526}.BandCard-module__qVI25a__bandCardOssPartner:hover{border-color:#ff8f5a;box-shadow:0 4px 25px #ff6b354d}.BandCard-module__qVI25a__cardLink{color:inherit;flex-direction:column;text-decoration:none;display:flex;position:absolute;inset:0 0 44px}.BandCard-module__qVI25a__cardImage{position:absolute;inset:0;overflow:hidden}.BandCard-module__qVI25a__cardImage img{transition:transform .3s}.BandCard-module__qVI25a__bandCard:hover .BandCard-module__qVI25a__cardImage img{transform:scale(1.05)}.BandCard-module__qVI25a__placeholderImage{background:var(--bg-elevated-2);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.BandCard-module__qVI25a__cardContent{z-index:1;padding:var(--space-3);pointer-events:none;flex-direction:column;flex:1;justify-content:space-between;display:flex;position:relative}.BandCard-module__qVI25a__cardInfo{margin:0 calc(var(--space-3) * -1);margin-bottom:calc(var(--space-3) * -1);padding:var(--space-5) var(--space-3) var(--space-3);background:linear-gradient(#0000 0%,#0a0a0a66 30%,#0a0a0acc 60%,#0a0a0af2 100%);flex-direction:column;gap:2px;display:flex}.BandCard-module__qVI25a__bandName{font-family:var(--font-heading);font-size:var(--text-sm);color:#fff;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#000000bf;width:fit-content;max-width:100%;margin:0;padding:4px 8px;line-height:1.2;overflow:hidden}.BandCard-module__qVI25a__genre{font-family:var(--font-heading);color:var(--color-primary);text-transform:uppercase;order:2;font-size:10px}.BandCard-module__qVI25a__location{font-family:var(--font-body);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;order:1;align-items:center;gap:4px;font-size:10px;display:flex;overflow:hidden}.BandCard-module__qVI25a__cardBottomBar{z-index:2;padding:var(--space-2) var(--space-3);border-top:1px solid var(--border-subtle);background:#0a0a0af2;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.BandCard-module__qVI25a__bottomBarLeft{align-items:center;gap:var(--space-2);display:flex}.BandCard-module__qVI25a__verifiedBadge{background:var(--color-primary);color:var(--text-on-primary);font-size:10px;font-weight:var(--font-bold);border-radius:var(--radius-full);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.BandCard-module__qVI25a__ossPartnerBadge{color:#fff;border-radius:var(--radius-full);background:linear-gradient(135deg,#ff6b35 0%,#ff9f43 100%);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.BandCard-module__qVI25a__badgesOverlay{top:var(--space-2);right:var(--space-2);gap:var(--space-1);z-index:2;display:flex;position:absolute}.BandCard-module__qVI25a__saveBtn{border:1px solid var(--border-default);color:var(--text-muted);padding:var(--space-1);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.BandCard-module__qVI25a__saveBtn:hover{border-color:var(--color-danger);color:var(--color-danger);background:#ff55551a}.BandCard-module__qVI25a__saveBtnActive{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.BandCard-module__qVI25a__saveBtnActive:hover{background:#f55c}.BandCard-module__qVI25a__viewBtn{justify-content:center;align-items:center;gap:var(--space-1);border:1px solid var(--border-default);padding:var(--space-1) var(--space-3);color:var(--text-secondary);font-family:var(--font-heading);text-transform:uppercase;transition:var(--transition-fast);border-radius:var(--radius-sm);background:0 0;font-size:10px;text-decoration:none;display:flex}.BandCard-module__qVI25a__viewBtn:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--text-on-primary)}.BandCard-module__qVI25a__bandCardCompact{min-height:180px}.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__cardLink{bottom:0}.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__cardContent{padding:var(--space-2)}.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__bandName{font-size:var(--text-xs);padding:3px 6px}.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__cardInfo{margin:0 calc(var(--space-2) * -1);margin-bottom:calc(var(--space-2) * -1);padding:var(--space-3) var(--space-2) var(--space-2)}.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__genre,.BandCard-module__qVI25a__bandCardCompact .BandCard-module__qVI25a__location{font-size:9px}@media (max-width:768px){.BandCard-module__qVI25a__bandCard{border-width:1px;min-height:200px}.BandCard-module__qVI25a__cardContent{padding:var(--space-2)}.BandCard-module__qVI25a__bandName{font-size:var(--text-sm)}.BandCard-module__qVI25a__cardBottomBar{padding:var(--space-2)}.BandCard-module__qVI25a__viewBtn{padding:var(--space-1) var(--space-2);font-size:9px}}@media (max-width:480px){.BandCard-module__qVI25a__bandCard{min-height:180px}.BandCard-module__qVI25a__cardContent{padding:var(--space-2)}.BandCard-module__qVI25a__bandName{padding:3px 6px;font-size:12px}.BandCard-module__qVI25a__cardInfo{margin:0 calc(var(--space-2) * -1);margin-bottom:calc(var(--space-2) * -1);padding:var(--space-3) var(--space-2) var(--space-2)}.BandCard-module__qVI25a__genre,.BandCard-module__qVI25a__location{font-size:9px}.BandCard-module__qVI25a__cardBottomBar{padding:var(--space-1) var(--space-2)}.BandCard-module__qVI25a__saveBtn{width:24px;height:24px}.BandCard-module__qVI25a__verifiedBadge{width:16px;height:16px;font-size:8px}.BandCard-module__qVI25a__viewBtn{padding:3px 6px;font-size:7px}}
.HighlightedEvents-module__dWCKZq__section{background:#000;padding:5rem 0 4rem;position:relative;overflow:hidden}.HighlightedEvents-module__dWCKZq__gridBg{opacity:.5;pointer-events:none;background-image:linear-gradient(#c7ff3808 1px,#0000 1px),linear-gradient(90deg,#c7ff3808 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.HighlightedEvents-module__dWCKZq__titleBlock{z-index:2;text-align:center;max-width:1400px;margin:0 auto 3rem;padding:0 2rem;position:relative}.HighlightedEvents-module__dWCKZq__tag{color:var(--color-primary);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;background:#c7ff380d;border:1px solid #c7ff3833;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.7rem;font-weight:600;display:inline-block}.HighlightedEvents-module__dWCKZq__tag:before{content:"//";opacity:.5;margin-right:.5rem}.HighlightedEvents-module__dWCKZq__title{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;flex-direction:column;align-items:center;margin:0 0 1rem;padding-bottom:.35em;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;line-height:.95;display:flex}.HighlightedEvents-module__dWCKZq__titleLine{isolation:isolate;display:inline-block;position:relative}.HighlightedEvents-module__dWCKZq__titleMain{background:linear-gradient(#fff 0% 55%,#c7ff38e6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.HighlightedEvents-module__dWCKZq__titleStroke{color:#0000;-webkit-text-stroke:1px #c7ff3840;z-index:-1;pointer-events:none;white-space:nowrap;position:absolute;top:5px;left:5px}.HighlightedEvents-module__dWCKZq__marquee{z-index:2;background:0 0;border-top:3px solid #c7ff3840;border-bottom:3px solid #c7ff3840;margin:1rem 0 3.5rem;padding:.75rem 0;position:relative;overflow:hidden;transform:rotate(1.5deg)scale(1.05)}.HighlightedEvents-module__dWCKZq__marqueeTrack{white-space:nowrap;font-family:var(--font-heading);text-transform:uppercase;color:var(--color-primary,#c7ff38);letter-spacing:.04em;font-size:1.1rem;font-weight:700;animation:25s linear infinite HighlightedEvents-module__dWCKZq__marqueeScroll;display:inline-block}@keyframes HighlightedEvents-module__dWCKZq__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.HighlightedEvents-module__dWCKZq__grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.HighlightedEvents-module__dWCKZq__cardWrap{min-width:0;display:flex}.HighlightedEvents-module__dWCKZq__card{color:#fff;cursor:pointer;border:1px solid #ffffff0f;flex-direction:column;flex:1;justify-content:flex-end;height:500px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.HighlightedEvents-module__dWCKZq__card:hover{z-index:2;border-color:var(--accent);box-shadow:0 20px 60px #000c, 0 0 40px var(--accent-glow), inset 0 0 60px #0003;transform:translateY(-6px)}.HighlightedEvents-module__dWCKZq__poster{position:absolute;inset:0}.HighlightedEvents-module__dWCKZq__posterImg{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__posterImg{transform:scale(1.05)}.HighlightedEvents-module__dWCKZq__posterFallback{background:linear-gradient(135deg,#0a0a0a,#111,#0a0a0a);position:absolute;inset:0}.HighlightedEvents-module__dWCKZq__posterGradient{background:linear-gradient(#0000 40%,#0006 65%,#000000eb 100%);position:absolute;inset:0}.HighlightedEvents-module__dWCKZq__badge{font-family:var(--font-tech);letter-spacing:.15em;color:var(--accent);border:1px solid var(--accent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;opacity:0;background:#000000bf;align-items:center;gap:6px;padding:4px 10px;font-size:.62rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:16px;left:16px;transform:translateY(-6px)}.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__badge{opacity:1;transform:translateY(0)}.HighlightedEvents-module__dWCKZq__badgeDot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite HighlightedEvents-module__dWCKZq__pulse}@keyframes HighlightedEvents-module__dWCKZq__pulse{0%,to{opacity:1}50%{opacity:.3}}.HighlightedEvents-module__dWCKZq__info{z-index:1;flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;display:flex;position:relative}.HighlightedEvents-module__dWCKZq__name{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.03em;text-shadow:0 2px 16px #000c;margin:0;font-size:clamp(1.3rem,1.8vw,1.7rem);font-weight:700;line-height:1.1;transition:color .3s}.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__name{color:var(--accent)}.HighlightedEvents-module__dWCKZq__location{font-family:var(--font-body);color:#bbb;text-shadow:0 1px 6px #000c;align-items:center;gap:7px;font-size:.82rem;display:flex}.HighlightedEvents-module__dWCKZq__flag{font-size:1.05rem;line-height:1}.HighlightedEvents-module__dWCKZq__meta{align-items:center;gap:14px;display:flex}.HighlightedEvents-module__dWCKZq__dates{font-family:var(--font-tech);color:#999;letter-spacing:.06em;font-size:.76rem;font-weight:600}.HighlightedEvents-module__dWCKZq__bands{font-family:var(--font-tech);color:var(--color-primary,#c7ff38);letter-spacing:.04em;font-size:.7rem;font-weight:600}.HighlightedEvents-module__dWCKZq__accentBar{background:var(--accent);opacity:.35;height:2px;margin-top:.25rem;transition:opacity .3s}.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__accentBar{opacity:1;box-shadow:0 0 12px var(--accent-glow)}.HighlightedEvents-module__dWCKZq__cornerTL,.HighlightedEvents-module__dWCKZq__cornerBR{z-index:1;opacity:0;width:18px;height:18px;transition:opacity .3s;position:absolute}.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__cornerTL,.HighlightedEvents-module__dWCKZq__card:hover .HighlightedEvents-module__dWCKZq__cornerBR{opacity:.6}.HighlightedEvents-module__dWCKZq__cornerTL{border-top:2px solid var(--accent);border-left:2px solid var(--accent);top:0;left:0}.HighlightedEvents-module__dWCKZq__cornerBR{border-bottom:2px solid var(--accent);border-right:2px solid var(--accent);bottom:0;right:0}.HighlightedEvents-module__dWCKZq__cta{z-index:2;justify-content:center;margin-top:3rem;padding:0 2rem;display:flex;position:relative}.HighlightedEvents-module__dWCKZq__ctaBtn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:#000;background:var(--color-primary,#c7ff38);border:none;align-items:center;gap:10px;padding:16px 40px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:6px 6px #c7ff3833}.HighlightedEvents-module__dWCKZq__ctaBtn:hover{background:#d4ff5e;transform:translate(-3px,-3px);box-shadow:9px 9px #c7ff3840}.HighlightedEvents-module__dWCKZq__ctaBtn svg{transition:transform .2s}.HighlightedEvents-module__dWCKZq__ctaBtn:hover svg{transform:translate(4px)}@media (max-width:1024px){.HighlightedEvents-module__dWCKZq__section{padding:4rem 0 3rem}.HighlightedEvents-module__dWCKZq__title{font-size:clamp(2rem,6vw,3.5rem)}.HighlightedEvents-module__dWCKZq__grid{grid-template-columns:repeat(3,1fr);gap:10px}.HighlightedEvents-module__dWCKZq__card{height:440px}}@media (max-width:768px){.HighlightedEvents-module__dWCKZq__section{padding:3rem 0 2.5rem}.HighlightedEvents-module__dWCKZq__titleBlock{margin-bottom:1.5rem}.HighlightedEvents-module__dWCKZq__tag{padding:5px 14px;font-size:.68rem}.HighlightedEvents-module__dWCKZq__marquee{margin-bottom:2.5rem;padding:.6rem 0;transform:rotate(1deg)scale(1.03)}.HighlightedEvents-module__dWCKZq__marqueeTrack{font-size:.85rem}.HighlightedEvents-module__dWCKZq__grid{grid-template-columns:1fr;gap:10px;padding:0 1rem}.HighlightedEvents-module__dWCKZq__card{height:400px}.HighlightedEvents-module__dWCKZq__info{padding:1.5rem 1.25rem}.HighlightedEvents-module__dWCKZq__name{font-size:1.4rem}.HighlightedEvents-module__dWCKZq__badge{opacity:1;transform:translateY(0)}.HighlightedEvents-module__dWCKZq__cornerTL,.HighlightedEvents-module__dWCKZq__cornerBR{opacity:.4}.HighlightedEvents-module__dWCKZq__accentBar{opacity:.6}.HighlightedEvents-module__dWCKZq__cta{margin-top:2rem}.HighlightedEvents-module__dWCKZq__ctaBtn{justify-content:center;width:100%;padding:16px 24px;font-size:.85rem}}@media (max-width:480px){.HighlightedEvents-module__dWCKZq__card{height:360px}.HighlightedEvents-module__dWCKZq__name{font-size:1.25rem}}