﻿@import"https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";:root{--yellow:#eaff00;--black:#050505;--panel:#0b0b0b;--line:#292929;--muted:#999;--white:#fff}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--black)}body{font-family:Arial,Helvetica,sans-serif;background:var(--black);color:#fff;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.soc-home,.soc-site-layout{min-height:100vh;background:#050505;color:#fff}.soc-home{overflow:hidden}.soc-home .soc-hero{position:relative;min-height:720px;overflow:hidden;background:#000}.soc-home .soc-hero-grid{position:relative;z-index:2;max-width:1200px;margin:0 auto;min-height:720px;padding:0 5.5%;display:flex;align-items:center}.soc-home .soc-hero-copy{max-width:650px;padding-top:40px}.soc-home .soc-kicker{font-family:Anton,Arial,sans-serif;font-size:clamp(62px,8vw,118px);line-height:.92;letter-spacing:-3px;color:#fff;margin-bottom:35px}.soc-home .soc-hero-copy>p{max-width:510px;margin:0 0 30px;font-size:clamp(19px,2vw,28px);line-height:1.08;font-weight:700;color:#fff}.soc-home .soc-actions{display:flex;gap:12px;margin-bottom:42px}.soc-home .soc-meta{display:flex;align-items:flex-start}.soc-home .soc-date-meta{display:flex;flex-direction:column;gap:7px}.soc-home .soc-date-meta strong{font-size:22px;letter-spacing:1px}.soc-home .soc-date-meta span{font-size:11px;color:#aaa;letter-spacing:1px;text-transform:uppercase}.soc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:13px 22px;border:1px solid var(--yellow);font-size:10px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;transition:.2s ease;cursor:pointer}.soc-btn--fill{background:var(--yellow);color:#000 !important}.soc-btn--outline{background:rgba(0,0,0,0);color:var(--yellow) !important}.soc-btn:hover{transform:translateY(-1px)}.soc-btn--outline:hover{background:var(--yellow);color:#000 !important}.soc-global-header,.soc-navwrap{position:absolute;top:0;left:0;right:0;z-index:1000;max-width:1400px;margin:0 auto;padding:24px 5.5%;display:flex;align-items:center;background:rgba(0,0,0,0);color:#fff}.soc-global-header{justify-content:flex-start}.soc-logo{display:block;flex:0 0 auto;color:#fff !important;font-family:Anton,Arial,sans-serif !important;font-size:17px;line-height:.78;letter-spacing:-0.5px}.soc-nav{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:10px;font-weight:900;letter-spacing:1.3px}.soc-nav>a,.soc-nav-info>span{color:#fff !important;cursor:pointer}.soc-nav>a:hover{color:var(--yellow) !important}.soc-nav-info{position:relative;padding-bottom:14px;margin-bottom:-14px}.soc-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:1100;min-width:180px;padding:12px;background:#080808;border:1px solid #272727;display:none;flex-direction:column}.soc-nav-info:hover .soc-dropdown,.soc-nav-info:focus-within .soc-dropdown,.soc-dropdown:hover{display:flex}.soc-dropdown a{padding:9px 8px;color:#fff !important;font-size:10px;white-space:nowrap}.soc-dropdown a:hover{color:var(--yellow) !important}.soc-header-actions{margin-left:28px;display:flex;align-items:center;gap:16px}.soc-top-cta{display:inline-flex;padding:11px 17px;background:var(--yellow);color:#000 !important;font-size:10px;font-weight:900;letter-spacing:1px}.soc-cart-icon{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff !important}.soc-cart-svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}.soc-cart-badge{position:absolute;right:-3px;top:-3px;min-width:15px;height:15px;border-radius:50%;background:var(--yellow);color:#000;font-size:8px;font-weight:900;display:flex;align-items:center;justify-content:center}.soc-countdown{position:relative;isolation:isolate;overflow:hidden;max-width:1200px;margin:0 auto;min-height:190px;padding:48px 5.5%;display:flex;align-items:center;justify-content:center;gap:34px;background:radial-gradient(circle at 50% 45%, rgba(234, 255, 0, 0.055), rgba(234, 255, 0, 0) 48%),#050505}.soc-countdown:before{content:"";position:absolute;inset:18px 12%;border:1px solid rgba(234,255,0,.18);background:linear-gradient(90deg, transparent, rgba(234, 255, 0, 0.035), transparent);box-shadow:0 0 45px rgba(234,255,0,.045) inset;z-index:-1}.soc-countdown:after{content:"";position:absolute;left:18%;right:18%;top:50%;height:1px;background:linear-gradient(90deg, transparent, rgba(234, 255, 0, 0.28), transparent);z-index:-1}.soc-countdown>div{position:relative;min-width:105px;display:flex;flex-direction:column;align-items:center;text-align:center}.soc-countdown>div:not(:last-child):after{content:"";position:absolute;right:-18px;top:50%;width:1px;height:58px;background:linear-gradient(to bottom, transparent, var(--yellow), transparent);opacity:.35;transform:translateY(-50%)}.soc-countdown strong{font-size:clamp(50px,6vw,80px);line-height:.82;letter-spacing:-4px;font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 0 12px rgba(234,255,0,.18)}.soc-countdown span{font-size:9px;letter-spacing:2.8px;color:var(--yellow);margin-top:11px;font-weight:900}.soc-countdown-tick{animation:socCountdownPulse .38s cubic-bezier(0.2, 0.8, 0.2, 1)}@keyframes socCountdownPulse{0%{transform:translateY(4px) scale(0.94);opacity:.45}55%{transform:translateY(0) scale(1.04);opacity:1}100%{transform:translateY(0) scale(1);opacity:1}}.soc-intro{max-width:1200px;margin:0 auto;min-height:280px;padding:65px 5.5%;display:flex;align-items:center;justify-content:center;text-align:center}.soc-intro-copy{max-width:900px}.soc-intro-copy p{margin:0 0 28px;color:#fff;line-height:1.45;font-weight:700}.soc-features{max-width:1200px;margin:0 auto;padding:55px 5.5% 65px}.soc-section-title,.soc-lineup-title{text-align:center;margin:0 auto 28px}.soc-section-title span,.soc-lineup-title span{display:block;width:100%;height:2px;background:var(--yellow);margin-bottom:30px}.soc-section-title h2,.soc-lineup-title h2{margin:0;color:#fff;font-size:28px;line-height:1;text-transform:uppercase;letter-spacing:-1px;font-weight:900}.soc-features-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:14px}.soc-features-grid article{min-height:190px;padding:27px 20px;border:1px solid var(--line);background:#090909;text-align:center}.soc-feature-icon{height:34px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;color:var(--yellow)}.soc-feature-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.soc-features-grid h3{margin:0 0 11px;font-size:15px;line-height:1.05;font-weight:900}.soc-features-grid p{margin:0;color:#999;font-size:11px;line-height:1.5}.soc-lineup{max-width:1200px;margin:0 auto;padding:30px 5.5% 65px;text-align:center}.soc-lineup-slider{position:relative;display:flex;align-items:center;gap:12px;margin:0 auto 28px;text-align:left}.soc-lineup-slider-viewport{overflow:hidden;flex:1;min-width:0}.soc-lineup-slider-track{display:flex;gap:13px;will-change:transform}.soc-lineup-slider-track.is-animated{transition:transform 1.15s cubic-bezier(0.22, 0.8, 0.2, 1)}.soc-lineup-slider-card{flex:0 0 calc((100% - 39px)/4);min-width:0;background:#090909;border:1px solid var(--line);overflow:hidden;text-align:center}.soc-artist-img{width:100%;aspect-ratio:4/5;background:#111;overflow:hidden}.soc-artist-img img{display:block;width:100%;height:100%;object-fit:cover}.soc-lineup-slider-card h3{margin:12px 8px 5px;font-size:20px;line-height:1;text-transform:uppercase}.soc-lineup-slider-card span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:1.5px}.soc-lineup-slider-arrow{flex:0 0 34px;width:34px;height:42px;border:1px solid #333;background:#0b0b0b;color:#fff;font-size:28px;cursor:pointer}.soc-lineup-slider-arrow:hover{color:var(--yellow);border-color:var(--yellow)}.soc-sponsors{max-width:1200px;margin:0 auto;padding:45px 5.5% 65px}.soc-sponsors-inner{width:100%}.soc-sponsors-title{text-align:center;margin-bottom:28px}.soc-sponsors-title span{display:block;width:100%;height:2px;background:var(--yellow);margin-bottom:30px}.soc-sponsors-title h2{margin:0;font-size:28px;line-height:1;text-transform:uppercase}.soc-sponsors-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:14px}.soc-sponsor-card{height:95px;background:#090909;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px;color:#666;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.soc-sponsor-card img{display:block;width:calc(100% - 30px);height:calc(100% - 30px);margin:15px;object-fit:contain;object-position:center;max-width:calc(100% - 30px);max-height:calc(100% - 30px)}.soc-community{max-width:1200px;margin:0 auto;padding:40px 5.5% 75px;display:grid;grid-template-columns:repeat(2, 1fr);gap:14px}.soc-community-card{border:1px solid var(--line);background:#090909;overflow:hidden}.soc-community-image{height:270px;background:#111;display:flex;align-items:center;justify-content:center;color:#555;font-size:10px;letter-spacing:2px}.soc-community-copy{padding:27px}.soc-kicker-small{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:3px;text-transform:uppercase;margin-bottom:14px}.soc-community-copy h2{margin:0 0 14px;font-size:27px;line-height:.95;text-transform:uppercase}.soc-community-copy p{margin:0 0 20px;color:#999;font-size:12px;line-height:1.55}.soc-community-handle{font-size:10px;color:var(--yellow);font-weight:900;letter-spacing:1px}.soc-faq{max-width:1200px;margin:0 auto;padding:55px 5.5% 85px}.soc-faq-list{border-top:1px solid var(--line);margin-top:25px}.soc-faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.soc-faq-list summary{cursor:pointer;list-style:none;font-size:14px;font-weight:900;text-transform:uppercase}.soc-faq-list summary::-webkit-details-marker{display:none}.soc-faq-list summary:after{content:"+";float:right;color:var(--yellow);font-size:20px;font-weight:400}.soc-faq-list details[open] summary:after{content:"−"}.soc-faq-list p{margin:14px 35px 0 0;color:#999;font-size:12px;line-height:1.55}.soc-footer{max-width:1200px;margin:0 auto;padding:55px 5.5%;border-top:1px solid #222;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;background:#050505;color:#777}.soc-footer>div{display:flex;flex-direction:column;gap:8px}.soc-footer .soc-logo{margin-bottom:12px}.soc-logo--small{font-size:15px}.soc-footer p{margin:0 0 14px;font-size:11px;line-height:1.5;color:#888}.soc-footer small{font-size:9px;color:#555}.soc-footer strong{font-size:9px;color:var(--yellow);letter-spacing:2px;margin-bottom:7px}.soc-footer a{font-size:10px;color:#888}.soc-footer a:hover{color:var(--yellow)}.soc-info-page,.soc-contact-page,.soc-tickets-page,.soc-cart-page,.soc-lineup-v2-page{background:#050505;color:#fff;min-height:100vh}.soc-info-page *,.soc-contact-page *,.soc-tickets-page *,.soc-cart-page *,.soc-lineup-v2-page *{box-sizing:border-box}@media(max-width: 900px){.soc-home .soc-hero,.soc-home .soc-hero-grid{min-height:650px}.soc-features-grid{grid-template-columns:repeat(2, 1fr)}.soc-lineup-slider-card{flex-basis:calc((100% - 13px)/2)}.soc-community{grid-template-columns:1fr}.soc-footer{grid-template-columns:1fr 1fr}}@media(max-width: 700px){.soc-global-header,.soc-navwrap{padding:18px 5%;position:absolute}.soc-nav{order:3;width:100%;margin:16px 0 0;justify-content:center;gap:18px}.soc-global-header{flex-wrap:wrap}.soc-header-actions{margin-left:auto}.soc-home .soc-hero,.soc-home .soc-hero-grid{min-height:620px}.soc-home .soc-hero-grid{padding:0 5%;align-items:flex-end;padding-bottom:70px}.soc-home .soc-hero-copy{padding-top:100px}.soc-home .soc-kicker{font-size:62px;line-height:.92}.soc-home .soc-hero-copy>p{font-size:19px}.soc-countdown{min-height:165px;padding:38px 5%;gap:16px;flex-wrap:wrap}.soc-countdown:before{inset:12px 3%}.soc-countdown:after{left:8%;right:8%}.soc-countdown>div{min-width:72px}.soc-countdown>div:not(:last-child):after{right:-9px;height:38px}.soc-countdown strong{font-size:42px}.soc-countdown span{font-size:8px;letter-spacing:2px;margin-top:9px}.soc-intro{min-height:0;padding:60px 5%}.soc-features,.soc-lineup,.soc-sponsors,.soc-community,.soc-faq{padding-left:5%;padding-right:5%}.soc-features-grid{grid-template-columns:1fr}.soc-lineup-slider-arrow{display:none}.soc-lineup-slider-card{flex-basis:calc((100% - 8px)/2)}.soc-sponsors-grid{grid-template-columns:repeat(2, 1fr)}.soc-sponsor-card{height:85px}.soc-community-image{height:210px}.soc-footer{grid-template-columns:1fr;padding:40px 5%}.soc-nav-info .soc-dropdown{left:0;transform:none}}@media(max-width: 500px){.soc-top-cta{padding:10px 12px;font-size:9px}.soc-logo{font-size:15px}.soc-home .soc-kicker{font-size:56px;line-height:.92}.soc-home .soc-hero-copy>p{font-size:17px}.soc-sponsors-grid{grid-template-columns:1fr 1fr}.soc-sponsor-card{height:85px}.soc-community-copy h2{font-size:23px}}.soc-home .soc-features-grid article{opacity:0 !important;transform:translateY(34px) !important;transition:opacity .75s cubic-bezier(0.22, 0.8, 0.2, 1),transform .75s cubic-bezier(0.22, 0.8, 0.2, 1) !important;animation:none !important}.soc-home .soc-features-grid article.soc-feature-revealed{opacity:1 !important;transform:translateY(0) !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(1){transition-delay:0ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(2){transition-delay:120ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(3){transition-delay:240ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(4){transition-delay:360ms !important}@media(prefers-reduced-motion: reduce){.soc-home .soc-features-grid article{opacity:1 !important;transform:none !important;transition:none !important}}.soc-home .soc-hero{isolation:auto !important}.soc-global-header,.soc-navwrap{position:fixed !important;z-index:2147483647 !important}.soc-global-header .soc-dropdown,.soc-navwrap .soc-dropdown{z-index:2147483647 !important}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne{margin:4px 0 18px}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne strong{display:block;color:var(--yellow);font-size:18px;font-weight:900;letter-spacing:2px;line-height:1;text-transform:uppercase;margin-bottom:12px}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne li{position:relative;padding:9px 12px 9px 31px;border-left:2px solid var(--yellow);background:linear-gradient(90deg, rgba(234, 255, 0, 0.07), rgba(234, 255, 0, 0));color:#f5f5f5;font-size:14px;font-weight:600;line-height:1.35}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne li:before{content:"+";position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--yellow);font-size:16px;font-weight:900}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne+.soc-btn{margin-top:12px}@media(max-width: 800px){.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne strong{font-size:17px}.soc-meisterschaft-page .soc-meisterschaft-copy-gewinne li{font-size:13px;padding:8px 10px 8px 28px}}.soc-nav-info{position:relative;padding-bottom:10px;margin-bottom:-10px}.soc-dropdown{top:100% !important;left:-12px;z-index:1100;pointer-events:auto;display:none !important;flex-direction:column !important}.soc-dropdown a{position:relative;z-index:1;display:block !important;width:100% !important}.soc-nav-info:hover .soc-dropdown,.soc-nav-info:focus-within .soc-dropdown,.soc-dropdown:hover{display:flex !important;flex-direction:column !important}.soc-global-header .soc-nav-info .soc-dropdown a,.soc-global-header .soc-nav-info .soc-dropdown a:link,.soc-global-header .soc-nav-info .soc-dropdown a:visited{color:#fff !important;transition:color .15s ease}.soc-global-header .soc-nav-info .soc-dropdown a:hover,.soc-global-header .soc-nav-info .soc-dropdown a:focus,.soc-global-header .soc-nav-info .soc-dropdown a:active{color:#eaff00 !important}.soc-info-page{min-height:100vh;background:#050505;color:#fff;font-family:Arial,Helvetica,sans-serif}.soc-info-page *{box-sizing:border-box}.soc-info-page a{color:inherit;text-decoration:none}.soc-info-hero{max-width:1200px;margin:0 auto;padding:150px 5.5% 75px;border-bottom:1px solid #222}.soc-info-hero .soc-kicker-small{color:#eaff00;font-size:10px;font-weight:900;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}.soc-info-hero h1{margin:0 0 22px;font-size:clamp(54px,7vw,100px);line-height:.82;letter-spacing:-5px;font-weight:900;text-transform:uppercase}.soc-info-hero p{margin:0;color:#aaa;font-size:17px;line-height:1.5}.soc-info-content{max-width:1200px;margin:0 auto;padding:70px 5.5% 85px}.soc-info-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px}.soc-info-card,.soc-feature-detail{border:1px solid #292929;background:#0b0b0b;padding:30px}.soc-info-card{min-height:210px}.soc-info-card>span,.soc-feature-detail>span{display:block;color:#eaff00;font-size:9px;letter-spacing:2px;font-weight:900;text-transform:uppercase;margin-bottom:16px}.soc-info-card h2,.soc-feature-detail h2{margin:0 0 13px;font-size:25px;line-height:.95;text-transform:uppercase;letter-spacing:-1px}.soc-info-card p,.soc-feature-detail p{margin:0;color:#999;font-size:12px;line-height:1.6}.soc-info-map{width:100%;height:390px;margin-top:28px;border-top:2px solid #eaff00;overflow:hidden}.soc-info-map iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(1) contrast(1.05)}.soc-feature-detail{margin-bottom:14px;min-height:155px}.soc-feature-detail:last-child{margin-bottom:0}.soc-faq-page{max-width:1200px;margin:0 auto;padding:65px 5.5% 90px}.soc-faq-page details{border-top:1px solid #292929;padding:23px 0}.soc-faq-page details:last-child{border-bottom:1px solid #292929}.soc-faq-page summary{cursor:pointer;list-style:none;font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.soc-faq-page summary::-webkit-details-marker{display:none}.soc-faq-page summary::after{content:"+";float:right;color:#eaff00;font-size:20px;font-weight:400;line-height:.7}.soc-faq-page details[open] summary::after{content:"−"}.soc-faq-page p{margin:16px 35px 0 0;color:#999;font-size:13px;line-height:1.6}.soc-info-page .soc-footer{margin-top:0}@media(max-width: 800px){.soc-info-hero{padding:120px 5% 55px}.soc-info-hero h1{font-size:58px;letter-spacing:-3px}.soc-info-content{padding:50px 5% 65px}.soc-info-grid{grid-template-columns:1fr}.soc-info-card{min-height:auto}.soc-faq-page{padding:45px 5% 65px}.soc-info-map{height:300px}}@media(max-width: 500px){.soc-info-hero h1{font-size:48px}.soc-info-hero p{font-size:15px}.soc-info-card,.soc-feature-detail{padding:24px}.soc-faq-page summary{font-size:13px}}.soc-home .soc-kicker{position:relative !important;top:0 !important}.soc-home .soc-date-meta strong{font-size:25.3px !important}.soc-home .soc-date-meta span{font-size:12.65px !important}@media(max-width: 700px){.soc-home .soc-kicker{top:0 !important}.soc-home .soc-date-meta strong{font-size:25.3px !important}.soc-home .soc-date-meta span{font-size:12.65px !important}}.soc-home .soc-kicker{margin-bottom:0 !important;padding-bottom:115px !important;line-height:.92 !important}.soc-home .soc-hero-copy>p{position:relative !important;z-index:3 !important;margin-top:0 !important}@media(max-width: 700px){.soc-home .soc-kicker{padding-bottom:90px !important}}.soc-home .soc-date-meta strong{font-size:37.95px !important}@media(max-width: 700px){.soc-home .soc-date-meta strong{font-size:37.95px !important}}.soc-home .soc-features-grid article{opacity:0 !important;transform:translateY(34px) !important;transition:opacity .75s cubic-bezier(0.22, 0.8, 0.2, 1),transform .75s cubic-bezier(0.22, 0.8, 0.2, 1) !important;animation:none !important}.soc-home .soc-features-grid article.soc-feature-revealed{opacity:1 !important;transform:translateY(0) !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(1){transition-delay:0ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(2){transition-delay:120ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(3){transition-delay:240ms !important}.soc-home .soc-features-grid article.soc-feature-revealed:nth-child(4){transition-delay:360ms !important}@media(prefers-reduced-motion: reduce){.soc-home .soc-features-grid article{opacity:1 !important;transform:none !important;transition:none !important}}.soc-home .soc-dj-call-title{line-height:1 !important}.soc-home .soc-features-grid article{min-height:210px !important;padding:27px 20px !important;opacity:1 !important;transform:none !important}.soc-home .soc-features-grid article.soc-feature-reveal-pending{opacity:0 !important;transform:translateY(34px) !important;transition:opacity .75s cubic-bezier(0.22, 0.8, 0.2, 1),transform .75s cubic-bezier(0.22, 0.8, 0.2, 1) !important}.soc-home .soc-features-grid article.soc-feature-reveal-pending.soc-feature-revealed{opacity:1 !important;transform:translateY(0) !important}.soc-home .soc-features-grid article .soc-btn{margin-top:20px !important}@media(max-width: 700px){.soc-home .soc-features-grid article{min-height:210px !important;padding:27px 20px !important}}.soc-home .soc-hero{position:relative;isolation:isolate;overflow:hidden;background:#050505}.soc-home .soc-hero:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.62) 38%, rgba(5, 5, 5, 0.22) 72%, rgba(5, 5, 5, 0.45) 100%),linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.45)),url("https://api.simplebis.com/api/files?fileid=6a286618635f75a3a5ecea91&v=20260609-4") center/cover no-repeat;transform:scale(1.01)}.soc-home .soc-hero-grid{position:relative;z-index:2}.soc-home .soc-dj-call{position:relative;isolation:isolate;max-width:1200px;height:245px;margin:0 auto;overflow:hidden;background:#050505}.soc-home .soc-dj-call-image,.soc-home .soc-dj-call-overlay{display:none}.soc-home .soc-dj-call-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:0 5.5%}.soc-home .soc-dj-call-title{font-family:Anton,Arial,sans-serif;font-size:clamp(48px,6vw,82px);line-height:1 !important;letter-spacing:-2px;color:#fff;text-transform:uppercase}.soc-home .soc-dj-call-text{max-width:560px;margin:14px 0 0;color:#aaa;font-size:14px;line-height:1.45}.soc-home .soc-dj-call-text strong{color:#fff}@media(max-width: 700px){.soc-home .soc-hero:before{background:linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.42) 100%),url("https://api.simplebis.com/api/files?fileid=6a286618635f75a3a5ecea91&v=20260609-4") center/cover no-repeat}.soc-home .soc-dj-call{height:245px}.soc-home .soc-dj-call-content{padding:0 5%}.soc-home .soc-dj-call-title{font-size:56px}.soc-home .soc-dj-call-text{font-size:13px;max-width:340px}}.soc-home .soc-dj-call{background-image:linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 42%, rgba(5, 5, 5, 0.18) 100%),url("https://api.simplebis.com/api/files?fileid=6a80b43d4300e6bfdb765f51") !important;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.soc-home .soc-countdown{margin-top:20px !important}.soc-home .soc-hero{position:relative !important;min-height:720px !important;overflow:hidden !important;background:#000 !important}.soc-home .soc-hero:before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background:linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.62) 38%, rgba(5, 5, 5, 0.22) 72%, rgba(5, 5, 5, 0.45) 100%),linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.45)),url("https://api.simplebis.com/api/files?fileid=6a286618635f75a3a5ecea91&v=20260609-4") center/cover no-repeat !important;transform:scale(1.01) !important}.soc-home .soc-hero-grid{position:relative !important;z-index:2 !important;min-height:720px !important}.soc-home .soc-hero-copy{position:relative !important;top:75px !important;transform:scale(0.7) !important;transform-origin:left top !important;padding-top:40px !important}.soc-home .soc-kicker{margin-bottom:25px !important;padding-bottom:0 !important;line-height:.92 !important}.soc-home .soc-hero-copy>p{position:relative !important;z-index:3 !important;margin-top:0 !important;margin-bottom:20px !important}.soc-home .soc-actions{margin-top:0 !important;margin-bottom:42px !important}@media(max-width: 700px){.soc-home .soc-hero,.soc-home .soc-hero-grid{min-height:620px !important}.soc-home .soc-hero-grid{padding-bottom:70px !important}.soc-home .soc-hero-copy{top:35px !important;transform:scale(0.7) !important;padding-top:100px !important}.soc-home .soc-kicker{margin-bottom:18px !important;padding-bottom:0 !important}.soc-home .soc-hero-copy>p{margin-bottom:20px !important}}.soc-home .soc-hero .soc-hero-copy{padding-top:15px !important}.soc-home .soc-hero .soc-actions{margin-top:0 !important;margin-bottom:20px !important}.soc-home .soc-lineup-slider-card-info{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 10px 0;text-align:left}.soc-home .soc-lineup-slider-card-info-text{min-width:0}.soc-home .soc-lineup-slider-card-info h3{margin:0 0 5px !important;text-align:left !important}.soc-home .soc-lineup-slider-card-info span{display:block;text-align:left}.soc-home .soc-lineup-instagram{flex:0 0 30px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;transition:color .2s ease,transform .2s ease}.soc-home .soc-lineup-instagram svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.8}.soc-home .soc-lineup-instagram:hover{color:var(--yellow);transform:translateY(-1px)}.soc-home .soc-artist-img-link{display:block;color:inherit}.soc-home .soc-artist-img-link:hover img{transform:scale(1.02)}.soc-home .soc-artist-img img{transition:transform .25s ease}.soc-promo-popup-backdrop{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.78);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:socPopupFade .24s ease-out}.soc-promo-popup{position:relative;width:min(500px,100vw - 32px);max-height:calc(100vh - 28px);background:#050505;border:1px solid hsla(0,0%,100%,.18);box-shadow:0 24px 80px rgba(0,0,0,.7);overflow:auto;animation:socPopupIn .32s cubic-bezier(0.2, 0.8, 0.2, 1)}.soc-promo-popup-visual{position:relative;width:100%;aspect-ratio:5/7;overflow:hidden;background-color:#111;background-size:cover;background-position:center;background-repeat:no-repeat}.soc-promo-popup-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8.5% 5.5% 6%;font-family:Anton,Impact,Arial,sans-serif;text-transform:none;text-shadow:0 2px 12px rgba(0,0,0,.62);pointer-events:none}.soc-promo-popup-top{color:#fff;font-size:clamp(29px,7vw,52px);line-height:.93;letter-spacing:.2px;text-transform:uppercase}.soc-promo-popup-main{display:flex;flex-direction:column;align-items:center;margin-top:8%;color:#fff200;font-size:clamp(30px,6.1vw,48px);line-height:.92;letter-spacing:.1px}.soc-promo-popup-main span{display:block}.soc-promo-popup-big{margin-top:2.5%;color:#fff200;font-size:clamp(82px,16vw,132px);line-height:.78;letter-spacing:-2px;white-space:nowrap}.soc-promo-popup-bottom{margin-top:2%;color:#fff200;font-size:clamp(28px,5.7vw,47px);line-height:.88;letter-spacing:-0.3px;white-space:nowrap}.soc-promo-popup-close{position:absolute;top:10px;right:10px;z-index:4;width:38px;height:38px;border:1px solid hsla(0,0%,100%,.4);border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.soc-promo-popup-close:hover{background:#eaff00;color:#000;border-color:#eaff00}.soc-promo-popup-cta{width:100%;min-height:58px;border:0;border-top:1px solid rgba(0,0,0,.22);background:#eaff00;color:#000 !important;display:flex;align-items:center;justify-content:center;padding:15px 20px;font-size:12px;font-weight:1000;letter-spacing:1.4px;text-align:center;text-transform:uppercase;cursor:pointer;transition:filter .18s ease,transform .18s ease}.soc-promo-popup-cta:hover{filter:brightness(0.94)}.soc-promo-popup-cta--pending{cursor:default}.soc-promo-popup-cta--pending:hover{filter:none;transform:none}@keyframes socPopupFade{from{opacity:0}to{opacity:1}}@keyframes socPopupIn{from{opacity:0;transform:translateY(16px) scale(0.975)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-height: 800px)and (min-width: 700px){.soc-promo-popup{width:min(410px,100vw - 32px)}}@media(max-height: 680px)and (min-width: 600px){.soc-promo-popup{width:min(350px,100vw - 32px)}.soc-promo-popup-cta{min-height:50px;padding:12px 18px;font-size:11px}}@media(max-width: 520px){.soc-promo-popup-backdrop{padding:12px}.soc-promo-popup{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.soc-promo-popup-close{top:8px;right:8px;width:34px;height:34px;font-size:25px}.soc-promo-popup-copy{padding-top:9%}.soc-promo-popup-cta{min-height:54px;padding:13px 15px;font-size:11px;letter-spacing:1.1px}}@media(prefers-reduced-motion: reduce){.soc-promo-popup-backdrop,.soc-promo-popup{animation:none}}