*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d1117;--bg-card:#161b22;--bg-alt:#1c2130;--border:#30363d;--green:#00e676;--green-dim:#1a6b3c;--amber:#ffd600;--red:#f44336;--text:#e6edf3;--text-muted:#8b949e;--home:#2979ff;--away:#ff6d00;--font-head:'Barlow Condensed', sans-serif;--font-body:'Barlow', sans-serif;--radius:8px;--radius-sm:4px;--shadow:0 4px 24px rgba(0,0,0,.5)}.fmh-body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;min-height:100vh}.fmh-site-header{background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.fmh-site-header__inner{max-width:1100px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:56px}.fmh-site-logo{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--green);text-decoration:none;letter-spacing:.5px}.fmh-site-nav a{color:var(--text-muted);text-decoration:none;margin-left:24px;font-size:14px;transition:color .2s}.fmh-site-nav a:hover{color:var(--text)}.fmh-main{max-width:1100px;margin:0 auto;padding:0 16px 48px}.fmh-hero{background:linear-gradient(145deg,#0a1628 0%,#111827 60%,#0d2a1a 100%);border:1px solid var(--border);border-radius:var(--radius);margin:24px 0 0;padding:28px 24px 20px;position:relative;overflow:hidden}.fmh-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgb(0 230 118 / .06) 0%,transparent 70%);pointer-events:none}.fmh-hero__league{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.fmh-hero__league-logo{width:20px;height:20px;object-fit:contain}.fmh-hero__round{background:var(--bg-alt);border-radius:3px;padding:2px 7px;font-size:11px;margin-left:4px}.fmh-hero__scoreline{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.fmh-hero__team{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.fmh-hero__crest{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 2px 8px rgb(0 0 0 / .6))}.fmh-hero__team-name{font-family:var(--font-head);font-size:20px;font-weight:700;letter-spacing:.3px;line-height:1.1}.fmh-hero__score-block{text-align:center}.fmh-hero__score{font-family:var(--font-head);font-size:clamp(42px, 8vw, 72px);font-weight:800;line-height:1;letter-spacing:-1px}.fmh-score-sep{color:var(--text-muted);margin:0 6px}.fmh-hero__status{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;margin-top:8px;padding:4px 12px;border:1px solid var(--border);border-radius:20px}.fmh-hero__status--live{color:var(--green);border-color:var(--green);background:rgb(0 230 118 / .08)}.fmh-pulse{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 1.4s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.fmh-hero__kickoff{color:var(--text-muted);font-size:13px;margin-top:6px}.fmh-hero__venue{text-align:center;color:var(--text-muted);font-size:13px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.fmh-bets{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin:12px 0 0;padding:14px 20px}.fmh-bets__inner{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.fmh-bets__label{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.fmh-bet-btn{background:var(--green);color:#000;font-family:var(--font-head);font-size:13px;font-weight:700;padding:6px 16px;border-radius:var(--radius-sm);text-decoration:none;letter-spacing:.5px;transition:opacity .2s,transform .15s;white-space:nowrap}.fmh-bet-btn:hover{opacity:.88;transform:translateY(-1px)}.fmh-bet-btn--outline{background:#fff0;color:var(--green);border:1px solid var(--green)}.fmh-bet-btn--outline:hover{background:rgb(0 230 118 / .1)}.fmh-bets__disclaimer{font-size:11px;color:var(--text-muted);margin-left:auto;white-space:nowrap}.fmh-bets--bottom{margin-top:24px}.fmh-tabs-wrapper{margin-top:24px;border-bottom:1px solid var(--border)}.fmh-tabs{display:flex;gap:0;overflow-x:auto}.fmh-tab{background:none;border:none;font-family:var(--font-head);font-size:15px;font-weight:600;color:var(--text-muted);letter-spacing:.5px;padding:12px 22px;cursor:pointer;border-bottom:3px solid #fff0;transition:color .2s,border-color .2s;white-space:nowrap}.fmh-tab:hover{color:var(--text)}.fmh-tab--active{color:var(--green);border-bottom-color:var(--green)}.fmh-panel{display:none;padding:24px 0}.fmh-panel--active{display:block}.fmh-empty-state{text-align:center;color:var(--text-muted);padding:48px 0;font-size:16px}.fmh-events{display:flex;flex-direction:column;gap:4px}.fmh-event{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:8px;padding:8px 4px;border-bottom:1px solid var(--border)}.fmh-event:last-child{border-bottom:none}.fmh-event__home{text-align:right}.fmh-event__away{text-align:left}.fmh-event__center{display:flex;flex-direction:column;align-items:center;font-size:18px;gap:2px}.fmh-event__time{font-family:var(--font-head);font-size:12px;font-weight:700;color:var(--text-muted)}.fmh-event__player{font-weight:600;font-size:14px}.fmh-event__assist{color:var(--text-muted);font-size:12px}.fmh-lineups{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fmh-lineup-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border);margin-bottom:12px}.fmh-lineup-crest{width:36px;height:36px;object-fit:contain}.fmh-formation{display:inline-block;background:var(--green-dim);color:var(--green);font-family:var(--font-head);font-size:13px;font-weight:700;padding:2px 8px;border-radius:3px;margin-left:8px}.fmh-coach{font-size:12px;color:var(--text-muted);margin-top:2px}.fmh-lineup-group-label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);padding:10px 0 6px}.fmh-lineup-group-label--subs{color:var(--text-muted)}.fmh-player{display:grid;grid-template-columns:28px 1fr 32px;align-items:center;padding:5px 0;border-bottom:1px solid var(--border);font-size:14px}.fmh-player--sub{opacity:.7}.fmh-player__number{font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--green)}.fmh-player__pos{text-align:right;font-family:var(--font-head);font-size:11px;font-weight:700;color:var(--text-muted);background:var(--bg-alt);border-radius:3px;padding:1px 5px}.fmh-stats{max-width:680px;margin:0 auto}.fmh-stats__header{display:flex;justify-content:space-between;font-family:var(--font-head);font-size:16px;font-weight:700;padding-bottom:14px;border-bottom:2px solid var(--border);margin-bottom:12px}.fmh-stat-row{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid var(--border)}.fmh-stat__val{font-family:var(--font-head);font-size:18px;font-weight:700}.fmh-stat__val--home{text-align:left;color:var(--home)}.fmh-stat__val--away{text-align:right;color:var(--away)}.fmh-stat__label-bar{display:flex;flex-direction:column;gap:4px}.fmh-stat__label{font-size:12px;color:var(--text-muted);text-align:center}.fmh-stat__bar{display:flex;height:5px;border-radius:3px;overflow:hidden;background:var(--border)}.fmh-stat__bar-home{background:var(--home);transition:width .6s ease}.fmh-stat__bar-away{background:var(--away);transition:width .6s ease}.fmh-highlights{padding:8px 0}.fmh-highlights__title{font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:16px}.fmh-highlights__embed iframe,.fmh-highlights__embed video{width:100%;aspect-ratio:16/9;border:none;border-radius:var(--radius)}.fmh-highlights__credit{font-size:12px;color:var(--text-muted);margin-top:8px}.fmh-highlights__credit a{color:var(--text-muted)}.fmh-site-footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:48px}.fmh-site-footer__inner{max-width:1100px;margin:0 auto;padding:16px;display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted);flex-wrap:wrap;gap:8px}.fmh-widget{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-family:var(--font-body)}.fmh-widget-header{background:var(--bg-alt);padding:12px 16px;font-family:var(--font-head);font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.fmh-live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 1.4s infinite}.fmh-updated{margin-left:auto;font-size:11px;color:var(--text-muted);font-weight:400}.fmh-league-group{border-bottom:1px solid var(--border)}.fmh-league-header{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgb(255 255 255 / .02);font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted)}.fmh-league-logo{width:16px;height:16px;object-fit:contain}.fmh-match{display:grid;grid-template-columns:1fr 72px 1fr;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid rgb(255 255 255 / .04);text-decoration:none;color:var(--text);transition:background .15s}.fmh-match:hover{background:rgb(255 255 255 / .04)}.fmh-match--live{background:rgb(0 230 118 / .04)}.fmh-match--live:hover{background:rgb(0 230 118 / .07)}.fmh-team{display:flex;align-items:center;gap:8px}.fmh-team--home{justify-content:flex-end}.fmh-team--away{justify-content:flex-start}.fmh-team-logo{width:20px;height:20px;object-fit:contain}.fmh-team-name{font-size:13px;font-weight:600}.fmh-score{display:flex;flex-direction:column;align-items:center}.fmh-score-nums{font-family:var(--font-head);font-size:18px;font-weight:800}.fmh-status{font-family:var(--font-head);font-size:11px;font-weight:600;color:var(--text-muted)}.fmh-status--live{color:var(--green)}.fmh-empty{padding:24px;text-align:center;color:var(--text-muted)}@media (max-width:640px){.fmh-hero__crest{width:52px;height:52px}.fmh-hero__team-name{font-size:15px}.fmh-lineups{grid-template-columns:1fr}.fmh-bets__inner{justify-content:center}.fmh-bets__disclaimer{margin-left:0}.fmh-match{grid-template-columns:1fr 60px 1fr;padding:8px 10px}.fmh-team-name{font-size:12px}}