.Navbar-module__dVeNwG__navbar{z-index:100;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);padding:1rem 0}.Navbar-module__dVeNwG__navContent{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.Navbar-module__dVeNwG__logo span{color:var(--primary)}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__dVeNwG__navLink{color:var(--text-main);font-family:var(--font-outfit);font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__dVeNwG__navLink:hover{color:var(--primary)}.Navbar-module__dVeNwG__registerBtn{background-color:var(--primary);border-radius:50px;padding:.8rem 1.5rem;font-weight:700;color:#fff!important}.Navbar-module__dVeNwG__registerBtn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #d4af3766}.Navbar-module__dVeNwG__mobileMenu{display:none}
.LanguageSwitcher-module__Ph6iAW__switcher{background:#ffffff0d;border-radius:.5rem;gap:.25rem;padding:.25rem;display:flex}.LanguageSwitcher-module__Ph6iAW__btn{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.25rem;padding:.375rem .5rem;font-size:.8rem;transition:all .2s;display:flex}.LanguageSwitcher-module__Ph6iAW__btn:hover{color:var(--text-main,white);background:#ffffff1a}.LanguageSwitcher-module__Ph6iAW__btn.LanguageSwitcher-module__Ph6iAW__active{background:var(--primary,#7c3aed);color:#fff}.LanguageSwitcher-module__Ph6iAW__flag{font-size:1rem;line-height:1}.LanguageSwitcher-module__Ph6iAW__label{font-weight:500}@media (max-width:768px){.LanguageSwitcher-module__Ph6iAW__label{display:none}.LanguageSwitcher-module__Ph6iAW__btn{padding:.375rem}}
.Footer-module__rnk_JG__footer{background-color:var(--surface);border-top:1px solid var(--surface-highlight);padding:6rem 0 3rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__rnk_JG__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__rnk_JG__column h3{font-family:var(--font-outfit);color:var(--text-main);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__rnk_JG__column ul{padding:0;list-style:none}.Footer-module__rnk_JG__column li{margin-bottom:.8rem}.Footer-module__rnk_JG__column a{color:var(--text-muted);text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__column a:hover{color:var(--primary)}.Footer-module__rnk_JG__brand h2{font-family:var(--font-outfit);-webkit-background-clip:text;background-clip:text;background:linear-gradient(135deg,var(--text-main)0%,var(--primary)100%);-webkit-text-fill-color:transparent;margin-bottom:1rem;font-size:2rem;font-weight:700}.Footer-module__rnk_JG__brand p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Footer-module__rnk_JG__bottom{border-top:1px solid var(--surface-highlight);text-align:center;padding-top:2rem}.Footer-module__rnk_JG__copyright{color:var(--text-muted);font-size:.9rem}
.Hero-module__PgAKtG__hero{align-items:center;height:100vh;min-height:700px;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bgWrapper{z-index:-1;background:radial-gradient(circle at 80% 20%,#eff6ff 0%,#fff 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__glow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);filter:blur(80px);opacity:.15;border-radius:50%;width:800px;height:800px;animation:10s cubic-bezier(.4,0,.2,1) infinite alternate Hero-module__PgAKtG__float;position:absolute;top:-10%;right:-10%}@keyframes Hero-module__PgAKtG__float{0%{transform:translate(0)scale(1)}to{transform:translate(-10%,10%)scale(1.1)}}.Hero-module__PgAKtG__content{text-align:center;max-width:800px;margin:0 auto}.Hero-module__PgAKtG__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__PgAKtG__subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.Hero-module__PgAKtG__actions{justify-content:center;gap:1rem;display:flex}
.RaceInfo-module__PdQcha__raceInfo{color:#fff;background:#0055b8;padding:80px 0}.RaceInfo-module__PdQcha__title{text-align:center;text-transform:uppercase;letter-spacing:2px;margin-bottom:50px;font-size:2.5rem;font-style:italic;font-weight:800}.RaceInfo-module__PdQcha__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.RaceInfo-module__PdQcha__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;flex-direction:column;align-items:center;padding:40px;transition:transform .3s;display:flex}.RaceInfo-module__PdQcha__card:hover{background:#ffffff26;transform:translateY(-10px)}.RaceInfo-module__PdQcha__icon{margin-bottom:20px;font-size:3rem}.RaceInfo-module__PdQcha__content h3{text-transform:uppercase;color:#00d4ff;margin-bottom:15px;font-size:1.5rem;font-weight:700}.RaceInfo-module__PdQcha__content p{font-size:1.1rem;line-height:1.6}.RaceInfo-module__PdQcha__content ul{text-align:left;margin:0;padding:0;list-style:none}.RaceInfo-module__PdQcha__content li{margin-bottom:10px;padding-left:0;font-size:1rem}@media (max-width:768px){.RaceInfo-module__PdQcha__raceInfo{padding:60px 0}.RaceInfo-module__PdQcha__title{font-size:2rem}}
.VideoPlayer-module__rChulG__videoPlayerWrapper{width:100%;max-width:900px;margin:0 auto}.VideoPlayer-module__rChulG__videoContainer{background:#000;border-radius:16px;width:100%;padding-bottom:56.25%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 20px 60px #0055b833}.VideoPlayer-module__rChulG__videoContainer:hover{transform:translateY(-4px);box-shadow:0 25px 70px #0055b84d}.VideoPlayer-module__rChulG__videoIframe,.VideoPlayer-module__rChulG__video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.VideoPlayer-module__rChulG__localVideoWrapper{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.VideoPlayer-module__rChulG__controlsOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.VideoPlayer-module__rChulG__controlsOverlay.VideoPlayer-module__rChulG__playing{opacity:0}.VideoPlayer-module__rChulG__controlsOverlay.VideoPlayer-module__rChulG__playing:hover{opacity:1}.VideoPlayer-module__rChulG__playButton{cursor:pointer;color:#0055b8;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;box-shadow:0 8px 24px #0000004d}.VideoPlayer-module__rChulG__playButton:hover{background:#fff;transform:scale(1.1);box-shadow:0 12px 32px #0006}.VideoPlayer-module__rChulG__playButton:active{transform:scale(1.05)}.VideoPlayer-module__rChulG__playButton svg{filter:drop-shadow(0 2px 4px #0000001a)}@media (max-width:768px){.VideoPlayer-module__rChulG__videoContainer{border-radius:12px}.VideoPlayer-module__rChulG__playButton{width:64px;height:64px}.VideoPlayer-module__rChulG__playButton svg{width:36px;height:36px}}@media (max-width:480px){.VideoPlayer-module__rChulG__videoContainer{border-radius:8px}.VideoPlayer-module__rChulG__playButton{width:56px;height:56px}.VideoPlayer-module__rChulG__playButton svg{width:32px;height:32px}}
.Introduction-module__y3y2UG__introduction{background:#fff;padding:120px 0;position:relative;overflow:hidden}.Introduction-module__y3y2UG__slantBg{clip-path:polygon(0 0,100% 15%,100% 100%,0 85%);z-index:1;background:linear-gradient(135deg,#f0f4f8 0%,#fff 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Introduction-module__y3y2UG__content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.Introduction-module__y3y2UG__textWrapper{max-width:800px}.Introduction-module__y3y2UG__videoWrapper{justify-content:center;width:100%;max-width:900px;margin-top:60px;display:flex}.Introduction-module__y3y2UG__subtitle{color:#0055b8;text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;font-size:1.25rem;font-weight:700}.Introduction-module__y3y2UG__title{color:#0055b8;text-transform:uppercase;text-shadow:4px 4px #0055b81a;margin-bottom:30px;font-size:5rem;font-style:italic;font-weight:900;line-height:1}.Introduction-module__y3y2UG__description{color:#333;font-size:1.25rem;font-weight:400;line-height:1.8}@media (max-width:992px){.Introduction-module__y3y2UG__title{font-size:4rem}}@media (max-width:768px){.Introduction-module__y3y2UG__introduction{padding:80px 0}.Introduction-module__y3y2UG__title{font-size:3rem}.Introduction-module__y3y2UG__subtitle{font-size:1rem}.Introduction-module__y3y2UG__description{font-size:1.1rem}}
.RaceKit-module__8vVMbW__raceKit{background:#f8fafc;padding:80px 0}.RaceKit-module__8vVMbW__title{text-align:center;text-transform:uppercase;color:#0055b8;margin-bottom:50px;font-size:2.5rem;font-style:italic;font-weight:800}.RaceKit-module__8vVMbW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;max-width:1000px;margin:0 auto;display:grid}.RaceKit-module__8vVMbW__package{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.RaceKit-module__8vVMbW__package:hover{transform:scale(1.02)}.RaceKit-module__8vVMbW__better{color:#fff;background:#0055b8;border-color:#004494}.RaceKit-module__8vVMbW__tag{color:#0055b8;background:#00d4ff;padding:5px 40px;font-size:.75rem;font-weight:800;position:absolute;top:20px;right:-35px;transform:rotate(45deg)}.RaceKit-module__8vVMbW__packageHeader{text-align:center;border-bottom:1px solid #0000000d;padding:30px}.RaceKit-module__8vVMbW__better .RaceKit-module__8vVMbW__packageHeader{border-bottom:1px solid #ffffff1a}.RaceKit-module__8vVMbW__packageHeader h3{text-transform:uppercase;font-size:1.75rem;font-weight:700}.RaceKit-module__8vVMbW__itemList{margin:0;padding:30px;list-style:none}.RaceKit-module__8vVMbW__itemList li{align-items:center;margin-bottom:15px;font-size:1.1rem;display:flex}.RaceKit-module__8vVMbW__check{color:#00d4ff;margin-right:15px;font-weight:900}.RaceKit-module__8vVMbW__better .RaceKit-module__8vVMbW__check{color:#00d4ff}@media (max-width:768px){.RaceKit-module__8vVMbW__title{font-size:2rem}.RaceKit-module__8vVMbW__grid{gap:30px}}
.SizeChart-module__arJmuG__sizeChart{background:#fff;padding:80px 0}.SizeChart-module__arJmuG__title{text-align:center;text-transform:uppercase;color:#0055b8;margin-bottom:10px;font-size:2.5rem;font-style:italic;font-weight:800}.SizeChart-module__arJmuG__subtitle{text-align:center;color:#64748b;margin-bottom:40px;font-size:1.1rem}.SizeChart-module__arJmuG__tableWrapper{border-radius:15px;max-width:600px;margin:0 auto 40px;overflow-x:auto;box-shadow:0 4px 20px #0000000d}.SizeChart-module__arJmuG__table{border-collapse:collapse;background:#fff;width:100%}.SizeChart-module__arJmuG__table th{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px;background:#0055b8;padding:15px;font-size:.9rem;font-weight:700}.SizeChart-module__arJmuG__table td{text-align:center;color:#334155;border-bottom:1px solid #f1f5f9;padding:15px;font-weight:500}.SizeChart-module__arJmuG__table tr:last-child td{border-bottom:none}.SizeChart-module__arJmuG__table tr:nth-child(2n){background:#f8fafc}.SizeChart-module__arJmuG__guide{color:#0369a1;background:#f0f9ff;border-left:4px solid #00d4ff;border-radius:4px;max-width:600px;margin:0 auto;padding:20px;font-size:.95rem;line-height:1.6}@media (max-width:768px){.SizeChart-module__arJmuG__title{font-size:2rem}.SizeChart-module__arJmuG__table td,.SizeChart-module__arJmuG__table th{padding:12px}}
.TicketCategories-module__4caoJW__section{background-color:var(--background);font-family:var(--font-outfit);padding:6rem 0}.TicketCategories-module__4caoJW__titleWrapper{text-align:center;margin-bottom:4rem}.TicketCategories-module__4caoJW__mainTitle{color:var(--accent);text-transform:uppercase;margin:0;font-size:3.5rem;font-style:italic;font-weight:800}.TicketCategories-module__4caoJW__subTitle{color:var(--primary);text-transform:uppercase;margin-top:-10px;font-size:3.5rem;font-style:italic;font-weight:800}.TicketCategories-module__4caoJW__ticketGrids{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.TicketCategories-module__4caoJW__card{background:var(--surface);border:1px solid #eee;border-radius:0;min-height:350px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.TicketCategories-module__4caoJW__distanceBadge{background-color:var(--surface-highlight);color:var(--accent);border-right:1px solid var(--surface-highlight);flex-direction:column;justify-content:center;align-items:center;width:15%;padding:2rem;display:flex;position:relative}.TicketCategories-module__4caoJW__distance{color:var(--primary);font-size:4rem;font-style:italic;font-weight:800;line-height:1}.TicketCategories-module__4caoJW__unit{color:var(--text-muted);font-size:1.5rem;font-style:italic;font-weight:600}.TicketCategories-module__4caoJW__tableWrapper{flex:1;align-items:center;padding:2rem;display:flex}.TicketCategories-module__4caoJW__table{border-collapse:collapse;width:100%}.TicketCategories-module__4caoJW__table th{text-align:center;color:var(--accent);text-transform:uppercase;border-bottom:2px solid var(--primary);padding:1rem;font-size:1.2rem;font-weight:800}.TicketCategories-module__4caoJW__table td{color:var(--text-main);border-bottom:1px solid #eee;padding:1rem;font-weight:500}.TicketCategories-module__4caoJW__phaseName{color:var(--accent);width:30%;font-weight:700}.TicketCategories-module__4caoJW__soldOut{color:#999;text-decoration:line-through}.TicketCategories-module__4caoJW__soldOutLabel{color:#f44;font-size:.8rem;font-weight:700;display:block}.TicketCategories-module__4caoJW__actionArea{background-color:#fff;border-left:1px dashed #ddd;flex-direction:column;justify-content:center;align-items:center;width:25%;padding:2rem;display:flex}.TicketCategories-module__4caoJW__startingFrom{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.TicketCategories-module__4caoJW__priceDisplay{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem;font-style:italic;font-weight:800}.TicketCategories-module__4caoJW__buyButton{background:linear-gradient(135deg,var(--primary)0%,#b8860b 100%);color:#fff;text-transform:uppercase;cursor:pointer;text-align:center;border:none;width:100%;padding:1rem 2rem;font-size:1.2rem;font-style:italic;font-weight:700;text-decoration:none;transition:all .3s}.TicketCategories-module__4caoJW__buyButton:hover{background:linear-gradient(135deg,#b8860b 0%,var(--primary)100%);transform:skew(-10deg)}@media (max-width:900px){.TicketCategories-module__4caoJW__card{flex-direction:column}.TicketCategories-module__4caoJW__distanceBadge{clip-path:none;flex-direction:row;gap:1rem;width:100%;padding:1rem}.TicketCategories-module__4caoJW__distance{font-size:2.5rem}.TicketCategories-module__4caoJW__tableWrapper{padding:1rem}.TicketCategories-module__4caoJW__actionArea{border-top:1px dashed #ddd;border-left:none;width:100%}}
.GroupPromo-module__2I67UG__section{background-color:var(--surface);color:var(--text-main);padding:8rem 0}.GroupPromo-module__2I67UG__container{max-width:1000px;margin:0 auto;padding:0 2rem}.GroupPromo-module__2I67UG__title{text-align:center;font-family:var(--font-outfit);text-transform:uppercase;color:var(--text-main);margin-bottom:4rem;font-size:2.75rem;font-weight:800}.GroupPromo-module__2I67UG__tierList{flex-direction:column;gap:1.5rem;display:flex}.GroupPromo-module__2I67UG__tierCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px #00000005}.GroupPromo-module__2I67UG__tierCard:hover{border-color:var(--primary);transform:translate(12px);box-shadow:0 8px 20px #0070f31a}.GroupPromo-module__2I67UG__groupSize{font-family:var(--font-outfit);color:var(--primary);font-size:2.25rem;font-weight:800}.GroupPromo-module__2I67UG__groupSize span{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:500;display:block}.GroupPromo-module__2I67UG__benefits{text-align:right}.GroupPromo-module__2I67UG__discount{color:var(--accent);font-size:2.5rem;font-weight:800;line-height:1}.GroupPromo-module__2I67UG__bonus{color:var(--primary);margin-top:.5rem;font-size:1.15rem;font-weight:700}.GroupPromo-module__2I67UG__accordion{border-top:2px solid var(--surface-highlight);margin-top:5rem;padding-top:3rem}.GroupPromo-module__2I67UG__accordionItem{border-bottom:1px solid var(--surface-highlight)}.GroupPromo-module__2I67UG__accordionHeader{width:100%;color:var(--text-main);text-align:left;font-family:var(--font-outfit);cursor:pointer;background:0 0;border:none;justify-content:space-between;padding:1.75rem 0;font-size:1.3rem;font-weight:700;transition:color .2s;display:flex}.GroupPromo-module__2I67UG__accordionHeader:hover{color:var(--primary)}.GroupPromo-module__2I67UG__accordionContent{color:var(--text-muted);padding-bottom:2rem;font-size:1.05rem;line-height:1.7;display:none}.GroupPromo-module__2I67UG__active .GroupPromo-module__2I67UG__accordionContent{display:block}@media (max-width:768px){.GroupPromo-module__2I67UG__tierCard{text-align:center;flex-direction:column;gap:1.5rem}.GroupPromo-module__2I67UG__benefits{text-align:center}.GroupPromo-module__2I67UG__groupSize{font-size:1.75rem}.GroupPromo-module__2I67UG__discount{font-size:2rem}}
.RegistrationForm-module__4UHGia__formWrapper{max-width:800px;margin:0 auto;padding:3rem}.RegistrationForm-module__4UHGia__title{text-align:center;color:var(--text-main);margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.RegistrationForm-module__4UHGia__form{flex-direction:column;gap:1.5rem;display:flex}.RegistrationForm-module__4UHGia__group{flex-direction:column;gap:.5rem;display:flex}.RegistrationForm-module__4UHGia__group label{color:var(--text-main);font-size:.95rem;font-weight:600}.RegistrationForm-module__4UHGia__group input{color:var(--text-main);font-family:var(--font-body);background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1.1rem;transition:all .2s}.RegistrationForm-module__4UHGia__group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0070f31a}.RegistrationForm-module__4UHGia__categories{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.RegistrationForm-module__4UHGia__radioCard{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.RegistrationForm-module__4UHGia__radioCard:hover{border-color:var(--primary-glow);background:var(--surface)}.RegistrationForm-module__4UHGia__radioCard.RegistrationForm-module__4UHGia__active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:#eff6ff}.RegistrationForm-module__4UHGia__radioCard input{display:none}.RegistrationForm-module__4UHGia__catName{color:var(--text-main);font-weight:700}.RegistrationForm-module__4UHGia__catPrice{color:var(--primary);font-weight:700}.RegistrationForm-module__4UHGia__participantList{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.RegistrationForm-module__4UHGia__participantItem{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1.5rem;display:grid;position:relative;box-shadow:0 4px 6px #00000005}.RegistrationForm-module__4UHGia__participantInfo h4{color:var(--text-main);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.RegistrationForm-module__4UHGia__participantDetails{color:var(--text-muted);gap:1.5rem;font-size:.9rem;display:flex}.RegistrationForm-module__4UHGia__removeBtn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s}.RegistrationForm-module__4UHGia__removeBtn:hover{color:#dc2626;background:#fee2e2}.RegistrationForm-module__4UHGia__addParticipantSection{background:var(--surface);border:1px dashed #cbd5e1;border-radius:12px;margin-bottom:2.5rem;padding:2.5rem}.RegistrationForm-module__4UHGia__sectionHeader{color:var(--text-main);border-bottom:2px solid var(--surface-highlight);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.RegistrationForm-module__4UHGia__addBtn{color:#fff;cursor:pointer;background:#334155;border:none;border-radius:10px;width:100%;margin-top:1rem;padding:.85rem 1.5rem;font-weight:600;transition:all .2s}.RegistrationForm-module__4UHGia__addBtn:hover{background:#1e293b;transform:translateY(-1px)}.RegistrationForm-module__4UHGia__payBtn{background:linear-gradient(135deg,var(--primary)0%,#00c2ff 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:1.5rem;padding:1.1rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #0070f333}.RegistrationForm-module__4UHGia__payBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #0070f34d}.RegistrationForm-module__4UHGia__payBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.RegistrationForm-module__4UHGia__promoSection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.RegistrationForm-module__4UHGia__soldOut{opacity:.6;background:#f1f5f9}.RegistrationForm-module__4UHGia__soldOutBadge{color:#ef4444;background:#fee2e2;border-radius:6px;margin-top:.5rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.RegistrationForm-module__4UHGia__slotsLeft{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;font-weight:500}.RegistrationForm-module__4UHGia__totalSection{background:var(--surface);border-radius:12px;flex-direction:column;gap:.75rem;margin-top:2.5rem;padding:1.5rem;display:flex}.RegistrationForm-module__4UHGia__totalRow{justify-content:space-between;align-items:center;display:flex}.RegistrationForm-module__4UHGia__subtotalAmount{color:var(--text-muted);font-weight:500}.RegistrationForm-module__4UHGia__discountLabel{color:#10b981;font-weight:600}.RegistrationForm-module__4UHGia__discountAmount{color:#10b981;font-weight:700}.RegistrationForm-module__4UHGia__totalLabel{color:var(--text-main);font-size:1.1rem;font-weight:700}.RegistrationForm-module__4UHGia__totalAmount{color:var(--primary);font-size:2rem;font-weight:800}.RegistrationForm-module__4UHGia__sizeSelector{flex-wrap:wrap;gap:.75rem;display:flex}.RegistrationForm-module__4UHGia__sizeOption{cursor:pointer;width:52px;height:52px;color:var(--text-main);background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;font-weight:700;transition:all .2s;display:flex}.RegistrationForm-module__4UHGia__sizeOption:hover{border-color:var(--primary-glow);background:var(--surface)}.RegistrationForm-module__4UHGia__sizeOption.RegistrationForm-module__4UHGia__sizeActive{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:#eff6ff}.RegistrationForm-module__4UHGia__sizeOption input{display:none}.RegistrationForm-module__4UHGia__emergencySection{background:#fefce8;border:1px solid #fef08a;border-radius:12px;margin-top:1rem;padding:1.5rem}.RegistrationForm-module__4UHGia__emergencyTitle{color:#854d0e;margin:0 0 1rem;font-size:1rem;font-weight:700}.RegistrationForm-module__4UHGia__emergencySection .RegistrationForm-module__4UHGia__group{margin-bottom:1rem}.RegistrationForm-module__4UHGia__emergencySection .RegistrationForm-module__4UHGia__group:last-child{margin-bottom:0}.RegistrationForm-module__4UHGia__emergencySection select{color:var(--text-main);font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.85rem 1.1rem;transition:all .2s}.RegistrationForm-module__4UHGia__emergencySection select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0070f31a}.RegistrationForm-module__4UHGia__required{color:#ef4444}.RegistrationForm-module__4UHGia__inputError{background:#fff5f5!important;border-color:#ef4444!important}.RegistrationForm-module__4UHGia__errorText{color:#ef4444;margin-top:.35rem;font-size:.85rem;font-weight:500}.RegistrationForm-module__4UHGia__termsSection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:2rem;padding:1.25rem}.RegistrationForm-module__4UHGia__termsLabel{cursor:pointer;color:var(--text-main);align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.6;display:flex}.RegistrationForm-module__4UHGia__termsCheckbox{width:20px;height:20px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:4px}.RegistrationForm-module__4UHGia__termsLink{color:var(--primary);font-weight:600;text-decoration:underline}.RegistrationForm-module__4UHGia__termsLink:hover{color:var(--accent)}@media (max-width:600px){.RegistrationForm-module__4UHGia__formWrapper{padding:1.5rem}.RegistrationForm-module__4UHGia__participantDetails{flex-direction:column;gap:.5rem}.RegistrationForm-module__4UHGia__sizeOption{width:48px;height:48px;font-size:.9rem}}
.RouteMap-module__vkiCCq__section{background-color:#fff;padding:8rem 0;position:relative;overflow:hidden}.RouteMap-module__vkiCCq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.RouteMap-module__vkiCCq__header{text-align:center;margin-bottom:4rem}.RouteMap-module__vkiCCq__header h2{font-family:var(--font-outfit);background:linear-gradient(135deg,var(--text-main)0%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.RouteMap-module__vkiCCq__header p{color:var(--text-muted);font-size:1.2rem}.RouteMap-module__vkiCCq__mapGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.RouteMap-module__vkiCCq__mapCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 6px #00000005}.RouteMap-module__vkiCCq__mapCard:hover{border-color:var(--primary-glow);transform:translateY(-8px);box-shadow:0 12px 24px #0070f314}.RouteMap-module__vkiCCq__mapPlaceholder{aspect-ratio:4/3;background:linear-gradient(45deg,#f8fafc,#eff6ff);border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.RouteMap-module__vkiCCq__mapPlaceholder span{color:var(--primary-glow);font-family:var(--font-outfit);opacity:.5;font-size:1.5rem;font-weight:700}.RouteMap-module__vkiCCq__cardContent{padding:2.25rem}.RouteMap-module__vkiCCq__distance{font-family:var(--font-outfit);color:var(--primary);margin-bottom:.75rem;font-size:2rem;font-weight:800;display:block}.RouteMap-module__vkiCCq__description{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (max-width:768px){.RouteMap-module__vkiCCq__header h2{font-size:2.5rem}}
.PromoCodeInput-module__LG0RtG__wrapper{margin:1rem 0}.PromoCodeInput-module__LG0RtG__inputGroup{gap:.5rem;display:flex}.PromoCodeInput-module__LG0RtG__input{border:1px solid var(--glass-border);color:#fff;font-family:var(--font-body);text-transform:uppercase;background:#ffffff0d;border-radius:.5rem;flex:1;padding:.75rem 1rem}.PromoCodeInput-module__LG0RtG__input:focus{border-color:var(--primary);outline:none}.PromoCodeInput-module__LG0RtG__input::placeholder{text-transform:none}.PromoCodeInput-module__LG0RtG__applyBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:opacity .2s}.PromoCodeInput-module__LG0RtG__applyBtn:hover:not(:disabled){opacity:.9}.PromoCodeInput-module__LG0RtG__applyBtn:disabled{opacity:.5;cursor:not-allowed}.PromoCodeInput-module__LG0RtG__error{color:#f44;margin-top:.5rem;font-size:.85rem}.PromoCodeInput-module__LG0RtG__appliedWrapper{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:.5rem;margin:1rem 0;padding:1rem}.PromoCodeInput-module__LG0RtG__appliedCode{align-items:center;gap:1rem;display:flex}.PromoCodeInput-module__LG0RtG__codeTag{color:#22c55e;background:#22c55e33;border-radius:.25rem;padding:.25rem .75rem;font-size:.9rem;font-weight:600}.PromoCodeInput-module__LG0RtG__discountText{color:#22c55e;font-weight:600}.PromoCodeInput-module__LG0RtG__removeBtn{color:var(--text-muted);border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:.25rem;margin-left:auto;padding:.25rem .75rem;font-size:.85rem;transition:all .2s}.PromoCodeInput-module__LG0RtG__removeBtn:hover{color:#f44;background:#ff44441a;border-color:#ff44444d}.PromoCodeInput-module__LG0RtG__savings{color:#22c55e;margin-top:.5rem;font-size:.9rem}
.Sponsors-module__xUCroq__section{background-color:var(--surface);border-top:1px solid var(--surface-highlight);padding:8rem 0}.Sponsors-module__xUCroq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Sponsors-module__xUCroq__header{text-align:center;margin-bottom:5rem}.Sponsors-module__xUCroq__header h2{font-family:var(--font-outfit);color:var(--text-main);margin-bottom:1rem;font-size:3rem;font-weight:700}.Sponsors-module__xUCroq__header p{color:var(--text-muted)}.Sponsors-module__xUCroq__sponsorGrid{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:4rem;display:flex}.Sponsors-module__xUCroq__tierTitle{text-align:center;font-family:var(--font-outfit);color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;width:100%;margin-bottom:2rem;font-size:1.2rem}.Sponsors-module__xUCroq__logoPlace{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 6px #00000005}.Sponsors-module__xUCroq__logoPlace:hover{border-color:var(--primary-glow);transform:translateY(-5px);box-shadow:0 10px 15px #0000000d}.Sponsors-module__xUCroq__gold .Sponsors-module__xUCroq__logoPlace{width:220px;height:110px}.Sponsors-module__xUCroq__silver .Sponsors-module__xUCroq__logoPlace{width:180px;height:90px}.Sponsors-module__xUCroq__bronze .Sponsors-module__xUCroq__logoPlace{width:140px;height:70px}.Sponsors-module__xUCroq__logoText{color:var(--text-muted);font-weight:700}
.styles-module__72uVJa__statusCard{background-color:var(--surface);border:1px solid var(--glass-border);flex-direction:column;align-items:center;max-width:600px;margin:0 auto;padding:3rem;display:flex}.styles-module__72uVJa__title{color:var(--text-main);font-size:2.5rem;font-family:var(--font-outfit);margin:1.5rem 0}.styles-module__72uVJa__iconSuccess{color:#4caf50;font-size:5rem}.styles-module__72uVJa__iconPending{color:#ffc107;font-size:5rem}.styles-module__72uVJa__iconError{color:#f44336;font-size:5rem}.styles-module__72uVJa__retryBtn{background:linear-gradient(135deg,var(--primary,#7c3aed)0%,var(--accent,#a855f7)100%);color:#fff;cursor:pointer;border:none;border-radius:.5rem;margin-top:1.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s}.styles-module__72uVJa__retryBtn:hover:not(:disabled){opacity:.9}.styles-module__72uVJa__retryBtn:disabled{opacity:.5;cursor:not-allowed}
.FAQ-module__8ZM7Ka__section{background-color:#fff;padding:8rem 0}.FAQ-module__8ZM7Ka__container{max-width:900px;margin:0 auto;padding:0 2rem}.FAQ-module__8ZM7Ka__header{text-align:center;margin-bottom:4rem}.FAQ-module__8ZM7Ka__header h2{font-family:var(--font-outfit);color:var(--text-main);margin-bottom:1rem;font-size:3rem;font-weight:800}.FAQ-module__8ZM7Ka__faqList{flex-direction:column;gap:1.25rem;display:flex}.FAQ-module__8ZM7Ka__faqItem{background:var(--surface);border:1px solid #e2e8f0;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__8ZM7Ka__faqItem:hover{border-color:var(--primary-glow);box-shadow:0 4px 12px #0070f30d}.FAQ-module__8ZM7Ka__question{width:100%;color:var(--text-main);font-family:var(--font-outfit);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.25rem;font-weight:700;display:flex}.FAQ-module__8ZM7Ka__icon{color:var(--primary);font-size:1.5rem;transition:transform .3s}.FAQ-module__8ZM7Ka__active{border-color:var(--primary);background:#fff}.FAQ-module__8ZM7Ka__active .FAQ-module__8ZM7Ka__icon{color:var(--text-muted);transform:rotate(45deg)}.FAQ-module__8ZM7Ka__answer{max-height:0;color:var(--text-muted);padding:0 2rem;font-size:1.05rem;line-height:1.7;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__8ZM7Ka__active .FAQ-module__8ZM7Ka__answer{max-height:400px;padding-bottom:2rem}
.Moment-module__VoPNPW__moment{background:#fff;min-height:100vh}.Moment-module__VoPNPW__hero{background:linear-gradient(135deg,#0055b8 0%,#003d82 100%);justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.Moment-module__VoPNPW__heroOverlay{opacity:.3;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.Moment-module__VoPNPW__heroContent{z-index:2;text-align:center;padding:0 20px;position:relative}.Moment-module__VoPNPW__heroTitle{color:#fff;text-transform:uppercase;text-shadow:4px 4px #0003;margin-bottom:20px;font-size:5rem;font-style:italic;font-weight:900;line-height:1}.Moment-module__VoPNPW__heroSubtitle{color:#fffffff2;max-width:600px;margin:0 auto;font-size:1.5rem;font-weight:400}.Moment-module__VoPNPW__yearSelector{padding:60px 0 40px}.Moment-module__VoPNPW__yearTabs{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Moment-module__VoPNPW__yearTab{cursor:pointer;color:#333;text-transform:uppercase;letter-spacing:1px;background:#f0f4f8;border:3px solid #0000;border-radius:50px;padding:15px 40px;font-size:1.5rem;font-weight:700;transition:all .3s}.Moment-module__VoPNPW__yearTab:hover{background:#e3eaf0;transform:translateY(-2px)}.Moment-module__VoPNPW__yearTab.Moment-module__VoPNPW__active{color:#fff;background:#0055b8;border-color:#0055b8;box-shadow:0 8px 24px #0055b84d}.Moment-module__VoPNPW__content{padding:40px 0 100px}.Moment-module__VoPNPW__yearContent{text-align:center}.Moment-module__VoPNPW__yearTitle{color:#0055b8;text-transform:uppercase;margin-bottom:20px;font-size:3rem;font-style:italic;font-weight:900}.Moment-module__VoPNPW__yearDescription{color:#666;max-width:800px;margin:0 auto 60px;font-size:1.25rem;line-height:1.8}.Moment-module__VoPNPW__gallery{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px;display:grid}.Moment-module__VoPNPW__galleryItem{background:#f8f9fa;border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Moment-module__VoPNPW__galleryItem:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0055b833}.Moment-module__VoPNPW__imageWrapper{cursor:pointer;width:100%;padding-bottom:75%;position:relative;overflow:hidden}.Moment-module__VoPNPW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.Moment-module__VoPNPW__imageWrapper:hover .Moment-module__VoPNPW__image{transform:scale(1.1)}.Moment-module__VoPNPW__imageOverlay{background:linear-gradient(#0000,#000c);padding:30px 20px 20px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.Moment-module__VoPNPW__imageWrapper:hover .Moment-module__VoPNPW__imageOverlay{transform:translateY(0)}.Moment-module__VoPNPW__caption{color:#fff;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.Moment-module__VoPNPW__videoWrapper{padding:20px}.Moment-module__VoPNPW__videoCaption{color:#333;text-align:center;margin-top:15px;font-size:1rem;font-weight:600}@media (max-width:992px){.Moment-module__VoPNPW__heroTitle{font-size:4rem}.Moment-module__VoPNPW__yearTitle{font-size:2.5rem}.Moment-module__VoPNPW__gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}}@media (max-width:768px){.Moment-module__VoPNPW__hero{height:400px}.Moment-module__VoPNPW__heroTitle{font-size:3rem}.Moment-module__VoPNPW__heroSubtitle{font-size:1.25rem}.Moment-module__VoPNPW__yearTab{padding:12px 30px;font-size:1.25rem}.Moment-module__VoPNPW__yearTitle{font-size:2rem}.Moment-module__VoPNPW__yearDescription{font-size:1.1rem}.Moment-module__VoPNPW__gallery{grid-template-columns:1fr;gap:25px}}@media (max-width:480px){.Moment-module__VoPNPW__hero{height:350px}.Moment-module__VoPNPW__heroTitle{font-size:2.5rem}.Moment-module__VoPNPW__heroSubtitle{font-size:1.1rem}.Moment-module__VoPNPW__yearSelector{padding:40px 0 30px}.Moment-module__VoPNPW__yearTab{padding:10px 25px;font-size:1.1rem}.Moment-module__VoPNPW__yearTitle{font-size:1.75rem}.Moment-module__VoPNPW__content{padding:30px 0 60px}}
.RunnerDashboard-module__XZXZXW__dashboard{max-width:900px;margin:0 auto;padding:2rem 1rem}.RunnerDashboard-module__XZXZXW__searchSection{text-align:center;margin-bottom:3rem}.RunnerDashboard-module__XZXZXW__title{color:var(--text-main,white);margin-bottom:.5rem;font-size:2.5rem}.RunnerDashboard-module__XZXZXW__subtitle{color:var(--text-muted,#888);margin-bottom:2rem}.RunnerDashboard-module__XZXZXW__searchForm{max-width:500px;margin:0 auto}.RunnerDashboard-module__XZXZXW__searchTypeToggle{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.RunnerDashboard-module__XZXZXW__toggleBtn{border:1px solid var(--glass-border,#ffffff1a);color:var(--text-muted,#888);cursor:pointer;background:#ffffff0d;border-radius:.5rem;padding:.5rem 1.5rem;transition:all .2s}.RunnerDashboard-module__XZXZXW__toggleBtn:hover{background:#ffffff14}.RunnerDashboard-module__XZXZXW__toggleBtn.RunnerDashboard-module__XZXZXW__active{background:var(--primary,#7c3aed);border-color:var(--primary,#7c3aed);color:#fff}.RunnerDashboard-module__XZXZXW__inputGroup{gap:.5rem;display:flex}.RunnerDashboard-module__XZXZXW__input{border:1px solid var(--glass-border,#ffffff1a);color:#fff;background:#ffffff0d;border-radius:.5rem;flex:1;padding:.875rem 1rem;font-size:1rem}.RunnerDashboard-module__XZXZXW__input:focus{border-color:var(--primary,#7c3aed);outline:none}.RunnerDashboard-module__XZXZXW__searchBtn{background:var(--primary,#7c3aed);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-weight:600;transition:opacity .2s}.RunnerDashboard-module__XZXZXW__searchBtn:hover:not(:disabled){opacity:.9}.RunnerDashboard-module__XZXZXW__searchBtn:disabled{opacity:.5;cursor:not-allowed}.RunnerDashboard-module__XZXZXW__error{color:#f44;margin-top:.75rem;font-size:.9rem}.RunnerDashboard-module__XZXZXW__resultsSection{margin-top:2rem}.RunnerDashboard-module__XZXZXW__resultsTitle{color:var(--text-main,white);margin-bottom:1.5rem;font-size:1.25rem}.RunnerDashboard-module__XZXZXW__registrationsList{flex-direction:column;gap:1.5rem;display:flex}.RunnerDashboard-module__XZXZXW__registrationCard{border:1px solid var(--glass-border,#ffffff1a);background:#ffffff08;border-radius:1rem;overflow:hidden}.RunnerDashboard-module__XZXZXW__cardHeader{background:#ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.RunnerDashboard-module__XZXZXW__cardHeader h3{color:var(--text-main,white);margin:0;font-size:1.25rem}.RunnerDashboard-module__XZXZXW__category{background:var(--primary,#7c3aed);color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.RunnerDashboard-module__XZXZXW__cardBody{grid-template-columns:1fr auto;gap:2rem;padding:1.5rem;display:grid}@media (max-width:600px){.RunnerDashboard-module__XZXZXW__cardBody{grid-template-columns:1fr}}.RunnerDashboard-module__XZXZXW__details{flex-direction:column;gap:.75rem;display:flex}.RunnerDashboard-module__XZXZXW__detailRow{justify-content:space-between;gap:1rem;display:flex}.RunnerDashboard-module__XZXZXW__label{color:var(--text-muted,#888)}.RunnerDashboard-module__XZXZXW__value{color:var(--text-main,white);text-align:right;font-weight:500}.RunnerDashboard-module__XZXZXW__status{border-radius:.25rem;padding:.25rem .5rem;font-size:.85rem;font-weight:500}.RunnerDashboard-module__XZXZXW__statusPaid{color:#22c55e;background:#22c55e33}.RunnerDashboard-module__XZXZXW__qrSection{text-align:center;border-left:1px solid var(--glass-border,#ffffff1a);padding-left:2rem}@media (max-width:600px){.RunnerDashboard-module__XZXZXW__qrSection{border-left:none;border-top:1px solid var(--glass-border,#ffffff1a);padding-top:1.5rem;padding-left:0}}.RunnerDashboard-module__XZXZXW__qrLabel{color:var(--text-muted,#888);margin-bottom:1rem;font-size:.9rem}.RunnerDashboard-module__XZXZXW__qrCode{background:#fff;border-radius:.5rem;width:180px;height:180px;padding:.5rem}.RunnerDashboard-module__XZXZXW__qrHint{color:var(--text-muted,#888);max-width:180px;margin-top:.75rem;font-size:.8rem}.RunnerDashboard-module__XZXZXW__noResults{text-align:center;color:var(--text-muted,#888);padding:3rem}
.WaitlistForm-module__9RpvtW__overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.WaitlistForm-module__9RpvtW__modal{background:var(--bg-dark,#1a1a2e);border:1px solid var(--glass-border,#ffffff1a);border-radius:1rem;width:100%;max-width:450px;padding:2rem;position:relative}.WaitlistForm-module__9RpvtW__closeBtn{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem}.WaitlistForm-module__9RpvtW__closeBtn:hover{color:#fff}.WaitlistForm-module__9RpvtW__title{color:var(--text-main,white);margin:0 0 .5rem;font-size:1.5rem}.WaitlistForm-module__9RpvtW__subtitle{color:var(--text-muted,#888);margin-bottom:1.5rem;font-size:.9rem}.WaitlistForm-module__9RpvtW__form{flex-direction:column;gap:1rem;display:flex}.WaitlistForm-module__9RpvtW__group{flex-direction:column;gap:.5rem;display:flex}.WaitlistForm-module__9RpvtW__group label{color:var(--text-muted,#888);font-size:.9rem}.WaitlistForm-module__9RpvtW__group input{border:1px solid var(--glass-border,#ffffff1a);color:#fff;background:#ffffff0d;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem}.WaitlistForm-module__9RpvtW__group input:focus{border-color:var(--primary,#7c3aed);outline:none}.WaitlistForm-module__9RpvtW__error{color:#f44;margin:0;font-size:.85rem}.WaitlistForm-module__9RpvtW__submitBtn{background:var(--primary,#7c3aed);color:#fff;cursor:pointer;border:none;border-radius:.5rem;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:opacity .2s}.WaitlistForm-module__9RpvtW__submitBtn:hover:not(:disabled){opacity:.9}.WaitlistForm-module__9RpvtW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.WaitlistForm-module__9RpvtW__successContent{text-align:center;padding:1rem 0}.WaitlistForm-module__9RpvtW__successIcon{color:#22c55e;background:#22c55e33;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.WaitlistForm-module__9RpvtW__successContent h2{color:var(--text-main,white);margin:0 0 1rem}.WaitlistForm-module__9RpvtW__successContent p{color:var(--text-muted,#888);margin-bottom:1.5rem}.WaitlistForm-module__9RpvtW__doneBtn{background:var(--primary,#7c3aed);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600}.WaitlistForm-module__9RpvtW__doneBtn:hover{opacity:.9}
