:root{
 --mlv39-bg:#070d0b;--mlv39-surface:#0c1511;--mlv39-card:#101c17;--mlv39-card-2:#14231c;--mlv39-text:#f6faf7;--mlv39-muted:#9eaca4;
 --mlv39-line:rgba(255,255,255,.11);--mlv39-line-strong:rgba(255,255,255,.2);--mlv39-green:#11a44d;--mlv39-green-bright:#35e879;
 --mlv39-gold:#f0b90b;--mlv39-red:#ff5f61;--mlv39-white:#fff;--mlv39-radius:14px;--mlv39-shadow:0 20px 55px rgba(0,0,0,.22);
 --mlv39-content:1440px;--mlv39-header:76px;color-scheme:dark;
}
html[data-appearance="light"]{
 --mlv39-bg:#f5f7f5;--mlv39-surface:#fff;--mlv39-card:#fff;--mlv39-card-2:#f0f5f1;--mlv39-text:#111914;--mlv39-muted:#667269;
 --mlv39-line:rgba(13,42,24,.12);--mlv39-line-strong:rgba(13,42,24,.22);--mlv39-shadow:0 14px 44px rgba(20,60,35,.09);color-scheme:light;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mlv39-bg);color:var(--mlv39-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.admin-bar .mlv39-header{top:32px}a{color:inherit}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.mlv39-icon{width:20px;height:20px;display:inline-block;flex:0 0 auto}.screen-reader-text,.mlv39-skip{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mlv39-skip:focus{position:fixed!important;top:10px;left:10px;width:auto;height:auto;clip:auto;padding:10px 16px;background:var(--mlv39-green);color:#fff;z-index:99999;border-radius:8px}

/* Header */
.mlv39-header{position:sticky;top:0;z-index:1000;height:var(--mlv39-header);background:color-mix(in srgb,var(--mlv39-bg) 94%,transparent);border-bottom:1px solid var(--mlv39-line);backdrop-filter:blur(16px)}.mlv39-header-inner{height:100%;max-width:var(--mlv39-content);margin:auto;padding:0 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.mlv39-brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:205px}.mlv39-brand-logo{width:42px;height:50px;display:grid;place-items:center}.mlv39-brand-logo img,.mlv39-brand-logo .mlv39-logo-fallback{max-width:100%;max-height:100%;object-fit:contain}.mlv39-brand span:last-child{display:flex;flex-direction:column;line-height:1.05}.mlv39-brand strong{font-size:.94rem;font-weight:900;text-transform:uppercase;letter-spacing:-.02em}.mlv39-brand small{margin-top:5px;color:var(--mlv39-gold);font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.mlv39-logo-fallback{display:grid;place-items:center;width:42px;height:48px;border:2px solid var(--mlv39-gold);color:var(--mlv39-gold);font-size:.85rem;font-weight:1000;clip-path:polygon(50% 0,100% 17%,93% 78%,50% 100%,7% 78%,0 17%)}
.mlv39-nav{justify-self:center}.mlv39-nav-list{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.mlv39-nav-list>li{position:relative}.mlv39-nav-list a{display:flex;align-items:center;min-height:44px;padding:0 10px;border-radius:8px;text-decoration:none;color:var(--mlv39-muted);font-size:.78rem;font-weight:800;white-space:nowrap}.mlv39-nav-list a:hover,.mlv39-nav-list a.is-active,.mlv39-nav-list .current-menu-item>a,.mlv39-nav-list .current-menu-ancestor>a{color:var(--mlv39-text)}.mlv39-nav-list>li>a:after{content:"";position:absolute;left:12px;right:12px;bottom:-16px;height:2px;background:transparent}.mlv39-nav-list>li>a.is-active:after,.mlv39-nav-list>.current-menu-item>a:after,.mlv39-nav-list>.current-menu-ancestor>a:after{background:var(--mlv39-green-bright)}.mlv39-nav-list .sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:190px;margin:0;padding:8px;list-style:none;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px;box-shadow:var(--mlv39-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.mlv39-nav-list li:hover>.sub-menu,.mlv39-nav-list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.mlv39-nav-list .sub-menu a{padding:10px 12px;min-height:38px}.mlv39-nav-list .sub-menu a:hover{background:var(--mlv39-card-2);color:var(--mlv39-green-bright)}
.mlv39-header-actions{display:flex;align-items:center;gap:8px}.mlv39-header-icon,.mlv39-menu-button{width:40px;height:40px;border:0;background:transparent;color:var(--mlv39-text);display:grid;place-items:center;border-radius:10px;cursor:pointer}.mlv39-header-icon:hover,.mlv39-menu-button:hover{background:var(--mlv39-card-2)}.mlv39-header-icon .moon{display:none}html[data-appearance="light"] .mlv39-header-icon .sun{display:none}html[data-appearance="light"] .mlv39-header-icon .moon{display:inline-flex}.mlv39-account-button{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;background:var(--mlv39-green);border:1px solid var(--mlv39-green);border-radius:9px;color:#fff;text-decoration:none;font-size:.78rem;font-weight:900}.mlv39-account-button:hover{background:var(--mlv39-green-bright);border-color:var(--mlv39-green-bright);color:#07110c}.mlv39-menu-button{display:none}.mlv39-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:998}

.mlv39-main{min-height:70vh}.mlv39-home,.mlv39-page-wrap,.mlv39-article{max-width:var(--mlv39-content);margin:0 auto;padding:28px 22px 70px}.mlv39-eyebrow{display:block;color:var(--mlv39-green-bright);font-size:.7rem;font-weight:1000;text-transform:uppercase;letter-spacing:.15em}.mlv39-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border-radius:8px;text-decoration:none;font-size:.8rem;font-weight:900;border:1px solid var(--mlv39-line-strong);transition:.18s ease}.mlv39-btn:hover{transform:translateY(-1px)}.mlv39-btn-primary{background:var(--mlv39-green);border-color:var(--mlv39-green);color:#fff}.mlv39-btn-primary:hover{background:var(--mlv39-green-bright);color:#07110c}.mlv39-btn-outline{background:transparent;color:var(--mlv39-text)}.mlv39-btn-outline:hover{border-color:var(--mlv39-green);color:var(--mlv39-green-bright)}

/* Home hero */
.mlv39-hero{position:relative;min-height:405px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:var(--mlv39-radius);box-shadow:var(--mlv39-shadow)}.mlv39-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:52px clamp(30px,5vw,70px)}.mlv39-hero h1{margin:14px 0 18px;font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:clamp(3.1rem,5vw,5.5rem);line-height:.91;letter-spacing:-.045em;text-transform:uppercase}.mlv39-hero h1 span,.mlv39-hero h1 strong{display:block}.mlv39-hero h1 strong{color:var(--mlv39-green-bright)}.mlv39-hero p{max-width:560px;margin:0;color:var(--mlv39-muted);font-size:1rem}.mlv39-hero-actions{display:flex;gap:10px;margin-top:26px}.mlv39-hero-visual{position:relative;overflow:hidden;background:#0e2d1d;border-left:1px solid var(--mlv39-line)}.mlv39-hero.has-image .mlv39-hero-visual{background-image:var(--mlv39-hero-image);background-size:cover;background-position:center}.mlv39-hero.has-image .mlv39-hero-visual:after{content:"";position:absolute;inset:0;background:rgba(2,9,6,.18)}html[data-appearance="light"] .mlv39-hero-visual{background:#e8f2eb}.mlv39-field-lines{position:absolute;inset:11% 7%;border:2px solid rgba(255,255,255,.15);border-radius:50%}.mlv39-field-lines:before{content:"";position:absolute;left:50%;top:-25%;bottom:-25%;border-left:2px solid rgba(255,255,255,.15)}.mlv39-field-lines:after{content:"";position:absolute;width:160px;height:160px;border:2px solid rgba(255,255,255,.15);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.mlv39-hero-crest{position:absolute;right:12%;top:10%;width:min(48%,260px);height:260px;display:grid;place-items:center;opacity:.18}.mlv39-hero-crest img,.mlv39-hero-crest .mlv39-logo-fallback{width:100%;height:100%;object-fit:contain}.mlv39-next-match{position:absolute;z-index:2;right:28px;bottom:28px;left:28px;display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:18px 54px 18px 18px;background:color-mix(in srgb,var(--mlv39-card) 92%,transparent);border:1px solid var(--mlv39-line-strong);border-radius:12px;text-decoration:none;backdrop-filter:blur(10px)}.mlv39-next-match>span{grid-column:1;color:var(--mlv39-green-bright);font-size:.65rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.mlv39-next-match strong{grid-column:1;font-size:1.05rem}.mlv39-next-match small{grid-column:1;color:var(--mlv39-text);font-weight:800}.mlv39-next-match em{grid-column:1;color:var(--mlv39-muted);font-size:.75rem;font-style:normal}.mlv39-next-match .mlv39-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--mlv39-green-bright)}
.mlv39-pulse{display:grid;grid-template-columns:repeat(5,1fr);margin-top:14px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-pulse article{display:flex;justify-content:center;align-items:center;gap:11px;min-height:78px;border-right:1px solid var(--mlv39-line)}.mlv39-pulse article:last-child{border-right:0}.mlv39-pulse .mlv39-icon{color:var(--mlv39-green-bright);width:24px;height:24px}.mlv39-pulse strong,.mlv39-pulse span{display:block}.mlv39-pulse strong{font-size:1.45rem;line-height:1}.mlv39-pulse span{margin-top:5px;color:var(--mlv39-muted);font-size:.67rem;text-transform:uppercase;letter-spacing:.08em}
.mlv39-announcement{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:14px;padding:14px 18px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px;text-decoration:none}.mlv39-announcement>span{display:grid;place-items:center;width:38px;height:38px;background:color-mix(in srgb,var(--mlv39-green) 18%,transparent);color:var(--mlv39-green-bright);border-radius:8px}.mlv39-announcement strong,.mlv39-announcement small{display:block}.mlv39-announcement strong{text-transform:uppercase;font-size:.8rem}.mlv39-announcement small{color:var(--mlv39-muted);font-size:.75rem}.mlv39-announcement b{display:flex;align-items:center;gap:7px;color:var(--mlv39-green-bright);font-size:.74rem}.mlv39-announcement b .mlv39-icon{width:15px}

/* Shared sections/cards */
.mlv39-section{margin-top:34px}.mlv39-section-title,.mlv39-panel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:13px}.mlv39-section-title span,.mlv39-panel-head span{display:block;color:var(--mlv39-green-bright);font-size:.66rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.mlv39-section-title h2,.mlv39-panel-head h2{margin:3px 0 0;font-size:1.15rem;text-transform:uppercase;letter-spacing:.02em}.mlv39-section-title>a,.mlv39-panel-head>a{display:flex;align-items:center;gap:5px;color:var(--mlv39-muted);font-size:.72rem;font-weight:800;text-decoration:none}.mlv39-section-title>a:hover,.mlv39-panel-head>a:hover{color:var(--mlv39-green-bright)}.mlv39-section-title .mlv39-icon{width:14px}
.mlv39-match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mlv39-match-card{position:relative;padding:15px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-match-card:hover{border-color:var(--mlv39-line-strong)}.mlv39-match-card-top{display:flex;justify-content:space-between;align-items:center;color:var(--mlv39-muted);font-size:.65rem}.mlv39-live-pill{color:var(--mlv39-red);font-weight:1000;text-transform:uppercase}.mlv39-live-pill:before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;background:var(--mlv39-red);border-radius:50%}.mlv39-match-state{color:var(--mlv39-green-bright);font-weight:900;text-transform:uppercase}.mlv39-match-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:22px 0 18px}.mlv39-match-teams>a{display:grid;justify-items:center;gap:8px;text-align:center;text-decoration:none;font-size:.78rem}.mlv39-match-teams .mlv39-club-logo,.mlv39-match-teams .mlv39-club-fallback{width:54px;height:54px;object-fit:contain}.mlv39-club-fallback{display:grid;place-items:center;border:1px solid var(--mlv39-line-strong);border-radius:50%;background:var(--mlv39-card-2);font-size:.75rem;font-weight:1000}.mlv39-score{font-size:1.75rem;letter-spacing:.04em}.mlv39-score span{color:var(--mlv39-muted);margin:0 6px}.mlv39-versus{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--mlv39-line-strong);border-radius:50%;color:var(--mlv39-muted);font-size:.65rem}.mlv39-match-meta{display:flex;justify-content:center;gap:14px;color:var(--mlv39-muted);font-size:.68rem}.mlv39-match-meta span{display:flex;align-items:center;gap:5px}.mlv39-match-meta .mlv39-icon{width:13px;height:13px}.mlv39-card-link{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:12px;padding-top:11px;border-top:1px solid var(--mlv39-line);color:var(--mlv39-green-bright);font-size:.7rem;font-weight:900;text-decoration:none}.mlv39-card-link .mlv39-icon{width:14px}
.mlv39-home-data{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:12px;margin-top:26px}.mlv39-panel{padding:17px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-table-wrap{overflow:auto}.mlv39-table{width:100%;border-collapse:collapse;font-size:.72rem}.mlv39-table th{padding:9px 8px;color:var(--mlv39-muted);font-size:.61rem;text-transform:uppercase;text-align:center;border-bottom:1px solid var(--mlv39-line)}.mlv39-table th:nth-child(2),.mlv39-table td:nth-child(2){text-align:left}.mlv39-table td{padding:9px 8px;text-align:center;border-bottom:1px solid var(--mlv39-line)}.mlv39-table tbody tr:last-child td{border-bottom:0}.mlv39-table td>a{display:flex;align-items:center;gap:8px;text-decoration:none}.mlv39-table .mlv39-club-logo,.mlv39-table .mlv39-club-fallback{width:24px;height:24px}.mlv39-table td>b{color:var(--mlv39-gold)}.mlv39-leader-list{list-style:none;padding:0;margin:0}.mlv39-leader-list li{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;padding:7px 0;border-bottom:1px solid var(--mlv39-line)}.mlv39-leader-list li:last-child{border-bottom:0}.mlv39-leader-list .rank{color:var(--mlv39-muted);font-size:.68rem}.mlv39-leader-list a{display:flex;align-items:center;gap:8px;text-decoration:none}.mlv39-leader-list .mlv39-player-photo,.mlv39-leader-list .mlv39-player-fallback{width:32px;height:32px;border-radius:50%;object-fit:cover}.mlv39-player-fallback{display:grid;place-items:center;background:var(--mlv39-card-2);border:1px solid var(--mlv39-line);font-weight:900}.mlv39-leader-list strong,.mlv39-leader-list small{display:block}.mlv39-leader-list strong{font-size:.75rem}.mlv39-leader-list small{color:var(--mlv39-muted);font-size:.61rem}.mlv39-leader-list b{color:var(--mlv39-gold);font-size:.8rem}.mlv39-award-card>.mlv39-panel-head .mlv39-icon{color:var(--mlv39-gold);width:28px;height:28px}.mlv39-award-player{display:grid;grid-template-columns:42% 1fr;gap:14px;align-items:end;min-height:210px}.mlv39-award-player>div:first-child{height:210px;overflow:hidden;background:var(--mlv39-card-2);border-radius:10px}.mlv39-award-player .mlv39-player-photo,.mlv39-award-player .mlv39-player-fallback{width:100%;height:100%;object-fit:cover}.mlv39-award-player h3{margin:0;font-size:1rem}.mlv39-award-player p{margin:4px 0 12px;color:var(--mlv39-muted);font-size:.7rem}.mlv39-award-player dl{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:0 0 13px}.mlv39-award-player dl div{text-align:center}.mlv39-award-player dt{font-size:1.05rem;font-weight:1000}.mlv39-award-player dd{margin:0;color:var(--mlv39-muted);font-size:.54rem;text-transform:uppercase}.mlv39-award-player a{color:var(--mlv39-green-bright);font-size:.7rem;font-weight:900}
.mlv39-community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.mlv39-community-grid>a{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:19px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px;text-decoration:none}.mlv39-community-grid>a>span{display:grid;place-items:center;width:46px;height:46px;color:var(--mlv39-green-bright);border:1px solid color-mix(in srgb,var(--mlv39-green) 35%,transparent);border-radius:10px}.mlv39-community-grid strong{display:block;text-transform:uppercase;font-size:.8rem}.mlv39-community-grid p{margin:5px 0 9px;color:var(--mlv39-muted);font-size:.7rem}.mlv39-community-grid b{color:var(--mlv39-green-bright);font-size:.68rem}.mlv39-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mlv39-news-grid.page-grid{grid-template-columns:repeat(3,1fr)}.mlv39-news-card{overflow:hidden;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-news-card .media{display:block;height:165px;background:var(--mlv39-card-2);overflow:hidden}.mlv39-news-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mlv39-news-card:hover .media img{transform:scale(1.025)}.mlv39-news-placeholder{height:100%;display:grid;place-items:center}.mlv39-news-placeholder img,.mlv39-news-placeholder .mlv39-logo-fallback{width:70px;height:80px;opacity:.35}.mlv39-news-card>div{padding:14px}.mlv39-news-card span{color:var(--mlv39-green-bright);font-size:.6rem;text-transform:uppercase;font-weight:900}.mlv39-news-card h3{margin:6px 0;font-size:.92rem;line-height:1.2}.mlv39-news-card h3 a{text-decoration:none}.mlv39-news-card p{margin:0;color:var(--mlv39-muted);font-size:.7rem}.mlv39-news-card .read{display:flex;align-items:center;gap:5px;margin-top:11px;color:var(--mlv39-green-bright);font-size:.67rem;font-weight:900;text-decoration:none}.mlv39-news-card .read .mlv39-icon{width:13px}

/* Page headers and filters */
.mlv39-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:34px 0 24px;border-bottom:1px solid var(--mlv39-line);margin-bottom:22px}.mlv39-page-head h1{margin:5px 0 5px;font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.95;letter-spacing:-.045em;text-transform:uppercase}.mlv39-page-head p{max-width:690px;margin:0;color:var(--mlv39-muted)}.mlv39-filter-bar{display:flex;align-items:flex-end;gap:10px;padding:12px;margin-bottom:22px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px}.mlv39-filter-bar label{display:grid;gap:4px;color:var(--mlv39-muted);font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.mlv39-filter-bar select,.mlv39-filter-bar input,.mlv39-directory-search input,.mlv39-directory-search select,.mlv39-big-search input{height:42px;min-width:210px;padding:0 12px;background:var(--mlv39-surface);border:1px solid var(--mlv39-line);border-radius:7px;color:var(--mlv39-text)}.mlv39-filter-bar button,.mlv39-directory-search button,.mlv39-big-search button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:42px;padding:0 18px;border:0;border-radius:7px;background:var(--mlv39-green);color:#fff;font-weight:900;cursor:pointer}.mlv39-fixture-group{margin-bottom:28px}.mlv39-date-title{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.mlv39-date-title span{color:var(--mlv39-green-bright);font-size:.65rem;font-weight:1000;text-transform:uppercase}.mlv39-date-title h2{margin:0;font-size:1rem}.mlv39-match-list{display:grid;gap:8px}.mlv39-match-row{display:grid;grid-template-columns:190px 1fr 86px;align-items:center;gap:18px;padding:13px 16px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:9px}.mlv39-match-row .meta span,.mlv39-match-row .meta small{display:block}.mlv39-match-row .meta span{color:var(--mlv39-green-bright);font-size:.62rem;font-weight:900;text-transform:uppercase}.mlv39-match-row .meta small{margin-top:3px;color:var(--mlv39-muted);font-size:.66rem}.mlv39-match-row .teams{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:12px}.mlv39-match-row .teams>a{display:flex;align-items:center;justify-content:flex-end;gap:10px;text-decoration:none;font-size:.8rem}.mlv39-match-row .teams>a:last-child{justify-content:flex-start}.mlv39-match-row .mlv39-club-logo,.mlv39-match-row .mlv39-club-fallback{width:38px;height:38px}.mlv39-match-row .score,.mlv39-match-row .versus{text-align:center;font-size:1.3rem}.mlv39-match-row .score i{font-style:normal;color:var(--mlv39-muted);margin:0 7px}.mlv39-match-row .versus{font-size:.7rem;color:var(--mlv39-muted)}.mlv39-match-row .details{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--mlv39-green-bright);font-size:.7rem;font-weight:900;text-decoration:none}.mlv39-match-row .details .mlv39-icon{width:13px}.mlv39-full-table{padding:0;overflow:hidden}.mlv39-full-table .mlv39-table th,.mlv39-full-table .mlv39-table td{padding:14px 12px;font-size:.8rem}.mlv39-full-table .mlv39-table th{font-size:.64rem;background:var(--mlv39-card-2)}.mlv39-full-table .mlv39-table tbody tr:nth-child(1) td:first-child{box-shadow:inset 4px 0 var(--mlv39-green-bright)}.mlv39-table-legend{display:flex;gap:20px;padding:13px 16px;border-top:1px solid var(--mlv39-line);color:var(--mlv39-muted);font-size:.65rem}.mlv39-table-legend span{display:flex;align-items:center;gap:6px}.mlv39-table-legend i{width:7px;height:7px;border-radius:50%}.mlv39-table-legend .green{background:var(--mlv39-green)}.mlv39-table-legend .gold{background:var(--mlv39-gold)}.mlv39-table-legend .red{background:var(--mlv39-red)}

/* Competition / directories */
.mlv39-competition-grid,.mlv39-club-grid,.mlv39-player-grid,.mlv39-age-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mlv39-competition-card,.mlv39-age-grid article{padding:22px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-competition-card .crest{height:110px;display:grid;place-items:center;margin-bottom:18px}.mlv39-competition-card .crest img,.mlv39-competition-card .crest .mlv39-logo-fallback{max-width:100px;max-height:100px;object-fit:contain}.mlv39-competition-card>span,.mlv39-age-grid article>span{color:var(--mlv39-green-bright);font-size:.62rem;font-weight:1000;text-transform:uppercase;letter-spacing:.1em}.mlv39-competition-card h2,.mlv39-age-grid h2{margin:7px 0 7px;font-size:1.25rem}.mlv39-competition-card p,.mlv39-age-grid p{min-height:48px;margin:0;color:var(--mlv39-muted);font-size:.72rem}.mlv39-competition-card>div:last-child,.mlv39-age-grid article>div{display:flex;gap:8px;margin-top:17px}.mlv39-competition-card>div:last-child a,.mlv39-age-grid a{padding:8px 11px;border:1px solid var(--mlv39-line-strong);border-radius:7px;color:var(--mlv39-green-bright);font-size:.66rem;font-weight:900;text-decoration:none}.mlv39-directory-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-bottom:20px;padding:8px 8px 8px 14px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px}.mlv39-directory-search.has-filter{grid-template-columns:auto 1fr 230px auto}.mlv39-directory-search input,.mlv39-directory-search select{min-width:0;width:100%;border:0;background:transparent}.mlv39-directory-search .mlv39-icon{color:var(--mlv39-muted)}.mlv39-club-card{display:flex;flex-direction:column;align-items:center;padding:22px 16px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px;text-align:center;text-decoration:none}.mlv39-club-card:hover{border-color:var(--mlv39-green)}.mlv39-club-card>div{height:120px;display:grid;place-items:center}.mlv39-club-card .mlv39-club-logo,.mlv39-club-card .mlv39-club-fallback{width:104px;height:104px;object-fit:contain}.mlv39-club-card>span{margin-top:12px;color:var(--mlv39-green-bright);font-size:.58rem;text-transform:uppercase;font-weight:900}.mlv39-club-card h2{margin:5px 0 2px;font-size:1rem}.mlv39-club-card p{margin:0;color:var(--mlv39-muted);font-size:.66rem}.mlv39-club-card b{margin-top:12px;color:var(--mlv39-green-bright);font-size:.65rem}.mlv39-club-card b .mlv39-icon{width:12px}.mlv39-player-grid{grid-template-columns:repeat(5,1fr)}.mlv39-player-card{overflow:hidden;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px;text-decoration:none}.mlv39-player-card:hover{border-color:var(--mlv39-green)}.mlv39-player-card .photo{position:relative;height:250px;background:var(--mlv39-card-2);overflow:hidden}.mlv39-player-card .photo .mlv39-player-photo,.mlv39-player-card .photo .mlv39-player-fallback{width:100%;height:100%;object-fit:cover}.mlv39-player-card .photo>span{position:absolute;left:10px;bottom:10px;padding:5px 8px;background:var(--mlv39-green);border-radius:6px;color:#fff;font-size:.58rem;font-weight:1000;text-transform:uppercase}.mlv39-player-card .copy{padding:13px}.mlv39-player-card h2{margin:0;font-size:.96rem}.mlv39-player-card p{margin:3px 0 12px;color:var(--mlv39-muted);font-size:.67rem}.mlv39-player-card dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-top:1px solid var(--mlv39-line)}.mlv39-player-card dl div{text-align:center;padding-top:9px}.mlv39-player-card dt{font-weight:1000}.mlv39-player-card dd{margin:0;color:var(--mlv39-muted);font-size:.52rem;text-transform:uppercase}

/* Statistics */
.mlv39-stat-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.mlv39-stat-summary article{padding:18px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px}.mlv39-stat-summary strong,.mlv39-stat-summary span{display:block}.mlv39-stat-summary strong{font-size:1.8rem}.mlv39-stat-summary span{color:var(--mlv39-muted);font-size:.68rem}.mlv39-stat-tabs,.mlv39-subnav{display:flex;gap:7px;overflow:auto;margin-bottom:14px;padding-bottom:3px}.mlv39-stat-tabs a,.mlv39-subnav a{white-space:nowrap;padding:9px 13px;border:1px solid var(--mlv39-line);border-radius:8px;color:var(--mlv39-muted);font-size:.7rem;font-weight:900;text-decoration:none}.mlv39-stat-tabs a.active,.mlv39-stat-tabs a:hover,.mlv39-subnav a:hover{background:var(--mlv39-green);border-color:var(--mlv39-green);color:#fff}.mlv39-ranking-panel{overflow:hidden;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-ranking-head,.mlv39-ranking-list li{display:grid;grid-template-columns:55px 1.5fr 1fr 100px;align-items:center;gap:12px}.mlv39-ranking-head{padding:11px 16px;background:var(--mlv39-card-2);color:var(--mlv39-muted);font-size:.6rem;font-weight:900;text-transform:uppercase}.mlv39-ranking-list{list-style:none;margin:0;padding:0}.mlv39-ranking-list li{padding:11px 16px;border-top:1px solid var(--mlv39-line)}.mlv39-ranking-list li>span{color:var(--mlv39-muted)}.mlv39-ranking-list li>a{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:.78rem}.mlv39-ranking-list .mlv39-player-photo,.mlv39-ranking-list .mlv39-player-fallback{width:36px;height:36px;border-radius:50%;object-fit:cover}.mlv39-ranking-list li>b{color:var(--mlv39-gold);font-size:1rem;text-align:right}

/* Profiles and articles */
.mlv39-profile-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:30px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:14px}.mlv39-profile-hero .crest{width:150px;height:150px;display:grid;place-items:center}.mlv39-profile-hero .crest .mlv39-club-logo,.mlv39-profile-hero .crest .mlv39-club-fallback{width:130px;height:130px;object-fit:contain}.mlv39-profile-hero h1{margin:5px 0;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.mlv39-profile-hero p{margin:0;color:var(--mlv39-muted)}.mlv39-profile-hero.player .photo{width:180px;height:210px;overflow:hidden;border-radius:12px;background:var(--mlv39-card-2)}.mlv39-profile-hero.player .photo img,.mlv39-profile-hero.player .photo .mlv39-player-fallback{width:100%;height:100%;object-fit:cover}.mlv39-profile-hero dl{display:flex;gap:24px;margin:18px 0 0}.mlv39-profile-hero dl div{text-align:center}.mlv39-profile-hero dt{font-size:1.35rem;font-weight:1000}.mlv39-profile-hero dd{margin:0;color:var(--mlv39-muted);font-size:.58rem;text-transform:uppercase}.mlv39-profile-layout{display:grid;grid-template-columns:1fr 340px;gap:14px;margin-top:14px}.mlv39-content-card,.mlv39-profile-side{padding:24px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:12px}.mlv39-profile-side h2{margin-top:0}.mlv39-profile-side ul{list-style:none;padding:0;margin:0}.mlv39-profile-side li a{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid var(--mlv39-line);text-decoration:none}.mlv39-profile-side .mlv39-player-photo,.mlv39-profile-side .mlv39-player-fallback{width:38px;height:38px;border-radius:50%;object-fit:cover}.mlv39-profile-side strong,.mlv39-profile-side small{display:block}.mlv39-profile-side small{color:var(--mlv39-muted)}.mlv39-match-hero{padding:28px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:14px;text-align:center}.mlv39-match-hero>span{color:var(--mlv39-green-bright);font-size:.7rem;font-weight:900;text-transform:uppercase}.mlv39-match-hero>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;max-width:900px;margin:24px auto}.mlv39-match-hero article{display:grid;justify-items:center}.mlv39-match-hero .mlv39-club-logo,.mlv39-match-hero .mlv39-club-fallback{width:110px;height:110px;object-fit:contain}.mlv39-match-hero h1{font-size:1.3rem}.mlv39-match-hero>div>strong{font-size:2.7rem}.mlv39-match-hero>div>strong i{font-style:normal;color:var(--mlv39-muted);margin:0 12px}.mlv39-match-hero>p{color:var(--mlv39-muted)}.mlv39-article header{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;padding:40px 0;border-bottom:1px solid var(--mlv39-line)}.mlv39-article header h1{font-size:clamp(2.5rem,5vw,5.3rem);line-height:.95;margin:10px 0}.mlv39-article header p{color:var(--mlv39-muted);font-size:1.05rem}.mlv39-article header img{width:100%;max-height:440px;object-fit:cover;border-radius:14px}.mlv39-article-body{display:grid;grid-template-columns:1fr 300px;gap:28px;margin-top:32px}.mlv39-entry{font-size:1.05rem}.mlv39-entry p{margin:0 0 1.3em}.mlv39-article-body aside{align-self:start;padding:20px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px}.mlv39-article-body aside p{color:var(--mlv39-muted)}.mlv39-article-body aside a{color:var(--mlv39-green-bright);font-weight:900;text-decoration:none}

/* Embedded LeagueOS tools: force one coherent visual language */
.mlv39-plugin-surface{margin-top:14px;color:var(--mlv39-text)}.mlv39-plugin-surface .mlos-v32-hero,.mlv39-plugin-surface .mlos-v33-hero,.mlv39-plugin-surface [class*="mlos-v32-hero"],.mlv39-plugin-surface [class*="mlos-v33-hero"]{display:none!important}.mlv39-plugin-surface [class*="mlos-"]{color:var(--mlv39-text)!important}.mlv39-plugin-surface [class*="card"],.mlv39-plugin-surface [class*="panel"],.mlv39-plugin-surface [class*="wrap"],.mlv39-plugin-surface [class*="shell"],.mlv39-plugin-surface form{background-color:var(--mlv39-card)!important;border-color:var(--mlv39-line)!important;color:var(--mlv39-text)!important;box-shadow:none!important}.mlv39-plugin-surface h1,.mlv39-plugin-surface h2,.mlv39-plugin-surface h3,.mlv39-plugin-surface h4,.mlv39-plugin-surface strong,.mlv39-plugin-surface label,.mlv39-plugin-surface th,.mlv39-plugin-surface td{color:var(--mlv39-text)!important}.mlv39-plugin-surface p,.mlv39-plugin-surface small,.mlv39-plugin-surface span{border-color:var(--mlv39-line)}.mlv39-plugin-surface input,.mlv39-plugin-surface select,.mlv39-plugin-surface textarea{background:var(--mlv39-surface)!important;border:1px solid var(--mlv39-line-strong)!important;color:var(--mlv39-text)!important;border-radius:7px!important}.mlv39-plugin-surface button,.mlv39-plugin-surface input[type=submit],.mlv39-plugin-surface .button,.mlv39-plugin-surface [class*="button"]{background:var(--mlv39-green)!important;border-color:var(--mlv39-green)!important;color:#fff!important;border-radius:7px!important;text-decoration:none!important}.mlv39-plugin-surface a{color:var(--mlv39-green-bright)}.mlv39-plugin-surface table{width:100%;border-collapse:collapse;background:var(--mlv39-card)!important}.mlv39-plugin-surface th{background:var(--mlv39-card-2)!important}.mlv39-plugin-surface th,.mlv39-plugin-surface td{border-bottom:1px solid var(--mlv39-line)!important}.mlv39-plugin-surface img{max-width:100%;object-fit:cover}.mlv39-plugin-surface .mlos-v32-empty,.mlv39-plugin-surface [class*="empty"]{background:var(--mlv39-card)!important;color:var(--mlv39-text)!important}

/* Empty/search/error */
.mlv39-empty{grid-column:1/-1;display:grid;justify-items:center;padding:38px;background:var(--mlv39-card);border:1px dashed var(--mlv39-line-strong);border-radius:12px;text-align:center}.mlv39-empty>span{display:grid;place-items:center;width:48px;height:48px;color:var(--mlv39-green-bright);border:1px solid var(--mlv39-line);border-radius:50%}.mlv39-empty h3{margin:12px 0 4px}.mlv39-empty p{max-width:520px;margin:0 0 15px;color:var(--mlv39-muted)}.mlv39-big-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:8px 8px 8px 15px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:11px}.mlv39-big-search input{width:100%;min-width:0;border:0;background:transparent}.mlv39-error{max-width:900px;margin:90px auto;padding:50px 22px;text-align:center}.mlv39-error>span{color:var(--mlv39-green-bright);font-size:.7rem;font-weight:1000;text-transform:uppercase}.mlv39-error h1{font-size:clamp(3rem,7vw,6rem);line-height:.9;margin:12px 0}.mlv39-error p{color:var(--mlv39-muted)}.mlv39-error div{display:flex;justify-content:center;gap:10px;margin-top:25px}.pagination .nav-links,.page-numbers{display:flex;justify-content:center;gap:6px;list-style:none;margin:25px 0;padding:0}.page-numbers a,.page-numbers span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--mlv39-line);border-radius:7px;text-decoration:none}.page-numbers .current{background:var(--mlv39-green);border-color:var(--mlv39-green);color:#fff}

/* Footer */
.mlv39-footer{border-top:1px solid var(--mlv39-line);background:var(--mlv39-surface)}.mlv39-footer-inner{max-width:var(--mlv39-content);margin:auto;padding:42px 22px;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:35px}.mlv39-footer h2{margin:0 0 13px;font-size:.78rem;text-transform:uppercase}.mlv39-footer-brand>a{display:flex;align-items:center;gap:10px;text-decoration:none}.mlv39-footer-brand>a>img,.mlv39-footer-brand>a>.mlv39-logo-fallback{width:50px;height:58px;object-fit:contain}.mlv39-footer-brand>a span{display:flex;flex-direction:column}.mlv39-footer-brand>a strong{text-transform:uppercase}.mlv39-footer-brand>a small{color:var(--mlv39-gold);font-weight:900;text-transform:uppercase}.mlv39-footer-brand p{max-width:360px;color:var(--mlv39-muted);font-size:.75rem}.mlv39-footer-brand>span{font-size:.68rem;color:var(--mlv39-muted)}.mlv39-footer-brand>span a{color:var(--mlv39-green-bright)}.mlv39-footer-menu{list-style:none;padding:0;margin:0;columns:1}.mlv39-footer-menu li{margin:6px 0}.mlv39-footer-menu a{color:var(--mlv39-muted);font-size:.72rem;text-decoration:none}.mlv39-footer-menu a:hover{color:var(--mlv39-green-bright)}.mlv39-footer-bottom{max-width:var(--mlv39-content);margin:auto;padding:14px 22px;border-top:1px solid var(--mlv39-line);display:flex;justify-content:space-between;color:var(--mlv39-muted);font-size:.65rem}.mlv39-footer-bottom>span:last-child{display:flex;gap:18px}.mlv39-footer-bottom a{text-decoration:none}.mlv39-mobile-nav{display:none}

/* Light mode precision */
html[data-appearance="light"] .mlv39-header{background:rgba(255,255,255,.94)}html[data-appearance="light"] .mlv39-hero{background:#fff}html[data-appearance="light"] .mlv39-hero-visual{border-left-color:rgba(10,65,31,.12)}html[data-appearance="light"] .mlv39-next-match{background:rgba(255,255,255,.92)}html[data-appearance="light"] .mlv39-match-card,html[data-appearance="light"] .mlv39-panel,html[data-appearance="light"] .mlv39-news-card,html[data-appearance="light"] .mlv39-club-card,html[data-appearance="light"] .mlv39-player-card{box-shadow:0 8px 30px rgba(20,70,40,.05)}

@media(max-width:1180px){.mlv39-header-inner{grid-template-columns:auto auto 1fr}.mlv39-nav{position:fixed;top:var(--mlv39-header);left:0;bottom:0;width:min(330px,88vw);padding:18px;background:var(--mlv39-surface);border-right:1px solid var(--mlv39-line);transform:translateX(-105%);transition:.22s ease;z-index:999;overflow:auto}.mlv39-menu-open .mlv39-nav{transform:none}.mlv39-nav-list{display:grid;align-items:start}.mlv39-nav-list a{min-height:46px;font-size:.9rem}.mlv39-nav-list>li>a:after{display:none}.mlv39-nav-list .sub-menu{position:static;display:block;opacity:1;visibility:visible;transform:none;box-shadow:none;margin:0 0 5px 16px;background:transparent;border:0}.mlv39-menu-button{display:grid}.mlv39-header-actions{justify-self:end}.mlv39-home-data{grid-template-columns:1fr 1fr}.mlv39-award-card{grid-column:1/-1}.mlv39-award-player{grid-template-columns:180px 1fr}.mlv39-player-grid{grid-template-columns:repeat(4,1fr)}.mlv39-competition-grid,.mlv39-club-grid,.mlv39-age-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){body.admin-bar .mlv39-header{top:46px}.mlv39-header{height:66px}.mlv39-header-inner{padding:0 14px;gap:9px}.mlv39-brand{min-width:0}.mlv39-brand strong{font-size:.78rem}.mlv39-brand small{font-size:.56rem}.mlv39-brand-logo{width:34px;height:42px}.mlv39-account-button span{display:none}.mlv39-account-button{width:40px;padding:0;justify-content:center}.mlv39-home,.mlv39-page-wrap,.mlv39-article{padding:16px 13px 90px}.mlv39-hero{grid-template-columns:1fr;min-height:600px}.mlv39-hero-copy{padding:38px 26px 25px}.mlv39-hero-visual{min-height:270px;border-left:0;border-top:1px solid var(--mlv39-line)}.mlv39-hero h1{font-size:clamp(3rem,11vw,5rem)}.mlv39-pulse{grid-template-columns:repeat(3,1fr)}.mlv39-pulse article{border-bottom:1px solid var(--mlv39-line)}.mlv39-pulse article:nth-child(3){border-right:0}.mlv39-pulse article:nth-child(4),.mlv39-pulse article:nth-child(5){border-bottom:0}.mlv39-match-grid{grid-template-columns:1fr}.mlv39-home-data{grid-template-columns:1fr}.mlv39-award-card{grid-column:auto}.mlv39-community-grid{grid-template-columns:1fr}.mlv39-news-grid,.mlv39-news-grid.page-grid{grid-template-columns:repeat(2,1fr)}.mlv39-page-head{align-items:flex-start}.mlv39-page-head .mlv39-btn{flex:0 0 auto}.mlv39-match-row{grid-template-columns:1fr}.mlv39-match-row .meta{display:flex;justify-content:space-between}.mlv39-match-row .details{justify-content:center;padding-top:9px;border-top:1px solid var(--mlv39-line)}.mlv39-competition-grid,.mlv39-club-grid,.mlv39-age-grid{grid-template-columns:repeat(2,1fr)}.mlv39-player-grid{grid-template-columns:repeat(3,1fr)}.mlv39-profile-layout,.mlv39-article-body{grid-template-columns:1fr}.mlv39-profile-hero{grid-template-columns:auto 1fr}.mlv39-profile-hero>.mlv39-btn{grid-column:1/-1}.mlv39-article header{grid-template-columns:1fr}.mlv39-footer-inner{grid-template-columns:1fr 1fr}.mlv39-footer-brand{grid-column:1/-1}.mlv39-mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:8px;z-index:997;height:60px;padding:5px;background:color-mix(in srgb,var(--mlv39-card) 94%,transparent);border:1px solid var(--mlv39-line-strong);border-radius:14px;box-shadow:var(--mlv39-shadow);backdrop-filter:blur(14px)}.mlv39-mobile-nav a{display:grid;place-items:center;align-content:center;gap:2px;color:var(--mlv39-muted);font-size:.54rem;text-decoration:none}.mlv39-mobile-nav .mlv39-icon{width:20px;height:20px}.mlv39-mobile-nav a:hover{color:var(--mlv39-green-bright)}}
@media(max-width:620px){.mlv39-header-actions>a:first-child{display:none}.mlv39-hero{min-height:540px}.mlv39-hero-copy{padding:30px 20px 22px}.mlv39-hero h1{font-size:2.75rem}.mlv39-hero p{font-size:.86rem}.mlv39-hero-actions{display:grid;grid-template-columns:1fr 1fr}.mlv39-hero-visual{min-height:230px}.mlv39-next-match{left:14px;right:14px;bottom:14px}.mlv39-pulse{grid-template-columns:repeat(2,1fr)}.mlv39-pulse article:nth-child(2n){border-right:0}.mlv39-pulse article:nth-child(3){border-right:1px solid var(--mlv39-line)}.mlv39-pulse article:last-child{grid-column:1/-1}.mlv39-announcement{grid-template-columns:auto 1fr}.mlv39-announcement>b{display:none}.mlv39-news-grid,.mlv39-news-grid.page-grid{grid-template-columns:1fr}.mlv39-page-head{display:block;padding-top:22px}.mlv39-page-head h1{font-size:2.75rem}.mlv39-page-head .mlv39-btn{margin-top:14px}.mlv39-filter-bar{display:grid;grid-template-columns:1fr 1fr}.mlv39-filter-bar button{grid-column:1/-1}.mlv39-filter-bar select,.mlv39-filter-bar input{width:100%;min-width:0}.mlv39-match-row .teams{grid-template-columns:1fr 48px 1fr}.mlv39-match-row .teams>a{display:grid;justify-items:center;text-align:center}.mlv39-match-row .teams>a:last-child{justify-content:center}.mlv39-competition-grid,.mlv39-club-grid,.mlv39-age-grid{grid-template-columns:1fr 1fr}.mlv39-player-grid{grid-template-columns:1fr 1fr}.mlv39-player-card .photo{height:210px}.mlv39-directory-search.has-filter{grid-template-columns:auto 1fr}.mlv39-directory-search.has-filter select{grid-column:1/3;border-top:1px solid var(--mlv39-line)}.mlv39-directory-search.has-filter button{grid-column:1/3}.mlv39-stat-summary{grid-template-columns:1fr 1fr}.mlv39-ranking-head,.mlv39-ranking-list li{grid-template-columns:34px 1fr 70px}.mlv39-ranking-head span:nth-child(3),.mlv39-ranking-list li>a:nth-child(3){display:none}.mlv39-profile-hero{grid-template-columns:1fr;text-align:center;justify-items:center}.mlv39-profile-hero dl{justify-content:center}.mlv39-match-hero>div{gap:10px}.mlv39-match-hero .mlv39-club-logo,.mlv39-match-hero .mlv39-club-fallback{width:75px;height:75px}.mlv39-match-hero h1{font-size:.9rem}.mlv39-match-hero>div>strong{font-size:1.8rem}.mlv39-footer-inner{grid-template-columns:1fr}.mlv39-footer-brand{grid-column:auto}.mlv39-footer-bottom{display:grid;gap:8px}.mlv39-empty{padding:28px 16px}}
@media(max-width:420px){.mlv39-brand span:last-child{display:none}.mlv39-competition-grid,.mlv39-club-grid,.mlv39-player-grid,.mlv39-age-grid{grid-template-columns:1fr}.mlv39-hero-actions{grid-template-columns:1fr}.mlv39-home-data .mlv39-table th:nth-child(4),.mlv39-home-data .mlv39-table td:nth-child(4),.mlv39-home-data .mlv39-table th:nth-child(5),.mlv39-home-data .mlv39-table td:nth-child(5),.mlv39-home-data .mlv39-table th:nth-child(6),.mlv39-home-data .mlv39-table td:nth-child(6){display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* ================================================================
   V36.1 APPROVED REFERENCE PRESET
   This block intentionally wins over old LeagueOS/public CSS so the
   first activation matches the approved compact dark/light mock-up.
   ================================================================ */
:root{
  --mlv39-content:1320px;
  --mlv39-header:68px;
  --mlv39-radius:12px;
}
.mlv39-header-inner{padding-inline:18px;gap:20px}
.mlv39-brand{min-width:190px}
.mlv39-brand-logo{width:38px;height:44px}
.mlv39-brand strong{font-size:.88rem}
.mlv39-nav-list a{font-size:.72rem;padding-inline:8px}
.mlv39-qr-button{
  display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;
  background:var(--mlv39-green-bright);border:1px solid var(--mlv39-green-bright);
  color:#07110c;border-radius:8px;text-decoration:none;font-size:.72rem;font-weight:950;
}
.mlv39-qr-button .mlv39-icon{width:17px;height:17px}
.mlv39-account-button{min-height:40px;padding-inline:13px}
.mlv39-home,.mlv39-page-wrap,.mlv39-article{padding-top:20px}
.mlv39-hero{
  min-height:345px;
  grid-template-columns:.92fr 1.08fr;
  border-radius:12px;
}
.mlv39-hero-copy{padding:38px clamp(28px,4vw,54px)}
.mlv39-hero h1{
  max-width:560px;margin:11px 0 15px;
  font-size:clamp(2.75rem,4.4vw,4.65rem);
  line-height:.91;
}
.mlv39-hero p{max-width:470px;font-size:.9rem}
.mlv39-hero-actions{margin-top:21px}
.mlv39-hero-visual{background-position:center 38%}
.mlv39-pulse{margin-top:10px}
.mlv39-pulse article{min-height:68px}
.mlv39-pulse strong{font-size:1.22rem}
.mlv39-section{margin-top:22px}
.mlv39-section-title{margin-bottom:10px}
.mlv39-section-title h2,.mlv39-panel-head h2{font-size:.74rem;letter-spacing:.03em;text-transform:uppercase}
.mlv39-match-grid{gap:9px}
.mlv39-match-card{min-height:160px;border-radius:10px}
.mlv39-home-data{gap:9px}
.mlv39-panel{border-radius:10px}
.mlv39-community-grid{gap:9px}
.mlv39-community-grid>a{min-height:116px;border-radius:10px}
.mlv39-news-grid{gap:9px}
.mlv39-news-card{border-radius:10px}
.mlv39-page-head{
  padding:22px 0 18px;margin-bottom:16px;align-items:center;
}
.mlv39-page-head h1{
  font-size:clamp(2.15rem,4vw,3.85rem);
  text-transform:none;
}
.mlv39-filter-bar{margin-bottom:15px}
.mlv39-match-row{padding:11px 14px}
.mlv39-club-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mlv39-player-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mlv39-player-card .photo{height:235px}
.mlv39-footer-inner{padding-top:30px;padding-bottom:30px}

/* Keep bundled mark clean when no logo has been uploaded yet. */
.mlv39-bundled-logo{width:100%;height:100%;object-fit:contain}

/* Old plugin modules must inherit the approved theme, never white legacy cards. */
.mlv39-plugin-surface{
  --mlos-bg:var(--mlv39-bg)!important;
  --mlos-surface:var(--mlv39-card)!important;
  --mlos-panel:var(--mlv39-card)!important;
  --mlos-card:var(--mlv39-card)!important;
  --mlos-text:var(--mlv39-text)!important;
  --mlos-muted:var(--mlv39-muted)!important;
  --mlos-border:var(--mlv39-line)!important;
  --mlos-primary:var(--mlv39-green)!important;
  --mlos-accent:var(--mlv39-green-bright)!important;
}
.mlv39-plugin-surface :is(
  .mlos-page-head,.mlos-form-card,.mlos-poll-card,.mlos-list,.mlos-card-grid,
  .mlos-review-card,.mlos-v33-section,.mlos-v33-panel,.mlos-v33-public-match,
  .mlos-v33-table-wrap,.mlos-topic-list-item,.mlos-community-post,
  .mlos-results-summary,.mlos-admin-stack,.mlos-empty,.mlos-v33-empty
){
  background:var(--mlv39-card)!important;
  border:1px solid var(--mlv39-line)!important;
  color:var(--mlv39-text)!important;
  box-shadow:none!important;
  border-radius:10px!important;
}
.mlv39-plugin-surface :is(.mlos-page-head,.mlos-v33-hero){
  padding:0!important;margin:0 0 15px!important;background:transparent!important;border:0!important;
}
.mlv39-plugin-surface :is(.mlos-page-head h1,.mlos-page-head h2,.mlos-v33-hero h1,.mlos-v33-hero h2){
  font-size:1.55rem!important;line-height:1.1!important;margin:.25rem 0!important;
}
.mlv39-plugin-surface :is(.mlos-kicker,.mlos-v33-kicker){
  color:var(--mlv39-green-bright)!important;
}
.mlv39-plugin-surface :is(.mlos-btn,.mlos-v33-btn,button,input[type=submit]){
  min-height:40px!important;padding:0 14px!important;border-radius:7px!important;
  background:var(--mlv39-green)!important;border:1px solid var(--mlv39-green)!important;color:#fff!important;
}
.mlv39-plugin-surface :is(.mlos-btn:not(.primary),.mlos-v33-btn:not(.primary)){
  background:transparent!important;border-color:var(--mlv39-line-strong)!important;color:var(--mlv39-text)!important;
}
.mlv39-plugin-surface :is(input,select,textarea){
  background:var(--mlv39-surface)!important;color:var(--mlv39-text)!important;
  border:1px solid var(--mlv39-line-strong)!important;
}
.mlv39-plugin-surface :is(table,thead,tbody,tr,th,td){background:transparent!important;color:var(--mlv39-text)!important}
.mlv39-plugin-surface th{background:var(--mlv39-card-2)!important}
.mlv39-plugin-surface :is(.mlos-progress,.mlos-v33-progress){background:var(--mlv39-card-2)!important}
.mlv39-plugin-surface :is(.mlos-progress>span,.mlos-v33-progress>span){background:var(--mlv39-green-bright)!important}
html[data-appearance="light"] .mlv39-plugin-surface :is(
  .mlos-form-card,.mlos-poll-card,.mlos-list,.mlos-card-grid,.mlos-review-card,
  .mlos-v33-section,.mlos-v33-panel,.mlos-v33-public-match,.mlos-v33-table-wrap,
  .mlos-topic-list-item,.mlos-community-post,.mlos-results-summary,.mlos-empty,.mlos-v33-empty
){background:#fff!important}

/* Make light mode follow the approved clean editorial sample. */
html[data-appearance="light"] body{background:#f5f7f5}
html[data-appearance="light"] .mlv39-header{box-shadow:0 1px 0 rgba(8,45,23,.08)}
html[data-appearance="light"] .mlv39-hero,
html[data-appearance="light"] .mlv39-pulse,
html[data-appearance="light"] .mlv39-match-card,
html[data-appearance="light"] .mlv39-panel,
html[data-appearance="light"] .mlv39-community-grid>a,
html[data-appearance="light"] .mlv39-news-card,
html[data-appearance="light"] .mlv39-club-card,
html[data-appearance="light"] .mlv39-player-card{
  border-color:rgba(12,75,34,.12);
  box-shadow:0 8px 25px rgba(15,70,35,.045);
}

@media(max-width:1180px){
  .mlv39-qr-button span{display:none}
  .mlv39-qr-button{width:40px;padding:0;justify-content:center}
}
@media(max-width:900px){
  .mlv39-hero{min-height:560px}
  .mlv39-club-grid,.mlv39-player-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:620px){
  .mlv39-hero{min-height:515px}
  .mlv39-page-head h1{font-size:2.25rem}
  .mlv39-club-grid,.mlv39-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:420px){
  .mlv39-club-grid,.mlv39-player-grid{grid-template-columns:1fr}
}

/* ==================================================================
   V37 APPROVED ALL-PAGES REFERENCE — FINAL OVERRIDES
   The public website must open in this layout before any admin edits.
   ================================================================== */
:root{
  --mlv39-bg:#070d0b;
  --mlv39-surface:#0a120f;
  --mlv39-card:#0d1813;
  --mlv39-card-2:#112019;
  --mlv39-text:#f7faf8;
  --mlv39-muted:#91a098;
  --mlv39-line:rgba(255,255,255,.09);
  --mlv39-line-strong:rgba(255,255,255,.16);
  --mlv39-green:#0fa84f;
  --mlv39-green-bright:#27e66f;
  --mlv39-gold:#e2b21a;
  --mlv39-red:#ff565f;
  --mlv39-content:1320px;
  --mlv39-header:64px;
  --mlv39-radius:9px;
  --mlv39-shadow:0 16px 45px rgba(0,0,0,.22);
}
html[data-appearance="light"]{
  --mlv39-bg:#f7f9f7;
  --mlv39-surface:#ffffff;
  --mlv39-card:#ffffff;
  --mlv39-card-2:#f1f5f2;
  --mlv39-text:#101713;
  --mlv39-muted:#667069;
  --mlv39-line:rgba(9,53,25,.12);
  --mlv39-line-strong:rgba(9,53,25,.2);
  --mlv39-shadow:0 10px 30px rgba(18,65,37,.07);
}
html,body{min-height:100%}
body{font-size:14px;background:var(--mlv39-bg)!important}
body.admin-bar .mlv39-header{top:0!important}
#wpadminbar{display:none!important}
html{margin-top:0!important}
.mlv39-main{overflow:hidden}

/* Exact compact header. */
.mlv39-header{height:64px;background:rgba(5,12,9,.97)!important;border-bottom:1px solid var(--mlv39-line);backdrop-filter:blur(14px)}
html[data-appearance="light"] .mlv39-header{background:rgba(255,255,255,.97)!important}
.mlv39-header-inner{max-width:1320px;padding:0 16px;gap:18px;grid-template-columns:200px minmax(0,1fr) auto}
.mlv39-brand{min-width:0;gap:9px}
.mlv39-brand-logo{width:34px;height:42px}
.mlv39-brand strong{font-size:.82rem;letter-spacing:-.01em}
.mlv39-brand small{font-size:.55rem;margin-top:4px;letter-spacing:.15em}
.mlv39-nav{justify-self:center;min-width:0}
.mlv39-nav-list{gap:1px}
.mlv39-nav-list a{min-height:62px;padding:0 8px;border-radius:0;font-size:.68rem;font-weight:800}
.mlv39-nav-list>li>a:after{left:9px;right:9px;bottom:0;height:2px}
.mlv39-header-actions{gap:5px}
.mlv39-qr-button{height:36px;min-height:36px;padding:0 13px;border-radius:7px;background:var(--mlv39-green-bright);border-color:var(--mlv39-green-bright);color:#061009;font-size:.67rem}
.mlv39-header-icon{width:36px;height:36px;border-radius:7px}
.mlv39-account-button{height:36px;min-height:36px;padding:0 13px;border-radius:7px;font-size:.68rem;background:var(--mlv39-green);border-color:var(--mlv39-green)}

/* Shared page width. */
.mlv39-home,.mlv39-page-wrap,.mlv39-article{max-width:1320px;padding:18px 16px 58px}

/* Approved hero: copy left, real football photo right. */
.mlv39-hero.mlv39-reference-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:318px;overflow:hidden;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:9px;box-shadow:none}
.mlv39-reference-hero .mlv39-hero-copy{padding:38px 42px;justify-content:center}
.mlv39-reference-hero .mlv39-eyebrow{font-size:.62rem}
.mlv39-reference-hero h1{margin:10px 0 15px;max-width:500px;font-size:clamp(2.6rem,4.2vw,4.3rem);line-height:.91;letter-spacing:-.04em;text-transform:uppercase}
.mlv39-reference-hero h1 span,.mlv39-reference-hero h1 strong{display:block}
.mlv39-reference-hero h1 strong{color:var(--mlv39-green-bright)}
.mlv39-reference-hero p{max-width:430px;font-size:.88rem;color:var(--mlv39-muted)}
.mlv39-reference-hero .mlv39-hero-actions{margin-top:20px}
.mlv39-reference-hero .mlv39-hero-visual{min-height:318px;border:0;background-image:linear-gradient(90deg,rgba(5,18,12,.12),rgba(5,18,12,0) 28%),var(--mlv39-hero-image)!important;background-size:cover!important;background-position:center!important}
html[data-appearance="light"] .mlv39-reference-hero .mlv39-hero-visual{background-image:linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,0) 28%),var(--mlv39-hero-image)!important}
.mlv39-reference-hero .mlv39-hero-visual:after{content:none!important}
.mlv39-btn{min-height:38px;padding:0 14px;border-radius:6px;font-size:.7rem}

/* Six-cell league pulse matching the reference. */
.mlv39-pulse.mlv39-pulse{display:grid;grid-template-columns:repeat(5,minmax(90px,.65fr)) minmax(250px,1.6fr);margin-top:9px;border-radius:8px;overflow:hidden}
.mlv39-pulse article{min-height:62px;padding:0 10px;justify-content:flex-start}
.mlv39-pulse article .mlv39-icon{width:20px;height:20px}
.mlv39-pulse article strong{font-size:1.05rem}
.mlv39-pulse article span{font-size:.55rem;margin-top:3px}
.mlv39-pulse-next{position:relative;display:grid;align-content:center;min-height:62px;padding:8px 38px 8px 15px;text-decoration:none;background:var(--mlv39-card-2);border-left:1px solid var(--mlv39-line)}
.mlv39-pulse-next>span{color:var(--mlv39-green-bright);font-size:.53rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.mlv39-pulse-next strong{font-size:.78rem;line-height:1.25;margin-top:2px}
.mlv39-pulse-next small,.mlv39-pulse-next em{color:var(--mlv39-muted);font-size:.57rem;font-style:normal;line-height:1.3}
.mlv39-pulse-next .mlv39-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--mlv39-green-bright);width:16px;height:16px}

/* Homepage sections. */
.mlv39-section{margin-top:18px}
.mlv39-section-title{margin-bottom:8px}
.mlv39-section-title h2,.mlv39-panel-head h2{font-size:.68rem;letter-spacing:.035em;text-transform:uppercase}
.mlv39-section-title a,.mlv39-panel-head a{font-size:.61rem}
.mlv39-match-grid{gap:8px}
.mlv39-match-card{min-height:148px;padding:12px;border-radius:8px;box-shadow:none}
.mlv39-match-card-top{font-size:.57rem}
.mlv39-match-teams{margin:15px 0 12px;gap:8px}
.mlv39-match-teams .mlv39-club-logo,.mlv39-match-teams .mlv39-club-fallback{width:42px;height:42px}
.mlv39-match-teams>a{font-size:.68rem;gap:6px}
.mlv39-score{font-size:1.45rem}
.mlv39-match-meta{font-size:.57rem}
.mlv39-card-link{font-size:.59rem;margin-top:9px;padding-top:8px}
.mlv39-home-data{grid-template-columns:1.18fr 1fr .92fr;gap:8px;margin-top:18px}
.mlv39-panel{padding:13px;border-radius:8px;box-shadow:none}
.mlv39-panel-head{margin-bottom:7px}
.mlv39-table{font-size:.63rem}
.mlv39-table th{padding:6px 5px;font-size:.51rem}
.mlv39-table td{padding:6px 5px}
.mlv39-table .mlv39-club-logo,.mlv39-table .mlv39-club-fallback{width:20px;height:20px}
.mlv39-leader-list li{padding:5px 0}
.mlv39-leader-list .mlv39-player-photo,.mlv39-leader-list .mlv39-player-fallback{width:27px;height:27px}
.mlv39-leader-list strong{font-size:.65rem}.mlv39-leader-list small{font-size:.52rem}.mlv39-leader-list b{font-size:.7rem}
.mlv39-award-player{grid-template-columns:40% 1fr;min-height:180px;gap:10px}
.mlv39-award-player>div:first-child{height:180px;border-radius:7px}
.mlv39-award-player h3{font-size:.85rem}.mlv39-award-player p{font-size:.6rem}
.mlv39-award-player dt{font-size:.9rem}.mlv39-award-player dd{font-size:.46rem}
.mlv39-community-grid{gap:8px;margin-top:18px}
.mlv39-community-grid>a{min-height:102px;padding:15px;border-radius:8px}
.mlv39-community-grid>a>span{width:40px;height:40px;border-radius:8px}
.mlv39-community-grid strong{font-size:.7rem}.mlv39-community-grid p{font-size:.61rem}.mlv39-community-grid b{font-size:.59rem}
.mlv39-news-grid{gap:8px}.mlv39-news-card{border-radius:8px}.mlv39-news-card .media{height:132px}.mlv39-news-card>div{padding:11px}.mlv39-news-card h3{font-size:.78rem}.mlv39-news-card p{font-size:.6rem}.mlv39-news-card .read{font-size:.58rem}

/* All-page presentation: no giant banners, no oversized blank regions. */
.mlv39-page-head{padding:18px 0 13px;margin-bottom:14px;align-items:center}
.mlv39-page-head h1{margin:4px 0 3px;font-size:clamp(2rem,3.5vw,3.2rem);line-height:.96;text-transform:none}
.mlv39-page-head p{font-size:.76rem;max-width:650px}
.mlv39-page-head .mlv39-eyebrow{font-size:.57rem}
.mlv39-filter-bar{padding:9px;margin-bottom:14px;gap:8px;border-radius:7px}
.mlv39-filter-bar select,.mlv39-filter-bar input,.mlv39-directory-search input,.mlv39-directory-search select,.mlv39-big-search input{height:36px;min-width:180px;border-radius:6px;font-size:.7rem}
.mlv39-filter-bar button,.mlv39-directory-search button,.mlv39-big-search button{height:36px;border-radius:6px;font-size:.67rem}
.mlv39-date-title{margin-bottom:7px}.mlv39-date-title h2{font-size:.82rem}.mlv39-date-title span{font-size:.54rem}
.mlv39-match-list{gap:6px}.mlv39-match-row{grid-template-columns:160px 1fr 70px;padding:9px 12px;border-radius:7px;gap:12px}.mlv39-match-row .meta span{font-size:.54rem}.mlv39-match-row .meta small{font-size:.56rem}.mlv39-match-row .teams{grid-template-columns:1fr 65px 1fr}.mlv39-match-row .teams>a{font-size:.68rem}.mlv39-match-row .mlv39-club-logo,.mlv39-match-row .mlv39-club-fallback{width:31px;height:31px}.mlv39-match-row .score{font-size:1.05rem}.mlv39-match-row .details{font-size:.58rem}
.mlv39-full-table .mlv39-table th,.mlv39-full-table .mlv39-table td{padding:10px 8px;font-size:.68rem}
.mlv39-full-table .mlv39-table th{font-size:.54rem}
.mlv39-competition-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.mlv39-competition-card{min-height:220px;padding:16px;border-radius:8px}.mlv39-competition-card .crest{height:62px}.mlv39-competition-card h2{font-size:1rem}.mlv39-competition-card p{font-size:.65rem}
.mlv39-directory-search{margin-bottom:13px;border-radius:7px}
.mlv39-club-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.mlv39-club-card{min-height:218px;padding:15px;border-radius:8px}.mlv39-club-card>div{height:95px}.mlv39-club-card h2{font-size:.82rem}.mlv39-club-card p,.mlv39-club-card span,.mlv39-club-card b{font-size:.58rem}
.mlv39-player-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.mlv39-player-card{border-radius:8px}.mlv39-player-card .photo{height:205px}.mlv39-player-card .copy{padding:10px}.mlv39-player-card h2{font-size:.8rem}.mlv39-player-card p{font-size:.58rem}.mlv39-player-card dt{font-size:.75rem}.mlv39-player-card dd{font-size:.46rem}
.mlv39-stat-summary{gap:8px}.mlv39-stat-summary article{padding:15px;border-radius:8px}.mlv39-stat-summary strong{font-size:1.4rem}.mlv39-stat-summary span{font-size:.57rem}
.mlv39-stat-tabs{gap:5px;margin:12px 0}.mlv39-stat-tabs a{padding:8px 11px;font-size:.61rem;border-radius:6px}
.mlv39-ranking-panel{border-radius:8px}.mlv39-ranking-head,.mlv39-ranking-list li{min-height:44px;font-size:.65rem}
.mlv39-news-grid.page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mlv39-content-card,.mlv39-plugin-surface{border-radius:8px!important}

/* Embedded LeagueOS modules inherit the theme and remain compact. */
.mlv39-plugin-surface,.mlv39-plugin-surface *{box-sizing:border-box}
.mlv39-plugin-surface{color:var(--mlv39-text)!important;background:transparent!important}
.mlv39-plugin-surface :is(.mlos-shell,.mlos-wrap,.mlos-page,.mlos-v33-wrap,.mlos-community-shell){max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;color:var(--mlv39-text)!important}
.mlv39-plugin-surface :is(.mlos-page-head,.mlos-v33-hero){display:none!important}
.mlv39-plugin-surface :is(.mlos-card,.mlos-form-card,.mlos-poll-card,.mlos-list,.mlos-card-grid,.mlos-review-card,.mlos-v33-section,.mlos-v33-panel,.mlos-v33-public-match,.mlos-v33-table-wrap,.mlos-topic-list-item,.mlos-community-post,.mlos-results-summary,.mlos-admin-stack,.mlos-empty,.mlos-v33-empty){background:var(--mlv39-card)!important;border:1px solid var(--mlv39-line)!important;color:var(--mlv39-text)!important;border-radius:8px!important;box-shadow:none!important}
.mlv39-plugin-surface :is(h1,h2,h3,h4,strong,label,td,th,p,span){color:inherit}
.mlv39-plugin-surface :is(input,select,textarea){background:var(--mlv39-surface)!important;color:var(--mlv39-text)!important;border:1px solid var(--mlv39-line-strong)!important;border-radius:6px!important}
.mlv39-plugin-surface :is(button,input[type=submit],.mlos-btn,.mlos-v33-btn){background:var(--mlv39-green)!important;color:#fff!important;border:1px solid var(--mlv39-green)!important;border-radius:6px!important;min-height:36px!important}
.mlv39-plugin-surface table{width:100%!important;background:transparent!important;color:var(--mlv39-text)!important;border-collapse:collapse!important}
.mlv39-plugin-surface th{background:var(--mlv39-card-2)!important}.mlv39-plugin-surface td,.mlv39-plugin-surface th{border-color:var(--mlv39-line)!important}

/* Footer exactly compact like the reference. */
.mlv39-footer{background:var(--mlv39-surface);border-top:1px solid var(--mlv39-line)}
.mlv39-footer-inner{max-width:1320px;padding:24px 16px;grid-template-columns:1fr 1.4fr auto;gap:24px;align-items:center}
.mlv39-footer-brand>a>img,.mlv39-footer-brand>a>.mlv39-logo-fallback{width:38px;height:44px}.mlv39-footer-brand p{font-size:.62rem;margin:6px 0 0}.mlv39-footer-links{justify-self:center}.mlv39-footer-menu{display:flex;flex-wrap:wrap;gap:8px 15px}.mlv39-footer-menu li{margin:0}.mlv39-footer-menu a{font-size:.6rem}.mlv39-footer-credit{font-size:.62rem}.mlv39-footer-bottom{max-width:1320px;padding:10px 16px;font-size:.56rem}

@media(max-width:1180px){
  .mlv39-header-inner{grid-template-columns:auto auto 1fr}.mlv39-menu-button{display:grid}.mlv39-nav{top:64px}.mlv39-qr-button span{display:none}.mlv39-qr-button{width:36px;padding:0;justify-content:center}
  .mlv39-pulse.mlv39-pulse{grid-template-columns:repeat(3,1fr)}.mlv39-pulse-next{grid-column:1/-1;border-left:0;border-top:1px solid var(--mlv39-line)}
  .mlv39-home-data{grid-template-columns:1fr 1fr}.mlv39-award-card{grid-column:1/-1}.mlv39-award-player{grid-template-columns:170px 1fr}
  .mlv39-club-grid,.mlv39-player-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .mlv39-header{height:60px}.mlv39-header-inner{padding:0 12px}.mlv39-home,.mlv39-page-wrap,.mlv39-article{padding:12px 12px 82px}
  .mlv39-hero.mlv39-reference-hero{grid-template-columns:1fr;min-height:0}.mlv39-reference-hero .mlv39-hero-copy{padding:28px 22px}.mlv39-reference-hero h1{font-size:3rem}.mlv39-reference-hero .mlv39-hero-visual{min-height:245px}
  .mlv39-match-grid{grid-template-columns:1fr}.mlv39-home-data{grid-template-columns:1fr}.mlv39-award-card{grid-column:auto}.mlv39-community-grid{grid-template-columns:1fr}.mlv39-news-grid,.mlv39-news-grid.page-grid{grid-template-columns:repeat(2,1fr)}
  .mlv39-page-head{align-items:flex-start}.mlv39-match-row{grid-template-columns:1fr}.mlv39-match-row .meta{display:flex;justify-content:space-between}.mlv39-match-row .details{justify-content:center;border-top:1px solid var(--mlv39-line);padding-top:7px}
  .mlv39-competition-grid,.mlv39-club-grid,.mlv39-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mlv39-footer-inner{grid-template-columns:1fr 1fr}.mlv39-footer-credit{grid-column:1/-1}
}
@media(max-width:620px){
  .mlv39-brand strong{font-size:.7rem}.mlv39-brand small{font-size:.48rem}.mlv39-header-actions .mlv39-qr-button{display:none}.mlv39-account-button span{display:none}.mlv39-account-button{width:36px;padding:0;justify-content:center}
  .mlv39-reference-hero h1{font-size:2.55rem}.mlv39-reference-hero .mlv39-hero-visual{min-height:205px}.mlv39-hero-actions{grid-template-columns:1fr 1fr}
  .mlv39-pulse.mlv39-pulse{grid-template-columns:repeat(2,1fr)}.mlv39-pulse article:nth-child(2n){border-right:0}.mlv39-pulse-next{grid-column:1/-1}
  .mlv39-news-grid,.mlv39-news-grid.page-grid{grid-template-columns:1fr}.mlv39-filter-bar{grid-template-columns:1fr}.mlv39-filter-bar button{grid-column:auto}.mlv39-filter-bar select,.mlv39-filter-bar input{width:100%;min-width:0}
  .mlv39-match-row .teams{grid-template-columns:1fr 45px 1fr}.mlv39-match-row .teams>a{display:grid;justify-items:center;text-align:center}.mlv39-match-row .teams>a:last-child{justify-content:center}
  .mlv39-competition-grid,.mlv39-club-grid,.mlv39-player-grid{grid-template-columns:1fr 1fr}.mlv39-player-card .photo{height:185px}.mlv39-page-head h1{font-size:2rem}
  .mlv39-footer-inner{grid-template-columns:1fr}.mlv39-footer-links{justify-self:start}.mlv39-footer-bottom{display:grid;gap:7px}
}
@media(max-width:420px){
  .mlv39-brand span:last-child{display:flex}.mlv39-brand-logo{width:30px;height:37px}.mlv39-brand{gap:6px}
  .mlv39-hero-actions{grid-template-columns:1fr}.mlv39-competition-grid,.mlv39-club-grid,.mlv39-player-grid{grid-template-columns:1fr}
}
/* Disable legacy duplicate navigation injected by older LeagueOS UI layers. */
.mlos-mobile-bottom-nav,.mlos-device-debug-badge{display:none!important}

/* V39 exact Mashinani media layer — real league photography and official logos. */
.mlv39-brand-logo,.mlv39-footer-brand>a>img{background:transparent!important}
.mlv39-brand-logo .mlv39-site-logo,.mlv39-brand-logo>img{width:100%;height:100%;object-fit:contain;filter:none!important}
.mlv39-reference-hero .mlv39-hero-visual{
  background-position:center 48%!important;
  isolation:isolate;
}
.mlv39-reference-hero .mlv39-hero-visual:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(3,15,10,.66) 0%,rgba(3,15,10,.20) 34%,rgba(3,15,10,.05) 70%),linear-gradient(0deg,rgba(3,15,10,.22),rgba(3,15,10,.02));
}
html[data-appearance="light"] .mlv39-reference-hero .mlv39-hero-visual:before{
  background:linear-gradient(90deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.10) 34%,transparent 68%);
}
.mlv39-authentic-image{display:block;width:100%;height:100%;object-fit:cover}
.mlv39-news-card .media .mlv39-news-fallback{width:100%;height:100%;object-fit:cover;filter:saturate(.94) contrast(1.03)}
.mlv39-competition-card .crest{height:108px;overflow:hidden;border-radius:8px;background:var(--mlv39-card-2)}
.mlv39-competition-card .crest .mlv39-competition-photo{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}
.mlv39-authentic-banner{position:relative;display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;min-height:245px;margin-bottom:18px;overflow:hidden;border:1px solid var(--mlv39-line);border-radius:12px;background:var(--mlv39-card)}
.mlv39-authentic-banner>img{min-height:245px}
.mlv39-authentic-banner>div{display:flex;flex-direction:column;justify-content:center;padding:34px}
.mlv39-authentic-banner span{color:var(--mlv39-green-bright);font-size:.64rem;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}
.mlv39-authentic-banner h2{margin:8px 0;font-size:clamp(1.65rem,3vw,2.7rem);line-height:1}
.mlv39-authentic-banner p{margin:0;color:var(--mlv39-muted)}
.mlv39-footer-credit{display:flex;align-items:center;justify-content:flex-end;gap:10px;text-align:left}
.mlv39-footer-credit img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}
.mlv39-footer-credit span{line-height:1.35}
body.mlv39-site .mlos-mobile-bottom-nav,
body.mlv39-site .mlos-device-debug,
body.mlv39-site .mlos-v27-home,
body.mlv39-site .mlos-v307-home{display:none!important}
body.mlv39-site .mlos-skip-link:not(.mlv39-skip){display:none!important}
@media(max-width:760px){.mlv39-authentic-banner{grid-template-columns:1fr}.mlv39-authentic-banner>img{height:215px;min-height:215px}.mlv39-authentic-banner>div{padding:24px}.mlv39-footer-credit{justify-content:flex-start}}

/* ================================================================
   V39 EXACT HOME — authoritative, compact and football-first.
   ================================================================ */
.mlv39-home{padding-top:16px}
.mlv39-home-hero{
  position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  min-height:390px;overflow:hidden;border:1px solid var(--mlv39-line);
  border-radius:14px;background:var(--mlv39-card);box-shadow:var(--mlv39-shadow)
}
.mlv39-home-hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:44px clamp(28px,4vw,58px)}
.mlv39-home-hero-copy h1{margin:11px 0 16px;font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:clamp(3rem,4.9vw,5.15rem);line-height:.9;letter-spacing:-.045em;text-transform:uppercase}
.mlv39-home-hero-copy h1 span,.mlv39-home-hero-copy h1 strong{display:block}
.mlv39-home-hero-copy h1 strong{color:var(--mlv39-green-bright)}
.mlv39-home-hero-copy p{max-width:550px;margin:0;color:var(--mlv39-muted);font-size:.96rem}
.mlv39-home-hero-media{position:relative;min-height:390px;margin:0;overflow:hidden;background:#0b1e15}
.mlv39-home-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.mlv39-home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,9,.50),rgba(4,14,9,.05) 42%,rgba(4,14,9,.14)),linear-gradient(0deg,rgba(4,14,9,.46),transparent 60%)}
html[data-appearance="light"] .mlv39-home-hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.34),transparent 38%),linear-gradient(0deg,rgba(255,255,255,.15),transparent 55%)}
.mlv39-next-fixture-card{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;padding:15px 16px;background:rgba(7,13,11,.88);border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff;text-decoration:none;backdrop-filter:blur(12px)}
html[data-appearance="light"] .mlv39-next-fixture-card{background:rgba(255,255,255,.92);color:#111914;border-color:rgba(13,42,24,.14)}
.mlv39-next-fixture-card>span{display:block;color:var(--mlv39-green-bright);font-size:.58rem;font-weight:1000;text-transform:uppercase;letter-spacing:.13em}
.mlv39-next-fixture-teams{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;gap:8px;margin:9px 0}
.mlv39-next-fixture-teams>div{display:flex;align-items:center;gap:8px;min-width:0}
.mlv39-next-fixture-teams>div:last-child{justify-content:flex-end;text-align:right}
.mlv39-next-fixture-teams .mlv39-club-logo,.mlv39-next-fixture-teams .mlv39-club-fallback{width:36px;height:36px;flex:0 0 36px}
.mlv39-next-fixture-teams strong{font-size:.76rem;line-height:1.08}
.mlv39-next-fixture-teams>b{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:var(--mlv39-green-bright);color:#07110c;font-size:.64rem}
.mlv39-next-fixture-card small,.mlv39-next-fixture-card em{display:block;color:inherit;font-size:.62rem;font-style:normal;opacity:.83}
.mlv39-home-totals{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) minmax(220px,1.45fr);margin-top:10px;background:var(--mlv39-card);border:1px solid var(--mlv39-line);border-radius:10px;overflow:hidden}
.mlv39-home-totals article{min-height:72px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid var(--mlv39-line)}
.mlv39-home-totals article .mlv39-icon{width:22px;height:22px;color:var(--mlv39-green-bright)}
.mlv39-home-totals article strong,.mlv39-home-totals article span{display:block}.mlv39-home-totals article strong{font-size:1.28rem;line-height:1}.mlv39-home-totals article span{margin-top:4px;color:var(--mlv39-muted);font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}
.mlv39-home-totals-next{position:relative;display:flex;flex-direction:column;justify-content:center;padding:10px 44px 10px 16px;background:color-mix(in srgb,var(--mlv39-green) 12%,var(--mlv39-card));text-decoration:none}
.mlv39-home-totals-next>span{color:var(--mlv39-green-bright);font-size:.54rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.mlv39-home-totals-next strong{font-size:.86rem}.mlv39-home-totals-next small{color:var(--mlv39-muted);font-size:.58rem}.mlv39-home-totals-next .mlv39-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--mlv39-green-bright)}
.mlv39-section-title>div .mlv39-eyebrow,.mlv39-panel-head>div .mlv39-eyebrow{font-size:.5rem;margin-bottom:2px}
.mlv39-authentic-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:22px}
.mlv39-authentic-stories>a{position:relative;min-height:210px;overflow:hidden;border:1px solid var(--mlv39-line);border-radius:10px;text-decoration:none;background:var(--mlv39-card)}
.mlv39-authentic-stories img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.mlv39-authentic-stories>a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,11,7,.92),rgba(3,11,7,.08) 75%)}
.mlv39-authentic-stories>a:hover img{transform:scale(1.035)}
.mlv39-authentic-stories span{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff}.mlv39-authentic-stories small,.mlv39-authentic-stories strong,.mlv39-authentic-stories b{display:block}.mlv39-authentic-stories small{color:var(--mlv39-green-bright);font-size:.54rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.mlv39-authentic-stories strong{font-size:1.12rem;line-height:1.05;margin:3px 0 7px}.mlv39-authentic-stories b{display:flex;align-items:center;gap:5px;font-size:.58rem}.mlv39-authentic-stories .mlv39-icon{width:14px;height:14px}
.mlv39-community-grid{margin-top:10px}
/* Remove every legacy public overlay/floating tool from the presentation layer. */
body.mlv39-site :is(.mlos-floating-controls,.mlos-floating-actions,.mlos-quick-actions,.mlos-admin-search,.mlos-qr-widget,.mashinani-floating-actions,.mcp-floating-actions,.mssr-floating-staff,.mspr-floating-staff,[class*="admin-search"],[class*="qr-float"],[class*="floating-qr"]){display:none!important}
body.mlv39-site .mlos-homepage-status{display:none!important}
@media(max-width:1100px){.mlv39-home-totals{grid-template-columns:repeat(3,1fr)}.mlv39-home-totals article:nth-child(3){border-right:0}.mlv39-home-totals-next{grid-column:1/-1;border-top:1px solid var(--mlv39-line)}}
@media(max-width:900px){.mlv39-home-hero{grid-template-columns:1fr}.mlv39-home-hero-copy{padding:34px 24px 26px}.mlv39-home-hero-media{min-height:330px}.mlv39-authentic-stories{grid-template-columns:1fr 1fr}.mlv39-authentic-stories>a:last-child{grid-column:1/-1}}
@media(max-width:620px){.mlv39-home-hero-copy h1{font-size:2.7rem}.mlv39-home-hero-media{min-height:290px}.mlv39-next-fixture-card{left:10px;right:10px;bottom:10px}.mlv39-next-fixture-teams{grid-template-columns:1fr 34px 1fr}.mlv39-next-fixture-teams>b{width:32px;height:32px}.mlv39-next-fixture-teams strong{font-size:.62rem}.mlv39-home-totals{grid-template-columns:repeat(2,1fr)}.mlv39-home-totals article:nth-child(3){border-right:1px solid var(--mlv39-line)}.mlv39-home-totals article:nth-child(2n){border-right:0}.mlv39-home-totals article:nth-child(5){grid-column:1/-1}.mlv39-authentic-stories{grid-template-columns:1fr}.mlv39-authentic-stories>a:last-child{grid-column:auto}}

/* V40 editable appearance integration */
body.mlv40-sticky-header .mlv39-header{position:sticky;top:0;z-index:1000;backdrop-filter:blur(18px)}
body.mlv40-compact-nav .mlv39-header-inner{min-height:68px}
body.mlv40-compact-nav .mlv39-nav-list>li>a{padding-inline:8px;font-size:.78rem}
.mlv39-page-head.style-compact{padding-block:28px;min-height:auto}.mlv39-page-head.style-compact h1{font-size:clamp(2rem,4vw,3.6rem)}
.mlv39-page-head.style-clean{background:transparent;border-color:transparent;padding-inline:0;box-shadow:none}
.mlv39-page-head.has-image{background-size:cover;background-position:center;color:#fff;min-height:300px;display:flex;align-items:flex-end}
.mlv39-page-head.has-image p{color:rgba(255,255,255,.82)}
body.mlv40-hover-lift .mlv39-match-card,body.mlv40-hover-lift .mlv39-club-card,body.mlv40-hover-lift .mlv39-player-card,body.mlv40-hover-lift .mlv39-news-card,body.mlv40-hover-lift .mlv39-competition-card{transition:transform .24s ease,box-shadow .24s ease}
body.mlv40-hover-lift .mlv39-match-card:hover,body.mlv40-hover-lift .mlv39-club-card:hover,body.mlv40-hover-lift .mlv39-player-card:hover,body.mlv40-hover-lift .mlv39-news-card:hover,body.mlv40-hover-lift .mlv39-competition-card:hover{transform:translateY(-4px)}
body.mlv40-image-zoom .mlv39-news-card .media img,body.mlv40-image-zoom .mlv39-authentic-stories img,body.mlv40-image-zoom .mlv39-home-hero-media>img{transition:transform .6s ease}
body.mlv40-image-zoom .mlv39-news-card:hover .media img,body.mlv40-image-zoom .mlv39-authentic-stories a:hover img{transform:scale(1.035)}
body.mlv40-motion-off *,body.mlv40-motion-off *:before,body.mlv40-motion-off *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
body.mlv40-motion-broadcast .mlv39-live-pill{animation:mlv40Pulse 1.6s ease-in-out infinite}
@keyframes mlv40Pulse{50%{box-shadow:0 0 0 7px rgba(39,230,111,0)}}
.mlv40-social-links{display:flex;gap:8px;margin-top:14px}.mlv40-social-links a{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--mlv39-line);border-radius:50%;font-size:.72rem;font-weight:900;text-decoration:none;color:inherit}
@media(prefers-reduced-motion:reduce){body.mlv40-motion-broadcast .mlv39-live-pill{animation:none}}
body.mlv40-scroll-reveal .mlv40-reveal-ready{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}body.mlv40-scroll-reveal .mlv40-reveal-ready.mlv40-revealed{opacity:1;transform:none}
.mlv40-home-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:14px 0 22px;padding:14px 18px;border:1px solid var(--mlv39-line);border-radius:var(--mlv39-radius);background:var(--mlv39-card);color:inherit;text-decoration:none}.mlv40-home-notice>span{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--mlv39-green) 18%,transparent);color:var(--mlv39-green-bright)}.mlv40-home-notice div{display:grid;gap:3px}.mlv40-home-notice small{color:var(--mlv39-muted)}

