.Nav-module__e1xquq__nav{z-index:200;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 32px;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__e1xquq__nav.Nav-module__e1xquq__scrolled{background:var(--nav-bg-scrolled);border-bottom-color:var(--border2)}.Nav-module__e1xquq__logo{flex-shrink:0;align-items:center;gap:9px;text-decoration:none;display:flex}.Nav-module__e1xquq__logoImg{border-radius:7px;display:block}.Nav-module__e1xquq__logoText{letter-spacing:.06em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:26px;line-height:1}.Nav-module__e1xquq__links{align-items:center;gap:4px;display:flex}.Nav-module__e1xquq__link{color:var(--muted);white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:flex}.Nav-module__e1xquq__link:hover{color:var(--text);background:var(--hover-bg)}.Nav-module__e1xquq__dropdownWrap{position:relative}.Nav-module__e1xquq__dropdownTrigger{cursor:pointer}.Nav-module__e1xquq__chevron{flex-shrink:0;transition:transform .2s}.Nav-module__e1xquq__chevronOpen{transform:rotate(180deg)}.Nav-module__e1xquq__dropdown{opacity:0;visibility:hidden;pointer-events:none;min-width:164px;padding-top:8px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-4px)}.Nav-module__e1xquq__dropdownOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Nav-module__e1xquq__dropdown:after{content:"";background:var(--surface);border:1px solid var(--border2);z-index:-1;border-radius:12px;position:absolute;inset:8px 0 0;box-shadow:0 8px 32px #0000003d}.Nav-module__e1xquq__dropdownItem{color:var(--muted);white-space:nowrap;z-index:1;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block;position:relative}.Nav-module__e1xquq__dropdownItem:hover{color:var(--text);background:var(--hover-bg)}.Nav-module__e1xquq__actions{align-items:center;gap:10px;display:flex}.Nav-module__e1xquq__loginBtn{border:1px solid var(--border2);color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.Nav-module__e1xquq__loginBtn:hover{border-color:var(--fire);color:var(--fire);background:#ff4d1c0a}.Nav-module__e1xquq__earlyAccessNavBtn{background:var(--fire);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.Nav-module__e1xquq__earlyAccessNavBtn:hover{opacity:.88}.Nav-module__e1xquq__hamburger{border:1px solid var(--border2);cursor:pointer;background:0 0;border-radius:7px;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.Nav-module__e1xquq__hamburger span{background:var(--text);border-radius:2px;width:20px;height:2px;display:block}.Nav-module__e1xquq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;background:#0000008c;position:fixed;inset:0}.Nav-module__e1xquq__drawer{background:var(--surface);border-left:1px solid var(--border2);z-index:400;flex-direction:column;width:280px;padding:24px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Nav-module__e1xquq__drawerOpen{transform:translate(0)}.Nav-module__e1xquq__drawerHeader{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.Nav-module__e1xquq__drawerLogoRow{align-items:center;gap:8px;display:flex}.Nav-module__e1xquq__drawerLogoImg{border-radius:6px}.Nav-module__e1xquq__drawerLogo{letter-spacing:.06em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:24px}.Nav-module__e1xquq__closeBtn{border:1px solid var(--border2);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:color .15s,border-color .15s;display:flex}.Nav-module__e1xquq__closeBtn:hover{color:var(--text);border-color:var(--muted)}.Nav-module__e1xquq__drawerLinks{flex-direction:column;flex:1;display:flex}.Nav-module__e1xquq__drawerLink{color:var(--muted);border-bottom:1px solid var(--border);padding:14px 4px;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s}.Nav-module__e1xquq__drawerLink:last-child{border-bottom:none}.Nav-module__e1xquq__drawerLink:hover{color:var(--text)}.Nav-module__e1xquq__drawerLoginBtn{text-align:center;background:var(--fire);color:#fff;border-radius:10px;margin-top:24px;padding:14px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s;display:block}.Nav-module__e1xquq__drawerLoginBtn:hover{background:var(--fire2)}.Nav-module__e1xquq__themeBtn{border:1px solid var(--border2);width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex}.Nav-module__e1xquq__themeBtn:hover{color:var(--text);border-color:var(--muted2);background:var(--hover-bg)}@media (max-width:900px){.Nav-module__e1xquq__nav{padding:0 20px}.Nav-module__e1xquq__links,.Nav-module__e1xquq__loginBtn,.Nav-module__e1xquq__earlyAccessNavBtn{display:none}.Nav-module__e1xquq__hamburger{display:flex}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);background:var(--surface)}.Footer-module__EZoWya__inner{justify-content:space-between;align-items:flex-start;gap:48px;max-width:1100px;margin:0 auto;padding:48px 32px 40px;display:flex}.Footer-module__EZoWya__brand{flex-direction:column;gap:14px;min-width:180px;display:flex}.Footer-module__EZoWya__logoLink{align-items:center;gap:10px;text-decoration:none;display:flex}.Footer-module__EZoWya__logoImg{border-radius:7px;display:block}.Footer-module__EZoWya__logoText{letter-spacing:.04em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:26px;line-height:1}.Footer-module__EZoWya__tagline{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.Footer-module__EZoWya__storeBadge{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:7px 12px;font-size:12px;font-weight:600;display:inline-flex}.Footer-module__EZoWya__cols{gap:48px;display:flex}.Footer-module__EZoWya__col{flex-direction:column;gap:10px;min-width:130px;display:flex}.Footer-module__EZoWya__colLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--muted2);margin-bottom:2px;font-family:DM Mono,monospace;font-size:10px}.Footer-module__EZoWya__colLink{color:var(--muted);font-size:14px;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__colLink:hover{color:var(--text)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border)}.Footer-module__EZoWya__bottomInner{max-width:1100px;color:var(--muted2);justify-content:space-between;align-items:center;margin:0 auto;padding:16px 32px;font-size:12px;display:flex}.Footer-module__EZoWya__bottomLinks{gap:20px;display:flex}.Footer-module__EZoWya__bottomLinks a{color:var(--muted2);text-decoration:none;transition:color .15s}.Footer-module__EZoWya__bottomLinks a:hover{color:var(--muted)}@media (max-width:700px){.Footer-module__EZoWya__inner{flex-direction:column;gap:36px;padding:36px 24px 32px}.Footer-module__EZoWya__cols{flex-wrap:wrap;gap:32px}.Footer-module__EZoWya__bottomInner{text-align:center;flex-direction:column;gap:10px;padding:16px 24px}}
.StoreButtons-module__PUDbqa__row{flex-wrap:wrap;display:flex}.StoreButtons-module__PUDbqa__row.StoreButtons-module__PUDbqa__center{justify-content:center}.StoreButtons-module__PUDbqa__row.StoreButtons-module__PUDbqa__left{justify-content:flex-start}.StoreButtons-module__PUDbqa__btn{color:#fff;cursor:default;-webkit-user-select:none;user-select:none;opacity:.88;background:#000;border:1px solid #ffffff26;border-radius:13px;align-items:center;gap:12px;padding:11px 22px;display:inline-flex}.StoreButtons-module__PUDbqa__appleLogo{flex-shrink:0;width:22px;height:22px}.StoreButtons-module__PUDbqa__text{flex-direction:column;display:flex}.StoreButtons-module__PUDbqa__label{opacity:.7;letter-spacing:.02em;font-size:10px;font-weight:500;display:block}.StoreButtons-module__PUDbqa__name{letter-spacing:-.01em;font-size:17px;font-weight:700;line-height:1.2;display:block}.StoreButtons-module__PUDbqa__large .StoreButtons-module__PUDbqa__btn{padding:13px 26px}.StoreButtons-module__PUDbqa__large .StoreButtons-module__PUDbqa__name{font-size:19px}.StoreButtons-module__PUDbqa__large .StoreButtons-module__PUDbqa__appleLogo{width:26px;height:26px}.StoreButtons-module__PUDbqa__stretch{width:100%}.StoreButtons-module__PUDbqa__stretch .StoreButtons-module__PUDbqa__btn{box-sizing:border-box;justify-content:center;width:100%}
.arena-directory-module__r89tpW__root{flex-direction:column;gap:20px;display:flex}.arena-directory-module__r89tpW__searchWrap{align-items:center;display:flex;position:relative}.arena-directory-module__r89tpW__searchIcon{color:var(--muted2);pointer-events:none;align-items:center;display:flex;position:absolute;left:16px}.arena-directory-module__r89tpW__searchInput{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;border-radius:12px;outline:none;padding:14px 44px;font-family:inherit;font-size:15px;transition:border-color .15s}.arena-directory-module__r89tpW__searchInput:focus{border-color:var(--fire)}.arena-directory-module__r89tpW__searchInput::placeholder{color:var(--muted2)}.arena-directory-module__r89tpW__searchInput::-webkit-search-cancel-button{display:none}.arena-directory-module__r89tpW__clearBtn{color:var(--muted2);cursor:pointer;background:0 0;border:none;padding:4px;font-size:13px;line-height:1;transition:color .15s;position:absolute;right:14px}.arena-directory-module__r89tpW__clearBtn:hover{color:var(--text)}.arena-directory-module__r89tpW__filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.arena-directory-module__r89tpW__filterGroup{background:var(--surface2);border:1px solid var(--border);border-radius:10px;gap:4px;padding:4px;display:flex}.arena-directory-module__r89tpW__filterTab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s,background .15s;display:flex}.arena-directory-module__r89tpW__filterTab:hover{color:var(--text)}.arena-directory-module__r89tpW__filterTabActive{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000026}.arena-directory-module__r89tpW__filterRight{gap:8px;display:flex}.arena-directory-module__r89tpW__select{background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:10px;outline:none;min-width:140px;padding:9px 32px 9px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .15s}.arena-directory-module__r89tpW__select:focus{border-color:var(--fire)}.arena-directory-module__r89tpW__liveDot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite arena-directory-module__r89tpW__pulse}.arena-directory-module__r89tpW__liveDotSm{background:var(--green);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:3px;animation:1.4s ease-in-out infinite arena-directory-module__r89tpW__pulse;display:inline-block}@keyframes arena-directory-module__r89tpW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.arena-directory-module__r89tpW__countBadge{background:var(--fire);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:flex}.arena-directory-module__r89tpW__activePills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.arena-directory-module__r89tpW__resultsCount{color:var(--muted2);margin-right:4px;font-family:DM Mono,monospace;font-size:13px}.arena-directory-module__r89tpW__pill{background:var(--surface2);border:1px solid var(--border2);color:var(--muted);cursor:pointer;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:12px;transition:border-color .15s,color .15s;display:flex}.arena-directory-module__r89tpW__pill:hover{color:var(--text);border-color:var(--muted)}.arena-directory-module__r89tpW__clearAll{color:var(--fire);cursor:pointer;background:0 0;border:none;margin-left:4px;padding:4px 6px;font-family:inherit;font-size:12px;transition:opacity .15s}.arena-directory-module__r89tpW__clearAll:hover{opacity:.75}.arena-directory-module__r89tpW__empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:72px 32px;display:flex}.arena-directory-module__r89tpW__emptyIcon{font-size:40px}.arena-directory-module__r89tpW__emptyTitle{color:var(--text);font-size:18px;font-weight:700}.arena-directory-module__r89tpW__emptySub{color:var(--muted2);font-size:14px}.arena-directory-module__r89tpW__emptyReset{border:1px solid var(--border2);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.arena-directory-module__r89tpW__emptyReset:hover{color:var(--text);border-color:var(--muted)}.arena-directory-module__r89tpW__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.arena-directory-module__r89tpW__card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:18px;flex-direction:column;gap:12px;padding:20px;text-decoration:none;transition:border-color .2s,transform .15s,box-shadow .2s;display:flex}.arena-directory-module__r89tpW__card:hover{border-color:var(--border2);transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.arena-directory-module__r89tpW__cardTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.arena-directory-module__r89tpW__brandRow{align-items:center;gap:7px;display:flex}.arena-directory-module__r89tpW__brandLogo{border-radius:5px;display:block}.arena-directory-module__r89tpW__brandInitial{background:var(--fire);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:flex}.arena-directory-module__r89tpW__brandName{color:var(--muted);letter-spacing:.02em;font-size:12px;font-weight:700}.arena-directory-module__r89tpW__badgeRow{align-items:center;gap:6px;display:flex}.arena-directory-module__r89tpW__scopeBadge{letter-spacing:.04em;white-space:nowrap;border:1px solid;border-radius:100px;padding:2px 8px;font-family:DM Mono,monospace;font-size:10px;font-weight:700}.arena-directory-module__r89tpW__statusBadge{letter-spacing:.04em;white-space:nowrap;align-items:center;font-family:DM Mono,monospace;font-size:11px;font-weight:700;display:flex}.arena-directory-module__r89tpW__cardTitle{letter-spacing:.02em;color:var(--text);margin:0;font-family:Bebas Neue,sans-serif;font-size:22px;line-height:1.1}.arena-directory-module__r89tpW__cardDesc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.arena-directory-module__r89tpW__tagRow{flex-wrap:wrap;gap:6px;display:flex}.arena-directory-module__r89tpW__catTag{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:100px;padding:3px 9px;font-size:11px;font-weight:600}.arena-directory-module__r89tpW__locTag{background:var(--surface2);border:1px solid var(--border);color:var(--muted2);border-radius:100px;padding:3px 9px;font-size:11px}.arena-directory-module__r89tpW__statsRow{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:16px;padding:10px 0;display:flex}.arena-directory-module__r89tpW__stat{flex-direction:column;gap:2px;display:flex}.arena-directory-module__r89tpW__statNum{color:var(--text);font-family:Bebas Neue,sans-serif;font-size:22px;line-height:1}.arena-directory-module__r89tpW__statLbl{color:var(--muted2);letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.arena-directory-module__r89tpW__capacityWrap{align-items:center;gap:8px;display:flex}.arena-directory-module__r89tpW__capacityBar{background:var(--surface2);border-radius:2px;flex:1;height:4px;overflow:hidden}.arena-directory-module__r89tpW__capacityFill{border-radius:2px;height:100%;transition:width .3s}.arena-directory-module__r89tpW__capacityLabel{color:var(--muted2);white-space:nowrap;flex-shrink:0;font-family:DM Mono,monospace;font-size:11px}.arena-directory-module__r89tpW__prize{align-items:flex-start;gap:7px;display:flex}.arena-directory-module__r89tpW__prizeIcon{flex-shrink:0;margin-top:1px;font-size:14px}.arena-directory-module__r89tpW__prizeText{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.arena-directory-module__r89tpW__cardCta{color:var(--fire);margin-top:auto;font-size:13px;font-weight:700;transition:gap .15s}.arena-directory-module__r89tpW__card:hover .arena-directory-module__r89tpW__cardCta{text-decoration:underline}@media (max-width:900px){.arena-directory-module__r89tpW__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.arena-directory-module__r89tpW__filters{flex-direction:column;align-items:stretch}.arena-directory-module__r89tpW__filterRight{flex-direction:row}.arena-directory-module__r89tpW__filterGroup{overflow-x:auto}.arena-directory-module__r89tpW__grid{grid-template-columns:1fr}.arena-directory-module__r89tpW__select{flex:1;min-width:0}}
.Hero-module__KTD73a__hero{align-items:stretch;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__hero:before{content:"";pointer-events:none;background:radial-gradient(at top,#ff4d1c18 0%,#0000 65%);width:700px;height:600px;position:absolute;top:-10%;left:15%}.Hero-module__KTD73a__hero:after{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(100% 70% at 30% 0,#000,#0000);mask-image:radial-gradient(100% 70% at 30% 0,#000,#0000)}.Hero-module__KTD73a__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 48px;display:grid;position:relative}.Hero-module__KTD73a__copy{text-align:left;flex-direction:column;align-items:flex-start;padding:100px 48px 24px 0;display:flex}.Hero-module__KTD73a__proofBar{background:var(--surface2);border:1px solid var(--border2);border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:6px 14px 6px 8px;animation:.6s both Hero-module__KTD73a__fadeUp;display:inline-flex}.Hero-module__KTD73a__avatars{display:flex}.Hero-module__KTD73a__avatar{border:2px solid var(--surface2);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-6px;font-size:10px;font-weight:700;display:flex}.Hero-module__KTD73a__avatar:first-child{margin-left:0}.Hero-module__KTD73a__proofText{color:var(--muted);font-size:12px;font-weight:500}.Hero-module__KTD73a__proofText strong{color:var(--text)}.Hero-module__KTD73a__liveTag{color:var(--green);letter-spacing:.05em;align-items:center;gap:5px;font-family:DM Mono,monospace;font-size:11px;font-weight:700;display:inline-flex}.Hero-module__KTD73a__liveDot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite Hero-module__KTD73a__blink}.Hero-module__KTD73a__headline{letter-spacing:.01em;margin-bottom:24px;font-family:Bebas Neue,sans-serif;font-size:clamp(52px,6.5vw,96px);line-height:.93;animation:.7s .1s both Hero-module__KTD73a__fadeUp}.Hero-module__KTD73a__accent{color:var(--fire)}.Hero-module__KTD73a__ghost{-webkit-text-stroke:1.5px var(--ghost-stroke);color:#0000}.Hero-module__KTD73a__sub{color:var(--muted);max-width:440px;margin:0 0 36px;font-size:clamp(15px,1.4vw,17px);line-height:1.65;animation:.7s .2s both Hero-module__KTD73a__fadeUp}.Hero-module__KTD73a__ctaStack{flex-direction:column;align-items:stretch;gap:16px;animation:.7s .3s both Hero-module__KTD73a__fadeUp;display:flex}.Hero-module__KTD73a__earlyBtn{background:var(--fire);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:15px 30px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .1s;display:flex}.Hero-module__KTD73a__earlyBtn:hover{opacity:.88;transform:translateY(-2px)}.Hero-module__KTD73a__friction{color:var(--muted2);letter-spacing:.06em;margin-top:14px;font-family:DM Mono,monospace;font-size:11px;animation:.7s .35s both Hero-module__KTD73a__fadeUp}.Hero-module__KTD73a__phonesCol{justify-content:center;align-self:stretch;align-items:flex-start;padding-top:166px;display:flex;position:relative;overflow:visible}.Hero-module__KTD73a__phonesCol:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at bottom,#ff4d1c14,#0000 70%);width:360px;height:500px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__KTD73a__phoneTrio{z-index:1;justify-content:center;align-items:flex-end;gap:14px;animation:.8s .25s both Hero-module__KTD73a__fadeUp;display:flex;position:relative}.Hero-module__KTD73a__phone{background:#0c0c18;border:5px solid #ffffff14;border-radius:32px;flex-shrink:0;position:relative;overflow:hidden}.Hero-module__KTD73a__phone:before{content:"";z-index:2;background:#ffffff20;border-radius:3px;width:60px;height:5px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.Hero-module__KTD73a__phoneL{opacity:.9;width:148px;height:284px;transform:rotate(-6deg)translateY(12px);box-shadow:0 40px 100px #000000b3,inset 0 1px #ffffff15}.Hero-module__KTD73a__phoneC{z-index:2;width:175px;height:336px;box-shadow:0 48px 120px #000c,0 0 0 1px #ffffff10,inset 0 1px #ffffff20}.Hero-module__KTD73a__phoneR{opacity:.9;width:148px;height:284px;transform:rotate(6deg)translateY(12px);box-shadow:0 40px 100px #000000b3,inset 0 1px #ffffff15}.Hero-module__KTD73a__shot{object-fit:cover;object-position:center;border-radius:27px}.Hero-module__KTD73a__screen{flex-direction:column;gap:8px;padding:22px 12px 12px;display:flex;position:absolute;inset:0;overflow:hidden}.Hero-module__KTD73a__pHeader{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.Hero-module__KTD73a__pTitle{color:#fff;font-size:13px;font-weight:700}.Hero-module__KTD73a__pStreak{color:var(--fire);align-items:center;gap:3px;font-size:12px;font-weight:700;display:flex}.Hero-module__KTD73a__pWeek{color:#ffffff40;font-family:DM Mono,monospace;font-size:10px}.Hero-module__KTD73a__pCard{background:#ffffff08;border:1px solid #ffffff10;border-radius:14px;flex-direction:column;gap:6px;padding:12px;display:flex}.Hero-module__KTD73a__pRow{align-items:center;gap:8px;display:flex}.Hero-module__KTD73a__pAv{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.Hero-module__KTD73a__pName{color:#fff;font-size:12px;font-weight:600}.Hero-module__KTD73a__pSub{color:#fff5;font-size:10px}.Hero-module__KTD73a__pCheckLabel{color:#ffffff80;text-transform:uppercase;font-family:DM Mono,monospace;font-size:11px}.Hero-module__KTD73a__pXpRow{color:#ffffff40;justify-content:space-between;font-family:DM Mono,monospace;font-size:9px;display:flex}.Hero-module__KTD73a__pBarWrap{background:#ffffff10;border-radius:2px;height:4px;margin-top:2px}.Hero-module__KTD73a__pBar{background:linear-gradient(90deg, var(--fire), var(--gold));border-radius:2px;height:100%}.Hero-module__KTD73a__pStatRow{grid-template-columns:1fr 1fr 1fr;gap:4px;display:grid}.Hero-module__KTD73a__pStatBox{text-align:center;background:#ffffff06;border-radius:8px;padding:8px 6px}.Hero-module__KTD73a__pStatNum{color:var(--fire);font-size:16px;font-weight:800;line-height:1}.Hero-module__KTD73a__pStatLbl{color:#ffffff40;margin-top:2px;font-size:8px}.Hero-module__KTD73a__pBadgeRow{flex-wrap:wrap;gap:4px;display:flex}.Hero-module__KTD73a__pBadge{color:#ffffff80;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;padding:3px 7px;font-family:DM Mono,monospace;font-size:9px}.Hero-module__KTD73a__pBadge.Hero-module__KTD73a__active{color:var(--fire);background:#ff4d1c20;border-color:#ff4d1c55}.Hero-module__KTD73a__pNotif{color:#ff9f80;background:#ff4d1c15;border:1px solid #ff4d1c30;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:10px;display:flex}.Hero-module__KTD73a__pAlert{color:#ff9f80;background:#ff4d1c15;border:1px solid #ff4d1c30;border-radius:10px;padding:10px 12px;font-size:10px}.Hero-module__KTD73a__pBtn{background:var(--fire);color:#fff;text-align:center;border-radius:8px;padding:8px;font-size:11px;font-weight:700}.Hero-module__KTD73a__lbList{flex-direction:column;gap:5px;display:flex}.Hero-module__KTD73a__lbRow{background:#ffffff05;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;display:flex}.Hero-module__KTD73a__lbYou{background:#ff4d1c15;border-color:#ff4d1c30}.Hero-module__KTD73a__lbRank{text-align:center;width:14px;font-size:11px;font-weight:800}.Hero-module__KTD73a__lbAv{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:9px;font-weight:700;display:flex}.Hero-module__KTD73a__lbName{color:#fff;flex:1;font-size:11px;font-weight:600}.Hero-module__KTD73a__lbScore{color:var(--fire);font-family:DM Mono,monospace;font-size:10px;font-weight:700}@media (max-width:860px){.Hero-module__KTD73a__hero{min-height:auto}.Hero-module__KTD73a__inner{grid-template-columns:1fr;min-height:auto;padding:0 24px}.Hero-module__KTD73a__copy{text-align:center;align-items:center;padding:88px 0 24px}.Hero-module__KTD73a__sub{margin:0 auto 24px}.Hero-module__KTD73a__phonesCol{padding:0 0 24px}.Hero-module__KTD73a__phoneL,.Hero-module__KTD73a__phoneR{display:none}.Hero-module__KTD73a__phoneC{width:200px;height:340px}}
.challenge-module__JWGIVq__page{background:var(--bg);min-height:100vh}.challenge-module__JWGIVq__brandBar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0}.challenge-module__JWGIVq__brandBarInner{justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:12px 24px;display:flex}.challenge-module__JWGIVq__brandIdentity{align-items:center;gap:10px;display:flex}.challenge-module__JWGIVq__brandLogo{border-radius:6px}.challenge-module__JWGIVq__brandInitial{background:var(--fire);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:flex}.challenge-module__JWGIVq__brandName{color:var(--text);letter-spacing:.01em;font-size:15px;font-weight:700}.challenge-module__JWGIVq__poweredBy{align-items:center;gap:6px;display:flex}.challenge-module__JWGIVq__poweredText{color:var(--muted2);letter-spacing:.06em;font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__showupIcon{border-radius:4px}.challenge-module__JWGIVq__showupText{color:var(--text);font-size:12px;font-weight:700}.challenge-module__JWGIVq__hero{text-align:center;background:var(--bg);padding:80px 24px 64px;position:relative;overflow:hidden}.challenge-module__JWGIVq__heroGlow{pointer-events:none;background:radial-gradient(at top,#ff4d1c18 0%,#0000 60%);width:900px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.challenge-module__JWGIVq__heroGrid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 100% at 50% 0,#000,#0000);mask-image:radial-gradient(80% 100% at 50% 0,#000,#0000)}.challenge-module__JWGIVq__heroInner{z-index:1;max-width:760px;margin:0 auto;position:relative}.challenge-module__JWGIVq__heroBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;display:flex}.challenge-module__JWGIVq__liveBadge{border:1px solid var(--green);color:var(--green);letter-spacing:.04em;background:#2edf8a18;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:700;display:flex}.challenge-module__JWGIVq__liveDot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite challenge-module__JWGIVq__pulse}@keyframes challenge-module__JWGIVq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.challenge-module__JWGIVq__endedBadge{background:var(--surface2);border:1px solid var(--border2);color:var(--muted);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:700}.challenge-module__JWGIVq__scopeBadge{letter-spacing:.08em;text-transform:uppercase;background:0 0;border:1px solid;border-radius:100px;padding:4px 12px;font-family:DM Mono,monospace;font-size:11px;font-weight:700}.challenge-module__JWGIVq__typeBadge{background:var(--surface);border:1px solid var(--border);color:var(--muted);letter-spacing:.06em;border-radius:100px;padding:4px 12px;font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__heroTitle{letter-spacing:.01em;color:var(--text);margin:0 0 20px;font-family:Bebas Neue,sans-serif;font-size:clamp(56px,9vw,96px);line-height:.92}.challenge-module__JWGIVq__heroDesc{color:var(--muted);max-width:600px;margin:0 auto 36px;font-size:clamp(15px,1.6vw,17px);line-height:1.65}.challenge-module__JWGIVq__countdownWrap{margin-bottom:36px}.challenge-module__JWGIVq__countdownLabel2{letter-spacing:.14em;text-transform:uppercase;color:var(--muted2);margin-bottom:12px;font-family:DM Mono,monospace;font-size:10px}.challenge-module__JWGIVq__countdown{justify-content:center;align-items:flex-start;gap:4px;display:flex}.challenge-module__JWGIVq__countdownUnit{flex-direction:column;align-items:center;gap:4px;min-width:72px;display:flex}.challenge-module__JWGIVq__countdownNum{color:var(--text);background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:10px;min-width:72px;padding:4px 16px;font-family:Bebas Neue,sans-serif;font-size:56px;line-height:1}.challenge-module__JWGIVq__countdownLabel{color:var(--muted2);letter-spacing:.1em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.challenge-module__JWGIVq__countdownEnded{color:var(--muted);letter-spacing:.05em;font-family:Bebas Neue,sans-serif;font-size:28px}.challenge-module__JWGIVq__heroMeta{color:var(--muted2);justify-content:center;align-items:center;gap:8px;font-family:DM Mono,monospace;font-size:13px;display:flex}.challenge-module__JWGIVq__heroDash{color:var(--border2)}.challenge-module__JWGIVq__body{flex-direction:column;gap:48px;max-width:960px;margin:0 auto;padding:0 24px 80px;display:flex}.challenge-module__JWGIVq__statsRow{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.challenge-module__JWGIVq__statCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;padding:20px}.challenge-module__JWGIVq__statVal{margin-bottom:6px;font-family:Bebas Neue,sans-serif;font-size:36px;line-height:1}.challenge-module__JWGIVq__statLbl{color:var(--muted2);letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__section{flex-direction:column;gap:16px;display:flex}.challenge-module__JWGIVq__sectionLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--fire);font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__prizesGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.challenge-module__JWGIVq__prizeCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:24px 20px;display:flex}.challenge-module__JWGIVq__prizeEmoji{font-size:36px;line-height:1}.challenge-module__JWGIVq__prizePlace{letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__prizeValue{color:var(--text);font-size:14px;font-weight:700;line-height:1.4}.challenge-module__JWGIVq__twoCol{grid-template-columns:1fr 1fr;gap:24px;display:grid}.challenge-module__JWGIVq__ruleCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.challenge-module__JWGIVq__ruleText{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.challenge-module__JWGIVq__proofPill{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.challenge-module__JWGIVq__stepsCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.challenge-module__JWGIVq__step{align-items:flex-start;gap:14px;display:flex}.challenge-module__JWGIVq__stepNum{background:var(--fire);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:900;display:flex}.challenge-module__JWGIVq__stepText{color:var(--muted);padding-top:5px;font-size:14px;line-height:1.5}.challenge-module__JWGIVq__leaderboard{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.challenge-module__JWGIVq__lbRow{border-bottom:1px solid var(--border);align-items:center;padding:14px 20px;transition:background .15s;display:flex}.challenge-module__JWGIVq__lbRow:last-child{border-bottom:none}.challenge-module__JWGIVq__lbRow:hover{background:var(--surface2)}.challenge-module__JWGIVq__lbTop{background:color-mix(in srgb, var(--gold) 4%, var(--surface))}.challenge-module__JWGIVq__lbRank{flex-shrink:0;width:40px;font-size:18px;font-weight:700}.challenge-module__JWGIVq__lbName{color:var(--text);flex:1;font-size:14px;font-weight:600}.challenge-module__JWGIVq__lbValue{color:var(--muted);font-family:DM Mono,monospace;font-size:13px}.challenge-module__JWGIVq__qrCard{background:var(--surface);border:1px solid var(--border);border-radius:20px;align-items:center;gap:48px;padding:40px;display:flex}.challenge-module__JWGIVq__qrLeft{flex:1}.challenge-module__JWGIVq__qrEyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--fire);margin-bottom:12px;font-family:DM Mono,monospace;font-size:11px}.challenge-module__JWGIVq__qrTitle{letter-spacing:.01em;color:var(--text);margin:0 0 14px;font-family:Bebas Neue,sans-serif;font-size:42px;line-height:.95}.challenge-module__JWGIVq__qrSub{color:var(--muted);max-width:400px;margin:0 0 16px;font-size:14px;line-height:1.65}.challenge-module__JWGIVq__qrPlatform{background:var(--surface2);border:1px solid var(--border);color:var(--muted);letter-spacing:.06em;border-radius:8px;align-items:center;padding:6px 14px;font-family:DM Mono,monospace;font-size:12px;font-weight:700;display:inline-flex}.challenge-module__JWGIVq__qrRight{flex-direction:column;flex-shrink:0;align-items:center;gap:10px;display:flex}.challenge-module__JWGIVq__qrImage{background:#000;border-radius:12px;display:block}.challenge-module__JWGIVq__qrCaption{color:var(--muted2);letter-spacing:.06em;font-family:DM Mono,monospace;font-size:11px}@media (max-width:720px){.challenge-module__JWGIVq__statsRow{grid-template-columns:1fr 1fr}.challenge-module__JWGIVq__prizesGrid,.challenge-module__JWGIVq__twoCol{grid-template-columns:1fr}.challenge-module__JWGIVq__qrCard{text-align:center;flex-direction:column;gap:32px}.challenge-module__JWGIVq__qrLeft{flex-direction:column;align-items:center;display:flex}.challenge-module__JWGIVq__qrSub{max-width:100%}}@media (max-width:480px){.challenge-module__JWGIVq__statsRow{grid-template-columns:1fr 1fr}.challenge-module__JWGIVq__hero{padding:48px 20px}.challenge-module__JWGIVq__countdownNum{min-width:56px;padding:4px 10px;font-size:40px}.challenge-module__JWGIVq__countdownUnit{min-width:56px}.challenge-module__JWGIVq__qrCard{padding:24px 20px}}
.arena-page-module__xjig2G__page{background:var(--bg);min-height:100vh;position:relative}.arena-page-module__xjig2G__heroGlow{pointer-events:none;z-index:0;background:radial-gradient(at top,#ff4d1c18 0%,#0000 60%);width:900px;height:500px;position:absolute;top:0;left:50%;transform:translate(-50%)}.arena-page-module__xjig2G__heroGrid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;z-index:0;background-size:60px 60px;height:360px;position:absolute;top:0;left:0;right:0;-webkit-mask-image:radial-gradient(80% 100% at 50% 0,#000,#0000);mask-image:radial-gradient(80% 100% at 50% 0,#000,#0000)}.arena-page-module__xjig2G__hero{z-index:1;text-align:center;padding:100px 24px 56px;position:relative}.arena-page-module__xjig2G__heroInner{max-width:640px;margin:0 auto}.arena-page-module__xjig2G__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--fire);margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.arena-page-module__xjig2G__headline{letter-spacing:.01em;color:var(--text);margin:0 0 20px;font-family:Bebas Neue,sans-serif;font-size:clamp(56px,9vw,96px);line-height:.92}.arena-page-module__xjig2G__accent{color:var(--fire)}.arena-page-module__xjig2G__sub{color:var(--muted);max-width:480px;margin:0 auto 36px;font-size:16px;line-height:1.65}.arena-page-module__xjig2G__heroStats{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.arena-page-module__xjig2G__heroStat{flex-direction:column;align-items:center;gap:2px;padding:14px 28px;display:flex}.arena-page-module__xjig2G__heroStatNum{color:var(--text);font-family:Bebas Neue,sans-serif;font-size:32px;line-height:1}.arena-page-module__xjig2G__heroStatLbl{color:var(--muted2);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-family:DM Mono,monospace;font-size:11px}.arena-page-module__xjig2G__heroStatDivider{background:var(--border);flex-shrink:0;width:1px;height:40px}.arena-page-module__xjig2G__directory{z-index:1;max-width:1100px;margin:0 auto;padding:0 24px 64px;position:relative}.arena-page-module__xjig2G__partnerBanner{border-top:1px solid var(--border);background:var(--surface);padding:32px 24px}.arena-page-module__xjig2G__partnerInner{justify-content:space-between;align-items:center;gap:24px;max-width:1100px;margin:0 auto;display:flex}.arena-page-module__xjig2G__partnerText{flex-direction:column;gap:4px;display:flex}.arena-page-module__xjig2G__partnerLabel{color:var(--text);font-size:15px;font-weight:700}.arena-page-module__xjig2G__partnerDesc{color:var(--muted);max-width:480px;font-size:14px}.arena-page-module__xjig2G__partnerBtn{background:var(--fire);color:#fff;white-space:nowrap;border-radius:10px;flex-shrink:0;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .1s}.arena-page-module__xjig2G__partnerBtn:hover{opacity:.9;transform:translateY(-1px)}@media (max-width:600px){.arena-page-module__xjig2G__hero{padding:80px 20px 48px}.arena-page-module__xjig2G__heroStats{width:100%}.arena-page-module__xjig2G__heroStat{flex:1;padding:12px 16px}.arena-page-module__xjig2G__partnerInner{flex-direction:column;align-items:flex-start}.arena-page-module__xjig2G__partnerBtn{text-align:center;width:100%}}
.contact-module__xwJ-uq__page{background:var(--bg);min-height:100vh;position:relative;overflow:hidden}.contact-module__xwJ-uq__grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;z-index:0;background-size:60px 60px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(100% 60% at 50% 0,#000,#0000);mask-image:radial-gradient(100% 60% at 50% 0,#000,#0000)}.contact-module__xwJ-uq__glow{pointer-events:none;background:radial-gradient(at top,#ff4d1c14 0%,#0000 65%);width:700px;height:500px;position:absolute;top:0;left:50%;transform:translate(-50%)}.contact-module__xwJ-uq__inner{z-index:1;flex-direction:column;gap:48px;max-width:860px;margin:0 auto;padding:120px 24px 80px;display:flex;position:relative}.contact-module__xwJ-uq__header{text-align:center}.contact-module__xwJ-uq__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--fire);margin-bottom:12px;font-family:DM Mono,monospace;font-size:11px}.contact-module__xwJ-uq__headline{letter-spacing:.01em;color:var(--text);margin:0 0 16px;font-family:Bebas Neue,sans-serif;font-size:clamp(48px,7vw,80px);line-height:.95}.contact-module__xwJ-uq__sub{color:var(--muted);max-width:480px;margin:0 auto;font-size:16px;line-height:1.65}.contact-module__xwJ-uq__cards{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.contact-module__xwJ-uq__card{background:var(--surface);border:1px solid var(--border);text-align:left;cursor:pointer;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;font-family:inherit;transition:border-color .2s,transform .15s,background .2s;display:flex}.contact-module__xwJ-uq__card:hover{border-color:var(--border2);transform:translateY(-2px)}.contact-module__xwJ-uq__cardActive{background:color-mix(in srgb, var(--cat-color,var(--fire)) 6%, var(--surface));border-color:var(--cat-color,var(--fire))!important}.contact-module__xwJ-uq__cardIcon{font-size:28px;line-height:1}.contact-module__xwJ-uq__cardTitle{color:var(--text);font-size:14px;font-weight:700;line-height:1.2}.contact-module__xwJ-uq__cardSub{color:var(--muted);font-size:12px;line-height:1.5}.contact-module__xwJ-uq__formWrap{background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden}.contact-module__xwJ-uq__formHeader{border-bottom:1px solid var(--border);background:var(--surface2);align-items:center;gap:14px;padding:20px 28px;display:flex}.contact-module__xwJ-uq__formIcon{font-size:28px;line-height:1}.contact-module__xwJ-uq__formTitle{color:var(--text);font-size:15px;font-weight:700}.contact-module__xwJ-uq__formSubtitle{color:var(--muted);margin-top:2px;font-size:12px}.contact-module__xwJ-uq__form{flex-direction:column;gap:16px;padding:28px;display:flex}.contact-module__xwJ-uq__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-module__xwJ-uq__fieldGroup{flex-direction:column;gap:6px;display:flex}.contact-module__xwJ-uq__label{color:var(--muted);letter-spacing:.02em;font-size:12px;font-weight:600}.contact-module__xwJ-uq__req{color:var(--fire)}.contact-module__xwJ-uq__input,.contact-module__xwJ-uq__textarea{background:var(--surface2);border:1px solid var(--border);color:var(--text);box-sizing:border-box;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.contact-module__xwJ-uq__input:focus,.contact-module__xwJ-uq__textarea:focus{border-color:var(--fire)}.contact-module__xwJ-uq__input::placeholder,.contact-module__xwJ-uq__textarea::placeholder{color:var(--muted2)}.contact-module__xwJ-uq__textarea{resize:vertical;min-height:120px}.contact-module__xwJ-uq__errorMsg{color:#ff6b6b;background:#ff6b6b12;border:1px solid #ff6b6b30;border-radius:8px;padding:10px 14px;font-size:13px}.contact-module__xwJ-uq__submitBtn{background:var(--fire);color:#fff;cursor:pointer;border:none;border-radius:10px;align-self:flex-start;padding:13px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s}.contact-module__xwJ-uq__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.contact-module__xwJ-uq__submitBtn:disabled{opacity:.6;cursor:default}.contact-module__xwJ-uq__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:56px 40px;display:flex}.contact-module__xwJ-uq__successIcon{border:2px solid var(--green);width:56px;height:56px;color:var(--green);background:#2edf8a20;border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.contact-module__xwJ-uq__successTitle{color:var(--text);letter-spacing:.02em;margin:0;font-family:Bebas Neue,sans-serif;font-size:36px}.contact-module__xwJ-uq__successSub{color:var(--muted);max-width:360px;margin:0;font-size:15px;line-height:1.65}.contact-module__xwJ-uq__resetBtn{border:1px solid var(--border2);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:10px 20px;font-family:inherit;font-size:13px;transition:color .15s,border-color .15s}.contact-module__xwJ-uq__resetBtn:hover{color:var(--text);border-color:var(--muted)}.contact-module__xwJ-uq__directContact{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.contact-module__xwJ-uq__directLabel{color:var(--muted2);letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:12px}.contact-module__xwJ-uq__directEmail{color:var(--text);font-size:17px;font-weight:600;text-decoration:none;transition:color .15s}.contact-module__xwJ-uq__directEmail:hover{color:var(--fire)}.contact-module__xwJ-uq__directNote{color:var(--muted2);font-size:12px}@media (max-width:700px){.contact-module__xwJ-uq__cards{grid-template-columns:1fr 1fr}.contact-module__xwJ-uq__row{grid-template-columns:1fr}.contact-module__xwJ-uq__form{padding:20px}}@media (max-width:400px){.contact-module__xwJ-uq__cards{grid-template-columns:1fr}}
.early-access-module__WKcVfq__page{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:112px 24px 48px;display:flex;position:relative;overflow:hidden}.early-access-module__WKcVfq__grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 50% 30%,#000,#0000);mask-image:radial-gradient(80% 80% at 50% 30%,#000,#0000)}.early-access-module__WKcVfq__glow{pointer-events:none;background:radial-gradient(at top,#ff4d1c20 0%,#0000 65%);width:600px;height:500px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.early-access-module__WKcVfq__card{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:480px;padding:40px;display:flex;position:relative}.early-access-module__WKcVfq__logoRow{align-items:center;gap:10px;display:flex}.early-access-module__WKcVfq__logoImg{border-radius:8px}.early-access-module__WKcVfq__logoText{letter-spacing:.06em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:24px;line-height:1}.early-access-module__WKcVfq__logoAccent{color:var(--fire)}.early-access-module__WKcVfq__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--fire);font-family:DM Mono,monospace;font-size:11px}.early-access-module__WKcVfq__headline{letter-spacing:.01em;color:var(--text);margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(48px,8vw,72px);line-height:.92}.early-access-module__WKcVfq__accent{color:var(--fire)}.early-access-module__WKcVfq__sub{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.early-access-module__WKcVfq__form{flex-direction:column;gap:14px;display:flex}.early-access-module__WKcVfq__fieldGroup{flex-direction:column;gap:6px;display:flex}.early-access-module__WKcVfq__label{color:var(--muted);letter-spacing:.02em;font-size:12px;font-weight:600}.early-access-module__WKcVfq__required{color:var(--fire)}.early-access-module__WKcVfq__input{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.early-access-module__WKcVfq__input:focus{border-color:var(--fire)}.early-access-module__WKcVfq__input::placeholder{color:var(--muted2)}.early-access-module__WKcVfq__errorMsg{color:#ff6b6b;background:#ff6b6b12;border:1px solid #ff6b6b30;border-radius:8px;padding:10px 14px;font-size:13px}.early-access-module__WKcVfq__submitBtn{background:var(--fire);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s}.early-access-module__WKcVfq__submitBtn:hover:not(:disabled){opacity:.9}.early-access-module__WKcVfq__submitBtn:active:not(:disabled){transform:scale(.98)}.early-access-module__WKcVfq__submitBtn:disabled{opacity:.6;cursor:default}.early-access-module__WKcVfq__privacy{color:var(--muted2);text-align:center;margin:0;font-size:12px}.early-access-module__WKcVfq__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px 0;display:flex}.early-access-module__WKcVfq__successIcon{font-size:48px;line-height:1}.early-access-module__WKcVfq__successTitle{letter-spacing:.02em;color:var(--text);margin:0;font-family:Bebas Neue,sans-serif;font-size:42px}.early-access-module__WKcVfq__successSub{color:var(--muted);max-width:320px;margin:0;font-size:15px;line-height:1.65}.early-access-module__WKcVfq__proof{z-index:1;color:var(--muted2);letter-spacing:.05em;align-items:center;gap:8px;margin-top:20px;font-family:DM Mono,monospace;font-size:12px;display:flex;position:relative}.early-access-module__WKcVfq__proofDot{background:var(--green);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.4s ease-in-out infinite early-access-module__WKcVfq__blink}@keyframes early-access-module__WKcVfq__blink{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:520px){.early-access-module__WKcVfq__card{padding:28px 24px}}
.legal-module__Yd4PWa__page{background:var(--bg);min-height:100vh}.legal-module__Yd4PWa__header{border-bottom:1px solid var(--border);background:var(--surface);padding:80px 24px 48px}.legal-module__Yd4PWa__headerInner{max-width:760px;margin:0 auto}.legal-module__Yd4PWa__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--fire);margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.legal-module__Yd4PWa__title{letter-spacing:.01em;color:var(--text);margin:0 0 20px;font-family:Bebas Neue,sans-serif;font-size:clamp(48px,8vw,80px);line-height:.92}.legal-module__Yd4PWa__meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.legal-module__Yd4PWa__metaItem{color:var(--muted2);font-family:DM Mono,monospace;font-size:13px}.legal-module__Yd4PWa__metaDivider{background:var(--border2);width:1px;height:14px}.legal-module__Yd4PWa__layout{grid-template-columns:220px 1fr;align-items:start;gap:48px;max-width:1000px;margin:0 auto;padding:56px 24px 96px;display:grid}.legal-module__Yd4PWa__toc{position:sticky;top:88px}.legal-module__Yd4PWa__tocLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted2);margin-bottom:12px;font-family:DM Mono,monospace;font-size:10px}.legal-module__Yd4PWa__tocList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.legal-module__Yd4PWa__tocItem a{color:var(--muted);border-left:2px solid #0000;border-radius:6px;padding:5px 10px;font-size:13px;line-height:1.4;text-decoration:none;transition:color .15s,background .15s,border-color .15s;display:block}.legal-module__Yd4PWa__tocItem a:hover{color:var(--text);background:var(--surface2);border-left-color:var(--border2)}.legal-module__Yd4PWa__content{flex-direction:column;gap:48px;min-width:0;display:flex}.legal-module__Yd4PWa__intro{background:color-mix(in srgb, var(--fire) 6%, var(--surface));border:1px solid color-mix(in srgb, var(--fire) 20%, var(--border));color:var(--muted);border-radius:14px;padding:20px 24px;font-size:15px;line-height:1.7}.legal-module__Yd4PWa__section{flex-direction:column;gap:16px;scroll-margin-top:96px;display:flex}.legal-module__Yd4PWa__sectionHeader{border-bottom:1px solid var(--border);align-items:baseline;gap:14px;padding-bottom:12px;display:flex}.legal-module__Yd4PWa__sectionNum{color:var(--fire);letter-spacing:.08em;flex-shrink:0;font-family:DM Mono,monospace;font-size:11px}.legal-module__Yd4PWa__sectionTitle{letter-spacing:.02em;color:var(--text);margin:0;font-family:Bebas Neue,sans-serif;font-size:28px;line-height:1}.legal-module__Yd4PWa__subsection{border-left:2px solid var(--border);flex-direction:column;gap:10px;padding-left:16px;display:flex}.legal-module__Yd4PWa__subsectionTitle{color:var(--text);margin:0;font-size:14px;font-weight:700}.legal-module__Yd4PWa__p{color:var(--muted);margin:0;font-size:15px;line-height:1.75}.legal-module__Yd4PWa__list{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.legal-module__Yd4PWa__list li{color:var(--muted);font-size:15px;line-height:1.65}.legal-module__Yd4PWa__list li strong{color:var(--text);font-weight:700}.legal-module__Yd4PWa__legal{color:var(--muted);background:var(--surface2);border:1px solid var(--border);letter-spacing:.02em;border-radius:10px;padding:16px 20px;font-family:DM Mono,monospace;font-size:13px;line-height:1.7}.legal-module__Yd4PWa__contactCard{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:8px;padding:24px;display:flex}.legal-module__Yd4PWa__contactLine{color:var(--muted);font-size:14px;line-height:1.6}.legal-module__Yd4PWa__contactLine a{color:var(--fire);text-decoration:none}.legal-module__Yd4PWa__contactLine a:hover{text-decoration:underline}.legal-module__Yd4PWa__contactLine strong{color:var(--text);font-weight:700}.legal-module__Yd4PWa__ackBanner{background:var(--surface);border:1px solid var(--border);color:var(--muted2);text-align:center;border-radius:14px;padding:20px 24px;font-size:13px;font-style:italic;line-height:1.65}@media (max-width:768px){.legal-module__Yd4PWa__layout{grid-template-columns:1fr;padding:40px 20px 72px}.legal-module__Yd4PWa__toc{display:none}.legal-module__Yd4PWa__header{padding:64px 20px 40px}}
.ArenaPartners-module__hJZoCq__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.ArenaPartners-module__hJZoCq__hero:before{content:"";pointer-events:none;background:radial-gradient(at top,#ffc22418 0%,#0000 65%);width:900px;height:600px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.ArenaPartners-module__hJZoCq__hero:after{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000);mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000)}.ArenaPartners-module__hJZoCq__heroInner{z-index:1;max-width:800px;position:relative}.ArenaPartners-module__hJZoCq__arenaBadge{background:#ffc22415;border:1px solid #ffc22440;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;animation:.5s both ArenaPartners-module__hJZoCq__fadeUp;display:inline-flex}.ArenaPartners-module__hJZoCq__badgeDot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite ArenaPartners-module__hJZoCq__blink}.ArenaPartners-module__hJZoCq__badgeText{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:11px}.ArenaPartners-module__hJZoCq__heroHeadline{letter-spacing:.01em;margin-bottom:24px;font-family:Bebas Neue,sans-serif;font-size:clamp(56px,9vw,112px);line-height:.93;animation:.6s .1s both ArenaPartners-module__hJZoCq__fadeUp}.ArenaPartners-module__hJZoCq__gold{color:var(--gold)}.ArenaPartners-module__hJZoCq__heroSub{color:var(--muted);max-width:560px;margin:0 auto 36px;font-size:clamp(15px,1.8vw,18px);line-height:1.7;animation:.6s .2s both ArenaPartners-module__hJZoCq__fadeUp}.ArenaPartners-module__hJZoCq__heroCtas{flex-wrap:wrap;justify-content:center;gap:12px;animation:.6s .3s both ArenaPartners-module__hJZoCq__fadeUp;display:flex}.ArenaPartners-module__hJZoCq__btnGold{background:var(--gold);color:#000;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.ArenaPartners-module__hJZoCq__btnGold:hover{background:#ffd152;transform:translateY(-1px)}.ArenaPartners-module__hJZoCq__btnOutline{color:var(--text);border:1px solid var(--border2);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.ArenaPartners-module__hJZoCq__btnOutline:hover{border-color:var(--muted);background:#ffffff08}.ArenaPartners-module__hJZoCq__btnExamples{color:var(--gold);background:0 0;border:1px solid #ffc22459;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.ArenaPartners-module__hJZoCq__btnExamples:hover{border-color:var(--gold);background:#ffc22412}.ArenaPartners-module__hJZoCq__heroStats{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-top:56px;padding-top:40px;animation:.6s .4s both ArenaPartners-module__hJZoCq__fadeUp;display:flex}.ArenaPartners-module__hJZoCq__heroStat{text-align:center}.ArenaPartners-module__hJZoCq__heroStatNum{color:var(--gold);margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:40px;line-height:1}.ArenaPartners-module__hJZoCq__heroStatLbl{color:var(--muted);font-size:12px}.ArenaPartners-module__hJZoCq__statDivider{background:var(--border2);width:1px;height:40px}.ArenaPartners-module__hJZoCq__sectionInner{max-width:1100px;margin:0 auto}.ArenaPartners-module__hJZoCq__sectionHeader{text-align:center;margin-bottom:60px}.ArenaPartners-module__hJZoCq__sectionHeader h2{margin:10px 0 16px}.ArenaPartners-module__hJZoCq__sectionHeader p{color:var(--muted);max-width:520px;margin:0 auto;font-size:16px;line-height:1.6}.ArenaPartners-module__hJZoCq__eyebrowGold{color:var(--gold)!important}.ArenaPartners-module__hJZoCq__howBrands{padding:100px 24px}.ArenaPartners-module__hJZoCq__brandSteps{grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:relative}.ArenaPartners-module__hJZoCq__brandSteps:before{content:"";background:linear-gradient(90deg, transparent, var(--gold) 20%, var(--fire) 80%, transparent);opacity:.25;height:1px;position:absolute;top:52px;left:calc(12.5% + 20px);right:calc(12.5% + 20px)}.ArenaPartners-module__hJZoCq__brandStep{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px 22px;transition:border-color .2s,transform .2s;position:relative}.ArenaPartners-module__hJZoCq__brandStep:hover{border-color:#ffc22430;transform:translateY(-4px)}.ArenaPartners-module__hJZoCq__brandStepNum{color:var(--gold);opacity:.15;font-family:Bebas Neue,sans-serif;font-size:52px;line-height:1;position:absolute;top:14px;right:18px}.ArenaPartners-module__hJZoCq__brandStepIcon{background:#ffc22415;border:1px solid #ffc22430;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:20px;display:flex}.ArenaPartners-module__hJZoCq__brandStep h3{margin-bottom:8px;font-size:15px;font-weight:700}.ArenaPartners-module__hJZoCq__brandStep p{color:var(--muted);font-size:13px;line-height:1.6}.ArenaPartners-module__hJZoCq__whoSection{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 24px}.ArenaPartners-module__hJZoCq__whoGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ArenaPartners-module__hJZoCq__whoCard{background:var(--bg);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:10px;padding:22px 18px;transition:border-color .2s,transform .2s;display:flex}.ArenaPartners-module__hJZoCq__whoCard:hover{border-color:#ffc22430;transform:translateY(-3px)}.ArenaPartners-module__hJZoCq__whoIcon{font-size:28px;line-height:1}.ArenaPartners-module__hJZoCq__whoCard h3{font-size:14px;font-weight:700}.ArenaPartners-module__hJZoCq__whoCard p{color:var(--muted);flex:1;font-size:12px;line-height:1.6}.ArenaPartners-module__hJZoCq__whoExamples{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.ArenaPartners-module__hJZoCq__whoExample{background:var(--surface2);border:1px solid var(--border2);color:var(--muted);border-radius:6px;padding:2px 8px;font-family:DM Mono,monospace;font-size:10px}.ArenaPartners-module__hJZoCq__vsSection{padding:100px 24px}.ArenaPartners-module__hJZoCq__vsTableWrap{border:1px solid var(--border);border-radius:16px;margin-top:52px;overflow:hidden}.ArenaPartners-module__hJZoCq__vsTable{border-collapse:collapse;width:100%}.ArenaPartners-module__hJZoCq__vsTable thead tr{background:var(--surface2)}.ArenaPartners-module__hJZoCq__vsTable th{text-align:left;letter-spacing:.04em;color:var(--muted);padding:18px 24px;font-size:13px;font-weight:700}.ArenaPartners-module__hJZoCq__thShowup{color:var(--gold)!important}.ArenaPartners-module__hJZoCq__thTrad{color:var(--muted2)!important}.ArenaPartners-module__hJZoCq__vsTable tbody tr{border-top:1px solid var(--border);transition:background .15s}.ArenaPartners-module__hJZoCq__vsTable tbody tr:hover{background:#ffffff04}.ArenaPartners-module__hJZoCq__vsTable td{vertical-align:middle;padding:16px 24px;font-size:14px}.ArenaPartners-module__hJZoCq__tdLabel{color:var(--muted);font-weight:500}.ArenaPartners-module__hJZoCq__tdShowup{color:var(--gold);font-size:13px;font-weight:500}.ArenaPartners-module__hJZoCq__tdTrad{color:var(--muted2);font-size:13px}.ArenaPartners-module__hJZoCq__packagesSection{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 24px}.ArenaPartners-module__hJZoCq__packagesGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:52px;display:grid}.ArenaPartners-module__hJZoCq__packageCard{background:var(--bg);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:16px;padding:32px 28px;transition:border-color .2s,transform .2s;display:flex;position:relative}.ArenaPartners-module__hJZoCq__packageCard:hover{transform:translateY(-4px)}.ArenaPartners-module__hJZoCq__pkgFeatured{background:linear-gradient(160deg, #ffc22408, var(--bg));border-color:#ffc22440}.ArenaPartners-module__hJZoCq__pkgFeatured:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:0;left:0;right:0}.ArenaPartners-module__hJZoCq__pkgPopular{background:var(--gold);color:#000;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:100px;padding:3px 12px;font-family:DM Mono,monospace;font-size:10px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.ArenaPartners-module__hJZoCq__pkgScope{letter-spacing:.1em;text-transform:uppercase;border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:4px 10px;font-family:DM Mono,monospace;font-size:10px;display:inline-flex}.ArenaPartners-module__hJZoCq__pkgScope.ArenaPartners-module__hJZoCq__local{color:var(--green);background:#2edf8a15;border:1px solid #2edf8a35}.ArenaPartners-module__hJZoCq__pkgScope.ArenaPartners-module__hJZoCq__state{color:var(--gold);background:#ffc22415;border:1px solid #ffc22440}.ArenaPartners-module__hJZoCq__pkgScope.ArenaPartners-module__hJZoCq__national{color:var(--fire);background:#ff4d1c15;border:1px solid #ff4d1c35}.ArenaPartners-module__hJZoCq__pkgName{letter-spacing:.02em;font-family:Bebas Neue,sans-serif;font-size:32px;line-height:1}.ArenaPartners-module__hJZoCq__pkgPrice{align-items:baseline;gap:6px;display:flex}.ArenaPartners-module__hJZoCq__pkgPriceNum{color:var(--gold);font-family:Bebas Neue,sans-serif;font-size:48px;line-height:1}.ArenaPartners-module__hJZoCq__pkgPriceLbl{color:var(--muted);font-size:13px}.ArenaPartners-module__hJZoCq__pkgDesc{color:var(--muted);font-size:13px;line-height:1.6}.ArenaPartners-module__hJZoCq__pkgDivider{background:var(--border);height:1px}.ArenaPartners-module__hJZoCq__pkgFeatures{flex-direction:column;flex:1;gap:10px;padding:0;list-style:none;display:flex}.ArenaPartners-module__hJZoCq__pkgFeat{align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.ArenaPartners-module__hJZoCq__pkgFeat:before{content:"✓";color:var(--green);flex-shrink:0;margin-top:1px;font-weight:700}.ArenaPartners-module__hJZoCq__pkgFeatDim{color:var(--muted2);align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.ArenaPartners-module__hJZoCq__pkgFeatDim:before{content:"—";color:var(--muted2);flex-shrink:0;margin-top:1px}.ArenaPartners-module__hJZoCq__pkgCta{text-align:center;border-radius:10px;width:100%;margin-top:auto;padding:13px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:block}.ArenaPartners-module__hJZoCq__pkgCtaGold{background:var(--gold);color:#000}.ArenaPartners-module__hJZoCq__pkgCtaGold:hover{background:#ffd152}.ArenaPartners-module__hJZoCq__pkgCtaOutline{border:1px solid var(--border2);color:var(--text);background:0 0}.ArenaPartners-module__hJZoCq__pkgCtaOutline:hover{border-color:var(--muted);background:#ffffff06}.ArenaPartners-module__hJZoCq__packagesNote{text-align:center;color:var(--muted2);letter-spacing:.04em;margin-top:24px;font-family:DM Mono,monospace;font-size:13px}.ArenaPartners-module__hJZoCq__examplesSection{padding:100px 24px}.ArenaPartners-module__hJZoCq__examplesGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:52px;display:grid}.ArenaPartners-module__hJZoCq__exampleCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:10px;padding:22px;transition:border-color .2s,transform .15s;display:flex}.ArenaPartners-module__hJZoCq__exampleCard:hover{border-color:var(--border2);transform:translateY(-3px)}.ArenaPartners-module__hJZoCq__exampleTop{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ArenaPartners-module__hJZoCq__exampleOrg{color:var(--muted2);font-family:DM Mono,monospace;font-size:11px}.ArenaPartners-module__hJZoCq__exampleScope{white-space:nowrap;border-radius:5px;flex-shrink:0;padding:2px 7px;font-family:DM Mono,monospace;font-size:10px}.ArenaPartners-module__hJZoCq__exampleScope.ArenaPartners-module__hJZoCq__local{color:var(--green);background:#2edf8a12;border:1px solid #2edf8a30}.ArenaPartners-module__hJZoCq__exampleScope.ArenaPartners-module__hJZoCq__state{color:var(--gold);background:#ffc22412;border:1px solid #ffc22435}.ArenaPartners-module__hJZoCq__exampleScope.ArenaPartners-module__hJZoCq__national{color:var(--fire);background:#ff4d1c12;border:1px solid #ff4d1c30}.ArenaPartners-module__hJZoCq__exampleCard h3{font-size:15px;font-weight:700;line-height:1.3}.ArenaPartners-module__hJZoCq__exampleCard p{color:var(--muted);flex:1;font-size:12px;line-height:1.6}.ArenaPartners-module__hJZoCq__examplePrize{color:var(--gold);background:#ffc22410;border:1px solid #ffc22430;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600}.ArenaPartners-module__hJZoCq__formSection{background:var(--surface);border-top:1px solid var(--border);padding:100px 24px}.ArenaPartners-module__hJZoCq__formInner{max-width:760px;margin:0 auto}.ArenaPartners-module__hJZoCq__form{flex-direction:column;gap:20px;display:flex}.ArenaPartners-module__hJZoCq__formSectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);font-family:DM Mono,monospace;font-size:11px}.ArenaPartners-module__hJZoCq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ArenaPartners-module__hJZoCq__formGroup{flex-direction:column;gap:7px;display:flex}.ArenaPartners-module__hJZoCq__label{color:var(--text);font-size:13px;font-weight:600}.ArenaPartners-module__hJZoCq__req{color:var(--gold);margin-left:2px;font-size:11px}.ArenaPartners-module__hJZoCq__hint{color:var(--muted2);font-size:11px}.ArenaPartners-module__hJZoCq__input{background:var(--bg);border:1px solid var(--border2);color:var(--text);border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.ArenaPartners-module__hJZoCq__input::placeholder{color:var(--muted2)}.ArenaPartners-module__hJZoCq__input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffc22415}.ArenaPartners-module__hJZoCq__textarea{background:var(--bg);border:1px solid var(--border2);color:var(--text);resize:vertical;border-radius:10px;outline:none;width:100%;min-height:100px;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.ArenaPartners-module__hJZoCq__textarea::placeholder{color:var(--muted2)}.ArenaPartners-module__hJZoCq__textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffc22415}.ArenaPartners-module__hJZoCq__select{background:var(--bg);border:1px solid var(--border2);color:var(--text);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23504e62' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px}.ArenaPartners-module__hJZoCq__select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffc22415}.ArenaPartners-module__hJZoCq__select option{background:var(--surface);color:var(--text)}.ArenaPartners-module__hJZoCq__scopeOptions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ArenaPartners-module__hJZoCq__scopeLabel{cursor:pointer;display:block}.ArenaPartners-module__hJZoCq__scopeRadio{display:none}.ArenaPartners-module__hJZoCq__scopeLabelInner{background:var(--bg);border:1px solid var(--border2);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;transition:border-color .2s,background .2s;display:flex}.ArenaPartners-module__hJZoCq__scopeLabel:has(.ArenaPartners-module__hJZoCq__scopeRadio:checked) .ArenaPartners-module__hJZoCq__scopeLabelInner{border-color:var(--gold);background:#ffc22410}.ArenaPartners-module__hJZoCq__scopeLabelInner:hover{border-color:var(--muted)}.ArenaPartners-module__hJZoCq__scopeIcon{font-size:22px}.ArenaPartners-module__hJZoCq__scopeName{font-size:13px;font-weight:700}.ArenaPartners-module__hJZoCq__scopeDesc{color:var(--muted);font-size:11px}.ArenaPartners-module__hJZoCq__scopePrice{color:var(--gold);margin-top:2px;font-family:DM Mono,monospace;font-size:11px}.ArenaPartners-module__hJZoCq__formDivider{background:var(--border);height:1px;margin:4px 0}.ArenaPartners-module__hJZoCq__submitBtn{background:var(--gold);color:#000;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:700;transition:background .2s,transform .15s}.ArenaPartners-module__hJZoCq__submitBtn:hover:not(:disabled){background:#ffd152;transform:translateY(-1px)}.ArenaPartners-module__hJZoCq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ArenaPartners-module__hJZoCq__submitNote{color:var(--muted2);text-align:center;font-size:12px}.ArenaPartners-module__hJZoCq__errorMsg{color:#ff6b6b;text-align:center;background:#ff4d1c15;border:1px solid #ff4d1c40;border-radius:10px;padding:12px 16px;font-size:14px}.ArenaPartners-module__hJZoCq__successCard{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:60px 32px}.ArenaPartners-module__hJZoCq__successIcon{color:#2edf8a;background:#2edf8a20;border:2px solid #2edf8a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:24px;display:flex}.ArenaPartners-module__hJZoCq__successTitle{margin-bottom:12px;font-size:22px;font-weight:700}.ArenaPartners-module__hJZoCq__successSub{color:var(--muted);max-width:440px;margin:0 auto 24px;font-size:15px;line-height:1.6}.ArenaPartners-module__hJZoCq__successLink{color:var(--gold);font-size:14px;font-weight:600;text-decoration:none}.ArenaPartners-module__hJZoCq__successLink:hover{text-decoration:underline}@media (max-width:1000px){.ArenaPartners-module__hJZoCq__whoGrid{grid-template-columns:repeat(2,1fr)}.ArenaPartners-module__hJZoCq__packagesGrid{grid-template-columns:1fr;max-width:480px;margin:52px auto 0}.ArenaPartners-module__hJZoCq__examplesGrid,.ArenaPartners-module__hJZoCq__brandSteps{grid-template-columns:1fr 1fr}}@media (max-width:640px){.ArenaPartners-module__hJZoCq__whoGrid,.ArenaPartners-module__hJZoCq__examplesGrid,.ArenaPartners-module__hJZoCq__brandSteps,.ArenaPartners-module__hJZoCq__formRow,.ArenaPartners-module__hJZoCq__scopeOptions{grid-template-columns:1fr}.ArenaPartners-module__hJZoCq__heroStats{gap:20px}.ArenaPartners-module__hJZoCq__statDivider{display:none}}
.Sections-module__w-Cddq__statsBar{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.Sections-module__w-Cddq__statsInner{grid-template-columns:1fr auto 1fr auto 1fr;max-width:900px;margin:0 auto;display:grid}.Sections-module__w-Cddq__stat{text-align:center;padding:32px 24px}.Sections-module__w-Cddq__statNum{color:var(--fire);letter-spacing:.02em;margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:48px;line-height:1}.Sections-module__w-Cddq__statNum.Sections-module__w-Cddq__gold{color:var(--gold)}.Sections-module__w-Cddq__statNum.Sections-module__w-Cddq__green{color:var(--green)}.Sections-module__w-Cddq__statLbl{color:var(--muted);font-size:13px}.Sections-module__w-Cddq__statDivider{background:var(--border2);width:1px;margin:16px 0}.Sections-module__w-Cddq__sectionHeader{text-align:center;margin-bottom:60px}.Sections-module__w-Cddq__sectionHeader .Sections-module__w-Cddq__section-title,.Sections-module__w-Cddq__sectionHeader h2{margin:10px 0 16px}.Sections-module__w-Cddq__sectionHeader p{color:var(--muted);max-width:480px;margin:0 auto;font-size:16px;line-height:1.6}.Sections-module__w-Cddq__how{padding:30px 24px 100px}.Sections-module__w-Cddq__howInner{max-width:1100px;margin:0 auto}.Sections-module__w-Cddq__steps{grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:relative}.Sections-module__w-Cddq__steps:before{content:"";background:linear-gradient(90deg, transparent, var(--fire) 20%, var(--gold) 50%, var(--fire) 80%, transparent);opacity:.3;height:1px;position:absolute;top:56px;left:calc(12.5% + 20px);right:calc(12.5% + 20px)}.Sections-module__w-Cddq__step{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px 24px;transition:border-color .2s,transform .2s;position:relative}.Sections-module__w-Cddq__step:hover{border-color:var(--border2);transform:translateY(-4px)}.Sections-module__w-Cddq__stepNum{color:var(--fire);opacity:.18;font-family:Bebas Neue,sans-serif;font-size:56px;line-height:1;position:absolute;top:16px;right:20px}.Sections-module__w-Cddq__stepIcon{background:var(--surface2);border:1px solid var(--border2);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;display:flex}.Sections-module__w-Cddq__step h3{margin-bottom:8px;font-size:16px;font-weight:700}.Sections-module__w-Cddq__step p{color:var(--muted);font-size:13px;line-height:1.6}.Sections-module__w-Cddq__howCta{flex-direction:column;align-items:center;gap:12px;margin-top:56px;display:flex}.Sections-module__w-Cddq__howCtaLabel{color:var(--muted);letter-spacing:.08em;font-family:DM Mono,monospace;font-size:12px}.Sections-module__w-Cddq__why{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 24px}.Sections-module__w-Cddq__whyInner{max-width:1100px;margin:0 auto}.Sections-module__w-Cddq__whySub{color:var(--muted);max-width:480px;margin:0 auto;font-size:16px;line-height:1.6}.Sections-module__w-Cddq__whyGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Sections-module__w-Cddq__whyCard{background:var(--bg);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:12px;padding:28px 24px;transition:border-color .2s,transform .2s;display:flex}.Sections-module__w-Cddq__whyCard:hover{border-color:var(--border2);transform:translateY(-4px)}.Sections-module__w-Cddq__whyIcon{font-size:32px;line-height:1}.Sections-module__w-Cddq__whyCard h3{font-size:17px;font-weight:700}.Sections-module__w-Cddq__whyCard p{color:var(--muted);font-size:14px;line-height:1.6}.Sections-module__w-Cddq__arena{padding:100px 24px;position:relative;overflow:hidden}.Sections-module__w-Cddq__arena:before{content:"";pointer-events:none;background:radial-gradient(at top,#ffc22412 0%,#0000 60%);width:1000px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Sections-module__w-Cddq__arenaInner{max-width:1100px;margin:0 auto}.Sections-module__w-Cddq__arenaHeader{text-align:center;margin-bottom:64px}.Sections-module__w-Cddq__arenaTitle{background:linear-gradient(135deg,#ffc224,#ff4d1c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:10px 0 20px;font-size:clamp(52px,8vw,96px)!important}.Sections-module__w-Cddq__arenaDesc{color:var(--muted);max-width:560px;margin:0 auto;font-size:17px;line-height:1.7}.Sections-module__w-Cddq__arenaSponsors{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:56px;display:flex}.Sections-module__w-Cddq__sponsorLabel{color:var(--muted2);letter-spacing:.1em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.Sections-module__w-Cddq__sponsorPill{background:var(--surface2);border:1px solid var(--border2);color:var(--muted);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600}.Sections-module__w-Cddq__arenaGrid{grid-template-columns:1fr 1.6fr;align-items:stretch;gap:12px;display:grid}.Sections-module__w-Cddq__arenaRight{flex-direction:column;gap:10px;display:flex}.Sections-module__w-Cddq__arenaRightGrid{flex:1;grid-template-columns:1fr 1fr;gap:12px;display:grid}.Sections-module__w-Cddq__arenaNowLive{align-items:center;gap:10px;padding:0 2px;display:flex}.Sections-module__w-Cddq__livePulse{background:#e05252;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.8s ease-in-out infinite Sections-module__w-Cddq__arenaPulse}@keyframes Sections-module__w-Cddq__arenaPulse{0%,to{opacity:1;box-shadow:0 0 #e0525240}50%{opacity:.7;box-shadow:0 0 0 5px #0000}}.Sections-module__w-Cddq__liveLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text);font-family:DM Mono,monospace;font-size:11px;font-weight:700}.Sections-module__w-Cddq__liveCount{color:var(--muted2);letter-spacing:.05em;font-family:DM Mono,monospace;font-size:10px}.Sections-module__w-Cddq__liveViewAll{color:var(--muted);margin-left:auto;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s}.Sections-module__w-Cddq__liveViewAll:hover{color:var(--text)}.Sections-module__w-Cddq__arenaCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;padding:22px;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.Sections-module__w-Cddq__arenaCard:hover{border-color:var(--border2);cursor:pointer;transform:translateY(-3px)}.Sections-module__w-Cddq__arenaCard.Sections-module__w-Cddq__featured{background:linear-gradient(160deg, #ffc22406, var(--surface));border-color:#ffc22428}.Sections-module__w-Cddq__arenaCard.Sections-module__w-Cddq__featured:before{content:"";background:linear-gradient(90deg,#0000,#ffc224,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Sections-module__w-Cddq__arenaCard h3{margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(20px,2vw,26px);line-height:1.05}.Sections-module__w-Cddq__arenaCardDesc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.Sections-module__w-Cddq__arenaCardTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.Sections-module__w-Cddq__arenaEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);font-family:DM Mono,monospace;font-size:9.5px}.Sections-module__w-Cddq__arenaSponsor{color:var(--gold);background:#ffc22415;border:1px solid #ffc22435;border-radius:100px;align-items:center;gap:6px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.Sections-module__w-Cddq__scopeBadge{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:5px;padding:3px 8px;font-family:DM Mono,monospace;font-size:9px}.Sections-module__w-Cddq__scopeBadge.Sections-module__w-Cddq__local{color:var(--green);background:#2edf8a12;border:1px solid #2edf8a30}.Sections-module__w-Cddq__scopeBadge.Sections-module__w-Cddq__national{color:var(--gold);background:#ffc22412;border:1px solid #ffc22438}.Sections-module__w-Cddq__scopeBadge.Sections-module__w-Cddq__global{color:var(--fire);background:#ff4d1c12;border:1px solid #ff4d1c30}.Sections-module__w-Cddq__arenaCardFoot{flex-direction:column;gap:8px;margin-top:auto;display:flex}.Sections-module__w-Cddq__arenaPrizeLine{align-items:center;gap:6px;display:flex}.Sections-module__w-Cddq__arenaPrizeText{color:var(--gold);font-size:12.5px;font-weight:700;line-height:1.3}.Sections-module__w-Cddq__arenaCardMeta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Sections-module__w-Cddq__metaTag{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:3px 8px;font-family:DM Mono,monospace;font-size:10.5px}.Sections-module__w-Cddq__participantCount{color:var(--muted2);margin-left:auto;font-size:11px}.Sections-module__w-Cddq__arenaBrandRow{align-items:center;gap:7px;display:flex}.Sections-module__w-Cddq__arenaBrandLogo{object-fit:cover;border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:22px;height:22px}.Sections-module__w-Cddq__arenaBrandInitial{background:var(--surface2);border:1px solid var(--border);width:22px;height:22px;color:var(--muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.Sections-module__w-Cddq__arenaBrandName{color:var(--muted);font-size:11.5px;font-weight:600}.Sections-module__w-Cddq__b2bCard{text-align:center;justify-content:center;align-items:center;border-style:dashed!important;border-color:var(--border2)!important}.Sections-module__w-Cddq__b2bCard h3{color:var(--muted);font-family:Bebas Neue,sans-serif;font-size:20px;line-height:1.1}.Sections-module__w-Cddq__b2bCard p{color:var(--muted2);font-size:12px}.Sections-module__w-Cddq__b2bBtn{background:var(--fire);color:#fff;border-radius:8px;align-items:center;margin-top:4px;padding:8px 16px;font-size:12px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.Sections-module__w-Cddq__b2bBtn:hover{opacity:.85}.Sections-module__w-Cddq__arenaHowTitle{letter-spacing:.01em;font-family:Bebas Neue,sans-serif;font-size:clamp(36px,4vw,52px);line-height:1}.Sections-module__w-Cddq__arenaSteps{flex-direction:column;display:flex}.Sections-module__w-Cddq__arenaStep{border-bottom:1px solid var(--border);align-items:flex-start;gap:14px;padding:14px 0;display:flex}.Sections-module__w-Cddq__arenaStep:first-child{padding-top:4px}.Sections-module__w-Cddq__arenaStep:last-child{border-bottom:none;padding-bottom:4px}.Sections-module__w-Cddq__arenaStepNum{letter-spacing:.08em;color:var(--gold);flex-shrink:0;min-width:20px;padding-top:2px;font-family:DM Mono,monospace;font-size:11px}.Sections-module__w-Cddq__arenaStepText{color:var(--text);font-size:14px;font-weight:600;line-height:1.35}.Sections-module__w-Cddq__arenaHowDivider{background:var(--border);height:1px}.Sections-module__w-Cddq__arenaHowSub{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Sections-module__w-Cddq__arenaHowSub li{color:var(--muted);padding-left:18px;font-size:12.5px;line-height:1.4;position:relative}.Sections-module__w-Cddq__arenaHowSub li:before{content:"✓";color:var(--green);font-size:11px;font-weight:700;position:absolute;left:0}.Sections-module__w-Cddq__arenaHowCta{background:var(--surface2);border:1px solid var(--border2);color:var(--text);border-radius:10px;align-items:center;width:fit-content;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.Sections-module__w-Cddq__arenaHowCta:hover{border-color:var(--gold);color:var(--gold)}.Sections-module__w-Cddq__arenaCta{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:52px;display:flex}.Sections-module__w-Cddq__arenaCtaLabel{color:var(--muted);font-size:14px}.Sections-module__w-Cddq__finalCta{text-align:center;padding:100px 24px;position:relative;overflow:hidden}.Sections-module__w-Cddq__finalCta:before{content:"";pointer-events:none;background:radial-gradient(#ff4d1c15,#0000 65%);width:800px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.Sections-module__w-Cddq__ctaBox{background:var(--surface);border:1px solid var(--border2);border-radius:28px;flex-direction:column;align-items:center;gap:20px;max-width:660px;margin:0 auto;padding:72px 40px;display:flex;position:relative;overflow:hidden}.Sections-module__w-Cddq__ctaBox:before{content:"";background:linear-gradient(90deg, transparent, var(--fire), transparent);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Sections-module__w-Cddq__ctaGlow{pointer-events:none;background:radial-gradient(circle,#ff4d1c1f,#0000 70%);width:300px;height:300px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.Sections-module__w-Cddq__ctaBadge{color:var(--fire);background:#ff4d1c15;border:1px solid #ff4d1c35;border-radius:100px;align-items:center;gap:6px;padding:5px 14px;font-size:13px;font-weight:600;display:inline-flex}.Sections-module__w-Cddq__ctaHeadline{letter-spacing:.01em;font-family:Bebas Neue,sans-serif;font-size:clamp(44px,7vw,80px);line-height:.95}.Sections-module__w-Cddq__ctaSub{color:var(--muted);max-width:420px;font-size:16px;line-height:1.65}.Sections-module__w-Cddq__ctaFriction{color:var(--muted2);letter-spacing:.05em;font-family:DM Mono,monospace;font-size:12px}.Sections-module__w-Cddq__ctaFallback{color:var(--muted2);font-size:12px}.Sections-module__w-Cddq__ctaFallback a{color:var(--muted);text-underline-offset:3px;text-decoration:underline}.Sections-module__w-Cddq__ctaStack{flex-direction:column;align-items:stretch;gap:16px;display:flex}.Sections-module__w-Cddq__ctaStackCentered{flex-direction:column;align-items:stretch;gap:16px;width:280px;display:flex}.Sections-module__w-Cddq__earlyAccessBtn{background:var(--surface2);border:1px solid var(--border2);color:var(--text);border-radius:10px;justify-content:center;align-items:center;padding:11px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,transform .1s;display:flex}.Sections-module__w-Cddq__earlyAccessBtn:hover{border-color:var(--fire);color:var(--fire);transform:translateY(-1px)}.Sections-module__w-Cddq__earlyAccessBtnLg{background:var(--fire);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:15px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .1s;display:flex}.Sections-module__w-Cddq__earlyAccessBtnLg:hover{opacity:.88;transform:translateY(-2px)}.Sections-module__w-Cddq__contact{text-align:center;padding:100px 24px}.Sections-module__w-Cddq__contactInner{flex-direction:column;align-items:center;gap:20px;max-width:560px;margin:0 auto;display:flex}.Sections-module__w-Cddq__contactInner h2{margin:10px 0 4px}.Sections-module__w-Cddq__contactInner p{color:var(--muted);font-size:16px;line-height:1.65}.Sections-module__w-Cddq__contactForm{flex-direction:column;gap:12px;width:100%;margin-top:8px;display:flex}.Sections-module__w-Cddq__contactRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Sections-module__w-Cddq__contactInput{background:var(--surface);border:1px solid var(--border2);width:100%;color:var(--text);border-radius:10px;outline:none;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px;transition:border-color .2s}.Sections-module__w-Cddq__contactInput::placeholder{color:var(--muted2)}.Sections-module__w-Cddq__contactInput:focus{border-color:var(--fire)}.Sections-module__w-Cddq__contactTextarea{background:var(--surface);border:1px solid var(--border2);width:100%;color:var(--text);resize:vertical;border-radius:10px;outline:none;min-height:120px;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px;transition:border-color .2s}.Sections-module__w-Cddq__contactTextarea::placeholder{color:var(--muted2)}.Sections-module__w-Cddq__contactTextarea:focus{border-color:var(--fire)}.Sections-module__w-Cddq__contactSubmit{background:var(--fire);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px;font-family:Instrument Sans,sans-serif;font-size:15px;font-weight:700;transition:background .2s,transform .15s}.Sections-module__w-Cddq__contactSubmit:hover{background:var(--fire2);transform:translateY(-1px)}.Sections-module__w-Cddq__contactNote{color:var(--muted2);font-size:12px}@media (max-width:900px){.Sections-module__w-Cddq__steps,.Sections-module__w-Cddq__whyGrid{grid-template-columns:1fr 1fr}.Sections-module__w-Cddq__arenaGrid{grid-template-columns:1fr}.Sections-module__w-Cddq__arenaCard.Sections-module__w-Cddq__featured{align-self:auto}.Sections-module__w-Cddq__statsInner{grid-template-columns:1fr}.Sections-module__w-Cddq__statDivider{width:100%;height:1px;margin:0}.Sections-module__w-Cddq__contactRow{grid-template-columns:1fr}}@media (max-width:600px){.Sections-module__w-Cddq__steps,.Sections-module__w-Cddq__whyGrid,.Sections-module__w-Cddq__arenaGrid,.Sections-module__w-Cddq__arenaRightGrid{grid-template-columns:1fr}.Sections-module__w-Cddq__stat{padding:14px 24px}.Sections-module__w-Cddq__how{padding:12px 24px 40px}.Sections-module__w-Cddq__sectionHeader{margin-bottom:36px}}
