.bfm-widget{direction:inherit;color:var(--bfm-text);font-family:inherit;position:relative;min-width:0}.bfm-heading{display:flex;align-items:center;gap:10px;margin:0 0 16px}.bfm-heading h3{margin:0;font:inherit;font-size:22px;font-weight:800;color:inherit}.bfm-heading-mark{width:5px;height:28px;border-radius:8px;background:var(--bfm-accent);display:block}.bfm-cards{display:grid;grid-template-columns:repeat(var(--bfm-columns),minmax(0,1fr));gap:var(--bfm-gap)}.bfm-match-card,.bfm-table-row{background:var(--bfm-bg);border:1px solid var(--bfm-border);border-radius:var(--bfm-radius);box-sizing:border-box;color:var(--bfm-text)}.bfm-match-card{padding:var(--bfm-pad-y) var(--bfm-pad-x);min-height:var(--bfm-card-min-height);min-width:0;box-shadow:0 7px 24px rgba(15,23,42,.055);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.bfm-competition{min-height:28px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--bfm-muted);font-size:12px;font-weight:700;margin-bottom:13px}.bfm-competition-logo{width:var(--bfm-comp-logo);height:var(--bfm-comp-logo);object-fit:contain;flex:0 0 auto}.bfm-card-main{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;min-width:0}.bfm-teams-direction-ltr .bfm-card-main,.bfm-teams-direction-ltr .bfm-table-teams{direction:ltr}.bfm-teams-direction-rtl .bfm-card-main,.bfm-teams-direction-rtl .bfm-table-teams{direction:rtl}.bfm-team{display:flex;align-items:center;gap:var(--bfm-team-gap);min-width:0}.bfm-team-home{justify-content:flex-end;text-align:end}.bfm-team-away{justify-content:flex-start;text-align:start}.bfm-team-logo{width:var(--bfm-logo);height:var(--bfm-logo);object-fit:contain;flex:0 0 auto;max-width:100%;display:block}.bfm-team-name{font-weight:800;font-size:14px;line-height:1.25;overflow-wrap:anywhere;max-width:var(--bfm-name-width)}.bfm-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:var(--bfm-center-width)}.bfm-score{display:flex;align-items:center;gap:5px;font-size:22px;line-height:1;font-variant-numeric:tabular-nums}.bfm-score b{font-weight:900}.bfm-vs{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--bfm-muted)}.bfm-time{font-size:11px;color:var(--bfm-muted);text-align:center;white-space:nowrap}.bfm-status{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 7px;border-radius:999px;background:var(--bfm-accent);color:#111;font-size:10px;font-weight:800;line-height:1.2}.bfm-status-live,.bfm-status-in_play{background:#dc2626;color:#fff}.bfm-status-finished{background:#111827;color:#fff}.bfm-status-postponed,.bfm-status-suspended,.bfm-status-cancelled{background:#6b7280;color:#fff}.bfm-table{display:grid;gap:var(--bfm-gap)}.bfm-table-row{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(280px,1.8fr) 90px minmax(160px,.8fr);align-items:center;gap:14px;padding:12px 14px}.bfm-table-row .bfm-competition{margin:0}.bfm-table-teams{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.bfm-table-teams .bfm-team{flex:1}.bfm-table-result{text-align:center}.bfm-table-date{display:flex;flex-direction:column;align-items:flex-end;gap:5px;color:var(--bfm-muted);font-size:11px}.bfm-table-separator{color:var(--bfm-muted)}.bfm-empty,.bfm-error{border:1px solid var(--bfm-border,#e5e7eb);border-radius:12px;padding:18px;background:#fff;color:#374151}.bfm-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.bfm-error strong{color:#7f1d1d}.bfm-empty strong{display:block;margin-bottom:4px;color:var(--bfm-text,#151515)}.bfm-empty span{color:var(--bfm-muted,#6b7280);font-size:13px;line-height:1.6}

/* Logo placement controls. DOM order is logo then name. */
.bfm-logo-pos-center .bfm-team-home .bfm-team-logo{order:2}.bfm-logo-pos-center .bfm-team-home .bfm-team-name{order:1}.bfm-logo-pos-center .bfm-team-away .bfm-team-logo{order:1}.bfm-logo-pos-center .bfm-team-away .bfm-team-name{order:2}.bfm-logo-pos-outside .bfm-team-home .bfm-team-logo{order:1}.bfm-logo-pos-outside .bfm-team-home .bfm-team-name{order:2}.bfm-logo-pos-outside .bfm-team-away .bfm-team-logo{order:2}.bfm-logo-pos-outside .bfm-team-away .bfm-team-name{order:1}.bfm-logo-pos-before .bfm-team-logo{order:1}.bfm-logo-pos-before .bfm-team-name{order:2}.bfm-logo-pos-after .bfm-team-logo{order:2}.bfm-logo-pos-after .bfm-team-name{order:1}.bfm-logo-pos-above .bfm-team,.bfm-logo-pos-below .bfm-team{flex-direction:column}.bfm-logo-pos-above .bfm-team-logo{order:1}.bfm-logo-pos-above .bfm-team-name{order:2}.bfm-logo-pos-below .bfm-team-logo{order:2}.bfm-logo-pos-below .bfm-team-name{order:1}

/* Team block alignment controls. */
.bfm-team-align-start .bfm-team{justify-content:flex-start;text-align:start}.bfm-team-align-center .bfm-team{justify-content:center;text-align:center}.bfm-team-align-end .bfm-team{justify-content:flex-end;text-align:end}.bfm-logo-pos-above.bfm-team-align-start .bfm-team,.bfm-logo-pos-below.bfm-team-align-start .bfm-team{align-items:flex-start}.bfm-logo-pos-above.bfm-team-align-center .bfm-team,.bfm-logo-pos-below.bfm-team-align-center .bfm-team{align-items:center}.bfm-logo-pos-above.bfm-team-align-end .bfm-team,.bfm-logo-pos-below.bfm-team-align-end .bfm-team{align-items:flex-end}

/* League placement controls. */
.bfm-league-align-start .bfm-competition{justify-content:flex-start;text-align:start}.bfm-league-align-center .bfm-competition{justify-content:center;text-align:center}.bfm-league-align-end .bfm-competition{justify-content:flex-end;text-align:end}

/* 1. Classic */
.bfm-style-classic .bfm-match-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(15,23,42,.1);border-color:var(--bfm-accent)}