/* V41 Visual Site Editor controlled layout */
.mlv39-home-hero-media>img{object-position:var(--mlv41-hero-position,center)}
.mlv39-home.hero-align-center .mlv39-home-hero-copy{text-align:center;align-items:center}.mlv39-home.hero-align-center .mlv39-home-hero-copy p{margin-inline:auto}.mlv39-home.hero-align-center .mlv39-hero-actions{justify-content:center}
.mlv41-single-data-section>.mlv39-panel{width:100%}.mlv41-single-data-section .mlv39-table-panel,.mlv41-single-data-section .mlv39-leader-panel{padding:18px}.mlv41-stories-section .mlv39-authentic-stories,.mlv41-community-section .mlv39-community-grid{margin-top:0}
.mlv39-page-head.width-wide{max-width:none}.mlv39-page-head.width-narrow{max-width:860px;margin-inline:auto}
body.mlos-v41-site-editor-page .mlv39-main{overflow:visible!important}body.mlos-v41-site-editor-page .mlv39-appearance-route{max-width:none!important;margin:0!important;padding:0!important}body.mlos-v41-site-editor-page .mlv39-footer{display:none!important}

.mlv41-page-width-wide .mlv39-page-wrap,.mlv41-page-width-wide .mlv39-article{max-width:min(1680px,calc(100% - 24px))}.mlv41-page-width-narrow .mlv39-page-wrap,.mlv41-page-width-narrow .mlv39-article{max-width:920px}.mlv39-mobile-nav .mlv41-mobile-menu{display:contents}.mlv39-mobile-nav .mlv41-mobile-menu li{display:contents}.mlv39-mobile-nav .mlv41-mobile-menu a{display:flex;flex-direction:column;align-items:center;justify-content:center}.mlv39-page-head h1:empty{display:none}

