ul{list-style:none;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}*{margin:0}a{text-decoration:none;color:inherit}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img{object-fit:cover}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}button{border-color:#0000}h1,h2,h3,h4,h5,h6{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;color:#f1f5f9;background:radial-gradient(ellipse at 50% 20%,#00ff8805,#0a1612,#030807);background-color:#030807;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;display:flex;flex-direction:column;position:relative}.material-symbols-outlined{vertical-align:middle;line-height:1}.container{max-width:90rem;height:100%;margin:0 auto;padding:0 1rem}.container--small{max-width:62rem}.section{position:relative}.section__inner{position:relative;z-index:2}.section__block+.section__block{margin-top:2rem}.section__block{position:relative;z-index:2}.section--margin{margin-bottom:3rem}@media (max-width: 768px){.section--margin{margin-bottom:2.5rem}}.page__main{flex:1;width:100%}.page__layout{display:grid;align-items:start;gap:2rem}@media (max-width: 1024px){.page__layout{gap:1.5rem;padding:2rem 0}}.page__layout--sidebar{grid-template-columns:1fr 20rem}.page__layout--sidebar .aside__block+.aside__block{margin-top:2rem}.page__layout--sidebar .page__sidebar{position:sticky;top:6.25rem}@media (max-width: 1024px){.page__layout--sidebar{grid-template-columns:1fr}}.page__content{min-width:0}@media (max-width: 1024px){.page__sidebar{order:2}}.visually-hidden{position:absolute!important;width:.0625rem!important;height:.0625rem!important;margin:-.0625rem!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}[hidden]{display:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;line-height:1;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:#0f8;color:#0a1612;border:.125rem solid #0f8}.btn--primary:hover:not(:disabled){background:#33ffa3;border-color:#33ffa3;box-shadow:0 .25rem 1rem #0f86}.btn--secondary{background:#0000;color:#00e5ff;border:.125rem solid #00e5ff}.btn--secondary:hover:not(:disabled){background:#00e5ff1a;box-shadow:0 .25rem 1rem #00e5ff4d}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.25rem}.btn__icon{font-size:1.25rem}.btn--sm .btn__icon{font-size:1.125rem}.btn--lg .btn__icon{font-size:1.5rem}*{scrollbar-width:thin;scrollbar-color:rgba(0,255,136,.3) rgba(0,0,0,0)}*::-webkit-scrollbar{width:.375rem;height:.375rem}*::-webkit-scrollbar-track{background:#00000008;border-radius:.1875rem}*::-webkit-scrollbar-thumb{background:#00ff884d;border-radius:.1875rem;transition:background .2s}*::-webkit-scrollbar-thumb:hover{background:#00ff8880}*::-webkit-scrollbar-thumb:active{background:#0f8}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar{height:.1875rem}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-accent{scrollbar-color:rgba(0,255,136,.3) rgba(0,0,0,0)}.scrollbar-accent::-webkit-scrollbar-thumb{background:#00ff884d}.scrollbar-accent::-webkit-scrollbar-thumb:hover{background:#00ff8880}.sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-scroll{overflow:hidden}.header{background:#030807;position:fixed;top:0;right:0;left:0;z-index:1000;transition:all .3s ease;backdrop-filter:blur(1.25rem);border-bottom:.0625rem solid #0f1e18}.header:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,255,136,.03) 0%,transparent 100%);pointer-events:none}.header--scrolled{background:#030807f2;box-shadow:0 .5rem 2rem #0009;border-bottom-color:#0f8}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem;gap:1rem;padding:0 1rem;position:relative}@media (max-width: 1320px){.header__inner{padding:0 .5rem;height:4rem}}.header__left{display:flex;align-items:center;gap:2rem;z-index:1}@media (max-width: 1320px){.header__left{gap:.5rem}}.header__logo-link{display:flex;align-items:center;min-width:6.25rem;gap:.75rem;text-decoration:none;line-height:0;transition:all .3s ease;position:relative}.header__logo-link:after{content:"";position:absolute;inset:-.5rem;background:radial-gradient(circle,#00FF88 0%,transparent 70%);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:.5rem}.header__logo-link:hover:after{opacity:.3}.header__logo-link:hover .header__logo{filter:drop-shadow(0 0 .75rem rgba(0,255,136,.4))}.header__logo{display:block;height:2.25rem;width:auto;object-fit:contain;transition:filter .3s ease}@media (max-width: 768px){.header__logo{height:1.75rem}}@media (max-width: 1320px){.header__sports-dropdown{display:none}}.header__sports-dropdown-mobile{display:none;margin-bottom:1rem;padding-bottom:1rem;border-bottom:.0625rem solid #0f1e18}@media (max-width: 1320px){.header__sports-dropdown-mobile{display:block}}@media (max-width: 1320px){.header__nav{position:fixed;top:0;right:0;bottom:0;width:min(85vw,25rem);height:100vh;background:#030807;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);padding:6.25rem 1rem 1rem;z-index:999;border-left:.0625rem solid #0f1e18;overflow-y:auto;box-shadow:-.5rem 0 2rem #000c}.header__nav:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,255,136,.02) 0%,transparent 50%);pointer-events:none}.header__nav::-webkit-scrollbar{width:.25rem}.header__nav::-webkit-scrollbar-track{background:#ffffff0d}.header__nav::-webkit-scrollbar-thumb{background:#0f8;border-radius:.125rem}}.header__list{list-style:none;display:flex;align-items:center;gap:.25rem;margin:0;padding:0}@media (max-width: 1320px){.header__list{flex-direction:column;gap:.5rem}}@media (max-width: 1320px){.header__item{width:100%}}.header__link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;text-transform:uppercase;font-weight:600;font-size:.8125rem;letter-spacing:.1em;padding:.625rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative;white-space:nowrap}.header__link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#00ff881a,#00ff880d);border-radius:.5rem;opacity:0;transition:opacity .3s ease}.header__link:after{content:"";position:absolute;bottom:.375rem;left:1rem;right:1rem;height:.125rem;background:linear-gradient(90deg,transparent 0%,#00FF88 50%,transparent 100%);transform:scaleX(0);transition:transform .3s ease}.header__link:hover{color:#fff;background:#00ff881a}.header__link:hover:before{opacity:1}.header__link:hover:after{transform:scaleX(1)}.header__link.is-active{color:#0f8;background:#00ff8826}.header__link.is-active:before{opacity:1}.header__link.is-active:after{transform:scaleX(1);background:#0f8}@media (max-width: 1320px){.header__link{width:100%;justify-content:flex-start;font-size:.9375rem;padding:1rem 1.25rem;background:#ffffff0d;border:.0625rem solid #0f1e18}.header__link:hover{background:#00ff881a;border-color:#0f8}.header__link:after{display:none}.header__link.is-active{background:#00ff8826;border-color:#0f8;box-shadow:0 .25rem 1.5rem #00ff884d}}.header__burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;width:3rem;height:3rem;background:#ffffff0d;border:.0625rem solid #0f1e18;border-radius:.5rem;cursor:pointer;z-index:1001;transition:all .3s ease;position:relative;overflow:hidden}.header__burger:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,#00FF88 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.header__burger:hover{background:#00ff881a;border-color:#0f8}.header__burger:hover:before{opacity:.2}.header__burger:hover .header__burger-bar{background:#fff}@media (max-width: 1320px){.header__burger{display:inline-flex}}.header__burger-bar{width:1.5rem;height:.125rem;background:#fff;border-radius:.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center;will-change:transform,opacity,background-color;position:relative;z-index:1}.header__overlay{position:fixed;inset:0;background:#000000e6;backdrop-filter:blur(.5rem);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);z-index:998;pointer-events:none}.header__overlay.is-visible{opacity:1;pointer-events:auto}@media (min-width: 1321px){.header__overlay{display:none!important}}.header--menu-open .header__nav{transform:translate(0)}.header--menu-open .header__burger{background:#0f8;border-color:#0f8;box-shadow:0 .25rem 1.5rem #0f86}.header--menu-open .header__burger:before{opacity:.5}.header--menu-open .header__burger-bar{background:#0a1612}.header--menu-open .header__burger-bar:nth-of-type(2){transform:translateY(.4375rem) rotate(45deg)}.header--menu-open .header__burger-bar:nth-of-type(3){opacity:0;transform:translate(-1.25rem)}.header--menu-open .header__burger-bar:nth-of-type(4){transform:translateY(-.4375rem) rotate(-45deg)}.header--loading:after{content:"";position:absolute;bottom:0;left:0;right:0;height:.125rem;background:linear-gradient(90deg,#0f8,#33ffa3,#0f8);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (prefers-reduced-motion: reduce){.header,.header__link,.header__burger,.header__burger-bar,.header__nav,.header__overlay{transition:none!important;animation:none!important}}.sports-dropdown{position:relative;width:100%;max-width:15rem;min-width:12.5rem}@media (max-width: 1320px){.sports-dropdown{max-width:100%}}.sports-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;background:#0d1d17;border:.0625rem solid #0f1e18;border-radius:.5rem;cursor:pointer;transition:all .3s ease;user-select:none;position:relative;overflow:hidden}.sports-dropdown__trigger:hover{border-color:#0f8;background:#00ff880d}.sports-dropdown__trigger:hover .sports-dropdown__arrow{color:#0f8}.sports-dropdown__trigger--open{border-color:#0f8;background:#00ff880d;border-bottom-left-radius:0;border-bottom-right-radius:0}.sports-dropdown__trigger--open .sports-dropdown__arrow{color:#0f8;transform:rotate(180deg)}.header__sports-dropdown-mobile .sports-dropdown__trigger{background:#ffffff0d;border-color:#0f1e18}.header__sports-dropdown-mobile .sports-dropdown__trigger:hover,.header__sports-dropdown-mobile .sports-dropdown__trigger--open{background:#00ff881a;border-color:#0f8}.sports-dropdown__selected{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;color:#fff;position:relative;z-index:1;flex:1;min-width:0}.sports-dropdown__selected span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sports-dropdown__selected-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:#00ff881a;border-radius:.375rem;color:#0f8;transition:all .3s ease}.sports-dropdown__selected-icon .material-symbols-outlined{font-size:1.25rem}.sports-dropdown__trigger:hover .sports-dropdown__selected-icon{background:#00ff8826}.sports-dropdown__arrow{color:#fff;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.sports-dropdown__arrow .material-symbols-outlined{font-size:1.25rem}.sports-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#0d1d17;border:.0625rem solid #0f8;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;max-height:22.5rem;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-.625rem);transition:all .3s ease;box-shadow:0 .5rem 2rem #0009}.header__sports-dropdown-mobile .sports-dropdown__menu{background:#030807;box-shadow:0 .5rem 1.5rem #000c}.sports-dropdown__menu::-webkit-scrollbar{width:.375rem}.sports-dropdown__menu::-webkit-scrollbar-track{background:#00ff880d;border-radius:.1875rem;margin:.25rem 0}.sports-dropdown__menu::-webkit-scrollbar-thumb{background:#0f8;border-radius:.1875rem;transition:background .3s ease}.sports-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#00e676}.sports-dropdown__menu--open{opacity:1;visibility:visible;transform:translateY(0)}.sports-dropdown__item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;color:#fff;position:relative}.sports-dropdown__item:hover{background:#00ff8814;color:#fff}.sports-dropdown__item:hover .sports-dropdown__item-icon{color:#0f8}.sports-dropdown__item--active{background:#00ff8826;color:#0f8;font-weight:600}.sports-dropdown__item--active .sports-dropdown__item-icon{color:#0f8;background:#0f83}.sports-dropdown__item:last-child{border-bottom-left-radius:.4375rem;border-bottom-right-radius:.4375rem}.header__sports-dropdown-mobile .sports-dropdown__item:hover{background:#00ff881a}.header__sports-dropdown-mobile .sports-dropdown__item--active{background:#00ff8826}.sports-dropdown__item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#00ff8814;border-radius:.375rem;color:#fff;transition:all .3s ease}.sports-dropdown__item-icon .material-symbols-outlined{font-size:1.25rem}.header__sports-dropdown-mobile .sports-dropdown__item-icon{background:#ffffff0d}.sports-dropdown__item-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1}.sports-dropdown__empty{padding:2rem 1rem;text-align:center;color:#fff9;font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.sports-dropdown__empty:before{content:"🏆";font-size:2rem;opacity:.5}.sports-dropdown__search{padding:.75rem .875rem;border-bottom:.0625rem solid #0f1e18;position:sticky;top:0;background:#0d1d17;z-index:10}.sports-dropdown__search-input{width:100%;padding:.5rem .75rem;background:#ffffff0d;border:.0625rem solid #0f1e18;border-radius:.375rem;color:#fff;font-size:.8125rem;transition:all .3s ease}.sports-dropdown__search-input::placeholder{color:#ffffff80}.sports-dropdown__search-input:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 .1875rem #00ff881a}.sports-dropdown__trigger:focus-visible{outline:.125rem solid #0f8;outline-offset:.125rem}.sports-dropdown__item:focus-visible{outline:.125rem solid #0f8;outline-offset:-.125rem;z-index:1}.sports-dropdown__item:focus{background:#00ff8814}@media (prefers-reduced-motion: reduce){.sports-dropdown__trigger,.sports-dropdown__menu,.sports-dropdown__item,.sports-dropdown__arrow{transition:none!important}}.footer{background:#030807;border-top:.0625rem solid #0f8;padding:3.75rem 0 1.875rem;color:#fff;position:relative}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,255,136,.02) 100%);pointer-events:none}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3.125rem;position:relative}.footer__brand{display:flex;flex-direction:column;gap:1.25rem}.footer__logo{display:inline-block;width:fit-content;transition:all .3s ease;position:relative}.footer__logo:after{content:"";position:absolute;inset:-.5rem;background:radial-gradient(circle,#00FF88 0%,transparent 70%);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:.5rem}.footer__logo:hover:after{opacity:.3}.footer__logo:hover .footer__logo-img{filter:drop-shadow(0 0 .75rem rgba(0,255,136,.4))}.footer__logo-img{height:2.5rem;width:auto;transition:filter .3s ease}.footer__tagline{color:#ffffffb3;font-size:.875rem;line-height:1.6;margin:0;max-width:17.5rem}.footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer__nav-group{display:flex;flex-direction:column;gap:1.25rem}.footer__nav-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0f8;margin:0;position:relative;padding-bottom:.75rem}.footer__nav-title:after{content:"";position:absolute;bottom:0;left:0;width:2rem;height:.125rem;background:linear-gradient(90deg,#00FF88 0%,transparent 100%)}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__nav-item{margin:0}.footer__nav-link{color:#fffc;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;display:inline-block;position:relative}.footer__nav-link:before{content:"";position:absolute;bottom:-.125rem;left:0;width:0;height:.0625rem;background:#0f8;transition:width .3s ease}.footer__nav-link:hover{color:#0f8}.footer__nav-link:hover:before{width:100%}.footer__social{list-style:none;padding:0;margin:0;display:flex;gap:.75rem}.footer__social-item{margin:0}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.5rem;background:#ffffff0d;color:#fff;border:.0625rem solid #0f1e18;transition:all .3s ease;position:relative;overflow:hidden}.footer__social-link:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,#00FF88 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.footer__social-link:hover{background:#0f8;border-color:#0f8;color:#0a1612;box-shadow:0 .25rem 1.5rem #00ff884d}.footer__social-link:hover:before{opacity:.5}.footer__social-icon{width:1.25rem;height:1.25rem;position:relative;z-index:1}.footer__bottom{padding-top:2rem;border-top:.0625rem solid #0f1e18;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.footer__copyright{color:#fff9;font-size:.8125rem;margin:0;font-weight:500;letter-spacing:.02em}@media (max-width: 1024px){.footer__top{grid-template-columns:1fr;gap:2.5rem}.footer__nav{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:2.5rem 0 1.5rem}.footer__top{gap:2rem;margin-bottom:2rem}.footer__brand{align-items:center;text-align:center}.footer__tagline{text-align:center}.footer__nav{grid-template-columns:1fr;gap:2rem}.footer__nav-group{align-items:center;text-align:center}.footer__nav-title:after{left:50%;transform:translate(-50%)}.footer__bottom{flex-direction:column;padding-top:1.5rem;text-align:center}}@media (max-width: 480px){.footer__social{justify-content:center;flex-wrap:wrap}.footer__nav{gap:1.5rem}}@media (prefers-reduced-motion: reduce){.footer__logo,.footer__nav-link,.footer__social-link{transition:none!important}}.swiper{width:100%;min-width:0;overflow:hidden;position:relative}.swiper-wrapper{min-width:0;max-width:100%}.swiper-slide{height:auto;min-width:0;max-width:100%;box-sizing:border-box}.swiper-slide .card-team{min-height:100%}.swiper__nav{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}@media (max-width: 768px){.swiper__nav{margin-top:1rem}}.swiper__btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.5rem;border:.0625rem solid #1a2f26;background-color:#0d1d17;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease,opacity .2s ease;flex-shrink:0;font-size:1.5rem;font-weight:700}.swiper__btn--prev:before{content:"⯇"}.swiper__btn--next:before{content:"⯈"}.swiper__btn:not(:empty):before{content:none}.swiper__btn:hover:not(.swiper__btn--disabled){background-color:#0f8;color:#fff}.swiper__btn:active:not(.swiper__btn--disabled){transform:scale(.95)}.swiper__btn--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.swiper__btn--small{width:2.5rem;height:2.5rem;font-size:1.25rem}.swiper__btn--large{width:3.5rem;height:3.5rem;font-size:1.75rem}@media (max-width: 768px){.swiper__btn{width:2.5rem;height:2.5rem;font-size:1.25rem}.swiper__btn--large{width:3rem;height:3rem;font-size:1.5rem}}.swiper__btn--prev.swiper__btn--absolute,.swiper__btn--next.swiper__btn--absolute{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.swiper__btn--prev.swiper__btn--absolute{left:1rem}.swiper__btn--next.swiper__btn--absolute{right:1rem}.swiper-button-prev,.swiper-button-next{width:3rem;height:3rem;background-color:#0f8;border-radius:.5rem;border:.0625rem solid #1a2f26;border:none;cursor:pointer;transition:background-color .3s ease,opacity .2s ease}.swiper-button-prev:after,.swiper-button-next:after{font-size:1.125rem;font-weight:700;color:#000}.swiper-button-prev:hover,.swiper-button-next:hover{background-color:#0f8}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.3;pointer-events:none}@media (max-width: 768px){.swiper-button-prev,.swiper-button-next{width:2.5rem;height:2.5rem}.swiper-button-prev:after,.swiper-button-next:after{font-size:1rem}}.swiper__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}@media (max-width: 768px){.swiper__pagination{margin-top:1.5rem}}.swiper__bullet{width:.625rem;height:.625rem;border-radius:0;background-color:#0f8;opacity:.6;cursor:pointer;transition:all .3s ease;border:none}.swiper__bullet:hover{opacity:.8}.swiper__bullet--active{width:2rem;height:.625rem;border-radius:0;background-color:#0f8;opacity:1}.swiper-pagination{position:static!important;display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}@media (max-width: 768px){.swiper-pagination{margin-top:1.5rem}}.swiper-pagination-bullet{width:.625rem;height:.625rem;border-radius:0;background-color:#0f8;opacity:.3;cursor:pointer;transition:all .3s ease;margin:0!important}.swiper-pagination-bullet:hover{opacity:.8}.swiper-pagination-bullet-active{width:2rem;height:.625rem;border-radius:0;background-color:#0f8;opacity:1}.swiper--centered .swiper-slide{transition:opacity .3s ease;opacity:.5}.swiper--centered .swiper-slide.swiper-slide-active{opacity:1}.swiper--equal-height .swiper-slide{height:100%;display:flex}.swiper--equal-height .swiper-wrapper{align-items:stretch}.swiper--overflow{overflow:visible}.swiper--overflow .swiper-wrapper{padding:0 1rem}.swiper--dark .swiper__btn,.swiper--dark .swiper-button-prev,.swiper--dark .swiper-button-next{background-color:#000;color:#0f8}.swiper--dark .swiper__btn:hover:not(.swiper__btn--disabled):not(.swiper-button-disabled),.swiper--dark .swiper-button-prev:hover:not(.swiper__btn--disabled):not(.swiper-button-disabled),.swiper--dark .swiper-button-next:hover:not(.swiper__btn--disabled):not(.swiper-button-disabled){background-color:#0f8}.swiper--dark .swiper__bullet,.swiper--dark .swiper-pagination-bullet,.swiper--dark .swiper__bullet--active,.swiper--dark .swiper__bullet-active,.swiper--dark .swiper-pagination-bullet--active,.swiper--dark .swiper-pagination-bullet-active{background-color:#0f8}.swiper__nav--vertical{flex-direction:column;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:10;margin-top:0}.swiper__nav--center{justify-content:center}.swiper__nav--inline{margin-top:2rem;justify-content:space-between}.swiper__nav--inline .swiper__pagination,.swiper__nav--inline .swiper-pagination{margin-top:0}@media (max-width: 768px){.swiper__nav--inline{flex-direction:column;gap:1rem}}@media (max-width: 768px){.swiper__nav--hide-mobile{display:none}}.swiper--hover-nav .swiper__btn--absolute,.swiper--hover-nav .swiper-button-prev,.swiper--hover-nav .swiper-button-next{opacity:0;transition:opacity .3s ease}.swiper--hover-nav:hover .swiper__btn--absolute,.swiper--hover-nav:hover .swiper-button-prev,.swiper--hover-nav:hover .swiper-button-next{opacity:1}.swiper-button__wrap{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}@media (max-width: 768px){.swiper-button__wrap{margin-top:1rem}}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:.0625rem solid #0f1e18;position:relative}.section-header:after{content:"";position:absolute;bottom:-.0625rem;left:0;width:5rem;height:.125rem;background:linear-gradient(90deg,#00FF88 0%,transparent 100%)}.section-header__left{display:flex;flex-direction:column;gap:.5rem;flex:1}.section-header__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0;display:flex;text-transform:uppercase;align-items:center;gap:.75rem}.section-header__title:first-letter{color:#0f8}.section-header__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#00ff881a;border-radius:.375rem;color:#0f8}.section-header__icon .material-symbols-outlined{font-size:1.25rem}.section-header__subtitle{font-size:1rem;color:#fff9;margin:0}.section-header__right{display:flex;align-items:center;gap:.75rem}.section-header__link{display:inline-flex;align-items:center;gap:.375rem;color:#0f8;text-decoration:none;font-size:1rem;font-weight:600;transition:all .2s ease;line-height:2rem}.section-header__link .material-symbols-outlined{font-size:1.5rem;transition:transform .2s ease;line-height:2rem}.section-header__link:hover{color:#33ffa3}.section-header__link:hover .material-symbols-outlined{transform:translate(.25rem)}.section-header--live:after{background:linear-gradient(90deg,#FF1744 0%,transparent 100%);animation:shimmer 2s infinite}.section-header--live .section-header__title{color:#ff1744}.section-header--compact{margin-bottom:1.5rem;padding-bottom:.75rem}.section-header--compact .section-header__title{font-size:1.25rem}.section-header--no-border{border-bottom:none;padding-bottom:0}.section-header--no-border:after{display:none}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start}.section-header__title{font-size:1.375rem}.section-header__right{width:100%;justify-content:space-between}}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.5}}.table{width:100%;background:#0d1d17;border-radius:.5rem;overflow:hidden}.table__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table__main{width:100%;border-collapse:collapse}.table__head{background:#0f8;position:sticky;top:0;z-index:2}.table .club{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:color .3s ease}.table .club:hover{color:#0f8}.table .club__logo{width:2rem;height:2rem;object-fit:contain}@media (max-width: 768px){.table .club__logo{width:1.75rem;height:1.75rem}}.table .table__row--total{background:#0d1d17;font-weight:600}.table__th{padding:.75rem .5rem;font-size:.8125rem;font-weight:600;color:#000;text-transform:uppercase;white-space:nowrap}@media (max-width: 768px){.table__th:nth-child(1),.table__th:nth-child(2){position:sticky;background:#0f8;z-index:1}}@media (max-width: 768px){.table__th:nth-child(1){left:-.0625rem}}@media (max-width: 768px){.table__th:nth-child(2){left:1.6875rem}}@media (max-width: 768px){.table__th{padding:.5rem .25rem;font-size:.6875rem}}.table__row{border-bottom:.0625rem solid #1a2f26;transition:background .3s ease}.table__row:hover{background:#00ff880d}.table__cell{padding:.75rem .5rem;font-size:.875rem;color:#fff}@media (max-width: 768px){.table__cell{padding:.5rem .25rem;font-size:.8125rem}}@media (max-width: 768px){.table__cell:nth-child(1),.table__cell:nth-child(2){position:sticky;background:#0d1d17;z-index:1}}@media (max-width: 768px){.table__cell:nth-child(1){left:-.0625rem}}@media (max-width: 768px){.table__cell:nth-child(2){left:1.6875rem}}.table--compact .table__th,.table--compact .table__cell{padding:.5rem .25rem;font-size:.75rem}.table--compact .table__wrap{overflow-x:visible}.table--compact .team__logo{width:1.5rem;height:1.5rem}.table--compact .team__name{display:block}.table--compact .form{display:none}.pos{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;font-weight:700;font-size:.8125rem}@media (max-width: 768px){.pos{min-width:1.25rem;height:1.25rem;font-size:.6875rem}}.team{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.team:hover{color:#0f8}.team__logo{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}@media (max-width: 768px){.team__logo{width:1.75rem;height:1.75rem}}.team__name{font-weight:500}@media (max-width: 768px){.team__name{display:none}}.num{font-variant-numeric:tabular-nums}.form{display:flex;justify-content:center;gap:.125rem}.form__item{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#fff}.form__item--w{background:#22c55e}.form__item--d{background:#f59e0b}.form__item--l{background:#ef4444}@media (max-width: 768px){.form__item{width:1.125rem;height:1.125rem;font-size:.5625rem}}.tabs__nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}@media (max-width: 768px){.tabs__nav{gap:.25rem}}.tabs__btn{padding:.625rem 1.25rem;background:#00e676;font-size:1.25rem;text-transform:capitalize;border:.0625rem solid #1a2f26;border-radius:.5rem;font-weight:500;color:#000;cursor:pointer;position:relative;transition:all .3s ease}@media (max-width: 768px){.tabs__btn{padding:.5rem 1rem;font-size:.875rem}}.tabs__btn:hover{background-color:#0f8;color:#000;box-shadow:0 .25rem 1.5rem #00ff884d}.tabs__btn.is-active{background-color:#00e5ff;color:#000;box-shadow:0 .25rem 1.5rem #00e5ff4d}.tabs__content{position:relative}.tabs__panel{display:none;opacity:0}.tabs__panel.is-active{display:block;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.breadcrumbs{padding:1.5rem 0;margin-top:5rem}.breadcrumbs-block{background:#0d1d17;margin-bottom:1.5rem;text-transform:capitalize;position:relative;overflow:hidden}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;position:relative;z-index:1}.breadcrumbs__item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.4;font-weight:500}@media (max-width: 600px){.breadcrumbs__item{font-size:.8125rem}}.breadcrumbs__link{color:#fffc;font-weight:600;transition:color .2s ease}.breadcrumbs__link:hover{color:#0f8}.breadcrumbs__link:focus-visible{outline:.125rem solid #0f8;outline-offset:.125rem;border-radius:.25rem}.breadcrumbs__current{color:#fff;font-weight:600}.breadcrumbs__separator{color:#fff6;user-select:none;font-size:.75rem}.calendar{position:relative}.calendar__wrap{display:flex;align-items:flex-start;gap:1.5rem;margin-top:.5rem}@media (max-width: 1024px){.calendar__wrap{flex-direction:column;align-items:stretch;gap:1.5rem}}@media (max-width: 480px){.calendar__wrap{gap:.5rem;margin-top:1rem}}.calendar__bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.5rem;background:#0d1d17;border:.0625rem solid #1a2f26;border-radius:.5rem}@media (max-width: 768px){.calendar__bar{justify-content:center}}.calendar__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;gap:1rem;min-width:11.25rem}@media (max-width: 480px){.calendar__title{font-size:1.125rem;min-width:10rem}}.calendar__month,.calendar__year{color:#fff}.calendar__nav{appearance:none;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;display:grid;place-items:center;width:2.5rem;height:2.5rem;border:.0625rem solid #1a2f26;background:#0d1d17;color:#fff;border-radius:.5rem;transition:all .3s ease}.calendar__nav:hover{background:#0f8;border-color:#0f8;transform:translateY(-.0625rem);color:#fff}.calendar__nav--toggle{position:relative}.calendar__nav--toggle[aria-pressed=true]{background:#0f8;border-color:#0f8}.calendar__nav:focus-visible{outline:.125rem solid #0f8;outline-offset:.125rem}.calendar__nav--today .calendar__nav-icon{font-size:1.125rem}.calendar__grid{flex-shrink:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;position:relative;min-width:20rem}@media (max-width: 640px){.calendar__grid{min-width:100%}}@media (max-width: 480px){.calendar__grid{min-width:17.5rem}}.calendar__compact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;width:100%}@media (max-width: 1024px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr))}}@media (max-width: 640px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr));gap:1rem}}@media (max-width: 480px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(5rem,1fr));gap:.5rem}}.calendar__compact-grid .calendar__cell{aspect-ratio:1.2/1;border:.125rem solid #1a2f26;background:#00ff881a}.calendar__compact-grid .calendar__cell .calendar__daynum{font-size:1rem;font-weight:700}.calendar__compact-grid .calendar__cell .calendar__badge{background:#0f8;border:.125rem solid #fff}.calendar__no-matches{grid-column:1/-1;text-align:center;color:#f1f5f9;font-style:italic;padding:3.75rem 1.5rem;background:#f1f5f90d;border:.0625rem solid #1a2f26;border-radius:.5rem;margin-top:1.5rem}.calendar__dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;grid-area:1/1/2/8;margin-bottom:1rem}.calendar__dow span{font-size:.875rem;font-weight:600;color:#f1f5f9;text-align:center;text-transform:uppercase;letter-spacing:.5px;padding:1rem .25rem}.calendar__cell{appearance:none;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;position:relative;aspect-ratio:1/1;border:.0625rem solid #1a2f26;padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:.25rem;background:#0d1d17;color:#fff;border-radius:.5rem;transition:all .3s ease;min-height:3rem}@media (max-width: 1024px){.calendar__cell{min-height:2.75rem;padding:.375rem;aspect-ratio:2/1.2}}@media (max-width: 768px){.calendar__cell{aspect-ratio:1/1;min-height:1.5rem}}@media (max-width: 640px){.calendar__cell{aspect-ratio:1.2/1;min-height:2.25rem;padding:.25rem}}@media (max-width: 480px){.calendar__cell{min-height:2rem;padding:.1875rem}}.calendar__cell:hover{background:#050d0a;border-color:#1a2f26;transform:translateY(-.0625rem)}.calendar__cell--muted{opacity:.4;cursor:default}.calendar__cell--muted:hover{background:#0d1d17;border-color:#1a2f26;transform:none}.calendar__cell[aria-selected=true]{background:#0f8;color:#fff;border-color:#00e676;transform:translateY(-.0625rem)}.calendar__cell[aria-selected=true] .calendar__daynum{color:#fff}.calendar__cell[aria-selected=true] .calendar__badge{background:#fff;color:#0f8}.calendar__cell.calendar__today{border-color:#0f8;border-width:.125rem}.calendar__cell.calendar__today .calendar__daynum{color:#fff;font-weight:700}.calendar__daynum{font-weight:600;font-size:.875rem;line-height:1}@media (max-width: 480px){.calendar__daynum{font-size:.75rem}}.calendar__badge{position:absolute;top:.25rem;right:.25rem;width:1rem;height:1rem;background:#0f8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;line-height:1}@media (max-width: 480px){.calendar__badge{width:.875rem;height:.875rem;font-size:.5625rem;top:.125rem;right:.125rem}}.calendar__matches{flex-grow:1;min-width:0}.calendar__matches-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.calendar__matches-title{text-align:center;font-size:1.125rem;margin-bottom:.5rem}}.calendar__matches-list{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.calendar__matches-list{gap:1rem}}@media (max-width: 480px){.calendar__matches-list{gap:1rem}}.calendar__matches-list .muted{text-align:center;color:#f1f5f9;font-style:italic;padding:3.75rem 1.5rem}@media (max-width: 768px){.calendar__matches-list .muted{padding:1.5rem}}.calendar--large .calendar__grid{min-width:21.25rem}.calendar--large .calendar__cell{min-height:3.75rem;padding:.5rem}@media (max-width: 640px){.calendar--large .calendar__cell{min-height:1.5rem;padding:.25rem;aspect-ratio:1.5/1}}.calendar--large .calendar__daynum{font-size:1rem}.calendar--compact .calendar__wrap{gap:1.5rem}.calendar--compact .calendar__grid{min-width:17.5rem}.calendar--compact .calendar__cell{min-height:2.5rem;padding:.375rem}.calendar__matches-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(22.5rem,1fr))}.calendar__matches-list .card-badge{width:100%;margin:0}@media (max-width: 320px){.calendar__grid{min-width:16.25rem}.calendar__cell{min-height:2rem;padding:.125rem}.calendar__daynum{font-size:.6875rem}.calendar__badge{width:.75rem;height:.75rem;font-size:.5rem}.calendar__nav{width:2.25rem;height:2.25rem}.calendar__nav .material-symbols-outlined{font-size:1.125rem}.calendar__title{font-size:1rem;min-width:8.75rem}}.calendar__grid.calendar__grid--compact{display:flex}@media (prefers-reduced-motion: reduce){.calendar__cell,.calendar__nav{transition:none!important}}.pagination{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 0;flex-wrap:wrap}@media (max-width: 768px){.pagination{flex-direction:column;gap:1rem;padding:1.5rem 0}}.pagination__controls{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}@media (max-width: 768px){.pagination__controls{width:100%;order:-1}}.pagination__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.25rem;border:.0625rem solid #1a2f26;background:#0d1d17;color:#fff;transition:all .3s ease;cursor:pointer;flex-shrink:0}.pagination__arrow svg{transition:transform .3s ease}.pagination__arrow:hover:not(.pagination__arrow--disabled){background:#0f8;color:#fff;border-color:#0f8}.pagination__arrow:active:not(.pagination__arrow--disabled){transform:translateY(0)}.pagination__arrow--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.pagination__arrow svg{width:1.25rem;height:1.25rem}@media (max-width: 480px){.pagination__arrow{width:2.25rem;height:2.25rem}.pagination__arrow svg{width:1.125rem;height:1.125rem}}.pagination__pages{display:flex;align-items:center;gap:.25rem}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:.0625rem solid #1a2f26;background:#0d1d17;border-radius:.25rem;color:#fff;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none;position:relative}.pagination__page:hover:not(.pagination__page--active){background:#0f8;color:#fff;border-color:#0f8}.pagination__page--active{background:#0f8;color:#fff;cursor:default;pointer-events:none}@media (max-width: 480px){.pagination__page{min-width:2.25rem;height:2.25rem;padding:0 .5rem;font-size:.8125rem}}.pagination__ellipsis{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#fff;font-size:.875rem;user-select:none;opacity:.6;animation:ellipsisPulse 2s ease-in-out infinite}@media (max-width: 480px){.pagination__ellipsis{min-width:2.25rem;height:2.25rem}}.pagination__per-page{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fff;flex-shrink:0}@media (max-width: 768px){.pagination__per-page{width:100%;justify-content:center}}.pagination__select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:500;color:#fff;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:all .3s ease}.pagination__select:hover{background-color:#00ff880d}.pagination__select:focus{outline:none}@keyframes ellipsisPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes fadeIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}.pagination__page,.pagination__ellipsis{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) backwards}.pagination__page:nth-child(1),.pagination__ellipsis:nth-child(1){animation-delay:.03s}.pagination__page:nth-child(2),.pagination__ellipsis:nth-child(2){animation-delay:.06s}.pagination__page:nth-child(3),.pagination__ellipsis:nth-child(3){animation-delay:.09s}.pagination__page:nth-child(4),.pagination__ellipsis:nth-child(4){animation-delay:.12s}.pagination__page:nth-child(5),.pagination__ellipsis:nth-child(5){animation-delay:.15s}.pagination__page:nth-child(6),.pagination__ellipsis:nth-child(6){animation-delay:.18s}.pagination__page:nth-child(7),.pagination__ellipsis:nth-child(7){animation-delay:.21s}.pagination__page:nth-child(8),.pagination__ellipsis:nth-child(8){animation-delay:.24s}.pagination__page:nth-child(9),.pagination__ellipsis:nth-child(9){animation-delay:.27s}.pagination__page:nth-child(10),.pagination__ellipsis:nth-child(10){animation-delay:.3s}.pagination--compact{padding:1rem 0}.pagination--compact .pagination__arrow,.pagination--compact .pagination__page{width:2.25rem;height:2.25rem;min-width:2.25rem}.pagination--loading{pointer-events:none}.pagination--loading .pagination__arrow,.pagination--loading .pagination__page,.pagination--loading .pagination__count{opacity:.5}.pagination--animating{pointer-events:none}.pagination--animating .pagination__count{opacity:.5}.card-news{display:flex}.card-news__link{display:flex;flex-direction:column;background:#0d1d17;border:.0625rem solid #1a2f26;box-shadow:0 .125rem .5rem #0006;border-radius:.5rem;flex-grow:1;transition:all .3s ease}.card-news__link:hover{box-shadow:0 .25rem 1.5rem #00ff884d}.card-news__link:hover .card-news__title{color:#0f8}.card-news__thumb{aspect-ratio:16/9;overflow:hidden;border-radius:.5rem .5rem 0 0}.card-news__img{width:100%;height:100%}.card-news__content{padding:.5rem;flex-grow:1;display:flex;flex-direction:column}.card-news__title{font-size:1.125rem;text-transform:uppercase;margin-bottom:.5rem;transition:color .3s ease}.card-news__descr{font-size:.875rem;margin-bottom:1.5rem}.card-news__date{margin-top:auto;display:flex;color:#0f8;font-weight:600}.card-live{display:flex;flex-direction:column;background-color:#0d1d17;border-radius:.5rem;overflow:hidden;border:.0625rem solid #1a2f26;box-shadow:0 .125rem .5rem #0006;transition:box-shadow .3s ease}.card-live:hover{box-shadow:0 .25rem 1.5rem #00ff884d}.card-live__link{aspect-ratio:4/3;position:relative}.card-live__link:after{content:"";position:absolute;inset:0;background:#0006;transition:background .3s ease}.card-live__link:hover .card-live__play{color:#0f8}.card-live__thumb{width:100%;height:100%;object-fit:cover;display:block}.card-live__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#fffc;z-index:2}.card-live__bot{padding:1rem .5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.card-live__team{color:#fff;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;font-weight:600}.card-live__team:hover .card-live__tag{color:#0f8}.card-live__logo{height:2.5rem;width:2.5rem;object-fit:contain}.card-live__scorebox{color:#fff}.card-live__score,.card-live__score-separator{font-weight:700;font-size:1.25rem}.card-team{background-color:#0d1d17;transition:all .3s ease;border:.0625rem solid #1a2f26;box-shadow:0 .125rem .5rem #0006;border-radius:.5rem;overflow:hidden}.card-team:hover{box-shadow:0 .25rem 1.5rem #00ff884d}.card-team:hover .card-team__tag{color:#0f8}.card-team__top{aspect-ratio:16/9;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 20% 0%,#00FF88 0%,transparent 40%),radial-gradient(ellipse at 80% 0%,#00FF88 0%,transparent 40%),linear-gradient(180deg,#000,#0a1612)}.card-team__top:hover .card-team__logo{background-color:#00ff88b3}.card-team__bg{width:calc(100% - 2rem);height:100%;object-fit:contain;object-position:center}.card-team__logo{position:absolute;height:8.75rem;width:8.75rem;object-fit:contain;z-index:3;background-color:#ffffffb3;padding:1rem;border:.0625rem solid #1a2f26;border-radius:.5rem;transition:all .2s ease}.card-team__content{padding:.5rem;margin-bottom:1rem}.card-team__tag{font-size:1.5rem;text-transform:capitalize;transition:all .3s ease;margin-bottom:.5rem;text-align:center}.card-team__stadium{display:flex;align-items:center;gap:.5rem;line-height:2rem;justify-content:center}.card-team__stats-header{font-size:1.25rem;text-align:center;margin-bottom:.5rem}.card-team__stats-list{display:grid;grid-template-columns:1fr 1fr}.card-team__stats-item{display:flex;align-items:center;flex-direction:column;padding:.5rem;border-top:.0625rem solid #1a2f26}.card-team__stats-item:first-child{border-right:.0625rem solid #1a2f26}.card-team__stats-value{font-size:2rem;color:#0f8;line-height:1;font-weight:700}.card-team__stats-title{text-transform:uppercase;letter-spacing:.125rem}.card-video{position:relative;aspect-ratio:3/4;border-radius:.5rem}.card-video__thumb{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.card-video__link{display:flex;flex-direction:column;justify-content:space-between;background-color:#00000073;background:linear-gradient(0deg,#0d1d17 15%,#0d1d171a 55%);padding:.5rem;position:absolute;border-radius:.5rem;overflow:hidden;inset:0;box-shadow:0 .125rem .5rem #0006;border:.0625rem solid #1a2f26;transition:all .3s ease}.card-video__link:hover{box-shadow:0 .25rem 1.5rem #00ff884d;background-color:#0d1d1726}.card-video__link:hover .card-video__play,.card-video__link:hover .card-video__title{color:#0f8}.card-video__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:4rem;transition:color .3s ease}.card-video__top{display:flex;align-items:center;justify-content:end;gap:.5rem}.card-video__duration,.card-video__views{background-color:#0f8;text-align:center;color:#000;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem}.card-video__date{margin-top:auto;margin-bottom:.5rem;color:#f1f5f9}.card-video__title{font-size:1.25rem;text-transform:uppercase;transition:color .3s ease}.card-badge{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#0d1d17;border:.0625rem solid #1a2f26;border-radius:.5rem;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;min-height:6rem}.card-badge:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,255,136,.03) 0%,transparent 50%,rgba(0,255,136,.03) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.card-badge:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.0625rem;height:60%;background:linear-gradient(to bottom,transparent 0%,#00E676 20%,#00E676 80%,transparent 100%);opacity:.5}.card-badge:hover{box-shadow:0 .25rem 1.5rem #00ff884d}.card-badge:hover:before{opacity:1}.card-badge:hover .card-badge__logo{transform:scale(1.15);filter:drop-shadow(0 0 .75rem rgba(0,255,136,.4))}.card-badge:hover .card-badge__league-logo{transform:scale(1.1) rotate(5deg)}.card-badge[data-status=live]{border-color:#ff17444d}.card-badge[data-status=live]:before{background:linear-gradient(90deg,rgba(255,23,68,.05) 0%,transparent 50%,rgba(255,23,68,.05) 100%);opacity:1}.card-badge__team{position:relative;z-index:2;flex-shrink:0;width:5.625rem;min-height:5.625rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;background:#0a1612;border:.0625rem solid #1a2f26;border-radius:.75rem;padding:.75rem;transition:all .3s ease;text-decoration:none}.card-badge__team:hover{background:#00e676;transform:scale(1.05)}.card-badge__team--home{order:1}.card-badge__team--away{order:3}.card-badge__logo{width:3rem;height:3rem;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 .125rem .25rem rgba(0,0,0,.2));flex-shrink:0}.card-badge__team-name{font-size:.625rem;font-weight:600;color:#fff;text-align:center;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-break:break-word;transition:color .3s ease}.card-badge__center{order:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;text-align:center;position:relative;z-index:1;min-width:7.5rem}.card-badge__date{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.8125rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.card-badge__time{font-size:.75rem;font-weight:600;color:#f1f5f9}.card-badge__score{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#0f8;margin-top:.25rem}.card-badge__score-sep{color:#f1f5f9;font-size:1.125rem}.card-badge__live{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background:#ff174426;border:.0625rem solid rgba(255,23,68,.3);border-radius:50%;animation:pulse-live 2s infinite}.card-badge__live-dot{width:.375rem;height:.375rem;background:#ff1744;border-radius:50%;animation:blink 1.5s infinite}.card-badge__live-text{font-size:.6875rem;font-weight:700;color:#ff1744;text-transform:uppercase;letter-spacing:.5px}.card-badge__finished{font-size:.6875rem;font-weight:700;color:#f1f5f9;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .75rem;background:#f1f5f91a;border:.0625rem solid #1a2f26;border-radius:50%}.card-badge__league{width:1.5rem;height:1.5rem;background:#000;border:.125rem solid #1a2f26;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-badge__league-logo{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.card-badge__link{position:absolute;inset:0;z-index:1;text-indent:-624.9375rem;overflow:hidden}@keyframes pulse-live{0%,to{box-shadow:0 0 #ff174466}50%{box-shadow:0 0 0 .375rem #ff174400}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@media (max-width: 480px){.card-badge{padding:.75rem;gap:.75rem}.card-badge__team{width:4.375rem;min-height:4.375rem;padding:.5rem}.card-badge__logo{width:2.25rem;height:2.25rem}.card-badge__team-name{font-size:.5rem;line-height:1.2}.card-badge__center{min-width:5rem}.card-badge__score{font-size:1.125rem}.card-badge__date{font-size:.625rem}.card-badge__time{font-size:.5625rem}}@media (prefers-reduced-motion: reduce){.card-badge,.card-badge__logo,.card-badge__league-logo,.card-badge__team{transition:none!important;animation:none!important}.card-badge__live,.card-badge__live-dot{animation:none!important}}.card-player{background-color:#0d1d17;border-radius:.5rem;border:.0625rem solid #1a2f26;overflow:hidden;transition:box-shadow .3s ease;box-shadow:0 .125rem .5rem #0006}.card-player:hover{box-shadow:0 .25rem 1.5rem #00ff884d}.card-player:hover .card-player__top{background-color:#00e676;color:#000}.card-player:hover .card-player__top .card-player__name{color:#0a1612}.card-player__top{background-color:#0d1d17;display:flex;justify-content:space-between;padding:1.5rem 1rem;gap:1.5rem;transition:background-color .3s ease}.card-player__surname{font-size:1.5rem;font-weight:700;line-height:1.2;transition:color .3s ease}.card-player__name{display:flex;font-size:1.25rem;font-weight:400;color:#0f8;transition:color .3s ease}.card-player__flag{height:2.25rem;border:.0625rem solid #fff;object-fit:contain}.card-player__picture{display:flex;align-items:center;justify-content:center;padding-top:2.5rem;background:linear-gradient(66deg,#00e67680,#1a2f2680,#00000080)}.card-player__img{object-fit:contain}.card-player__stat{display:grid;grid-template-columns:1fr 1.5fr 1fr;background-color:#050d0a}.card-player__stat-item{padding:.5rem;display:flex;flex-direction:column;align-items:center;border-bottom:.0625rem solid #1a2f26;border-right:.0625rem solid #1a2f26}.card-player__stat-item:last-child{border-right:0}.card-player__stat-num{font-size:1.5rem;color:#0f8}.card-player__stat-title{color:#f1f5f9}.card-player__bot{display:flex;flex-direction:column}.card-player__bot-item{display:flex;justify-content:space-between;border-bottom:.0625rem solid #1a2f26;padding:1rem}.card-player__bot-item:last-child{border-bottom:0}.card-player__bot-title{color:#fff}.card-player__bot-value{font-size:1.25rem;line-height:1}.review-head{background:#0d1d17;padding:1.5rem;border:.0625rem solid #1a2f26;border-radius:.5rem}@media (min-width: 768px){.review-head{padding:2rem}}.review-head__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.0625rem solid #1a2f26}.review-head__date{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#fff;font-weight:600}.review-head__league{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem;background:#000;transition:transform .2s ease}.review-head__league:hover{transform:scale(1.05)}.review-head__league-icon{width:2rem;height:2rem;object-fit:contain}.review-head__match{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}@media (max-width: 768px){.review-head__match{grid-template-columns:1fr;gap:1.5rem}}.review-head__score{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:.0625rem solid #1a2f26;border-radius:.375rem;box-shadow:0 .125rem .5rem #0006;background:linear-gradient(135deg,#030807,#0d1d17);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;min-width:7.5rem}@media (max-width: 768px){.review-head__score{order:-1;padding:1.25rem}}.review-head__score-value{font-size:2rem;color:#fff;line-height:1}@media (min-width: 768px){.review-head__score-value{font-size:2.5rem}}.review-head__score-separator{font-size:1.5rem;color:#fff9;font-weight:400}.review-head__team{display:flex;flex-direction:column;gap:.75rem}.review-head__team--home{align-items:flex-start}.review-head__team--home .review-head__team-info{flex-direction:row}.review-head__team--home .review-head__events{align-items:flex-start}.review-head__team--away{align-items:flex-end}.review-head__team--away .review-head__team-info{flex-direction:row-reverse}.review-head__team--away .review-head__events{align-items:flex-end}@media (max-width: 768px){.review-head__team--home,.review-head__team--away{align-items:center}.review-head__team--home .review-head__team-info,.review-head__team--away .review-head__team-info{flex-direction:column;text-align:center}.review-head__team--home .review-head__events,.review-head__team--away .review-head__events{align-items:center}}.review-head__position{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.review-head__team-content{display:flex;flex-direction:column;gap:1rem;width:100%}.review-head__team-info{display:flex;align-items:center;gap:1rem}.review-head__team-info:hover .review-head__team-name{color:#0f8}.review-head__team-logo{width:3rem;height:3rem;object-fit:contain;flex-shrink:0}@media (min-width: 768px){.review-head__team-logo{width:4rem;height:4rem}}.review-head__team-name{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;line-height:1.2}@media (min-width: 768px){.review-head__team-name{font-size:1.375rem}}.review-head__events{display:flex;flex-direction:column;gap:.5rem}.review-head__players{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.review-head__player-item{font-size:.875rem}.review-head__player-link{color:#fff;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.375rem}.review-head__player-link:hover{color:#0f8}.review-head__minute{font-size:.75rem;color:#0f8;font-weight:600}.review-head__minute:before{content:"("}.review-head__minute:after{content:")"}.review-head__cards{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:#00ff8826;width:fit-content}.review-head__card-count{font-size:.875rem;font-weight:600;color:#0f8}.review-head__card-icon{width:1rem;height:1.25rem;object-fit:contain}.review-stats{background:#0d1d17;border:.0625rem solid #1a2f26;box-shadow:0 .125rem .5rem #0006;border-radius:.5rem;padding:1.5rem}@media (min-width: 768px){.review-stats{padding:2rem}}.review-stats__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}@media (min-width: 768px){.review-stats__title{font-size:1.5rem;margin-bottom:2rem}}.review-stats__list{display:flex;flex-direction:column;gap:1.25rem}.review-stats__item{display:flex;flex-direction:column;gap:.75rem}.review-stats__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.05em}.review-stats__bar{display:grid;grid-template-columns:3rem 1fr 3rem;gap:.75rem;align-items:center}@media (min-width: 768px){.review-stats__bar{grid-template-columns:4rem 1fr 4rem;gap:1rem}}.review-stats__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;color:#fff;text-align:center}@media (min-width: 768px){.review-stats__value{font-size:1.125rem}}.review-stats__value--home{color:#0f8}.review-stats__value--away{color:#00e5ff}.review-stats__track{position:relative;display:flex;height:2rem;background:#000;overflow:hidden}@media (min-width: 768px){.review-stats__track{height:2.5rem}}.review-stats__fill{height:100%;transition:width .6s ease;position:relative}.review-stats__fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:shimmer 3s infinite}.review-stats__fill--home{background:linear-gradient(90deg,#00ff88f2,#0f8)}.review-stats__fill--away{background:linear-gradient(90deg,#00e5ff,#00e5fff2)}.review-text{background-color:#0d1d17;box-shadow:0 .125rem .5rem #0006;border:.0625rem solid #1a2f26;border-radius:.5rem;padding:1rem;color:#fff;display:flex;flex-direction:column;gap:1rem}.review-text__img{aspect-ratio:16/9;object-fit:cover;border-radius:.5rem}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.team-header{position:relative;padding:3rem 0;margin-top:-1.5rem;margin-bottom:3rem}.team-header__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.team-header:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,#0d1d17d9 10%,#050d0aeb 64%,#000)}.team-header__inner{position:relative;z-index:2;display:flex;align-items:center;gap:1.5rem;justify-content:space-between}@media (max-width: 820px){.team-header__inner{flex-direction:column}}.team-header__left{display:flex;align-items:center;gap:1.5rem}@media (max-width: 640px){.team-header__left{display:flex;flex-direction:column;align-items:center;justify-content:center}}.team-header__logo{width:7.5rem;height:7.5rem;object-fit:contain}.team-header__title{font-size:2.5rem;font-weight:700;text-transform:capitalize;margin-bottom:1rem}@media (max-width: 640px){.team-header__title{text-align:center;font-size:2rem}}.team-header__flag{display:flex;align-items:center;gap:.5rem}@media (max-width: 640px){.team-header__flag{justify-content:center}}.team-header__flag-icon{width:2rem;object-fit:contain}.team-header__flag-text{text-transform:uppercase;font-weight:700;color:#f1f5f9}.team-header__right{padding:1rem;background-color:#0d1d17;border:.0625rem solid #1a2f26;border-radius:.5rem;box-shadow:0 .125rem .5rem #0006}.team-header__right-title{font-size:1.25rem;text-transform:uppercase;letter-spacing:.1875rem;font-weight:400;color:#f1f5f9;margin-bottom:.75rem}.team-header__form{display:grid;grid-template-columns:repeat(5,1fr);gap:.25rem}.team-header__form-link{text-align:center;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:.0625rem solid #1a2f26;border-radius:.25rem;transition:border-color .3s ease}.team-header__form-link:hover{border-color:#050d0a}.team-header__form-link--w{background-color:#0fb30f}.team-header__form-link--l{background-color:#c70c0c}.team-header__form-link--n{background-color:#b7bbb7}.team-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr));gap:1rem}.team-stats__item{background-color:#0d1d17;padding:1.5rem 1rem;border:.0625rem solid #1a2f26;border-radius:.5rem;text-align:center;box-shadow:0 .125rem .5rem #0006}.team-stats__num{font-size:2rem;font-weight:700;color:#0f8;line-height:1}.team-stats__label{font-size:.875rem;color:#f1f5f9}.archive__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:1.5rem}.archive__grid--hero{gap:.5rem}.archive__grid--three{grid-template-columns:repeat(auto-fill,minmax(27.5rem,1fr));gap:1rem}@media (max-width: 640px){.archive__grid--three{grid-template-columns:1fr}}.hero{position:relative;margin-top:4rem}.hero:after{content:"";position:absolute;background-color:#0006;inset:0}.hero__video{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero__inner{min-height:40rem;padding:2.5rem 0;display:flex;align-items:flex-end;position:relative;z-index:2}.hero__item{max-width:30rem}.hero__item-title{font-size:4rem;margin-bottom:1rem;line-height:1.1;color:#00e676}.hero__item-text{font-size:1.5rem;margin-bottom:2.5rem}.hero__btns{display:flex;align-items:center;gap:1rem}.privacy{max-width:50rem}.privacy__intro{margin-bottom:3rem;padding:1.5rem;background-color:#0d1d17;border-radius:.5rem;border-left:.25rem solid #0f8}@media (max-width: 480px){.privacy__intro{padding:1.25rem;margin-bottom:2rem}}.privacy__intro-text{color:#fff;line-height:1.6;margin-bottom:1rem}.privacy__intro-text:last-child{margin-bottom:0}.privacy__content{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 480px){.privacy__content{gap:2rem}}.privacy__section--contact{background-color:#fff;padding:2rem;border-left:.25rem solid #0f8}@media (max-width: 480px){.privacy__section--contact{padding:1.5rem}}.privacy__section-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.25rem}@media (max-width: 480px){.privacy__section-title{font-size:1.25rem;margin-bottom:1rem}}.privacy__section-content{color:#fff;line-height:1.6}.privacy__subsection-title{font-size:1.1rem;font-weight:500;color:#fff;margin:1.5rem 0 .75rem}.privacy__subsection-title:first-child{margin-top:0}.privacy__text{margin-bottom:1rem}.privacy__text:last-child{margin-bottom:0}.privacy__text strong{color:#fff}.privacy__list{margin:1rem 0;padding-left:1.25rem;list-style:oval}.privacy__list li{margin-bottom:.5rem;position:relative}.privacy__list li:last-child{margin-bottom:0}.privacy__list li::marker{color:#0f8}.privacy__list li strong{color:#fff}.privacy__contact{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem}.privacy__contact-item{display:flex;align-items:flex-start;gap:.75rem}.privacy__contact-icon{color:#0f8;font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.privacy__contact-content{flex:1}.privacy__contact-content strong{display:block;color:#fff;margin-bottom:.25rem}.privacy__contact-link{color:#0f8;transition:opacity .3s ease}.privacy__contact-link:hover{opacity:.8}.privacy-toc{background-color:#0d1d17;padding:1.5rem;margin-bottom:2rem}.privacy-toc__title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.privacy-toc__list{padding:0;margin:0;list-style:disc}.privacy-toc__list li{margin-bottom:.5rem}.privacy-toc__list li:last-child{margin-bottom:0}.privacy-toc__list a{color:#0f8;font-size:.9rem;transition:opacity .3s ease}.privacy-toc__list a:hover{opacity:.8}@media (max-width: 768px){.privacy__section-title{font-size:1.3rem}.privacy__list{padding-left:1rem}.privacy__contact-item{flex-direction:column;gap:.5rem}.privacy__contact-item .privacy__contact-icon{align-self:flex-start}}@media print{.privacy__intro,.privacy__section--contact{background:none!important;border:.0625rem solid #ccc!important}.privacy__contact-link{color:inherit!important}.privacy__contact-link:after{content:" (" attr(href) ")";font-size:.8em}}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.contact__grid{grid-template-columns:1fr;gap:2rem}}.contact__title{position:relative;font-size:1.5rem;text-transform:uppercase;margin-bottom:1rem}.contact__text{color:#fff}.contact__description{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:2rem}.contact__links{display:flex;flex-direction:column;gap:1.5rem}.contact__link{display:flex;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;border:.0625rem solid #1a2f26;background-color:#0d1d17;box-shadow:0 .125rem .5rem #0006;transition:background-color .3s ease}.contact__icon{color:#0f8;font-size:1.5rem;flex-shrink:0;margin-top:.125rem}.contact__link-content{flex-grow:1}.contact__link-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.contact__link-text{font-size:.9rem;color:#fff;line-height:1.5}.contact__link-text{color:#fff;transition:color .3s ease}.contact__link-text:hover{color:#0f8}.contact__form-wrapper{background-color:#0d1d17;border-radius:.5rem;padding:2rem;border:.0625rem solid #1a2f26;color:#fff;box-shadow:0 .125rem .5rem #0006}@media (max-width: 480px){.contact__form-wrapper{padding:1.5rem}}.contact__form-title{position:relative;font-size:1.5rem;text-transform:uppercase;margin-bottom:1rem}.contact__submit{margin-top:.5rem}.form-group{margin-bottom:1.25rem}.form-group--checkbox{margin-bottom:1.5rem}.form-label{display:block;font-size:.9rem;font-weight:500;color:#fff;margin-bottom:.375rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;background-color:#0a1612;color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-input::placeholder{color:#ffffffb3}.form-input:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 .1875rem #00ff881a}.form-input:invalid{border-color:#fff}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:7.5rem;font-family:inherit;line-height:1.5}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;line-height:1.5}.form-checkbox input[type=checkbox]{display:none}.form-checkbox__mark{width:1.25rem;height:1.25rem;border:.125rem solid hsla(0,0%,100%,.5);background-color:#0000;position:relative;flex-shrink:0;margin-top:.125rem;transition:all .3s ease}.form-checkbox__mark:after{content:"";position:absolute;top:.125rem;left:.375rem;width:.25rem;height:.5rem;border:solid #fff;border-width:0 .125rem .125rem 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.form-checkbox__text{font-size:.9rem;color:#fff}input[type=checkbox]:checked+.form-checkbox__mark{background-color:#0f8;border-color:#0f8}input[type=checkbox]:checked+.form-checkbox__mark:after{opacity:1}.form-checkbox:hover .form-checkbox__mark{border-color:#0f8;color:#fff}.contact__btn{width:100%;border-radius:.5rem;justify-content:center;display:flex;background-color:#fff;color:#000;border:.0625rem solid #1a2f26;align-items:center;padding:.75rem 2.25rem;cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;text-transform:uppercase;transition:all .3s ease;box-shadow:0 .125rem .5rem #0006}.contact__btn:hover{background-color:#0f8;color:#000;box-shadow:0 .25rem 1.5rem #00ff884d}.contact__btn:disabled{opacity:.6;cursor:not-allowed}.post{background:#0d1d17;border:.0625rem solid #1a2f26;box-shadow:0 .125rem .5rem #0006;border-radius:.5rem;padding:1.5rem}@media (max-width: 768px){.post{padding:1.5rem}}.post__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:.0625rem solid #1a2f26}.post__date{font-size:.875rem;color:#fff}.post__category{display:inline-block;padding:.25rem .75rem;background:#0f8;color:#000;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.post__reading-time{font-size:.875rem;color:#fff}.post__title{position:relative;font-size:2rem;text-transform:uppercase;color:#0f8;margin-bottom:1rem}.post__featured-image{margin:0 0 2.5rem;overflow:hidden}.post__image{width:100%;height:auto;display:block;border-radius:.5rem}.post__content{font-size:1rem;line-height:1.8;color:#fff;margin-bottom:2.5rem}.post__content h2{font-size:2rem;font-weight:700;color:#fff;margin:2.5rem 0 1.25rem}@media (max-width: 768px){.post__content h2{font-size:1.5rem}}.post__content h3{font-size:1.5rem;font-weight:600;color:#fff;margin:2rem 0 1rem}@media (max-width: 768px){.post__content h3{font-size:1.25rem}}.post__content p{margin:0 0 1.25rem}.post__content a{color:#0f8;text-decoration:none;border-bottom:.0625rem solid rgba(0,255,136,.3);transition:border-color .2s ease}.post__content a:hover{border-color:#0f8}.post__content ul,.post__content ol{margin:0 0 1.25rem;padding-left:1.5rem}.post__content li{margin-bottom:.5rem}.post__content blockquote{margin:1.875rem 0;padding:1.25rem 1.5rem;border:.0625rem solid #1a2f26;border-left:.25rem solid #0f8;border-radius:.5rem;background:#00ff880d;font-style:italic;color:#fff}.post__content img{max-width:100%;height:auto;margin:1.875rem 0}.post__content code{padding:.125rem .5rem;background:#ffffff1a;color:#0f8;font-size:.875rem}.post__content pre{margin:1.875rem 0;padding:1.25rem;background:#ffffff0d;overflow-x:auto}.post__content pre code{padding:0;background:none;color:#fff}.post__content table{width:100%;margin:1.875rem 0;border-collapse:collapse}.post__content table th,.post__content table td{padding:.75rem;text-align:left;border-bottom:.0625rem solid hsla(0,0%,100%,.1)}.post__content table th{background:#00ff881a;color:#0f8;font-weight:600}.post__tags{display:flex;flex-wrap:wrap;gap:.375rem;padding-top:1.875rem;border-top:.0625rem solid #1a2f26}.post__tag{padding:.375rem .875rem;background:#00e676;color:#000;font-size:.8125rem;text-decoration:none;transition:all .2s ease;border-radius:.375rem}.post__tag:hover{background:#0f8}.video-player{display:grid;grid-template-columns:1fr 20rem;gap:1.5rem;background-color:#0d1d17;border:.0625rem solid #1a2f26;border-radius:.5rem;padding:1rem}@media (max-width: 992px){.video-player{grid-template-columns:1fr;padding:0}}.video-player__thumbnail{display:flex;max-height:30rem;overflow:hidden;position:relative}.video-player__thumbnail:hover .card-video__play{color:#0f8}@media (max-width: 992px){.video-player__thumbnail{height:30rem}}@media (max-width: 640px){.video-player__thumbnail{height:22.5rem}}.video-player__thumb{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.video-player__aside{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem}.video-player__title{font-size:2rem;text-transform:uppercase;color:#0f8}@media (max-width: 640px){.video-player__title{font-size:1.5rem}}.video-player__date{border-radius:.375rem;padding:.25rem .5rem;background-color:#00e676;display:inline-flex;color:#000}.player-head{position:relative;margin-top:-1.5rem}.player-head:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0d1d17bf}.player-head__bg{width:100%;height:100%;position:absolute;object-fit:cover}.player-head__inner{position:relative;z-index:2;padding:3rem 0 0;gap:3rem;display:flex;align-items:center;justify-content:center}@media (max-width: 640px){.player-head__inner{flex-direction:column-reverse}}.player-head__logo{height:6.25rem;width:6.25rem;object-fit:contain;margin-bottom:1.5rem;position:absolute;left:0;bottom:.5rem}.player-head__photo{width:15rem;object-fit:contain}.player-head__logo-bg{width:20rem;height:.75rem;object-fit:cover}.player-head__center{position:relative}.player-head__title{text-transform:uppercase;font-size:2.5rem;text-align:center}@media (max-width: 640px){.player-head__title{font-size:2rem}}.player-head__num{color:#0f8;font-size:12.5rem;font-weight:900;line-height:1;position:absolute;opacity:.3;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 640px){.player-head__num{font-size:6.25rem}}.player-head-left{display:flex;flex-direction:column;align-items:center;position:relative}.player-stat__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.25rem,1fr));gap:1rem}.player-stat__item{border:.0625rem solid #1a2f26;background-color:#0d1d17;box-shadow:0 .125rem .5rem #0006;border-radius:.5rem;display:flex;align-items:center;flex-direction:column;padding:.5rem}.player-stat__value{font-size:2rem;color:#0f8;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:800}.player-stat__title{font-size:.875rem;color:#fff}
