@import "https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400&display=swap";:root{--rz-blue:#0d4491;--rz-blue-dark:#0b3a7a;--rz-blue-light:#1a5bb8;--rz-yellow:#ffc800;--rz-yellow-hover:#ffd740;--rz-bg-0:#060d1a;--rz-bg-1:#0a1628;--rz-bg-2:#0f1e38;--rz-bg-3:#152445;--rz-bg-blue:#0d4491;--rz-bg-navbar:#002263;--rz-border:#ffffff12;--rz-border-md:#ffffff1f;--rz-border-strong:#fff3;--rz-border-yellow:#ffc80040;--rz-border-blue:#0d449166;--rz-text-primary:#fff;--rz-text-secondary:#fff9;--rz-text-muted:#ffffff59;--rz-text-yellow:#ffc800;--rz-green:#22c55e;--rz-green-bg:#22c55e1f;--rz-red:#ef4444;--rz-red-bg:#ef44441f;--font-display:"Humane", sans-serif;--font-body:"Archivo", sans-serif;--text-xs:11px;--text-sm:13px;--text-md:15px;--text-lg:18px;--text-xl:22px;--text-2xl:28px;--text-3xl:36px;--text-4xl:48px;--text-display:clamp(56px, 12vw, 96px);--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-black:900;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-card:0 4px 24px #00000059;--shadow-hover:0 8px 40px #0000008c;--shadow-yellow:0 0 24px #ffc80026;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.16, 1, .3, 1);--max-width:1200px;--nav-height:72px;--padding-page:clamp(16px, 4vw, 40px)}@font-face{font-family:Bebas Neue;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/bebas-neue-latin-ext-400-normal-DWiEslNC.woff2)format("woff2"),url(/assets/bebas-neue-latin-ext-400-normal-HFKRJXnW.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bebas Neue;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/bebas-neue-latin-400-normal-9mHNbWWO.woff2)format("woff2"),url(/assets/bebas-neue-latin-400-normal-Bi-ndsyu.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Humane;src:url(/fonts/Humane-Thin.ttf)format("truetype");font-weight:100;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-ExtraLight.ttf)format("truetype");font-weight:200;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-Light.ttf)format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-Medium.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-SemiBold.ttf)format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Humane;src:url(/fonts/Humane-Bold.ttf)format("truetype");font-weight:700;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-md);color:var(--rz-text-primary);background:var(--rz-bg-0);-webkit-font-smoothing:antialiased;line-height:1.6}img,video{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}a{color:inherit;text-decoration:none}.rz-container{width:100%;max-width:var(--max-width);padding:0 var(--padding-page);margin:0 auto}.rz-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--rz-text-muted);margin-bottom:var(--space-2)}.rz-eyebrow--yellow{color:var(--rz-yellow)}.rz-section-title{font-size:var(--text-3xl);font-weight:var(--weight-black);letter-spacing:-.02em;color:var(--rz-text-primary);margin-bottom:var(--space-8);line-height:1.1}.rz-section{padding:var(--space-16) 0}.rz-badge{align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-full);letter-spacing:.04em;padding:3px 10px;display:inline-flex}.rz-badge--yellow{color:var(--rz-yellow);background:#ffc8001f;border:1px solid #ffc80033}.rz-badge--green{color:var(--rz-green);background:#22c55e1f}.rz-badge--red{color:var(--rz-red);background:#ef44441f}.rz-badge--live{color:#ef4444;background:#ef444426;border:1px solid #ef444440}.rz-live-dot{background:var(--rz-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite rz-pulse}.rz-btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-bold);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;padding:11px 22px;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex}.rz-btn--primary{background:var(--rz-yellow);color:#060d1a}.rz-btn--primary:hover{background:var(--rz-yellow-hover);transform:translateY(-1px)}.rz-btn--ghost{color:var(--rz-text-secondary);border:1px solid var(--rz-border-md);background:0 0}.rz-btn--ghost:hover{border-color:var(--rz-border-strong);color:var(--rz-text-primary)}.rz-btn--outline-yellow{color:var(--rz-yellow);border:1px solid var(--rz-border-yellow);background:0 0}.rz-btn--outline-yellow:hover{background:#ffc80014}.rz-btn--lg{font-size:var(--text-md);padding:13px 28px}.rz-card{background:var(--rz-bg-2);border:1px solid var(--rz-border);border-radius:var(--radius-lg);overflow:hidden}.rz-card--hover{transition:border-color .25s,transform .25s,box-shadow .25s}.rz-card--hover:hover{border-color:var(--rz-border-md);box-shadow:var(--shadow-hover);transform:translateY(-3px)}.rz-skeleton{background:linear-gradient(90deg, var(--rz-bg-2) 25%, var(--rz-bg-3) 50%, var(--rz-bg-2) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite rz-shimmer}:focus-visible{outline:2px solid var(--rz-yellow);outline-offset:2px;border-radius:var(--radius-sm)}@keyframes rz-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes rz-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes rz-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:1000;background:#002263;border-bottom:1px solid #ffffff14;width:100%;height:80px;transition:background .22s,box-shadow .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:sticky;top:0}.header.is-scrolled{-webkit-backdrop-filter:blur(18px);background:#002263e6;box-shadow:0 8px 30px #0012322e}.header__container{grid-template-columns:auto 1fr auto;align-items:center;column-gap:56px;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:0 32px;display:grid}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo img{width:auto;height:42px;display:block}.header__nav{align-items:center;gap:30px;min-width:0;display:flex}.header__nav-link{color:#ffffffc2;height:80px;font-family:var(--font-body);white-space:nowrap;align-items:center;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:color .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.header__nav-link:hover{color:#fff;transform:translateY(-1px)}.header__nav-link.is-active{color:#fff;font-weight:600}.header__nav-link.is-active:after{content:"";background:#ffc800;border-radius:999px;height:3px;position:absolute;bottom:17px;left:0;right:0;box-shadow:0 0 12px #ffc80066}.header__more{align-items:center;height:80px;display:flex;position:relative}.header__more-trigger{color:#ffffffc2;height:80px;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:500;transition:color .18s cubic-bezier(.16,1,.3,1);display:none}.header__more-trigger:hover{color:#fff}.header__more-panel{z-index:50;background:#0a2a5c;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;min-width:160px;padding:8px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 12px 32px #00000059}.header__more-panel a{color:#fffc;font-size:14px;font-family:var(--font-body);border-radius:6px;padding:10px 12px;text-decoration:none;transition:background .15s,color .15s}.header__more-panel a:hover{color:#fff;background:#ffffff0f}.header__actions{align-items:center;gap:12px;display:flex}.header__live{margin-left:4px}.header__login{color:#fff;height:44px;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-radius:10px;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:600;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.header__login:hover{background:#ffffff12;border-color:#fff6;transform:translateY(-1px)}.header__register{color:#111;height:44px;font-family:var(--font-body);cursor:pointer;background:#ffc800;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:700;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 8px 24px #ffc8002e}.header__register:hover{background:#ffd633;transform:translateY(-1px);box-shadow:0 10px 28px #ffc80047}.header__user-btn{cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:999px;align-items:center;gap:8px;height:44px;padding:4px 14px 4px 4px;display:flex}.header__menu-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;grid-column:3;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none;position:relative}.header a:focus-visible,.header button:focus-visible{outline-offset:3px;outline:3px solid #ffc8008c}@media (width<=1259px) and (width>=900px){.header__container{padding:0 24px}.header__nav{gap:20px}.header__nav-link--overflow{display:none}.header__more-trigger{display:inline-flex}}@media (width<=979px) and (width>=900px){.header__login{display:none}}@media (width<=899px){.header__nav,.header__actions{display:none}.header__menu-btn{margin-left:auto;display:inline-flex}}@media (width<=767px){.header{height:64px}.header__container{justify-content:space-between;padding:0 20px;display:flex}.header__logo img{height:34px}}.mobile-menu{top:80px}@media (width<=767px){.mobile-menu{top:64px}}.prediction-card{--porra-purple:#06328a;--porra-purple-dark:#6d28d9;border-radius:var(--radius-xl);background:radial-gradient(circle at 0 0,#142d6e59 0%,#0000 45%),linear-gradient(#0d1b4b 0%,#081731 35%,#07162e 70%,#051429 100%);border:1px solid #ffffff14;flex-direction:column;justify-content:space-between;gap:10px;width:100%;height:100%;padding:16px 22px;transition:transform .22s cubic-bezier(.16,1,.3,1),border-color .22s;display:flex}.prediction-card:hover{border-color:#ffffff24;transform:translateY(-3px)}.prediction-card__header{align-items:center;gap:12px;display:flex}.prediction-card__icon{border-radius:var(--radius-md);color:#fff;background:#0d1b4b;border:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:inset 0 1px #ffffff12,inset 0 0 14px #ffffff08}.prediction-card__heading{min-width:0}.prediction-card__title{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:#fff;margin:0 0 2px;font-size:21px;font-weight:800}.prediction-card__subtitle{font-family:var(--font-body);color:#ffffff73;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12.5px;font-weight:400;overflow:hidden}.prediction-card__matchup{flex:1;justify-content:center;align-items:center;gap:clamp(14px,4%,32px);display:flex}.prediction-card__team{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.prediction-card__team img{object-fit:contain;width:60px;height:60px}.prediction-card__team-fallback{width:60px;height:60px;font-family:var(--font-body);color:#ffffffb3;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.prediction-card__team-name{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:#fffc;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:700;overflow:hidden}.prediction-card__score{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.prediction-card__score-label{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#fff6;font-size:10px;font-weight:700}.prediction-card__score-box{border-radius:var(--radius-md);font-family:var(--font-body);font-variant-numeric:tabular-nums;color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:14px;padding:10px 26px;font-size:40px;font-weight:800;line-height:1;display:flex}.prediction-card__score-sep{color:#ffffff4d;font-weight:400}@media (width<=640px){.prediction-card__score-box{min-width:112px;padding:10px 16px;font-size:32px}.prediction-card__team img,.prediction-card__team-fallback{width:54px;height:54px}}@media (width<=359px){.prediction-card__score-box{min-width:92px;padding:8px 12px;font-size:28px}.prediction-card__team img,.prediction-card__team-fallback{width:46px;height:46px}}.prediction-card__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}.prediction-card__metric{border-radius:var(--radius-md);color:#ffc800;background:#ffffff08;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 14px;transition:background .2s;display:flex;overflow:hidden}.prediction-card__metric svg{flex-shrink:0}.prediction-card__metric:hover{background:#ffffff0f}@media (width>=1280px){.prediction-card__metric svg{width:36px;height:36px}}@media (width>=1440px){.prediction-card__metric svg{width:40px;height:40px}}.prediction-card__metric-text{flex-direction:column;gap:2px;min-width:0;display:flex}.prediction-card__metric-value{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:#fff;overflow-wrap:anywhere;font-size:20px;font-weight:800;line-height:1.15}.prediction-card__metric-label{font-family:var(--font-body);color:#ffffff80;overflow-wrap:anywhere;font-size:11.5px;font-weight:500}@media (width<=359px){.prediction-card__metrics{gap:8px}.prediction-card__metric{gap:8px;padding:10px 8px}.prediction-card__metric-value{font-size:20px}.prediction-card__metric-label{white-space:normal;font-size:11px;line-height:1.2}.prediction-card__metric svg{width:24px;height:24px}}.prediction-card--empty{text-align:center;justify-content:center;align-items:center}.lineup-card{border-radius:var(--radius-xl);background:radial-gradient(circle at 0 0,#142d6e59 0%,#0000 45%),linear-gradient(#0d1b4b 0%,#081731 35%,#07162e 70%,#051429 100%);border:1px solid #ffffff14;flex-direction:column;gap:14px;width:100%;height:100%;padding:18px 22px;display:flex}.lineup-card__header{flex-shrink:0;align-items:flex-start;gap:12px;display:flex}.lineup-card__icon{border-radius:var(--radius-md);color:#ffc800;background:#0d1b4b;border:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:inset 0 1px #ffffff12,inset 0 0 14px #ffffff08}.lineup-card__heading{min-width:0}.lineup-card__title{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:#fff;overflow-wrap:anywhere;text-wrap:balance;margin:0 0 2px;font-size:14px;font-weight:800}.lineup-card__subtitle{font-family:var(--font-body);color:#ffffffb3;margin:0;font-size:12.5px;font-weight:400}.lineup-card__main{flex:1;grid-template-columns:minmax(0,.9fr) minmax(140px,1.1fr);align-items:center;gap:clamp(16px,3vw,32px);min-height:0;display:grid}.lineup-card__countdown,.lineup-card__preview{min-width:0}.lineup-card__countdown{flex-direction:column;gap:6px;display:flex}.lineup-card__countdown-label{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;font-size:11px;font-weight:700}.lineup-card__countdown-values{align-items:baseline;gap:14px;display:flex}.lineup-card__countdown-group{align-items:baseline;gap:3px;display:flex;overflow:hidden}.lineup-card__time-value{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:#ffc800;font-size:clamp(28px,3.2vw,38px);font-weight:800;line-height:1;display:inline-block}@media (prefers-reduced-motion:no-preference){.lineup-card__time-value{animation:.26s ease-out lineup-countdown-roll}}@keyframes lineup-countdown-roll{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lineup-card__countdown-unit{font-family:var(--font-body);color:#fff;font-size:15px;font-weight:700}.lineup-card__countdown-caption{font-family:var(--font-body);color:#ffffffb3;font-size:12px}.lineup-card__preview{display:flex}.lineup-card__pitch-wrapper{flex-direction:column;align-items:center;width:100%;min-width:0;max-width:140px;margin-inline:auto;transition:transform .22s cubic-bezier(.16,1,.3,1);display:flex}.lineup-card__pitch-wrapper:hover{transform:scale(1.02)}.lineup-card__pitch{width:min(100%,140px)}.lineup-card__pitch svg{aspect-ratio:3/2;width:100%;height:auto;display:block;overflow:visible}@media (width<=1024px){.lineup-card__main{grid-template-columns:minmax(0,.85fr) minmax(220px,1.15fr);gap:24px}.lineup-card__pitch-wrapper{max-width:340px}.lineup-card__pitch{width:min(100%,340px)}}@media (width<=640px){.lineup-card{gap:16px;padding:18px 20px}.lineup-card__main{flex-direction:column;gap:20px;display:flex}.lineup-card__countdown{text-align:center;align-items:center}.lineup-card__countdown-values{justify-content:center}.lineup-card__time-value{font-size:clamp(38px,13vw,56px)}.lineup-card__pitch-wrapper{max-width:320px}.lineup-card__pitch{width:100%}}@media (width<=359px){.lineup-card__pitch-wrapper{max-width:240px}}.hero{background:linear-gradient(90deg,#06328a 0%,#05286d 50%,#041f5c 100%);padding:64px 0 100px;overflow:hidden}.hero__container{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;column-gap:80px;width:100%;max-width:1440px;margin:0 auto;padding:0 32px;display:grid}.hero__left{flex-direction:column;display:flex}.hero__eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;margin-bottom:24px;font-size:14px;font-weight:700}.hero__title{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin-bottom:32px;font-size:96px;font-weight:700;line-height:.9}.hero__desc{font-family:var(--font-body);color:#ffffffbf;max-width:550px;margin-bottom:40px;font-size:18px;font-weight:400;line-height:1.6}.hero__benefits{flex-direction:column;gap:14px;margin-bottom:48px;list-style:none;display:flex}.hero__benefit{font-family:var(--font-body);color:#fff;align-items:center;gap:18px;font-size:20px;font-weight:500;display:flex}.hero__benefit-icon{background:#ffc61a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hero__cta{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:40px;display:flex}.hero__btn-primary,.hero__btn-secondary{height:56px;font-family:var(--font-body);cursor:pointer;white-space:nowrap;box-sizing:border-box;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .25s ease-out,box-shadow .25s ease-out,background .25s ease-out,border-color .25s ease-out;display:inline-flex}.hero__btn-primary{color:#111;background:#ffc61a;box-shadow:0 8px 20px #ffc61a38}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px #ffc61a4d}.hero__btn-secondary{color:#fff;background:0 0;border:2px solid #ffffff4d}.hero__btn-secondary:hover{background:#ffffff0f;border-color:#ffffff73;transform:translateY(-2px)}.hero__play-circle{box-sizing:border-box;border:2px solid #ffffffb3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hero__play-circle svg{display:block}.hero__social-proof{align-items:center;gap:16px;display:flex}.hero__avatars{display:flex}.hero__avatar{width:44px;height:44px;font-family:var(--font-body);color:#fff;border:2px solid #ffffffe6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-12px;font-size:13px;font-weight:700;display:flex}.hero__avatar:first-child{margin-left:0}.hero__social-text{font-family:var(--font-body);color:#ffffffd9;font-size:15px}.hero__social-text strong{color:#fff;font-weight:700}.hero__panel{background:#071f54;border:1px solid #fff6;border-radius:28px;flex-direction:column;gap:24px;height:100%;padding:40px;display:flex;box-shadow:0 20px 60px #00000040}.hero__live-banner{flex-shrink:0;margin-bottom:24px}.porra-card{flex:calc(60% - 14.4px);min-height:0;display:flex}.lineup-teaser{flex:calc(40% - 9.6px);min-height:0;display:flex}.hero-cta{border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:#111;cursor:pointer;background:linear-gradient(155deg,#ffc800 0%,#ffd740 50%,#ffc800 100%);border:none;padding:13px;font-size:15.5px;font-weight:700;transition:filter .18s,transform .18s,box-shadow .18s;box-shadow:0 10px 30px #ffc80059}@media (prefers-reduced-motion:no-preference){.hero-cta{will-change:background-position;background-size:300% 100%;animation:9s linear infinite alternate hero-cta-flow}}@keyframes hero-cta-flow{0%{background-position:0%}to{background-position:100%}}.hero-cta:hover:not(:disabled){filter:brightness(1.12);transform:translateY(-2px);box-shadow:0 14px 36px #ffc80073}.hero-cta:active:not(:disabled){transform:scale(.98)}.hero-cta:disabled{cursor:not-allowed;color:#fff6;box-shadow:none;background:#ffffff14;animation:none}@media (width<=1200px){.hero__title{font-size:72px}}@media (width<=1024px){.hero__container{grid-template-columns:minmax(0,1fr);row-gap:24px;padding:0 24px}.hero__panel{height:auto}.porra-card,.lineup-teaser{flex:0 auto}.hero__title{margin-bottom:12px}.hero__desc{margin-bottom:8px}.hero__left{display:contents}.hero__benefits{margin-bottom:8px}.hero__benefit:nth-child(n+3){display:none}.hero__eyebrow{order:1}.hero__title{order:2}.hero__desc{order:3}.hero__benefits{order:4}.hero__panel{order:5}.hero__cta{order:6}.hero__social-proof{order:7}}@media (width<=640px){.hero{padding:40px 0 76px}.hero__container{row-gap:16px;padding:0 20px}.hero__eyebrow{margin-bottom:16px;font-size:12px}.hero__title{margin-bottom:20px;font-size:40px}.hero__desc{margin-bottom:8px;font-size:16px}.hero__benefits{display:none}.hero__cta{flex-wrap:wrap;gap:12px;margin-bottom:32px}.hero__btn-primary,.hero__btn-secondary{width:100%;height:52px}.hero__social-proof{flex-wrap:wrap;row-gap:8px}.hero__panel{border-radius:20px;gap:16px;padding:20px}.hero__live-banner{margin-bottom:0}}.community-stats{z-index:20;width:calc(100% - 40px);max-width:1280px;margin:-59px auto 0;position:relative}.community-stats__card{background:#00307f;border:1px solid #ffffff14;border-radius:20px;align-items:center;height:118px;display:flex;box-shadow:0 24px 60px #0000002e}.community-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:100%;display:grid}.community-stats__item{align-items:center;gap:18px;padding:0 28px;transition:transform .18s;display:flex;position:relative}.community-stats__item:hover{transform:translateY(-2px)}.community-stats__item:not(:last-child):after{content:"";background:#ffffff14;width:1px;height:56px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.community-stats__icon{color:#ffc800;background:#081d5259;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .18s;display:flex}.community-stats__item:hover .community-stats__icon{transform:scale(1.05)}.community-stats__text{min-width:0}.community-stats__value{font-family:var(--font-body);color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;text-transform:uppercase;font-size:42px;font-weight:700;line-height:1}.community-stats__label{font-family:var(--font-body);color:#ffffffc7;margin-top:4px;font-size:16px;font-weight:500}@media (width<=1024px) and (width>=641px){.community-stats__grid{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.community-stats__grid::-webkit-scrollbar{display:none}.community-stats__item{scroll-snap-align:start;flex:0 0 50%;justify-content:center}.community-stats__value{font-size:36px}}@media (width<=640px){.community-stats__grid{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.community-stats__grid::-webkit-scrollbar{display:none}.community-stats__item{scroll-snap-align:start;flex:0 0 100%;justify-content:center}.community-stats__item:not(:last-child):after{display:none}.community-stats__icon{width:52px;height:52px}.community-stats__value{font-size:34px}}.tools-section{padding:40px 0 56px}.tools-section__container{width:calc(100% - 40px);max-width:1280px;margin:0 auto}.tools-section__head{text-align:center;max-width:720px;margin:0 auto 32px}.tools-section__eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--rz-blue-light);margin:0 0 14px;font-size:12px;font-weight:700}.tools-section__title{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#fff;text-wrap:balance;margin:0;font-size:clamp(30px,3.8vw,46px);font-weight:700;line-height:1.08}.tools-grid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:28px;display:grid}.tools-section__footer{justify-content:center;display:flex}.tool-card{text-align:left;cursor:pointer;width:100%;height:100%;min-height:270px;font-family:var(--font-body);background:linear-gradient(#0f214f 0%,#0c1c46 100%);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:flex-start;padding:28px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative}.tool-card:hover{border-color:#ffffff29;transform:translateY(-6px);box-shadow:0 24px 60px #00000038}.tool-card:focus-visible{outline:2px solid var(--rz-yellow);outline-offset:3px}.tool-card__badge{color:#ffc800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#ffc80026;border:1px solid #ffc8004d;border-radius:999px;padding:3px 10px;font-size:10.5px;font-weight:700;position:absolute;top:16px;right:16px}.tool-card__icon{color:#ffc800;background:#ffffff0d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;transition:transform .18s;display:flex}.tool-card:hover .tool-card__icon{transform:scale(1.05)}.tool-card__title{letter-spacing:.05em;text-transform:uppercase;color:#fff;margin:0 0 10px;font-size:15px;font-weight:800}.tool-card__desc{color:#ffffffc7;flex:1;margin:0 0 20px;font-size:14px;line-height:1.6}.tool-card__cta{color:#ffc800;align-items:center;gap:4px;font-size:14px;font-weight:700;transition:transform .18s;display:inline-flex}.tool-card:hover .tool-card__cta{transform:translate(4px)}@media (width<=1024px){.tools-grid{grid-template-columns:repeat(2,1fr)}.tools-grid>:nth-child(5){grid-column:1/-1}}@media (width<=640px){.tools-section{padding:64px 0}.tools-section__container{padding:0 20px}.tools-section__head{margin-bottom:40px}.tools-grid{grid-template-columns:1fr;gap:16px}.tools-grid>:nth-child(5){grid-column:auto}.tool-card{min-height:0}}.market-carousel{padding:36px 0;position:relative;overflow:hidden}.market-carousel__head{max-width:1200px;margin:0 auto 24px;padding:0 24px}.market-carousel__eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:#fff6;margin:0 0 6px;font-size:11px;font-weight:600}.market-carousel__title{font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;color:#fff;margin:0;font-size:clamp(44px,4vw,64px);font-weight:700;line-height:.98}.market-carousel__viewport{width:100%;position:relative}.market-carousel__fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.market-carousel__fade--left{background:linear-gradient(90deg,#071e48e6,#0000);left:0}.market-carousel__fade--right{background:linear-gradient(270deg,#071e48e6,#0000);right:0}.market-carousel__track{will-change:transform;gap:16px;width:max-content;padding:4px 24px 8px;display:flex}.market-card{aspect-ratio:2/3;cursor:pointer;text-align:left;width:168px;height:252px;font:inherit;color:inherit;background:0 0;border:none;flex-shrink:0;padding:0;display:block;position:relative}.market-card:focus-visible{outline-offset:4px;border-radius:16px;outline:3px solid #ffc8008c}.market-card__inner{background:#0b1f3d;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:100%;height:100%;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000040}.market-card:hover .market-card__inner{border-color:#ffffff2e;transform:translateY(-6px);box-shadow:0 18px 40px #00000057}.market-card:active .market-card__inner{transform:translateY(-2px)scale(.99)}.market-card__media{contain:paint;background:#081a35;flex:0 0 60%;position:relative;overflow:hidden}.market-card__media:after{content:"";pointer-events:none;background:linear-gradient(#05163400 0%,#051634ad 100%);height:36%;position:absolute;inset:auto 0 0}.market-card__player{object-fit:contain;object-position:center top;width:100%;height:100%;transition:transform .24s cubic-bezier(.16,1,.3,1);display:block}.market-card:hover .market-card__player{transform:scale(1.025)}.market-card__club{z-index:2;background:#fff;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 6px 16px #0003}.market-card__club img{object-fit:contain;width:24px;height:24px}.market-card__club-fallback{font-family:var(--font-body);color:#333;font-size:12px;font-weight:700}.market-card__accent{flex-shrink:0;width:100%;height:2px}.market-card--signing .market-card__accent{background:#2ecc71}.market-card--departure .market-card__accent{background:#e74c3c}.market-card--signing.market-card--featured .market-card__inner{box-shadow:0 0 0 1px #2ecc71bf,0 18px 40px #2ecc712e}.market-card--departure.market-card--featured .market-card__inner{box-shadow:0 0 0 1px #e74c3cbf,0 18px 40px #e74c3c29}.market-card__content{flex-direction:column;flex:1;padding:16px 16px 18px;display:flex}.market-card--signing .market-card__content{background:linear-gradient(#065848fa 0%,#05372f 100%)}.market-card--departure .market-card__content{background:linear-gradient(#841f31fa 0%,#48121f 100%)}.market-card__name{font-family:"Bebas Neue", var(--font-display), sans-serif;text-transform:uppercase;color:#fff;letter-spacing:.01em;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:700;line-height:1.05;display:-webkit-box;overflow:hidden}.market-card__type{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;margin-top:14px;font-size:13px;font-weight:700;line-height:1}.market-card--signing .market-card__type{color:#2ecc71}.market-card--departure .market-card__type{color:#ff5b63}.market-card__team{font-family:var(--font-body);color:#fffc;text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:14px;font-weight:400;line-height:1.35;overflow:hidden}@media (width<=1024px) and (width>=641px){.market-carousel__track{gap:14px}.market-card{width:152px;height:228px}.market-card__content{padding:12px 12px 14px}.market-card__name{font-size:18px}.market-card__type{margin-top:10px;font-size:12px}.market-card__team{margin-top:6px;font-size:13px}}@media (width<=640px){.market-carousel{padding:28px 0}.market-carousel__head{padding:0 20px}.market-carousel__fade{width:60px}.market-carousel__track{gap:12px}.market-card{width:138px;height:208px}.market-card__name{font-size:17px}.market-card__type{margin-top:10px;font-size:11px}.market-card__team{margin-top:6px;font-size:12px}.market-card__content{padding:12px 12px 14px}}.community-section{padding:72px 0 64px;position:relative;overflow:hidden}.community-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 32px}.community-section__grid{grid-template-columns:1.45fr 1fr 1fr .9fr;grid-template-areas:"intro post1 post2 poll""members. . .";align-items:stretch;gap:20px;display:grid}.community-section__intro{grid-area:intro}.community-section__post--lineup{grid-area:post1}.community-section__post--photo{grid-area:post2}.community-section__poll{grid-area:poll;align-self:center}.community-card.community-section__poll{height:auto}.community-section__members{grid-area:members}.community-intro__eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#fffc;margin:0 0 12px;font-size:12px;font-weight:700}.community-intro__title{font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;color:#fff;max-width:420px;margin:0 0 14px;font-size:clamp(44px,4vw,64px);font-weight:700;line-height:.98}.community-benefits{flex-direction:column;gap:6px;margin:0 0 28px;padding:0;list-style:none;display:flex}.community-benefit{min-height:32px;font-family:var(--font-body);color:#fff;align-items:center;gap:12px;font-size:15px;display:flex}.community-benefit__icon{color:#081f45;background:#ffc800;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.community-members{align-items:center;gap:14px;display:flex}.community-members__avatars{display:flex}.community-members__avatar{width:38px;height:38px;font-family:var(--font-body);color:#fff;background:var(--rz-bg-3);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-10px;font-size:12px;font-weight:700;display:flex}.community-members__avatar:first-child{margin-left:0}.community-members__text{font-family:var(--font-body);color:#ffffffd9;font-size:14px}.community-members__text strong{color:#fff;font-weight:700}.community-card{background:#05193eeb;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;height:100%;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 20px 45px #000e2d33}.community-card:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 26px 60px #000e2d47}.post-header{align-items:center;gap:10px;padding:16px 16px 10px;display:flex}.post-header__avatar{width:32px;height:32px;font-family:var(--font-body);color:#fff;object-fit:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.post-header__meta{min-width:0}.post-header__name{font-family:var(--font-body);color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.post-header__time{font-family:var(--font-body);color:#ffffff80;font-size:11.5px}.community-post__text{font-family:var(--font-body);color:#ffffffd9;white-space:pre-line;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;padding:0 16px;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.community-post__image{aspect-ratio:4/3;background:linear-gradient(160deg,#123a1e 0%,#0c2b16 100%);border-radius:10px;justify-content:center;align-items:center;margin:0 14px;display:flex;overflow:hidden}.community-post__image--photo{background:linear-gradient(160deg,#152a52 0%,#0c1c3e 100%)}.community-post__image img{object-fit:cover;width:100%;height:100%;display:block}.community-post__image-placeholder{font-family:var(--font-body);color:#ffffff59;font-size:11px}.post-interactions{align-items:center;gap:16px;margin-top:auto;padding:14px 16px 16px;display:flex}.post-interactions__stat{font-family:var(--font-body);color:#fff9;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:12.5px;display:flex}.post-interactions__link{color:#ffffffb3;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:4px;transition:color .18s,transform .18s;display:flex}.post-interactions__link:hover{color:#fff;transform:translate(2px)}.poll-card__header{padding:16px 16px 0}.poll-card__eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;font-size:11px;font-weight:700}.poll-card__question{font-family:var(--font-body);color:#fff;margin:0;padding:6px 16px 14px;font-size:14px;font-weight:700;line-height:1.4}.poll-card__options{flex-direction:column;gap:8px;padding:0 16px;display:flex}.poll-option{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 14px;transition:background .18s,border-color .18s,filter .18s;display:flex;position:relative}.poll-option:hover{filter:brightness(1.15)}.poll-option--selected{background:#0d5bd7;border-color:#ffffff2e}.poll-option__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.poll-option__radio{border:2px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .18s;display:flex}.poll-option--selected .poll-option__radio{border-color:#fff}.poll-option__radio:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;transition:transform .15s;transform:scale(0)}.poll-option--selected .poll-option__radio:after{transform:scale(1)}.poll-option__label{font-family:var(--font-body);color:#fff;font-size:13.5px}.poll-option__input:focus-visible~.poll-option__radio{outline:2px solid var(--rz-yellow);outline-offset:2px}.poll-card__votes{font-family:var(--font-body);color:#ffffff80;padding:12px 16px 16px;font-size:12px}@media (width<=1024px){.community-section__grid{grid-template-columns:1fr 1fr;grid-template-areas:"intro poll""members poll""lineup photo";row-gap:20px}.community-section__post--lineup{grid-area:lineup}.community-section__post--photo{grid-area:photo}.community-intro__title{max-width:none}}@media (width<=640px){.community-section{padding:48px 0}.community-section__container{padding:0 20px}.community-section__grid{grid-template-columns:1fr;grid-template-areas:"intro""members""lineup""photo""poll"}.community-section__poll{align-self:stretch}.community-intro__title{font-size:clamp(38px,10vw,44px)}}.editorial-section{isolation:isolate;position:relative}.editorial-section:before{content:"";z-index:0;filter:saturate(.82)contrast(.94);background:linear-gradient(#04122ef0 0%,#072358e6 35%,#0a4491d1 65%,#04122ef2 100%),url(/images/estadio-comunidad.webp) 50%/cover no-repeat;position:absolute;inset:0}.editorial-section>*{z-index:1;position:relative}.calendar-section{padding:40px 32px 96px}.calendar-section__container{clip-path:inset(-120px 0 0 round 24px);background:#03090f;border:1px solid #ffffff0f;border-radius:24px;align-items:stretch;gap:48px;max-width:1280px;margin:0 auto;padding:40px 56px;display:flex;position:relative}.calendar-section__text{flex:0 0 45%;max-width:45%}.calendar-section__eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#82b6e0;margin:0 0 14px;font-size:12px;font-weight:700}.calendar-section__title{font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;color:#fff;white-space:nowrap;margin:0 0 16px;font-size:clamp(32px,3.6vw,52px);font-weight:700;line-height:1}.calendar-section__desc{font-family:var(--font-body);color:#ffffffa6;max-width:420px;margin:0 0 28px;font-size:15px;line-height:1.55}.calendar-benefits{flex-wrap:nowrap;gap:16px clamp(8px,1.6vw,26px);display:flex}.calendar-benefit{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;gap:8px;min-width:0;display:flex}.calendar-benefit__icon{color:#ffc800;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.calendar-benefit__icon svg{width:32px;height:32px;transition:transform .2s cubic-bezier(.16,1,.3,1)}.calendar-benefit:hover .calendar-benefit__icon svg{transform:scale(1.08)}.calendar-benefit__text{font-family:var(--font-body);color:#ffffffd9;max-width:120px;margin:0;font-size:clamp(11.5px,1.05vw,12.5px);font-weight:600;line-height:1.35}.calendar-section__visual{flex:1;align-self:stretch;align-items:stretch;display:flex;position:relative}.calendar-phone-stack{flex:0 0 210px;width:210px;height:100%;position:relative}.calendar-widget-slot{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.calendar-phone{z-index:2;cursor:pointer;background:linear-gradient(155deg,#55585e 0%,#232427 10%,#0a0a0c 28%,#1a1b1e 55%,#3c3d41 82%,#19191b 100%);border-radius:46px;padding:3px;transition:transform .22s cubic-bezier(.16,1,.3,1);position:absolute;inset:-80px 0 -40px;box-shadow:0 30px 70px #0000008c,inset 0 0 0 1px #ffffff2e,inset 0 1.5px 1px #ffffff59}.calendar-phone:hover{transform:translateY(-4px)}.calendar-phone:focus-visible{outline-offset:4px;outline:2px solid #ffc800}.calendar-phone__btn{z-index:0;background:linear-gradient(90deg,#232427 0%,#0a0a0c 100%);border-radius:2px;position:absolute;box-shadow:inset 0 0 0 1px #ffffff14}.calendar-phone__btn--mute{width:3px;height:18px;top:92px;left:-2px}.calendar-phone__btn--vol-up{width:3px;height:32px;top:122px;left:-2px}.calendar-phone__btn--vol-down{width:3px;height:32px;top:162px;left:-2px}.calendar-phone__btn--power{width:3px;height:46px;top:130px;right:-2px}.calendar-phone__bezel{background:#000;border-radius:43px;width:100%;height:100%;padding:3px;position:relative}.calendar-phone__island{z-index:3;background:#000;border-radius:10px;justify-content:flex-end;align-items:center;width:64px;height:18px;padding-right:8px;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff0f}.calendar-phone__camera{background:radial-gradient(circle at 35% 35%,#3a5a8a 0%,#0d1622 70%);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 1px #ffffff0d}.calendar-phone__screen{background:linear-gradient(#0d1a33 0%,#081226 100%);border-radius:40px;width:100%;height:100%;padding:34px 12px 14px;position:relative;overflow:hidden}.calendar-phone__glass{z-index:4;pointer-events:none;background:linear-gradient(115deg,#ffffff17 0%,#ffffff08 18%,#0000 32% 100%);position:absolute;inset:0}.calendar-phone__statusbar{color:#fff;justify-content:space-between;align-items:center;margin:0 0 14px;display:flex}.calendar-phone__time{font-family:var(--font-body);letter-spacing:.01em;font-size:12px;font-weight:700}.calendar-phone__status-icons{align-items:center;gap:4px;display:flex}.calendar-phone__head{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.calendar-phone__head h4{font-family:var(--font-body);letter-spacing:.005em;color:#fff;margin:0;font-size:17px;font-weight:700}.calendar-phone__sync-btn{color:#ffffff80;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.calendar-phone__month{font-family:var(--font-body);letter-spacing:.1em;color:#fff6;margin:0 0 10px;font-size:9px;font-weight:700}.calendar-phone__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.calendar-phone__match{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:9px 0;display:flex}.calendar-phone__match:first-child{border-top:none}.calendar-phone__date{flex-direction:column;flex-shrink:0;align-items:center;width:30px;line-height:1.1;display:flex}.calendar-phone__date-day{font-family:var(--font-body);color:#fff;font-size:15px;font-weight:700}.calendar-phone__date-mes{font-family:var(--font-body);letter-spacing:.05em;color:#ffffffa6;font-size:8px;font-weight:700}.calendar-phone__info{min-width:0}.calendar-phone__teams{font-family:var(--font-body);color:#fff;text-overflow:ellipsis;white-space:nowrap;flex-direction:column;margin:0 0 2px;font-size:11.5px;font-weight:700;display:flex;overflow:hidden}.calendar-phone__teams span{color:#ffffff73;text-transform:uppercase;letter-spacing:.02em;margin-top:1px;font-size:10px;font-weight:400}.calendar-phone__meta{font-family:var(--font-body);color:#ffffff73;margin:0;font-size:10px}.calendar-widget{z-index:1;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#14203a99;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:14px;width:100%;min-width:0;max-width:320px;padding:18px 20px;transition:transform .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000059}.calendar-widget:hover{transform:scale(1.02)}.calendar-widget:focus-visible{outline-offset:4px;outline:2px solid #ffc800}.calendar-widget__crest{object-fit:contain;flex-shrink:0;width:58px;height:58px}.calendar-widget__body{min-width:0}.calendar-widget__app{font-family:var(--font-body);letter-spacing:.1em;color:#ffffff73;margin:0 0 3px;font-size:10.5px;font-weight:700}.calendar-widget__title{font-family:var(--font-body);color:#fff;margin:0 0 3px;font-size:15px;font-weight:700}.calendar-widget__match{font-family:var(--font-body);color:#ffffffbf;text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:13px;overflow:hidden}.calendar-widget__meta{font-family:var(--font-body);color:#ffffff73;margin:0;font-size:12px}@media (width<=1024px){.calendar-section__container{gap:20px;padding:36px 40px}.calendar-section__title{font-size:clamp(26px,3.6vw,34px)}.calendar-benefits{flex-wrap:wrap;row-gap:20px}.calendar-benefit{flex:0 calc(50% - 10px)}.calendar-phone-stack{width:168px}.calendar-phone{top:-60px;bottom:-28px}.calendar-phone__screen{padding:22px 10px 12px}.calendar-phone__island{width:52px;height:15px;top:9px}.calendar-phone__statusbar{margin-bottom:10px}.calendar-phone__time{font-size:10px}.calendar-phone__head h4{font-size:14px}.calendar-phone__sync-btn{width:20px;height:20px}.calendar-phone__sync-btn svg{width:11px;height:11px}.calendar-phone__month{margin-bottom:6px;font-size:8px}.calendar-phone__match{gap:7px;padding:7px 0}.calendar-phone__date{width:24px}.calendar-phone__date-day{font-size:12px}.calendar-phone__date-mes{font-size:6.5px}.calendar-phone__teams{font-size:10px}.calendar-phone__teams span,.calendar-phone__meta{font-size:8.5px}.calendar-widget{gap:8px;max-width:220px;padding:10px 12px}.calendar-widget__crest{width:32px;height:32px}.calendar-widget__app{font-size:8.5px}.calendar-widget__title{font-size:11px}.calendar-widget__match{font-size:10px}.calendar-widget__meta{font-size:9px}}@media (width<=768px){.calendar-section{padding:24px 20px 72px}.calendar-section__container{flex-direction:column;padding:32px 24px 40px}.calendar-section__text{text-align:center;flex:none;max-width:none}.calendar-section__title{white-space:normal;font-size:clamp(30px,8vw,40px)}.calendar-section__desc{margin-left:auto;margin-right:auto}.calendar-benefits{flex-wrap:nowrap;justify-content:center}.calendar-benefit{text-align:left;flex:1 1 0}.calendar-section__visual{flex-direction:column;justify-content:flex-start;align-self:auto;align-items:center;margin-top:32px}.calendar-phone-stack{flex:none;width:220px;height:auto}.calendar-widget-slot{flex:none;width:100%;margin-top:28px}.calendar-phone{height:420px;margin-bottom:28px;position:relative;inset:auto}.calendar-phone:hover{transform:translateY(-4px)}.calendar-phone__screen{padding:26px 12px 14px}.calendar-phone__island{width:60px;height:17px;top:10px}.calendar-phone__statusbar{margin-bottom:12px}.calendar-phone__head h4{font-size:16px}.calendar-phone__match{padding:9px 0}.calendar-phone__date{width:32px}.calendar-phone__date-day{font-size:14px}.calendar-phone__date-mes{font-size:8px}.calendar-phone__teams{font-size:11.5px}.calendar-phone__teams span,.calendar-phone__meta{font-size:10px}.calendar-widget{max-width:280px}}@media (width<=560px){.calendar-benefits{flex-wrap:wrap;row-gap:20px}.calendar-benefit{flex:0 calc(50% - 13px)}}@media (width<=640px){.home-footer-grid{gap:var(--space-6)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.season-selector{flex-direction:column;flex-shrink:0;gap:6px;width:150px;display:flex}.season-selector__label{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;font-size:11px;font-weight:700}.season-selector__control{position:relative}.season-selector__select{appearance:none;color:#fff;width:100%;min-height:44px;font-family:var(--font-body);cursor:pointer;background:#041432c7;border:1px solid #ffffff29;border-radius:10px;padding:0 30px 0 14px;font-size:14px;font-weight:700;transition:border-color .18s,background .18s}.season-selector__select:hover{border-color:#ffffff4d}.season-selector__select:focus-visible{outline-offset:2px;outline:2px solid #ffc800}.season-selector__select option{color:#fff;background:#0a2a5c}.season-selector__chevron{color:#fff9;pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}@media (width<=640px){.season-selector{width:100%}}.market-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.market-stats__card{background:#051b43b8;border:1px solid #ffffff17;border-radius:14px;align-items:center;gap:14px;min-width:0;padding:18px 20px;display:flex}.market-stats__icon{background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.market-stats__text{flex-direction:column;gap:2px;min-width:0;display:flex}.market-stats__value{font-family:var(--font-body);font-variant-numeric:tabular-nums;font-size:28px;font-weight:800;line-height:1.1}.market-stats__skeleton{background:#ffffff1a;border-radius:6px;width:36px;height:22px;animation:1.4s ease-in-out infinite market-stats-pulse;display:block}@media (prefers-reduced-motion:reduce){.market-stats__skeleton{opacity:.5;animation:none}}@keyframes market-stats-pulse{0%,to{opacity:.5}50%{opacity:1}}.market-stats__label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#fff9;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}@media (width<=1024px) and (width>=641px){.market-stats__card{padding:14px 16px}.market-stats__value{font-size:24px}}@media (width<=640px){.market-stats{gap:8px}.market-stats__card{text-align:center;flex-direction:column;gap:6px;padding:12px 8px}.market-stats__icon{width:32px;height:32px}.market-stats__icon svg{width:16px;height:16px}.market-stats__value{font-size:20px}.market-stats__label{font-size:10px}}.market-hero{background-color:#0000;background-image:linear-gradient(90deg,#06328a 0%,#05286d 50%,#041f5c 100%),url(/images/estadio-comunidad.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:48px 0 44px}.market-hero__container{flex-direction:column;gap:32px;width:100%;max-width:1400px;margin:0 auto;padding-inline:32px;display:flex}.market-hero__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.market-hero__intro{min-width:0}.market-hero__eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;margin:0 0 10px;font-size:12px;font-weight:600}.market-hero__title{font-family:var(--font-display);text-transform:uppercase;color:#fff;margin:0 0 14px;font-size:clamp(64px,8vw,118px);font-weight:800;line-height:.88}.market-hero__desc{font-family:var(--font-body);color:#fffc;max-width:460px;margin:0;font-size:16px;line-height:1.5}@media (width<=1024px) and (width>=641px){.market-hero{padding:40px 0 36px}}@media (width<=640px){.market-hero{padding:28px 0 24px}.market-hero__container{gap:24px;padding-inline:20px}.market-hero__title{font-size:clamp(54px,18vw,76px)}.market-hero__top{gap:16px}}.market-filters{background:#041432b8;border:1px solid #ffffff14;border-radius:999px;gap:6px;width:fit-content;max-width:100%;margin:0 auto;padding:6px;display:flex}.market-filters__tab{white-space:nowrap;color:#ffffffb3;min-width:150px;min-height:44px;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 48px;font-size:14px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:flex}.market-filters__tab:hover{color:#fff}.market-filters__tab:focus-visible{outline-offset:2px;outline:2px solid #ffc800}.market-filters__tab.is-active{color:#111;background:linear-gradient(90deg,#ffc800,#ffd740);box-shadow:0 8px 22px #ffc80047}@media (width<=640px){.market-filters{justify-content:center;width:100%}.market-filters__tab{flex:1;gap:5px;min-width:0;padding:0 12px;font-size:12.5px}.market-filters__tab svg{width:12px;height:12px}}.transfer-timeline{flex-direction:column;gap:32px;display:flex}.transfer-date-group__heading{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#ffffff9e;margin:0 0 12px;font-size:12px;font-weight:600}.transfer-date-group__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.transfer-card{background:linear-gradient(#081b43f5 0%,#051432fa 100%);border:1px solid #ffffff17;border-radius:14px;min-width:0;padding:16px 18px;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s}.transfer-card--signing{border-left:2px solid #22c55e}.transfer-card--departure{border-left:2px solid #ef4444}.transfer-card:hover{border-top-color:#ffffff2e;border-bottom-color:#ffffff2e;border-right-color:#ffffff2e;transform:translateY(-3px);box-shadow:0 18px 38px #00000040}.transfer-card__header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.transfer-card__photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.transfer-card__who{flex:1;min-width:0}.transfer-card__name{font-family:var(--font-body);color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:17px;font-weight:700;overflow:hidden}.transfer-card__badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.transfer-card__badge{font-family:var(--font-body);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.transfer-card__type{font-family:var(--font-body);letter-spacing:.02em;font-size:11px;font-weight:700}.transfer-card__type--signing{color:#22c55e}.transfer-card__type--departure{color:#ef4444}.transfer-card__date{font-family:var(--font-body);color:#ffffff8c;white-space:nowrap;flex-shrink:0;font-size:12px}.transfer-card__date-short{display:none}.transfer-card__header-route{flex:1;justify-content:center;align-items:center;gap:10px;min-width:0;display:none}.transfer-card__header-club-name{min-width:0;font-family:var(--font-body);color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.transfer-card__header-crest{object-fit:contain;flex-shrink:0;width:36px;height:36px}.transfer-card__header-arrow{flex-shrink:0;transition:transform .2s}.transfer-card:hover .transfer-card__header-arrow{transform:translate(3px)}.transfer-card__route{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.transfer-card__arrow{flex-shrink:0;transition:transform .2s}.transfer-card:hover .transfer-card__arrow{transform:translate(3px)}.transfer-card__club{align-items:center;gap:10px;min-width:0;display:flex}.transfer-card__crest{object-fit:contain;flex-shrink:0;width:30px;height:30px}.transfer-card__crest--fallback{font-family:var(--font-body);color:#ffffffb3;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.transfer-card__club-text{flex-direction:column;min-width:0;display:flex}.transfer-card__club-name{font-family:var(--font-body);color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.transfer-card__club-country{font-family:var(--font-body);color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}@media (width>=641px){.transfer-card__date{display:none}.transfer-card__header-route{display:flex}.transfer-card__route{display:none}.transfer-card__header{margin-bottom:0}.transfer-card__who{flex:0 auto}.transfer-card__photo{width:72px;height:72px}.transfer-card__name{font-size:22px}.transfer-card__badge{padding:5px 12px;font-size:13px}}@media (width<=1024px){.transfer-date-group__grid{grid-template-columns:minmax(0,1fr)}}@media (width<=640px){.transfer-timeline{gap:24px}.transfer-date-group__grid{gap:12px}.transfer-card{padding:12px 14px}.transfer-card__photo{width:46px;height:46px}.transfer-card__name{font-size:15px}.transfer-card__club{justify-content:space-evenly}.transfer-card__club-country,.transfer-card__date-full{display:none}.transfer-card__date-short{display:inline}.transfer-card__crest{width:24px;height:24px}.transfer-card__route{gap:8px}}@media (width<=319px){.transfer-card__route{grid-template-columns:minmax(0,1fr);justify-items:start;gap:6px}.transfer-card__arrow{justify-self:center;transform:rotate(90deg)}}.mercado-page{min-height:100vh}.mercado-page__body{background:#03101f;padding:32px 0 0}.mercado-page__container{padding-inline:32px;flex-direction:column;gap:28px;width:100%;max-width:1400px;margin:0 auto;padding-bottom:64px;display:flex}.mercado-page__listing{min-height:120px}.mercado-page__state{text-align:center;color:#ffffff8c;font-family:var(--font-body);padding:60px 20px;font-size:15px}.mercado-page__state--error{color:#ffffffbf}.mercado-page__retry{color:#fff;height:44px;font-family:var(--font-body);cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:10px;margin-top:14px;padding:0 22px;font-size:14px;font-weight:700;transition:background .18s,border-color .18s}.mercado-page__retry:hover{background:#ffffff1a;border-color:#ffffff52}.mercado-page__skeleton-heading{background:#ffffff14;border-radius:4px;width:60px;height:12px;margin-bottom:14px}.mercado-page__skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.mercado-page__skeleton-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;height:128px;animation:1.4s ease-in-out infinite mercado-skeleton-pulse}@media (prefers-reduced-motion:reduce){.mercado-page__skeleton-card{opacity:.6;animation:none}}@keyframes mercado-skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}@media (width<=1024px){.mercado-page__skeleton-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=640px){.mercado-page__body{padding:24px 0 0}.mercado-page__container{padding-inline:20px;gap:20px;padding-bottom:48px}}.tools-page{background:#050c13;min-height:100vh;padding:56px 0 96px}.tools-page__desc{font-family:var(--font-body);color:#ffffffa6;max-width:520px;margin:16px auto 0;font-size:16px;line-height:1.6}.tools-page__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=1024px){.tools-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.tools-page{padding:40px 0 64px}.tools-page__grid{grid-template-columns:1fr;gap:16px}.tool-card{min-height:0}}