/* V42 unified-shell hardening. One public header, one mobile nav, no legacy floating tools. */
body.mlv39-site :is(
  .mlos-mobile-bottom-nav,.mlos-device-debug-badge,.mlos-homepage-status,
  .mlos-floating-controls,.mlos-floating-actions,.mlos-quick-actions,.mlos-admin-search,.mlos-qr-widget,
  .mashinani-floating-actions,.mcp-floating-actions,.mssr-floating-staff,.mspr-floating-staff,
  [class*="admin-search"],[class*="qr-float"],[class*="floating-qr"],[class*="floating-control"]
){display:none!important}
body.mlv39-site .mlv39-header+ :is(.mlos-site-header,.mlos-public-header,.mlos-global-header,.leagueos-header){display:none!important}
body.mlv39-site .mlv39-main>.mlos-mobile-bottom-nav{display:none!important}
body.mlv39-site .mlv39-plugin-surface :is(.mlos-page-head,.mlos-dashboard-hero,.mlos-v32-hero,.mlos-v33-hero){display:none!important}
body.mlv39-site .mlv39-plugin-surface :is(.mlos-shell,.mlos-wrap,.mlos-page,.mlos-v32-shell,.mlos-v33-wrap){max-width:none!important;margin:0!important;padding:0!important}
body.mlv39-site .mlv39-plugin-surface :is(.mlos-page-head h1,.mlos-dashboard-hero h1){font-size:clamp(1.8rem,4vw,3rem)!important}
body.mlos-v42-editor-page .mlv39-header{position:relative!important;top:auto!important}
body.mlos-v42-editor-page .mlv39-main{max-width:none!important;padding:0!important}
body.mlos-v42-editor-page .mlv39-appearance-route{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.mlos-v42-editor-page .mlv39-footer,body.mlos-v42-editor-page .mlv39-mobile-nav{display:none!important}


/* ================================================================
   V43 BROADCAST HERO — approved full-screen homepage presentation.
   ================================================================ */
body.mlv43-broadcast-home{background:#050a08}
body.mlv43-broadcast-home .mlv39-header{position:fixed;inset:0 0 auto;top:0;width:100%;background:linear-gradient(180deg,rgba(2,7,5,.86),rgba(2,7,5,.38) 65%,transparent)!important;border-bottom-color:transparent!important;box-shadow:none!important;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}
body.admin-bar.mlv43-broadcast-home .mlv39-header{top:0!important}
body.mlv43-broadcast-home.mlv43-header-scrolled .mlv39-header{background:rgba(5,12,9,.96)!important;border-bottom-color:rgba(255,255,255,.10)!important;box-shadow:0 12px 35px rgba(0,0,0,.18)!important}
body.mlv43-broadcast-home .mlv39-header :is(.mlv39-brand,.mlv39-nav-list>li>a,.mlv39-header-icon,.mlv39-menu-button){color:#fff}
body.mlv43-broadcast-home .mlv39-main{overflow:visible}
.mlv43-home{max-width:none!important;margin:0!important;padding:0 0 70px!important;background:var(--mlv39-bg)}
.mlv43-home-hero{position:relative;isolation:isolate;min-height:100svh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:#06110c;color:#fff}
.mlv43-hero-background{position:absolute;z-index:-2;inset:0;margin:0;background:#06110c}
.mlv43-hero-background img{width:100%;height:100%;object-fit:cover;object-position:var(--mlv41-hero-position,center);filter:saturate(.92) contrast(1.03)}
.mlv43-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,5,.95) 0%,rgba(2,8,5,.78) 31%,rgba(2,8,5,.30) 65%,rgba(2,8,5,.16) 100%),linear-gradient(180deg,rgba(1,6,4,.38),transparent 38%,rgba(1,6,4,.88) 100%)}
.mlv43-hero-inner{width:min(var(--mlv39-content),calc(100% - 44px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:48px;padding:calc(var(--mlv39-header) + 42px) 0 238px}
.mlv43-hero-copy{max-width:760px}
.mlv43-hero-copy .mlv39-eyebrow{font-size:.72rem;color:var(--mlv39-lime,#b8ff37)}
.mlv43-hero-copy h1{margin:15px 0 20px;font-family:var(--mlv41-heading-font,"Arial Narrow",Impact,sans-serif);font-size:clamp(4rem,8.2vw,8.5rem);line-height:.78;letter-spacing:-.055em;text-transform:uppercase;text-wrap:balance}
.mlv43-hero-copy h1 span,.mlv43-hero-copy h1 strong{display:block}
.mlv43-hero-copy h1 strong{color:#79c92f;text-shadow:0 8px 40px rgba(72,176,47,.22)}
.mlv43-hero-copy p{max-width:620px;margin:0;color:rgba(255,255,255,.88);font-size:clamp(1rem,1.7vw,1.3rem)}
.mlv43-hero-copy .mlv39-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.mlv43-hero-copy .mlv39-btn{min-height:48px;padding-inline:21px;border-radius:8px}
.mlv43-hero-copy .mlv39-btn-outline{background:rgba(2,8,5,.56);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px)}
.mlv43-hero-stats{align-self:center;border-radius:14px;background:rgba(2,8,5,.72);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);overflow:hidden}
.mlv43-hero-stats>div{min-height:85px;display:flex;flex-direction:column;justify-content:center;padding:14px 22px;border-bottom:1px solid rgba(255,255,255,.11)}
.mlv43-hero-stats>div:last-child{border-bottom:0}.mlv43-hero-stats strong{color:#79c92f;font-size:1.55rem;line-height:1}.mlv43-hero-stats span{margin-top:7px;color:rgba(255,255,255,.72);font-size:.62rem;text-transform:uppercase;letter-spacing:.1em}
.mlv43-hero-strip{position:absolute;z-index:3;left:50%;bottom:38px;transform:translateX(-50%);width:min(var(--mlv39-content),calc(100% - 44px));display:grid;grid-template-columns:1fr 1fr 1.25fr .95fr;gap:12px}
.mlv43-hero-card{min-height:108px;padding:16px 18px;border-radius:12px;background:rgba(2,8,5,.78);border:1px solid rgba(255,255,255,.13);color:#fff;text-decoration:none;backdrop-filter:blur(13px);transition:transform .2s ease,border-color .2s ease,background .2s ease;overflow:hidden}
.mlv43-hero-card:hover{transform:translateY(-3px);border-color:rgba(121,201,47,.65);background:rgba(2,8,5,.90)}
.mlv43-hero-card>span{display:block;color:#79c92f;font-size:.58rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;margin-bottom:9px}
.mlv43-hero-card>strong{display:block;font-size:.8rem;line-height:1.25}.mlv43-hero-card>strong b{color:#79c92f;font-size:1.05rem;margin-inline:4px}.mlv43-hero-card>small{display:block;margin-top:7px;color:rgba(255,255,255,.62);font-size:.62rem}
.mlv43-hero-card.table ol{list-style:none;margin:0;padding:0;display:grid;gap:3px}.mlv43-hero-card.table li{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:5px;font-size:.62rem}.mlv43-hero-card.table li b{color:#79c92f}.mlv43-hero-card.table li em{font-style:normal;color:rgba(255,255,255,.66)}
.mlv43-hero-card.scorer>div{display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:center}.mlv43-hero-card.scorer :is(.mlv39-player-photo,.mlv39-player-fallback){width:46px;height:46px;border-radius:50%;object-fit:cover;background:#173326}.mlv43-hero-card.scorer p{margin:0;min-width:0}.mlv43-hero-card.scorer p strong,.mlv43-hero-card.scorer p small{display:block}.mlv43-hero-card.scorer p strong{font-size:.75rem}.mlv43-hero-card.scorer p small{color:rgba(255,255,255,.62);font-size:.6rem}
.mlv43-scroll-cue{position:absolute;z-index:4;left:50%;bottom:8px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.65);font-size:.58rem;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.mlv43-scroll-cue i{width:8px;height:8px;border-right:2px solid #79c92f;border-bottom:2px solid #79c92f;transform:rotate(45deg);animation:mlv43Cue 1.5s ease-in-out infinite}@keyframes mlv43Cue{50%{transform:translateY(4px) rotate(45deg)}}
.mlv43-home-content{width:min(var(--mlv39-content),calc(100% - 44px));margin:0 auto;padding:32px 0 0}
.mlv43-home-content>.mlv39-section,.mlv43-home-content>.mlv40-home-notice,.mlv43-home-content>.mlv39-home-totals{margin-top:var(--mlv41-section-gap,24px)!important}
html[data-appearance="light"] body.mlv43-broadcast-home .mlv39-header{background:linear-gradient(180deg,rgba(2,7,5,.82),transparent)!important}
@media(max-width:1100px){.mlv43-hero-inner{grid-template-columns:minmax(0,1fr) 170px;gap:28px}.mlv43-hero-copy h1{font-size:clamp(4rem,9vw,7rem)}.mlv43-hero-strip{grid-template-columns:1fr 1fr}.mlv43-hero-card{min-height:96px}.mlv43-home-hero{min-height:1120px}.mlv43-hero-inner{padding-bottom:460px}}
@media(max-width:760px){body.mlv43-broadcast-home .mlv39-header{height:60px}.mlv43-home-hero{min-height:100svh;height:auto;padding-bottom:28px}.mlv43-hero-inner{width:calc(100% - 28px);display:block;padding:118px 0 30px}.mlv43-hero-copy h1{font-size:clamp(3.2rem,17vw,5.4rem);line-height:.82}.mlv43-hero-copy p{font-size:.96rem}.mlv43-hero-stats{display:grid;grid-template-columns:1fr 1fr;margin-top:28px}.mlv43-hero-stats>div{min-height:70px;border-bottom:1px solid rgba(255,255,255,.11);border-right:1px solid rgba(255,255,255,.11)}.mlv43-hero-stats>div:nth-child(2n){border-right:0}.mlv43-hero-stats>div:nth-last-child(-n+2){border-bottom:0}.mlv43-hero-strip{position:relative;left:auto;bottom:auto;transform:none;width:calc(100% - 28px);margin:0 auto 15px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:3px 1px 10px;scrollbar-width:none}.mlv43-hero-strip::-webkit-scrollbar{display:none}.mlv43-hero-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}.mlv43-scroll-cue{display:none}.mlv43-home-content{width:calc(100% - 24px);padding-top:18px}}
@media(max-width:420px){.mlv43-hero-copy .mlv39-hero-actions{display:grid;grid-template-columns:1fr}.mlv43-hero-copy .mlv39-btn{width:100%}.mlv43-hero-stats strong{font-size:1.25rem}.mlv43-hero-card{flex-basis:86vw}}
@media(prefers-reduced-motion:reduce){.mlv43-scroll-cue i{animation:none}.mlv43-hero-card{transition:none}}
