@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap";.navbar{position:fixed;inset:0 0 auto;z-index:1000;height:var(--nav-height);background:#fffffff7;border-bottom:3px solid var(--green);box-shadow:0 1px 12px #0000000a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.navbar-container{width:min(1520px,calc(100% - 36px));height:100%;margin:0 auto;display:flex;align-items:center;gap:0}.logo-link{flex:0 0 auto;display:flex;align-items:center;gap:10px;width:max-content;text-decoration:none}.logo{width:46px;height:46px;object-fit:contain;flex:0 0 auto}.logo-separator{width:1px;height:30px;background:#1b2b27;opacity:.5}.club-name{font-weight:800;font-size:clamp(.95rem,1.4vw,1.28rem);letter-spacing:.04em;white-space:nowrap}.menu-desktop{list-style:none;margin:0;padding:0;flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.55vw,25px)}.menu-desktop a{position:relative;text-decoration:none;color:#17221f;font-size:.88rem;font-weight:700;white-space:nowrap}.menu-desktop a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--green);transform:scaleX(0);transition:.2s}.menu-desktop a:hover,.menu-desktop a.active{color:var(--green)}.menu-desktop a.active:after,.menu-desktop a:hover:after{transform:scaleX(1)}.navbar-right{flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:10px}.lang-selector{position:relative}.lang-trigger,.menu-button{min-height:42px;border:1px solid var(--line);background:#fff;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px}.lang-trigger:hover,.menu-button:hover{border-color:var(--green);color:var(--green)}.flag-icon{width:19px;height:15px;object-fit:cover;border-radius:2px}.lang-trigger span{font-size:.78rem;font-weight:800}.lang-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:165px;padding:6px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 14px 35px #0000001f}.lang-dropdown button{width:100%;min-height:40px;border:0;border-radius:9px;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer;padding:7px 9px;text-align:left;font-size:.78rem}.lang-dropdown button:hover,.lang-dropdown button.active{background:var(--green-soft);color:var(--green-dark)}.menu-label{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.overlay{position:fixed;inset:var(--nav-height) 0 0;z-index:850;background:#05120e61;opacity:0;pointer-events:none;transition:.25s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.overlay.show{opacity:1;pointer-events:auto}.slide-menu{position:fixed;top:var(--nav-height);right:0;bottom:0;z-index:900;width:min(390px,92vw);padding:24px;background:#fff;overflow:auto;box-shadow:-18px 0 50px #00000024;transform:translate(105%);transition:transform .3s ease}.slide-menu.open{transform:translate(0)}.slide-menu__header{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line);margin-bottom:12px}.slide-menu__header img{width:54px;height:54px;object-fit:contain}.slide-menu__header div{display:grid}.slide-menu__header strong{font-size:1rem}.slide-menu__header span{color:var(--muted);font-size:.75rem}.section-menu{border-bottom:1px solid var(--line)}.section-btn{width:100%;min-height:54px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 4px;color:var(--ink);text-decoration:none;font-size:1rem;font-weight:800;cursor:pointer}a.section-btn{justify-content:flex-start;border-bottom:1px solid var(--line)}.section-btn:hover{color:var(--green)}.section-btn svg{transition:.2s}.section-btn svg.rotate{transform:rotate(180deg)}.sublist{max-height:0;overflow:hidden;opacity:0;visibility:hidden;padding:0;transition:max-height .28s ease,opacity .18s ease,padding .28s ease}.sublist.open{max-height:320px;opacity:1;visibility:visible;padding-bottom:10px}.sublist a{display:block;min-height:38px;padding:8px 12px;border-radius:8px;text-decoration:none;color:#42504b;font-size:.88rem}.sublist a:hover{color:var(--green);background:var(--green-soft)}@media (max-width: 1160px){.navbar-container{width:calc(100% - 28px)}.menu-desktop{display:none}}@media (max-width: 560px){:root{--nav-height: 66px}.navbar-container{width:100%;padding:0 10px;gap:8px}.logo-link{min-width:0}.logo{width:40px;height:40px}.club-name{font-size:.9rem}.logo-separator{height:25px}.lang-trigger{padding:0 9px}.lang-trigger span{display:none}.menu-button{padding:0 9px}.menu-label{display:none}}@media (max-width: 380px){.club-name,.logo-separator{display:none}}.site-footer{background:#0d211c;color:#dce8e4;margin-top:auto}.site-footer__inner{width:min(var(--page),calc(100% - 32px));margin:auto;padding:46px 0;display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:46px}.site-footer__brand{display:flex;gap:14px;align-items:center}.site-footer__brand img{width:68px;height:68px;object-fit:contain}.site-footer__brand div{display:grid}.site-footer__brand strong{color:#fff;font-size:1.15rem}.site-footer__brand span{font-size:.78rem;color:#98aaa5}.site-footer__links,.site-footer__social{display:flex;flex-direction:column;gap:8px}.site-footer h3{margin:0 0 8px;color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.site-footer a{color:#c8d8d3;text-decoration:none;font-size:.82rem}.site-footer a:hover{color:#fff}.site-footer__social a{display:inline-flex;align-items:center;gap:7px}.site-footer__icons{display:flex;gap:8px;margin-top:8px}.site-footer__icons a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%}.site-footer__bottom{padding:16px;border-top:1px solid rgba(255,255,255,.1);color:#83958f;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;text-align:center}.site-footer__copyright{font-size:.72rem}.site-footer__legal{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.site-footer__legal a{color:#a9bab5;text-decoration:none;font-size:.72rem}.site-footer__legal a:hover{color:#fff}.site-footer__legal span{color:#566b65;font-size:.72rem}@media (max-width:760px){.site-footer__inner{grid-template-columns:1fr;gap:28px}.site-footer__brand{align-items:flex-start}.site-footer__bottom{padding:16px 12px}.site-footer__legal{gap:6px}}.home-page{font-family:Poppins,sans-serif;color:var(--ink);background:#fff}.home-hero{position:relative;min-height:clamp(520px,68vh,720px);display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:#0b5d4d}.home-hero__image,.home-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero__image{z-index:-3;object-fit:cover;object-position:center 48%;transform:scale(1.015)}.home-hero__shade{z-index:-2;background:linear-gradient(90deg,#041812e0,#041812a8 43%,#0418122e 77%,#0418121a),linear-gradient(0deg,rgba(4,24,18,.62) 0%,transparent 48%)}.home-hero__content{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto;padding:clamp(70px,10vw,125px) 0 clamp(95px,11vw,145px);color:#fff}.home-hero__badge{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:8px;margin-bottom:19px;padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#ffffffe6;background:#07372c6b;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:.67rem;font-weight:850;letter-spacing:.075em}.home-hero__badge img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.home-hero h1{margin:0;color:#fff;font-size:clamp(4rem,10vw,9.5rem);font-weight:950;line-height:.79;letter-spacing:-.065em;text-transform:uppercase;text-shadow:0 8px 30px rgba(0,0,0,.16)}.home-hero__line{margin:clamp(20px,3vw,30px) 0 7px;color:#fff;font-size:clamp(1.4rem,3vw,2.55rem);font-weight:800;letter-spacing:-.035em}.home-hero__text{max-width:670px;margin:0;color:#ffffffcf;font-size:clamp(.92rem,1.3vw,1.08rem);line-height:1.7}.home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:29px}.home-button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:10px;text-decoration:none;font-size:.77rem;font-weight:850;transition:transform .18s ease,background .18s ease,border-color .18s ease}.home-button:hover{transform:translateY(-2px)}.home-button--primary{color:var(--green-dark);background:#fff}.home-button--glass{color:#fff;border-color:#ffffff5c;background:#ffffff17;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-button--glass:hover{background:#ffffff29}.home-button--dark{margin-top:25px;color:#fff;background:var(--green-dark)}.home-match-wrap{position:relative;z-index:10;width:min(1260px,calc(100% - (var(--page-gutter)*2)));margin:clamp(-58px,-4vw,-42px) auto 0}.home-match{min-height:116px;display:grid;grid-template-columns:175px minmax(0,1fr) 54px;align-items:stretch;overflow:hidden;border:1px solid rgba(17,122,101,.13);border-radius:17px;background:#fff;box-shadow:0 21px 56px #0c342926}.home-match__intro{display:flex;flex-direction:column;justify-content:center;padding:22px 25px;color:#fff;background:linear-gradient(145deg,var(--green),var(--green-dark))}.home-match__intro span{margin-bottom:5px;font-size:.64rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;opacity:.78}.home-match__intro strong{font-size:1rem;font-weight:900}.home-match__teams{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,.82fr) minmax(150px,1fr);align-items:center;gap:12px;padding:16px 27px}.home-match__team{min-width:0;display:flex;align-items:center;gap:13px}.home-match__team--away{flex-direction:row-reverse;text-align:right}.home-match__team>img,.home-match__team>.team-crest-fallback{width:58px!important;height:58px!important;flex:0 0 58px;object-fit:contain}.home-match__team strong{color:var(--ink);font-size:clamp(.79rem,1.15vw,.96rem);font-weight:900;line-height:1.15}.home-match__center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center}.home-match__date{color:var(--green);font-size:.7rem;font-weight:850;text-transform:capitalize}.home-match__center strong{margin:2px 0;color:var(--green-dark);font-size:1.08rem;font-weight:950}.home-match__center>span:last-child{color:var(--muted);font-size:.58rem;font-weight:750;letter-spacing:.03em}.home-match__link{display:grid;place-items:center;color:var(--green);border-left:1px solid var(--line);text-decoration:none;transition:background .18s ease}.home-match__link:hover{background:var(--green-soft)}.home-section{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto;padding:clamp(78px,9vw,126px) 0}.home-section__heading,.home-sponsors__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:clamp(27px,4vw,42px)}.home-section__heading h2,.home-sponsors__heading h2,.home-club__content h2{margin:4px 0 8px;color:var(--ink);font-size:clamp(2rem,4vw,3.6rem);font-weight:930;line-height:.98;letter-spacing:-.045em}.home-section__heading p,.home-sponsors__heading p{max-width:660px;margin:0;color:var(--muted);font-size:.88rem;line-height:1.6}.home-kicker{color:var(--green);font-size:.65rem;font-weight:900;letter-spacing:.105em;text-transform:uppercase}.home-text-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding-bottom:4px;border-bottom:1px solid rgba(17,122,101,.28);color:var(--green-dark);text-decoration:none;font-size:.74rem;font-weight:850}.home-news{padding-top:clamp(90px,10vw,136px)}.home-news__grid{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(260px,.82fr) minmax(260px,.82fr);gap:18px}.home-news-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.home-news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home-news-card__image-wrap{display:block;overflow:hidden;background:var(--surface);aspect-ratio:16/9}.home-news-card--featured .home-news-card__image-wrap{aspect-ratio:16/9}.home-news-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-news-card:hover .home-news-card__image{transform:scale(1.025)}.home-news-card__content{flex:1;display:flex;flex-direction:column;padding:18px 19px 19px}.home-news-card--featured .home-news-card__content{padding:22px 23px 23px}.home-news-card time{color:var(--green);font-size:.65rem;font-weight:800;text-transform:capitalize}.home-news-card h3{margin:8px 0 9px;color:var(--ink);font-size:clamp(1.02rem,1.6vw,1.38rem);font-weight:900;line-height:1.15;letter-spacing:-.022em}.home-news-card--featured h3{font-size:clamp(1.35rem,2.2vw,2rem)}.home-news-card p{display:-webkit-box;margin:0 0 17px;overflow:hidden;color:var(--muted);font-size:.76rem;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical}.home-news-card--featured p{font-size:.82rem;-webkit-line-clamp:4}.home-news-card__link{width:max-content;display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--green-dark);text-decoration:none;font-size:.7rem;font-weight:850}.home-season{padding:clamp(75px,8vw,112px) 0;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(255,255,255,.1),transparent 26%),linear-gradient(145deg,var(--green-dark),#073e34)}.home-season__inner,.home-sponsors__inner{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto}.home-section__heading--light{margin-bottom:28px}.home-section__heading--light h2,.home-section__heading--light p{color:#fff}.home-section__heading--light p{opacity:.69}.home-section__heading--light .home-kicker{color:#98d4c4}.home-season__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.home-season-card{min-height:148px;display:grid;grid-template-columns:48px minmax(0,1fr) 22px;align-items:center;gap:15px;padding:23px;border:1px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;background:#ffffff13;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}.home-season-card:hover{transform:translateY(-3px);border-color:#ffffff57;background:#ffffff1f}.home-season-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:var(--green-dark);background:#fff}.home-season-card h3{margin:0 0 5px;color:#fff;font-size:1rem;font-weight:900}.home-season-card p{margin:0;color:#ffffffa6;font-size:.7rem;line-height:1.5}.home-club{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:stretch;gap:clamp(35px,5vw,75px)}.home-club__image{position:relative;min-height:440px;overflow:hidden;border-radius:17px;background:var(--surface)}.home-club__image img{width:100%;height:100%;object-fit:cover}.home-club__image span{position:absolute;left:18px;bottom:18px;padding:8px 10px;border-radius:8px;color:#fff;background:#04221ab8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:.6rem;font-weight:850;letter-spacing:.06em}.home-club__content{align-self:center;max-width:610px}.home-club__content>p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.75}.home-club__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.home-club__stats div{padding:17px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.home-club__stats strong,.home-club__stats span{display:block}.home-club__stats strong{color:var(--green-dark);font-size:1.55rem;font-weight:950}.home-club__stats span{margin-top:2px;color:var(--muted);font-size:.63rem;font-weight:750}.home-sponsors{padding:clamp(65px,8vw,100px) 0;background:#f5f8f7;border-top:1px solid var(--line)}.home-sponsors__logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.home-sponsor-logo{min-height:108px;display:grid;place-items:center;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.home-sponsor-logo img{max-width:100%;max-height:64px;object-fit:contain;filter:saturate(.88)}@media (max-width:1180px){.home-news__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-card--featured{grid-column:1/-1;display:grid;grid-template-columns:1.12fr .88fr}.home-news-card--featured .home-news-card__image-wrap{height:100%;aspect-ratio:auto}.home-sponsors__logos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.home-match{grid-template-columns:140px minmax(0,1fr)}.home-match__link{display:none}.home-match__teams{padding-inline:18px}.home-season__grid{grid-template-columns:1fr}.home-season-card{min-height:118px}.home-club{grid-template-columns:1fr}.home-club__image{min-height:380px}.home-club__content{max-width:760px}}@media (max-width:720px){.home-hero{min-height:570px}.home-hero__shade{background:linear-gradient(0deg,#041812e6,#0418127a 62%,#0418122e)}.home-hero__content{padding-bottom:105px}.home-match-wrap{margin-top:-52px}.home-match{grid-template-columns:1fr}.home-match__intro{min-height:66px;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 18px}.home-match__intro span{margin:0}.home-match__teams{grid-template-columns:1fr 112px 1fr;padding:20px 15px}.home-match__team{flex-direction:column;text-align:center;gap:7px}.home-match__team--away{flex-direction:column;text-align:center}.home-match__team>img,.home-match__team>.team-crest-fallback{width:52px!important;height:52px!important;flex-basis:52px}.home-match__center{padding-inline:8px}.home-section__heading,.home-sponsors__heading{align-items:flex-start;flex-direction:column;gap:15px}.home-news__grid{grid-template-columns:1fr}.home-news-card--featured{grid-column:auto;display:flex}.home-news-card--featured .home-news-card__image-wrap{height:auto;aspect-ratio:16/9}.home-sponsors__logos{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.home-hero h1{font-size:clamp(3.4rem,20vw,5rem)}.home-hero__actions{align-items:stretch;flex-direction:column}.home-button{width:100%}.home-match__teams{grid-template-columns:1fr 95px 1fr}.home-match__team strong{font-size:.69rem}.home-match__center strong{font-size:.9rem}.home-match__date,.home-match__center>span:last-child{font-size:.54rem}.home-club__image{min-height:300px}.home-club__stats{gap:7px}.home-club__stats div{padding:14px 10px}.home-club__stats strong{font-size:1.25rem}.home-sponsor-logo{min-height:90px;padding:13px}}@media (prefers-reduced-motion:reduce){.home-button,.home-news-card,.home-news-card__image,.home-season-card{transition:none!important}}.season-toolbar{position:relative;z-index:35;width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto 28px;display:flex;justify-content:flex-end}.season-picker{position:relative;width:min(100%,330px)}.season-picker__trigger{width:100%;min-height:62px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:11px;padding:9px 13px 9px 10px;border:1px solid rgba(17,122,101,.17);border-radius:15px;color:var(--ink);background:linear-gradient(135deg,#fffffffa,#f7fbf9fa);box-shadow:0 10px 30px #0f342a12,inset 0 1px #ffffffe6;cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.season-picker__trigger:hover{transform:translateY(-1px);border-color:#117a6561;box-shadow:0 13px 34px #0f342a1a,inset 0 1px #ffffffe6}.season-picker__trigger:focus-visible{outline:3px solid rgba(17,122,101,.14);outline-offset:3px}.season-picker__trigger.is-open{border-color:var(--green);box-shadow:0 13px 34px #0f342a1c,0 0 0 3px #117a6514}.season-picker__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--green),var(--green-dark));box-shadow:0 7px 18px #117a6533}.season-picker__copy{min-width:0;display:flex;flex-direction:column;line-height:1.1}.season-picker__copy small{margin-bottom:4px;color:var(--muted);font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.season-picker__copy strong{overflow:hidden;color:var(--green-dark);font-size:.96rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.season-picker__competition{max-width:105px;padding:6px 8px;border:1px solid rgba(17,122,101,.1);border-radius:999px;color:var(--green-dark);background:#edf7f3;font-size:.62rem;font-weight:850;line-height:1;text-align:center;white-space:nowrap}.season-picker__chevron{color:var(--green);transition:transform .2s ease}.season-picker__trigger.is-open .season-picker__chevron{transform:rotate(180deg)}.season-picker__menu{position:absolute;top:calc(100% + 9px);right:0;z-index:120;width:min(360px,calc(100vw - 34px));padding:9px;overflow:hidden;border:1px solid rgba(17,122,101,.16);border-radius:17px;background:#fffffffa;box-shadow:0 22px 55px #0f342a2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:season-menu-in .16s ease-out}@keyframes season-menu-in{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.season-picker__menu-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:8px 10px 10px;border-bottom:1px solid var(--line)}.season-picker__menu-heading span{color:var(--green-dark);font-size:.72rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.season-picker__menu-heading small{color:var(--muted);font-size:.67rem;font-weight:700}.season-picker__options{display:grid;gap:4px;padding-top:6px}.season-picker__option{width:100%;min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:0;border-radius:11px;color:var(--ink);background:transparent;cursor:pointer;text-align:left;transition:background .16s ease,color .16s ease}.season-picker__option:hover{background:#f1f8f5}.season-picker__option.is-active{color:var(--green-dark);background:#e6f4ef}.season-picker__option-main{min-width:0;display:flex;flex-direction:column;gap:2px}.season-picker__option-main strong{font-size:.84rem;font-weight:900}.season-picker__option-main small{color:var(--muted);font-size:.67rem;font-weight:700}.season-picker__option-side{display:flex;align-items:center;gap:8px;color:var(--green)}.season-picker__current{padding:5px 7px;border-radius:999px;color:#fff;background:var(--green);font-size:.56rem;font-weight:900;letter-spacing:.05em;line-height:1;text-transform:uppercase}.season-unavailable{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto;padding:clamp(38px,6vw,72px) 0 clamp(70px,8vw,110px)}.season-unavailable__card{max-width:760px;margin:0 auto;padding:clamp(26px,4vw,42px);border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 30px #0f342a0f;text-align:center}.season-unavailable__card h2{margin:0 0 10px;color:var(--green-dark);font-size:clamp(1.45rem,3vw,2rem)}.season-unavailable__card p{max-width:580px;margin:0 auto;color:var(--muted);font-size:.92rem}@media (max-width:700px){.season-toolbar{justify-content:stretch}.season-picker,.season-picker__menu{width:100%}}@media (max-width:430px){.season-picker__trigger{grid-template-columns:40px minmax(0,1fr) 18px}.season-picker__competition{display:none}}@media (prefers-reduced-motion:reduce){.season-picker__trigger,.season-picker__chevron,.season-picker__option,.season-picker__menu{transition:none!important;animation:none!important}}.legal-page{width:min(var(--page),calc(100% - (var(--page-gutter) * 2)));margin:clamp(42px,6vw,76px) auto;padding:0;font-family:Poppins,sans-serif;color:var(--ink)}.legal-page__updated{margin:0 0 18px;color:var(--muted);font-size:.78rem;font-weight:600}.legal-page__intro{max-width:1050px;margin:0 0 clamp(36px,5vw,54px);color:#3f4f4a;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.8}.legal-page__section{max-width:1100px;padding:clamp(24px,4vw,34px) 0;border-top:1px solid var(--line)}.legal-page__section:first-of-type{border-top:0;padding-top:0}.legal-page__section h2{margin:0 0 16px;color:var(--green-dark);font-size:clamp(1.25rem,2.4vw,1.75rem);line-height:1.2;font-weight:850}.legal-page__section p{max-width:1000px;margin:0 0 14px;color:#46534f;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.8}.legal-page__section p:last-child{margin-bottom:0}.legal-page__list{max-width:1000px;margin:8px 0 0;padding-left:22px}.legal-page__list li{margin-bottom:10px;color:#46534f;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.7}.legal-page__list li::marker{color:var(--green)}.legal-page__details{max-width:850px;margin:22px 0 0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 6px 24px #0f342a0d}.legal-page__details>div{display:grid;grid-template-columns:220px minmax(0,1fr);border-bottom:1px solid var(--line)}.legal-page__details>div:last-child{border-bottom:0}.legal-page__details dt,.legal-page__details dd{margin:0;padding:14px 16px}.legal-page__details dt{background:#f6f9f8;color:var(--green-dark);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.legal-page__details dd{color:#46534f;font-size:.9rem;line-height:1.5}.legal-page__details a{color:var(--green);font-weight:700;text-decoration:none}.legal-page__details a:hover{text-decoration:underline}.legal-page a{color:var(--green)}.legal-page a:hover{color:var(--green-dark)}@media (max-width: 700px){.legal-page{margin:34px auto 48px}.legal-page__intro{margin-bottom:30px}.legal-page__section{padding:24px 0}.legal-page__details>div{grid-template-columns:1fr}.legal-page__details dt{padding-bottom:6px;border-bottom:0}.legal-page__details dd{padding-top:6px}}:root{--page-gutter: clamp(18px, 2.4vw, 34px);--radius: 16px;--shadow: 0 12px 35px rgba(19, 47, 39, .09)}.site-shell{overflow:clip}.page-hero{margin:0;padding:44px 0 48px;color:#fff;background:var(--green);border-bottom:1px solid rgba(0,0,0,.08);font-family:Poppins,sans-serif}.page-hero__inner{width:min(var(--page),calc(100% - (var(--page-gutter) * 2)));margin:0 auto}.page-hero__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0 0 10px;color:#ffffffc7;font-size:clamp(.68rem,1vw,.8rem);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.page-hero__crumb{display:inline-flex;align-items:center}.page-hero__separator{margin:0 8px;color:#ffffff6b}.page-hero__title{max-width:100%;margin:0;color:#fff;font-size:clamp(2.15rem,4.2vw,4.15rem);font-weight:900;line-height:.98;letter-spacing:-.025em;text-transform:uppercase;overflow-wrap:anywhere}.section-title,.palmares-titulo,.clasificacion-titulo,.section-label{color:var(--ink);font-size:clamp(1.55rem,3.2vw,2.4rem)!important;line-height:1.08;font-weight:800!important}.section-label{color:#a5b0ad;letter-spacing:.04em;text-transform:uppercase}p{overflow-wrap:anywhere}.container{width:min(var(--page),calc(100% - (var(--page-gutter) * 2)))!important;max-width:none!important;margin:0 auto!important;padding:clamp(38px,6vw,74px) 0 clamp(70px,9vw,110px)!important;font-family:Poppins,sans-serif}.main-title{margin:0 0 clamp(24px,4vw,42px)!important;color:var(--ink)!important;font-size:clamp(2rem,5vw,4rem)!important;line-height:1!important;text-transform:uppercase;font-weight:900!important;letter-spacing:-.03em}.main-news{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;gap:clamp(24px,4vw,52px)!important;align-items:stretch;margin:0 0 clamp(54px,7vw,88px)!important;padding:0!important;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.main-news-image{width:100%!important;height:100%!important;min-height:430px;max-height:650px;object-fit:cover!important}.main-news-content{padding:clamp(24px,4vw,48px) clamp(20px,3vw,38px) clamp(24px,4vw,48px) 0!important;align-self:center}.news-title{margin:0 0 8px!important;color:var(--ink);font-size:clamp(1.2rem,2.6vw,2rem)!important;line-height:1.12;font-weight:800}.news-date{color:var(--green)!important;font-size:.78rem!important;font-weight:700}.news-summary{color:#46534f!important;line-height:1.7!important}.other-news-section{margin-top:0!important}.other-news-title{margin:0 0 22px!important;font-size:clamp(1.5rem,3vw,2.2rem)!important;font-weight:850;text-transform:uppercase}.other-news-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.other-news-card{min-width:0;display:flex!important;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px!important;background:#fff;box-shadow:0 6px 24px #0f342a0d;transition:transform .2s ease,box-shadow .2s ease}.other-news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.other-news-image{width:100%!important;aspect-ratio:16/9;height:auto!important;object-fit:cover!important}.other-news-content{padding:18px!important;display:flex;flex:1;flex-direction:column}.other-news-content .news-title{font-size:1rem!important}.other-news-content .news-summary{font-size:.85rem!important}.view-more-button{align-self:flex-start;margin-top:auto!important;border:0!important;border-radius:999px!important;padding:9px 15px!important;background:var(--green)!important;color:#fff!important;font-size:.78rem!important;font-weight:700!important;cursor:pointer}.modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2200!important;display:grid!important;place-items:center;padding:clamp(12px,3vw,28px);background:#051813b8!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:relative;width:min(850px,100%)!important;max-height:min(86vh,900px)!important;overflow-y:auto!important;margin:0!important;padding:clamp(24px,5vw,48px)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 25px 80px #0000004d}.close-button{position:sticky!important;top:0;float:right;width:42px!important;height:42px!important;border:0!important;border-radius:50%!important;color:#fff!important;background:var(--green-dark)!important}.institucional-content,.filosofia-content,.instalaciones-content,.patrocinadores-content,.comunidad-container,.himno-content,.escudo-content,.palmares-container,.junta-content{width:min(var(--page),calc(100% - (var(--page-gutter) * 2)))!important;max-width:none!important;margin:clamp(42px,6vw,72px) auto!important;padding:0!important;font-family:Poppins,sans-serif}.club-info-header{margin-bottom:34px!important}.club-logo-title{display:flex!important;align-items:center!important;gap:16px!important}.club-logo-title img{width:72px!important;height:72px!important;object-fit:contain}.club-logo-title .label{margin:0!important;color:var(--muted)!important;font-size:.74rem!important;text-transform:uppercase}.club-logo-title h2{margin:2px 0 0!important;color:var(--ink)!important;font-size:clamp(1.8rem,4vw,3rem)!important}.club-data-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.data-block{min-width:0;display:flex!important;align-items:flex-start!important;gap:13px!important;padding:22px!important;border:1px solid var(--line)!important;border-radius:14px;background:var(--surface)}.data-block svg{flex:0 0 auto;color:var(--green)}.data-block strong{display:block;margin-bottom:4px}.data-block p{margin:0!important}.data-block a{display:inline-block;margin-top:7px;color:var(--green);font-weight:700;font-size:.78rem}.corporativo-section{margin-top:64px!important}.corporativo-title{font-size:clamp(1.6rem,3vw,2.3rem)!important}.corporativo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px!important}.corporativo-card{position:relative;width:100%!important;max-width:none!important;min-height:320px;border-radius:16px!important;overflow:hidden}.corporativo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important}.card-overlay{position:absolute;inset:auto 0 0;padding:28px!important;background:linear-gradient(to top,rgba(0,0,0,.82),transparent);color:#fff}.card-overlay h3{margin:0 0 12px!important;font-size:1.5rem!important}.ver-mas-btn{display:inline-flex;padding:8px 14px!important;border-radius:999px!important;background:var(--green)!important;color:#fff!important;text-decoration:none}.filosofia-texto{max-width:1200px!important}.filosofia-texto p{font-size:clamp(.95rem,1.3vw,1.05rem)!important;line-height:1.8!important}.filosofia-resaltado{display:block;padding:22px 24px;border-left:4px solid var(--green);border-radius:0 12px 12px 0;background:var(--green-soft);color:var(--green-dark)!important;font-size:clamp(1.05rem,2vw,1.3rem)!important}.instalacion-item{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr)!important;gap:clamp(28px,5vw,70px)!important;align-items:center!important;margin-bottom:clamp(60px,8vw,100px)}.instalacion-item.reverse{direction:rtl}.instalacion-item.reverse>*{direction:ltr}.instalacion-texto{min-width:0!important}.instalacion-texto h2{margin:0 0 5px!important;font-size:clamp(1.8rem,4vw,3rem)!important;line-height:1.05}.instalacion-texto h3{margin:0 0 16px!important;color:var(--muted)!important;font-size:clamp(1rem,2vw,1.4rem)!important;font-weight:500!important}.instalacion-texto p{line-height:1.75!important}.instalacion-imagen{min-width:0!important;max-width:none!important}.instalacion-imagen img{width:100%!important;aspect-ratio:4/3;object-fit:cover!important;border-radius:18px!important;box-shadow:var(--shadow)}.tabs{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto;padding:18px 0!important;border-bottom:1px solid var(--line)!important}.tabs button{border:0;background:none;padding:8px 0!important;font-weight:800;color:var(--muted)}.tabs button.active{color:var(--green)}.patrocinadores-content{margin-top:40px!important}.patro-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;gap:16px!important;align-items:stretch!important;margin-bottom:55px}.patro-logo{width:100%!important;height:auto!important;aspect-ratio:1;display:grid!important;place-items:center;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.patro-logo img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;padding:0!important;transform:none!important}.comunidad-container{text-align:left}.comunidad-container>.seguidores-title,.comunidad-container>.seguidores-total,.comunidad-container>.ultima-actualizacion{text-align:center!important}.seguidores-title{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)!important}.seguidores-total{color:var(--green-dark)!important;font-size:clamp(2.4rem,6vw,4.7rem)!important;line-height:1}.ultima-actualizacion{color:var(--muted)!important}.redes-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:16px!important}.red-card{border-radius:16px!important;padding:24px 18px!important;box-shadow:var(--shadow)!important;color:#fff!important;text-align:center!important}.red-card h3,.red-card p,.red-card .seguidores{color:#fff!important;text-align:center!important}.red-card .seguidores{width:100%!important;margin:18px 0 0!important;font-size:clamp(2rem,4vw,3.25rem)!important;line-height:1!important;font-weight:900!important}.red-header{display:flex;align-items:center;justify-content:center;gap:9px}.red-logo{width:30px!important;height:30px!important;object-fit:contain}.himno-content{max-width:none!important}.himno-content h2{font-size:clamp(1.7rem,3vw,2.5rem)!important}.himno-content p,.himno-letra p,.escudo-content p{line-height:1.8!important}.himno-content audio{width:min(100%,520px)!important;max-width:100%!important}.himno-letra{max-width:1000px!important;padding-top:18px}.escudo-content{max-width:none!important}.escudo-img{display:block;width:min(220px,55vw)!important;max-width:none!important;height:auto;margin:25px auto!important}.escudo-year{color:var(--green-dark);font-weight:800}.timeline-decadas{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto!important;padding:28px 0 14px!important;display:flex!important;justify-content:flex-start!important;gap:10px!important;overflow-x:auto;border-bottom:1px solid var(--line)!important;scrollbar-width:thin}.decada-btn{flex:0 0 auto;border:0!important;background:transparent!important;padding:10px 14px!important;border-radius:999px!important;color:var(--muted)!important;font-size:.95rem!important;font-weight:800!important}.decada-btn.active{background:var(--green)!important;color:#fff!important}.decada-btn.active:after{display:none!important}.decada-container{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));max-width:none!important;margin:0 auto!important;padding:clamp(38px,6vw,72px) 0!important;display:grid!important;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)!important;gap:clamp(30px,6vw,75px)!important;align-items:start!important}.decada-image{position:sticky;top:calc(var(--nav-height) + 24px);width:100%!important;height:min(64vh,590px)!important;display:grid!important;place-items:center;overflow:hidden!important;border-radius:18px;background:var(--surface)}.decada-image img{max-width:100%!important;max-height:100%!important;width:auto;height:auto;object-fit:contain!important;border-radius:14px!important}.decada-image .rotate-img{position:absolute!important;top:50%!important;left:50%!important;width:auto!important;height:clamp(500px,46vw,740px)!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) rotate(-90deg) scale(1.08)!important;transform-origin:center center!important}.decada-content{width:100%!important;min-width:0}.decada-content h2{margin:0;color:var(--green);font-size:clamp(2rem,5vw,4rem)!important;line-height:1}.decada-content h3{color:var(--ink)!important;font-size:clamp(1.15rem,2vw,1.5rem)!important}.evento{display:grid!important;grid-template-columns:70px 1fr;gap:16px!important;padding:20px 0;margin:0!important;border-top:1px solid var(--line)}.year{min-width:0!important;color:var(--green)!important;font-weight:800!important}.evento h4{margin:0 0 5px!important}.evento p{margin:0;color:#4c5955!important;line-height:1.65!important}.palmares-filtros{display:flex!important;flex-wrap:wrap;gap:9px!important;margin-bottom:34px!important}.filtro-btn{border:1px solid #9aa7a3!important;border-radius:999px!important;padding:10px 16px!important;background:#fff!important;font-size:.78rem;font-weight:800!important}.filtro-btn.active{border-color:var(--green)!important;background:var(--green)!important;color:#fff!important}.palmares-trofeo{display:grid!important;grid-template-columns:minmax(130px,220px) auto minmax(250px,1fr)!important;gap:clamp(22px,4vw,50px)!important;align-items:center!important;padding:clamp(22px,4vw,42px);border:1px solid var(--line);border-radius:20px;background:var(--surface)}.trofeo-copa-img,.trofeo-imagen{width:100%!important;max-width:200px;height:auto;justify-self:center}.trofeo-numero{color:var(--green)!important;font-size:clamp(4.5rem,10vw,8rem)!important;line-height:1;font-weight:900}.trofeo-anios{display:grid!important;gap:0!important;font-size:clamp(.9rem,1.5vw,1.1rem)!important}.trofeo-anio{padding:10px 0!important;border-bottom:1px solid var(--line)!important}.presidentes-page{width:min(var(--page),calc(100% - (var(--page-gutter)*2)))!important;max-width:none!important;margin:clamp(42px,6vw,75px) auto!important;padding:0!important}.presidentes-header{max-width:820px;margin:0 auto 45px!important;text-align:center}.presidentes-header h1{margin:0 0 12px;font-size:clamp(1.9rem,4vw,3rem)!important}.presidentes-header p,.presidentes-footer p{color:var(--muted)!important;line-height:1.7!important}.presidentes-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:18px!important}.presidente-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px!important;background:#fff;box-shadow:0 6px 22px #0f342a0d!important}.presidente-card:hover{transform:translateY(-4px)!important;box-shadow:var(--shadow)!important}.presidente-card .presidente-img{width:100%!important;height:auto!important;margin:0!important}.presidente-card .presidente-img img{width:100%!important;height:auto!important;aspect-ratio:4/5;object-fit:cover!important;border:0!important;border-radius:0!important}.presidente-card .presidente-info{padding:16px!important;text-align:center}.presidentes-footer{margin-top:60px!important}.junta-content{overflow:hidden}.section-label{margin:70px 0 18px!important}.section-label:first-child{margin-top:0!important}.vocal-nav{display:flex!important;align-items:center;gap:12px!important;margin-bottom:20px!important}.vocal-contador{min-width:65px;text-align:center;font-size:1rem!important;font-weight:800}.arrow-btn{width:44px!important;height:44px!important;padding:0!important;display:grid!important;place-items:center;border:1px solid var(--ink)!important;border-radius:50%!important;background:#fff!important;cursor:pointer}.arrow-btn:disabled{opacity:.25;cursor:not-allowed}.vocal-container{position:relative!important;min-height:470px;display:flex!important;align-items:stretch;padding:18px clamp(16px,4vw,40px) 0;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#f4f8f6,#fff)}.vocal-principal{position:relative;z-index:2;width:100%;flex:1;display:grid!important;grid-template-columns:minmax(230px,360px) minmax(0,1fr)!important;align-items:end!important;gap:clamp(25px,5vw,65px)!important;min-height:452px}.player-photo-frame{position:relative;width:100%;max-width:360px;height:420px;align-self:end;overflow:hidden}.vocal-img{position:absolute;top:0;left:50%;width:var(--player-width, 118%)!important;height:auto!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:translate(-50%) translateY(var(--player-y, -45px))!important;transform-origin:top center}.next-player-photo-frame{position:absolute;z-index:1;right:clamp(-35px,-2vw,-10px);bottom:0;width:clamp(170px,20vw,270px);height:340px;overflow:hidden;pointer-events:none}.next-player-photo-frame .vocal-next-img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center bottom;filter:blur(5px);opacity:.09;transform:none!important}.vocal-principal .presidente-info{max-width:620px!important;padding-bottom:50px;text-align:left!important}.presidente-cargo{margin:0 0 4px!important;color:var(--muted)!important;font-size:.75rem!important;text-transform:uppercase}.nombre{margin:0 0 12px!important;font-size:clamp(2rem,5vw,4rem)!important;line-height:.95!important;font-weight:900!important}.dorsal{margin:0!important;color:var(--green)!important;font-size:clamp(4rem,10vw,8rem)!important;line-height:.9!important}.junta-content>br{display:none}.calendario-page{margin:0!important;padding:clamp(28px,4vw,50px) 0 clamp(65px,7vw,95px);background:linear-gradient(#f6f9f8f0,#f6f9f8f0),url(/assets/images/bg.jpg) center/cover fixed!important}.calendario-main-container{width:min(var(--page),calc(100% - (var(--page-gutter)*2)))!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.calendario-left-container,.calendario-right-container{min-width:0;width:100%!important;margin:0!important}.calendario-match{height:100%;overflow:hidden;border:1px solid var(--line);border-radius:16px!important;background:#fff!important;box-shadow:0 5px 22px #0f342a0d!important}.calendario-match-header{min-height:58px;padding:12px 16px!important;border-bottom:1px solid var(--line)!important;display:flex;align-items:center}.calendario-match-tournament,.calendario-match-tournament-regional{display:flex;align-items:center;font-size:.76rem;font-weight:800}.calendario-match-tournament img,.calendario-match-tournament-regional img{width:34px!important;height:34px;object-fit:contain;margin-right:9px!important}.calendario-match-content{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(100px,.75fr) minmax(0,1fr)!important;align-items:center;min-height:230px}.calendario-column{width:auto!important;min-width:0;padding:clamp(12px,2.5vw,24px)!important;display:flex!important;justify-content:center!important;align-items:center!important}.calendario-team{min-width:0;display:flex!important;flex-direction:column;align-items:center}.calendario-team-logo{width:clamp(64px,8vw,92px)!important;height:clamp(64px,8vw,92px)!important;display:grid!important;place-items:center;border-radius:50%;background:#fff;box-shadow:0 0 0 9px #f1f5f3!important}.calendario-team-logo img{max-width:62%!important;max-height:62%!important;object-fit:contain}.calendario-team-name{max-width:150px;min-height:36px;margin:18px 0 0!important;text-align:center!important;font-size:clamp(.62rem,1.2vw,.78rem)!important;line-height:1.25;font-weight:800!important;overflow-wrap:anywhere}.calendario-match-details{text-align:center;display:flex;flex-direction:column;align-items:center}.calendario-match-date{min-height:36px;color:var(--muted);font-size:.7rem;line-height:1.35}.calendario-match-date strong{display:block;color:var(--ink)}.calendario-match-score{display:flex!important;align-items:center;justify-content:center;gap:8px;margin-top:8px!important}.calendario-match-score-number{font-size:clamp(2rem,5vw,3.2rem)!important;line-height:1;font-weight:800!important}.calendario-match-score-divider{margin:0!important;font-size:1.2rem!important;color:var(--muted)}.penalty-score{font-size:.45em;vertical-align:super;opacity:.6}.clasificacion-page{margin:0!important;padding:clamp(28px,4vw,50px) 0 80px;background:#f6f9f8}.table-wrapper{width:min(var(--page),calc(100% - (var(--page-gutter) * 2)));margin:0 auto 42px;padding:0!important;min-width:0}.clasificacion-titulo{margin:0 0 16px!important;color:var(--green-dark)!important}.table-container{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important}.table-container table{width:100%!important;min-width:0!important;max-width:none!important;max-inline-size:none!important;margin:0!important;border-collapse:collapse!important;table-layout:auto;box-shadow:none!important;font-size:.84rem!important}.table-container th,.table-container td{padding:13px 12px!important;font-size:.8rem!important;text-align:center;white-space:nowrap}.table-container th{color:var(--green-dark);background:#f8fbfa;font-size:.7rem!important;font-weight:800;letter-spacing:.03em!important;text-transform:uppercase}.table-container th:first-child,.table-container td:first-child{min-width:230px;text-align:left;background:#fff}.table-container thead th:first-child{background:#f8fbfa}.table-container tbody tr:nth-child(2n) td{background:#f8faf9}.table-container tbody tr:nth-child(2n) td:first-child{background:#f8faf9}.table-classification__row--featured td{background:#e4f4ef!important;font-weight:800}.table-classification__team{display:flex!important;align-items:center;gap:9px;min-width:0;text-align:left!important}.table-classification__team img{width:34px!important;height:34px!important;padding:0!important;margin:0!important;object-fit:contain}.table-classification__position{width:28px!important;margin:0!important;color:var(--green)!important;text-align:center;font-weight:900}.contact-section{padding:clamp(45px,6vw,75px) 0!important;background:#f5f8f7!important}.section-wrapper{width:min(var(--page),calc(100% - (var(--page-gutter)*2)))!important;max-width:none!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(250px,.55fr)!important;gap:clamp(30px,5vw,70px)!important;align-items:center!important}.contact-info{min-width:0!important;width:auto!important}.contact-info h2{margin:0 0 28px!important;font-size:clamp(1.8rem,4vw,3rem)!important;color:var(--ink)!important}.contact-info.two-column .info-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.info-block{display:flex!important;gap:12px!important;align-items:flex-start;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink)!important}.info-block-full{grid-column:1/-1!important}.info-block svg{color:var(--green)!important;flex:0 0 auto;margin-top:3px}.info-block a{color:var(--green-dark)!important}.contact-image{width:100%!important;max-width:360px!important;justify-self:center}.contact-image img{width:100%!important;height:auto;object-fit:contain!important}.institucional-content *,.filosofia-content *,.instalaciones-content *,.patrocinadores-content *,.comunidad-container *,.himno-content *,.escudo-content *,.palmares-container *,.junta-content *,.decada-container *,.presidentes-page *,.contact-section *,.calendario-page *,.clasificacion-page *{max-inline-size:100%}@media (max-width: 980px){.main-news{grid-template-columns:1fr!important}.main-news-image{min-height:0;max-height:none;aspect-ratio:16/9}.main-news-content{padding:24px!important}.other-news-grid,.club-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.instalacion-item{grid-template-columns:1fr!important}.instalacion-item.reverse{direction:ltr}.decada-container{grid-template-columns:1fr!important}.decada-image{position:relative;top:auto;height:min(60vw,520px)!important}.vocal-principal{grid-template-columns:minmax(190px,300px) 1fr!important}.next-player-photo-frame{display:none!important}.calendario-main-container,.section-wrapper{grid-template-columns:1fr!important}.contact-image{max-width:270px!important}.table-container th:nth-child(6),.table-container td:nth-child(6),.table-container th:nth-child(7),.table-container td:nth-child(7),.table-container th:nth-child(8),.table-container td:nth-child(8){display:none!important}.table-container table{width:100%!important;min-width:0!important;table-layout:auto}.table-container th,.table-container td{padding:12px 9px!important}.table-container th:first-child,.table-container td:first-child{min-width:200px}}@media (max-width: 640px){:root{--page-gutter: 16px}.page-hero{padding:30px 0 33px}.page-hero__title{font-size:clamp(2rem,10vw,3.15rem)}.page-hero__separator{margin:0 5px}.institucional-hero,.filosofia-hero,.instalaciones-hero,.patrocinadores-hero,.palmares-hero,.comunidad-hero,.himno-hero,.escudo-hero,.contact-hero,.calendario-hero-inner,.clasificacion-hero-inner,.contact-hero-inner{padding:34px 0!important}.other-news-grid{grid-template-columns:1fr!important}.main-news{border-radius:14px}.main-title{font-size:2rem!important}.club-logo-title{align-items:flex-start!important}.club-logo-title img{width:58px!important;height:58px!important}.club-data-grid,.corporativo-grid{grid-template-columns:1fr!important}.corporativo-card{min-height:250px}.patro-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.patro-logo{padding:12px}.evento{grid-template-columns:1fr!important;gap:4px!important}.decada-image{height:min(85vw,420px)!important}.palmares-trofeo{grid-template-columns:1fr!important;text-align:center}.trofeo-copa-img{max-width:140px!important}.trofeo-anios{width:100%;text-align:left}.presidentes-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.presidente-card .presidente-info{padding:12px!important}.presidente-card .presidente-info h3{font-size:.9rem!important}.section-label{margin-top:48px!important}.vocal-container{min-height:500px;padding:12px!important}.vocal-principal{min-height:470px;grid-template-columns:1fr!important;align-content:end!important;justify-items:center;gap:4px!important}.player-photo-frame{width:min(82%,300px);height:330px}.vocal-img{max-height:none!important}.vocal-principal .presidente-info{width:100%;padding:0 8px 20px!important;text-align:center!important}.nombre{font-size:clamp(1.8rem,9vw,2.8rem)!important}.dorsal{font-size:clamp(4rem,22vw,6.5rem)!important}.calendario-match-content{grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr)!important;min-height:190px}.calendario-column{padding:10px 5px!important}.calendario-team-logo{width:58px!important;height:58px!important;box-shadow:0 0 0 6px #f1f5f3!important}.calendario-team-name{margin-top:13px!important;font-size:.58rem!important;min-height:30px}.calendario-match-score-number{font-size:2rem!important}.calendario-match-score{gap:3px}.calendario-match-date{font-size:.58rem}.table-wrapper{width:calc(100% - 20px)}.clasificacion-titulo{font-size:1.35rem!important}.table-container th:nth-child(3),.table-container td:nth-child(3),.table-container th:nth-child(4),.table-container td:nth-child(4),.table-container th:nth-child(5),.table-container td:nth-child(5),.table-container th:nth-child(6),.table-container td:nth-child(6),.table-container th:nth-child(7),.table-container td:nth-child(7),.table-container th:nth-child(8),.table-container td:nth-child(8){display:none!important}.table-container{width:100%!important;overflow:hidden!important}.table-container table{width:100%!important;min-width:0!important;table-layout:fixed}.table-container th:first-child,.table-container td:first-child{width:auto!important;min-width:0!important;position:static!important;text-align:left}.table-container th:nth-child(2),.table-container td:nth-child(2){width:48px!important}.table-container th:nth-child(9),.table-container td:nth-child(9){width:55px!important;color:var(--green-dark);font-weight:900!important}.table-container th,.table-container td{padding:11px 7px!important;font-size:.72rem!important}.table-classification__team{gap:7px!important;min-width:0;overflow:hidden}.table-classification__crest{width:29px!important;height:29px!important;flex:0 0 29px!important}.table-classification__crest img,.table-classification__team img{width:29px!important;height:29px!important}.table-classification__position{width:22px!important;flex:0 0 22px;font-size:.7rem}.table-classification__team span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.contact-info.two-column .info-grid{grid-template-columns:1fr!important}.info-block-full{grid-column:auto!important}.site-footer{margin-top:0}}@media (max-width: 390px){.presidentes-grid{grid-template-columns:1fr!important}.patro-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.season-calendar-section{width:100%;margin:0 0 clamp(34px,5vw,58px)}.season-calendar-section:last-child{margin-bottom:0}.season-competition-heading{width:min(var(--page),calc(100% - (var(--page-gutter)*2)));margin:0 auto 15px;display:flex;align-items:center;justify-content:space-between;gap:18px}.season-competition-heading span{color:var(--green-dark);font-size:clamp(1.08rem,2vw,1.38rem);font-weight:900}.season-competition-heading small,.standings-season-chip{padding:6px 9px;border:1px solid rgba(17,122,101,.12);border-radius:999px;color:var(--green-dark);background:#eaf6f1;font-size:.64rem;font-weight:850;line-height:1}.calendario-match-header{justify-content:space-between;gap:12px}.calendario-match-tournament{min-width:0}.calendario-match-tournament span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendario-match-round{flex:0 0 auto;padding:5px 8px;border-radius:999px;color:var(--green-dark);background:#edf6f2;font-size:.59rem;font-weight:900;letter-spacing:.025em;text-transform:uppercase}.calendario-match-upcoming{min-width:68px;margin-top:9px;padding:8px 13px;border:1px solid rgba(17,122,101,.15);border-radius:999px;color:var(--green-dark);background:#edf7f3;font-size:1rem;font-weight:900;letter-spacing:.08em}.calendario-match--rest{min-height:288px}.calendario-rest-content{min-height:228px;display:flex;align-items:center;justify-content:center;gap:20px;padding:28px}.calendario-rest-logo{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 0 0 10px #f1f5f3}.calendario-rest-logo img{max-width:62%;max-height:62%;object-fit:contain}.calendario-rest-content>div:last-child{display:flex;flex-direction:column;gap:4px}.calendario-rest-content span{color:var(--muted);font-size:.74rem;font-weight:800}.calendario-rest-content strong{color:var(--green-dark);font-size:clamp(1.4rem,3vw,2rem);font-weight:950}.team-crest-fallback{width:62%;height:62%;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--green),var(--green-dark));font-size:.72rem;font-weight:950;letter-spacing:.025em;line-height:1;box-shadow:inset 0 0 0 2px #ffffff3b}.table-classification__crest{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center}.table-classification__crest img{width:34px!important;height:34px!important;object-fit:contain}.table-classification__crest .team-crest-fallback{width:32px;height:32px;font-size:.55rem}.standings-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px}.standings-heading-row .clasificacion-titulo{margin:0!important}.season-standings-note{margin:0 0 15px;padding:13px 15px;border:1px solid rgba(17,122,101,.13);border-left:4px solid var(--green);border-radius:10px;color:#3f5b52;background:#eef7f3;font-size:.78rem;font-weight:650;line-height:1.5}@media (max-width:560px){.season-competition-heading{align-items:flex-start}.calendario-match-header{min-height:64px}.calendario-match-round{font-size:.54rem}.standings-heading-row{align-items:flex-start;flex-direction:column;gap:7px}}.season-calendar-section+.season-calendar-section{margin-top:clamp(42px,6vw,72px)}.season-competition-heading{padding-bottom:10px;border-bottom:2px solid rgba(17,122,101,.12)}.season-competition-heading span{position:relative}.season-competition-heading span:after{content:"";position:absolute;left:0;bottom:-12px;width:58px;height:2px;border-radius:99px;background:var(--green)}.clasificacion-page .table-wrapper+.table-wrapper{margin-top:clamp(48px,6vw,76px)}:root{font-family:Poppins,Arial,sans-serif;color:#14231f;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green: #117A65;--green-dark: #0b5d4d;--green-soft: #e7f3ef;--ink: #14231f;--muted: #66736f;--line: #dfe7e4;--surface: #f5f8f7;--white: #ffffff;--nav-height: 72px;--page: 1600px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#fff;overflow-x:hidden}body.nav-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}img{max-width:100%}#root{min-height:100vh}.site-shell{padding-top:var(--nav-height);min-height:70vh}