/* 2. Glass / Modern */
.bfm-style-glass .bfm-match-card,.bfm-style-glass .bfm-table-row{position:relative;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--bfm-bg) 90%,transparent),color-mix(in srgb,var(--bfm-bg) 72%,#dbeafe));border-color:color-mix(in srgb,var(--bfm-border) 70%,#fff);box-shadow:0 14px 40px rgba(15,23,42,.10);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.bfm-style-glass .bfm-match-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.38),transparent 36%,rgba(255,255,255,.08))}.bfm-style-glass .bfm-match-card>*{position:relative;z-index:1}.bfm-style-glass .bfm-match-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 20px 46px rgba(15,23,42,.14)}

/* 3. Dark Scoreboard */
.bfm-style-scoreboard .bfm-match-card,.bfm-style-scoreboard .bfm-table-row{background:linear-gradient(180deg,#151c2b,var(--bfm-bg));border-color:var(--bfm-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 28px rgba(0,0,0,.24)}.bfm-style-scoreboard .bfm-score{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:26px;color:var(--bfm-accent);text-shadow:0 0 14px color-mix(in srgb,var(--bfm-accent) 50%,transparent)}.bfm-style-scoreboard .bfm-vs{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--bfm-accent)}.bfm-style-scoreboard .bfm-team-logo{filter:drop-shadow(0 5px 8px rgba(0,0,0,.35))}.bfm-style-scoreboard .bfm-status-finished{background:#334155}.bfm-style-scoreboard .bfm-match-card:hover{transform:translateY(-2px);border-color:var(--bfm-accent)}

/* 4. Compact News */
.bfm-style-compact .bfm-match-card{padding:10px 12px;border-radius:min(var(--bfm-radius),10px);box-shadow:none}.bfm-style-compact .bfm-competition{min-height:20px;margin-bottom:7px;font-size:10px}.bfm-style-compact .bfm-card-main{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);gap:8px}.bfm-style-compact .bfm-team-name{font-size:12px}.bfm-style-compact .bfm-team-logo{width:min(var(--bfm-logo),34px);height:min(var(--bfm-logo),34px)}.bfm-style-compact .bfm-score{font-size:18px}.bfm-style-compact .bfm-status{border-radius:5px}.bfm-style-compact .bfm-match-card{border-inline-start:4px solid var(--bfm-accent)}.bfm-style-compact .bfm-table-row{padding:8px 10px;border-inline-start:4px solid var(--bfm-accent);border-radius:min(var(--bfm-radius),8px)}

/* 5. Premium Gold */
.bfm-style-premium .bfm-match-card,.bfm-style-premium .bfm-table-row{position:relative;overflow:hidden;background:radial-gradient(circle at 50% -30%,rgba(242,183,5,.18),transparent 48%),linear-gradient(160deg,#121a2d,var(--bfm-bg));border:1px solid color-mix(in srgb,var(--bfm-accent) 36%,var(--bfm-border));box-shadow:0 18px 44px rgba(0,0,0,.24)}.bfm-style-premium .bfm-match-card:after{content:"";position:absolute;inset-inline:18%;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--bfm-accent),transparent);opacity:.8}.bfm-style-premium .bfm-score,.bfm-style-premium .bfm-vs{color:var(--bfm-accent)}.bfm-style-premium .bfm-team-logo{filter:drop-shadow(0 8px 12px rgba(0,0,0,.3))}.bfm-style-premium .bfm-match-card:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(0,0,0,.30)}

/* 6. Animated continuous strip */
.bfm-style-animated{overflow:hidden}.bfm-style-animated .bfm-heading{position:relative;z-index:2}.bfm-marquee{overflow:hidden;width:100%;position:relative}.bfm-marquee.bfm-edge-fade{-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.bfm-marquee-track{display:flex;width:max-content;will-change:transform;transform:translate3d(0,0,0)}.bfm-marquee-group{display:flex;align-items:stretch;gap:var(--bfm-gap);padding-inline-end:var(--bfm-gap);flex:0 0 auto}.bfm-style-animated .bfm-match-card{width:var(--bfm-card-width);max-width:calc(100vw - 32px);flex:0 0 auto;background:radial-gradient(circle at 50% -25%,rgba(242,183,5,.16),transparent 48%),linear-gradient(145deg,#182033,var(--bfm-bg));border-color:var(--bfm-border);box-shadow:0 14px 36px rgba(0,0,0,.24);position:relative;overflow:hidden}.bfm-style-animated .bfm-match-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:var(--bfm-accent)}.bfm-style-animated .bfm-match-card:hover{transform:translateY(-3px);border-color:var(--bfm-accent)}.bfm-style-animated .bfm-score,.bfm-style-animated .bfm-vs{color:var(--bfm-accent)}.bfm-marquee-static{overflow-x:auto;scrollbar-width:thin}.bfm-marquee-static .bfm-marquee-track{transform:none!important}

@media (max-width:1024px){.bfm-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.bfm-table-row{grid-template-columns:1fr 1.5fr 80px}.bfm-table-date{grid-column:1/-1;flex-direction:row;justify-content:flex-end;align-items:center}.bfm-table-comp{min-width:0}}
@media (max-width:767px){.bfm-cards{grid-template-columns:1fr}.bfm-match-card{padding:var(--bfm-pad-y) var(--bfm-pad-x)}.bfm-card-main{grid-template-columns:minmax(0,1fr) minmax(60px,var(--bfm-center-width)) minmax(0,1fr);gap:7px}.bfm-team-name{font-size:12px}.bfm-table-row{grid-template-columns:1fr;padding:12px;gap:10px}.bfm-table-comp,.bfm-table-date{display:flex;justify-content:center;align-items:center;text-align:center}.bfm-table-teams{justify-content:space-between}.bfm-table-result{text-align:center}.bfm-heading h3{font-size:19px}.bfm-marquee{-webkit-mask-image:none;mask-image:none}}
@media (prefers-reduced-motion:reduce){.bfm-match-card{transition:none}.bfm-marquee{overflow-x:auto}.bfm-marquee-track{transform:none!important}.bfm-marquee-clone{display:none!important}}
