.fls-tab,.control-item,.btn-show-hidden,.fls-filter-popup-btn,.header-controls[data-live-controls] [data-odds-refresh],.header-controls[data-live-controls] [data-tables-refresh],.fls-odds-controls [data-odds-refresh],.fls-tables-controls [data-tables-refresh],#btnShowHidden,#btnReset,#btnRefresh{display:inline-flex;flex:0 0 auto;width:auto;min-width:var(--fls-ui-filter-chip-min);max-width:var(--fls-ui-filter-chip-max);min-height:var(--fls-ui-filter-height);align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid var(--fls-ui-filter-border);border-radius:var(--fls-ui-filter-radius);background:var(--fls-ui-filter-control-bg);color:var(--fls-ui-filter-text);box-shadow:none;font-size:10.5px;font-weight:900;letter-spacing:.01em;line-height:1.05;text-align:center;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;touch-action:manipulation;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.fls-tab:hover,.control-item:hover,.btn-show-hidden:hover,.fls-filter-popup-btn:hover,.header-controls[data-live-controls] [data-odds-refresh]:hover,.header-controls[data-live-controls] [data-tables-refresh]:hover,.fls-odds-controls [data-odds-refresh]:hover,.fls-tables-controls [data-tables-refresh]:hover,.fls-odds-controls [data-odds-market-shortcut]:hover,.fls-filter-rail [data-odds-market-shortcut]:hover,.fls-sidebar-odds-market [data-odds-market-shortcut]:hover,.fls-sidebar-odds-panel [data-odds-market-shortcut]:hover,.fls-odds-market-status__button:hover,#btnShowHidden:hover,#btnReset:hover,#btnRefresh:hover{border-color:var(--fls-ui-filter-border-active);background:var(--fls-ui-filter-control-hover)}.fls-tab.is-active,.control-item.is-active,.btn-show-hidden.is-active,.fls-filter-popup-btn.is-active,.fls-filter-popup-btn[aria-expanded="true"],.fls-odds-controls [data-odds-market-shortcut].is-active,.fls-filter-rail [data-odds-market-shortcut].is-active,.fls-sidebar-odds-market [data-odds-market-shortcut].is-active,.fls-sidebar-odds-panel [data-odds-market-shortcut].is-active,.fls-odds-market-status__button.is-active,[data-status-filter].is-active{border-color:var(--fls-ui-filter-border-active);background:var(--fls-ui-filter-control-active);color:var(--fls-ui-filter-active-text)}.fls-filter-popup-btn>span,.fls-tab>span,.control-item>span,.btn-show-hidden>span,.fls-odds-controls [data-odds-market-shortcut]>span,.fls-filter-rail [data-odds-market-shortcut]>span,.fls-sidebar-odds-panel [data-odds-market-shortcut]>span,.fls-odds-market-status__button>span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.control-item.fls-native-select-hidden,select.control-item[aria-hidden="true"],.fls-filter-rail>select[aria-hidden="true"]{display:none}.fls-filter-popup__close,.fls-modal__head button,.fls-modal--league .fls-modal__head button,[data-close-modal],.fls-goal-toast__close{display:inline-grid;place-items:center;align-items:center;justify-content:center;padding:0;text-align:center;line-height:1}.fls-filter-popup__close::before,.fls-modal__head button::before,.fls-modal--league .fls-modal__head button::before,[data-close-modal]::before,.fls-goal-toast__close::before{display:block;margin:0;line-height:1;transform:none}.fls-goal-popups{position:fixed;z-index:2147483647;top:calc(var(--fls-header-h,54px)+10px+env(safe-area-inset-top,0));right:max(10px,calc((100vw - min(100vw,var(--fls-container,1180px))) / 2+10px));left:auto;display:grid;width:min(356px,calc(100vw - 24px));max-width:calc(100vw - 24px);min-height:0;align-content:start;justify-items:stretch;gap:9px;visibility:visible;opacity:1;transform:none;pointer-events:none;isolation:isolate;contain:none}.fls-goal-popups[hidden]{display:grid}.fls-goal-popups[data-placement="right"],.fls-goal-popups[data-placement="center"]{right:max(10px,calc((100vw - min(100vw,var(--fls-container,1180px))) / 2+10px));left:auto;transform:none}.fls-goal-toast{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);width:100%;min-width:0;min-height:78px;align-items:center;gap:10px;padding:10px 38px 10px 10px;border:1px solid var(--fls-goal-border,rgba(0,46,108,.16));border-radius:16px;background:linear-gradient(180deg,var(--fls-goal-bg,rgba(249,252,255,.98)) 0,var(--fls-goal-bg-2,rgba(229,241,255,.98)) 100%);color:var(--fls-goal-text,#062b62);box-shadow:0 18px 42px rgba(2,22,52,.16);visibility:visible;opacity:0;transform:translate3d(0,-6px,0) scale(.99);transform-origin:50% 0;pointer-events:auto;overflow:hidden;contain:none;font-family:var(--fls-font,"Sofia Sans FLS",Arial,sans-serif);animation:flsGoalIn var(--fls-goal-enter-ms,180ms) cubic-bezier(.2,.9,.25,1) forwards;will-change:transform,opacity}.fls-goal-toast.is-visible{visibility:visible}.fls-goal-toast.is-leaving{pointer-events:none;animation:flsGoalOut var(--fls-goal-exit-ms,160ms) cubic-bezier(.4,0,.2,1) forwards}.fls-goal-toast__mark{position:relative;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:12px;background:var(--fls-goal-icon-bg,rgba(6,43,98,.08));overflow:hidden}.fls-goal-toast__mark img{position:relative;z-index:2;display:block;width:82%;height:82%;object-fit:contain}.fls-goal-toast__fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--fls-goal-icon,#0b4f9f);font-size:20px;line-height:1}.fls-goal-toast__mark.has-icon .fls-goal-toast__fallback,.fls-goal-toast__mark:not(.is-fallback):not(.has-icon) .fls-goal-toast__fallback{display:none}.fls-goal-toast__mark.is-fallback .fls-goal-toast__fallback{display:grid}.fls-goal-toast__mark.is-fallback img{display:none}.fls-goal-toast__content,.fls-goal-toast__body{display:grid;min-width:0;gap:3px}.fls-goal-toast__head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.fls-goal-toast__head strong,.fls-goal-toast__body b{color:var(--fls-goal-text,#062b62);font-weight:950}.fls-goal-toast__head strong{overflow:hidden;font-size:14.5px;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.fls-goal-toast__head span{flex:0 0 auto;color:var(--fls-danger,#cf2d2d);font-size:11px;font-weight:950;line-height:1}.fls-goal-toast__body strong,.fls-goal-toast__body span,.fls-goal-toast__body small,.fls-goal-toast__body em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fls-goal-toast__body span,.fls-goal-toast__body small,.fls-goal-toast__body em{color:var(--fls-goal-muted,#315e98);font-style:normal}.fls-goal-toast__body .fls-goal-toast__scorer{color:var(--fls-danger,#cf2d2d);font-size:12px;font-weight:950;line-height:1.12}.fls-goal-toast__body small,.fls-goal-toast__body em{font-size:10px;font-weight:850;line-height:1.2}.fls-goal-toast__close{position:absolute;top:7px;right:7px;display:inline-grid;width:23px;height:23px;place-items:center;padding:0;border:1px solid var(--fls-goal-border,rgba(0,46,108,.18));border-radius:999px;background:var(--fls-goal-icon-bg,rgba(6,43,98,.09));color:var(--fls-goal-text,#062b62);box-shadow:none;font-size:0;line-height:1}.fls-goal-toast__close::before{content:"×";display:block;color:currentColor;font-size:15px;font-weight:950;line-height:1}html.fls-dark .fls-goal-toast,html.dark .fls-goal-toast{border-color:rgba(147,197,253,.30);background:linear-gradient(180deg,rgba(7,24,51,.96) 0,rgba(11,36,79,.98) 100%);color:#eef6ff;box-shadow:0 18px 48px rgba(1,9,24,.52)}html.fls-dark .fls-goal-toast__mark,html.dark .fls-goal-toast__mark{background:rgba(255,255,255,.92)}html.fls-dark .fls-goal-toast__fallback,html.dark .fls-goal-toast__fallback{color:#0b4f9f}html.fls-dark .fls-goal-toast__head strong,html.dark .fls-goal-toast__head strong,html.fls-dark .fls-goal-toast__body b,html.dark .fls-goal-toast__body b{color:#eef6ff}html.fls-dark .fls-goal-toast__head span,html.dark .fls-goal-toast__head span,html.fls-dark .fls-goal-toast__body .fls-goal-toast__scorer,html.dark .fls-goal-toast__body .fls-goal-toast__scorer{color:#ff8e8e}html.fls-dark .fls-goal-toast__body span,html.dark .fls-goal-toast__body span,html.fls-dark .fls-goal-toast__body small,html.dark .fls-goal-toast__body small,html.fls-dark .fls-goal-toast__body em,html.dark .fls-goal-toast__body em{color:rgba(234,244,255,.80)}html.fls-dark .fls-goal-toast__close,html.dark .fls-goal-toast__close{border-color:rgba(147,197,253,.34);background:rgba(255,255,255,.10);color:#eef6ff}@keyframes flsGoalIn{0{opacity:0;transform:translate3d(0,-6px,0) scale(.99)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}@keyframes flsGoalOut{0{opacity:1;transform:translate3d(0,0,0) scale(1)}100%{opacity:0;transform:translate3d(0,-5px,0) scale(.99)}}@media (max-width:900px){.fls-goal-popups,.fls-goal-popups[data-placement="right"],.fls-goal-popups[data-placement="center"]{top:calc(var(--fls-header-h,54px)+8px+env(safe-area-inset-top,0));right:8px;left:auto;width:min(326px,calc(100vw - 16px));transform:none}.fls-goal-toast{grid-template-columns:34px minmax(0,1fr);min-height:68px;gap:8px;padding:8px 34px 8px 8px;border-radius:14px;touch-action:manipulation;user-select:none}.fls-goal-toast__mark{width:34px;height:34px;border-radius:10px}.fls-goal-toast__head strong{font-size:13px}.fls-goal-toast__body .fls-goal-toast__scorer{font-size:11px}.fls-goal-toast__body small,.fls-goal-toast__body em{font-size:9.5px}}@media (prefers-reduced-motion:reduce){.fls-goal-toast,.fls-goal-toast.is-leaving{animation:none;opacity:1;transform:none}}.fls-filter-popup,.fls-modal{position:fixed;inset:0;z-index:9998;display:grid;place-items:center;padding:max(12px,env(safe-area-inset-top,0)) max(12px,env(safe-area-inset-right,0)) max(12px,env(safe-area-inset-bottom,0)) max(12px,env(safe-area-inset-left,0));background:var(--fls-popup-backdrop);opacity:1;overflow:hidden}.fls-filter-popup[hidden],.fls-modal[hidden]{display:none}.fls-filter-popup__card,.fls-modal__card,.fls-modal--league .fls-modal__card{display:flex;width:min(560px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:min(72vh,640px);overflow:hidden;flex-direction:column;border:1px solid var(--fls-popup-border);border-radius:var(--fls-popup-radius);background:var(--fls-popup-surface);color:var(--fls-popup-text);box-shadow:var(--fls-popup-shadow)}.fls-filter-popup__head,.fls-modal__head,.fls-modal--league .fls-modal__head{display:flex;flex:0 0 auto;min-height:46px;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--fls-popup-border);background:var(--fls-popup-head-bg);color:var(--fls-popup-text);font-weight:950}.fls-filter-popup__head strong,.fls-modal__head strong,.fls-modal--league .fls-modal__head strong{min-width:0;overflow:hidden;font-size:13px;font-weight:950;letter-spacing:.01em;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.fls-filter-popup__close,.fls-modal__head button,.fls-modal--league .fls-modal__head button,[data-close-modal]{display:inline-grid;flex:0 0 32px;width:32px;height:32px;place-items:center;padding:0;border:1px solid var(--fls-popup-border);border-radius:999px;background:var(--fls-popup-option-bg);color:var(--fls-popup-text);font-size:0;line-height:1;text-align:center}.fls-filter-popup__close::before,.fls-modal__head button::before,.fls-modal--league .fls-modal__head button::before,[data-close-modal]::before{display:block;content:"×";font-size:18px;font-weight:950;line-height:1;transform:translateY(-.5px)}.fls-filter-popup__body,.fls-filter-popup__list,.fls-modal__body,.fls-modal--league .fls-modal__body{display:grid;flex:1 1 auto;gap:8px;min-height:0;max-height:none;overflow:auto;padding:10px;scrollbar-width:thin;scrollbar-color:var(--fls-scrollbar-thumb) var(--fls-scrollbar-track)}.fls-filter-popup__body::-webkit-scrollbar,.fls-filter-popup__list::-webkit-scrollbar,.fls-modal__body::-webkit-scrollbar,.fls-modal--league .fls-modal__body::-webkit-scrollbar,.fls-league-modal__list::-webkit-scrollbar{width:7px;height:7px}.fls-filter-popup__body::-webkit-scrollbar-track,.fls-filter-popup__list::-webkit-scrollbar-track,.fls-modal__body::-webkit-scrollbar-track,.fls-modal--league .fls-modal__body::-webkit-scrollbar-track,.fls-league-modal__list::-webkit-scrollbar-track{border-radius:999px;background:var(--fls-scrollbar-track)}.fls-filter-popup__body::-webkit-scrollbar-thumb,.fls-filter-popup__list::-webkit-scrollbar-thumb,.fls-modal__body::-webkit-scrollbar-thumb,.fls-modal--league .fls-modal__body::-webkit-scrollbar-thumb,.fls-league-modal__list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--fls-scrollbar-thumb);background-clip:padding-box}.fls-filter-popup__option,.fls-modal-option,.fls-modal-row,.fls-league-check{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--fls-popup-border);border-radius:12px;background:var(--fls-popup-option-bg);color:var(--fls-popup-text);font-size:11px;font-weight:900;text-align:left}.fls-filter-popup__option:hover,.fls-modal-option:hover,.fls-modal-row:hover,.fls-league-check:hover{background:var(--fls-popup-option-hover)}.fls-filter-popup__option.is-active,.fls-modal-option.is-active,.fls-modal-row.is-active,.fls-league-check.is-active{border-color:var(--fls-ui-filter-border-active);background:var(--fls-popup-option-active)}.fls-modal-grid,.fls-card-grid--modal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fls-league-modal{display:flex;width:100%;min-width:0;min-height:0;flex-direction:column;background:var(--fls-popup-surface);color:var(--fls-popup-text)}.fls-league-modal__tabs{display:flex;flex:0 0 auto;gap:6px;overflow-x:auto;overflow-y:hidden;padding:8px 10px;border-bottom:1px solid var(--fls-popup-border);background:var(--fls-popup-surface-2);scrollbar-width:none}.fls-league-modal__tabs::-webkit-scrollbar{display:none}.fls-league-tab,.fls-league-modal__actions button,.fls-modal-row--static button{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 11px;border:1px solid var(--fls-popup-border);border-radius:10px;background:var(--fls-popup-option-bg);color:var(--fls-popup-text);font-size:10.5px;font-weight:950;text-transform:uppercase;white-space:nowrap}.fls-league-tab.is-active,.fls-league-modal__actions .is-primary,.fls-league-modal__actions button.is-primary,.fls-modal-row--static button.is-primary{border-color:var(--fls-ui-filter-border-active);background:var(--fls-ui-filter-control-active);color:var(--fls-ui-filter-active-text)}.fls-league-modal__list{display:grid;flex:1 1 auto;gap:7px;min-height:0;overflow:auto;padding:10px;scrollbar-width:thin;scrollbar-color:var(--fls-scrollbar-thumb) var(--fls-scrollbar-track)}.fls-league-modal__actions,.fls-league-modal__footer{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:center;padding:10px;border-top:1px solid var(--fls-popup-border);background:var(--fls-popup-surface-2)}.fls-modal-note{padding:10px;border-radius:12px;background:var(--fls-popup-surface-2);color:var(--fls-popup-muted);font-size:12px;font-weight:750}@media (max-width:560px){.fls-filter-popup__card,.fls-modal__card,.fls-modal--league .fls-modal__card{width:calc(100vw - 18px);max-width:calc(100vw - 18px);max-height:calc(100dvh - 18px);border-radius:14px}.fls-modal-grid,.fls-card-grid--modal{grid-template-columns:1fr}}.fls-empty-state{display:grid;min-height:180px;place-items:center;gap:6px;padding:24px;color:var(--fls-primary);text-align:center}.fls-empty-state span{color:var(--fls-muted);font-size:12px;font-weight:750}.fls-card-grid--modal{width:min(520px,100%);padding:4px}.fls-api-note,.fls-empty-state,.fls-tables-empty,.fls-tables-loading{min-height:84px;display:grid;place-items:center;gap:6px;text-align:center}.fls-empty-state span:empty,.fls-api-note:empty{display:none !important}.fls-data-loader{display:grid !important;grid-template-columns:auto minmax(0,1fr) !important;align-items:center !important;gap:10px !important;width:min(100%,520px) !important;margin:12px auto !important;padding:12px 13px !important;border:1px solid var(--fls-loader-border) !important;border-radius:15px;background:var(--fls-loader-bg);color:var(--fls-loader-text);box-shadow:none;filter:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;contain:content !important}.fls-data-loader__spinner{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:4px !important;width:32px !important;height:32px !important;border-radius:999px;border:1px solid var(--fls-loader-border) !important;background:var(--fls-rgba-5-91-172-06)}.fls-data-loader__spinner span{display:block !important;width:5px !important;height:5px !important;border-radius:999px;background:currentColor;opacity:.35;animation:flsLoaderDot 1.05s linear infinite !important}.fls-data-loader__spinner span:nth-child(2){animation-delay:.14s !important}.fls-data-loader__spinner span:nth-child(3){animation-delay:.28s !important}.fls-data-loader__copy{display:grid !important;gap:3px !important;min-width:0 !important;text-align:left}.fls-data-loader__copy strong{display:block !important;color:var(--fls-loader-text);font-size:12px;line-height:1.15;font-weight:950;white-space:normal !important}.fls-data-loader__copy span,.fls-data-loader__copy small{display:block !important;color:var(--fls-loader-muted);font-size:10.5px;line-height:1.25;white-space:normal !important}@keyframes flsLoaderDot{0,100%{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.fls-score-feed.is-api-loading,.fls-odds-board.is-api-loading,.fls-tables-board.is-api-loading{display:grid;min-height:0;place-items:center;padding:0;border-color:transparent;background:transparent;box-shadow:none;overflow:visible}.fls-score-feed.is-api-loading{border-width:0;border-radius:0}.fls-score-feed.is-api-loading .fls-data-loader,.fls-odds-board.is-api-loading .fls-data-loader,.fls-tables-board.is-api-loading .fls-data-loader{width:min(100%,520px);margin:0 auto}@media (max-width:520px){.fls-score-feed.is-api-loading,.fls-odds-board.is-api-loading,.fls-tables-board.is-api-loading{padding-inline:0}.fls-score-feed.is-api-loading .fls-data-loader,.fls-odds-board.is-api-loading .fls-data-loader,.fls-tables-board.is-api-loading .fls-data-loader{width:100%}}@media (prefers-reduced-motion:reduce){.fls-data-loader__spinner span{animation:none !important;opacity:.72}}@media (max-width:520px){.fls-data-loader{grid-template-columns:auto minmax(0,1fr) !important;gap:8px !important;margin:8px auto !important;padding:10px !important;border-radius:13px}.fls-data-loader__spinner{width:28px !important;height:28px !important}.fls-data-loader__copy strong{font-size:11px}.fls-data-loader__copy span,.fls-data-loader__copy small{font-size:9.7px}}.fls-odds-board .fls-empty-state{display:grid !important;gap:7px !important;min-height:96px !important;align-content:center !important;justify-items:center !important;padding:18px 12px !important;border:0 !important;background:transparent;color:var(--fls-odds-chip-text);text-align:center;box-shadow:none;filter:none !important}.fls-odds-board .fls-empty-state strong{display:block !important;color:var(--fls-odds-chip-text);font-size:12px;font-weight:950;line-height:1.18;letter-spacing:0}.fls-odds-board .fls-empty-state span,.fls-odds-board .fls-empty-state small{display:block !important;max-width:360px !important;color:var(--fls-rgba-0-48-110-70);font-size:10.5px;font-weight:750;line-height:1.35}.fls-modal--statistics .fls-card-grid--modal{align-items:stretch}.fls-modal--statistics .fls-info-card{min-height:76px;border-color:var(--fls-info-card-border,var(--fls-popup-border));background:var(--fls-info-card-bg,var(--fls-popup-option-bg));color:var(--fls-info-card-text,var(--fls-popup-text));box-shadow:none}.fls-modal--statistics .fls-info-card__label{color:var(--fls-info-card-label,var(--fls-popup-muted))}.fls-modal--statistics .fls-info-card__value{color:var(--fls-info-card-value,var(--fls-popup-text))}.fls-modal--match-detail{z-index:10002}.fls-modal--match-detail .fls-modal__card{width:min(760px,calc(100vw - 24px));max-height:min(86vh,780px)}.fls-modal--match-detail .fls-modal__body{padding:0}.fls-match-detail{display:grid;gap:10px;padding:10px}.fls-detail-hero{display:grid;gap:12px;padding:14px;border:1px solid var(--fls-popup-border);border-radius:18px;background:linear-gradient(135deg,rgba(59,130,246,.14),rgba(14,165,233,.08)),var(--fls-popup-option-bg);overflow:hidden}.fls-detail-hero.is-inplay,.fls-detail-hero.is-halftime{background:linear-gradient(135deg,rgba(230,83,34,.16),rgba(59,130,246,.08)),var(--fls-popup-option-bg)}.fls-detail-hero__meta{display:flex;min-width:0;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;color:var(--fls-popup-muted,var(--fls-muted));font-size:11px;font-weight:900;line-height:1.1;text-transform:uppercase}.fls-detail-hero__meta b{display:inline-flex;min-height:24px;align-items:center;padding:0 10px;border:1px solid var(--fls-popup-border);border-radius:999px;background:var(--fls-popup-surface);color:var(--fls-primary,currentColor);font-size:11px}.fls-detail-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px}.fls-detail-team{display:grid;min-width:0;justify-items:center;gap:8px;text-align:center}.fls-detail-team__crest{display:inline-grid;width:42px;height:42px;place-items:center;overflow:hidden;border:1px solid var(--fls-popup-border);border-radius:50%;background:var(--fls-popup-surface);color:var(--fls-primary,currentColor);font-size:13px;font-weight:950}.fls-detail-team__crest img{display:block;width:100%;height:100%;object-fit:contain}.fls-detail-team strong{display:block;max-width:100%;overflow:hidden;color:var(--fls-popup-text);font-size:13px;font-weight:950;line-height:1.15;text-overflow:ellipsis}.fls-detail-score{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:8px;min-width:96px;min-height:58px;justify-content:center;padding:8px 14px;border:1px solid var(--fls-popup-border);border-radius:18px;background:var(--fls-popup-surface);color:var(--fls-live,var(--fls-primary));font-variant-numeric:tabular-nums}.fls-detail-score strong{font-size:28px;font-weight:1000;line-height:1}.fls-detail-score span{color:var(--fls-popup-muted,var(--fls-muted));font-weight:900}.fls-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.fls-detail-meta{display:grid;gap:4px;min-width:0;padding:9px 10px;border:1px solid var(--fls-popup-border);border-radius:13px;background:var(--fls-popup-option-bg)}.fls-detail-meta small{color:var(--fls-popup-muted,var(--fls-muted));font-size:9.5px;font-weight:900;line-height:1;text-transform:uppercase}.fls-detail-meta strong{min-width:0;overflow:hidden;color:var(--fls-popup-text);font-size:12px;font-weight:950;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.fls-detail-section{display:grid;gap:8px}.fls-detail-section h3{margin:2px 0 0;padding:8px 10px;border:1px solid var(--fls-popup-border);border-radius:12px;background:var(--fls-popup-head-bg);color:var(--fls-popup-text);font-size:12px;font-weight:950;line-height:1;text-transform:uppercase}.fls-detail-note,.fls-detail-loading{display:grid;place-items:center;min-height:74px;padding:14px;border:1px solid var(--fls-popup-border);border-radius:14px;background:var(--fls-popup-option-bg);color:var(--fls-popup-muted,var(--fls-muted));font-size:12px;font-weight:850;text-align:center}.fls-detail-note.is-warning{min-height:0;color:var(--fls-warning,#f59e0b)}.fls-detail-loading{gap:8px}.fls-detail-loading span{display:block;width:26px;height:26px;border:3px solid currentColor;border-top-color:transparent;border-radius:50%;animation:flsSpin .8s linear infinite;opacity:.7}.fls-timeline-table{display:grid;overflow:hidden;border:1px solid var(--fls-popup-border);border-radius:14px;background:var(--fls-popup-surface)}.fls-timeline-row{display:grid;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);align-items:center;min-height:42px;border-bottom:1px solid var(--fls-popup-border)}.fls-timeline-row:last-child{border-bottom:0}.fls-timeline-row:nth-child(odd){background:var(--fls-popup-option-bg)}.fls-timeline-cell{min-width:0;padding:7px 9px;color:var(--fls-popup-text);font-size:11.5px;font-weight:800;line-height:1.25}.fls-timeline-cell--home{text-align:right}.fls-timeline-cell--away{text-align:left}.fls-timeline-minute{display:inline-grid;min-height:100%;place-items:center;border-right:1px solid var(--fls-popup-border);border-left:1px solid var(--fls-popup-border);color:var(--fls-primary,currentColor);font-size:11px;font-weight:950;font-variant-numeric:tabular-nums}.fls-timeline-event{display:inline-flex;max-width:100%;align-items:center;gap:5px;vertical-align:middle}.fls-timeline-event.is-strong{color:var(--fls-popup-text);font-weight:950}.fls-timeline-event small{color:var(--fls-popup-muted,var(--fls-muted));font-size:9.5px;font-weight:900}.fls-detail-ball{display:inline-block;width:16px;height:16px;flex:0 0 16px;color:currentColor;vertical-align:-3px}.fls-card-icon{display:inline-block;width:10px;height:14px;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.18)}.fls-card-icon--red{background:#ef4444}.fls-card-icon--yellow{background:#facc15}.fls-sub-icon,.fls-missed-icon,.fls-event-dot{display:inline-grid;width:16px;height:16px;place-items:center;flex:0 0 16px;border-radius:999px;background:var(--fls-popup-surface);color:var(--fls-primary,currentColor);font-size:11px;font-weight:950}.fls-missed-icon{color:var(--fls-danger,#ef4444)}.fls-event-dot{width:8px;height:8px;background:currentColor}.fls-detail-stats{display:grid;gap:9px;padding:10px;border:1px solid var(--fls-popup-border);border-radius:14px;background:var(--fls-popup-surface)}.fls-detail-stat{display:grid;gap:5px}.fls-detail-stat__labels{display:grid;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;gap:8px;color:var(--fls-popup-muted,var(--fls-muted));font-size:10.5px;font-weight:900;line-height:1;text-align:center}.fls-detail-stat__labels strong{color:var(--fls-popup-text);font-size:11px;font-weight:950;font-variant-numeric:tabular-nums}.fls-detail-stat__bar{display:flex;height:12px;overflow:hidden;border-radius:999px;background:var(--fls-popup-option-bg)}.fls-detail-stat__bar span,.fls-detail-stat__bar i{display:block;min-width:2px;transition:width .2s ease}.fls-detail-stat__bar span{background:linear-gradient(90deg,var(--fls-primary,#3b82f6),rgba(59,130,246,.72))}.fls-detail-stat__bar i{background:linear-gradient(90deg,rgba(14,165,233,.72),var(--fls-live,#e65322))}@keyframes flsSpin{to{transform:rotate(360deg)}}@media (max-width:620px){.fls-modal--match-detail .fls-modal__card{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.fls-match-detail{padding:8px}.fls-detail-scoreboard{gap:8px}.fls-detail-score{min-width:78px;min-height:52px;padding:7px 10px}.fls-detail-score strong{font-size:23px}.fls-detail-team__crest{width:34px;height:34px;font-size:11px}.fls-detail-team strong{font-size:11px}.fls-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fls-timeline-row{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)}.fls-timeline-cell{padding:7px 7px;font-size:10.5px}.fls-detail-stat__labels{grid-template-columns:46px minmax(0,1fr) 46px;gap:6px;font-size:10px}}