:root{--red:#e10613;--blue:#0b2c87;--blue-dark:#08215f;--bg:#eef2f8;--text:#1a1d29;--border:#d5d9e4;--shadow:0 10px 25px rgba(7,23,66,.12);--logo-height:78px;--logo-height-sticky:58px;--header-height:108px;--header-height-sticky:82px;--hv-news-lines:2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;line-height:1.45;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit;transition:color .2s ease}img{max-width:100%;height:auto;display:block}.container{width:min(1400px,calc(100% - 48px));margin:0 auto}.site-shell{padding:24px 0}.site-header{position:sticky;top:0;z-index:1000;background:linear-gradient(90deg,var(--blue-dark),var(--blue),var(--red));border-bottom:8px solid rgb(255 255 255 / .08);box-shadow:0 10px 28px rgb(0 0 0 / .14);overflow:visible}.header-glow{position:absolute;border-radius:50%;filter:blur(55px);pointer-events:none}.header-glow--left{width:240px;height:240px;background:rgb(255 255 255 / .15);top:-120px;left:-60px}.header-glow--right{width:300px;height:300px;background:rgb(225 6 19 / .22);right:-90px;top:-80px}.header-inner{position:relative;z-index:100;overflow:visible;min-height:var(--header-height);display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr) 250px;align-items:center;gap:28px;transition:min-height .2s ease,gap .2s ease}.site-header.is-sticky .header-inner{min-height:var(--header-height-sticky);gap:18px}.site-branding{display:flex;align-items:center;justify-content:flex-start;min-width:0;color:#fff}.logo-fixed,.custom-logo-link{display:flex;align-items:center;justify-content:flex-start}.site-branding img,.custom-logo{height:var(--logo-height)!important;max-height:none!important;max-width:300px;width:auto;object-fit:contain;transition:height .2s ease,max-width .2s ease}.site-header.is-sticky .site-branding img,.site-header.is-sticky .custom-logo{height:var(--logo-height-sticky)!important;max-width:240px}.menu{list-style:none;margin:0;padding:0;display:flex;align-items:center}.main-nav{position:relative;z-index:2000}.menu-primary{justify-content:center;gap:18px;flex-wrap:wrap}.menu-primary li{position:relative}.menu-primary li a{color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.03em;padding:10px 14px;border-radius:10px;position:relative}.menu-primary li a::after{content:"";position:absolute;left:50%;bottom:6px;width:0;height:2px;background:#fff;transition:all .25s ease}.menu-primary li a:hover{background:rgb(255 255 255 / .12)}.menu-primary li a:hover::after{width:calc(100% - 28px);left:14px}.main-nav .sub-menu,.main-nav .children{display:none;position:absolute;top:100%;left:0;min-width:220px;z-index:9999;background:#fff;border:1px solid var(--border);box-shadow:0 12px 24px rgb(4 16 48 / .18);padding:10px 0;flex-direction:column;border-radius:12px;margin-top:12px}.main-nav li.is-open>.sub-menu,.main-nav li.is-open>.children{display:flex}.main-nav .sub-menu a,.main-nav .children a{display:block;padding:12px 16px;color:var(--blue-dark)!important;font-size:13px;font-weight:700;white-space:nowrap}.main-nav .sub-menu a:hover,.main-nav .children a:hover{background:#f4f7fc;color:var(--red)!important}.search-form{display:flex;align-items:stretch;height:42px;width:100%}.search-form label{flex:1;display:block;height:100%}.search-field{width:100%;height:100%;border:0;padding:0 12px;background:#fff;font-size:14px;border-radius:999px 0 0 999px}.search-submit{width:44px;border:0;background:var(--red);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;height:100%;cursor:pointer;border-radius:0 999px 999px 0}.hero-slider{position:relative;height:390px;overflow:hidden;background:var(--blue-dark);box-shadow:var(--shadow);border-radius:18px}.hero-slider--empty .hero-slide,.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .5s ease}.hero-slide.is-active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(4 18 61 / .16),rgb(3 8 22 / .18) 45%,rgb(3 8 22 / .45) 100%)}.hero-content{position:absolute;left:60px;bottom:38px;z-index:2;color:#fff;max-width:620px}.hero-content h1{margin:0;font-size:34px;line-height:1.08;font-weight:900;font-style:italic}.hero-text{font-size:14px;line-height:1.45;max-width:540px;margin-top:10px}.hero-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:18px;display:flex;gap:10px;z-index:4}.hero-dot{width:12px;height:12px;border-radius:999px;border:2px solid #fff;background:#fff0;cursor:pointer}.hero-dot.is-active{background:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;background:#fff;box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.section-bar{background:linear-gradient(90deg,var(--red),#f24e2b);color:#fff;font-size:15px;font-weight:900;padding:10px 16px;letter-spacing:.02em}.section-bar--blue{background:linear-gradient(90deg,var(--blue),var(--blue-dark))}.sidebar-bar{font-size:15px;padding:10px 16px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:26px}.card-hover{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card-hover:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 18px 40px rgb(0 0 0 / .18)}.news-card{border-radius:16px;border:none;background:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .06);display:flex;flex-direction:column;overflow:hidden;position:relative}.news-card::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgb(11 44 135 / .1),rgb(225 6 19 / .1));opacity:0;transition:opacity .25s ease;pointer-events:none}.news-card:hover::after{opacity:1}.news-image{display:block;aspect-ratio:1.75/1;background:#d9e2f1;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card:hover .news-image img{transform:scale(1.05)}.news-card-title-row{display:grid;grid-template-columns:1fr auto;align-items:center;background:var(--red);padding:12px 14px;color:#fff}.news-card:nth-child(even) .news-card-title-row{background:var(--blue)}.news-card-title{margin:0;font-size:17px;line-height:1.3;font-weight:900}.news-arrow{font-size:24px;line-height:1}.news-meta-wrapper{position:relative;padding:14px 14px 0;min-height:62px}.news-meta{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--hv-news-lines,2);overflow:hidden;position:relative;line-height:1.4;font-size:13px;font-weight:700}.news-meta-wrapper::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:20px;background:linear-gradient(to bottom,#fff0,#fff)}.news-read-more{display:inline-block;margin:10px 14px 16px;font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase}.news-read-more:hover{color:var(--red)}.sidebar-column{padding:0 0 18px;border-left:1px solid var(--border)}.sidebar-card{border-radius:16px;border:none;box-shadow:0 6px 18px rgb(0 0 0 / .06);margin:0 18px 18px;overflow:hidden;background:#fff}.instagram-feed-wrap{padding:14px}.instagram-hint{margin:0;font-size:13px;line-height:1.5}.team-filter-wrap{padding:14px 14px 10px;background:#fff}.team-filter{width:100%;height:42px;border:1px solid #a9b4ce;padding:0 12px;font-size:14px;font-weight:700;background:#f8fbff;border-radius:10px}.matches-head{display:grid;grid-template-columns:1fr 108px;background:linear-gradient(180deg,var(--blue),var(--blue-dark));color:#fff;font-size:14px;font-weight:900;padding:12px 14px}.matches-list{background:#fff;padding-bottom:14px}.match-card{border-left:4px solid #fff0}.match-card:hover{border-left-color:var(--red);background:rgb(11 44 135 / .03)}.match-row{display:block;background:#fff;border-radius:14px;margin:0 14px 12px;padding:14px 16px;box-shadow:0 4px 12px rgb(0 0 0 / .05)}.match-main{display:flex;justify-content:space-between;margin-bottom:8px}.match-date,.match-time{font-size:13px;font-weight:900}.match-location{font-size:13px;color:#666;margin-top:4px;margin-bottom:10px}.match-teams-with-logos{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px}.team-side{display:flex;align-items:center;gap:8px;min-width:0}.team-side--away{justify-content:flex-end}.team-side strong{font-size:12px;line-height:1.3}.team-logo{width:34px;height:34px;border-radius:50%;object-fit:contain;background:#fff;border:1px solid #d5d9e4;padding:3px;flex:0 0 34px}.match-versus{background:linear-gradient(45deg,var(--blue),var(--red));color:#fff;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;margin:0 12px;white-space:nowrap}.no-matches{margin:0;padding:14px;font-size:13px}.sponsor-section{background:#fff;box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.sponsor-row{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:22px 0;border-top:1px solid var(--border)}.sponsor-item{display:flex;justify-content:center;align-items:center;min-height:72px;padding:0 18px;border-right:1px solid var(--border);border-radius:14px}.sponsor-item:last-child{border-right:0}.sponsor-item img{max-height:56px;width:auto;object-fit:contain}.sponsor-title{font-size:24px;font-weight:900;color:var(--blue);text-transform:uppercase}.site-footer{position:relative;background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-top:8px solid var(--red);overflow:hidden}.footer-accent{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}.footer-accent--one{width:260px;height:260px;background:rgb(225 6 19 / .22);right:-70px;bottom:-90px}.footer-accent--two{width:220px;height:220px;background:rgb(255 255 255 / .10);left:-60px;top:-80px}.footer-inner{position:relative;display:flex;justify-content:center;padding:18px 0}.menu-footer{gap:18px;flex-wrap:wrap}.menu-footer a{color:#fff;font-size:14px;font-weight:700;transition:all .2s ease}.menu-footer a:hover{color:#ffd6d9}.menu-footer li+li:before{content:"|";color:rgb(255 255 255 / .65);margin-right:18px}.generic-page{background:#fff;padding:40px;box-shadow:var(--shadow);border-radius:18px}.entry h1,.generic-page h1{font-size:24px;line-height:1.1;margin-top:0}.entry h2{font-size:18px}.entry-content{font-size:14px}.placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dee6f5,#bcc8e5)}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}@media (max-width:1200px){.header-inner{grid-template-columns:1fr;justify-items:start;padding:18px 0}.main-nav{width:100%}.menu-primary{justify-content:flex-start;gap:12px}.header-search{width:100%;max-width:300px}.hero-slider{height:330px}.content-grid{grid-template-columns:1fr}.sidebar-column{border-left:0;border-top:1px solid var(--border)}}@media (max-width:900px){:root{--logo-height:64px;--logo-height-sticky:48px}.container{width:min(100% - 24px,1400px)}.hero-slider{height:260px}.hero-content{left:24px;bottom:24px}.hero-content h1{font-size:20px}.news-grid{grid-template-columns:1fr}.match-teams-with-logos{gap:8px}.team-side,.team-side--away{justify-content:flex-start}.sponsor-row{grid-template-columns:1fr}.sponsor-item{border-right:0;border-bottom:1px solid var(--border)}.sponsor-item:last-child{border-bottom:0}}}.sponsor-slide{display:none}.sponsor-slide.is-active{display:grid;grid-template-columns:repeat(3,1fr)}.sponsor-ticker{overflow:hidden;width:100%}.sponsor-track{display:flex;align-items:center;gap:40px;width:max-content;animation:sponsor-scroll 30s linear infinite}.sponsor-item{flex:0 0 auto}.sponsor-item img{max-height:70px;width:auto}@keyframes sponsor-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}