.Header-module__hBw1pG__headerWrapper{z-index:50;pointer-events:none;width:100%;padding:1.5rem 24px;position:fixed;top:0;left:0}.Header-module__hBw1pG__header{pointer-events:auto;-webkit-backdrop-filter:blur(20px);max-width:1200px;transition:all var(--transition-fast);background:#ffffffb3;border-radius:999px;margin:0 auto;box-shadow:0 10px 40px -10px #001e5026,inset 0 0 0 1px #fff,inset 0 1px #fff}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;padding:.5rem .5rem .5rem 1.5rem;display:flex}.Header-module__hBw1pG__logo{transition:transform var(--transition-fast);flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logo:hover{transform:scale(1.05)}.Header-module__hBw1pG__logoImg{width:auto;height:40px}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__navLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);transition:all var(--transition-fast);border-radius:999px;padding:.5rem 1rem;font-size:13px;font-weight:700;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--brand-blue-dark);background:#0055ff14}.Header-module__hBw1pG__actions{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__iconBtn{width:40px;height:40px;color:var(--muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:none}.Header-module__hBw1pG__iconBtn:hover{color:var(--brand-blue);background:#0055ff14}.Header-module__hBw1pG__portalBtn{background:var(--gradient-dark);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#fff;transition:all var(--transition-fast);border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:.6rem 1.25rem;font-size:13px;font-weight:700;display:none;box-shadow:0 4px 15px #0000001a}.Header-module__hBw1pG__portalBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #001e504d}.Header-module__hBw1pG__mobileToggle{width:40px;height:40px;color:var(--muted);cursor:pointer;transition:all var(--transition-fast);background:#00000008;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__mobileToggle:hover{color:var(--foreground);background:#00000014}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(20px);pointer-events:auto;background:#fffffff2;border-radius:24px;flex-direction:column;gap:.5rem;padding:1.5rem;animation:.3s cubic-bezier(.25,1,.5,1) forwards Header-module__hBw1pG__slideDown;display:flex;position:absolute;top:calc(100% + 1rem);left:24px;right:24px;box-shadow:0 20px 40px -10px #001e5026,inset 0 0 0 1px #fff}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);transition:all var(--transition-fast);border-radius:12px;padding:.75rem 1rem;font-size:15px;font-weight:700}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--brand-blue);background:#0055ff0d}.Header-module__hBw1pG__mobilePortalBtn{background:var(--gradient-dark);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 1.5rem;font-size:14px;font-weight:800;display:inline-flex}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (min-width:768px){.Header-module__hBw1pG__nav{align-items:center;gap:.25rem;display:flex}.Header-module__hBw1pG__mobileToggle{display:none}.Header-module__hBw1pG__iconBtn{display:flex}.Header-module__hBw1pG__portalBtn{display:inline-flex}.Header-module__hBw1pG__mobileMenu{display:none}}
.Hero-module__ZARIfG__hero{background:var(--background);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:70% center;z-index:1}.Hero-module__ZARIfG__overlayTop{z-index:2;pointer-events:none;background:linear-gradient(#fff 0%,#fff0 100%);height:30%;position:absolute;top:0;left:0;right:0}.Hero-module__ZARIfG__overlaySide{z-index:2;pointer-events:none;background:linear-gradient(90deg,#fffffff2 0%,#ffffffb3 40%,#fff0 100%);width:50%;position:absolute;top:0;bottom:0;left:0}.Hero-module__ZARIfG__marquee{white-space:nowrap;z-index:3;pointer-events:none;opacity:.05;width:100vw;position:absolute;bottom:5vh;left:0;overflow:hidden}.Hero-module__ZARIfG__marqueeText{font-family:var(--font-display);text-transform:uppercase;color:var(--brand-blue-dark);font-size:15vw;font-weight:900;animation:30s linear infinite Hero-module__ZARIfG__scrollLeft;display:inline-block}@keyframes Hero-module__ZARIfG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.Hero-module__ZARIfG__content{z-index:10;width:100%;max-width:1400px;padding-top:10vh;position:relative}.Hero-module__ZARIfG__badge{background:var(--brand-red);color:#fff;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .75rem;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #e600004d}.Hero-module__ZARIfG__dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.4}}.Hero-module__ZARIfG__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.04em;color:var(--brand-blue-dark);max-width:1000px;margin-bottom:1.5rem;font-size:clamp(4rem,9vw,9rem);font-weight:900;line-height:.85;position:relative}.Hero-module__ZARIfG__titleHighlight{color:#0000;-webkit-text-stroke:2px var(--brand-blue-dark)}.Hero-module__ZARIfG__description{font-family:var(--font-sans);color:var(--foreground);max-width:450px;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;line-height:1.6}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__btnPrimary{background:var(--brand-blue);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;transition:all var(--transition-fast);box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;padding:1.25rem 2.5rem;font-size:14px;font-weight:800;display:inline-flex}.Hero-module__ZARIfG__btnPrimary:hover{background:var(--brand-blue-hover);box-shadow:var(--shadow-strong);transform:translateY(-3px)}.Hero-module__ZARIfG__btnSecondary{color:var(--brand-blue-dark);border:2px solid var(--line);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;transition:all var(--transition-fast);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:1.25rem 2.5rem;font-size:14px;font-weight:800;display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{border-color:var(--brand-blue-dark);transform:translateY(-3px)}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.BreakingBar-module__fTsYAG__bar{border-bottom:1px solid var(--line);background:#ff2a2a0d;position:relative;overflow:hidden}.BreakingBar-module__fTsYAG__bar:before{content:"";background:var(--brand-red);width:4px;height:100%;position:absolute;top:0;left:0}.BreakingBar-module__fTsYAG__inner{flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.BreakingBar-module__fTsYAG__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--brand-red);align-items:center;gap:.5rem;font-size:11px;font-weight:700;display:inline-flex}.BreakingBar-module__fTsYAG__dot{background:var(--brand-red);border-radius:50%;width:6px;height:6px;animation:2s infinite BreakingBar-module__fTsYAG__pulse}.BreakingBar-module__fTsYAG__text{font-family:var(--font-sans);color:var(--foreground);font-size:14px}.BreakingBar-module__fTsYAG__title{color:#fff;font-weight:700}.BreakingBar-module__fTsYAG__excerpt{color:var(--muted)}.BreakingBar-module__fTsYAG__date{font-family:var(--font-mono);color:var(--muted);flex-shrink:0;margin-left:auto;font-size:11px}@keyframes BreakingBar-module__fTsYAG__pulse{0%{transform:scale(.95);box-shadow:0 0 #ff2a2ab3}70%{transform:scale(1);box-shadow:0 0 0 10px #ff2a2a00}to{transform:scale(.95);box-shadow:0 0 #ff2a2a00}}
.Rankings-module__zYItNa__section{background:var(--surface);padding:8rem 0;position:relative}.Rankings-module__zYItNa__headerRow{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Rankings-module__zYItNa__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--brand-red);font-size:11px}.Rankings-module__zYItNa__link{font-family:var(--font-sans);color:var(--brand-blue);text-transform:uppercase;letter-spacing:.05em;transition:opacity var(--transition-fast);font-size:14px;font-weight:700}.Rankings-module__zYItNa__link:hover{opacity:.7}.Rankings-module__zYItNa__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--foreground);max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:.9}.Rankings-module__zYItNa__description{font-family:var(--font-sans);color:var(--muted);max-width:600px;margin-bottom:4rem;font-size:1.125rem;line-height:1.6}.Rankings-module__zYItNa__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Rankings-module__zYItNa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.Rankings-module__zYItNa__grid{grid-template-columns:repeat(4,1fr)}}.Rankings-module__zYItNa__card{background:0 0;flex-direction:column;display:flex}.Rankings-module__zYItNa__cardHeader{border-bottom:2px solid var(--foreground);margin-bottom:1rem;padding-bottom:1rem}.Rankings-module__zYItNa__cardTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--foreground);font-size:2rem;font-weight:900}.Rankings-module__zYItNa__table{border-collapse:collapse;width:100%}.Rankings-module__zYItNa__row{border-bottom:1px solid var(--line);height:4.5rem;transition:transform var(--transition-fast), background var(--transition-fast);cursor:pointer;align-items:center;display:flex;position:relative;overflow:hidden}.Rankings-module__zYItNa__row:hover{background:var(--background);box-shadow:-4px 0 0 var(--brand-blue);border-bottom-color:#0000;transform:translate(10px)}.Rankings-module__zYItNa__pos{font-family:var(--font-display);color:#e600000d;z-index:1;pointer-events:none;transition:color var(--transition-fast);font-size:6rem;font-weight:900;line-height:1;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.Rankings-module__zYItNa__row:hover .Rankings-module__zYItNa__pos{color:#0033cc1a}.Rankings-module__zYItNa__name{z-index:2;font-family:var(--font-sans);color:var(--foreground);transition:color var(--transition-fast);padding-left:1.5rem;font-size:16px;font-weight:700;position:relative}.Rankings-module__zYItNa__row:hover .Rankings-module__zYItNa__name{color:var(--brand-blue)}
.NewsGrid-module__s2O-EG__section{background:var(--surface);border-bottom:1px solid var(--line);padding:8rem 0}.NewsGrid-module__s2O-EG__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--brand-red);font-size:11px}.NewsGrid-module__s2O-EG__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--foreground);margin-top:.5rem;font-size:clamp(2rem,5vw,4rem);font-weight:900}.NewsGrid-module__s2O-EG__gridTop{grid-template-columns:1fr;gap:1rem;margin-top:4rem;display:grid}@media (min-width:1024px){.NewsGrid-module__s2O-EG__gridTop{grid-template-columns:1.5fr 1fr}}.NewsGrid-module__s2O-EG__leadCard{background:var(--background);border:1px solid var(--line);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.NewsGrid-module__s2O-EG__leadCard:hover{box-shadow:var(--shadow-soft);z-index:10;transform:translateY(-5px)scale(1.01)}.NewsGrid-module__s2O-EG__leadImageWrapper{z-index:1;position:absolute;inset:0}.NewsGrid-module__s2O-EG__image{object-fit:cover;transition:transform var(--transition-slow) cubic-bezier(.16, 1, .3, 1)}.NewsGrid-module__s2O-EG__leadCard:hover .NewsGrid-module__s2O-EG__image{transform:scale(1.08)}.NewsGrid-module__s2O-EG__leadCard:after{content:"";z-index:2;transition:background var(--transition-fast);background:linear-gradient(#0000 0%,#0a142366 50%,#0a1423f2 100%);position:absolute;inset:0}.NewsGrid-module__s2O-EG__leadCard:hover:after{background:linear-gradient(#0000 0%,#00000080 40%,#0033cce6 100%)}.NewsGrid-module__s2O-EG__leadContent{z-index:3;color:#fff;padding:3rem;position:relative}.NewsGrid-module__s2O-EG__tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--brand-red);border-radius:999px;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:11px;font-weight:700;display:inline-block}.NewsGrid-module__s2O-EG__leadTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:#fff;transition:transform var(--transition-fast);font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:.95;transform:translateY(10px)}.NewsGrid-module__s2O-EG__leadCard:hover .NewsGrid-module__s2O-EG__leadTitle{transform:translateY(0)}.NewsGrid-module__s2O-EG__leadExcerpt{font-family:var(--font-sans);color:#fffc;opacity:0;max-width:600px;transition:all var(--transition-fast);margin-top:1rem;font-size:16px;line-height:1.6;transform:translateY(10px)}.NewsGrid-module__s2O-EG__leadCard:hover .NewsGrid-module__s2O-EG__leadExcerpt{opacity:1;transition-delay:.1s;transform:translateY(0)}.NewsGrid-module__s2O-EG__date{font-family:var(--font-mono);color:#fff9;margin-top:1.5rem;font-size:11px;display:block}.NewsGrid-module__s2O-EG__sideList{flex-direction:column;gap:1rem;display:flex}.NewsGrid-module__s2O-EG__sideCard{background:var(--background);border:1px solid var(--line);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:24px;flex-direction:column;justify-content:flex-end;height:100%;min-height:240px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000005}.NewsGrid-module__s2O-EG__sideCard:hover{box-shadow:var(--shadow-soft);transform:translate(-5px)}.NewsGrid-module__s2O-EG__sideImageWrapper{z-index:1;position:absolute;inset:0}.NewsGrid-module__s2O-EG__sideCard:hover .NewsGrid-module__s2O-EG__image{transform:scale(1.08)}.NewsGrid-module__s2O-EG__sideCard:after{content:"";z-index:2;transition:background var(--transition-fast);background:linear-gradient(#0a14231a 20%,#0a1423e6 100%);position:absolute;inset:0}.NewsGrid-module__s2O-EG__sideCard:hover:after{background:linear-gradient(#0006 20%,#0033cce6 100%)}.NewsGrid-module__s2O-EG__sideContent{z-index:3;color:#fff;padding:2rem;position:relative}.NewsGrid-module__s2O-EG__sideTag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--brand-red);margin-bottom:.5rem;font-size:10px;font-weight:700;display:inline-block}.NewsGrid-module__s2O-EG__sideTitle{font-family:var(--font-sans);color:#fff;transition:transform var(--transition-fast);font-size:18px;font-weight:700;line-height:1.3;transform:translateY(5px)}.NewsGrid-module__s2O-EG__sideCard:hover .NewsGrid-module__s2O-EG__sideTitle{transform:translateY(0)}.NewsGrid-module__s2O-EG__gridBottom{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.NewsGrid-module__s2O-EG__gridBottom{grid-template-columns:repeat(3,1fr)}}.NewsGrid-module__s2O-EG__bottomCard{background:var(--background);border:1px solid var(--line);transition:transform var(--transition-fast), box-shadow var(--transition-fast);aspect-ratio:4/3;border-radius:24px;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000005}.NewsGrid-module__s2O-EG__bottomCard:hover{box-shadow:var(--shadow-soft);transform:translateY(-5px)}.NewsGrid-module__s2O-EG__bottomImageWrapper{z-index:1;position:absolute;inset:0}.NewsGrid-module__s2O-EG__bottomCard:hover .NewsGrid-module__s2O-EG__image{transform:scale(1.08)}.NewsGrid-module__s2O-EG__bottomCard:after{content:"";z-index:2;transition:background var(--transition-fast);background:linear-gradient(#0a14231a 20%,#0a1423e6 100%);position:absolute;inset:0}.NewsGrid-module__s2O-EG__bottomCard:hover:after{background:linear-gradient(#0006 20%,#e60000e6 100%)}.NewsGrid-module__s2O-EG__bottomContent{z-index:3;color:#fff;padding:1.5rem;position:relative}.NewsGrid-module__s2O-EG__bottomTitle{font-family:var(--font-sans);color:#fff;transition:transform var(--transition-fast);font-size:18px;font-weight:700;line-height:1.3;transform:translateY(5px)}.NewsGrid-module__s2O-EG__bottomCard:hover .NewsGrid-module__s2O-EG__bottomTitle{transform:translateY(0)}
.Selecciones-module__Xf3hfW__section{background:var(--background);color:var(--foreground);border-bottom:1px solid var(--line);padding:6rem 0;position:relative;overflow:hidden}.Selecciones-module__Xf3hfW__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.Selecciones-module__Xf3hfW__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--brand-blue);font-size:11px}.Selecciones-module__Xf3hfW__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--foreground);margin-top:.5rem;font-size:clamp(2rem,5vw,4rem);font-weight:900}.Selecciones-module__Xf3hfW__linkAll{font-family:var(--font-sans);color:var(--brand-red);text-transform:uppercase;letter-spacing:.05em;transition:opacity var(--transition-fast);font-size:14px;font-weight:700}.Selecciones-module__Xf3hfW__linkAll:hover{opacity:.7}.Selecciones-module__Xf3hfW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Selecciones-module__Xf3hfW__grid{grid-template-columns:1fr 1fr}}.Selecciones-module__Xf3hfW__card{aspect-ratio:4/3;transition:transform var(--transition-slow);background:#000;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Selecciones-module__Xf3hfW__card:hover{transform:translateY(-10px)}.Selecciones-module__Xf3hfW__imageWrapper{z-index:1;position:absolute;inset:0}.Selecciones-module__Xf3hfW__image{object-fit:cover;transition:transform var(--transition-slow), opacity var(--transition-fast);opacity:.9}.Selecciones-module__Xf3hfW__card:hover .Selecciones-module__Xf3hfW__image{opacity:.5;transform:scale(1.1)}.Selecciones-module__Xf3hfW__cardOverlay{z-index:2;transition:background var(--transition-fast);background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.Selecciones-module__Xf3hfW__card:first-child:hover .Selecciones-module__Xf3hfW__cardOverlay{background:linear-gradient(#0000 0%,#0006 40%,#0033cce6 100%)}.Selecciones-module__Xf3hfW__card:nth-child(2):hover .Selecciones-module__Xf3hfW__cardOverlay{background:linear-gradient(#0000 0%,#0006 40%,#e60000e6 100%)}.Selecciones-module__Xf3hfW__cardContent{z-index:3;color:#fff;flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Selecciones-module__Xf3hfW__cardTitle{font-family:var(--font-display);text-transform:uppercase;transition:transform var(--transition-fast);margin-bottom:.5rem;font-size:clamp(2rem,3vw,3rem);font-weight:900;line-height:1;transform:translateY(20px)}.Selecciones-module__Xf3hfW__card:hover .Selecciones-module__Xf3hfW__cardTitle{transform:translateY(0)}.Selecciones-module__Xf3hfW__cardDesc{font-family:var(--font-sans);color:#fffc;opacity:0;transition:all var(--transition-fast);max-width:80%;font-size:16px;transform:translateY(20px)}.Selecciones-module__Xf3hfW__card:hover .Selecciones-module__Xf3hfW__cardDesc{opacity:1;transition-delay:.1s;transform:translateY(0)}
.QuickAccess-module__kFReeq__section{background:var(--brand-blue-dark);color:#fff;padding:8rem 0;position:relative;overflow:hidden}.QuickAccess-module__kFReeq__section:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#0055ff26,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.QuickAccess-module__kFReeq__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:#ffffffb3;margin-bottom:.5rem;font-size:11px;display:block}.QuickAccess-module__kFReeq__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:#fff;margin-bottom:4rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:.9}.QuickAccess-module__kFReeq__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.QuickAccess-module__kFReeq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.QuickAccess-module__kFReeq__grid{grid-template-columns:repeat(4,1fr)}}.QuickAccess-module__kFReeq__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.QuickAccess-module__kFReeq__card:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,#ffffff1a 0%,#fff0 100%);position:absolute;inset:0}.QuickAccess-module__kFReeq__card:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.QuickAccess-module__kFReeq__card:hover:before{opacity:1}.QuickAccess-module__kFReeq__cardNumber{font-family:var(--font-display);color:#ffffff1a;transition:color var(--transition-fast);margin-bottom:2rem;font-size:4rem;font-weight:900;line-height:1}.QuickAccess-module__kFReeq__card:hover .QuickAccess-module__kFReeq__cardNumber{color:var(--brand-red)}.QuickAccess-module__kFReeq__cardContent{z-index:2;margin-top:auto;position:relative}.QuickAccess-module__kFReeq__cardTitle{font-family:var(--font-sans);color:var(--foreground);transition:color var(--transition-fast);font-size:18px;font-weight:800;line-height:1.3}.QuickAccess-module__kFReeq__card:hover .QuickAccess-module__kFReeq__cardTitle{color:var(--brand-blue)}.QuickAccess-module__kFReeq__cardDesc{font-family:var(--font-sans);color:var(--muted);margin-top:.75rem;font-size:14px;line-height:1.5}
.Footer-module__S6Hkya__footer{background:var(--brand-blue-dark);color:#fff;border-top:1px solid #ffffff1a;padding-top:4rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__megaTextWrapper{border-bottom:1px solid #ffffff1a;justify-content:center;width:100%;margin-bottom:4rem;padding-bottom:2rem;display:flex;overflow:hidden}.Footer-module__S6Hkya__megaText{font-family:var(--font-display);text-transform:uppercase;color:#0000;-webkit-text-stroke:2px #ffffff1a;white-space:nowrap;letter-spacing:-.02em;font-size:clamp(4rem,12vw,15rem);font-weight:900;line-height:.8}.Footer-module__S6Hkya__topGrid{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr;gap:4rem;padding-bottom:4rem;display:grid}@media (min-width:1024px){.Footer-module__S6Hkya__topGrid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__S6Hkya__logo{filter:brightness(0)invert();margin-bottom:2rem}.Footer-module__S6Hkya__desc{font-family:var(--font-sans);color:#fff9;max-width:320px;margin-bottom:2.5rem;font-size:16px;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#fff;width:48px;height:48px;font-family:var(--font-mono);text-transform:uppercase;transition:all var(--transition-fast);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--brand-red);transform:translateY(-3px)}.Footer-module__S6Hkya__colTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:2rem;font-size:14px;font-weight:800}.Footer-module__S6Hkya__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__link{font-family:var(--font-sans);color:#fff9;transition:color var(--transition-fast);font-size:15px}.Footer-module__S6Hkya__link:hover{color:var(--brand-red)}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__bottom{flex-direction:row;justify-content:space-between}}.Footer-module__S6Hkya__partners{filter:grayscale()brightness(2);opacity:.5;transition:all var(--transition-fast);align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__partners:hover{filter:none;opacity:1}.Footer-module__S6Hkya__partnerLogo{width:auto;height:32px}.Footer-module__S6Hkya__partnerLogoLarge{width:auto;height:48px}.Footer-module__S6Hkya__copy{font-family:var(--font-mono);color:#fff6;font-size:12px}
.layout-module__L5FxyW__pageWrapper{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__mainContent{flex-direction:column;flex:1;display:flex}
