*{box-sizing:border-box;margin:0;padding:0}body{width:100%;overflow-x:hidden}:root{--primary-dark:#0b1e3c;--accent-red:#c41e3a;--white:#fff;--text-gray:#e0e0e0;--shadow-sm:0 4px 20px #00000014;--shadow-md:0 8px 30px #0000001f;--transition:all .3s cubic-bezier(.4,0,.2,1);--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif}.Navbar-module__jkRVWq__navbar{z-index:1000;background-color:var(--primary-dark);width:100%;transition:var(--transition);will-change:transform,background-color,box-shadow;font-family:var(--font-main);padding:.75rem 2rem;position:sticky;top:0}.Navbar-module__jkRVWq__navbar.Navbar-module__jkRVWq__scrolled{-webkit-backdrop-filter:blur(12px)saturate(180%);box-shadow:var(--shadow-md);background-color:#0b1e3cf2;padding:.5rem 2rem}.Navbar-module__jkRVWq__navbarContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Navbar-module__jkRVWq__logoWrapper{align-items:center;gap:.75rem;display:flex}.Navbar-module__jkRVWq__logoLink{transition:var(--transition);display:inline-flex}.Navbar-module__jkRVWq__logoLink:hover{filter:brightness(1.2);transform:scale(1.08)}.Navbar-module__jkRVWq__logo{object-fit:contain;width:auto;height:42px;transition:var(--transition)}.Navbar-module__jkRVWq__separator{background-color:#ffffff40;width:1px;height:24px;margin:0;transition:height .4s}.Navbar-module__jkRVWq__logoWrapper:hover .Navbar-module__jkRVWq__separator{background-color:var(--accent-red);height:28px}.Navbar-module__jkRVWq__symposiumTitle{color:var(--white);font-family:var(--font-title);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:1.15rem;font-weight:600;line-height:1.1;transition:color .3s}.Navbar-module__jkRVWq__logoWrapper:hover .Navbar-module__jkRVWq__symposiumTitle{color:#f0f0f0}.Navbar-module__jkRVWq__year{color:var(--accent-red);letter-spacing:.05em;transition:var(--transition);margin-left:.5rem;font-weight:800;display:inline-block;position:relative}.Navbar-module__jkRVWq__logoWrapper:hover .Navbar-module__jkRVWq__year{text-shadow:0 0 10px #c41e3a66;transform:scale(1.1)}.Navbar-module__jkRVWq__desktopNav{display:flex}.Navbar-module__jkRVWq__navList{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__jkRVWq__navLink{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1),transform .3s;display:inline-block;position:relative}.Navbar-module__jkRVWq__navLink:after{content:"";background-color:var(--accent-red);width:0;height:2px;transition:width .4s cubic-bezier(.65,0,.35,1);position:absolute;bottom:0;left:0}.Navbar-module__jkRVWq__navLink:hover{color:var(--white);transform:translateY(-2px)}.Navbar-module__jkRVWq__navLink:hover:after{width:100%}.Navbar-module__jkRVWq__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:0;display:none}.Navbar-module__jkRVWq__hamburger span{background-color:var(--white);width:100%;height:1.5px;transition:var(--transition);transform-origin:0;border-radius:4px;display:block}.Navbar-module__jkRVWq__hamburger.Navbar-module__jkRVWq__open span:first-child{width:110%;transform:rotate(45deg)translate(2px,-2px)}.Navbar-module__jkRVWq__hamburger.Navbar-module__jkRVWq__open span:nth-child(2){opacity:0;transform:translate(-10px)}.Navbar-module__jkRVWq__hamburger.Navbar-module__jkRVWq__open span:last-child{width:110%;transform:rotate(-45deg)translate(2px,2px)}.Navbar-module__jkRVWq__mobileMenu{background-color:var(--primary-dark);z-index:1050;width:min(320px,80vw);height:100vh;font-family:var(--font-main);padding:6rem 2rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #00000026}.Navbar-module__jkRVWq__mobileMenu.Navbar-module__jkRVWq__open{transform:translate(0)}.Navbar-module__jkRVWq__mobileNavList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__jkRVWq__mobileNavLink{color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0d;width:100%;padding:.75rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.Navbar-module__jkRVWq__mobileNavLink:hover{color:var(--accent-red)}.Navbar-module__jkRVWq__overlay{-webkit-backdrop-filter:blur(4px);z-index:1040;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.Navbar-module__jkRVWq__overlay.Navbar-module__jkRVWq__open{opacity:1;visibility:visible}@media (max-width:1024px){.Navbar-module__jkRVWq__navList{gap:2rem}}@media (max-width:900px){.Navbar-module__jkRVWq__navbar{padding:1rem}.Navbar-module__jkRVWq__navbar.Navbar-module__jkRVWq__scrolled{padding:.75rem 1rem}.Navbar-module__jkRVWq__desktopNav{display:none}.Navbar-module__jkRVWq__hamburger{display:flex}}@media (max-width:480px){.Navbar-module__jkRVWq__logo{height:40px}.Navbar-module__jkRVWq__symposiumTitle,.Navbar-module__jkRVWq__year{font-size:1rem}.Navbar-module__jkRVWq__mobileMenu{width:85vw;padding:5rem 1.5rem 1.5rem}.Navbar-module__jkRVWq__mobileNavLink{font-size:1.125rem}}.Navbar-module__jkRVWq__navLink:focus-visible,.Navbar-module__jkRVWq__mobileNavLink:focus-visible,.Navbar-module__jkRVWq__hamburger:focus-visible{outline:2px solid var(--accent-red);outline-offset:4px}
:root{--primary-dark:#0b1e3c;--accent-red:#c41e3a;--accent-glow:#c41e3a66;--accent-gradient:linear-gradient(135deg,#fff 0%,#c41e3a 50%,#ff4d6d 100%);--white:#fff;--shadow-lg:0 20px 50px #0006;--transition:all .4s cubic-bezier(.4,0,.2,1);--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif}.Hero-module__g0LB9q__hero{text-align:center;width:100%;min-height:100vh;color:var(--white);background:#040c1e;justify-content:center;align-items:center;padding:7rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__g0LB9q__wavesCanvas{z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__g0LB9q__noise{z-index:1;pointer-events:none;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__g0LB9q__vignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 50%,#040c1eb3 100%);position:absolute;inset:0}.Hero-module__g0LB9q__heroContent{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:1100px;display:flex;position:relative}.Hero-module__g0LB9q__badge,.Hero-module__g0LB9q__sponsorBadge,.Hero-module__g0LB9q__jointOrganizer,.Hero-module__g0LB9q__title,.Hero-module__g0LB9q__tagline,.Hero-module__g0LB9q__collabSection,.Hero-module__g0LB9q__eventDetails,.Hero-module__g0LB9q__buttonGroup{opacity:0;animation:1s cubic-bezier(.23,1,.32,1) forwards Hero-module__g0LB9q__fadeInUp}@keyframes Hero-module__g0LB9q__fadeInUp{0%{opacity:0;filter:blur(6px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.Hero-module__g0LB9q__badge{animation-delay:.1s}.Hero-module__g0LB9q__sponsorBadge{animation-delay:.15s}.Hero-module__g0LB9q__jointOrganizer{animation-delay:.25s}.Hero-module__g0LB9q__title{animation-delay:.45s}.Hero-module__g0LB9q__tagline{animation-delay:.65s}.Hero-module__g0LB9q__collabSection{animation-delay:.8s}.Hero-module__g0LB9q__eventTicket{animation-delay:.95s}.Hero-module__g0LB9q__buttonGroup{animation-delay:1.1s}.Hero-module__g0LB9q__badgesWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Hero-module__g0LB9q__badge{font-family:var(--font-main);letter-spacing:.06em;text-transform:uppercase;color:#ffffffe6;-webkit-backdrop-filter:blur(10px);background:#c41e3a1a;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.6rem;padding:.5rem 1.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__g0LB9q__sponsorBadge{font-family:var(--font-main);letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;-webkit-backdrop-filter:blur(10px);transition:var(--transition);background:#ffffff08;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.6rem;padding:.45rem 1.4rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__g0LB9q__sponsorBadge:hover{color:var(--white);background:#ffffff14;border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff0d}.Hero-module__g0LB9q__ieeeLogo{object-fit:contain;filter:brightness(0)invert();opacity:.95;width:auto;height:18px}.Hero-module__g0LB9q__badgeDot{background:var(--accent-red);width:7px;height:7px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite Hero-module__g0LB9q__dotPulse}@keyframes Hero-module__g0LB9q__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.Hero-module__g0LB9q__jointOrganizer{flex-direction:column;align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.Hero-module__g0LB9q__jointLabel{font-family:var(--font-main);letter-spacing:.15em;text-transform:uppercase;color:#fff9;font-size:.75rem;font-weight:500}.Hero-module__g0LB9q__jointMain strong{font-family:var(--font-main);color:var(--white);letter-spacing:.05em;text-transform:uppercase;border-bottom:2px solid var(--accent-red);padding-bottom:3px;font-size:clamp(1rem,2vw,1.25rem);font-weight:700}.Hero-module__g0LB9q__jointForeign{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-top:.4rem;display:flex}.Hero-module__g0LB9q__jointAnd{font-family:var(--font-title);color:var(--accent-red);background:#c41e3a1a;border:1px solid #c41e3a40;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin:0 .2rem;font-size:1.1rem;font-weight:600;display:flex}.Hero-module__g0LB9q__foreignUni{font-size:.75rem;font-family:var(--font-main);color:#ffffffd9;letter-spacing:.03em;-webkit-backdrop-filter:blur(10px);transition:var(--transition);cursor:default;background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;padding:.45rem 1rem;font-weight:500;box-shadow:0 4px 15px #0000001a}.Hero-module__g0LB9q__foreignUni:hover{color:var(--white);background:#ffffff14;border-color:#c41e3a66;transform:translateY(-2px);box-shadow:0 6px 20px #c41e3a26}.Hero-module__g0LB9q__title{font-family:var(--font-title);text-transform:uppercase;letter-spacing:-.02em;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-weight:800;line-height:1.15;display:flex}.Hero-module__g0LB9q__titlePrefix{letter-spacing:.08em;color:#ffffffb3;text-transform:uppercase;margin-bottom:.2rem;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:500;display:block}.Hero-module__g0LB9q__highlightFrontiers{color:var(--white);letter-spacing:.09em;text-shadow:0 0 15px #ffffff40;font-weight:700}.Hero-module__g0LB9q__gradientText{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.8rem,5.5vw,3.8rem);line-height:1.1;display:block}.Hero-module__g0LB9q__titleSubline{color:#ffffffa6;letter-spacing:.04em;margin-top:.25rem;font-size:clamp(.9rem,2.2vw,1.3rem);font-weight:500;display:block}.Hero-module__g0LB9q__titleAcronym{color:var(--white);letter-spacing:.12em;background:#c41e3a14;border:1px solid #c41e3a59;border-radius:8px;margin-top:.5rem;padding:.3rem 1.5rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:700;display:inline-block}.Hero-module__g0LB9q__tagline{font-family:var(--font-title);color:#ffffffe6;letter-spacing:.01em;max-width:800px;margin-bottom:2.5rem;font-size:clamp(1.1rem,2.8vw,1.8rem);font-weight:400;line-height:1.6}.Hero-module__g0LB9q__collabSection{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:700px;margin-bottom:2.5rem;display:flex}.Hero-module__g0LB9q__collabLabelRow{align-items:center;gap:1.2rem;width:100%;display:flex}.Hero-module__g0LB9q__collabLine{background:linear-gradient(90deg,#0000,#ffffff26,#0000);flex:1;height:1px}.Hero-module__g0LB9q__collabLabel{font-family:var(--font-main);letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;white-space:nowrap;font-size:.7rem;font-weight:500}.Hero-module__g0LB9q__collabLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.Hero-module__g0LB9q__logoCard{transition:var(--transition);background:#fffffff2;border-radius:10px;justify-content:center;align-items:center;padding:.6rem 1.2rem;display:flex;box-shadow:0 2px 12px #00000026,0 0 0 1px #ffffff0d}.Hero-module__g0LB9q__logoCard:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000040,0 0 20px #c41e3a1a}.Hero-module__g0LB9q__collabLogo{object-fit:contain;width:auto;max-width:140px;height:32px;display:block}.Hero-module__g0LB9q__eventTicket{-webkit-backdrop-filter:blur(20px);transition:var(--transition);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:600px;margin-bottom:3.5rem;display:flex;position:relative;overflow:hidden}.Hero-module__g0LB9q__eventTicket:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-5px);box-shadow:0 15px 40px #0006,0 0 30px #c41e3a26}.Hero-module__g0LB9q__ticketBorder{background:linear-gradient(90deg,transparent,var(--accent-red),transparent);opacity:.6;width:50%;height:2px;animation:4s linear infinite Hero-module__g0LB9q__shineBorder;position:absolute;top:0;left:-100%}@keyframes Hero-module__g0LB9q__shineBorder{to{left:200%}}.Hero-module__g0LB9q__ticketDateSection{background:linear-gradient(135deg,#c41e3a1a 0%,#0000 100%);flex-direction:column;justify-content:center;align-items:center;min-width:200px;padding:1.5rem 2rem;display:flex}.Hero-module__g0LB9q__ticketMonth{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-red);margin-bottom:.2rem;font-size:.85rem;font-weight:600}.Hero-module__g0LB9q__ticketDays{font-family:var(--font-title);color:var(--white);letter-spacing:-.03em;text-shadow:0 4px 15px #c41e3a33;margin-bottom:.4rem;font-size:3.2rem;font-weight:800;line-height:1}.Hero-module__g0LB9q__ticketSubtitle{font-family:var(--font-main);color:#fff9;letter-spacing:.05em;text-transform:uppercase;text-align:center;font-size:.75rem;font-weight:500}.Hero-module__g0LB9q__ticketDivider{justify-content:center;align-items:center;width:20px;display:flex;position:relative}.Hero-module__g0LB9q__dashLine{background-image:linear-gradient(#ffffff26 50%,#0000 50%);background-size:2px 14px;width:2px;height:100%}.Hero-module__g0LB9q__cutoutTop,.Hero-module__g0LB9q__cutoutBottom{z-index:2;background:#040c1e;border-radius:50%;width:20px;height:20px;position:absolute;box-shadow:inset 0 2px 4px #00000080}.Hero-module__g0LB9q__cutoutTop{border-bottom:1px solid #ffffff14;top:-10px}.Hero-module__g0LB9q__cutoutBottom{border-top:1px solid #ffffff14;bottom:-10px}.Hero-module__g0LB9q__ticketVenueSection{flex:1;align-items:center;padding:1.5rem 2rem;display:flex}.Hero-module__g0LB9q__venueItem{align-items:center;gap:1.25rem;display:flex}.Hero-module__g0LB9q__venueIconWrapper{width:48px;min-width:48px;height:48px;color:var(--accent-red);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:14px;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 15px #c41e3a0d}.Hero-module__g0LB9q__eventTicket:hover .Hero-module__g0LB9q__venueIconWrapper{background:#c41e3a26;border-color:#c41e3a4d;box-shadow:0 0 20px #c41e3a33}.Hero-module__g0LB9q__venueIcon{width:24px;height:24px}.Hero-module__g0LB9q__venueText{text-align:left;flex-direction:column;gap:.2rem;display:flex}.Hero-module__g0LB9q__venueLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-red);font-size:.7rem;font-weight:600}.Hero-module__g0LB9q__venueValue{font-family:var(--font-main);color:var(--white);letter-spacing:.02em;font-size:1.15rem;font-weight:700}.Hero-module__g0LB9q__venueSub{font-family:var(--font-main);color:#fff9;font-size:.85rem;font-weight:500}.Hero-module__g0LB9q__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Hero-module__g0LB9q__primaryBtn,.Hero-module__g0LB9q__secondaryBtn{transition:var(--transition);letter-spacing:.02em;font-size:1.05rem;font-weight:600;font-family:var(--font-main);text-transform:uppercase;border-radius:12px;align-items:center;gap:.75rem;padding:1.1rem 3rem;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Hero-module__g0LB9q__primaryBtn:before,.Hero-module__g0LB9q__secondaryBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Hero-module__g0LB9q__primaryBtn:hover:before,.Hero-module__g0LB9q__secondaryBtn:hover:before{left:200%}.Hero-module__g0LB9q__primaryBtn{background:linear-gradient(135deg,var(--accent-red)0%,#e8284a 100%);color:var(--white);box-shadow:0 8px 25px var(--accent-glow);border:none}.Hero-module__g0LB9q__primaryBtn:hover{transform:translateY(-4px);box-shadow:0 15px 40px #c41e3a8c}.Hero-module__g0LB9q__secondaryBtn{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff26}.Hero-module__g0LB9q__secondaryBtn:hover{background:#ffffff14;border-color:#ffffff80;transform:translateY(-4px)}.Hero-module__g0LB9q__btnIcon{width:20px;height:20px;transition:transform .3s}.Hero-module__g0LB9q__primaryBtn:hover .Hero-module__g0LB9q__btnIcon,.Hero-module__g0LB9q__secondaryBtn:hover .Hero-module__g0LB9q__btnIcon{transform:translate(5px)}.Hero-module__g0LB9q__bottomFade{background:linear-gradient(to top,var(--primary-dark)0%,transparent 100%);z-index:8;pointer-events:none;width:100%;height:12rem;position:absolute;bottom:0;left:0}@media (max-width:768px){.Hero-module__g0LB9q__hero{padding:6rem 1.25rem 3rem}.Hero-module__g0LB9q__badge{padding:.4rem 1rem;font-size:.7rem}.Hero-module__g0LB9q__sponsorBadge{gap:.45rem;padding:.35rem 1rem;font-size:.65rem}.Hero-module__g0LB9q__ieeeLogo{height:15px}.Hero-module__g0LB9q__collabLogos{gap:1rem}.Hero-module__g0LB9q__logoCard{padding:.5rem .8rem}.Hero-module__g0LB9q__collabLogo{max-width:110px;height:26px}.Hero-module__g0LB9q__eventTicket{flex-direction:column;max-width:320px}.Hero-module__g0LB9q__ticketDateSection{border-bottom:none;padding:1.25rem 1.5rem}.Hero-module__g0LB9q__ticketDivider{flex-direction:row;width:100%;height:20px;display:flex}.Hero-module__g0LB9q__ticketDivider .Hero-module__g0LB9q__dashLine{background-image:linear-gradient(90deg,#ffffff26 50%,#0000 50%);background-size:14px 2px;width:100%;height:2px}.Hero-module__g0LB9q__ticketDivider .Hero-module__g0LB9q__cutoutTop{border-bottom:none;border-right:1px solid #ffffff14;top:50%;left:-10px;transform:translateY(-50%)}.Hero-module__g0LB9q__ticketDivider .Hero-module__g0LB9q__cutoutBottom{border-top:none;border-left:1px solid #ffffff14;top:50%;bottom:auto;right:-10px;transform:translateY(-50%)}.Hero-module__g0LB9q__ticketVenueSection{flex:none;justify-content:center;align-items:center;padding:1rem 1.5rem 1.25rem}.Hero-module__g0LB9q__venueIconWrapper{border-radius:10px;width:38px;min-width:38px;height:38px}.Hero-module__g0LB9q__venueIcon{width:20px;height:20px}.Hero-module__g0LB9q__venueItem{text-align:center;flex-direction:column;justify-content:center;gap:.4rem}.Hero-module__g0LB9q__venueValue{font-size:1rem}.Hero-module__g0LB9q__venueSub{font-size:.8rem}.Hero-module__g0LB9q__venueText{text-align:center;align-items:center}.Hero-module__g0LB9q__buttonGroup{flex-direction:column;gap:1rem;width:100%;max-width:300px}.Hero-module__g0LB9q__primaryBtn,.Hero-module__g0LB9q__secondaryBtn{justify-content:center;width:100%;padding:1rem 2rem}}@media (max-width:480px){.Hero-module__g0LB9q__hero{padding:5.5rem 1rem 2.5rem}.Hero-module__g0LB9q__title{gap:.25rem}.Hero-module__g0LB9q__titleAcronym{padding:.2rem 1rem;font-size:.85rem}.Hero-module__g0LB9q__tagline{margin-bottom:2rem;font-size:.95rem}.Hero-module__g0LB9q__collabSection{gap:1rem}.Hero-module__g0LB9q__collabLogos{gap:.75rem}.Hero-module__g0LB9q__collabLogo{max-width:85px;height:20px}.Hero-module__g0LB9q__logoCard{border-radius:6px;padding:.4rem .6rem}}@media (prefers-reduced-motion:reduce){.Hero-module__g0LB9q__badgeDot,.Hero-module__g0LB9q__badge,.Hero-module__g0LB9q__jointOrganizer,.Hero-module__g0LB9q__title,.Hero-module__g0LB9q__tagline,.Hero-module__g0LB9q__collabSection,.Hero-module__g0LB9q__eventTicket,.Hero-module__g0LB9q__buttonGroup{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.Hero-module__g0LB9q__wavesCanvas{display:none}}
:root{--about-dark:#040c1e;--about-navy:#0b1e3c;--accent-red:#c41e3a;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1)}.About-module__9PVJXW__about{background:linear-gradient(180deg,var(--about-navy)0%,var(--about-dark)50%,var(--about-navy)100%);color:var(--white);padding:8rem 2rem;position:relative;overflow:hidden}.About-module__9PVJXW__ambientOrb1{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c41e3a14 0%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:18s ease-in-out infinite About-module__9PVJXW__orbFloat1;position:absolute;top:8%;left:-5%}.About-module__9PVJXW__ambientOrb2{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#0b1e3c1f 0%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:22s ease-in-out infinite About-module__9PVJXW__orbFloat2;position:absolute;bottom:10%;right:-4%}@keyframes About-module__9PVJXW__orbFloat1{0%,to{transform:translate(0,0)}50%{transform:translate(25px,-18px)}}@keyframes About-module__9PVJXW__orbFloat2{0%,to{transform:translate(0,0)}50%{transform:translate(-20px,15px)}}.About-module__9PVJXW__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.About-module__9PVJXW__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.About-module__9PVJXW__sectionHeader{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:5rem;transform:translateY(30px)}.About-module__9PVJXW__sectionHeader.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-red);background:#c41e3a0f;border:1px solid #c41e3a40;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-block}.About-module__9PVJXW__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.About-module__9PVJXW__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__9PVJXW__subtitle{font-family:var(--font-main);color:#fff9;max-width:650px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.About-module__9PVJXW__introCard{opacity:0;transition:var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;margin-bottom:2rem;padding:2.5rem;position:relative;overflow:hidden;transform:translateY(25px)}.About-module__9PVJXW__introCard.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__introCard:hover{background:#ffffff0d;border-color:#ffffff1f}.About-module__9PVJXW__contentGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem;display:grid}.About-module__9PVJXW__contentBlock{opacity:0;transition:var(--transition-smooth);transition-delay:var(--delay,0s);transform:translateY(25px)}.About-module__9PVJXW__contentBlock.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__contentCard{height:100%;transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.About-module__9PVJXW__contentCard:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-3px)}.About-module__9PVJXW__cardAccent{background:linear-gradient(90deg,var(--accent-red),transparent);border-radius:0 0 4px 4px;width:40px;height:3px;position:absolute;top:0;left:2rem}.About-module__9PVJXW__contentTitle{font-family:var(--font-title);color:var(--white);margin-top:.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.About-module__9PVJXW__contentText{font-family:var(--font-main);color:#fff9;font-size:1rem;line-height:1.8}.About-module__9PVJXW__contentText strong{color:var(--accent-red);font-weight:600}.About-module__9PVJXW__committeeSection{opacity:0;transition:var(--transition-smooth).25s;margin-bottom:4rem;transform:translateY(25px)}.About-module__9PVJXW__committeeSection.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__committeeHeading{font-family:var(--font-title);color:var(--white);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.About-module__9PVJXW__committeeGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.About-module__9PVJXW__committeeCard{opacity:0;transition:var(--transition-smooth);transition-delay:calc(var(--index,0)*.1s);background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;padding:1.75rem 2rem;transform:translateY(30px)}.About-module__9PVJXW__committeeCard.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__committeeCard:hover{background:#ffffff0d;border-color:#c41e3a33;transform:translateY(-3px);box-shadow:0 16px 40px #00000040}.About-module__9PVJXW__committeeHeader{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.About-module__9PVJXW__flag{flex-shrink:0;margin-top:2px;font-size:1.6rem;line-height:1}.About-module__9PVJXW__institutionName{font-family:var(--font-title);color:#ffffffd9;font-size:.88rem;font-weight:700;line-height:1.4}.About-module__9PVJXW__memberList{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.About-module__9PVJXW__memberItem{flex-direction:column;gap:.15rem;display:flex}.About-module__9PVJXW__memberName{font-family:var(--font-main);color:var(--white);font-size:.92rem;font-weight:600}.About-module__9PVJXW__memberRole{font-family:var(--font-main);color:#ffffff73;font-size:.8rem;line-height:1.4}.About-module__9PVJXW__statsStrip{opacity:0;transition:var(--transition-smooth).2s;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;justify-content:center;margin-bottom:3rem;display:flex;overflow:hidden;transform:translateY(20px)}.About-module__9PVJXW__statsStrip.About-module__9PVJXW__animate{opacity:1;transform:translateY(0)}.About-module__9PVJXW__statItem{transition:var(--transition);flex-direction:column;flex:1;align-items:center;padding:2rem 1.5rem;display:flex;position:relative}.About-module__9PVJXW__statItem:not(:last-child):after{content:"";background:#ffffff14;width:1px;height:50%;position:absolute;top:25%;right:0}.About-module__9PVJXW__statItem:hover{background:#ffffff08}.About-module__9PVJXW__statValue{font-family:var(--font-title);color:var(--white);margin-bottom:.4rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1}.About-module__9PVJXW__statLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.15em;color:#fff6;font-size:.7rem;font-weight:600}@media (max-width:991px){.About-module__9PVJXW__about{padding:6rem 1.5rem}.About-module__9PVJXW__contentGrid{grid-template-columns:1fr;gap:1.5rem}.About-module__9PVJXW__committeeGrid{grid-template-columns:1fr}.About-module__9PVJXW__sectionHeader{margin-bottom:3.5rem}}@media (max-width:768px){.About-module__9PVJXW__about{padding:5rem 1.25rem}.About-module__9PVJXW__committeeGrid{grid-template-columns:1fr}.About-module__9PVJXW__statsStrip{flex-wrap:wrap;margin-bottom:3rem}.About-module__9PVJXW__statItem{flex-basis:50%;padding:1.5rem 1rem}.About-module__9PVJXW__statItem:nth-child(2):after{display:none}.About-module__9PVJXW__heading{font-size:2rem}.About-module__9PVJXW__contentCard,.About-module__9PVJXW__introCard{padding:2rem 1.5rem}.About-module__9PVJXW__committeeCard{padding:1.5rem}}@media (max-width:480px){.About-module__9PVJXW__about{padding:4rem 1rem}.About-module__9PVJXW__statItem{flex-basis:50%;padding:1.25rem .75rem}.About-module__9PVJXW__statValue{font-size:1.5rem}.About-module__9PVJXW__heading{font-size:1.7rem}.About-module__9PVJXW__cardInner{border-radius:16px;padding:1.75rem 1.25rem}}@media (prefers-reduced-motion:reduce){.About-module__9PVJXW__sectionHeader,.About-module__9PVJXW__contentBlock,.About-module__9PVJXW__statsStrip,.About-module__9PVJXW__introCard,.About-module__9PVJXW__committeeSection,.About-module__9PVJXW__committeeCard{opacity:1!important;transition:none!important;transform:none!important}}
:root{--uni-dark:#040c1e;--uni-navy:#0b1e3c;--accent-red:#c41e3a;--accent-glow:#c41e3a66;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffff06;--glass-border:#ffffff0f;--glass-hover-bg:#ffffff0e;--glass-hover-border:#ffffff24}.Universities-module__Lc7BGW__uniSection{background:linear-gradient(180deg,var(--uni-navy)0%,var(--uni-dark)50%,var(--uni-navy)100%);color:var(--white);padding:9rem 2rem;position:relative;overflow:hidden}.Universities-module__Lc7BGW__ambientOrb1{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c41e3a12 0%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:24s ease-in-out infinite Universities-module__Lc7BGW__uOrbF1;position:absolute;top:6%;right:-8%}.Universities-module__Lc7BGW__ambientOrb2{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#0b1e3c1f 0%,#0000 70%);border-radius:50%;width:360px;height:360px;animation:28s ease-in-out infinite Universities-module__Lc7BGW__uOrbF2;position:absolute;bottom:10%;left:-6%}@keyframes Universities-module__Lc7BGW__uOrbF1{0%,to{transform:translate(0,0)}50%{transform:translate(-20px,16px)}}@keyframes Universities-module__Lc7BGW__uOrbF2{0%,to{transform:translate(0,0)}50%{transform:translate(16px,-14px)}}.Universities-module__Lc7BGW__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Universities-module__Lc7BGW__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 55%,#040c1ea6 100%);position:absolute;inset:0}.Universities-module__Lc7BGW__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.Universities-module__Lc7BGW__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:4.5rem;transform:translateY(30px)}.Universities-module__Lc7BGW__header.Universities-module__Lc7BGW__animate{opacity:1;transform:translateY(0)}.Universities-module__Lc7BGW__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;-webkit-backdrop-filter:blur(12px);background:#c41e3a14;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.Universities-module__Lc7BGW__eyebrowIcon{width:15px;height:15px;color:var(--accent-red)}.Universities-module__Lc7BGW__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.Universities-module__Lc7BGW__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Universities-module__Lc7BGW__subtitle{font-family:var(--font-main);color:#ffffff80;max-width:640px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8}.Universities-module__Lc7BGW__uniGrid{flex-direction:column;gap:1.5rem;display:flex}.Universities-module__Lc7BGW__uniCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);color:var(--white);cursor:pointer;opacity:0;border-radius:24px;grid-template-columns:200px 1fr;align-items:center;gap:2rem;padding:2.5rem;text-decoration:none;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),background .4s,border-color .4s,box-shadow .4s;display:grid;position:relative;overflow:hidden;transform:translateY(25px)}.Universities-module__Lc7BGW__uniCard.Universities-module__Lc7BGW__animate{opacity:1;transition-delay:calc(80ms + var(--index,0)*.12s);transform:translateY(0)}.Universities-module__Lc7BGW__uniCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-5px);box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff0f}.Universities-module__Lc7BGW__cardShine{pointer-events:none;z-index:1;background:linear-gradient(105deg,#0000,#ffffff06,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.Universities-module__Lc7BGW__uniCard:hover .Universities-module__Lc7BGW__cardShine{left:150%}.Universities-module__Lc7BGW__cardAccent{background:linear-gradient(90deg,var(--accent-red),transparent);border-radius:0 0 4px 4px;width:50px;height:3px;position:absolute;top:0;left:2.5rem}.Universities-module__Lc7BGW__logoSection{justify-content:center;align-items:center;display:flex}.Universities-module__Lc7BGW__logoWrap{width:160px;height:120px;transition:var(--transition);background:#ffffffeb;border:1px solid #ffffff26;border-radius:18px;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.Universities-module__Lc7BGW__uniCard:hover .Universities-module__Lc7BGW__logoWrap{border-color:#c41e3a33;transform:scale(1.03);box-shadow:0 4px 20px #c41e3a14}.Universities-module__Lc7BGW__logo{object-fit:contain;max-width:100%;max-height:100%}.Universities-module__Lc7BGW__infoSection{flex-direction:column;gap:.75rem;display:flex}.Universities-module__Lc7BGW__uniName{font-family:var(--font-title);color:var(--white);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3;transition:color .3s}.Universities-module__Lc7BGW__uniCard:hover .Universities-module__Lc7BGW__uniName{color:#fff}.Universities-module__Lc7BGW__uniDesc{font-family:var(--font-main);color:#ffffff73;margin:0;font-size:.9rem;line-height:1.7}.Universities-module__Lc7BGW__metaRow{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Universities-module__Lc7BGW__locationBadge{font-family:var(--font-main);color:#ffffff80;background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:.45rem;padding:.35rem .85rem;font-size:.78rem;font-weight:500;display:inline-flex}.Universities-module__Lc7BGW__flag{font-size:.9rem}.Universities-module__Lc7BGW__visitLink{font-family:var(--font-main);color:var(--accent-red);opacity:0;transition:var(--transition);align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:inline-flex;transform:translate(-8px)}.Universities-module__Lc7BGW__uniCard:hover .Universities-module__Lc7BGW__visitLink{opacity:1;transform:translate(0)}.Universities-module__Lc7BGW__linkArrow{width:14px;height:14px;transition:transform .3s}.Universities-module__Lc7BGW__uniCard:hover .Universities-module__Lc7BGW__linkArrow{transform:translate(3px)}@media (max-width:991px){.Universities-module__Lc7BGW__uniSection{padding:6rem 1.5rem}.Universities-module__Lc7BGW__header{margin-bottom:3.5rem}}@media (max-width:768px){.Universities-module__Lc7BGW__uniSection{padding:5rem 1.25rem}.Universities-module__Lc7BGW__uniCard{text-align:center;border-radius:20px;grid-template-columns:1fr;gap:1.25rem;padding:2rem 1.5rem}.Universities-module__Lc7BGW__logoSection{justify-content:center}.Universities-module__Lc7BGW__logoWrap{width:130px;height:95px}.Universities-module__Lc7BGW__metaRow{flex-direction:column;align-items:center;gap:.5rem}.Universities-module__Lc7BGW__visitLink{opacity:1;transform:none}.Universities-module__Lc7BGW__heading{font-size:2.2rem}}@media (max-width:480px){.Universities-module__Lc7BGW__uniSection{padding:4rem 1rem}.Universities-module__Lc7BGW__heading{font-size:1.8rem}.Universities-module__Lc7BGW__uniCard{border-radius:16px;padding:1.75rem 1.25rem}.Universities-module__Lc7BGW__logoWrap{width:110px;height:80px}.Universities-module__Lc7BGW__uniName{font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.Universities-module__Lc7BGW__header,.Universities-module__Lc7BGW__uniCard{opacity:1!important;transition:none!important;transform:none!important}.Universities-module__Lc7BGW__ambientOrb1,.Universities-module__Lc7BGW__ambientOrb2{animation:none!important}}.Universities-module__Lc7BGW__uniCard:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}
:root{--trk-dark:#040c1e;--trk-navy:#0b1e3c;--accent-red:#c41e3a;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1)}.Tracks-module__sPoNEa__tracks{background:linear-gradient(180deg,var(--trk-navy)0%,var(--trk-dark)30%,var(--trk-dark)70%,var(--trk-navy)100%);color:var(--white);padding:8rem 2rem;position:relative;overflow:hidden}.Tracks-module__sPoNEa__networkCanvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Tracks-module__sPoNEa__bgNoise{z-index:1;pointer-events:none;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Tracks-module__sPoNEa__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 55%,#040c1ea6 100%);position:absolute;inset:0}.Tracks-module__sPoNEa__container{z-index:10;max-width:1100px;margin:0 auto;position:relative}.Tracks-module__sPoNEa__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:4.5rem;transform:translateY(30px)}.Tracks-module__sPoNEa__header.Tracks-module__sPoNEa__animate{opacity:1;transform:translateY(0)}.Tracks-module__sPoNEa__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.22em;color:var(--accent-red);background:#c41e3a0f;border:1px solid #c41e3a40;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-block}.Tracks-module__sPoNEa__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.Tracks-module__sPoNEa__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Tracks-module__sPoNEa__subtitle{font-family:var(--font-main);color:#ffffff8c;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.Tracks-module__sPoNEa__trackList{flex-direction:column;gap:1.25rem;margin-bottom:4rem;display:flex}.Tracks-module__sPoNEa__trackCard{opacity:0;will-change:transform,opacity;background:#ffffff06;border:1px solid #ffffff0f;border-radius:20px;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),background .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden;transform:translateY(30px)}.Tracks-module__sPoNEa__trackCard.Tracks-module__sPoNEa__animate{opacity:1;transition-delay:calc(.1s + var(--index,0)*80ms);transform:translateY(0)}.Tracks-module__sPoNEa__trackCard:hover{background:#ffffff0b;border-color:#ffffff1a;box-shadow:0 12px 40px #0000004d}.Tracks-module__sPoNEa__trackCard.Tracks-module__sPoNEa__expanded{border-color:color-mix(in srgb,var(--track-color)30%,transparent);box-shadow:0 15px 40px #00000040,0 0 25px color-mix(in srgb,var(--track-color)8%,transparent)}.Tracks-module__sPoNEa__trackAccent{background:var(--track-color);opacity:.7;border-radius:20px 0 0 20px;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Tracks-module__sPoNEa__trackCard:hover .Tracks-module__sPoNEa__trackAccent,.Tracks-module__sPoNEa__trackCard.Tracks-module__sPoNEa__expanded .Tracks-module__sPoNEa__trackAccent{opacity:1}.Tracks-module__sPoNEa__trackHeader{cursor:pointer;width:100%;color:inherit;text-align:left;transition:var(--transition);background:0 0;border:none;align-items:center;gap:1.25rem;padding:1.5rem 2rem 1.5rem 2.25rem;font-family:inherit;display:flex}.Tracks-module__sPoNEa__trackHeader:hover{background:#ffffff05}.Tracks-module__sPoNEa__trackNumberWrap{background:color-mix(in srgb,var(--track-color)12%,transparent);border:1px solid color-mix(in srgb,var(--track-color)25%,transparent);width:44px;height:44px;transition:var(--transition);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Tracks-module__sPoNEa__trackCard:hover .Tracks-module__sPoNEa__trackNumberWrap{background:color-mix(in srgb,var(--track-color)20%,transparent);border-color:color-mix(in srgb,var(--track-color)40%,transparent)}.Tracks-module__sPoNEa__trackNumber{font-family:var(--font-title);color:var(--track-color);font-size:1.1rem;font-weight:800}.Tracks-module__sPoNEa__trackMeta{flex:1;min-width:0}.Tracks-module__sPoNEa__trackTag{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.12em;color:var(--track-color);opacity:.85;margin-bottom:.35rem;font-size:.65rem;font-weight:600;display:inline-block}.Tracks-module__sPoNEa__trackTitle{font-family:var(--font-title);color:#ffffffeb;margin:0;font-size:clamp(.95rem,2vw,1.15rem);font-weight:700;line-height:1.4}.Tracks-module__sPoNEa__trackIcon{width:46px;height:46px;transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Tracks-module__sPoNEa__trackCard:hover .Tracks-module__sPoNEa__trackIcon{background:#ffffff12;border-color:#ffffff1f;transform:scale(1.05)}.Tracks-module__sPoNEa__emoji{font-size:1.4rem}.Tracks-module__sPoNEa__chevron{color:#ffffff59;flex-shrink:0;width:22px;height:22px;transition:transform .4s cubic-bezier(.16,1,.3,1),color .3s}.Tracks-module__sPoNEa__chevronOpen{color:var(--track-color);transform:rotate(180deg)}.Tracks-module__sPoNEa__trackBody{will-change:height,opacity;overflow:hidden}.Tracks-module__sPoNEa__bodyInner{min-height:0;padding:0 2.25rem}.Tracks-module__sPoNEa__trackDesc{font-family:var(--font-main);color:#fff9;border-top:1px solid #ffffff0f;margin-bottom:2rem;padding-top:.5rem;font-size:.98rem;line-height:1.8}.Tracks-module__sPoNEa__bodyColumns{grid-template-columns:1.5fr 1fr;gap:2rem;padding-bottom:2.25rem;display:grid}.Tracks-module__sPoNEa__bodyColumnTitle{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:flex}.Tracks-module__sPoNEa__columnIcon{width:16px;height:16px;color:var(--track-color)}.Tracks-module__sPoNEa__themeList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Tracks-module__sPoNEa__themeItem{font-family:var(--font-main);color:#ffffff94;align-items:baseline;gap:.65rem;font-size:.88rem;line-height:1.55;display:flex}.Tracks-module__sPoNEa__themeDot{background:var(--track-color);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:6px}.Tracks-module__sPoNEa__outcomeList{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.Tracks-module__sPoNEa__outcomeItem{font-family:var(--font-main);color:#ffffff94;align-items:baseline;gap:.55rem;font-size:.88rem;line-height:1.55;display:flex}.Tracks-module__sPoNEa__outcomeBullet{color:var(--track-color);flex-shrink:0;font-size:.9rem;font-weight:700}.Tracks-module__sPoNEa__bottomNote{text-align:center;opacity:0;max-width:820px;transition:var(--transition-smooth).5s;background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;margin:0 auto;padding:2.5rem;transform:translateY(20px)}.Tracks-module__sPoNEa__bottomNote.Tracks-module__sPoNEa__animate{opacity:1;transform:translateY(0)}.Tracks-module__sPoNEa__bottomNote p{font-family:var(--font-main);color:#ffffff8c;margin:0;font-size:.95rem;line-height:1.8}.Tracks-module__sPoNEa__bottomNote strong{color:var(--accent-red);font-weight:600}@media (max-width:991px){.Tracks-module__sPoNEa__tracks{padding:6rem 1.5rem}.Tracks-module__sPoNEa__bodyColumns{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.Tracks-module__sPoNEa__tracks{padding:5rem 1.25rem}.Tracks-module__sPoNEa__trackHeader{flex-wrap:wrap;gap:.75rem;padding:1.25rem 1.25rem 1.25rem 1.5rem}.Tracks-module__sPoNEa__trackIcon{display:none}.Tracks-module__sPoNEa__bodyInner{padding:0 1.5rem}.Tracks-module__sPoNEa__bodyColumns{padding-bottom:1.5rem}.Tracks-module__sPoNEa__header{margin-bottom:3rem}.Tracks-module__sPoNEa__bottomNote{padding:1.75rem}.Tracks-module__sPoNEa__trackTitle{font-size:.95rem}}@media (max-width:480px){.Tracks-module__sPoNEa__tracks{padding:4rem 1rem}.Tracks-module__sPoNEa__trackHeader{padding:1rem}.Tracks-module__sPoNEa__trackNumberWrap{border-radius:10px;width:36px;height:36px}.Tracks-module__sPoNEa__trackNumber{font-size:.95rem}.Tracks-module__sPoNEa__bodyInner{padding:0 1rem}.Tracks-module__sPoNEa__bodyColumns{padding-bottom:1.25rem}.Tracks-module__sPoNEa__trackCard{border-radius:14px}}@media (prefers-reduced-motion:reduce){.Tracks-module__sPoNEa__header,.Tracks-module__sPoNEa__trackCard,.Tracks-module__sPoNEa__bottomNote{opacity:1!important;transition:none!important;transform:none!important}.Tracks-module__sPoNEa__networkCanvas{display:none}.Tracks-module__sPoNEa__chevron,.Tracks-module__sPoNEa__trackBody{transition:none!important}}
:root{--org-dark:#040c1e;--org-navy:#0b1e3c;--accent-red:#c41e3a;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1)}.Organizers-module__YN18Ha__organizers{background:linear-gradient(180deg,var(--org-navy)0%,var(--org-dark)35%,var(--org-dark)65%,var(--org-navy)100%);color:var(--white);padding:8rem 2rem;position:relative;overflow:hidden}.Organizers-module__YN18Ha__circlesWrap{z-index:1;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.Organizers-module__YN18Ha__centerGlow{filter:blur(80px);background:radial-gradient(circle,#c41e3a0f 0%,#0000 70%);border-radius:50%;width:min(55vw,55vh);height:min(55vw,55vh);position:absolute}.Organizers-module__YN18Ha__circleRing{border-radius:50%;position:absolute;top:50%;left:50%;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1.5px));mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1.5px))}.Organizers-module__YN18Ha__ring1{background:conic-gradient(#0000 0deg,#c41e3a66 60deg,#0000 120deg 360deg);width:min(20vw,20vh);height:min(20vw,20vh);margin-top:calc(min(20vw,20vh)/-2);margin-left:calc(min(20vw,20vh)/-2);animation:14s linear infinite Organizers-module__YN18Ha__ringSpinCW}.Organizers-module__YN18Ha__ring2{background:conic-gradient(from 180deg,#c41e3a4d 0deg,#0000 40deg 90deg,#c41e3a40 130deg,#0000 170deg 360deg);width:min(35vw,35vh);height:min(35vw,35vh);margin-top:calc(min(35vw,35vh)/-2);margin-left:calc(min(35vw,35vh)/-2);animation:20s linear infinite Organizers-module__YN18Ha__ringSpinCCW}.Organizers-module__YN18Ha__ring3{background:conic-gradient(from 90deg,#0000 0deg,#c41e3a40 30deg,#ff4d6d4d 60deg,#0000 90deg 180deg,#c41e3a33 210deg,#0000 240deg 360deg);width:min(50vw,50vh);height:min(50vw,50vh);margin-top:calc(min(50vw,50vh)/-2);margin-left:calc(min(50vw,50vh)/-2);animation:28s linear infinite Organizers-module__YN18Ha__ringSpinCW}.Organizers-module__YN18Ha__ring4{background:conic-gradient(from 270deg,#c41e3a26 0deg,#0000 50deg 120deg,#c41e3a1f 150deg,#0000 200deg 300deg,#c41e3a1a 330deg,#0000 360deg);width:min(68vw,68vh);height:min(68vw,68vh);margin-top:calc(min(68vw,68vh)/-2);margin-left:calc(min(68vw,68vh)/-2);animation:34s linear infinite Organizers-module__YN18Ha__ringSpinCCW}@keyframes Organizers-module__YN18Ha__ringSpinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Organizers-module__YN18Ha__ringSpinCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.Organizers-module__YN18Ha__circlesVignette{pointer-events:none;background:radial-gradient(circle,#0000 0% 35%,#040c1eb3 65%,#040c1e 100%);position:absolute;inset:0}.Organizers-module__YN18Ha__container{z-index:10;max-width:1100px;margin:0 auto;position:relative}.Organizers-module__YN18Ha__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:5rem;transform:translateY(30px)}.Organizers-module__YN18Ha__header.Organizers-module__YN18Ha__animate{opacity:1;transform:translateY(0)}.Organizers-module__YN18Ha__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.22em;color:var(--accent-red);background:#c41e3a0f;border:1px solid #c41e3a40;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-block}.Organizers-module__YN18Ha__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.Organizers-module__YN18Ha__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Organizers-module__YN18Ha__introPara{font-family:var(--font-main);color:#ffffff8c;max-width:750px;margin:0 auto;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.8}.Organizers-module__YN18Ha__groupBlock{opacity:0;transition:var(--transition-smooth);transition-delay:calc(var(--gi,0)*50ms);margin-bottom:3rem;transform:translateY(25px)}.Organizers-module__YN18Ha__groupBlock.Organizers-module__YN18Ha__animate{opacity:1;transform:translateY(0)}.Organizers-module__YN18Ha__roleHeader{border-bottom:1px solid #ffffff0f;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.Organizers-module__YN18Ha__roleTitle{font-family:var(--font-title);color:var(--white);text-transform:uppercase;letter-spacing:.06em;border-left:3px solid var(--accent-red);margin:0;padding-left:1rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:700}.Organizers-module__YN18Ha__membersGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.Organizers-module__YN18Ha__memberCard{transition:var(--transition);background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.Organizers-module__YN18Ha__memberCard:before{content:"";background:var(--accent-red);opacity:0;width:3px;height:100%;transition:var(--transition);position:absolute;top:0;left:0}.Organizers-module__YN18Ha__memberCard:hover{background:#ffffff0d;border-color:#c41e3a2e;transform:translateY(-2px);box-shadow:0 8px 30px #0003}.Organizers-module__YN18Ha__memberCard:hover:before{opacity:1}.Organizers-module__YN18Ha__memberInfo{flex-direction:column;gap:.15rem;min-width:0;display:flex}.Organizers-module__YN18Ha__memberName{font-family:var(--font-main);color:var(--white);font-size:.95rem;font-weight:700;line-height:1.3}.Organizers-module__YN18Ha__memberDesig{font-family:var(--font-main);color:#ffffff80;font-size:.8rem;line-height:1.35}.Organizers-module__YN18Ha__memberAffil{font-family:var(--font-main);color:#ffffff61;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.78rem;line-height:1.35;display:flex}.Organizers-module__YN18Ha__intlBadge{text-transform:uppercase;letter-spacing:.08em;color:#00c2ff;background:#00c2ff14;border:1px solid #00c2ff40;border-radius:100px;padding:.15rem .55rem;font-size:.6rem;font-weight:700;display:inline-block}@media (max-width:991px){.Organizers-module__YN18Ha__organizers{padding:6rem 1.5rem}.Organizers-module__YN18Ha__membersGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Organizers-module__YN18Ha__organizers{padding:5rem 1.25rem}.Organizers-module__YN18Ha__membersGrid{grid-template-columns:1fr}.Organizers-module__YN18Ha__header{margin-bottom:3.5rem}.Organizers-module__YN18Ha__groupBlock{margin-bottom:2.5rem}.Organizers-module__YN18Ha__memberCard{padding:1rem 1.25rem}}@media (max-width:480px){.Organizers-module__YN18Ha__organizers{padding:4rem 1rem}.Organizers-module__YN18Ha__roleHeader{gap:.75rem}.Organizers-module__YN18Ha__roleTitle{font-size:.9rem}.Organizers-module__YN18Ha__memberCard{border-radius:12px;padding:1rem}}@media (prefers-reduced-motion:reduce){.Organizers-module__YN18Ha__header,.Organizers-module__YN18Ha__groupBlock{opacity:1!important;transition:none!important;transform:none!important}.Organizers-module__YN18Ha__circlesWrap{display:none}}
:root{--cfp-dark:#040c1e;--cfp-navy:#0b1e3c;--accent-red:#c41e3a;--accent-glow:#c41e3a66;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffff06;--glass-border:#ffffff0f;--glass-hover-bg:#ffffff0e;--glass-hover-border:#ffffff24}.CallForPapers-module__kC4nXa__cfpSection{background:linear-gradient(180deg,var(--cfp-navy)0%,var(--cfp-dark)50%,var(--cfp-navy)100%);color:var(--white);padding:9rem 2rem;position:relative;overflow:hidden}.CallForPapers-module__kC4nXa__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.CallForPapers-module__kC4nXa__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 50%,#040c1eb3 100%);position:absolute;inset:0}.CallForPapers-module__kC4nXa__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.CallForPapers-module__kC4nXa__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:5rem;transform:translateY(30px)}.CallForPapers-module__kC4nXa__header.CallForPapers-module__kC4nXa__animate{opacity:1;transform:translateY(0)}.CallForPapers-module__kC4nXa__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;-webkit-backdrop-filter:blur(12px);background:#c41e3a14;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.CallForPapers-module__kC4nXa__eyebrowDot{background:var(--accent-red);width:7px;height:7px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite CallForPapers-module__kC4nXa__dotPulse}@keyframes CallForPapers-module__kC4nXa__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.CallForPapers-module__kC4nXa__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.04em;margin-bottom:1.75rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.CallForPapers-module__kC4nXa__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CallForPapers-module__kC4nXa__subtitle{font-family:var(--font-main);color:#ffffff80;max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8}.CallForPapers-module__kC4nXa__headerDivider{justify-content:center;align-items:center;gap:1rem;display:flex}.CallForPapers-module__kC4nXa__dividerLine{background:linear-gradient(90deg,#0000,#c41e3a66,#0000);width:60px;height:1px}.CallForPapers-module__kC4nXa__dividerDiamond{background:var(--accent-red);opacity:.6;width:8px;height:8px;transform:rotate(45deg)}.CallForPapers-module__kC4nXa__sectionLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.2em;color:#ffffff59;text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:700;display:flex}.CallForPapers-module__kC4nXa__sectionLabelIcon{width:16px;height:16px;color:var(--accent-red);opacity:.7}.CallForPapers-module__kC4nXa__tracksGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:4rem;display:grid}.CallForPapers-module__kC4nXa__trackCard{background:var(--glass-bg);border:1px solid var(--glass-border);color:inherit;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(12px);border-radius:18px;align-items:center;gap:1rem;padding:1.35rem 1.25rem 1.35rem 1.6rem;text-decoration:none;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;transform:translateY(25px)}.CallForPapers-module__kC4nXa__trackCard.CallForPapers-module__kC4nXa__animate{opacity:1;transition-delay:calc(.15s + var(--index,0)*80ms);transform:translateY(0)}.CallForPapers-module__kC4nXa__trackCard:hover{background:var(--glass-hover-bg);border-color:color-mix(in srgb,var(--track-color)35%,transparent);box-shadow:0 12px 40px #0000004d,0 0 30px color-mix(in srgb,var(--track-color)6%,transparent),inset 0 1px 0 #ffffff0d;transform:translateY(-4px)}.CallForPapers-module__kC4nXa__trackAccent{background:var(--track-color);opacity:.5;border-radius:18px 0 0 18px;width:3px;height:100%;transition:opacity .4s,width .4s,box-shadow .4s;position:absolute;top:0;left:0}.CallForPapers-module__kC4nXa__trackCard:hover .CallForPapers-module__kC4nXa__trackAccent{opacity:1;width:4px;box-shadow:0 0 15px color-mix(in srgb,var(--track-color)30%,transparent)}.CallForPapers-module__kC4nXa__trackGlow{background:radial-gradient(circle at 0% 50%,color-mix(in srgb,var(--track-color)6%,transparent),transparent 70%);opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.CallForPapers-module__kC4nXa__trackCard:hover .CallForPapers-module__kC4nXa__trackGlow{opacity:1}.CallForPapers-module__kC4nXa__trackIconWrap{background:color-mix(in srgb,var(--track-color)10%,transparent);border:1px solid color-mix(in srgb,var(--track-color)18%,transparent);width:44px;height:44px;transition:var(--transition);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CallForPapers-module__kC4nXa__trackCard:hover .CallForPapers-module__kC4nXa__trackIconWrap{background:color-mix(in srgb,var(--track-color)20%,transparent);border-color:color-mix(in srgb,var(--track-color)40%,transparent);box-shadow:0 4px 15px color-mix(in srgb,var(--track-color)15%,transparent);transform:scale(1.08)}.CallForPapers-module__kC4nXa__trackEmoji{font-size:1.25rem}.CallForPapers-module__kC4nXa__trackInfo{flex:1;min-width:0}.CallForPapers-module__kC4nXa__trackNum{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.15em;color:var(--track-color);opacity:.8;margin-bottom:.25rem;font-size:.6rem;font-weight:800;display:block}.CallForPapers-module__kC4nXa__trackTitle{font-family:var(--font-title);color:#ffffffe0;margin:0;font-size:.82rem;font-weight:600;line-height:1.45}.CallForPapers-module__kC4nXa__trackArrow{color:#ffffff26;width:16px;height:16px;transition:var(--transition);flex-shrink:0}.CallForPapers-module__kC4nXa__trackCard:hover .CallForPapers-module__kC4nXa__trackArrow{color:var(--track-color);transform:translate(4px)}.CallForPapers-module__kC4nXa__infoGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:4rem;display:grid}.CallForPapers-module__kC4nXa__infoCard{background:var(--glass-bg);border:1px solid var(--glass-border);opacity:0;-webkit-backdrop-filter:blur(16px);transition:var(--transition-smooth);transition-delay:var(--delay,0s);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;transform:translateY(25px)}.CallForPapers-module__kC4nXa__infoCard.CallForPapers-module__kC4nXa__animate{opacity:1;transform:translateY(0)}.CallForPapers-module__kC4nXa__infoCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-5px);box-shadow:0 20px 60px #0000004d,0 0 40px #c41e3a0a,inset 0 1px #ffffff0f}.CallForPapers-module__kC4nXa__cardShine{pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff08,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.CallForPapers-module__kC4nXa__infoCard:hover .CallForPapers-module__kC4nXa__cardShine{left:150%}.CallForPapers-module__kC4nXa__cardAccent{background:linear-gradient(90deg,var(--accent-red),#c41e3a33,transparent);border-radius:0 0 4px 4px;width:50px;height:3px;position:absolute;top:0;left:2.5rem}.CallForPapers-module__kC4nXa__cardHeader{align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.CallForPapers-module__kC4nXa__cardIconWrap{width:48px;height:48px;transition:var(--transition);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CallForPapers-module__kC4nXa__infoCard:hover .CallForPapers-module__kC4nXa__cardIconWrap{background:#c41e3a24;border-color:#c41e3a4d;box-shadow:0 4px 20px #c41e3a1f}.CallForPapers-module__kC4nXa__cardIcon{width:24px;height:24px;color:var(--accent-red)}.CallForPapers-module__kC4nXa__cardTitle{font-family:var(--font-title);color:var(--white);margin:0 0 .2rem;font-size:1.25rem;font-weight:700}.CallForPapers-module__kC4nXa__cardSubtitle{font-family:var(--font-main);color:#ffffff59;letter-spacing:.02em;margin:0;font-size:.75rem}.CallForPapers-module__kC4nXa__guidelineList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.CallForPapers-module__kC4nXa__guidelineItem{font-family:var(--font-main);color:#ffffff8c;align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.6;transition:color .3s;display:flex}.CallForPapers-module__kC4nXa__guidelineItem:hover{color:#ffffffbf}.CallForPapers-module__kC4nXa__guidelineHighlight{color:#ffffffa6}.CallForPapers-module__kC4nXa__checkWrap{background:#c41e3a1a;border:1px solid #c41e3a33;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.CallForPapers-module__kC4nXa__checkIcon{width:13px;height:13px;color:var(--accent-red)}.CallForPapers-module__kC4nXa__pubText{font-family:var(--font-main);color:#ffffff8c;margin-bottom:1.75rem;font-size:1rem;line-height:1.85}.CallForPapers-module__kC4nXa__pubText strong{color:var(--accent-red);font-weight:600}.CallForPapers-module__kC4nXa__pubBadges{flex-wrap:wrap;gap:.6rem;display:flex}.CallForPapers-module__kC4nXa__pubBadge{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;transition:var(--transition);background:#ffffff06;border:1px solid #ffffff12;border-radius:100px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-size:.7rem;font-weight:600;display:inline-flex}.CallForPapers-module__kC4nXa__pubBadge:hover{color:#ffffffb3;background:#c41e3a14;border-color:#c41e3a4d;box-shadow:0 4px 15px #c41e3a14}.CallForPapers-module__kC4nXa__badgeIcon{width:14px;height:14px;color:var(--accent-red)}.CallForPapers-module__kC4nXa__datesSection{opacity:0;transition:var(--transition-smooth).3s;margin-bottom:4rem;transform:translateY(25px)}.CallForPapers-module__kC4nXa__datesSection.CallForPapers-module__kC4nXa__animate{opacity:1;transform:translateY(0)}.CallForPapers-module__kC4nXa__datesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.CallForPapers-module__kC4nXa__dateCard{background:var(--glass-bg);border:1px solid var(--glass-border);text-align:center;-webkit-backdrop-filter:blur(12px);opacity:0;border-radius:20px;flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1.25rem;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.CallForPapers-module__kC4nXa__dateCard.CallForPapers-module__kC4nXa__animate{opacity:1;transition-delay:calc(.2s + var(--index,0)*80ms);transform:translateY(0)}.CallForPapers-module__kC4nXa__dateCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-5px);box-shadow:0 16px 50px #0000004d,inset 0 1px #ffffff0f}.CallForPapers-module__kC4nXa__dateHighlight{background:#c41e3a0a;border-color:#c41e3a33}.CallForPapers-module__kC4nXa__dateHighlight:hover{background:#c41e3a14;border-color:#c41e3a59;box-shadow:0 16px 50px #0000004d,0 0 30px #c41e3a0f}.CallForPapers-module__kC4nXa__dateCardGlow{pointer-events:none;opacity:0;background:radial-gradient(circle,#c41e3a14,#0000 70%);width:120px;height:120px;transition:opacity .4s;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.CallForPapers-module__kC4nXa__dateCard:hover .CallForPapers-module__kC4nXa__dateCardGlow{opacity:1}.CallForPapers-module__kC4nXa__dateEmoji{margin-bottom:.25rem;font-size:1.6rem}.CallForPapers-module__kC4nXa__dateValue{font-family:var(--font-title);color:var(--white);font-size:1.15rem;font-weight:800;line-height:1.2}.CallForPapers-module__kC4nXa__dateLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.12em;color:#ffffff61;font-size:.68rem;font-weight:600}.CallForPapers-module__kC4nXa__datePulse{background:var(--accent-red);width:8px;height:8px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite CallForPapers-module__kC4nXa__datePulseAnim;position:absolute;top:.75rem;right:.75rem}@keyframes CallForPapers-module__kC4nXa__datePulseAnim{0%,to{opacity:1;box-shadow:0 0 10px var(--accent-glow)}50%{opacity:.4;box-shadow:0 0 20px var(--accent-glow)}}.CallForPapers-module__kC4nXa__ctaSection{opacity:0;transition:var(--transition-smooth).5s;flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex;transform:translateY(25px)}.CallForPapers-module__kC4nXa__ctaSection.CallForPapers-module__kC4nXa__animate{opacity:1;transform:translateY(0)}.CallForPapers-module__kC4nXa__primaryBtn,.CallForPapers-module__kC4nXa__secondaryBtn{font-family:var(--font-main);letter-spacing:.02em;transition:var(--transition);cursor:pointer;border-radius:14px;align-items:center;gap:.7rem;padding:1.1rem 2.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.CallForPapers-module__kC4nXa__primaryBtn:before,.CallForPapers-module__kC4nXa__secondaryBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.CallForPapers-module__kC4nXa__primaryBtn:hover:before,.CallForPapers-module__kC4nXa__secondaryBtn:hover:before{left:200%}.CallForPapers-module__kC4nXa__primaryBtn{background:linear-gradient(135deg,var(--accent-red)0%,#e8284a 100%);color:var(--white);border:none;box-shadow:0 10px 30px #c41e3a59}.CallForPapers-module__kC4nXa__primaryBtn:hover{transform:translateY(-5px);box-shadow:0 18px 50px #c41e3a80}.CallForPapers-module__kC4nXa__btnContent{align-items:center;gap:.7rem;display:flex}.CallForPapers-module__kC4nXa__secondaryBtn{background:var(--glass-bg);color:var(--white);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1a}.CallForPapers-module__kC4nXa__secondaryBtn:hover{background:#ffffff0f;border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 14px 40px #00000040,inset 0 1px #ffffff0f}.CallForPapers-module__kC4nXa__btnIcon{width:18px;height:18px;transition:transform .3s}.CallForPapers-module__kC4nXa__btnIconLeft{flex-shrink:0;width:18px;height:18px}.CallForPapers-module__kC4nXa__primaryBtn:hover .CallForPapers-module__kC4nXa__btnIcon{transform:translate(4px)}@media (max-width:991px){.CallForPapers-module__kC4nXa__cfpSection{padding:6rem 1.5rem}.CallForPapers-module__kC4nXa__infoGrid{grid-template-columns:1fr;gap:1.25rem}.CallForPapers-module__kC4nXa__header{margin-bottom:4rem}.CallForPapers-module__kC4nXa__datesGrid{grid-template-columns:repeat(2,1fr)}.CallForPapers-module__kC4nXa__datesGrid>div:nth-child(3){grid-column:span 2}}@media (max-width:768px){.CallForPapers-module__kC4nXa__cfpSection{padding:5rem 1.25rem}.CallForPapers-module__kC4nXa__tracksGrid,.CallForPapers-module__kC4nXa__datesGrid{grid-template-columns:1fr;gap:.75rem}.CallForPapers-module__kC4nXa__datesGrid>div:nth-child(3){grid-column:span 1}.CallForPapers-module__kC4nXa__dateCard{padding:1.5rem 1rem}.CallForPapers-module__kC4nXa__infoCard{border-radius:20px;padding:2rem 1.5rem}.CallForPapers-module__kC4nXa__ctaSection{flex-direction:column;align-items:stretch;max-width:360px;margin-left:auto;margin-right:auto}.CallForPapers-module__kC4nXa__primaryBtn,.CallForPapers-module__kC4nXa__secondaryBtn{justify-content:center;padding:1rem 1.5rem}.CallForPapers-module__kC4nXa__heading{font-size:2.2rem}}@media (max-width:480px){.CallForPapers-module__kC4nXa__cfpSection{padding:4rem 1rem}.CallForPapers-module__kC4nXa__heading{font-size:1.8rem}.CallForPapers-module__kC4nXa__datesGrid{grid-template-columns:1fr 1fr}.CallForPapers-module__kC4nXa__trackCard{border-radius:14px;padding:1rem}.CallForPapers-module__kC4nXa__trackIconWrap{border-radius:10px;width:38px;height:38px}.CallForPapers-module__kC4nXa__trackEmoji{font-size:1rem}.CallForPapers-module__kC4nXa__infoCard{border-radius:16px;padding:1.5rem 1.25rem}.CallForPapers-module__kC4nXa__dateCard{border-radius:14px;padding:1.25rem .75rem}}@media (prefers-reduced-motion:reduce){.CallForPapers-module__kC4nXa__header,.CallForPapers-module__kC4nXa__trackCard,.CallForPapers-module__kC4nXa__infoCard,.CallForPapers-module__kC4nXa__datesSection,.CallForPapers-module__kC4nXa__ctaSection,.CallForPapers-module__kC4nXa__dateCard{opacity:1!important;transition:none!important;transform:none!important}.CallForPapers-module__kC4nXa__eyebrowDot,.CallForPapers-module__kC4nXa__datePulse{animation:none!important}}.CallForPapers-module__kC4nXa__primaryBtn:focus-visible,.CallForPapers-module__kC4nXa__secondaryBtn:focus-visible,.CallForPapers-module__kC4nXa__trackCard:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}
:root{--reg-dark:#040c1e;--reg-navy:#0b1e3c;--accent-red:#c41e3a;--accent-glow:#c41e3a66;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffff06;--glass-border:#ffffff0f;--glass-hover-bg:#ffffff0e;--glass-hover-border:#ffffff24}.Registrations-module__E4TVQq__regSection{background:linear-gradient(180deg,var(--reg-navy)0%,var(--reg-dark)50%,var(--reg-navy)100%);color:var(--white);padding:9rem 2rem;position:relative;overflow:hidden}.Registrations-module__E4TVQq__ambientOrb1{filter:blur(65px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c41e3a17 0%,#0000 70%);border-radius:50%;width:450px;height:450px;animation:20s ease-in-out infinite Registrations-module__E4TVQq__orbFloat1;position:absolute;top:8%;left:-6%}.Registrations-module__E4TVQq__ambientOrb2{filter:blur(55px);pointer-events:none;z-index:1;background:radial-gradient(circle,#0b1e3c24 0%,#0000 70%);border-radius:50%;width:380px;height:380px;animation:24s ease-in-out infinite Registrations-module__E4TVQq__orbFloat2;position:absolute;bottom:10%;right:-5%}@keyframes Registrations-module__E4TVQq__orbFloat1{0%,to{transform:translate(0,0)}50%{transform:translate(25px,-20px)}}@keyframes Registrations-module__E4TVQq__orbFloat2{0%,to{transform:translate(0,0)}50%{transform:translate(-20px,15px)}}.Registrations-module__E4TVQq__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Registrations-module__E4TVQq__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 55%,#040c1ea6 100%);position:absolute;inset:0}.Registrations-module__E4TVQq__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.Registrations-module__E4TVQq__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:5rem;transform:translateY(30px)}.Registrations-module__E4TVQq__header.Registrations-module__E4TVQq__animate{opacity:1;transform:translateY(0)}.Registrations-module__E4TVQq__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;-webkit-backdrop-filter:blur(12px);background:#c41e3a14;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.Registrations-module__E4TVQq__eyebrowDot{background:var(--accent-red);width:7px;height:7px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite Registrations-module__E4TVQq__dotPulse}@keyframes Registrations-module__E4TVQq__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.Registrations-module__E4TVQq__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.04em;margin-bottom:1.75rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.Registrations-module__E4TVQq__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Registrations-module__E4TVQq__subtitle{font-family:var(--font-main);color:#ffffff80;max-width:600px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8}.Registrations-module__E4TVQq__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;margin-bottom:4rem;display:grid}.Registrations-module__E4TVQq__pricingCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);opacity:0;border-radius:24px;flex-direction:column;padding:2.5rem 2rem;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.Registrations-module__E4TVQq__pricingCard.Registrations-module__E4TVQq__animate{opacity:1;transition-delay:calc(.1s + var(--index,0)*.1s);transform:translateY(0)}.Registrations-module__E4TVQq__pricingCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-6px);box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff0f}.Registrations-module__E4TVQq__popularCard{background:#c41e3a0a;border-color:#c41e3a40}.Registrations-module__E4TVQq__popularCard:hover{background:#c41e3a14;border-color:#c41e3a66;box-shadow:0 20px 60px #0000004d,0 0 40px #c41e3a0f,inset 0 1px #ffffff0f}.Registrations-module__E4TVQq__popularBadge{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;color:var(--white);background:linear-gradient(135deg,var(--accent-red),#e8284a);border-radius:100px;padding:.3rem .85rem;font-size:.65rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 4px 12px #c41e3a59}.Registrations-module__E4TVQq__cardShine{pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff06,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.Registrations-module__E4TVQq__pricingCard:hover .Registrations-module__E4TVQq__cardShine{left:150%}.Registrations-module__E4TVQq__cardTop{margin-bottom:1.75rem}.Registrations-module__E4TVQq__tierIconWrap{width:56px;height:56px;transition:var(--transition);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.Registrations-module__E4TVQq__pricingCard:hover .Registrations-module__E4TVQq__tierIconWrap{background:#c41e3a24;border-color:#c41e3a4d;transform:scale(1.05);box-shadow:0 4px 20px #c41e3a1a}.Registrations-module__E4TVQq__tierEmoji{font-size:1.5rem}.Registrations-module__E4TVQq__tierTitle{font-family:var(--font-title);color:var(--white);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.Registrations-module__E4TVQq__priceBlock{align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}.Registrations-module__E4TVQq__priceValue{font-family:var(--font-title);color:var(--white);font-size:2.5rem;font-weight:800;line-height:1}.Registrations-module__E4TVQq__popularCard .Registrations-module__E4TVQq__priceValue{background:linear-gradient(135deg,var(--white),#ff8fa3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Registrations-module__E4TVQq__pricePeriod{font-family:var(--font-main);color:#ffffff59;font-size:.78rem;font-weight:500}.Registrations-module__E4TVQq__divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:1px;margin-bottom:1.5rem}.Registrations-module__E4TVQq__featureList{flex-direction:column;flex:1;gap:.85rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.Registrations-module__E4TVQq__featureItem{font-family:var(--font-main);color:#ffffff8c;align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.5;display:flex}.Registrations-module__E4TVQq__featureCheck{width:16px;height:16px;color:var(--accent-red);flex-shrink:0;margin-top:2px}.Registrations-module__E4TVQq__cardBtnPrimary,.Registrations-module__E4TVQq__cardBtnSecondary{font-family:var(--font-main);letter-spacing:.02em;transition:var(--transition);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;margin-top:auto;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;position:relative;overflow:hidden}.Registrations-module__E4TVQq__cardBtnPrimary:before,.Registrations-module__E4TVQq__cardBtnSecondary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Registrations-module__E4TVQq__cardBtnPrimary:hover:before,.Registrations-module__E4TVQq__cardBtnSecondary:hover:before{left:200%}.Registrations-module__E4TVQq__cardBtnPrimary{background:linear-gradient(135deg,var(--accent-red)0%,#e8284a 100%);color:var(--white);border:none;box-shadow:0 8px 25px #c41e3a4d}.Registrations-module__E4TVQq__cardBtnPrimary:hover{transform:translateY(-3px);box-shadow:0 14px 40px #c41e3a73}.Registrations-module__E4TVQq__cardBtnSecondary{background:var(--glass-bg);color:var(--white);border:1px solid #ffffff1a}.Registrations-module__E4TVQq__cardBtnSecondary:hover{background:#ffffff0f;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 10px 30px #0003}.Registrations-module__E4TVQq__cardBtnIcon{width:16px;height:16px;transition:transform .3s}.Registrations-module__E4TVQq__cardBtnPrimary:hover .Registrations-module__E4TVQq__cardBtnIcon{transform:translate(3px)}.Registrations-module__E4TVQq__paymentSection{opacity:0;max-width:700px;transition:var(--transition-smooth).4s;margin:0 auto;transform:translateY(25px)}.Registrations-module__E4TVQq__paymentSection.Registrations-module__E4TVQq__animate{opacity:1;transform:translateY(0)}.Registrations-module__E4TVQq__paymentCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);transition:var(--transition);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}.Registrations-module__E4TVQq__paymentCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);box-shadow:0 20px 60px #00000040,inset 0 1px #ffffff0f}.Registrations-module__E4TVQq__paymentShine{pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff06,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.Registrations-module__E4TVQq__paymentCard:hover .Registrations-module__E4TVQq__paymentShine{left:150%}.Registrations-module__E4TVQq__paymentAccent{background:linear-gradient(90deg,var(--accent-red),transparent);border-radius:0 0 4px 4px;width:50px;height:3px;position:absolute;top:0;left:2.5rem}.Registrations-module__E4TVQq__paymentHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Registrations-module__E4TVQq__paymentIconWrap{width:48px;height:48px;transition:var(--transition);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Registrations-module__E4TVQq__paymentCard:hover .Registrations-module__E4TVQq__paymentIconWrap{background:#c41e3a24;border-color:#c41e3a4d}.Registrations-module__E4TVQq__paymentIcon{width:24px;height:24px;color:var(--accent-red)}.Registrations-module__E4TVQq__paymentTitle{font-family:var(--font-title);color:var(--white);margin:0 0 .2rem;font-size:1.25rem;font-weight:700}.Registrations-module__E4TVQq__paymentSubtitle{font-family:var(--font-main);color:#ffffff59;margin:0;font-size:.75rem}.Registrations-module__E4TVQq__paymentGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.Registrations-module__E4TVQq__paymentItem{transition:var(--transition);background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.Registrations-module__E4TVQq__paymentItem:hover{background:#ffffff0a;border-color:#ffffff14}.Registrations-module__E4TVQq__paymentLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;font-size:.65rem;font-weight:600}.Registrations-module__E4TVQq__paymentValue{font-family:var(--font-title);color:#ffffffd9;font-size:.95rem;font-weight:700}.Registrations-module__E4TVQq__paymentNote{font-family:var(--font-main);color:#ffffff59;text-align:center;border-top:1px solid #ffffff0a;margin:0;padding-top:.5rem;font-size:.82rem;line-height:1.6}@media (max-width:991px){.Registrations-module__E4TVQq__regSection{padding:6rem 1.5rem}.Registrations-module__E4TVQq__pricingGrid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.Registrations-module__E4TVQq__header{margin-bottom:4rem}}@media (max-width:768px){.Registrations-module__E4TVQq__regSection{padding:5rem 1.25rem}.Registrations-module__E4TVQq__pricingCard,.Registrations-module__E4TVQq__paymentCard{border-radius:20px;padding:2rem 1.5rem}.Registrations-module__E4TVQq__paymentGrid{grid-template-columns:1fr}.Registrations-module__E4TVQq__heading{font-size:2.2rem}}.Registrations-module__E4TVQq__comingSoonWrap{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1) .15s;transform:translateY(25px)}.Registrations-module__E4TVQq__comingSoonWrap.Registrations-module__E4TVQq__animate{opacity:1;transform:translateY(0)}.Registrations-module__E4TVQq__comingSoonCard{text-align:center;-webkit-backdrop-filter:blur(16px);background:#ffffff06;border:1px solid #ffffff0f;border-radius:28px;max-width:720px;margin:0 auto;padding:3.5rem 3rem;position:relative;overflow:hidden}.Registrations-module__E4TVQq__comingSoonIcon{width:64px;height:64px;color:var(--accent-red);margin:0 auto 1.5rem;animation:3s ease-in-out infinite Registrations-module__E4TVQq__pulseIcon}@keyframes Registrations-module__E4TVQq__pulseIcon{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.Registrations-module__E4TVQq__comingSoonTitle{font-family:var(--font-title);color:var(--white);margin:0 0 1rem;font-size:1.5rem;font-weight:800}.Registrations-module__E4TVQq__comingSoonText{font-family:var(--font-main);color:#ffffff73;max-width:540px;margin:0 auto 2rem;font-size:.95rem;line-height:1.8}.Registrations-module__E4TVQq__benefitsPreview{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem;display:flex}.Registrations-module__E4TVQq__benefitChip{font-family:var(--font-main);color:#fff9;background:#ffffff09;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.78rem;font-weight:500;display:inline-flex}.Registrations-module__E4TVQq__chipIcon{width:14px;height:14px;color:var(--accent-red)}.Registrations-module__E4TVQq__notifyBtn{font-family:var(--font-title);color:var(--white);background:linear-gradient(135deg,var(--accent-red),#e8284a);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 24px #c41e3a4d}.Registrations-module__E4TVQq__notifyBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #c41e3a73}.Registrations-module__E4TVQq__notifyBtn .Registrations-module__E4TVQq__cardBtnIcon{width:18px;height:18px}@media (max-width:480px){.Registrations-module__E4TVQq__regSection{padding:4rem 1rem}.Registrations-module__E4TVQq__heading{font-size:1.8rem}.Registrations-module__E4TVQq__pricingCard{border-radius:16px;padding:1.75rem 1.25rem}.Registrations-module__E4TVQq__priceValue{font-size:2rem}.Registrations-module__E4TVQq__paymentCard{border-radius:16px;padding:1.5rem 1.25rem}.Registrations-module__E4TVQq__comingSoonCard{border-radius:20px;padding:2.5rem 1.5rem}.Registrations-module__E4TVQq__comingSoonTitle{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.Registrations-module__E4TVQq__header,.Registrations-module__E4TVQq__pricingCard,.Registrations-module__E4TVQq__paymentSection{opacity:1!important;transition:none!important;transform:none!important}.Registrations-module__E4TVQq__ambientOrb1,.Registrations-module__E4TVQq__ambientOrb2,.Registrations-module__E4TVQq__eyebrowDot{animation:none!important}}.Registrations-module__E4TVQq__cardBtnPrimary:focus-visible,.Registrations-module__E4TVQq__cardBtnSecondary:focus-visible,.Registrations-module__E4TVQq__pricingCard:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}
:root{--hl-dark:#040c1e;--hl-navy:#0b1e3c;--accent-red:#c41e3a;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffff06;--glass-border:#ffffff0f;--glass-hover-bg:#ffffff0e;--glass-hover-border:#ffffff24}.Highlights-module__8Ts6wa__hlSection{background:linear-gradient(180deg,var(--hl-navy)0%,var(--hl-dark)50%,var(--hl-navy)100%);color:var(--white);padding:9rem 0 5rem;position:relative;overflow:hidden}.Highlights-module__8Ts6wa__ambientOrb1{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c41e3a12 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:23s ease-in-out infinite Highlights-module__8Ts6wa__hlOrb1;position:absolute;top:8%;left:-8%}.Highlights-module__8Ts6wa__ambientOrb2{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#0b1e3c1f 0%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:27s ease-in-out infinite Highlights-module__8Ts6wa__hlOrb2;position:absolute;bottom:10%;right:-6%}@keyframes Highlights-module__8Ts6wa__hlOrb1{0%,to{transform:translate(0,0)}50%{transform:translate(22px,-16px)}}@keyframes Highlights-module__8Ts6wa__hlOrb2{0%,to{transform:translate(0,0)}50%{transform:translate(-18px,14px)}}.Highlights-module__8Ts6wa__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Highlights-module__8Ts6wa__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 55%,#040c1ea6 100%);position:absolute;inset:0}.Highlights-module__8Ts6wa__container{z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Highlights-module__8Ts6wa__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:3.5rem;transform:translateY(30px)}.Highlights-module__8Ts6wa__header.Highlights-module__8Ts6wa__animate{opacity:1;transform:translateY(0)}.Highlights-module__8Ts6wa__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;-webkit-backdrop-filter:blur(12px);background:#c41e3a14;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.Highlights-module__8Ts6wa__eyebrowIcon{width:15px;height:15px;color:var(--accent-red)}.Highlights-module__8Ts6wa__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.Highlights-module__8Ts6wa__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Highlights-module__8Ts6wa__subtitle{font-family:var(--font-main);color:#ffffff80;max-width:640px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8}.Highlights-module__8Ts6wa__statsStrip{opacity:0;transition:var(--transition-smooth).15s;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;display:grid;transform:translateY(20px)}.Highlights-module__8Ts6wa__statsStrip.Highlights-module__8Ts6wa__animate{opacity:1;transform:translateY(0)}.Highlights-module__8Ts6wa__statItem{text-align:center;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);transition:var(--transition);border-radius:18px;padding:1.5rem 1rem}.Highlights-module__8Ts6wa__statItem:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-3px);box-shadow:0 12px 30px #0003}.Highlights-module__8Ts6wa__statValue{font-family:var(--font-title);background:linear-gradient(135deg,var(--white)0%,var(--accent-red)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;display:block}.Highlights-module__8Ts6wa__statLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;color:#fff6;font-size:.72rem;font-weight:600}.Highlights-module__8Ts6wa__infoRow{justify-content:center;align-items:center;margin-bottom:4rem;display:flex}.Highlights-module__8Ts6wa__hlCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);width:100%;max-width:800px;transition:var(--transition);opacity:0;transition:var(--transition-smooth).25s;border-radius:24px;padding:2rem;position:relative;overflow:hidden;transform:translateY(20px)}.Highlights-module__8Ts6wa__hlCard.Highlights-module__8Ts6wa__animate{opacity:1;transform:translateY(0)}.Highlights-module__8Ts6wa__hlCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);box-shadow:0 15px 40px #0003}.Highlights-module__8Ts6wa__hlCardShine{pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff06,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.Highlights-module__8Ts6wa__hlCard:hover .Highlights-module__8Ts6wa__hlCardShine{left:150%}.Highlights-module__8Ts6wa__hlCardAccent{background:linear-gradient(90deg,var(--accent-red),transparent);border-radius:0 0 4px 4px;width:50px;height:3px;position:absolute;top:0;left:2rem}.Highlights-module__8Ts6wa__hlCardTitle{font-family:var(--font-title);color:var(--white);margin:0 0 1rem;font-size:1.1rem;font-weight:700}.Highlights-module__8Ts6wa__hlList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Highlights-module__8Ts6wa__hlItem{font-family:var(--font-main);color:#ffffff8c;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.6;display:flex}.Highlights-module__8Ts6wa__checkIcon{width:18px;height:18px;color:var(--accent-red);flex-shrink:0;margin-top:2px}.Highlights-module__8Ts6wa__marqueeWrap{z-index:10;opacity:0;width:100%;transition:var(--transition-smooth).4s;position:relative;overflow:hidden;transform:translateY(20px);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.Highlights-module__8Ts6wa__marqueeWrap.Highlights-module__8Ts6wa__animate{opacity:1;transform:translateY(0)}.Highlights-module__8Ts6wa__marqueeTrack{will-change:transform;gap:1rem;width:max-content;animation:40s linear infinite Highlights-module__8Ts6wa__marqueeScroll;display:flex}.Highlights-module__8Ts6wa__marqueeWrap:hover .Highlights-module__8Ts6wa__marqueeTrack{animation-play-state:paused}@keyframes Highlights-module__8Ts6wa__marqueeScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.Highlights-module__8Ts6wa__marqueeSlide{border:1px solid var(--glass-border);border-radius:18px;flex-shrink:0;width:300px;height:340px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.Highlights-module__8Ts6wa__marqueeSlide:hover{border-color:var(--glass-hover-border);box-shadow:0 12px 40px #0000004d}.Highlights-module__8Ts6wa__marqueeSlideWide{width:500px}.Highlights-module__8Ts6wa__marqueeSlideWide .Highlights-module__8Ts6wa__marqueeImg{object-position:center center}.Highlights-module__8Ts6wa__marqueeImg{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.Highlights-module__8Ts6wa__marqueeSlide:hover .Highlights-module__8Ts6wa__marqueeImg{transform:scale(1.06)}.Highlights-module__8Ts6wa__marqueeOverlay{opacity:0;background:linear-gradient(#0000 50%,#040c1ed9 100%);align-items:flex-end;padding:1rem 1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Highlights-module__8Ts6wa__marqueeSlide:hover .Highlights-module__8Ts6wa__marqueeOverlay{opacity:1}.Highlights-module__8Ts6wa__marqueeCaption{font-family:var(--font-main);color:#ffffffe6;font-size:.82rem;font-weight:600}@media (max-width:991px){.Highlights-module__8Ts6wa__hlSection{padding:6rem 0 4rem}.Highlights-module__8Ts6wa__statsStrip{grid-template-columns:repeat(2,1fr)}.Highlights-module__8Ts6wa__header{margin-bottom:3rem}}@media (max-width:768px){.Highlights-module__8Ts6wa__hlSection{padding:5rem 0 3.5rem}.Highlights-module__8Ts6wa__heading{font-size:2.2rem}.Highlights-module__8Ts6wa__hlCard{border-radius:20px;padding:1.75rem 1.5rem}.Highlights-module__8Ts6wa__statValue{font-size:1.5rem}.Highlights-module__8Ts6wa__marqueeSlide{width:260px;height:300px}}@media (max-width:480px){.Highlights-module__8Ts6wa__hlSection{padding:4rem 0 3rem}.Highlights-module__8Ts6wa__heading{font-size:1.8rem}.Highlights-module__8Ts6wa__statsStrip{grid-template-columns:1fr 1fr;gap:.75rem}.Highlights-module__8Ts6wa__statItem{border-radius:14px;padding:1rem .75rem}.Highlights-module__8Ts6wa__hlCard{border-radius:16px;padding:1.5rem 1.25rem}.Highlights-module__8Ts6wa__marqueeSlide{border-radius:14px;width:220px;height:260px}}@media (prefers-reduced-motion:reduce){.Highlights-module__8Ts6wa__header,.Highlights-module__8Ts6wa__statsStrip,.Highlights-module__8Ts6wa__hlCard,.Highlights-module__8Ts6wa__marqueeWrap{opacity:1!important;transition:none!important;transform:none!important}.Highlights-module__8Ts6wa__ambientOrb1,.Highlights-module__8Ts6wa__ambientOrb2,.Highlights-module__8Ts6wa__marqueeTrack{animation:none!important}.Highlights-module__8Ts6wa__marqueeImg{transition:none!important}}
:root{--vc-dark:#040c1e;--vc-navy:#0b1e3c;--accent-red:#c41e3a;--accent-glow:#c41e3a66;--white:#fff;--font-main:"Inter",sans-serif;--font-title:"Montserrat",sans-serif;--transition:all .4s cubic-bezier(.4,0,.2,1);--transition-smooth:all .8s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffff06;--glass-border:#ffffff0f;--glass-hover-bg:#ffffff0e;--glass-hover-border:#ffffff24}.VenueContact-module__RA0-mW__venueSection{background:linear-gradient(180deg,var(--vc-navy)0%,var(--vc-dark)50%,var(--vc-navy)100%);color:var(--white);padding:9rem 2rem;position:relative;overflow:hidden}.VenueContact-module__RA0-mW__ambientOrb1{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c41e3a14 0%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:22s ease-in-out infinite VenueContact-module__RA0-mW__orbFloat1;position:absolute;top:10%;right:-8%}.VenueContact-module__RA0-mW__ambientOrb2{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#0b1e3c1f 0%,#0000 70%);border-radius:50%;width:360px;height:360px;animation:26s ease-in-out infinite VenueContact-module__RA0-mW__orbFloat2;position:absolute;bottom:8%;left:-6%}@keyframes VenueContact-module__RA0-mW__orbFloat1{0%,to{transform:translate(0,0)}50%{transform:translate(-20px,18px)}}@keyframes VenueContact-module__RA0-mW__orbFloat2{0%,to{transform:translate(0,0)}50%{transform:translate(18px,-15px)}}.VenueContact-module__RA0-mW__bgNoise{z-index:2;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.VenueContact-module__RA0-mW__bgVignette{z-index:2;pointer-events:none;background:radial-gradient(#0000 0% 55%,#040c1ea6 100%);position:absolute;inset:0}.VenueContact-module__RA0-mW__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.VenueContact-module__RA0-mW__header{text-align:center;opacity:0;transition:var(--transition-smooth);margin-bottom:4.5rem;transform:translateY(30px)}.VenueContact-module__RA0-mW__header.VenueContact-module__RA0-mW__animate{opacity:1;transform:translateY(0)}.VenueContact-module__RA0-mW__eyebrow{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;-webkit-backdrop-filter:blur(12px);background:#c41e3a14;border:1px solid #c41e3a40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.VenueContact-module__RA0-mW__eyebrowIcon{width:15px;height:15px;color:var(--accent-red)}.VenueContact-module__RA0-mW__heading{font-family:var(--font-title);color:var(--white);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.VenueContact-module__RA0-mW__gradientText{background:linear-gradient(135deg,var(--white)0%,var(--accent-red)50%,#ff4d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.VenueContact-module__RA0-mW__subtitle{font-family:var(--font-main);color:#ffffff80;max-width:600px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8}.VenueContact-module__RA0-mW__venueGrid{opacity:0;transition:var(--transition-smooth).15s;grid-template-columns:1.4fr 1fr;align-items:start;gap:1.5rem;display:grid;transform:translateY(25px)}.VenueContact-module__RA0-mW__venueGrid.VenueContact-module__RA0-mW__animate{opacity:1;transform:translateY(0)}.VenueContact-module__RA0-mW__mapCard{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);height:100%;min-height:420px;transition:var(--transition);border-radius:24px;position:relative;overflow:hidden}.VenueContact-module__RA0-mW__mapCard:hover{border-color:var(--glass-hover-border);box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff0f}.VenueContact-module__RA0-mW__mapCardShine{pointer-events:none;z-index:2;background:linear-gradient(105deg,#0000,#ffffff05,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.VenueContact-module__RA0-mW__mapCard:hover .VenueContact-module__RA0-mW__mapCardShine{left:150%}.VenueContact-module__RA0-mW__map{border:none;width:100%;height:100%;min-height:420px;display:block}.VenueContact-module__RA0-mW__infoColumn{flex-direction:column;gap:1.5rem;display:flex}.VenueContact-module__RA0-mW__infoCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);opacity:0;transition:var(--transition-smooth);transition-delay:var(--delay,0s);border-radius:24px;padding:2rem;position:relative;overflow:hidden;transform:translateY(20px)}.VenueContact-module__RA0-mW__infoCard.VenueContact-module__RA0-mW__animate{opacity:1;transform:translateY(0)}.VenueContact-module__RA0-mW__infoCard:hover{background:var(--glass-hover-bg);border-color:var(--glass-hover-border);transform:translateY(-4px);box-shadow:0 20px 60px #00000040,inset 0 1px #ffffff0f}.VenueContact-module__RA0-mW__cardAccent{background:linear-gradient(90deg,var(--accent-red),transparent);border-radius:0 0 4px 4px;width:50px;height:3px;position:absolute;top:0;left:2rem}.VenueContact-module__RA0-mW__cardShine{pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff06,#0000);width:60%;height:100%;transition:left .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%}.VenueContact-module__RA0-mW__infoCard:hover .VenueContact-module__RA0-mW__cardShine{left:150%}.VenueContact-module__RA0-mW__cardHeader{align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.VenueContact-module__RA0-mW__cardIconWrap{width:44px;height:44px;transition:var(--transition);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.VenueContact-module__RA0-mW__infoCard:hover .VenueContact-module__RA0-mW__cardIconWrap{background:#c41e3a24;border-color:#c41e3a4d;box-shadow:0 4px 15px #c41e3a1a}.VenueContact-module__RA0-mW__cardIcon{width:22px;height:22px;color:var(--accent-red)}.VenueContact-module__RA0-mW__cardTitle{font-family:var(--font-title);color:var(--white);margin:0;font-size:1.15rem;font-weight:700}.VenueContact-module__RA0-mW__addressText{font-family:var(--font-main);color:#ffffff8c;margin:0 0 1.5rem;font-size:.95rem;line-height:1.85}.VenueContact-module__RA0-mW__directionBtn{font-family:var(--font-main);color:var(--white);background:linear-gradient(135deg,var(--accent-red)0%,#e8284a 100%);transition:var(--transition);border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #c41e3a4d}.VenueContact-module__RA0-mW__directionBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.VenueContact-module__RA0-mW__directionBtn:hover:before{left:200%}.VenueContact-module__RA0-mW__directionBtn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #c41e3a73}.VenueContact-module__RA0-mW__btnIconLeft{flex-shrink:0;width:16px;height:16px}.VenueContact-module__RA0-mW__btnArrow{width:14px;height:14px;transition:transform .3s}.VenueContact-module__RA0-mW__directionBtn:hover .VenueContact-module__RA0-mW__btnArrow{transform:translate(3px)}.VenueContact-module__RA0-mW__contactList{flex-direction:column;gap:1rem;display:flex}.VenueContact-module__RA0-mW__contactItem{transition:var(--transition);background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:.2rem;padding:.85rem 1rem;display:flex}.VenueContact-module__RA0-mW__contactItem:hover{background:#ffffff0a;border-color:#ffffff14}.VenueContact-module__RA0-mW__contactLabel{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;font-size:.62rem;font-weight:600}.VenueContact-module__RA0-mW__contactValue{font-family:var(--font-main);color:#fffc;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .3s}.VenueContact-module__RA0-mW__contactValue:hover{color:var(--accent-red)}@media (max-width:991px){.VenueContact-module__RA0-mW__venueSection{padding:6rem 1.5rem}.VenueContact-module__RA0-mW__venueGrid{grid-template-columns:1fr}.VenueContact-module__RA0-mW__mapCard,.VenueContact-module__RA0-mW__map{min-height:350px}.VenueContact-module__RA0-mW__header{margin-bottom:3.5rem}}@media (max-width:768px){.VenueContact-module__RA0-mW__venueSection{padding:5rem 1.25rem}.VenueContact-module__RA0-mW__mapCard{border-radius:20px;min-height:280px}.VenueContact-module__RA0-mW__map{min-height:280px}.VenueContact-module__RA0-mW__infoCard{border-radius:20px;padding:1.75rem 1.5rem}.VenueContact-module__RA0-mW__heading{font-size:2.2rem}}@media (max-width:480px){.VenueContact-module__RA0-mW__venueSection{padding:4rem 1rem}.VenueContact-module__RA0-mW__heading{font-size:1.8rem}.VenueContact-module__RA0-mW__mapCard{border-radius:16px;min-height:220px}.VenueContact-module__RA0-mW__map{min-height:220px}.VenueContact-module__RA0-mW__infoCard{border-radius:16px;padding:1.5rem 1.25rem}}@media (prefers-reduced-motion:reduce){.VenueContact-module__RA0-mW__header,.VenueContact-module__RA0-mW__venueGrid,.VenueContact-module__RA0-mW__infoCard{opacity:1!important;transition:none!important;transform:none!important}.VenueContact-module__RA0-mW__ambientOrb1,.VenueContact-module__RA0-mW__ambientOrb2{animation:none!important}}.VenueContact-module__RA0-mW__directionBtn:focus-visible,.VenueContact-module__RA0-mW__contactValue:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}
