@import url("/assets/css/tzp-fonts.css?v=1");

:root{
  --navy-950:#061426;
  --navy-900:#08213a;
  --navy-850:#0b2b4a;
  --navy-800:#103758;
  --navy-700:#1e4b70;
  --red:#e51e35;
  --red-dark:#b90f25;
  --red-soft:#fff0f2;
  --white:#fff;
  --paper:#f6f8fb;
  --page:#edf2f7;
  --line:#d6dee8;
  --ink:#101b2a;
  --muted:#68788b;
  --success:#27a95b;
  --warning:#f0a516;
  --shadow:0 12px 32px rgba(6,20,38,.11);
  --radius:14px;
  --display:var(--tzp-font-heading);
  --body:var(--tzp-font-body);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--page)}
body.tzp-home-v2{margin:0;min-width:320px;overflow-x:hidden;background:var(--page);color:var(--ink);font:14px/1.45 var(--body)}
body.tzp-home-v2::before{content:"";position:fixed;inset:0 0 auto;height:420px;z-index:-1;background:linear-gradient(180deg,#dfe8f2 0,rgba(237,242,247,0) 100%)}
body.tzp-home-v2 a{color:inherit;text-decoration:none}
body.tzp-home-v2 button,body.tzp-home-v2 input,body.tzp-home-v2 select{font:inherit}
body.tzp-home-v2 img{max-width:100%;display:block}
.page-width,.header-inner{width:min(1500px,calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Header — zamknięty w szerokości portalu */
.site-header{height:84px;padding-top:8px;background:transparent;color:#fff;position:relative;z-index:50}
.site-header::after{display:none}
.header-inner{height:76px;padding:0 18px;display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:20px;position:relative;z-index:1;background:
 radial-gradient(circle at 78% -70%,rgba(44,112,166,.48),transparent 38%),
 linear-gradient(110deg,var(--navy-950),#0a3153);border-bottom:3px solid var(--red);border-radius:12px 12px 0 0;box-shadow:0 12px 30px rgba(6,20,38,.16)}
.brand{height:52px;display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.14)}
.brand img{width:126px;height:auto}
.main-nav{height:100%;display:flex;justify-content:center;align-items:center;gap:1px}
.main-nav a{height:100%;padding:0 13px;display:flex;align-items:center;position:relative;color:#cdd9e5;font:700 15px/1 var(--display);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a::after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--red);transform:scaleX(0);transition:.2s}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.header-tools{display:flex;align-items:center;gap:9px;padding-left:16px;border-left:1px solid rgba(255,255,255,.16)}
.icon-button,.header-action{width:40px;height:40px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.03);color:#fff;display:grid;place-items:center;position:relative;cursor:pointer}
.icon-button>span,.header-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.search-button>span{border:2px solid currentColor;border-radius:50%;position:relative}
.search-button>span::after{content:"";position:absolute;width:7px;height:2px;background:currentColor;right:-5px;bottom:-2px;transform:rotate(45deg)}
.notification-button>span{width:14px;height:16px;border:2px solid currentColor;border-radius:9px 9px 4px 4px}
.notification-button>b{position:absolute;right:-3px;top:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--red);font:700 10px/17px var(--body)}
.account{height:42px;display:flex;align-items:center;gap:10px;padding:3px 12px 3px 4px;border:1px solid rgba(255,255,255,.2);border-radius:23px}
.account-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy-900);font:900 13px var(--body)}
.account>span:last-child{display:grid;line-height:1.05}
.account small{font:700 9px var(--display);text-transform:uppercase;color:#95a8bb;letter-spacing:.08em}
.account b{font-size:13px;color:#fff}
.menu-toggle{display:none}

/* Ticker — ta sama szerokość co menu */
.rumour-bar{height:46px;background:transparent;border:0;box-shadow:none}
.rumour-bar .page-width{height:100%;display:grid;grid-template-columns:155px minmax(0,1fr) auto;align-items:center;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;box-shadow:0 10px 24px rgba(6,20,38,.09);overflow:hidden}
.rumour-label{height:100%;display:flex;align-items:center;padding:0 22px;background:var(--red);color:#fff;font:900 italic 16px var(--display);text-transform:uppercase;clip-path:polygon(0 0,100% 0,88% 100%,0 100%)}
.rumour-stream,.rumour-empty{min-width:0;padding:0 20px;position:relative;height:100%;display:flex;align-items:center}
.rumour-item{display:none;align-items:center;gap:12px;min-width:0;color:#28394d;font-size:13px}
.rumour-item.active{display:flex}
.rumour-item i,.rumour-empty i{width:7px;height:7px;border-radius:50%;background:var(--red);flex:0 0 auto}
.rumour-item span,.rumour-empty span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rumour-next,.rumour-admin-link,.rumour-bar .stage-pill{border:0;background:var(--red);color:#fff;padding:9px 15px;border-radius:5px;font:900 12px var(--display);text-transform:uppercase;cursor:pointer}

main.page-width{display:grid;gap:18px;padding-block:18px 24px}

/* Top league */
.top-league-arena{overflow:hidden;border-radius:var(--radius);background:var(--navy-900);color:#fff;box-shadow:0 18px 42px rgba(4,20,37,.2);border:1px solid #163c5f}
.top-arena-header{min-height:126px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;overflow:hidden;background:
 linear-gradient(105deg,rgba(5,22,39,.98) 0 40%,rgba(10,42,72,.93) 67%,rgba(6,20,38,.98)),
 repeating-linear-gradient(120deg,transparent 0 36px,rgba(255,255,255,.025) 37px 38px)}
.top-arena-header::before{content:"";position:absolute;inset:-70% 28% -90% 48%;background:linear-gradient(100deg,transparent 40%,rgba(229,30,53,.65) 41% 43%,rgba(255,255,255,.08) 44% 55%,transparent 56%);transform:skewX(-12deg)}
.top-arena-brand,.top-arena-controls{position:relative;z-index:1}
.top-arena-brand{display:flex;align-items:center;gap:20px;min-width:0}
.top-arena-shield{width:74px;height:88px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(150deg,#f52b42,#af0b20);clip-path:polygon(8% 0,92% 0,87% 76%,50% 100%,13% 76%);filter:drop-shadow(0 8px 12px rgba(0,0,0,.3))}
.top-arena-shield i{font:900 32px/1 var(--display);font-style:normal}
.top-arena-brand small{display:block;color:#d5e0ea;font:700 14px var(--display);text-transform:uppercase;letter-spacing:.05em}
.top-arena-brand small b{color:#fff}
.top-arena-brand h1{margin:-2px 0 -5px;color:#fff;font:900 italic clamp(54px,5vw,82px)/.94 var(--display);text-transform:uppercase;letter-spacing:-.025em;text-shadow:0 6px 0 rgba(0,0,0,.25)}
.top-arena-brand em{font:900 15px/1 var(--display);text-transform:uppercase;letter-spacing:.26em;color:#fff}
.top-arena-controls{display:flex;align-items:center;gap:16px}
.top-live-state{height:46px;padding:0 18px;border:1px solid rgba(255,255,255,.28);border-radius:8px;display:flex;align-items:center;gap:9px;background:rgba(4,18,32,.7);font:900 13px var(--display);text-transform:uppercase;white-space:nowrap}
.top-live-state i{width:9px;height:9px;border-radius:50%;background:#9fb2c3;box-shadow:0 0 0 5px rgba(159,178,195,.1)}
.top-live-state.active{border-color:#ff5266}.top-live-state.active i{background:var(--red);box-shadow:0 0 12px var(--red)}
.league-selector{position:relative}
.league-selector select{width:210px;height:46px;padding:0 44px 0 16px;border:1px solid rgba(255,255,255,.28);border-radius:8px;appearance:none;background:rgba(5,17,31,.86);color:#fff;font-weight:700;cursor:pointer}
.league-selector>b{position:absolute;right:16px;top:11px;pointer-events:none;font-size:18px}
.top-arena-tabs{min-height:48px;padding:0 22px;display:flex;align-items:stretch;gap:28px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.13);background:#071a30}
.top-arena-tabs a{display:flex;align-items:center;position:relative;color:#aebfd0;font:700 12px var(--display);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.top-arena-tabs a:hover,.top-arena-tabs a.active{color:#fff}
.top-arena-tabs a.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--red)}
.top-arena-grid{padding:14px;display:grid;grid-template-columns:minmax(560px,1.52fr) minmax(250px,.62fr) minmax(420px,1fr);gap:12px;align-items:stretch}
.arena-panel{min-width:0;border:1px solid #cfd8e3;background:#fff;color:var(--ink);border-radius:9px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.arena-panel-title{height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:2px solid var(--red)}
.arena-panel-title h2{margin:0;font:900 italic 23px/1 var(--display);text-transform:uppercase;color:var(--navy-900)}
.arena-panel-title h2 b{color:var(--red)}
.arena-panel-title>span{font:700 11px var(--display);text-transform:uppercase;color:var(--muted)}
.arena-standings{display:grid;grid-template-rows:auto 1fr auto}
.arena-table-shell{position:relative;min-height:0}
.arena-table-shell table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}
.arena-table-shell th{height:30px;padding:0 5px;border-bottom:1px solid var(--line);font:700 10px var(--display);color:#617185;text-transform:uppercase;text-align:center}
.arena-table-shell th:nth-child(1){width:40px}
.arena-table-shell th:nth-child(2){width:auto;text-align:left}
.arena-table-shell th:nth-child(n+3):nth-child(-n+6){width:31px}
.arena-table-shell th:nth-child(7){width:62px}
.arena-table-shell th:nth-child(8){width:42px}
.arena-table-shell th:nth-child(9){width:112px}
.arena-table-shell td{height:28px;padding:2px 5px;border-bottom:1px solid #e3e8ee;text-align:center;color:#27374a;white-space:nowrap}
.arena-table-shell td:nth-child(2){display:flex;align-items:center;gap:7px;text-align:left;min-width:0}
.arena-table-shell td:nth-child(2)>b{overflow:hidden;text-overflow:ellipsis}
.arena-table-shell tr:nth-child(even) td{background:#f8fafc}
.arena-table-shell tr:hover td{background:#edf4fa}
.arena-table-shell tr.table-row-live td{background:#fff1f3}
.table-position{width:26px;height:22px;border-radius:3px;display:grid;place-items:center;background:var(--navy-900);color:#fff;font-size:11px}
.arena-table-shell tr:nth-last-child(-n+3):not(.placeholder-row) .table-position{background:var(--red)}
.arena-team-logo,.table-team-badge,.crest-placeholder{width:20px;height:20px;object-fit:contain;flex:0 0 auto}
.table-team-badge{border-radius:50%;display:grid;place-items:center;background:var(--team-color,var(--navy-800));color:#fff;font:900 9px var(--display)}
.crest-placeholder{border:1px dashed #cbd4df;border-radius:50%}
.placeholder-row{opacity:.43}.placeholder-row td:nth-child(2)>i{font-size:11px}
.team-live-badge{padding:2px 4px;background:var(--red);color:#fff;border-radius:3px;font:700 9px var(--display);font-style:normal}
.form-sequence{display:inline-flex;gap:3px;justify-content:center}
.form-sequence i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;font:900 9px var(--display);font-style:normal}
.form-w{background:#22a653}.form-d{background:var(--warning)}.form-l{background:var(--red)}
.form-sequence em{color:#9babb9;font-style:normal}
.data-notice{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);padding:16px 24px;border-radius:8px;background:#fff;box-shadow:var(--shadow);display:grid;text-align:center}
.arena-action{height:46px;margin:10px 12px 12px;border:1px solid #cfd8e3;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:18px;color:var(--navy-900);font:900 12px var(--display);text-transform:uppercase;letter-spacing:.04em;transition:.18s}
.arena-action:hover{background:var(--navy-900);border-color:var(--navy-900);color:#fff}
.arena-action span{color:var(--red);font-size:18px}
.arena-leaders{display:grid;grid-template-rows:auto 1fr auto}
.arena-leaders-list{padding:10px;display:grid;gap:9px;align-content:start}
.top-leader-card{min-height:165px;position:relative;overflow:hidden;border:1px solid #d5dee8;border-radius:8px;background:linear-gradient(135deg,#f8fafc,#eef3f7);display:grid;grid-template-columns:42% 1fr 54px;align-items:end}
.top-leader-card::before{content:"";position:absolute;left:-28px;top:-35px;width:90px;height:80px;background:var(--red);transform:rotate(-38deg)}
.top-leader-photo{height:138px;align-self:end;display:flex;align-items:flex-end;justify-content:center;position:relative}
.top-leader-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.top-leader-photo>span{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:#dae3ec;color:var(--navy-700);font-size:32px}
.top-leader-copy{padding:16px 3px 16px 0;display:grid;gap:4px;align-self:stretch;align-content:center;min-width:0}
.top-leader-copy small{display:flex;align-items:center;gap:5px;color:#536478;font:700 10px var(--display);text-transform:uppercase}
.top-leader-copy small i{color:var(--red);font-style:normal}
.top-leader-copy>b{font:900 18px/1.05 var(--display);text-transform:uppercase;overflow:hidden;text-overflow:ellipsis}
.top-leader-copy em{color:var(--red);font:700 11px var(--display);text-transform:uppercase;font-style:normal}
.top-leader-card>strong{padding:0 7px 18px 0;color:var(--red);font:900 38px/.8 var(--display);text-align:right}
.top-leader-card>strong small{display:block;margin-top:8px;color:var(--navy-900);font:900 9px/1 var(--display);text-transform:uppercase}
.arena-rounds{min-width:0;display:grid;grid-template-rows:1fr 1fr;gap:12px}
.arena-round{display:grid;grid-template-rows:auto 1fr auto;min-height:0}
.arena-live-round .arena-panel-title{border-bottom-color:var(--red)}
.arena-live-round .arena-panel-title h2 i{display:inline-block;width:9px;height:9px;margin-right:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px #ffe7eb}
.top-fixtures{padding:8px 14px;display:grid;align-content:start}
.top-fixture-row{min-width:0;height:34px;display:grid;grid-template-columns:42px 40px minmax(92px,1fr) 44px minmax(92px,1fr);align-items:center;gap:7px;border-bottom:1px solid #e0e6ed;font-size:11px}
.top-fixture-row:hover{background:#f5f8fb}
.fixture-date{display:grid;line-height:1}.fixture-date b{font-size:11px}.fixture-date small{margin-top:2px;color:#8492a1;font:700 9px var(--display);text-transform:uppercase}
.top-fixture-row time{font-weight:700;color:#44566a}
.fixture-home,.fixture-away{min-width:0;display:flex;align-items:center;gap:6px}
.fixture-home{justify-content:flex-end;text-align:right}.fixture-away{justify-content:flex-start}
.fixture-home b,.fixture-away b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fixture-home img,.fixture-away img{width:19px;height:19px;object-fit:contain;flex:0 0 auto}
.top-fixture-row>strong{height:25px;display:grid;place-items:center;position:relative;border:1px solid #d1dbe5;border-radius:5px;color:var(--navy-900);font:900 12px var(--display)}
.top-fixture-row>strong em{position:absolute;right:-4px;top:-8px;padding:1px 3px;background:var(--red);color:#fff;border-radius:3px;font:700 9px var(--display);font-style:normal}
.fixture-result>strong,.fixture-live>strong{background:var(--navy-900);border-color:var(--navy-900);color:#fff}
.fixture-live{background:#fff4f5}
.arena-empty{display:grid;place-items:center;color:#7b8998;font-size:12px}
.top-arena-foot{height:36px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#8fa4b8;font-size:10px}
.top-arena-foot span{display:flex;align-items:center;gap:7px}.top-arena-foot span i{width:7px;height:7px;border-radius:50%;background:var(--red)}

/* Top Liga — projekt docelowy */
.top-league-arena.tlx{
  --tlx-navy:#061c34;
  --tlx-navy-2:#0a2d4f;
  --tlx-red:#ed1b2f;
  --tlx-line:#d4dee8;
  overflow:hidden;
  border:1px solid #153d60;
  border-radius:14px;
  background:
    radial-gradient(circle at 82% -40%,rgba(41,104,158,.35),transparent 34%),
    linear-gradient(135deg,#061a31,#082846 72%,#061a31);
  color:#fff;
  box-shadow:0 18px 42px rgba(4,20,37,.2);
}
.tlx-header{min-height:92px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.tlx-title{display:flex;align-items:center;gap:10px;color:#fff;font:900 italic 52px/.9 var(--display);text-transform:uppercase;letter-spacing:-.035em;text-shadow:0 3px 0 rgba(0,0,0,.22)}
.tlx-title b{color:var(--tlx-red)}
.tlx-selector{width:390px;min-height:56px;padding:6px 43px 6px 9px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;position:relative;border:1px solid rgba(255,255,255,.34);border-radius:7px;background:rgba(4,18,33,.78);box-shadow:inset 0 0 20px rgba(255,255,255,.025)}
.tlx-selector-logo{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#fff;overflow:hidden}
.tlx-selector-logo img{width:33px;height:33px;object-fit:contain}
.tlx-selector-logo b{color:var(--tlx-red);font:900 18px var(--display)}
.tlx-selector-copy{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.tlx-selector-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font:900 16px var(--display);text-transform:uppercase}
.tlx-selector-copy small{flex:0 0 auto;color:#91a9bf;font:700 9px var(--display)}
.tlx-selector select{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;outline:0;appearance:none;opacity:0;cursor:pointer}
.tlx-selector select option{color:#102238;background:#fff}
.tlx-selector>i{position:absolute;right:15px;top:17px;font:900 20px/1 var(--display);font-style:normal;pointer-events:none}
.tlx-tabs{min-height:48px;padding:0 20px;display:flex;align-items:stretch;gap:30px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.18);background:rgba(3,18,34,.72)}
.tlx-tabs a{display:flex;align-items:center;position:relative;color:#c1d0dd;font:700 13px/1 var(--display);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}
.tlx-tabs a:hover,.tlx-tabs a.active{color:#fff}
.tlx-tabs a.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--tlx-red)}
.tlx-grid{padding:10px;display:grid;grid-template-columns:minmax(525px,1.45fr) minmax(190px,.5fr) minmax(390px,1.1fr);gap:9px;align-items:stretch}
.tlx-panel{min-width:0;overflow:hidden;border:1px solid #c7d2dd;border-radius:7px;background:#fff;color:#101d2d;box-shadow:0 5px 14px rgba(0,0,0,.08)}
.tlx-panel-heading{min-height:52px;padding:8px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--tlx-red)}
.tlx-panel-heading>div{min-width:0}
.tlx-panel-heading small{display:block;margin-bottom:2px;color:#738498;font:700 8px var(--display);text-transform:uppercase;letter-spacing:.06em}
.tlx-panel-heading h2{margin:0;color:var(--tlx-navy);font:900 italic 23px/1 var(--display);text-transform:uppercase;letter-spacing:-.01em}
.tlx-panel-heading h2 b{color:var(--tlx-red)}
.tlx-panel-heading>span:not(.tlx-live-badge){color:#607287;font:700 9px var(--display);text-transform:uppercase}
.tlx-live-badge{height:27px;padding:0 9px;border-radius:4px;display:flex;align-items:center;gap:6px;background:var(--tlx-red);color:#fff;font:900 9px var(--display);text-transform:uppercase}
.tlx-live-badge i{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.2)}
.tlx-table-panel{display:grid;grid-template-rows:auto 1fr auto}
.tlx-table-wrap{position:relative;min-height:0}
.tlx-table-wrap table{width:100%;border-collapse:collapse;table-layout:fixed;font:12px/1.1 var(--tzp-font-body)}
.tlx-table-wrap th{height:30px;padding:0 4px;border-bottom:1px solid var(--tlx-line);color:#56697e;font:700 9px var(--display);text-transform:uppercase;text-align:center}
.tlx-table-wrap th:nth-child(1){width:35px}
.tlx-table-wrap th:nth-child(2){width:auto;text-align:left}
.tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:27px}
.tlx-table-wrap th:nth-child(7){width:56px}
.tlx-table-wrap th:nth-child(8){width:39px}
.tlx-table-wrap th:nth-child(9){width:94px}
.tlx-table-wrap td{height:29px;padding:2px 4px;border-bottom:1px solid #e0e7ee;color:#26384c;text-align:center;white-space:nowrap}
.tlx-table-wrap tr:nth-child(even) td{background:#f8fafc}
.tlx-table-wrap tr:hover td{background:#eef4f9}
.tlx-table-wrap tr.is-live-row td{background:#fff0f2}
.tlx-table-wrap td:nth-child(2){display:flex;align-items:center;gap:7px;text-align:left;min-width:0}
.tlx-table-wrap td:nth-child(2)>b{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.tlx-club-logo,.tlx-club-fallback{width:21px;height:21px;flex:0 0 auto}
.tlx-club-logo{object-fit:contain}

/* Interaktywny profil klubu w tabeli ligi */
.top-league-arena.tlx tr.tlx-club-profile-trigger{cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease}
.top-league-arena.tlx tr.tlx-club-profile-trigger:hover{background:#f7fafc;box-shadow:inset 3px 0 0 #ef233c}
.top-league-arena.tlx tr.tlx-club-profile-trigger:focus-visible{outline:2px solid #ef233c;outline-offset:-2px;background:#fff8f9}
.top-league-arena.tlx tr.tlx-club-profile-trigger td:nth-child(2)>b{text-decoration-color:transparent;text-underline-offset:3px;transition:text-decoration-color .16s ease,color .16s ease}
.top-league-arena.tlx tr.tlx-club-profile-trigger:hover td:nth-child(2)>b{color:#d91635;text-decoration:underline;text-decoration-color:#ef233c}

.tlx-club-matches-panel{padding:0 18px 20px}
.tlx-club-matches-panel>header{display:flex;align-items:flex-end;justify-content:space-between;padding:18px 2px 13px;border-bottom:1px solid #d5e0e9}
.tlx-club-matches-panel>header small{display:block;color:#6b8094;font-size:10px;font-weight:800;letter-spacing:.12em}
.tlx-club-matches-panel>header h3{margin:3px 0 0;color:#071f37;font-size:20px;line-height:1.1}
.tlx-club-matches-panel>header>em{color:#6b8094;font-size:12px;font-style:normal;font-weight:800}
.tlx-club-matches-panel>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:10px}
.tlx-club-match-row{display:grid;grid-template-columns:108px minmax(0,1fr) 64px minmax(0,1fr) 18px;align-items:center;min-height:66px;padding:8px 10px;border:1px solid #d4e0e9;border-radius:8px;background:#fff;color:#071f37;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.tlx-club-match-row:hover{border-color:#ef233c;box-shadow:0 7px 18px rgba(7,31,55,.09);transform:translateY(-1px)}
.tlx-club-match-date small,.tlx-club-match-date em{display:block;color:#6b8094;font-size:9px;font-style:normal;font-weight:800;line-height:1.25}
.tlx-club-match-date b{display:block;margin:3px 0;color:#071f37;font-size:12px}
.tlx-club-match-team{display:flex;align-items:center;gap:7px;min-width:0}
.tlx-club-match-team.is-away{flex-direction:row-reverse;text-align:right}
.tlx-club-match-team b{overflow:hidden;font-size:12px;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}
.tlx-club-match-crest{width:28px;height:28px;flex:0 0 28px;object-fit:contain}
.tlx-club-match-row>strong{justify-self:center;min-width:48px;padding:8px 5px;border-radius:6px;background:#071f37;color:#fff;font-size:13px;text-align:center}
.tlx-club-match-row.is-live>strong,.tlx-club-match-row.is-postponed>strong{background:#ef233c}
.tlx-club-match-row>i{color:#ef233c;font-size:18px;font-style:normal;font-weight:900;text-align:right}
@media(max-width:900px){.tlx-club-matches-panel>div{grid-template-columns:1fr}.tlx-club-match-row{grid-template-columns:84px minmax(0,1fr) 54px minmax(0,1fr) 14px}}

.tlx-club-profile-summary{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:10px;padding:12px 18px 2px}
.tlx-club-profile-summary>article{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:stretch;min-height:132px;overflow:hidden;border:1px solid #d3dee8;border-radius:9px;background:#fff}
.tlx-club-profile-summary>article:after{position:absolute;right:-31px;bottom:-54px;width:125px;height:125px;border-radius:50%;background:#f1f5f8;content:"";pointer-events:none}
.tlx-club-profile-summary>article>img,.tlx-club-profile-summary>article>.tlx-club-venue-fallback,.tlx-club-profile-summary>article>.tlx-club-coach-fallback{width:92px;height:100%;min-height:132px;object-fit:cover;background:#eaf0f5}
.tlx-club-profile-summary>article>div{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:14px 15px}
.tlx-club-profile-summary article small{color:#6b8094;font-size:9px;font-weight:900;letter-spacing:.12em}
.tlx-club-profile-summary article h3{margin:5px 0 3px;overflow:hidden;color:#071f37;font-size:17px;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}
.tlx-club-profile-summary article p{margin:0;color:#647b90;font-size:10px;font-weight:650;line-height:1.35}
.tlx-club-profile-summary article dl{display:flex;flex-wrap:wrap;gap:6px 16px;margin:13px 0 0}
.tlx-club-profile-summary article dl div{display:block}
.tlx-club-profile-summary article dt{color:#7b8da0;font-size:8px;font-weight:900;letter-spacing:.08em}
.tlx-club-profile-summary article dd{margin:2px 0 0;color:#071f37;font-size:11px;font-weight:850}
.tlx-club-profile-summary .is-club{grid-template-columns:78px minmax(0,1fr)}
.tlx-club-profile-summary .tlx-club-profile-crest{align-self:center;display:grid;place-items:center;width:60px;height:60px;min-height:0;margin:auto;object-fit:contain;filter:drop-shadow(0 7px 8px rgba(7,31,55,.14))}
.tlx-club-profile-summary>article.is-text-only{grid-template-columns:minmax(0,1fr)}
.tlx-club-profile-summary>article.is-text-only>div{margin:14px;padding:10px 14px 10px 17px;border-left:4px solid #ed1b38;background:linear-gradient(90deg,#f5f8fb 0,rgba(245,248,251,0) 88%)}
.tlx-club-profile-summary>article.is-text-only h3{white-space:normal}
.tlx-club-venue-fallback,.tlx-club-coach-fallback{position:relative;display:grid;place-items:center}
.tlx-club-venue-fallback:before{width:45px;height:31px;border:3px solid #9fb0bf;border-top:0;border-radius:0 0 24px 24px;content:""}
.tlx-club-venue-fallback:after{position:absolute;width:58px;height:3px;border-radius:3px;background:#9fb0bf;content:""}
.tlx-club-coach-fallback:before{width:37px;height:37px;border:3px solid #9fb0bf;border-radius:50%;content:""}
.tlx-club-coach-fallback:after{position:absolute;bottom:24px;width:53px;height:27px;border:3px solid #9fb0bf;border-bottom:0;border-radius:28px 28px 0 0;content:""}
@media(max-width:1050px){.tlx-club-profile-summary{grid-template-columns:1fr 1fr}.tlx-club-profile-summary .is-venue{grid-column:1/-1}}
@media(max-width:680px){.tlx-club-profile-summary{grid-template-columns:1fr;padding-inline:10px}.tlx-club-profile-summary .is-venue{grid-column:auto}.tlx-club-profile-summary>article{grid-template-columns:76px minmax(0,1fr)}.tlx-club-profile-summary>article>img,.tlx-club-profile-summary>article>.tlx-club-venue-fallback,.tlx-club-profile-summary>article>.tlx-club-coach-fallback{width:76px}}
.tlx-club-fallback{display:grid;place-items:center;border-radius:50%;background:var(--team-color,var(--tlx-navy));color:#fff;font:900 7px var(--display)}
.tlx-position{width:26px;height:24px;margin:auto;display:grid;place-items:center;border-radius:2px;background:#173755;color:#fff;font:900 11px var(--display)}
.tlx-position.is-ucl{background:#169e56}.tlx-position.is-europe{background:#1678bd}.tlx-position.is-playoff{background:#e89a19}.tlx-position.is-drop{background:var(--tlx-red)}
.tlx-row-live{padding:2px 4px;border-radius:3px;background:var(--tlx-red);color:#fff;font:900 7px var(--display);font-style:normal}
.tlx-form{display:flex;justify-content:center;gap:3px}
.tlx-form i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#fff;font:900 8px var(--display);font-style:normal}
.tlx-form .is-w{background:#24a65a}.tlx-form .is-d{background:#f0a31a}.tlx-form .is-l{background:#e43743}.tlx-form .is-empty{background:#d7dee5;color:#8896a5}
.tlx-data-empty{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);padding:15px 22px;display:grid;text-align:center;border:1px solid var(--tlx-line);border-radius:6px;background:#fff;box-shadow:var(--shadow)}
.tlx-data-empty span{font-size:10px;color:#728295}
.tlx-action{height:43px;margin:10px;border:1px solid #c6d2df;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--tlx-navy);font:900 12px var(--display);text-transform:uppercase;letter-spacing:.03em;transition:.18s}
.tlx-action:hover{border-color:var(--tlx-red);color:var(--tlx-red)}
.tlx-action span{color:var(--tlx-red);font-size:16px}
.tlx-legend{min-height:36px;padding:5px 10px;display:flex;align-items:center;justify-content:flex-start;gap:18px;flex-wrap:wrap;color:#d4e0eb;font-size:9px}
.tlx-legend span{display:flex;align-items:center;gap:5px}
.tlx-legend i{width:8px;height:8px;border-radius:50%;background:#169e56}.tlx-legend i.europe{background:#1678bd}.tlx-legend i.playoff{background:#e89a19}.tlx-legend i.drop{background:var(--tlx-red)}
.tlx-leaders-panel{min-width:0}
.tlx-leaders-list{height:100%;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:9px}
.tlx-leader-card{min-height:0;position:relative;overflow:hidden;border:1px solid #cbd5df;border-radius:6px;background:linear-gradient(135deg,#fff,#e9eff4);display:grid;grid-template-rows:38px 1fr 50px}
.tlx-leader-card::before{content:"";position:absolute;left:-24px;top:-29px;width:78px;height:69px;background:var(--tlx-red);transform:rotate(-38deg)}
.tlx-leader-title{padding:8px 9px 0;display:flex;align-items:center;gap:6px;position:relative;z-index:2}
.tlx-leader-title span{margin-left:28px;color:var(--tlx-red);font-size:14px}
.tlx-leader-title small{color:#273c54;font:900 11px/1.05 var(--display);text-transform:uppercase}
.tlx-leader-body{position:relative;min-height:66px}
.tlx-leader-photo{position:absolute;left:0;bottom:-1px;width:60%;height:138px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.tlx-leader-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.tlx-leader-photo>span{color:#9aa8b6;font-size:35px}
.tlx-leader-club{position:absolute;right:10px;top:2px;width:36px;height:36px;object-fit:contain}
.tlx-leader-body>strong{position:absolute;right:10px;bottom:9px;color:var(--tlx-red);font:900 italic 38px/.8 var(--display);text-align:right}
.tlx-leader-body>strong small{display:block;max-width:68px;margin-top:8px;color:var(--tlx-navy);font:900 9px/1 var(--display);text-transform:uppercase}
.tlx-leader-card footer{min-width:0;padding:7px 9px 6px;display:grid;align-content:center;border-top:1px solid #d3dde6;background:#fff}
.tlx-leader-card footer b,.tlx-leader-card footer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tlx-leader-card footer b{color:var(--tlx-navy);font:900 15px/1 var(--display)}
.tlx-leader-card footer span{margin-top:4px;color:#617287;font:700 10px var(--display)}
.tlx-rounds{min-width:0;display:grid;grid-template-rows:1fr 1fr;gap:9px}
.tlx-round-panel{min-height:0;display:grid;grid-template-rows:auto 1fr auto}
.tlx-round-panel.has-live{border-color:#f1a2aa}
.tlx-fixtures{padding:6px 12px;display:grid;align-content:start}
.tlx-fixture{min-width:0;height:40px;display:grid;grid-template-columns:42px 39px minmax(70px,1fr) 44px minmax(70px,1fr) 12px;align-items:center;gap:6px;border-bottom:1px solid #dde5ec;color:#1c3046;font-size:11px}
.tlx-fixture:hover{background:#f3f6f9}
.tlx-fixture.is-live{background:#fff3f4}
.tlx-fixture-date{display:grid;line-height:1}.tlx-fixture-date b{font-size:11px}.tlx-fixture-date small{margin-top:3px;color:#74869a;font:700 8px var(--display);text-transform:uppercase}
.tlx-fixture.is-live .tlx-fixture-date small{color:var(--tlx-red)}
.tlx-fixture time{font-weight:700;color:#435970}
.tlx-team{min-width:0;display:flex;align-items:center;gap:6px}
.tlx-team b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tlx-team img{width:22px;height:22px;flex:0 0 auto;object-fit:contain}
.tlx-home{justify-content:flex-end;text-align:right}.tlx-home img{order:2}
.tlx-away{justify-content:flex-start}
.tlx-fixture>strong{height:28px;display:grid;place-items:center;border:1px solid #c7d3df;border-radius:4px;color:var(--tlx-navy);font:900 12px var(--display)}
.tlx-fixture.is-result>strong,.tlx-fixture.is-live>strong{border-color:var(--tlx-navy);background:var(--tlx-navy);color:#fff}
.tlx-fixture>i{color:var(--tlx-red);font:900 16px var(--display);font-style:normal}
.tlx-round-empty{display:grid;place-items:center;color:#738397;font-size:10px}
.tlx-double-actions{padding:8px 10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tlx-double-actions a{height:43px;display:grid;place-items:center;border-radius:5px;background:var(--tlx-navy);color:#fff;font:900 11px var(--display);text-transform:uppercase}
.tlx-double-actions a.primary{background:var(--tlx-red)}
.tlx-results-action{margin-top:4px}
.tlx-footer{min-height:38px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.14);color:#a6bbcd;font-size:9px}
.tlx-footer span{display:flex;align-items:center;gap:6px}.tlx-footer span i{width:7px;height:7px;border-radius:50%;background:var(--tlx-red)}
.tlx-footer b{font-weight:400}
.tlx-statusbar{min-height:29px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #dce3ea;background:#fff;color:#56687b;font-size:9px}
.tlx-statusbar span{display:flex;align-items:center;gap:6px}.tlx-statusbar span i{width:7px;height:7px;border-radius:50%;background:var(--tlx-red)}
.tlx-statusbar b{color:var(--tlx-red);font-weight:700}

@media(max-width:1280px){
  .tlx-grid{grid-template-columns:minmax(500px,1.45fr) minmax(185px,.46fr) minmax(355px,1.08fr)}
  .tlx-table-wrap th:nth-child(9){width:86px}.tlx-form{gap:2px}.tlx-form i{width:15px;height:15px;font-size:7px}
  .tlx-fixture{grid-template-columns:40px 36px minmax(65px,1fr) 40px minmax(65px,1fr) 10px;gap:4px}
}
@media(max-width:1080px){
  .tlx-grid{grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr)}
  .tlx-rounds{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}
}
@media(max-width:780px){
  .tlx-header{align-items:stretch;flex-direction:column;padding:13px}.tlx-title{font-size:34px}.tlx-selector{width:100%}
  .tlx-selector-copy{display:grid}.tlx-selector-copy small{font-size:8px}
  .tlx-tabs{padding:5px 12px;gap:8px;flex-wrap:wrap}.tlx-tabs a{min-height:31px;padding:0 7px;font-size:10px}
  .tlx-grid{padding:7px;display:block}.tlx-panel,.tlx-rounds{margin-top:7px}
  .tlx-leaders-list{grid-template-columns:repeat(3,1fr)}.tlx-leader-card{min-height:125px}.tlx-leader-title{padding-left:8px}.tlx-leader-title span{display:none}.tlx-leader-photo{width:100%;height:71px;opacity:.4}.tlx-leader-club{display:none}.tlx-leader-body>strong{right:8px}.tlx-leader-card footer{padding:5px 7px;text-align:center}
  .tlx-rounds{display:block}.tlx-round-panel{margin-top:7px}
}
@media(max-width:590px){
  .tlx-table-wrap th:nth-child(4),.tlx-table-wrap th:nth-child(5),.tlx-table-wrap th:nth-child(6),
  .tlx-table-wrap td:nth-child(4),.tlx-table-wrap td:nth-child(5),.tlx-table-wrap td:nth-child(6){display:none}
  .tlx-table-wrap th:nth-child(1){width:29px}.tlx-table-wrap th:nth-child(3){width:26px}.tlx-table-wrap th:nth-child(7){width:46px}.tlx-table-wrap th:nth-child(8){width:34px}.tlx-table-wrap th:nth-child(9){width:72px}
  .tlx-table-wrap td{height:29px;padding-inline:2px;font-size:9px}.tlx-table-wrap td:nth-child(2){gap:4px}.tlx-table-wrap td:nth-child(2)>b{font-size:9px}.tlx-club-logo,.tlx-club-fallback{width:16px;height:16px}.tlx-position{width:20px;height:19px;font-size:8px}
  .tlx-form{gap:1px}.tlx-form i{width:11px;height:11px;font-size:5px}
  .tlx-legend{justify-content:flex-start}
  .tlx-leaders-list{grid-template-columns:1fr}.tlx-leader-card{min-height:103px;grid-template-columns:82px 1fr 48px;grid-template-rows:28px 1fr}.tlx-leader-title{grid-column:2/4;padding:6px 4px 0}.tlx-leader-title span{display:block}.tlx-leader-photo{left:0;top:0;width:82px;height:102px;opacity:1}.tlx-leader-club{display:block}.tlx-leader-body{grid-column:3;grid-row:2}.tlx-leader-body>strong{right:5px}.tlx-leader-card footer{grid-column:2;grid-row:2;padding:5px 3px 8px 7px;text-align:left;border:0;background:transparent}
  .tlx-fixture{height:40px;grid-template-columns:32px minmax(55px,1fr) 34px minmax(55px,1fr) 8px}.tlx-fixture time{display:none}.tlx-team{gap:3px}.tlx-team img{width:15px;height:15px}.tlx-team b{font-size:8px}
  .tlx-footer b{display:none}
  .tlx-statusbar b{display:none}
}

/* Shared module chrome */
.section,.dark-card,.numbers-bar{border-radius:var(--radius);box-shadow:var(--shadow)}
.community-row{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(330px,.88fr);gap:16px}
.dark-card,.section{overflow:hidden;background:#fff;border:1px solid var(--line)}
.dark-heading,.section-heading,.compact-section-title{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:2px solid var(--red)}
.dark-heading>div,.section-heading>div,.compact-section-title>div{display:flex;align-items:center;gap:11px}
.dark-heading>div>span,.section-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff}
.dark-heading h2,.section-heading h2,.compact-section-title h2{margin:0;color:var(--navy-900);font:900 italic 24px/1 var(--display);text-transform:uppercase}
.section-heading small,.compact-section-title small{display:block;color:var(--red);font:700 10px var(--display);text-transform:uppercase;letter-spacing:.08em}
.dark-heading>a,.section-heading>a,.compact-section-title>a{color:var(--red);font:900 11px var(--display);text-transform:uppercase}
.stage-pill,.online-count{padding:8px 11px;border-radius:5px;background:var(--red);color:#fff!important}

/* Typer */
.typer-card{min-height:344px}
.typer-layout{min-height:286px;display:grid;grid-template-columns:230px minmax(300px,1fr) 240px}
.typer-layout>div{min-width:0;padding:15px;border-right:1px solid var(--line)}
.typer-layout>div:last-child{border-right:0}
.block-summary{background:linear-gradient(145deg,var(--navy-900),var(--navy-800));color:#fff;display:flex;flex-direction:column}
.block-summary>small,.fixture-list header span,.ranking-preview header a{color:#9db0c3;font:700 9px var(--display);text-transform:uppercase}
.block-summary>strong{margin:6px 0 2px;font:900 30px/1 var(--display);text-transform:uppercase}
.block-summary>b{color:#d9e5ef;font-size:11px}
.block-counters{margin:15px 0;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid rgba(255,255,255,.15)}
.block-counters span{padding:10px 3px;display:grid;text-align:center;border-right:1px solid rgba(255,255,255,.12)}
.block-counters span:last-child{border:0}.block-counters b{font:900 22px var(--display)}.block-counters small{font:700 9px var(--display);color:#aebfd0;text-transform:uppercase}
.typer-block-action,.ranking-action,.chat-login{margin-top:auto;min-height:40px;padding:0 12px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;font:900 11px var(--display);text-transform:uppercase}
.typer-block-action.disabled{opacity:.5;pointer-events:none}
.fixture-list header,.ranking-preview header{height:28px;display:flex;justify-content:space-between;align-items:flex-start;font:900 12px var(--display);text-transform:uppercase}
.home-typer-fixtures{display:grid}
.home-typer-fixtures>a{height:29px;display:grid;grid-template-columns:58px minmax(45px,1fr) 20px minmax(45px,1fr) 74px;align-items:center;gap:4px;border-bottom:1px solid #e1e7ed;font-size:10px}
.home-typer-fixtures time{color:#68798b;font-weight:700}.home-typer-fixtures span{text-align:center;color:var(--red);font-weight:900}.home-typer-fixtures small{text-align:right;color:#7b8998;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ranking-preview ol{list-style:none;margin:0;padding:0}.ranking-preview li{height:35px;display:grid;grid-template-columns:20px 28px minmax(0,1fr) auto;align-items:center;gap:7px;border-bottom:1px solid #e1e7ed;font-size:10px}
.ranking-preview li>i{font:900 12px var(--display);font-style:normal}.mini-avatar{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:700 9px var(--display)}
.ranking-preview li>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-preview li>strong{color:var(--red)}
.typer-mini-stats{margin:10px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px}.typer-mini-stats span{padding:8px;border-radius:5px;background:#f1f5f8;display:grid}.typer-mini-stats b{font:900 18px var(--display)}.typer-mini-stats small{font-size:9px;color:#718193;text-transform:uppercase}

/* Chat */
.chat-card{min-height:344px;display:grid;grid-template-rows:auto 1fr auto}
.chat-messages{height:235px;padding:10px 14px;overflow:auto;scrollbar-width:thin}
.chat-message{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:8px 0;border-bottom:1px solid #e2e7ed}
.chat-message-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:700 9px var(--body);font-style:normal}
.chat-message-avatar.role-admin{background:var(--red)}
.chat-message header{display:flex;justify-content:space-between;gap:10px}.chat-message header b{font-size:11px}.chat-message time{font-size:9px;color:#7c8997}.chat-message p{margin:2px 0 0;color:#46576a;font-size:11px;overflow-wrap:anywhere}
.chat-home-form{height:52px;padding:7px 10px;display:grid;grid-template-columns:1fr 40px;gap:7px;border-top:1px solid var(--line)}
.chat-home-form input{min-width:0;border:1px solid #ced8e3;border-radius:5px;padding:0 12px;color:var(--ink);outline:none}.chat-home-form input:focus{border-color:var(--red)}
.chat-home-form button{border:0;border-radius:5px;background:var(--red);color:#fff;font-size:17px;cursor:pointer}.chat-home-form [data-chat-error]{position:absolute}
.chat-empty-state,.chat-empty,.module-empty{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:#738294}.chat-empty-state b,.chat-empty b{color:var(--navy-900)}.chat-empty-state p,.chat-empty p,.module-empty p{margin:4px 0;font-size:11px}
.chat-login{margin:7px 10px}

/* Match cards */
.matches-section{background:#fff}
.match-grid{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.match-card{min-width:0;min-height:192px;padding:14px;position:relative;border:1px solid var(--line);border-radius:9px;background:linear-gradient(145deg,#fff,#f4f7fa);display:grid;grid-template-rows:auto 1fr auto}
.match-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--red);border-radius:9px 0 0 9px}
.match-number{position:absolute;right:12px;top:12px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:900 12px var(--display)}
.match-card>header{display:grid;padding-right:35px}.match-card>header b{color:var(--red);font:900 11px var(--display);text-transform:uppercase}.match-card>header time,.match-card>header small{color:#627387;font-size:10px}
.match-teams,.teams-empty{display:grid;grid-template-columns:1fr 38px 1fr;align-items:center;text-align:center;margin:8px 0}
.match-teams>div{display:flex;align-items:center;justify-content:center;gap:9px}.match-teams>div:last-child{flex-direction:row-reverse}
.team-emblem,.team-placeholder{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:900 10px var(--display)}
.away-emblem{background:var(--red)}.match-teams>strong,.teams-empty>strong{font:900 italic 22px var(--display);color:var(--red)}.match-teams b{font:700 13px var(--display)}
.match-countdown{display:none}
.match-action,.match-card>button{height:36px;border:1px solid #cbd6e1;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--navy-900);font:900 10px var(--display);text-transform:uppercase}
.match-card>button{opacity:.55}.match-card>p{font-size:11px;color:#768697;text-align:center}

/* European cups */
.europe-section{background:#fff}
.europe-detailed-grid{padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.cup-panel{min-width:0;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,var(--navy-900),#0a3457);color:#fff;box-shadow:0 8px 18px rgba(5,25,44,.16)}
.cup-panel:nth-child(2){background:linear-gradient(145deg,#32121a,#8c1824)}
.cup-panel:nth-child(3){background:linear-gradient(145deg,#10231f,#155542)}
.cup-panel-heading{min-height:90px;padding:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(255,255,255,.16)}
.cup-panel-heading>div{display:flex;gap:10px;min-width:0}.cup-icon{width:36px;height:36px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff}
.cup-panel-heading small{display:block;color:#9eb3c5;font:700 9px var(--display);text-transform:uppercase}.cup-panel-heading h3{margin:2px 0;font:900 italic 23px/1 var(--display);text-transform:uppercase}.cup-panel-heading em{color:#fff;font:700 10px var(--display);font-style:normal}
.cup-panel-heading>a{font:900 9px var(--display);text-transform:uppercase;color:#fff;white-space:nowrap}
.cup-detail-grid{display:grid;grid-template-columns:1fr}
.cup-match-group{padding:12px;border-bottom:1px solid rgba(255,255,255,.15)}.cup-match-group:nth-of-type(2){display:none}
.cup-match-group>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:8px}.cup-match-group>header small{display:block;color:#ef5363;font:700 9px var(--display);text-transform:uppercase}.cup-match-group>header b{font:900 13px var(--display);text-transform:uppercase}.cup-match-group>header a{font:700 9px var(--display);text-transform:uppercase}
.cup-detailed-matches{display:grid}
.cup-detailed-fixture{height:49px;display:grid;grid-template-columns:42px 1fr 36px;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.12)}
.cup-detailed-fixture time{display:grid;line-height:1}.cup-detailed-fixture time b{font-size:11px}.cup-detailed-fixture time span{margin-top:4px;color:#9fb2c4;font-size:9px}
.cup-detailed-fixture>div{min-width:0;display:grid;gap:2px}.cup-detailed-fixture>div span{min-width:0;display:flex;align-items:center;gap:5px}.cup-detailed-fixture>div i{width:17px;height:17px;display:grid;place-items:center;flex:0 0 auto;font:700 9px var(--display);font-style:normal}.cup-detailed-fixture>div img{width:100%;height:100%;object-fit:contain}.cup-detailed-fixture>div b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.cup-detailed-fixture>strong{font:900 11px var(--display);text-align:center}.cup-detailed-fixture>strong.is-live{color:#ff4b60}.cup-detailed-fixture>strong i{font-style:normal;margin:0 2px}
.cup-competition-summary{padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 12px}.cup-competition-summary>small{color:#aebfd0;font:700 9px var(--display);text-transform:uppercase}.cup-competition-summary h4{margin:0;grid-row:2;font:900 14px var(--display);text-transform:uppercase}
.cup-competition-summary>div{grid-row:1/3;grid-column:2;display:flex;gap:12px}.cup-competition-summary>div span{display:grid;text-align:center}.cup-competition-summary>div b{font:900 22px var(--display)}.cup-competition-summary>div small{font:700 9px var(--display);text-transform:uppercase;color:#aebfd0}
.cup-competition-summary nav{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.cup-competition-summary nav a{height:30px;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:grid;place-items:center;font:700 9px var(--display);text-transform:uppercase}
.cup-matches-empty{height:120px;display:grid;place-items:center;color:#a8b9c8;font-size:11px}
.competition-home-empty{grid-column:1/-1;min-height:140px;display:grid;place-items:center;align-content:center;color:#68798a}.competition-home-empty b{font:900 20px var(--display);text-transform:uppercase}

/* Other leagues */
.leagues-section{background:#fff}
.other-leagues-grid{padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.other-leagues-grid>article{min-width:0;overflow:hidden;border:1px solid var(--line);border-top:4px solid var(--competition-color,var(--red));border-radius:8px;background:#fff;display:grid}
.other-leagues-grid>article>header{min-height:66px;padding:10px;display:flex;align-items:center;gap:9px;background:#f6f8fb;border-bottom:1px solid var(--line)}
.other-leagues-grid>article>header>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:900 9px var(--display);flex:0 0 auto}
.other-leagues-grid>article>header small{display:block;color:#758596;font:700 9px var(--display);text-transform:uppercase}.other-leagues-grid h3{margin:1px 0 0;font:900 17px/1 var(--display);text-transform:uppercase}
.other-mini-table{padding:7px 10px;min-height:132px}.other-mini-table>span{height:24px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;border-bottom:1px solid #e6eaf0;font-size:10px}.other-mini-table>span b{font:900 11px var(--display);color:var(--red)}.other-mini-table>span i{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.other-mini-table>span strong{font-size:9px}.other-mini-table p{color:#788797;font-size:10px}
.other-leagues-grid nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.other-leagues-grid nav a{min-height:34px;padding:0 7px;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line);font:900 9px var(--display);text-transform:uppercase}.other-leagues-grid nav a:first-child{grid-column:1/-1;background:var(--navy-900);color:#fff;border:0}.other-leagues-grid nav a:hover{color:var(--red)}

/* Poland */
.national-section{display:grid;grid-template-columns:290px 1fr;background:#fff}
.national-title{padding:20px;display:grid;grid-template-columns:48px 1fr;align-content:center;gap:8px 12px;background:linear-gradient(145deg,#fff,#f3f6f9);border-right:1px solid var(--line)}
.poland-mark{width:42px;height:58px;border-radius:22px 22px 12px 12px;background:linear-gradient(#fff 50%,var(--red) 50%);border:1px solid #d8dee6}
.national-title small{display:block;color:#778697;font:700 10px var(--display);text-transform:uppercase}.national-title h2{margin:1px 0;font:900 italic 25px/1 var(--display);text-transform:uppercase}.national-title>a{grid-column:2;color:var(--red);font:900 10px var(--display);text-transform:uppercase}
.national-grid{display:grid;grid-template-columns:1.05fr 1.2fr 1fr;min-width:0}
.national-grid>article{min-width:0;padding:16px 18px;border-right:1px solid var(--line);position:relative}.national-grid>article:last-child{border:0}.national-grid>article>small{color:#68798a;font:900 10px var(--display);text-transform:uppercase}
.national-versus{margin:12px 0 5px;display:flex;align-items:center;justify-content:center;gap:17px}.national-versus>b{font:900 italic 24px var(--display);color:var(--red)}
.flag-placeholder{width:58px;height:40px;display:grid;place-items:center;background:linear-gradient(#fff 50%,var(--red) 50%);border:1px solid #d7dee6;color:#17273a;font:900 9px var(--display)}.flag-placeholder.muted{background:#e8edf2;color:#8794a2}.flag-placeholder.opponent{background:var(--navy-900);color:#fff}
.home-national-next{text-align:center}.home-national-next time{display:block;color:var(--red);font:900 11px var(--display)}.home-national-next p{margin:4px 0;color:#5d6e80;font-size:10px}.home-national-next p strong{font-size:12px;color:var(--navy-900)}
.home-national-results>div{margin-top:8px;display:grid}.home-national-results>div>span{height:29px;display:grid;grid-template-columns:54px 1fr 40px 1fr;align-items:center;gap:5px;border-bottom:1px solid #e3e8ee;font-size:10px;position:relative}.home-national-results time{color:#788797}.home-national-results strong{text-align:center;color:#fff;background:var(--navy-900);border-radius:3px}.home-national-results strong.win{background:var(--success)}.home-national-results strong.loss{background:var(--red)}.home-national-results>a,.home-national-leaders>a{display:block;margin-top:9px;color:var(--red);font:900 9px var(--display);text-transform:uppercase;text-align:right}
.home-national-leaders ol{list-style:none;margin:8px 0 0;padding:0}.home-national-leaders li{height:29px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid #e3e8ee;font-size:10px}.home-national-leaders li i{font:900 12px var(--display);font-style:normal;color:var(--red)}.home-national-leaders li span{color:#697a8c}
.match-card-overlay{position:absolute;inset:0;z-index:1}

/* Optional news/history */
.home-news-grid{padding:14px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.home-news-grid article{border:1px solid var(--line);border-radius:8px;overflow:hidden}.home-news-media{height:140px;display:grid;place-items:center;background:var(--navy-900);color:#fff;font:900 36px var(--display)}.home-news-media img{width:100%;height:100%;object-fit:cover}.home-news-grid article>div{padding:12px}.home-news-grid h3{margin:5px 0;font:900 20px var(--display)}.home-news-grid p{color:#68798a;font-size:11px}.home-news-grid footer{display:flex;justify-content:space-between;font-size:10px}.news-category{color:var(--red);font:900 9px var(--display);text-transform:uppercase}
.history-grid{display:grid;grid-template-columns:repeat(5,1fr)}.history-grid article{min-height:160px;padding:18px;border-right:1px solid var(--line);display:grid;align-content:center;gap:7px}.history-grid article>span{font-size:25px}.history-grid article>small{font:700 9px var(--display);text-transform:uppercase;color:#68798a}.history-grid article>b{font:900 28px var(--display)}.history-grid article p{margin:0;color:#788798;font-size:10px}

/* Numbers and footer */
.numbers-bar{min-height:86px;background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:165px 1fr 150px;align-items:stretch;overflow:hidden}
.numbers-bar>header{padding:15px 18px;display:grid;align-content:center;background:var(--navy-900);color:#fff}.numbers-bar>header small{font:700 9px var(--display);text-transform:uppercase;color:#a8b9ca}.numbers-bar h2{margin:1px 0;font:900 italic 22px var(--display);text-transform:uppercase}
.numbers-bar>div{display:grid;grid-template-columns:repeat(6,1fr)}.numbers-bar>div>span{padding:8px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:1fr 1fr;align-items:center;border-right:1px solid var(--line)}.numbers-bar>div i{grid-row:1/3;color:var(--red);font-size:22px;font-style:normal}.numbers-bar>div b{align-self:end;font:900 19px var(--display)}.numbers-bar>div small{align-self:start;color:#6d7d8d;font:700 9px var(--display);text-transform:uppercase}
.numbers-bar>a{padding:10px;display:grid;place-items:center;align-content:center;background:var(--red);color:#fff;text-align:center}.numbers-bar>a small{font:700 9px var(--display);text-transform:uppercase}.numbers-bar>a b{font:900 12px var(--display);text-transform:uppercase}.numbers-bar>a i{font-style:normal;font-size:18px}
.site-footer{background:linear-gradient(120deg,var(--navy-950),#082b4b);color:#fff}
.footer-grid{padding-block:30px;display:grid;grid-template-columns:1.3fr 1fr .8fr 1fr;gap:40px}.footer-brand img{width:120px}.footer-brand p{max-width:240px;color:#9fb1c3;font-size:11px}.footer-grid nav,.footer-account{display:grid;align-content:start;gap:7px}.footer-grid nav b,.footer-account>b{margin-bottom:4px;font:900 12px var(--display);text-transform:uppercase}.footer-grid nav a,.footer-account a{color:#aebfd0;font-size:11px}.footer-grid nav a:hover,.footer-account a:hover{color:#fff}
.copyright{height:46px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;align-items:center;color:#8298ac;font-size:10px}

/* States and utility */
.module-empty.tall{min-height:190px}.module-empty.compact{min-height:105px}
.module-empty>span{font-size:25px;color:var(--red)}
.online-count{font:900 10px var(--display);text-transform:uppercase}

@media (max-width:1360px){
  .page-width,.header-inner{width:min(1240px,calc(100% - 28px))}
  .main-nav a{padding-inline:9px;font-size:14px}.main-nav a::after{left:9px;right:9px}
  .top-arena-grid{grid-template-columns:minmax(510px,1.45fr) minmax(225px,.66fr) minmax(360px,1fr)}
  .arena-table-shell th:nth-child(9){width:92px}
  .top-leader-card{grid-template-columns:40% 1fr 46px}.top-leader-copy>b{font-size:16px}.top-leader-card>strong{font-size:32px}
  .top-fixture-row{grid-template-columns:36px 35px minmax(78px,1fr) 40px minmax(78px,1fr);gap:5px}
  .other-leagues-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}

@media (max-width:1120px){
  .site-header{height:84px;min-height:84px}.header-inner{height:76px;grid-template-columns:130px 1fr auto}.brand{height:48px}
  .menu-toggle{display:flex;width:42px;height:42px;margin-left:auto;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:transparent;color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:4px}.menu-toggle span{width:19px;height:2px;background:#fff}.menu-toggle b{display:none}
  .main-nav{position:absolute;left:0;right:0;top:100%;height:auto;padding:10px;display:none;grid-template-columns:repeat(4,1fr);background:var(--navy-950);box-shadow:var(--shadow)}.main-nav.open{display:grid}.main-nav a{height:42px;justify-content:center}
  .header-inner{grid-template-columns:130px auto auto}.header-tools{grid-column:3}
  .top-arena-grid{grid-template-columns:minmax(500px,1.35fr) minmax(240px,.65fr)}.arena-rounds{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}.top-fixture-row{grid-template-columns:42px 40px minmax(90px,1fr) 44px minmax(90px,1fr)}
  .community-row{grid-template-columns:1fr}.chat-card{min-height:330px}
  .other-leagues-grid{grid-template-columns:repeat(3,1fr)}
  .national-section{grid-template-columns:240px 1fr}.national-grid{grid-template-columns:1fr 1fr}.home-national-leaders{grid-column:1/-1}
  .numbers-bar{grid-template-columns:150px 1fr}.numbers-bar>a{grid-column:1/-1;min-height:38px}.numbers-bar>a small{display:none}
}

@media (max-width:820px){
  .page-width,.header-inner{width:min(100% - 20px,720px)}
  .header-tools .header-action,.header-tools .icon-button{display:none}.account>span:last-child{display:none}.account{padding:3px}
  .rumour-bar .page-width{grid-template-columns:115px 1fr}.rumour-label{padding-left:13px}.rumour-next,.rumour-admin-link,.rumour-bar .stage-pill{display:none}
  main.page-width{gap:13px;padding-top:12px}
  .top-arena-header{min-height:110px;padding:15px}.top-arena-shield{width:58px;height:70px}.top-arena-brand{gap:12px}.top-arena-brand h1{font-size:46px}.top-arena-brand small{font-size:11px}.top-arena-brand em{font-size:11px}
  .top-arena-controls{display:grid;gap:7px}.top-live-state{height:38px;font-size:10px}.league-selector select{width:170px;height:38px}.league-selector>b{top:8px}
  .top-arena-tabs{gap:18px;overflow:auto;scrollbar-width:none}.top-arena-tabs a{font-size:10px}
  .top-arena-grid{grid-template-columns:1fr}.arena-leaders-list{grid-template-columns:repeat(3,1fr)}.top-leader-card{min-height:142px;grid-template-columns:1fr}.top-leader-photo{height:80px}.top-leader-copy{padding:8px;text-align:center}.top-leader-copy small{justify-content:center}.top-leader-card>strong{position:absolute;right:6px;top:10px;padding:0;font-size:28px}.top-leader-card>strong small{max-width:52px}
  .arena-rounds{grid-column:auto;grid-template-columns:1fr}
  .typer-layout{grid-template-columns:210px 1fr}.ranking-preview{grid-column:1/-1;border-top:1px solid var(--line)}.ranking-preview ol{display:grid;grid-template-columns:1fr 1fr}.ranking-preview li{padding-right:8px}
  .match-grid,.europe-detailed-grid{grid-template-columns:1fr}.match-card{min-height:178px}
  .other-leagues-grid{grid-template-columns:1fr 1fr}
  .national-section{grid-template-columns:1fr}.national-title{grid-template-columns:48px 1fr;border-right:0;border-bottom:1px solid var(--line)}.national-grid{grid-template-columns:1fr 1fr}
  .numbers-bar{grid-template-columns:1fr}.numbers-bar>header{text-align:center}.numbers-bar>div{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}

@media (max-width:590px){
  body.tzp-home-v2{font-size:13px}
  .site-header{height:76px;min-height:76px;padding-top:6px}.header-inner{height:70px;padding-inline:12px;grid-template-columns:100px auto auto}.brand{border:0}.brand img{width:92px}
  .main-nav{grid-template-columns:1fr 1fr}.account-avatar{width:32px;height:32px}
  .rumour-bar{height:40px}.rumour-bar .page-width{width:min(100% - 20px,720px);grid-template-columns:105px 1fr}.rumour-label{font-size:12px}.rumour-item,.rumour-empty{font-size:11px;padding-inline:10px}
  .top-arena-header{display:grid;gap:14px}.top-arena-brand h1{font-size:38px}.top-arena-controls{grid-template-columns:1fr 1fr}.top-live-state{justify-content:center}.league-selector select{width:100%}
  .top-arena-tabs{padding-inline:14px}.top-arena-grid{padding:8px;gap:8px}
  .arena-panel-title{height:46px}.arena-panel-title h2{font-size:20px}
  .arena-table-shell th:nth-child(4),.arena-table-shell th:nth-child(5),.arena-table-shell th:nth-child(6),.arena-table-shell td:nth-child(4),.arena-table-shell td:nth-child(5),.arena-table-shell td:nth-child(6){display:none}
  .arena-table-shell th:nth-child(2){width:auto}.arena-table-shell th:nth-child(3){width:30px}.arena-table-shell th:nth-child(7){width:49px}.arena-table-shell th:nth-child(8){width:36px}.arena-table-shell th:nth-child(9){width:69px}
  .arena-table-shell td{height:30px;padding-inline:3px;font-size:10px}.arena-table-shell th{padding-inline:3px;font-size:9px}.arena-team-logo,.table-team-badge,.crest-placeholder{width:18px;height:18px}.form-sequence{gap:2px}.form-sequence i{width:13px;height:13px;font-size:9px}.table-position{width:22px;height:20px}
  .arena-leaders-list{grid-template-columns:1fr}.top-leader-card{min-height:112px;grid-template-columns:95px 1fr 48px}.top-leader-photo{height:105px}.top-leader-copy{text-align:left}.top-leader-copy small{justify-content:flex-start}.top-leader-card>strong{position:static;padding:0 7px 18px 0}
  .top-fixture-row{height:42px;grid-template-columns:35px 30px minmax(55px,1fr) 36px minmax(55px,1fr);gap:3px;font-size:9px}.fixture-home img,.fixture-away img{width:16px;height:16px}.fixture-home,.fixture-away{gap:3px}
  .top-arena-foot b{display:none}
  .typer-layout{grid-template-columns:1fr}.typer-layout>div{border-right:0;border-bottom:1px solid var(--line)}.ranking-preview ol{grid-template-columns:1fr}
  .match-grid,.europe-detailed-grid,.other-leagues-grid{padding:9px;gap:9px}.match-teams b{font-size:11px}
  .other-leagues-grid{grid-template-columns:1fr}
  .national-grid{grid-template-columns:1fr}.home-national-leaders{grid-column:auto}.national-grid>article{border-right:0;border-bottom:1px solid var(--line)}
  .numbers-bar>div{grid-template-columns:1fr 1fr}.numbers-bar>div>span{min-height:58px}
  .footer-grid{grid-template-columns:1fr;gap:20px}.footer-brand{grid-column:auto}.copyright{height:auto;padding-block:14px;display:grid;gap:5px;text-align:center}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* ==========================================================
   TOP LIGA v6 — finalny system wizualny
   Mocny krój wyłącznie dla nagłówków, czytelny krój dla danych.
   ========================================================== */
.top-league-arena.tlx{
  --tlx-body:var(--tzp-font-body);
  --tlx-display:var(--tzp-font-heading);
  --tlx-navy:#061d35;
  --tlx-navy-deep:#031426;
  --tlx-navy-soft:#0b3153;
  --tlx-red:#ee1b33;
  --tlx-paper:#f7f9fb;
  --tlx-line:#d5dee8;
  border:1px solid #143b5d;
  border-radius:12px;
  background:
    radial-gradient(circle at 84% -25%,rgba(55,126,180,.28),transparent 34%),
    linear-gradient(135deg,var(--tlx-navy-deep),var(--tlx-navy) 68%,#082844);
  box-shadow:0 18px 45px rgba(4,24,43,.18);
  font-family:var(--tlx-body);
}
.tlx-header{
  min-height:78px;
  padding:12px 18px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(112deg,rgba(2,16,30,.94) 0 44%,rgba(7,37,64,.9) 73%,rgba(4,23,41,.96)),
    repeating-linear-gradient(120deg,transparent 0 32px,rgba(255,255,255,.025) 33px 34px);
}
.tlx-header::after{
  content:"";
  position:absolute;
  top:-70px;
  bottom:-70px;
  left:55%;
  width:145px;
  border-left:12px solid rgba(238,27,51,.75);
  background:rgba(255,255,255,.065);
  transform:skewX(-18deg);
  pointer-events:none;
}
.tlx-title{
  position:relative;
  z-index:1;
  gap:8px;
  font-family:var(--tlx-display);
  font-size:46px;
  line-height:.9;
  letter-spacing:-.025em;
  text-shadow:0 3px 0 rgba(0,0,0,.25);
}
.tlx-selector{
  z-index:2;
  width:374px;
  min-height:48px;
  padding:5px 39px 5px 7px;
  grid-template-columns:38px minmax(0,1fr);
  gap:9px;
  border-color:rgba(255,255,255,.3);
  border-radius:6px;
  background:rgba(2,16,30,.82);
}
.tlx-selector-logo{width:34px;height:34px;border:1px solid #d8e2eb}
.tlx-selector-logo img{width:28px;height:28px}
.tlx-selector-copy b{font:800 13px/1 var(--tlx-body);letter-spacing:0}
.tlx-selector-copy small{font:600 9px/1 var(--tlx-body)}
.tlx-selector>i{right:13px;top:13px;font-size:18px}
.tlx-tabs{
  min-height:43px;
  padding:0 18px;
  gap:27px;
  background:rgba(2,16,30,.72);
}
.tlx-tabs a{
  font:800 11px/1 var(--tlx-body);
  letter-spacing:.015em;
}
.tlx-grid{
  padding:9px;
  grid-template-columns:minmax(530px,1.5fr) minmax(205px,.53fr) minmax(385px,1.08fr);
  gap:8px;
}
.tlx-panel{
  border-color:#c9d4df;
  border-radius:6px;
  background:var(--tlx-paper);
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.tlx-panel-heading{
  min-height:47px;
  padding:7px 11px;
}
.tlx-panel-heading small{
  margin-bottom:2px;
  font:700 8px/1 var(--tlx-body);
  letter-spacing:.06em;
}
.tlx-panel-heading h2{
  font-family:var(--tlx-display);
  font-size:22px;
  line-height:1;
  letter-spacing:.01em;
}
.tlx-panel-heading>span:not(.tlx-live-badge){font:700 8px var(--tlx-body)}
.tlx-live-badge{font:800 9px var(--tlx-body)}

.tlx-table-wrap table{
  background:#fff;
  font:600 11.5px/1.15 var(--tlx-body);
}
.tlx-table-wrap th{
  height:27px;
  padding:0 4px;
  color:#63758a;
  font:800 8px/1 var(--tlx-body);
  letter-spacing:.02em;
}
.tlx-table-wrap th:nth-child(1){width:34px}
.tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:27px}
.tlx-table-wrap th:nth-child(7){width:56px}
.tlx-table-wrap th:nth-child(8){width:39px}
.tlx-table-wrap th:nth-child(9){width:105px}
.tlx-table-wrap td{
  height:28px;
  padding:2px 4px;
  color:#20344a;
  font-variant-numeric:tabular-nums;
}
.tlx-table-wrap tr:nth-child(even) td{background:#f4f7fa}
.tlx-table-wrap tr:hover td{background:#eaf1f7}
.tlx-table-wrap td:nth-child(2){gap:7px}
.tlx-table-wrap td:nth-child(2)>b{
  font-size:11.5px;
  font-weight:700;
}
.tlx-club-logo,.tlx-club-fallback{width:20px;height:20px}
.tlx-position{
  width:25px;
  height:22px;
  border-radius:3px;
  font:800 10px var(--tlx-body);
}
.tlx-form{gap:3px}
.tlx-form i{
  width:15px;
  height:15px;
  font:800 7px var(--tlx-body);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.14);
}
.tlx-action{
  height:41px;
  margin:9px;
  border-color:#c5d0dc;
  background:#fff;
  font:800 10px var(--tlx-body);
  letter-spacing:.025em;
}

.tlx-leaders-panel{display:grid}
.tlx-leaders-list{gap:8px}
.tlx-leader-card{
  min-height:0;
  border:1px solid #c8d3de;
  border-radius:6px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(235,241,246,.98)),
    #fff;
  grid-template-rows:34px minmax(86px,1fr) 49px;
  box-shadow:0 4px 12px rgba(2,20,36,.09);
}
.tlx-leader-card::before{
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:var(--tlx-red);
  transform:none;
}
.tlx-leader-title{
  padding:8px 9px 0 12px;
  align-items:center;
  gap:6px;
}
.tlx-leader-title span{
  margin-left:0;
  color:var(--tlx-red);
  font:900 13px/1 var(--tlx-display);
}
.tlx-leader-title small{
  color:#32465b;
  font:800 9px/1.05 var(--tlx-body);
  letter-spacing:.015em;
}
.tlx-leader-body{min-height:86px}
.tlx-leader-photo{
  left:5px;
  bottom:-1px;
  width:61%;
  height:126px;
}
.tlx-leader-photo img{object-fit:contain;object-position:left bottom}
.tlx-leader-club{
  right:11px;
  top:1px;
  width:34px;
  height:34px;
}
.tlx-leader-body>strong{
  right:10px;
  bottom:12px;
  font-family:var(--tlx-display);
  font-size:37px;
}
.tlx-leader-body>strong small{
  max-width:70px;
  margin-top:7px;
  font:800 8px/1.05 var(--tlx-body);
}
.tlx-leader-card footer{
  padding:7px 10px 7px 12px;
  border-top:1px solid #ced9e3;
  background:rgba(255,255,255,.94);
}
.tlx-leader-card footer b{
  font:800 13px/1.05 var(--tlx-body);
  text-transform:none;
}
.tlx-leader-card footer span{
  margin-top:4px;
  color:#607287;
  font:600 9px/1 var(--tlx-body);
}

.tlx-rounds{gap:8px}
.tlx-round-panel{background:#fff}
.tlx-fixtures{padding:5px 11px}
.tlx-fixture{
  height:37px;
  grid-template-columns:40px 37px minmax(78px,1fr) 42px minmax(78px,1fr) 10px;
  gap:5px;
  color:#1d3147;
  font:600 10px/1.1 var(--tlx-body);
}
.tlx-fixture-date b{font-size:10px}
.tlx-fixture-date small{font:700 7px var(--tlx-body)}
.tlx-fixture time{font-size:9px}
.tlx-team{gap:5px}
.tlx-team b{font-size:10px;font-weight:700}
.tlx-team img{width:20px;height:20px}
.tlx-fixture>strong{
  height:25px;
  font:800 10px var(--tlx-body);
}
.tlx-double-actions{padding:7px 9px;gap:7px}
.tlx-double-actions a{
  height:39px;
  color:#fff!important;
  font:800 9px var(--tlx-body);
  letter-spacing:.015em;
}
.tlx-round-empty{font:600 11px var(--tlx-body)}
.tlx-legend{
  min-height:36px;
  font:600 9px var(--tlx-body);
}
.tlx-footer{font:600 9px var(--tlx-body)}
.tlx-statusbar{font:600 9px var(--tlx-body)}

@media(max-width:1280px) and (min-width:1081px){
  .tlx-grid{grid-template-columns:minmax(500px,1.5fr) minmax(190px,.53fr) minmax(350px,1.06fr)}
  .tlx-table-wrap th:nth-child(9){width:94px}
  .tlx-form{gap:2px}
  .tlx-form i{width:14px;height:14px}
  .tlx-fixture{grid-template-columns:38px 34px minmax(64px,1fr) 39px minmax(64px,1fr) 8px;gap:4px}
  .tlx-team b{font-size:9.5px}
}
@media(max-width:1080px){
  .tlx-header::after{left:48%}
  .tlx-grid{grid-template-columns:minmax(0,1.4fr) minmax(220px,.58fr)}
  .tlx-rounds{grid-column:1/-1}
}
@media(max-width:780px){
  .tlx-title{font-size:39px}
  .tlx-selector{width:100%}
  .tlx-selector-copy{display:grid}
  .tlx-leader-card{grid-template-rows:31px 75px 44px}
  .tlx-leader-photo{height:94px}
}
@media(max-width:590px){
  .tlx-header{min-height:126px}
  .tlx-header::after{left:63%;opacity:.5}
  .tlx-title{font-size:36px}
  .tlx-tabs{gap:6px}
  .tlx-table-wrap table{font-size:10px}
  .tlx-table-wrap td:nth-child(2)>b{font-size:10px}
  .tlx-leader-card{min-height:112px;grid-template-columns:92px 1fr 52px;grid-template-rows:31px 1fr}
  .tlx-leader-title{grid-column:2/4;padding-left:7px}
  .tlx-leader-photo{width:87px;height:111px}
  .tlx-leader-card footer{grid-column:2;grid-row:2;padding-left:7px}
}

/* TOP LIGA v7 — wierne proporcje projektu referencyjnego */
.top-league-arena.tlx{
  border-radius:10px;
  background:
    radial-gradient(circle at 88% -35%,rgba(38,106,160,.34),transparent 36%),
    linear-gradient(135deg,#03172b 0,#06223d 58%,#082c4b 100%);
}
.tlx-header{
  min-height:72px;
  padding:10px 16px 8px;
}
.tlx-header::after{
  left:61%;
  width:110px;
  border-left-width:9px;
  opacity:.8;
}
.tlx-title{
  font-size:42px;
  letter-spacing:-.02em;
}
.tlx-selector{
  width:368px;
  min-height:44px;
  grid-template-columns:34px minmax(0,1fr);
}
.tlx-selector-logo{width:31px;height:31px}
.tlx-selector-logo img{width:26px;height:26px}
.tlx-selector-copy b{font-size:12px}
.tlx-selector-copy small{font-size:8px}
.tlx-selector>i{top:11px}
.tlx-tabs{
  min-height:38px;
  padding:0 16px;
  gap:26px;
}
.tlx-tabs a{font-size:10px}
.tlx-grid{
  padding:7px;
  grid-template-columns:minmax(0,46.5fr) minmax(0,16fr) minmax(0,35fr);
  gap:6px;
}
.tlx-table-panel{grid-template-rows:46px minmax(0,1fr)}
.tlx-panel-heading{
  min-height:46px;
  padding:7px 10px;
}
.tlx-panel-heading h2{font-size:20px}
.tlx-table-wrap table{
  height:100%;
  font-size:12px;
}
.tlx-table-wrap th{
  height:25px;
  font-size:7.5px;
}
.tlx-table-wrap td{
  height:29px;
  font-size:10.5px;
}
.tlx-table-wrap td:nth-child(2)>b{
  font-size:10.5px;
  font-weight:700;
}
.tlx-table-wrap th:nth-child(1){width:32px}
.tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:26px}
.tlx-table-wrap th:nth-child(7){width:54px}
.tlx-table-wrap th:nth-child(8){width:38px}
.tlx-table-wrap th:nth-child(9){width:101px}
.tlx-club-logo,.tlx-club-fallback{width:19px;height:19px}
.tlx-position{
  width:24px;
  height:22px;
  font-size:9px;
}
.tlx-form i{
  width:14px;
  height:14px;
  font-size:7px;
}

.tlx-leaders-list{gap:6px}
.tlx-leader-card{
  border-color:#c8d2dd;
  grid-template-rows:37px minmax(0,1fr) 51px;
  background:linear-gradient(145deg,#fff 0,#f4f7fa 100%);
  box-shadow:none;
}
.tlx-leader-card::before{display:none}
.tlx-leader-title{
  padding:9px 9px 0;
}
.tlx-leader-title span{display:none}
.tlx-leader-title small{
  color:#12283e;
  font-size:10px;
  letter-spacing:0;
}
.tlx-leader-photo{
  left:5px;
  width:58%;
  height:132px;
}
.tlx-leader-club{
  right:9px;
  top:2px;
  width:35px;
  height:35px;
}
.tlx-leader-body>strong{
  right:9px;
  bottom:10px;
  font-size:38px;
}
.tlx-leader-body>strong small{
  margin-top:7px;
  font-size:8px;
}
.tlx-leader-card footer{
  padding:7px 9px;
}
.tlx-leader-card footer b{
  font-size:12px;
  font-weight:800;
}
.tlx-leader-card footer span{
  font-size:9px;
}

.tlx-rounds{gap:6px}
.tlx-round-panel{
  grid-template-rows:46px minmax(0,1fr) auto;
}
.tlx-round-panel:last-child{
  grid-template-rows:46px minmax(0,1fr);
}
.tlx-fixtures{
  padding:5px 10px;
  align-content:start;
}
.tlx-fixture{
  height:38px;
  grid-template-columns:39px 35px minmax(0,1fr) 42px minmax(0,1fr) 9px;
  gap:5px;
  font-size:10px;
}
.tlx-fixture time{font-size:9px}
.tlx-fixture-spacer{min-width:0}
.tlx-team b{
  font-size:10px;
  font-weight:700;
}
.tlx-team img{width:20px;height:20px}
.tlx-fixture>i{font-size:14px}
.tlx-double-actions{
  padding:7px 9px;
}
.tlx-double-actions a{
  height:39px;
  font-size:9px;
}
.tlx-footer{
  min-height:35px;
  padding:0 12px;
  justify-content:flex-start;
}
.tlx-legend{
  min-height:35px;
  padding:4px 0;
  gap:18px;
  font-size:9px;
}
.tlx-statusbar{display:none}

@media(max-width:1280px) and (min-width:1081px){
  .tlx-grid{
    grid-template-columns:minmax(0,46.5fr) minmax(0,16fr) minmax(0,35fr);
  }
  .tlx-table-wrap th:nth-child(9){width:94px}
  .tlx-form i{width:13px;height:13px;font-size:6px}
  .tlx-fixture{
    grid-template-columns:37px 32px minmax(0,1fr) 39px minmax(0,1fr) 8px;
  }
}

/* TWOJA LIGA v14 — tabela premium z widokiem ogółem / dom / wyjazd */
.top-league-arena.tlx .tlx-table-panel{
  grid-template-rows:54px minmax(0,1fr) 39px;
}
.top-league-arena.tlx .tlx-table-toolbar{
  min-width:0;
  padding:0 10px 0 15px;
  display:grid;
  grid-template-columns:minmax(118px,1fr) auto minmax(112px,1fr);
  align-items:center;
  gap:8px;
  border-bottom:1px solid #314b64;
  background:#071f37;
  color:#fff;
}
.top-league-arena.tlx .tlx-table-toolbar::before{
  top:11px;
  bottom:11px;
}
.top-league-arena.tlx .tlx-table-toolbar h2{
  color:#fff;
  font-size:19px;
}
.tlx-table-switch{
  height:32px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #aebbc7;
  border-radius:6px;
  background:#fff;
  box-shadow:0 2px 7px rgba(0,0,0,.12);
}
.top-league-arena.tlx .tlx-section-heading>.tlx-table-switch{color:#142d44}
.tlx-table-switch button{
  min-width:72px;
  padding:0 10px;
  border:0;
  border-right:1px solid #d3dbe2;
  background:#fff;
  color:#142d44;
  cursor:pointer;
  font:800 9px/1 var(--tlx-body);
  letter-spacing:.02em;
}
.tlx-table-switch button:last-child{border-right:0}
.tlx-table-switch button:hover{background:#f1f5f8}
.tlx-table-switch button.is-active{
  position:relative;
  background:#102c46;
  color:#fff;
  box-shadow:inset 0 -3px 0 var(--tlx-red);
}
.top-league-arena.tlx .tlx-section-heading>.tlx-table-live-status{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:6px;
  color:#dfe8ef;
  font:800 7.5px/1 var(--tlx-body);
  letter-spacing:.025em;
  white-space:nowrap;
}
.tlx-table-live-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tlx-red);
  box-shadow:0 0 0 4px rgba(239,30,55,.13);
}
.top-league-arena.tlx .tlx-table-wrap tbody[hidden]{display:none!important}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(1){width:59px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:25px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(7){width:52px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(8){width:33px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(9){width:35px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(10){width:91px}
.top-league-arena.tlx .tlx-table-wrap td{
  background:#fff;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr:nth-child(even) td{
  background:#f7f9fb;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td{
  background:#fff;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop:nth-child(even) td{
  background:#f7f9fb;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop:hover td{
  background:#edf3f7;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-live-row td{
  background:#fff5f6;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td:first-child{
  box-shadow:inset 3px 0 0 var(--tlx-zone);
}
.tlx-position-cell{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.tlx-position-change{
  min-width:17px;
  color:#8997a5;
  font:800 7px/1 var(--tlx-body);
  text-align:left;
}
.tlx-position-change.is-up{color:#139857}
.tlx-position-change.is-down{color:#e21e3b}
.tlx-goal-difference{font-weight:800}
.tlx-goal-difference.is-positive{color:#118c50}
.tlx-goal-difference.is-negative{color:#d92740}

/* Kadrowanie zdjęć bez pustego szarego paska nad głową zawodnika. */
.top-league-arena.tlx .tlx-ranking-photo img{
  object-fit:cover;
  object-position:center top;
}

@media(max-width:1320px){
  .top-league-arena.tlx .tlx-table-toolbar{
    grid-template-columns:minmax(105px,1fr) auto;
  }
  .top-league-arena.tlx .tlx-table-live-status{display:none}
  .tlx-table-switch button{min-width:64px;padding-inline:7px}
}

@media(max-width:780px){
  .top-league-arena.tlx .tlx-table-panel{grid-template-rows:auto minmax(0,1fr) 39px}
  .top-league-arena.tlx .tlx-table-toolbar{
    min-height:88px;
    padding:10px 11px;
    grid-template-columns:1fr;
    gap:8px;
  }
  .top-league-arena.tlx .tlx-table-toolbar h2{text-align:left}
  .tlx-table-switch{width:100%}
  .tlx-table-switch button{min-width:0;flex:1}
  .top-league-arena.tlx .tlx-table-wrap table{min-width:650px}
}

/* TWOJA LIGA v15 — czytelna forma i czyste oznaczenia pozycji */
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td:first-child{
  box-shadow:none;
}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(1){width:56px}
.tlx-position-cell{
  justify-content:flex-start;
  padding-left:3px;
}
.tlx-position-change{
  min-width:0;
  white-space:nowrap;
}
.tlx-form-heading{
  line-height:1.05!important;
}
.tlx-form-heading small{
  margin-top:2px;
  display:block;
  color:#7a8a9a;
  font:700 5.5px/1 var(--tlx-body);
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}
.tlx-form i[data-form-tooltip]{
  cursor:help;
  outline:none;
}
.tlx-form i.is-latest{
  box-shadow:0 0 0 2px #fff,0 0 0 3px #8294a6;
}
.tlx-form i[data-form-tooltip]:focus-visible{
  box-shadow:0 0 0 2px #fff,0 0 0 4px var(--tlx-red);
}
.tlx-form-tooltip{
  position:fixed;
  z-index:9999;
  width:max-content;
  max-width:min(260px,calc(100vw - 16px));
  padding:8px 10px;
  border:1px solid #4b6074;
  border-radius:5px;
  background:#071f37;
  color:#fff;
  box-shadow:0 8px 22px rgba(3,19,34,.24);
  font:700 11px/1.3 var(--tzp-font-body);
  text-align:center;
  pointer-events:none;
}
.tlx-form-tooltip[hidden]{display:none}

@media(max-width:780px){
  .tlx-form-heading small{font-size:5px}
}

/* TWOJA LIGA — szczegółowa tabela analityczna */
.top-league-arena.tlx .tlx-detailed-table{
  grid-template-rows:60px auto minmax(0,1fr) auto 39px;
  overflow:hidden;
}
.tlx-stat-switch{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  border-bottom:1px solid #cbd5de;
  background:#f3f6f8;
}
.tlx-stat-switch button{
  min-width:0;
  min-height:55px;
  padding:8px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-right:1px solid #d5dde4;
  background:transparent;
  color:#53687a;
  cursor:pointer;
  text-align:left;
}
.tlx-stat-switch button:last-child{border-right:0}
.tlx-stat-switch button:hover{background:#fff;color:#09243d}
.tlx-stat-switch button>i{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border:1px solid #bdc9d3;
  border-radius:50%;
  color:#728496;
  font:900 7px/1 var(--tlx-body);
  font-style:normal;
}
.tlx-stat-switch button>span{
  display:grid;
  gap:3px;
  color:inherit;
  font:900 10px/1 var(--tlx-body);
  text-transform:uppercase;
}
.tlx-stat-switch button small{
  color:#8391a0;
  font:650 7px/1 var(--tlx-body);
  text-transform:none;
  white-space:nowrap;
}
.tlx-stat-switch button.is-active{
  position:relative;
  background:#fff;
  color:#071f37;
}
.tlx-stat-switch button.is-active::after{
  content:"";
  position:absolute;
  right:14px;
  bottom:-1px;
  left:14px;
  height:3px;
  background:var(--tlx-red);
}
.tlx-stat-switch button.is-active>i{
  border-color:var(--tlx-red);
  background:var(--tlx-red);
  color:#fff;
}
.tlx-advanced-table-wrap{overflow:auto;scrollbar-color:#aebbc6 #edf1f4}
.tlx-advanced-table-wrap table{
  width:100%;
  min-width:940px;
  table-layout:fixed;
}
.tlx-advanced-table-wrap table[hidden]{display:none!important}
.tlx-advanced-table-wrap th:first-child{width:58px!important}
.tlx-advanced-table-wrap th:nth-child(2){width:30%!important;text-align:left}
.tlx-advanced-table-wrap th:nth-child(n+3){width:auto!important}
.tlx-advanced-table-wrap td{
  height:40px!important;
  padding-inline:7px;
  text-align:center;
}
.tlx-advanced-table-wrap td:nth-child(2){text-align:left}
.tlx-cell-sub{
  margin-top:2px;
  display:block;
  color:#7b8c9c;
  font:650 6.5px/1 var(--tlx-body);
  white-space:nowrap;
}
.tlx-streak{
  min-width:28px;
  padding:5px 7px;
  display:inline-block;
  border:1px solid #cbd5de;
  border-radius:4px;
  background:#f2f5f7;
  color:#4d6173;
  font:900 9px/1 var(--tlx-body);
}
.tlx-streak.is-w{border-color:#8dceb1;background:#e9f7f0;color:#0f8b4c}
.tlx-streak.is-d{border-color:#f0ca7d;background:#fff6e2;color:#bd7600}
.tlx-streak.is-l{border-color:#f2a1ad;background:#fff0f2;color:#d71e39}
.tlx-form-wide{
  justify-content:center;
  gap:4px;
}
.tlx-form-wide i{width:20px;height:20px}
@media(max-width:980px){
  .tlx-stat-switch button{padding-inline:7px}
  .tlx-stat-switch button>i{display:none}
  .tlx-stat-switch button>span{font-size:8px;text-align:center}
}
@media(max-width:680px){
  .top-league-arena.tlx .tlx-detailed-table{
    grid-template-rows:auto auto minmax(0,1fr) auto 39px;
  }
  .tlx-stat-switch{
    grid-template-columns:repeat(5,minmax(94px,1fr));
    overflow-x:auto;
  }
  .tlx-stat-switch button{min-height:48px}
  .tlx-stat-switch button small{display:none}
  .tlx-advanced-table-wrap table{min-width:850px}
}

/* Rekordy sezonu — osobne centrum rankingów */
.top-league-arena.tlx .tlx-records-tab{height:var(--tlx-detail-height,720px);min-height:0;overflow:hidden}
.tlx-records-centre{display:grid;height:100%;min-height:0;grid-template-rows:60px 54px 64px minmax(0,1fr);overflow:hidden}
.tlx-records-centre>.tlx-detail-heading{grid-template-columns:1fr auto}
.tlx-record-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #c8d3dc;background:#edf2f6}
.tlx-record-tabs button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-right:1px solid #ccd6df;background:transparent;color:#536a7f;cursor:pointer;font:900 10px/1 var(--tlx-body);text-transform:uppercase}
.tlx-record-tabs button:last-child{border-right:0}.tlx-record-tabs button:hover{background:#f8fafc;color:#0a2945}
.tlx-record-tabs button.is-active{position:relative;background:#fff;color:#071f37;box-shadow:inset 0 -3px 0 var(--tlx-red)}
.tlx-record-tabs small{color:#8a9aaa;font:700 6px/1 var(--tlx-body);text-transform:none}
.tlx-record-overview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-bottom:1px solid #c5d1db;background:#fff}
.tlx-record-overview article{position:relative;display:grid;align-content:center;gap:3px;min-width:0;padding:7px 11px;border-right:1px solid #d8e0e7;background:linear-gradient(135deg,#fff 0 79%,#f0f4f7 79%)}
.tlx-record-overview article:last-child{border-right:0}.tlx-record-overview article.is-leader{box-shadow:inset 3px 0 0 var(--tlx-red);background:linear-gradient(135deg,#fff8f8 0 79%,#ffecef 79%)}
.tlx-record-overview small{overflow:hidden;color:#8091a1;font:800 5.5px/1 var(--tlx-body);letter-spacing:.07em;text-overflow:ellipsis;white-space:nowrap}
.tlx-record-overview strong{overflow:hidden;color:#08243e;font:900 10px/1.05 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-record-overview .is-leader strong{color:var(--tlx-red)}
.tlx-record-overview span{overflow:hidden;color:#6d8193;font:650 6px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-records-scroll{min-height:0;padding:10px;overflow:auto;background:#eaf0f5;overscroll-behavior:contain}
.tlx-record-category{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.tlx-record-category[hidden]{display:none}
.tlx-record-card{overflow:hidden;border:1px solid #c5d1db;border-radius:7px;background:#fff;box-shadow:0 3px 9px rgba(7,31,53,.07);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.tlx-record-card:hover{z-index:1;border-color:#9eb1c1;box-shadow:0 7px 18px rgba(7,31,53,.13);transform:translateY(-1px)}
.tlx-record-card>header{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:7px 10px;border-bottom:1px solid #d3dde5;background:linear-gradient(135deg,#fff 0 78%,#edf2f6 78%)}
.tlx-record-card>header span{min-width:0}.tlx-record-card>header small{display:block;color:#8293a3;font:800 5.5px/1 var(--tlx-body);letter-spacing:.07em}.tlx-record-card>header h3{overflow:hidden;margin:4px 0 0;color:#09233d;font:900 13px/1 var(--tlx-display);text-overflow:ellipsis;white-space:nowrap}
.tlx-record-card>header>b{max-width:100px;color:#64798b;font:800 6px/1.1 var(--tlx-body);text-align:right}
.tlx-record-card ol{margin:0;padding:0;list-style:none}
.tlx-record-card li{display:grid;grid-template-columns:20px 29px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:43px;padding:5px 9px;border-bottom:1px solid #e1e7ec;color:#102b44}
.tlx-record-card li:last-child{border-bottom:0}.tlx-record-card li:first-child{min-height:57px;background:linear-gradient(90deg,#fff5f6,#fff 58%)}
.tlx-record-card li>b{color:#788b9b;font:900 8px/1 var(--tlx-body)}.tlx-record-card li:first-child>b{color:var(--tlx-red);font-size:15px}
.tlx-record-image{display:grid;width:28px;height:28px;place-items:center}.tlx-record-image img{width:27px;height:27px;object-fit:contain}.tlx-record-image i{color:#a4b1bd;font-size:11px;font-style:normal}
.tlx-record-card li>span:nth-child(3){min-width:0;display:grid;gap:3px}.tlx-record-card li strong{overflow:hidden;font:800 8px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-record-card li small{overflow:hidden;color:#718698;font:650 6.3px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-record-card li>em{color:#09233d;font:900 10px/1 var(--tlx-body);font-style:normal;white-space:nowrap}.tlx-record-card li:first-child>em{color:var(--tlx-red);font-size:13px}
.tlx-record-card li.is-empty{opacity:.55}
.tlx-record-card>footer{border-top:1px solid #dbe3e9;background:#f8fafc}
.tlx-record-card>footer button{display:flex;width:100%;min-height:30px;align-items:center;justify-content:flex-end;gap:6px;padding:5px 9px;border:0;background:transparent;color:#173b5b;cursor:pointer;font:900 6px/1 var(--tlx-body);letter-spacing:.03em}
.tlx-record-card>footer button:hover{color:var(--tlx-red);background:#fff}.tlx-record-card>footer button:focus-visible{outline:2px solid var(--tlx-red);outline-offset:-2px}
.tlx-record-card>footer button span{display:grid;min-width:18px;height:18px;place-items:center;border:1px solid #ccd7e0;border-radius:9px;background:#fff;color:#667b8e;font-size:6px}.tlx-record-card>footer button i{color:var(--tlx-red);font-size:10px;font-style:normal}
.tlx-record-card>footer button:disabled{opacity:.45;cursor:default}
.tlx-record-modal,.tlx-club-modal{max-width:none;margin:auto;padding:0;overflow:hidden;border:1px solid #aebdc9;border-radius:8px;background:#fcfcfb;color:#071f37;box-shadow:0 24px 72px rgba(3,20,36,.38)}
.tlx-record-modal::backdrop,.tlx-club-modal::backdrop{background:rgba(7,25,41,.66);backdrop-filter:blur(2px)}
:is(.tlx-record-modal,.tlx-club-modal)>section>header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #bd1530;border-left:6px solid #bd1530;background:#fcfcfb;color:#071f37}
:is(.tlx-record-modal,.tlx-club-modal)>section>header button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #c7d1d9;border-radius:5px;background:#fff;color:#334c61;cursor:pointer;font:400 23px/1 Arial}
:is(.tlx-record-modal,.tlx-club-modal)>section>header button:hover{border-color:#bd1530;background:#bd1530;color:#fff}
.tlx-record-modal{width:min(820px,calc(100vw - 28px));height:min(690px,calc(100dvh - 30px));max-height:none}
.tlx-record-modal>section{display:grid;height:100%;grid-template-rows:88px 34px minmax(0,1fr);overflow:hidden}
.tlx-record-modal>section>header{padding:14px 20px 14px 24px}
.tlx-record-modal>section>header small{display:block;color:#667b8e;font:850 7px/1 var(--tlx-body);letter-spacing:.1em}.tlx-record-modal>section>header h2{margin:7px 0 0;color:#071f37;font:900 22px/1 var(--tlx-body)}.tlx-record-modal>section>header p{margin:6px 0 0;color:#687d8f;font:750 8px/1 var(--tlx-body)}
.tlx-record-modal-columns{display:grid;grid-template-columns:60px minmax(0,1fr) 110px;align-items:center;padding:0 17px;border-bottom:1px solid #d3dce3;background:#f2f5f7;color:#667b8e;font:850 7px/1 var(--tlx-body);letter-spacing:.07em}.tlx-record-modal-columns span:last-child{text-align:right}
.tlx-record-modal ol{min-height:0;margin:0;padding:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:#9aa8b4 #eef2f5;scrollbar-width:thin;list-style:none}
.tlx-record-modal li{display:grid;grid-template-columns:31px 42px minmax(0,1fr) 110px;align-items:center;gap:11px;min-height:58px;padding:7px 17px;border-bottom:1px solid #dce4ea;background:#fff}
.tlx-record-modal li:nth-child(even){background:#fafbfc}.tlx-record-modal li:first-child{box-shadow:inset 3px 0 0 #c81530;background:#fff7f8}.tlx-record-modal li>b{display:grid;width:27px;height:27px;place-items:center;border:1px solid #d5dfe7;border-radius:4px;background:#f1f4f6;color:#60778b;font:900 8px/1 var(--tlx-body)}.tlx-record-modal li:first-child>b{border-color:#c81530;background:#c81530;color:#fff}
.tlx-record-modal .tlx-record-image{display:grid;width:40px;height:40px;place-items:center}.tlx-record-modal .tlx-record-image img{width:38px;height:38px;object-fit:contain}.tlx-record-modal li>span:nth-child(3){min-width:0;display:grid;gap:5px}.tlx-record-modal li strong{overflow:hidden;color:#071f37;font:850 10px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-record-modal li small{overflow:hidden;color:#6e8395;font:700 7.5px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-record-modal li>em{color:#071f37;font:900 12px/1 var(--tlx-body);font-style:normal;text-align:right;white-space:nowrap}.tlx-record-modal li:first-child>em{color:#c81530;font-size:14px}
@media(max-width:980px){.tlx-record-category{grid-template-columns:repeat(2,minmax(0,1fr))}.tlx-record-tabs{grid-template-columns:repeat(4,minmax(145px,1fr));overflow-x:auto}.tlx-record-tabs button{min-height:52px}.tlx-record-overview{grid-template-columns:repeat(6,150px);overflow-x:auto}}
@media(max-width:620px){.top-league-arena.tlx .tlx-records-tab{height:680px}.tlx-records-centre{grid-template-rows:60px 54px 60px minmax(0,1fr)}.tlx-record-category{grid-template-columns:1fr}.tlx-records-scroll{padding:6px}.tlx-record-tabs{grid-template-columns:repeat(4,145px)}.tlx-record-overview{grid-template-columns:repeat(6,145px)}.tlx-record-modal{width:calc(100vw - 14px);height:calc(100dvh - 18px)}.tlx-record-modal>section{grid-template-rows:70px 28px minmax(0,1fr)}.tlx-record-modal-columns{grid-template-columns:42px minmax(0,1fr) 70px;padding:0 9px}.tlx-record-modal li{grid-template-columns:26px 31px minmax(0,1fr) 66px;gap:6px;min-height:52px;padding:5px 9px}.tlx-record-modal .tlx-record-image{width:29px;height:29px}.tlx-record-modal .tlx-record-image img{width:28px;height:28px}.tlx-record-modal li small{font-size:6px}.tlx-record-modal li>em{font-size:9px}}
.tlx-team-analytics select{height:38px;min-width:0;padding:0 34px 0 11px;border:1px solid #b9c8d4;border-radius:6px;background:#fff;color:#08213a;font:850 10px/1 var(--tlx-body);outline:none}.tlx-team-analytics select:focus{border-color:var(--tlx-red);box-shadow:0 0 0 2px rgba(237,25,55,.1)}
.top-league-arena.tlx .tlx-table-wrap tr.is-favorite-team td{background:#fff7e8!important}
.top-league-arena.tlx .tlx-table-wrap tr.is-favorite-team td:nth-child(2) b:after{content:'★';margin-left:6px;color:#e69a0d;font-size:8px}

.top-league-arena.tlx .tlx-team-analytics-tab{
  height:var(--tlx-detail-height,720px);
  min-height:0;
  overflow:hidden;
}
.top-league-arena.tlx .tlx-team-analytics{display:grid;height:100%;grid-template-rows:72px minmax(0,1fr);overflow:hidden}
.tlx-team-analytics-heading{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:18px;padding:10px 17px;border-bottom:2px solid #102f4c;background:linear-gradient(115deg,#fff 0,#fff 72%,#f0f4f7 72%);box-shadow:inset 5px 0 0 var(--tlx-red)}.tlx-team-analytics-heading h2{margin:4px 0 0;color:#071f37;font:900 21px/1 var(--tlx-display)}.tlx-team-analytics-heading p{margin:5px 0 0;color:#61778a;font:750 8.5px/1.1 var(--tlx-body)}.tlx-team-analytics-heading>span>small{color:#647b8e;font:850 7px/1 var(--tlx-body);letter-spacing:.1em}.tlx-team-analytics-heading>strong{display:grid;justify-items:end;gap:3px}.tlx-team-analytics-heading>strong b{color:var(--tlx-red);font:900 24px/1 var(--tlx-body)}.tlx-team-analytics-heading>strong small{color:#526b7f;font:850 7px/1 var(--tlx-body);letter-spacing:.05em}
.tlx-analytics-scroll{min-height:0;padding:10px;overflow:auto;background:#eaf0f5;overscroll-behavior:contain}
.tlx-team-table-toolbar{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(520px,1.5fr) 75px;align-items:stretch;min-height:76px;overflow:hidden;border:1px solid #b9c8d4;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(6,30,51,.08)}.tlx-team-table-toolbar>span{display:grid;align-content:center;gap:4px;padding:10px 15px;border-left:4px solid var(--tlx-red);background:#082943}.tlx-team-table-toolbar>span small{color:#b7c9d6;font:850 6.5px/1 var(--tlx-body);letter-spacing:.08em}.tlx-team-table-toolbar>span h3{margin:0;color:#fff;font:900 15px/1 var(--tlx-display)}.tlx-team-table-toolbar>span p{margin:0;color:#afc1ce;font:700 7px/1.15 var(--tlx-body)}.tlx-team-table-toolbar>nav{display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));border-left:1px solid #d2dce4}.tlx-team-table-toolbar>nav button{position:relative;border:0;border-left:1px solid #dae2e8;background:#f8fafb;color:#355169;cursor:pointer;font:900 8.5px/1 var(--tlx-body)}.tlx-team-table-toolbar>nav button:first-child{border-left:0}.tlx-team-table-toolbar>nav button:hover{background:#eef3f6}.tlx-team-table-toolbar>nav button.is-active{background:#fff;color:#071f37;box-shadow:inset 0 -4px var(--tlx-red)}.tlx-team-table-toolbar>nav button.is-active:before{content:'';position:absolute;top:14px;left:50%;width:6px;height:6px;transform:translateX(-50%) rotate(45deg);background:var(--tlx-red)}.tlx-team-table-toolbar>strong{display:grid;align-content:center;justify-items:center;gap:3px;border-left:1px solid #d2dce4;background:#f1f5f7}.tlx-team-table-toolbar>strong b{color:var(--tlx-red);font:900 21px/1 var(--tlx-body)}.tlx-team-table-toolbar>strong small{color:#60788c;font:850 6px/1 var(--tlx-body)}
.tlx-team-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:8px}.tlx-team-highlights article{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:7px 11px;overflow:hidden;border:1px solid #c3d0da;border-radius:7px;background:linear-gradient(125deg,#fff 0,#fff 78%,#eef3f6 78%)}.tlx-team-highlights article:before{content:'';position:absolute;top:0;left:0;width:42px;height:3px;background:var(--tlx-red)}.tlx-team-highlights img{width:36px;height:36px;object-fit:contain}.tlx-team-highlights article>i{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#edf2f5;color:#718697;font:850 6px/1 var(--tlx-body);font-style:normal}.tlx-team-highlights span{display:grid;min-width:0;gap:5px}.tlx-team-highlights small{color:#6a8092;font:850 6.5px/1 var(--tlx-body);letter-spacing:.06em}.tlx-team-highlights span b{overflow:hidden;color:#08213a;font:900 9.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-team-highlights strong{color:var(--tlx-red);font:900 12px/1 var(--tlx-body);white-space:nowrap}
.tlx-team-league-table{display:grid;grid-template-rows:52px minmax(0,1fr) 35px;height:calc(100% - 150px);min-height:440px;margin-top:8px;overflow:hidden;border:1px solid #b8c7d2;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(6,30,51,.08)}.tlx-team-league-table>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 13px;border-bottom:1px solid #c8d4dd;background:linear-gradient(125deg,#fff 0,#fff 76%,#edf2f5 76%);box-shadow:inset 4px 0 var(--tlx-red)}.tlx-team-league-table>header small{display:block;color:#6c8294;font:850 6.5px/1 var(--tlx-body);letter-spacing:.08em}.tlx-team-league-table>header h3{margin:4px 0 0;color:#071f37;font:900 15px/1 var(--tlx-display)}.tlx-team-league-table>header em{color:#647b8f;font:850 6.5px/1 var(--tlx-body);font-style:normal}.tlx-team-league-table-scroll{min-height:0;overflow:auto;overscroll-behavior:contain}.tlx-team-league-table table{width:100%;min-width:1160px;border-collapse:collapse;table-layout:fixed}.tlx-team-league-table th{position:sticky;top:0;z-index:2;height:36px;padding:0;border-bottom:1px solid #bccbd6;background:#e8eef2;color:#4b657a;font:850 7px/1 var(--tlx-body)}.tlx-team-league-table th:first-child{width:42px}.tlx-team-league-table th:nth-child(2){width:235px;padding-left:12px;text-align:left}.tlx-team-league-table th button{display:flex;width:100%;height:36px;align-items:center;justify-content:center;gap:5px;padding:0 4px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.tlx-team-league-table th button:hover,.tlx-team-league-table th button.is-sorted{background:#dce6ec;color:#082943}.tlx-team-league-table th button i{width:0;height:0;border-right:3px solid transparent;border-left:3px solid transparent}.tlx-team-league-table th button.is-desc i{border-top:4px solid var(--tlx-red)}.tlx-team-league-table th button.is-asc i{border-bottom:4px solid var(--tlx-red)}.tlx-team-league-table td{height:47px;padding:4px 6px;border-bottom:1px solid #d7e0e6;background:#fff;color:#0a2943;text-align:center;font:850 9px/1 var(--tlx-body)}.tlx-team-league-table tbody tr:nth-child(even) td{background:#f7f9fb}.tlx-team-league-table tbody tr:hover td{background:#eef4f7}.tlx-team-league-table td:first-child>b{display:grid;width:27px;height:27px;margin:auto;place-items:center;border-radius:5px;background:#123a5a;color:#fff;font:900 9px/1 var(--tlx-body)}.tlx-team-league-table tr:first-child td:first-child>b{background:#0aa15a}.tlx-team-league-table td:nth-child(2){padding-left:12px;text-align:left}.tlx-team-league-table td>b{display:block;font-size:10px}.tlx-team-league-table td>b.is-positive{color:#0a9c53}.tlx-team-league-table td>b.is-negative{color:#e01e39}.tlx-team-league-table td>small{display:block;margin-top:4px;color:#778b9c;font:750 5.8px/1 var(--tlx-body)}.tlx-team-table-club{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.tlx-team-table-club>img{width:32px;height:32px;object-fit:contain}.tlx-team-table-club>i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#e8eef2;color:#718696;font:850 6px/1 var(--tlx-body);font-style:normal}.tlx-team-table-club>span{display:grid;min-width:0;gap:4px}.tlx-team-table-club strong{overflow:hidden;color:#08213a;font:900 10px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-team-table-club small{color:#6f8496;font:750 6px/1 var(--tlx-body)}.tlx-team-table-form{display:flex;justify-content:center;gap:3px}.tlx-team-table-form i{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#dfe7ec;color:#8b9ca9;font:900 6.5px/1 var(--tlx-body);font-style:normal}.tlx-team-table-form i.is-w{background:#10a65a;color:#fff}.tlx-team-table-form i.is-d{background:#ec9c12;color:#fff}.tlx-team-table-form i.is-l{background:#ed2440;color:#fff}.tlx-team-league-table>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-top:1px solid #cad5de;background:#082943;color:#c0ced8;font:800 6.5px/1 var(--tlx-body);letter-spacing:.04em}.tlx-team-league-table>footer i{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:var(--tlx-red)}
@media(max-width:900px){.tlx-team-table-toolbar{grid-template-columns:1fr 70px}.tlx-team-table-toolbar>span{grid-column:1/-1}.tlx-team-table-toolbar>nav{min-height:48px;overflow-x:auto}.tlx-team-table-toolbar>nav button{min-width:88px}.tlx-team-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.tlx-team-league-table{height:520px}}
@media(max-width:680px){.top-league-arena.tlx .tlx-team-analytics-tab{height:720px}.top-league-arena.tlx .tlx-team-analytics{grid-template-rows:76px minmax(0,1fr)}.tlx-team-analytics-heading{grid-template-columns:1fr 70px;padding:9px 11px}.tlx-team-analytics-heading h2{font-size:18px}.tlx-team-analytics-heading p{font-size:7.5px}.tlx-analytics-scroll{padding:6px}.tlx-team-table-toolbar>span{padding:10px 11px}.tlx-team-table-toolbar>span p{font-size:6.5px}.tlx-team-highlights{grid-template-columns:1fr 1fr;gap:5px}.tlx-team-highlights article{grid-template-columns:30px minmax(0,1fr);min-height:54px;padding:6px}.tlx-team-highlights img{width:28px;height:28px}.tlx-team-highlights strong{grid-column:2}.tlx-team-league-table{height:500px;min-height:500px}.tlx-team-league-table>header em{display:none}.tlx-team-league-table table{min-width:1100px}.tlx-team-league-table>footer{align-items:flex-start;flex-direction:column;justify-content:center;padding:6px 9px}}

@media(max-width:1080px){
  .tlx-grid{grid-template-columns:minmax(0,1.42fr) minmax(215px,.58fr)}
  .tlx-rounds{grid-column:1/-1;grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  .tlx-table-panel{grid-template-rows:46px minmax(0,1fr)}
  .tlx-leader-title span{display:none}
}
@media(max-width:590px){
  .tlx-header{min-height:118px}
  .tlx-grid{display:block}
  .tlx-table-wrap table{height:auto}
  .tlx-leader-title span{display:none}
  .tlx-rounds{display:block}
}

/* ==========================================================
   TOP LIGA v8 — premium, czytelny układ z niezależnym LIVE
   ========================================================== */
.top-league-arena.tlx{
  --tlx-body:var(--tzp-font-body);
  --tlx-display:var(--tzp-font-heading);
  --tlx-navy:#061c34;
  --tlx-navy-deep:#031426;
  --tlx-navy-soft:#0a2d4f;
  --tlx-red:#ef1932;
  --tlx-paper:#f7f9fb;
  --tlx-line:#d8e0e8;
  border:1px solid #173c5d;
  border-radius:12px;
  overflow:hidden;
  background:#03172b;
  color:#14263a;
  box-shadow:0 18px 42px rgba(3,20,37,.2);
  font-family:var(--tlx-body);
}

.top-league-arena.tlx .tlx-header{
  min-height:76px;
  padding:11px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(105deg,#031426 0,#061d35 61%,#092a47 100%);
}
.top-league-arena.tlx .tlx-header::after{
  content:"";
  position:absolute;
  inset:-70px auto -70px 59%;
  width:110px;
  border-left:9px solid rgba(239,25,50,.78);
  background:rgba(255,255,255,.045);
  transform:skewX(-17deg);
  pointer-events:none;
}
.tlx-brand-line{min-width:0;display:flex;align-items:center;gap:23px;position:relative;z-index:1}
.top-league-arena.tlx .tlx-title{
  padding-left:14px;
  position:relative;
  display:flex;
  align-items:center;
  gap:7px;
  color:#fff;
  font:900 italic 43px/.88 var(--tlx-display);
  letter-spacing:-.025em;
  text-transform:uppercase;
  text-shadow:0 3px 0 rgba(0,0,0,.22);
}
.top-league-arena.tlx .tlx-title::before{
  content:"";
  position:absolute;
  left:0;
  top:-3px;
  bottom:-3px;
  width:4px;
  background:var(--tlx-red);
}
.top-league-arena.tlx .tlx-title b{color:var(--tlx-red)}
.tlx-competition-meta{
  min-width:0;
  padding-left:22px;
  display:flex;
  align-items:center;
  gap:10px;
  border-left:1px solid rgba(255,255,255,.18);
  color:#f6f9fc;
  white-space:nowrap;
  font:700 11px/1 var(--tlx-body);
}
.tlx-competition-meta>b,.tlx-competition-meta>strong{font-size:11px}
.tlx-competition-meta>i{width:6px;height:6px;border-radius:50%;background:var(--tlx-red)}
.tlx-competition-meta>small{
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:5px;
  font:700 10px/1 var(--tlx-body);
}
.top-league-arena.tlx .tlx-selector{
  width:350px;
  min-height:48px;
  padding:5px 39px 5px 8px;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  z-index:2;
  border:1px solid rgba(255,255,255,.28);
  border-radius:7px;
  background:rgba(4,18,33,.82);
}
.top-league-arena.tlx .tlx-selector-logo{width:34px;height:34px}
.top-league-arena.tlx .tlx-selector-logo img{width:29px;height:29px}
.top-league-arena.tlx .tlx-selector-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:4px;
}
.top-league-arena.tlx .tlx-selector-copy small{
  order:-1;
  color:#91a8bc;
  font:700 7px/1 var(--tlx-body);
  letter-spacing:.07em;
}
.top-league-arena.tlx .tlx-selector-copy b{
  max-width:100%;
  color:#fff;
  font:800 13px/1 var(--tlx-body);
  text-transform:uppercase;
}
.top-league-arena.tlx .tlx-selector>i{top:14px;color:#fff;font-style:normal}

.top-league-arena.tlx .tlx-tabs{
  min-height:42px;
  padding:0 18px;
  display:flex;
  align-items:stretch;
  gap:31px;
  overflow-x:auto;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.18);
  background:#04182b;
  scrollbar-width:none;
}
.top-league-arena.tlx .tlx-tabs::-webkit-scrollbar{display:none}
.top-league-arena.tlx .tlx-tabs a{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  position:relative;
  color:#c7d3df;
  font:700 11px/1 var(--tlx-body);
  font-style:normal;
  letter-spacing:.015em;
  text-transform:uppercase;
}
.top-league-arena.tlx .tlx-tabs a:hover,
.top-league-arena.tlx .tlx-tabs a.active{color:#fff}
.top-league-arena.tlx .tlx-tabs a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--tlx-red);
}

.tlx-live-strip{
  min-height:76px;
  margin:8px 8px 0;
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  overflow:hidden;
  border:1px solid #48617a;
  border-radius:7px;
  background:#061c34;
  color:#fff;
}
.tlx.is-live .tlx-live-strip{height:106px}
.tlx-live-strip>header{
  min-width:0;
  padding:13px 12px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:10px;
  border-right:1px solid #48617a;
  background:#05192d;
}
.tlx-live-strip h2{
  margin:0;
  color:#fff;
  font:700 21px/1 var(--tlx-display);
  font-style:normal;
  letter-spacing:.015em;
  text-transform:uppercase;
}
.tlx-live-strip h2 b{color:var(--tlx-red)}
.tlx-live-strip>header span{
  padding:7px 9px;
  border-radius:4px;
  background:var(--tlx-red);
  color:#fff;
  font:800 8px/1 var(--tlx-body);
  letter-spacing:.02em;
}
.tlx-live-list{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(190px,1fr));
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:#456079 #071c31;
}
.tlx-live-match{
  min-width:0;
  padding:7px 9px 6px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr);
  grid-template-rows:58px 20px;
  align-items:center;
  gap:0 5px;
  border-right:1px solid #48617a;
  color:#fff;
  transition:background .18s;
}
.tlx-live-match:last-child{border-right:0}
.tlx-live-match:hover{background:#0b2b49}
.tlx-live-minute{
  position:absolute;
  left:8px;
  top:7px;
  z-index:2;
  padding:5px 7px;
  border-radius:3px;
  background:var(--tlx-red);
  color:#fff;
  font:900 12px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
}
.tlx-live-team{
  min-width:0;
  height:58px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:3px;
}
.tlx-live-team img{width:30px;height:30px;object-fit:contain}
.tlx-live-team b{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font:700 9px/1 var(--tlx-body);
}
.tlx-live-match>strong{
  color:#fff;
  font:900 22px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
  text-align:center;
}
.tlx-live-shots{
  grid-column:1/-1;
  height:20px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:8px;
  border-top:1px solid rgba(255,255,255,.25);
}
.tlx-live-shots b{font:800 9px/1 var(--tlx-body)}
.tlx-live-shots b:first-child{text-align:right}
.tlx-live-shots small{color:#aebdcb;font:700 7px/1 var(--tlx-body)}
.tlx-live-empty{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#9eb1c2;
  font:600 11px/1.3 var(--tlx-body);
}
.tlx-live-empty i{width:8px;height:8px;border-radius:50%;background:#657e94}

.top-league-arena.tlx .tlx-grid{
  padding:8px;
  display:grid;
  grid-template-columns:minmax(500px,1.18fr) minmax(330px,.82fr) minmax(465px,1.08fr);
  gap:7px;
  align-items:stretch;
}
.top-league-arena.tlx .tlx-panel,
.tlx-ranking{
  min-width:0;
  overflow:hidden;
  border:1px solid #c8d3dd;
  border-radius:7px;
  background:#fff;
  color:#14263a;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
}
.tlx-section-heading{
  height:45px;
  padding:0 12px 0 16px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid #8799aa;
  background:#061c34;
  color:#fff;
}
.tlx-section-heading::before{
  content:"";
  position:absolute;
  left:7px;
  top:10px;
  bottom:10px;
  width:4px;
  background:var(--tlx-red);
}
.tlx-section-heading h2{
  margin:0;
  color:#fff;
  font:700 20px/1 var(--tlx-display);
  font-style:normal;
  letter-spacing:.025em;
  text-transform:uppercase;
}
.tlx-section-heading h2 b{color:var(--tlx-red)}
.tlx-section-heading>span{
  color:#d4dde6;
  font:700 8px/1 var(--tlx-body);
  letter-spacing:.04em;
}

.top-league-arena.tlx .tlx-table-panel{
  display:grid;
  grid-template-rows:45px minmax(0,1fr) 39px;
}
.top-league-arena.tlx .tlx-table-wrap{min-height:0;position:relative;background:#fff}
.top-league-arena.tlx .tlx-table-wrap table{
  width:100%;
  height:auto;
  border-collapse:collapse;
  table-layout:fixed;
  background:#fff;
  color:#20344a;
  font:600 11px/1.1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
}
.top-league-arena.tlx .tlx-table-wrap th{
  height:26px;
  padding:0 3px;
  border-bottom:1px solid var(--tlx-line);
  background:#f7f9fb;
  color:#50647a;
  font:800 7.5px/1 var(--tlx-body);
  letter-spacing:.025em;
  text-align:center;
  text-transform:uppercase;
}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(1){width:34px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(2){width:auto;text-align:left}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:27px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(7){width:55px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(8){width:38px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(9){width:100px}
.top-league-arena.tlx .tlx-table-wrap td{
  height:33px;
  padding:2px 3px;
  border-bottom:1px solid #e0e6ec;
  color:#21354a;
  text-align:center;
  white-space:nowrap;
}
.top-league-arena.tlx .tlx-table-wrap tr:nth-child(even) td{background:#f5f7fa}
.top-league-arena.tlx .tlx-table-wrap tr:hover td{background:#edf3f8}
.top-league-arena.tlx .tlx-table-wrap tr.is-live-row td{background:#fff1f3}
.top-league-arena.tlx .tlx-table-wrap td:nth-child(2){
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  text-align:left;
}
.top-league-arena.tlx .tlx-table-wrap td:nth-child(2)>b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:12px;
  font-weight:700;
}
.top-league-arena.tlx .tlx-club-logo,
.top-league-arena.tlx .tlx-club-fallback{width:20px;height:20px}
.top-league-arena.tlx .tlx-position{
  width:25px;
  height:23px;
  border-radius:4px;
  font:800 10px/1 var(--tlx-body);
}
.top-league-arena.tlx .tlx-form{gap:3px}
.top-league-arena.tlx .tlx-form i{
  width:15px;
  height:15px;
  border-radius:50%;
  font:800 7px/1 var(--tlx-body);
}
.tlx-table-legend{
  min-width:0;
  padding:0 12px;
  display:flex;
  align-items:center;
  gap:18px;
  overflow:hidden;
  border-top:1px solid var(--tlx-line);
  background:#fbfcfd;
  color:#506479;
  font:600 8px/1 var(--tlx-body);
}
.tlx-table-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}
.tlx-table-legend i{width:8px;height:8px;border-radius:50%;background:#169e56}
.tlx-table-legend i.europe{background:#1678bd}
.tlx-table-legend i.playoff{background:#e89a19}
.tlx-table-legend i.drop{background:var(--tlx-red)}

.top-league-arena.tlx .tlx-leaders-panel{
  min-width:0;
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:7px;
}
.tlx-ranking{display:grid;grid-template-rows:45px 91px minmax(0,1fr)}
.tlx-ranking-hero{
  min-width:0;
  padding:6px 9px;
  display:grid;
  grid-template-columns:31px 70px minmax(0,1fr) 38px 43px;
  align-items:center;
  gap:7px;
  border-bottom:1px solid var(--tlx-line);
  background:linear-gradient(105deg,#fff 0,#f5f8fb 100%);
}
.tlx-ranking-position{
  color:var(--tlx-red);
  font:900 34px/1 var(--tlx-display);
  font-style:normal;
  text-align:center;
}
.tlx-ranking-photo{
  width:70px;
  height:78px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background:#eef2f6;
}
.tlx-ranking-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.tlx-ranking-photo i{color:#a7b3bf;font:normal 28px/1 sans-serif}
.tlx-ranking-copy{min-width:0;display:grid;gap:4px}
.tlx-ranking-copy strong,
.tlx-ranking-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tlx-ranking-copy strong{color:#10253b;font:800 14px/1.05 var(--tlx-body)}
.tlx-ranking-copy small{color:#66798d;font:600 9px/1 var(--tlx-body)}
.tlx-ranking-crest{width:34px;height:34px;object-fit:contain}
.tlx-ranking-crest.is-empty{display:block}
.tlx-ranking-metric{display:grid;justify-items:end;gap:4px}
.tlx-ranking-metric>b{
  color:var(--tlx-red);
  font:900 31px/.9 var(--tlx-display);
  font-style:normal;
}
.tlx-ranking-metric small{
  max-width:45px;
  color:#10253b;
  font:800 6.5px/1 var(--tlx-body);
  text-align:right;
  text-transform:uppercase;
}
.tlx-ranking-list{
  min-height:0;
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-rows:repeat(4,minmax(24px,1fr));
}
.tlx-ranking-list li{
  min-width:0;
  padding:0 10px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) minmax(75px,.75fr) 25px;
  align-items:center;
  gap:6px;
  border-bottom:1px solid #e0e6ec;
  font:600 9px/1 var(--tlx-body);
}
.tlx-ranking-list li:last-child{border-bottom:0}
.tlx-ranking-list li>b{font-weight:800}
.tlx-ranking-list li>span,
.tlx-ranking-list li>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tlx-ranking-list li>span{font-weight:700}
.tlx-ranking-list li>small{color:#6c7e91;font-size:7.5px}
.tlx-ranking-list li>strong{text-align:right;font-size:10px}
.tlx-ranking-list li.is-empty{color:#8b99a7}

.top-league-arena.tlx .tlx-rounds{
  min-width:0;
  display:grid;
  grid-template-rows:auto 1fr;
  gap:7px;
}
.top-league-arena.tlx .tlx-round-panel{
  min-height:0;
  display:grid;
  grid-template-rows:45px minmax(0,1fr);
  background:#fff;
}
.tlx-schedule{min-height:0}
.tlx-schedule-day>header{
  height:21px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#e9eef3;
  color:#14293f;
}
.tlx-schedule-day>header b{font:800 8px/1 var(--tlx-body)}
.tlx-schedule-day>header time{color:#61758a;font:600 7px/1 var(--tlx-body)}
.tlx-schedule-row{
  min-width:0;
  height:26px;
  padding:0 9px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 38px minmax(0,1fr);
  align-items:center;
  gap:5px;
  border-bottom:1px solid #dfe5eb;
  color:#193048;
}
.tlx-schedule-row:hover,.tlx-result-row:hover{background:#f0f5f9}
.tlx-schedule-row>time{font:800 8px/1 var(--tlx-body)}
.tlx-schedule-row>span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:5px;
}
.tlx-schedule-row>span b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font:700 8px/1 var(--tlx-body);
}
.tlx-schedule-row img{width:17px;height:17px;flex:0 0 auto;object-fit:contain}
.tlx-schedule-home{justify-content:flex-end;text-align:right}
.tlx-schedule-row>strong{
  height:21px;
  display:grid;
  place-items:center;
  border:1px solid #c7d2dd;
  border-radius:4px;
  color:#0c2a46;
  font:800 8px/1 var(--tlx-body);
}

.tlx-results{min-height:0}
.tlx-result-row{
  min-width:0;
  min-height:38px;
  padding:2px 9px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 52px minmax(0,1fr);
  grid-template-rows:23px 11px;
  align-items:center;
  gap:0 5px;
  border-bottom:1px solid #dfe5eb;
  color:#193048;
}
.tlx-result-row>time{grid-row:1/3;font:800 8px/1 var(--tlx-body)}
.tlx-result-home,.tlx-result-away{
  min-width:0;
  display:flex;
  align-items:center;
  gap:5px;
}
.tlx-result-home{justify-content:flex-end;text-align:right}
.tlx-result-home b,.tlx-result-away b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font:700 8px/1 var(--tlx-body);
}
.tlx-result-row img{width:17px;height:17px;flex:0 0 auto;object-fit:contain}
.tlx-result-score{
  position:relative;
  display:grid;
  place-items:center;
}
.tlx-result-score strong{
  min-width:44px;
  height:22px;
  padding:0 5px;
  display:grid;
  place-items:center;
  border-radius:4px;
  background:#061c34;
  color:#fff;
  font:900 10px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
}
.tlx-result-score small{
  position:absolute;
  top:24px;
  color:#718397;
  font:700 5.5px/1 var(--tlx-body);
  white-space:nowrap;
}
.tlx-result-shots{
  grid-column:2/5;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 52px 1fr;
  align-items:center;
  gap:5px;
  color:#415970;
  font:700 7px/1 var(--tlx-body);
}
.tlx-result-shots b:first-child{text-align:right}
.tlx-result-shots i{display:block}
.top-league-arena.tlx .tlx-round-empty{
  min-height:84px;
  display:grid;
  place-items:center;
  color:#718397;
  font:600 10px/1.3 var(--tlx-body);
}

@media(max-width:1320px) and (min-width:1081px){
  .top-league-arena.tlx .tlx-grid{
    grid-template-columns:minmax(455px,1.15fr) minmax(285px,.8fr) minmax(405px,1.05fr);
  }
  .tlx-competition-meta{gap:7px;padding-left:15px}
  .tlx-ranking-hero{grid-template-columns:27px 61px minmax(0,1fr) 31px 38px;gap:5px}
  .tlx-ranking-photo{width:61px}
  .tlx-ranking-copy strong{font-size:12px}
  .top-league-arena.tlx .tlx-table-wrap th:nth-child(9){width:91px}
  .top-league-arena.tlx .tlx-form i{width:13px;height:13px}
}

@media(max-width:1080px){
  .top-league-arena.tlx .tlx-header{align-items:stretch;flex-direction:column}
  .tlx-brand-line{justify-content:space-between}
  .top-league-arena.tlx .tlx-selector{width:100%}
  .tlx-live-list{grid-template-columns:repeat(5,220px)}
  .top-league-arena.tlx .tlx-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.8fr)}
  .top-league-arena.tlx .tlx-rounds{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}
}

@media(max-width:780px){
  .tlx-brand-line{align-items:flex-start;flex-direction:column;gap:12px}
  .tlx-competition-meta{padding-left:0;border-left:0;flex-wrap:wrap}
  .top-league-arena.tlx .tlx-header::after{left:75%}
  .top-league-arena.tlx .tlx-tabs{gap:20px}
  .tlx-live-strip{grid-template-columns:120px minmax(0,1fr)}
  .tlx-live-list{grid-template-columns:repeat(5,210px)}
  .top-league-arena.tlx .tlx-grid{display:block}
  .top-league-arena.tlx .tlx-leaders-panel,
  .top-league-arena.tlx .tlx-rounds{margin-top:7px}
  .top-league-arena.tlx .tlx-leaders-panel{grid-template-columns:1fr;grid-template-rows:none}
  .tlx-ranking{min-height:230px}
  .top-league-arena.tlx .tlx-rounds{display:block}
  .top-league-arena.tlx .tlx-round-panel+ .tlx-round-panel{margin-top:7px}
}

@media(max-width:590px){
  .top-league-arena.tlx .tlx-header{min-height:0;padding:13px 11px}
  .top-league-arena.tlx .tlx-title{font-size:37px}
  .tlx-competition-meta>b,.tlx-competition-meta>strong{font-size:9px}
  .tlx-competition-meta>small{font-size:8px}
  .top-league-arena.tlx .tlx-tabs{padding-inline:11px}
  .tlx-live-strip{height:auto!important;margin:6px 6px 0;display:block}
  .tlx-live-strip>header{
    min-height:48px;
    padding:9px 11px;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    border-right:0;
    border-bottom:1px solid #48617a;
  }
  .tlx-live-strip h2{font-size:18px}
  .tlx-live-list{grid-template-columns:repeat(5,230px)}
  .tlx-live-match{min-height:96px}
  .top-league-arena.tlx .tlx-grid{padding:6px}
  .top-league-arena.tlx .tlx-table-wrap{overflow-x:auto}
  .top-league-arena.tlx .tlx-table-wrap table{min-width:590px}
  .tlx-table-legend{overflow-x:auto}
  .tlx-ranking{min-height:228px}
  .tlx-section-heading h2{font-size:18px}
  .tlx-schedule-row{grid-template-columns:35px minmax(82px,1fr) 34px minmax(82px,1fr)}
  .tlx-result-row{grid-template-columns:35px minmax(82px,1fr) 48px minmax(82px,1fr)}
}

/* TOP LIGA v8.1 — kompletne kolejki i czytelniejsze wyniki */
.tlx-schedule-row.is-live>strong{
  border-color:var(--tlx-red);
  background:var(--tlx-red);
  color:#fff;
}
.tlx-schedule-row.is-finished>strong{
  border-color:#061c34;
  background:#061c34;
  color:#fff;
}
.tlx-schedule-row.is-postponed>strong{
  border-color:#e3a4aa;
  background:#fff1f3;
  color:#bb1830;
  font-size:6.5px;
}
.tlx-results-day>header{
  height:22px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #d1dae3;
  background:#e7edf3;
  color:#14293f;
}
.tlx-results-day:first-child>header{border-top:0}
.tlx-results-day>header b{
  font:800 8px/1 var(--tlx-body);
  letter-spacing:.025em;
}
.tlx-results-day>header time{
  color:#61758a;
  font:600 7px/1 var(--tlx-body);
}
.tlx-result-row{
  min-height:43px;
  padding:3px 9px;
  grid-template-columns:38px minmax(0,1fr) 54px minmax(0,1fr);
  grid-template-rows:24px 13px;
  background:#fff;
}
.tlx-results-day:nth-child(even) .tlx-result-row{background:#fbfcfd}
.tlx-result-row>time{color:#21384e}
.tlx-result-score strong{
  min-width:48px;
  height:23px;
  border:1px solid #173b5b;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13);
  font-size:10px;
}
.tlx-result-shots{
  grid-template-columns:1fr auto 1fr;
  gap:7px;
  color:#243e56;
  font-size:7px;
}
.tlx-result-shots b:first-child{text-align:right}
.tlx-result-shots b:last-child{text-align:left}
.tlx-result-shots small{
  min-width:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:#657a8f;
  font:700 5.5px/1 var(--tlx-body);
  letter-spacing:.02em;
  white-space:nowrap;
}
.tlx-result-shots small i{
  width:5px;
  height:5px;
  display:block;
  border:1px solid var(--tlx-red);
  border-radius:50%;
  box-shadow:inset 0 0 0 1px #fff;
  background:var(--tlx-red);
}

@media(max-width:590px){
  .tlx-result-row{
    grid-template-columns:35px minmax(82px,1fr) 48px minmax(82px,1fr);
    min-width:430px;
  }
  .tlx-results-day{min-width:430px}
  .tlx-results{overflow-x:auto}
}

/* TOP LIGA v10 — ostatnia kolejka pod tabelą */
.top-league-arena.tlx .tlx-table-panel{
  grid-template-rows:45px auto auto 39px;
  align-self:start;
}
.tlx-table-results{
  min-width:0;
  border-top:7px solid #071b30;
  background:#eef3f7;
}
.tlx-table-results>.tlx-section-heading{
  height:42px;
  border-bottom-color:#9babb9;
}
.tlx-table-results>.tlx-section-heading h2{font-size:18px}
.tlx-compact-results-grid{
  padding:7px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  background:linear-gradient(180deg,#edf2f6 0,#f8fafc 100%);
}
.tlx-compact-result{
  min-width:0;
  height:82px;
  overflow:hidden;
  display:grid;
  grid-template-rows:20px 38px 24px;
  border:1px solid #cbd6df;
  border-radius:5px;
  background:#fff;
  color:#173049;
  box-shadow:0 2px 5px rgba(7,27,48,.07);
  transition:border-color .16s,box-shadow .16s,transform .16s;
}
.tlx-compact-result:hover{
  z-index:1;
  border-color:#8196a9;
  box-shadow:0 5px 12px rgba(7,27,48,.13);
  transform:translateY(-1px);
}
.tlx-compact-result>header{
  min-width:0;
  padding:0 7px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  border-bottom:1px solid #e1e7ed;
  background:#f7f9fb;
}
.tlx-compact-result>header b{
  color:#263f58;
  font:800 6.5px/1 var(--tlx-body);
  letter-spacing:.035em;
}
.tlx-compact-result>header time{
  display:flex;
  align-items:center;
  gap:5px;
  color:#687b8e;
  font:700 6.5px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.tlx-compact-result>header time i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:var(--tlx-red);
}
.tlx-compact-result-main{
  min-width:0;
  padding:0 6px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);
  align-items:center;
  gap:5px;
}
.tlx-compact-result-team{
  min-width:0;
  display:flex;
  align-items:center;
  gap:4px;
}
.tlx-compact-result-team.is-home{justify-content:flex-end;text-align:right}
.tlx-compact-result-team b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font:750 7.5px/1 var(--tlx-body);
}
.tlx-compact-result-team img{
  width:18px;
  height:18px;
  flex:0 0 auto;
  object-fit:contain;
}
.tlx-compact-result-main>strong{
  height:24px;
  display:grid;
  place-items:center;
  border-radius:4px;
  background:#061c34;
  color:#fff;
  font:900 10px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15);
}
.tlx-compact-result>footer{
  padding:0 6px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:6px;
  border-top:1px solid #e2e8ee;
  background:#fbfcfd;
  color:#29445e;
  font:800 7px/1 var(--tlx-body);
}
.tlx-compact-result>footer>b:first-child{text-align:right}
.tlx-compact-result>footer small{
  min-width:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:#667b90;
  font:750 5.5px/1 var(--tlx-body);
  letter-spacing:.02em;
  white-space:nowrap;
}
.tlx-compact-result>footer small i{
  width:5px;
  height:5px;
  border:1px solid #fff;
  border-radius:50%;
  background:var(--tlx-red);
  box-shadow:0 0 0 1px var(--tlx-red);
}
.top-league-arena.tlx .tlx-rounds{
  align-self:start;
  display:block;
}
.top-league-arena.tlx .tlx-round-panel{
  grid-template-rows:45px auto;
}

@media(max-width:1080px){
  .top-league-arena.tlx .tlx-rounds{
    grid-column:1/-1;
    display:block;
  }
}

@media(max-width:780px){
  .top-league-arena.tlx .tlx-table-panel{margin-top:0}
}

@media(max-width:590px){
  .tlx-compact-results-grid{grid-template-columns:1fr}
  .tlx-compact-result{height:88px;grid-template-rows:22px 40px 26px}
  .tlx-compact-result-team b{font-size:8.5px}
  .tlx-compact-result>header b,
  .tlx-compact-result>header time{font-size:7px}
}

/* TOP LIGA v11 — finalny układ premium */
.top-league-arena.tlx .tlx-table-panel{
  grid-template-rows:45px minmax(0,1fr) 39px;
  align-self:stretch;
}

/* Dynamiczne strefy tabeli */
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl{--tlx-zone:#169e56;--tlx-zone-bg:#edf8f2}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe{--tlx-zone:#1678bd;--tlx-zone-bg:#eef6fc}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff{--tlx-zone:#e89a19;--tlx-zone-bg:#fff8eb}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop{--tlx-zone:var(--tlx-red);--tlx-zone-bg:#fff0f2}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td{
  background:linear-gradient(90deg,var(--tlx-zone-bg),#fff 72%);
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td:first-child{
  box-shadow:inset 4px 0 0 var(--tlx-zone);
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop:hover td{
  background:linear-gradient(90deg,var(--tlx-zone-bg),#f5f8fa 72%);
}

/* Rankingi zawodników */
.top-league-arena.tlx .tlx-leaders-panel{
  grid-template-rows:repeat(3,minmax(0,1fr));
}
.top-league-arena.tlx .tlx-ranking{
  grid-template-rows:45px 96px minmax(0,1fr);
}
.top-league-arena.tlx .tlx-ranking-hero{
  height:96px;
  padding:6px 9px;
  grid-template-columns:30px 72px minmax(0,1fr) 44px 58px;
  gap:7px;
  background:
    linear-gradient(132deg,transparent 0 56%,rgba(214,223,231,.28) 56% 70%,transparent 70%),
    linear-gradient(105deg,#fff,#f5f8fb);
}
.top-league-arena.tlx .tlx-ranking-position{
  height:72px;
  display:grid;
  place-items:center;
  border-right:1px solid #dce4eb;
  font-size:35px;
}
.top-league-arena.tlx .tlx-ranking-photo{
  width:72px;
  height:82px;
  border:1px solid #d8e1e9;
  border-radius:5px;
  background:#eef3f7;
}
.top-league-arena.tlx .tlx-ranking-copy{gap:5px}
.top-league-arena.tlx .tlx-ranking-copy strong{
  font-size:14px;
  font-weight:800;
}
.top-league-arena.tlx .tlx-ranking-copy small{
  color:#657a90;
  font-size:9px;
}
.top-league-arena.tlx .tlx-ranking-crest{
  width:42px;
  height:42px;
  padding:5px;
  border:1px solid #cbd6df;
  border-radius:6px;
  background:#fff;
  object-fit:contain;
}
.top-league-arena.tlx .tlx-ranking-metric{
  min-width:58px;
  align-self:stretch;
  margin:-6px -9px -6px 0;
  padding:8px 5px 7px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:6px;
  background:var(--tlx-red);
  box-shadow:inset 1px 0 rgba(255,255,255,.2);
}
.top-league-arena.tlx .tlx-ranking-metric>b{
  color:#fff;
  font-size:32px;
}
.top-league-arena.tlx .tlx-ranking-metric small{
  max-width:52px;
  color:#fff;
  font-size:6px;
  line-height:1.08;
  text-align:center;
}
.top-league-arena.tlx .tlx-ranking-list li{
  position:relative;
  grid-template-columns:21px minmax(0,1fr) minmax(78px,.75fr) 24px;
  padding:0 9px;
  background:#fff;
}
.top-league-arena.tlx .tlx-ranking-list li:nth-child(even){background:#f8fafc}
.top-league-arena.tlx .tlx-ranking-list li>b{
  height:100%;
  position:relative;
  display:grid;
  place-items:center;
  border-right:1px solid #e0e6ec;
}
.top-league-arena.tlx .tlx-ranking-list li>b::after{
  content:"";
  position:absolute;
  left:3px;
  right:3px;
  bottom:0;
  height:2px;
  background:var(--tlx-red);
}
.top-league-arena.tlx .tlx-ranking-list li>span{padding-left:3px;font-weight:750}

/* Obie kolejki w prawej kolumnie */
.top-league-arena.tlx .tlx-rounds{
  min-width:0;
  align-self:start;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto auto;
  gap:7px;
}
.top-league-arena.tlx .tlx-round-panel{
  grid-template-rows:45px auto;
}
.top-league-arena.tlx .tlx-compact-round-panel{
  display:grid;
  grid-template-rows:45px auto;
}
.top-league-arena.tlx .tlx-compact-round-panel .tlx-compact-results-grid{
  padding:7px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media(max-width:1320px) and (min-width:1081px){
  .top-league-arena.tlx .tlx-ranking-hero{
    grid-template-columns:27px 60px minmax(0,1fr) 38px 52px;
    gap:5px;
  }
  .top-league-arena.tlx .tlx-ranking-photo{width:60px}
  .top-league-arena.tlx .tlx-ranking-crest{width:38px;height:38px}
  .top-league-arena.tlx .tlx-ranking-metric{min-width:52px}
}

@media(max-width:1080px){
  .top-league-arena.tlx .tlx-rounds{
    grid-column:1/-1;
    grid-template-columns:1fr 1fr;
    grid-template-rows:none;
    align-items:start;
  }
}

@media(max-width:780px){
  .top-league-arena.tlx .tlx-rounds{
    display:block;
  }
  .top-league-arena.tlx .tlx-round-panel+.tlx-round-panel{margin-top:7px}
}

@media(max-width:590px){
  .top-league-arena.tlx .tlx-ranking-hero{
    grid-template-columns:27px 62px minmax(0,1fr) 36px 50px;
  }
  .top-league-arena.tlx .tlx-ranking-photo{width:62px}
  .top-league-arena.tlx .tlx-compact-round-panel .tlx-compact-results-grid{
    grid-template-columns:1fr;
  }
}

/* TOP LIGA v12 — spokojniejsze rankingi i pełne klasyfikacje */
.top-league-arena.tlx .tlx-ranking{
  grid-template-rows:42px 76px minmax(0,1fr) 29px;
}
.top-league-arena.tlx .tlx-ranking>.tlx-section-heading{height:42px}
.top-league-arena.tlx .tlx-ranking>.tlx-section-heading h2{font-size:17px}
.top-league-arena.tlx .tlx-ranking-hero{
  height:76px;
  padding:5px 8px;
  grid-template-columns:27px 58px minmax(0,1fr) 32px 48px;
  gap:7px;
  background:linear-gradient(105deg,#fff,#f7f9fb);
}
.top-league-arena.tlx .tlx-ranking-position{
  width:26px;
  height:26px;
  border:0;
  border-radius:50%;
  background:var(--tlx-red);
  color:#fff;
  font:850 15px/1 var(--tlx-body);
}
.top-league-arena.tlx .tlx-ranking-photo{
  width:58px;
  height:66px;
  border-radius:5px;
}
.top-league-arena.tlx .tlx-ranking-copy{gap:4px}
.top-league-arena.tlx .tlx-ranking-copy strong{font-size:13px}
.top-league-arena.tlx .tlx-ranking-copy small{font-size:8px}
.top-league-arena.tlx .tlx-ranking-crest{
  width:30px;
  height:30px;
  padding:2px;
  border:0;
  background:transparent;
}
.top-league-arena.tlx .tlx-ranking-metric{
  width:48px;
  min-width:48px;
  height:50px;
  align-self:center;
  margin:0;
  padding:5px 3px;
  border:1px solid #c7d3de;
  border-radius:5px;
  background:#fff;
  box-shadow:none;
}
.top-league-arena.tlx .tlx-ranking-metric>b{
  color:var(--tlx-red);
  font:850 20px/1 var(--tlx-body);
}
.top-league-arena.tlx .tlx-ranking-metric small{
  max-width:42px;
  color:#20384f;
  font:800 5.5px/1.05 var(--tlx-body);
}
.top-league-arena.tlx .tlx-ranking-list li{
  grid-template-columns:25px minmax(0,1fr) minmax(78px,.72fr) 22px;
  padding:0 8px;
}
.top-league-arena.tlx .tlx-ranking-list li>b{
  height:auto;
  padding-left:7px;
  display:block;
  border:0;
  text-align:left;
}
.top-league-arena.tlx .tlx-ranking-list li>b::after{
  left:0;
  right:auto;
  bottom:50%;
  width:4px;
  height:4px;
  border-radius:50%;
  transform:translateY(50%);
}
.top-league-arena.tlx .tlx-ranking-list li>span{padding-left:0}
.tlx-ranking-more{
  min-width:0;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  border-top:1px solid #dce4eb;
  background:#fbfcfd;
  color:#18324a;
  font:800 7px/1 var(--tlx-body);
  letter-spacing:.025em;
  text-transform:uppercase;
}
.tlx-ranking-more b{
  color:var(--tlx-red);
  font:800 14px/1 var(--tlx-body);
  transition:transform .16s;
}
.tlx-ranking-more:hover{background:#f3f7fa;color:#071d34}
.tlx-ranking-more:hover b{transform:translateX(2px)}

@media(max-width:1320px) and (min-width:1081px){
  .top-league-arena.tlx .tlx-ranking-hero{
    grid-template-columns:25px 51px minmax(0,1fr) 27px 43px;
    gap:5px;
  }
  .top-league-arena.tlx .tlx-ranking-photo{width:51px}
  .top-league-arena.tlx .tlx-ranking-crest{width:27px;height:27px}
  .top-league-arena.tlx .tlx-ranking-metric{width:43px;min-width:43px}
}

@media(max-width:590px){
  .top-league-arena.tlx .tlx-ranking-hero{
    grid-template-columns:25px 54px minmax(0,1fr) 28px 44px;
  }
  .top-league-arena.tlx .tlx-ranking-photo{width:54px}
}

/* TWOJA LIGA v13 — biało-czerwono-srebrny system i 10 meczów LIVE */
.top-league-arena.tlx{
  border-color:#c5d0da;
  background:#edf1f4;
  box-shadow:0 16px 38px rgba(6,28,52,.15);
}
.top-league-arena.tlx .tlx-header{
  min-height:86px;
  padding:13px 18px;
  overflow:visible;
  border-bottom:4px solid var(--tlx-navy);
  background:#fff;
}
.top-league-arena.tlx .tlx-header::after{
  content:"";
  position:absolute;
  left:57%;
  right:373px;
  top:50%;
  width:auto;
  height:1px;
  border:0;
  background:linear-gradient(90deg,transparent,#c8d1da 32%,#aebac5 100%);
  transform:none;
  opacity:1;
}
.top-league-arena.tlx .tlx-title{
  color:var(--tlx-navy);
  font-size:45px;
  font-style:normal;
  text-shadow:none;
}
.top-league-arena.tlx .tlx-title b{color:var(--tlx-red)}
.top-league-arena.tlx .tlx-title::before{top:-4px;bottom:-4px}
.top-league-arena.tlx .tlx-competition-meta{
  border-left-color:#c8d2dc;
  color:var(--tlx-navy);
}
.top-league-arena.tlx .tlx-competition-meta>small{
  border-color:#9eafc0;
  background:#fff;
  color:var(--tlx-navy);
}
.top-league-arena.tlx .tlx-selector{
  width:365px;
  min-height:56px;
  padding:7px 42px 7px 10px;
  border:1px solid #aebbc7;
  border-left:4px solid var(--tlx-red);
  background:linear-gradient(180deg,#f2f4f6,#e2e7eb);
  box-shadow:inset 0 1px 0 #fff,0 4px 10px rgba(6,28,52,.08);
}
.top-league-arena.tlx .tlx-selector::before{
  content:"";
  position:absolute;
  left:-35px;
  top:50%;
  width:5px;
  height:5px;
  border-radius:1px;
  background:var(--tlx-red);
  transform:translateY(-50%);
}
.top-league-arena.tlx .tlx-selector-logo{
  width:39px;
  height:39px;
  border:1px solid #ccd5de;
  box-shadow:0 2px 5px rgba(6,28,52,.09);
}
.top-league-arena.tlx .tlx-selector-logo img{width:33px;height:33px}
.top-league-arena.tlx .tlx-selector-copy small{color:#66798b}
.top-league-arena.tlx .tlx-selector-copy b{color:var(--tlx-navy);font-size:14px}
.top-league-arena.tlx .tlx-selector>i{top:17px;color:var(--tlx-navy)}

.top-league-arena.tlx .tlx-tabs{
  min-height:48px;
  padding:0 18px;
  border-top:0;
  border-bottom:1px solid #cbd5de;
  background:#fff;
}
.top-league-arena.tlx .tlx-tabs a{
  padding:0 10px;
  color:var(--tlx-navy);
}
.top-league-arena.tlx .tlx-tabs a:hover{color:var(--tlx-red)}
.top-league-arena.tlx .tlx-tabs a.active{
  color:#d9182e;
  background:#fff5f6;
}

.tlx-live-strip{
  min-height:112px;
  margin:9px 9px 0;
  border-color:#bdc9d4;
  background:#f5f7f9;
  color:var(--tlx-navy);
  box-shadow:0 3px 9px rgba(6,28,52,.05);
}
.tlx.is-live .tlx-live-strip{height:auto}
.tlx-live-strip.has-many-live{min-height:213px}
.tlx-live-strip>header{
  padding:14px 12px;
  border-right-color:#c8d2dc;
  background:#fff;
}
.tlx-live-strip h2{color:var(--tlx-navy)}
.tlx-live-strip>header span{font-size:7.5px}
.tlx-live-list{
  padding:7px;
  grid-template-columns:repeat(var(--live-columns,5),minmax(0,1fr));
  grid-auto-rows:92px;
  gap:7px;
  overflow:visible;
  background:#f5f7f9;
}
.tlx-live-match{
  min-height:92px;
  padding:6px 7px 5px;
  grid-template-columns:minmax(0,1fr) 45px minmax(0,1fr);
  grid-template-rows:58px 20px;
  border:1px solid #cbd5de;
  border-radius:6px;
  background:#fff;
  color:var(--tlx-navy);
  box-shadow:0 2px 5px rgba(6,28,52,.05);
}
.tlx-live-match:last-child{border-right:1px solid #cbd5de}
.tlx-live-match:hover{border-color:#9eafbf;background:#f9fbfc}
.tlx-live-minute{left:6px;top:5px;padding:4px 6px;font-size:10px}
.tlx-live-team{height:56px}
.tlx-live-team img{width:27px;height:27px}
.tlx-live-team b{color:var(--tlx-navy);font-size:7.5px;text-align:center}
.tlx-live-match>strong{
  min-width:42px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:5px;
  background:var(--tlx-navy);
  color:#fff;
  font-size:16px;
}
.tlx-live-shots{
  border-top-color:#dce3e9;
  color:#294158;
}
.tlx-live-shots small{color:#5d7285;font-size:5.7px}
.tlx-live-empty{min-height:108px;color:#7d8d9d}
.tlx-live-empty i{background:#9aa8b5}

.top-league-arena.tlx .tlx-grid{
  padding:9px;
  background:#edf1f4;
}
.top-league-arena.tlx .tlx-panel,
.top-league-arena.tlx .tlx-ranking{
  border-color:#c7d2dc;
  border-radius:8px;
  box-shadow:0 4px 12px rgba(6,28,52,.07);
}
.top-league-arena.tlx .tlx-section-heading{
  border-bottom:2px solid #8193a4;
  background:linear-gradient(180deg,#fff,#f5f7f9);
  color:var(--tlx-navy);
}
.top-league-arena.tlx .tlx-section-heading::before{
  left:8px;
  top:9px;
  bottom:9px;
  width:3px;
}
.top-league-arena.tlx .tlx-section-heading h2{color:var(--tlx-navy)}
.top-league-arena.tlx .tlx-section-heading>span{color:#243d55}
.top-league-arena.tlx .tlx-table-wrap th{background:#eef2f5}
.top-league-arena.tlx .tlx-table-wrap tr:nth-child(even) td{background:#f8fafb}
.top-league-arena.tlx .tlx-table-legend{background:#fff}
.top-league-arena.tlx .tlx-ranking-list li:nth-child(even){background:#f8fafb}
.top-league-arena.tlx .tlx-schedule-day>header{background:#e9eef2}
.top-league-arena.tlx .tlx-compact-results-grid{background:#eef2f5}
.top-league-arena.tlx .tlx-compact-result{box-shadow:0 2px 5px rgba(6,28,52,.05)}

@media(max-width:1320px){
  .top-league-arena.tlx .tlx-header::after{display:none}
  .top-league-arena.tlx .tlx-selector::before{display:none}
}

@media(max-width:1080px){
  .tlx-live-list{
    grid-template-columns:repeat(5,220px);
    grid-auto-flow:column;
    grid-template-rows:92px;
    overflow-x:auto;
  }
  .tlx-live-strip.has-many-live{min-height:112px}
}

@media(max-width:780px){
  .top-league-arena.tlx .tlx-title{font-size:39px}
  .top-league-arena.tlx .tlx-tabs{gap:7px}
  .tlx-live-list{grid-template-columns:repeat(10,210px)}
}

@media(max-width:590px){
  .top-league-arena.tlx .tlx-header{
    padding:13px 11px;
    border-bottom-width:3px;
  }
  .top-league-arena.tlx .tlx-title{font-size:35px}
  .top-league-arena.tlx .tlx-selector{min-height:52px}
  .top-league-arena.tlx .tlx-tabs{padding-inline:5px}
  .tlx-live-strip{display:block;min-height:0}
  .tlx-live-strip>header{
    min-height:50px;
    border-right:0;
    border-bottom:1px solid #c8d2dc;
  }
  .tlx-live-list{
    padding:6px;
    grid-template-columns:repeat(10,225px);
    grid-template-rows:92px;
  }
}

/* TWOJA LIGA v25 — kompaktowe karty meczów LIVE */
.top-league-arena.tlx .tlx-live-list{
  grid-template-columns:repeat(var(--live-columns,1),minmax(270px,320px));
  grid-auto-flow:row;
  justify-content:start;
  align-content:start;
  overflow-x:auto;
}
.top-league-arena.tlx .tlx-live-match{
  width:100%;
  min-width:270px;
  max-width:320px;
  grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);
}
.top-league-arena.tlx .tlx-live-team b{
  display:-webkit-box;
  max-width:108px;
  min-height:17px;
  overflow:hidden;
  color:var(--tlx-navy);
  font:800 7.5px/1.12 var(--tlx-body);
  text-align:center;
  text-overflow:ellipsis;
  white-space:normal;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.top-league-arena.tlx .tlx-live-minute{
  min-width:35px;
  text-align:center;
}
.top-league-arena.tlx .tlx-live-match>strong{font-size:15px}
@media(max-width:1080px){
  .top-league-arena.tlx .tlx-live-list{
    grid-template-columns:repeat(var(--live-columns,1),300px);
    grid-auto-flow:row;
  }
}
@media(max-width:590px){
  .top-league-arena.tlx .tlx-live-list{grid-template-columns:repeat(var(--live-columns,1),280px)}
}

/* TWOJA LIGA v26 — równa kolumna pozycji i zmiany miejsca */
.top-league-arena.tlx .tlx-table-wrap th:nth-child(1){width:62px}
.top-league-arena.tlx .tlx-position-cell{
  width:54px;
  padding-left:1px;
  display:grid;
  grid-template-columns:30px 22px;
  align-items:center;
  justify-content:start;
  gap:2px;
}
.top-league-arena.tlx .tlx-position{
  width:30px;
  min-width:30px;
  margin:0;
}
.top-league-arena.tlx .tlx-position-change{
  width:22px;
  min-width:22px;
  display:block;
  margin:0;
  font-size:7px;
  line-height:1;
  text-align:center;
  font-variant-numeric:tabular-nums;
}
.top-league-arena.tlx .tlx-position-change.is-empty{visibility:hidden}

/* TWOJA LIGA v15 — końcowa warstwa tabeli */
.top-league-arena.tlx .tlx-ranking-position{
  width:26px;
  height:40px;
  padding-left:5px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  border:0;
  border-left:2px solid var(--tlx-red);
  border-radius:0;
  background:transparent;
  color:#18344e;
  font:850 18px/1 var(--tlx-body);
  box-shadow:none;
}
.top-league-arena.tlx.is-switching-view{
  cursor:progress;
  opacity:.72;
  transition:opacity .16s ease;
}
.top-league-arena.tlx .tlx-tabs a{
  cursor:pointer;
}
.tlx-tab-content{
  min-height:650px;
  padding:9px;
  background:#edf1f4;
}
.tlx-tab-content>.tlx-panel{
  overflow:hidden;
  border:1px solid #c7d2dc;
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 12px rgba(6,28,52,.07);
}
.tlx-detail-heading{
  min-height:60px;
  padding:8px 15px;
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(150px,1fr);
  align-items:center;
  gap:12px;
  border-bottom:2px solid #8193a4;
  background:linear-gradient(180deg,#fff,#f3f6f8);
}
.tlx-detail-heading>span:first-child{display:grid;gap:3px}
.tlx-detail-heading>span:first-child small{
  color:#748597;
  font:800 7px/1 var(--tlx-body);
  letter-spacing:.08em;
}
.tlx-detail-heading h2{
  margin:0;
  color:var(--tlx-navy);
  font:900 21px/1 var(--tlx-display);
  letter-spacing:.015em;
}
.tlx-detail-heading>strong{
  justify-self:end;
  color:#52677a;
  font:800 8px/1 var(--tlx-body);
}
.tlx-detail-live{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:6px;
  color:#52677a;
  font:800 8px/1 var(--tlx-body);
}
.tlx-detail-live i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tlx-red);
  box-shadow:0 0 0 4px rgba(239,25,50,.12);
}
.tlx-detailed-table{
  display:grid;
  grid-template-rows:60px minmax(0,1fr) 39px;
}
.tlx-detailed-table .tlx-table-wrap td{height:36px}
.tlx-detailed-table .tlx-table-wrap td:nth-child(2)>b{font-size:12px}
.tlx-detailed-table .tlx-club-logo,
.tlx-detailed-table .tlx-club-fallback{width:23px;height:23px}

.tlx-schedule-centre{min-height:var(--tlx-detail-height,720px);padding:10px;background:linear-gradient(135deg,#eef3f6 0 68%,#e8eef2 68%)}
.tlx-full-schedule{height:var(--tlx-detail-height,720px);min-height:620px;display:grid;grid-template-rows:82px minmax(0,1fr);overflow:hidden}
.tlx-schedule-heading{display:grid;grid-template-columns:minmax(310px,1fr) auto 104px;align-items:center;gap:22px;padding:12px 18px;border-bottom:2px solid #0a2a44;background:linear-gradient(120deg,#fff 0 78%,#f0f4f7 78%);color:#08243e}
.tlx-schedule-heading>span{display:grid;gap:5px}.tlx-schedule-heading>span>small{color:#60788d;font:850 9.5px/1 var(--tlx-body);letter-spacing:.075em}.tlx-schedule-heading h2{margin:0;font:900 23px/1 var(--tlx-body);letter-spacing:-.02em}.tlx-schedule-heading p{margin:0;color:#516b80;font:750 10.5px/1.25 var(--tlx-body)}
.tlx-schedule-heading nav{height:42px;display:flex;overflow:hidden;border:1px solid #b7c5d0;border-radius:6px;background:#fff;box-shadow:0 3px 10px rgba(8,37,62,.08)}.tlx-schedule-heading nav button{min-width:132px;padding:0 15px;border:0;border-right:1px solid #cbd5dd;background:#fff;color:#27465f;cursor:pointer;font:900 10.5px/1 var(--tlx-body);white-space:nowrap}.tlx-schedule-heading nav button:last-child{border-right:0}.tlx-schedule-heading nav button.is-active{background:#092a45;color:#fff;box-shadow:inset 0 -3px #ed1937}
.tlx-schedule-heading>strong{display:grid;justify-items:end;gap:4px;padding-left:18px;border-left:3px solid #ed1937}.tlx-schedule-heading>strong b{color:#ed1937;font:900 25px/1 var(--tlx-body)}.tlx-schedule-heading>strong small{color:#526a7e;font:850 9px/1 var(--tlx-body)}
.tlx-schedule-calendar{min-height:0;display:grid;grid-template-rows:68px minmax(0,1fr);background:#eef3f6}.tlx-schedule-calendar[hidden],.tlx-h2h-centre[hidden]{display:none}
.tlx-schedule-filters{display:grid;grid-template-columns:200px minmax(240px,1fr) 210px 150px;align-items:end;gap:10px;padding:9px 12px;border-bottom:1px solid #c9d5de;background:#fff}.tlx-schedule-filters label{display:grid;gap:5px;color:#486278;font:850 9px/1 var(--tlx-body);letter-spacing:.05em}.tlx-schedule-filters select,.tlx-schedule-filters button{height:40px;padding:0 12px;border:1px solid #bdcad4;border-radius:6px;background:#fff;color:#0a2943;font:850 10.5px/1 var(--tlx-body);outline:none;white-space:nowrap}.tlx-schedule-filters select:focus{border-color:#ed1937;box-shadow:0 0 0 2px rgba(237,25,55,.1)}.tlx-schedule-filters button{border-color:#ed1937;color:#ed1937;cursor:pointer}.tlx-schedule-filters button:hover{background:#fff1f3}
.tlx-full-round-list{min-height:0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow:auto;background:#eef3f6;scrollbar-color:#9eb0bf transparent;scrollbar-width:thin}.tlx-full-round{flex:0 0 auto;overflow:hidden;border:1px solid #c8d4dd;border-radius:7px;background:#fff;box-shadow:0 3px 9px rgba(8,38,62,.04)}.tlx-full-round[hidden],.tlx-full-match[hidden]{display:none}.tlx-full-round>header{height:40px;min-height:40px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #cdd8e0;background:linear-gradient(100deg,#e7edf1 0 78%,#f5f7f9 78%)}.tlx-full-round>header h3{margin:0;color:#0b2a44;font:900 14px/1 var(--tlx-body)}.tlx-full-round>header span{color:#596f83;font:800 9.5px/1 var(--tlx-body)}.tlx-full-round>header span b{color:#ed1937;font-size:11px}.tlx-full-round>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.tlx-full-match{min-height:62px;padding:6px 11px;display:grid;grid-template-columns:72px minmax(145px,1fr) 72px minmax(145px,1fr) 18px;align-items:center;gap:8px;border-bottom:1px solid #dbe3e9;color:#102d46;text-decoration:none;transition:background .18s ease,box-shadow .18s ease}.tlx-full-match:nth-child(odd){border-right:1px solid #d6e0e7}.tlx-full-match:hover{position:relative;z-index:1;background:#f5f8fa;box-shadow:inset 3px 0 #ed1937}.tlx-full-match>time{display:grid;gap:4px;color:#5d7488;font:750 9.5px/1 var(--tlx-body)}.tlx-full-match>time b{color:#0c2c47;font:900 10.5px/1 var(--tlx-body)}.tlx-full-match>span{min-width:0;display:flex;align-items:center;gap:8px}.tlx-full-match>span.is-home{justify-content:flex-end;text-align:right}.tlx-full-match>span b{overflow:hidden;font:850 11px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-full-match>span img{width:28px;height:28px;flex:none;object-fit:contain}.tlx-full-match>strong{min-width:66px;min-height:39px;padding:5px 4px;display:grid;place-items:center;gap:4px;position:relative;border:1px solid #c1ced8;border-radius:6px;background:#fff;color:#08233d;font:900 14px/1 var(--tlx-body);font-style:normal}.tlx-full-match>strong small{color:#5f788d;font:800 8px/1 var(--tlx-body);white-space:nowrap}.tlx-full-match.is-finished>strong,.tlx-full-match.is-live>strong{border-color:#082943;background:#082943;color:#fff}.tlx-full-match.is-finished>strong small,.tlx-full-match.is-live>strong small{color:#dce6ed}.tlx-full-match.is-postponed>strong{border-color:#f0aab5;background:#fff2f4;color:#e71935}.tlx-full-match>strong i{position:absolute;right:-5px;top:-7px;padding:3px 4px;border-radius:3px;background:#ed1937;color:#fff;font:900 7px/1 var(--tlx-body)}.tlx-full-match-arrow{color:#ed1937;font:900 14px/1 var(--tlx-body);font-style:normal}.tlx-schedule-no-results{min-height:120px;place-items:center;color:#576f83;font:850 11px/1.3 var(--tlx-body)}.tlx-schedule-no-results:not([hidden]){display:grid}
.tlx-full-match>strong small.tlx-match-xg{min-width:54px;padding:3px 5px;border-radius:4px;background:rgba(255,255,255,.14);color:#fff;font-size:8.5px;letter-spacing:.025em}.tlx-result-shots small.tlx-xg-label,.tlx-compact-result>footer small.tlx-xg-label{display:inline-flex;align-items:center;justify-content:center;min-width:30px;padding:3px 6px;border:1px solid #f0bdc5;border-radius:10px;background:#fff4f6;color:#df1733;font:900 8px/1 var(--tlx-body);letter-spacing:.04em}.tlx-result-shots small.tlx-xg-label:before,.tlx-compact-result>footer small.tlx-xg-label:before{content:none}
.tlx-h2h-centre{min-height:0;padding:12px;overflow:auto;background:#eef3f6}.tlx-h2h-centre>header{display:grid;grid-template-columns:minmax(260px,1fr) minmax(530px,1.5fr);align-items:center;gap:24px;padding:15px 16px;border:1px solid #c6d3dc;border-radius:7px 7px 0 0;background:#fff}.tlx-h2h-centre>header>span{display:grid;gap:5px}.tlx-h2h-centre>header small{color:#536d82;font:850 9px/1 var(--tlx-body);letter-spacing:.05em}.tlx-h2h-centre>header h3,.tlx-h2h-history h3{margin:0;color:#08243e;font:900 17px/1 var(--tlx-body)}.tlx-h2h-centre>header p{margin:0;color:#586f83;font:750 10px/1.25 var(--tlx-body)}.tlx-h2h-centre>header>div{display:grid;grid-template-columns:minmax(190px,1fr) 42px minmax(190px,1fr);align-items:end;gap:9px}.tlx-h2h-centre>header label{display:grid;gap:6px}.tlx-h2h-centre>header select{width:100%;height:42px;padding:0 11px;border:1px solid #b8c7d2;border-radius:6px;background:#fff;color:#092843;font:850 11px/1 var(--tlx-body)}.tlx-h2h-centre>header>div>b{height:42px;display:grid;place-items:center;border-radius:6px;background:#ed1937;color:#fff;font:900 12px/1 var(--tlx-body)}
.tlx-h2h-summary{display:grid;grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);min-height:160px;border-inline:1px solid #c6d3dc;background:#fff}.tlx-h2h-summary>article{display:grid;grid-template-columns:70px minmax(0,1fr) repeat(2,76px);align-items:center;gap:12px;padding:18px}.tlx-h2h-summary>article.is-second{direction:rtl}.tlx-h2h-summary>article.is-second>*{direction:ltr}.tlx-h2h-summary>article img,.tlx-h2h-summary>article>i{width:66px;height:66px;display:grid;place-items:center;object-fit:contain;border:1px solid #ced8df;border-radius:50%;background:#fff;box-shadow:0 5px 14px rgba(8,39,65,.09);font:850 9px/1 var(--tlx-body);font-style:normal}.tlx-h2h-summary>article>span{display:grid;min-width:0;gap:7px}.tlx-h2h-summary>article>span small{color:#647b8f;font:850 8.5px/1 var(--tlx-body)}.tlx-h2h-summary>article>span b{overflow:hidden;color:#08243e;font:900 16px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-h2h-summary>article>div{display:grid;justify-items:center;gap:6px}.tlx-h2h-summary>article>div strong{color:#ed1937;font:900 25px/1 var(--tlx-body)}.tlx-h2h-summary>article>div small{color:#506a80;font:850 8px/1.05 var(--tlx-body);text-align:center}.tlx-h2h-summary>section{display:grid;align-content:center;justify-items:center;gap:8px;border-inline:1px solid #d4dee5;background:linear-gradient(135deg,#f3f6f8 0 54%,#e8eef2 54%);text-align:center}.tlx-h2h-summary>section small{color:#536e83;font:850 8.5px/1 var(--tlx-body)}.tlx-h2h-summary>section strong{color:#08243e;font:900 31px/1 var(--tlx-body)}.tlx-h2h-summary>section span,.tlx-h2h-summary>section b{color:#4d687e;font:850 8.5px/1 var(--tlx-body)}.tlx-h2h-summary>section b{color:#ed1937}
.tlx-h2h-history{overflow:hidden;border:1px solid #c6d3dc;border-radius:0 0 7px 7px;background:#fff}.tlx-h2h-history>header{min-height:54px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccd7df;background:#e8eef2}.tlx-h2h-history>header>span{display:grid;gap:5px}.tlx-h2h-history>header>strong{color:#ed1937;font:900 10px/1 var(--tlx-body)}.tlx-h2h-history>div>a,.tlx-h2h-api-row{min-height:54px;padding:6px 12px;display:grid;grid-template-columns:110px minmax(160px,1fr) 92px minmax(160px,1fr) 24px;align-items:center;gap:10px;border-bottom:1px solid #dce4ea;color:#102d46;text-decoration:none}.tlx-h2h-history>div>*:last-child{border-bottom:0}.tlx-h2h-history>div>a:hover{background:#f4f7f9}.tlx-h2h-history time{display:grid;gap:4px;color:#0e2e49;font:850 10px/1 var(--tlx-body)}.tlx-h2h-history time small{font-size:8px}.tlx-h2h-history span{min-width:0;display:flex;align-items:center;gap:8px}.tlx-h2h-history span.is-home{justify-content:flex-end;text-align:right}.tlx-h2h-history span b{overflow:hidden;font:850 10.5px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-h2h-history span img{width:27px;height:27px;flex:none;object-fit:contain}.tlx-h2h-history :is(a,.tlx-h2h-api-row)>strong{display:grid;justify-items:center;gap:4px;padding:6px;border-radius:5px;background:#082943;color:#fff;font:900 13px/1 var(--tlx-body)}.tlx-h2h-history :is(a,.tlx-h2h-api-row)>strong small{color:#c7d5df;font:800 8px/1 var(--tlx-body)}.tlx-h2h-history :is(a,.tlx-h2h-api-row)>i{color:#ed1937;font:900 9px/1 var(--tlx-body);font-style:normal}.tlx-schedule-centre.is-loading-h2h .tlx-h2h-summary,.tlx-schedule-centre.is-loading-h2h .tlx-h2h-history{opacity:.55;pointer-events:none}.tlx-h2h-empty{min-height:110px;margin:0;display:grid;place-items:center;color:#5b7387;font:800 11px/1.35 var(--tlx-body);text-align:center}

.tlx-team-stats{min-height:650px}
.tlx-team-stats .tlx-detail-heading{grid-template-columns:1fr auto}
.tlx-team-stats-wrap{overflow-x:auto}
.tlx-team-stats table{
  width:100%;
  min-width:780px;
  border-collapse:collapse;
  color:#193149;
  font:700 11px/1 var(--tlx-body);
  font-variant-numeric:tabular-nums;
}
.tlx-team-stats th{
  height:32px;
  padding:0 7px;
  border-bottom:1px solid #cfd9e1;
  background:#eaf0f4;
  color:#50667b;
  font-size:8px;
  text-transform:uppercase;
}
.tlx-team-stats td{
  height:38px;
  padding:3px 7px;
  border-bottom:1px solid #e0e7ed;
  text-align:center;
}
.tlx-team-stats tbody tr:nth-child(even){background:#f7f9fb}
.tlx-team-stats tbody tr:hover{background:#edf3f7}
.tlx-team-stats td:nth-child(1){width:34px}
.tlx-team-stats td:nth-child(2){
  min-width:210px;
  display:flex;
  align-items:center;
  gap:8px;
  text-align:left;
}
.tlx-team-stats td:nth-child(2) img{width:24px;height:24px;object-fit:contain}
.tlx-team-stats .is-positive{color:#118c50}
.tlx-team-stats .is-negative{color:#d92740}

.tlx-player-centre{min-height:720px;padding:10px;background:linear-gradient(135deg,#edf2f6 0 64%,#e7edf2 64%)}
.tlx-player-stats-shell{min-width:0}
.tlx-player-centre-heading{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:24px;padding:14px 19px;border-bottom:2px solid #092943;background:linear-gradient(120deg,#fff 0 78%,#f1f5f8 78%);color:#08233d}
.tlx-player-centre-heading>span{display:grid;gap:5px}.tlx-player-centre-heading>span>small{color:#60778c;font:850 8.5px/1 var(--tlx-body);letter-spacing:.09em}.tlx-player-centre-heading h2{margin:0;font:900 22px/1 var(--tlx-body);letter-spacing:-.025em}.tlx-player-centre-heading p{margin:0;color:#5c7286;font:750 10px/1.25 var(--tlx-body)}
.tlx-player-centre-heading>strong{display:grid;min-width:122px;justify-items:end;gap:4px;padding-left:18px;border-left:3px solid #ed1937}.tlx-player-centre-heading>strong>b{color:#ed1937;font:900 24px/1 var(--tlx-body)}.tlx-player-centre-heading>strong>small{color:#506a80;font:850 8px/1 var(--tlx-body);letter-spacing:.045em}
.tlx-player-leaders-stage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;border-bottom:1px solid #cbd7df;background:#e9eff3}
.tlx-player-leader-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 32px 56px;align-items:center;gap:10px;min-width:0;min-height:92px;padding:13px 12px 10px;overflow:hidden;border:1px solid #c6d3dc;border-radius:7px;background:linear-gradient(128deg,#fff 0 73%,#f0f4f7 73%);color:#08233d;text-align:left;box-shadow:0 3px 9px rgba(7,31,55,.06)}
.tlx-player-leader-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#ed1937}.tlx-player-leader-card>small{position:absolute;top:10px;left:80px;color:#60778b;font:850 8px/1 var(--tlx-body);letter-spacing:.055em}.tlx-player-leader-photo{align-self:end;display:grid;width:56px;height:67px;overflow:hidden;place-items:center;border:1px solid #c8d5df;border-radius:7px 7px 3px 3px;background:#edf2f5}.tlx-player-leader-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.tlx-player-leader-photo i{font-style:normal}.tlx-player-leader-copy{align-self:end;display:grid;min-width:0;gap:5px;padding-bottom:7px}.tlx-player-leader-copy>b{overflow:hidden;font:900 12px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-player-leader-copy>em{overflow:hidden;color:#687e91;font:750 8.5px/1 var(--tlx-body);font-style:normal;text-overflow:ellipsis;white-space:nowrap}.tlx-player-leader-club{align-self:end;width:29px;height:29px;margin-bottom:13px;object-fit:contain}.tlx-player-leader-card>strong{align-self:end;display:grid;justify-items:end;gap:4px;padding-bottom:8px;color:#ed1937;font:900 22px/1 var(--tlx-body)}.tlx-player-leader-card>strong small{max-width:56px;color:#4f687d;font:850 7.5px/1.05 var(--tlx-body);text-align:right}
.tlx-player-stat-toolbar{display:grid;grid-template-columns:minmax(520px,1fr) 210px 190px;align-items:end;gap:10px;padding:10px 12px;border-bottom:1px solid #c9d5de;background:#fff}
.tlx-player-stat-toolbar nav{display:flex;min-width:0;overflow:auto;border:1px solid #bdcbd6;border-radius:6px;background:#eef3f6}.tlx-player-stat-toolbar nav button{flex:1;min-width:86px;height:40px;padding:0 10px;border:0;border-right:1px solid #cbd6df;background:transparent;color:#294760;cursor:pointer;font:900 9px/1 var(--tlx-body)}.tlx-player-stat-toolbar nav button:last-child{border-right:0}.tlx-player-stat-toolbar nav button.is-active{background:#082943;color:#fff;box-shadow:inset 0 -3px #ed1937}.tlx-player-stat-toolbar label{display:grid;gap:5px;color:#526b80;font:850 7.5px/1 var(--tlx-body);letter-spacing:.055em}.tlx-player-stat-toolbar input,.tlx-player-stat-toolbar select{width:100%;height:40px;padding:0 11px;border:1px solid #bdcbd6;border-radius:6px;background:#fff;color:#08233d;font:800 10px/1 var(--tlx-body);outline:none}.tlx-player-stat-toolbar input:focus,.tlx-player-stat-toolbar select:focus{border-color:#ed1937;box-shadow:0 0 0 2px rgba(237,25,55,.1)}
.tlx-player-position-toolbar{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:stretch;min-height:52px;padding:0 12px;border-bottom:1px solid #c9d5de;background:#f4f7f9}.tlx-player-position-toolbar>span{display:grid;align-content:center;gap:4px;padding:0 14px;border-left:3px solid #ed1937;background:#fff}.tlx-player-position-toolbar>span small{color:#6a8092;font:850 6.5px/1 var(--tlx-body);letter-spacing:.075em}.tlx-player-position-toolbar>span b{color:#082943;font:900 10px/1 var(--tlx-body)}.tlx-player-position-toolbar nav{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));border-right:1px solid #cbd6df}.tlx-player-position-toolbar button{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;border:0;border-left:1px solid #cbd6df;background:#f4f7f9;color:#405d74;cursor:pointer;font:900 8.5px/1 var(--tlx-body)}.tlx-player-position-toolbar button:hover{background:#eaf0f4;color:#082943}.tlx-player-position-toolbar button>b{display:grid;min-width:22px;height:22px;padding:0 5px;place-items:center;border-radius:12px;background:#dce5eb;color:#476277;font:900 7.5px/1 var(--tlx-body)}.tlx-player-position-toolbar button.is-active{position:relative;background:#fff;color:#082943;box-shadow:inset 0 -3px #ed1937}.tlx-player-position-toolbar button.is-active>b{background:#ed1937;color:#fff}.tlx-player-position-toolbar button.is-active:before{content:'';position:absolute;top:0;left:50%;width:6px;height:6px;transform:translate(-50%,-50%) rotate(45deg);background:#ed1937}
.tlx-player-list-heading{display:grid;grid-template-columns:42px minmax(220px,1.05fr) minmax(150px,.65fr) minmax(540px,2.3fr);align-items:center;gap:10px;min-height:34px;padding:0 12px;border-bottom:1px solid #c6d2db;background:#e7edf1;color:#435f76;font:850 7.5px/1 var(--tlx-body);letter-spacing:.055em}.tlx-player-list-heading span:nth-child(4){text-align:center}
.tlx-player-detail-list{margin:0;padding:0;list-style:none}.tlx-player-detail-list>li{display:grid;grid-template-columns:42px minmax(220px,1.05fr) minmax(150px,.65fr) minmax(540px,2.3fr);align-items:center;gap:10px;min-height:70px;padding:5px 12px;border-bottom:1px solid #d7e0e6;background:#fff;color:#08233d}.tlx-player-detail-list>li:nth-child(even){background:#f7f9fb}.tlx-player-detail-list>li:hover{background:#eef4f7}.tlx-player-detail-list>li[hidden]{display:none}.tlx-player-detail-list>li> b:first-child{display:grid;width:28px;height:28px;place-items:center;border-radius:5px;background:#0a2d49;color:#fff;font:900 10px/1 var(--tlx-body)}
.tlx-player-identity{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.tlx-player-identity>i{display:grid;width:45px;height:56px;overflow:hidden;place-items:center;border:1px solid #c9d5de;border-radius:6px;background:#eef3f6;font-style:normal}.tlx-player-identity>i img{width:100%;height:100%;object-fit:cover;object-position:center top}.tlx-player-identity>span{display:grid;min-width:0;gap:5px}.tlx-player-identity strong{overflow:hidden;font:900 11.5px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-player-identity small{overflow:hidden;color:#687f92;font:750 8.5px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-player-club{display:flex;min-width:0;align-items:center;gap:8px}.tlx-player-club img{width:28px;height:28px;flex:none;object-fit:contain}.tlx-player-club b{overflow:hidden;color:#405d74;font:800 9.5px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-player-row-metrics{display:grid;grid-template-columns:repeat(6,minmax(62px,1fr));gap:5px;min-width:0}.tlx-player-row-metrics>span{display:grid;min-height:44px;align-content:center;justify-items:center;gap:5px;padding:4px;border:1px solid #d5dee5;border-radius:5px;background:#f7f9fb;text-align:center}.tlx-player-row-metrics>span small{color:#60788d;font:850 7.2px/1.08 var(--tlx-body);letter-spacing:.018em}.tlx-player-row-metrics>span b{color:#0a2944;font:900 12px/1 var(--tlx-body)}.tlx-player-row-metrics>span.is-accent{border-color:#efb2bb;background:#fff4f5}.tlx-player-row-metrics>span.is-accent b{color:#e71935}
.tlx-player-no-results{display:grid;min-height:150px;place-items:center;color:#647b8e;font:800 11px/1.3 var(--tlx-body)}.tlx-player-list-footer{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:15px;padding:0 14px;background:#082943;color:#fff}.tlx-player-list-footer span{font:850 8px/1 var(--tlx-body);letter-spacing:.04em}.tlx-player-list-footer span b{color:#ff3851}.tlx-player-list-footer small{color:#b9c8d3;font:750 8px/1 var(--tlx-body)}
.tlx-tab-empty{
  min-height:90px!important;
  padding:20px!important;
  display:grid!important;
  place-items:center!important;
  color:#718396!important;
  font:700 11px/1.3 var(--tlx-body)!important;
  text-align:center!important;
}

@media(max-width:1180px){
  .tlx-player-leaders-stage{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tlx-player-stat-toolbar{grid-template-columns:1fr 190px}.tlx-player-stat-toolbar nav{grid-column:1/-1}.tlx-player-position-toolbar{grid-template-columns:150px minmax(0,1fr)}.tlx-player-position-toolbar nav{overflow-x:auto}.tlx-player-position-toolbar button{min-width:105px}
  .tlx-player-list-heading,.tlx-player-detail-list>li{grid-template-columns:38px minmax(190px,.9fr) minmax(125px,.55fr) minmax(430px,2fr)}
  .tlx-player-row-metrics{grid-template-columns:repeat(3,minmax(72px,1fr))}
}
@media(max-width:900px){
  .tlx-full-schedule{height:auto;min-height:720px;grid-template-rows:auto minmax(0,1fr)}.tlx-schedule-heading{grid-template-columns:1fr auto}.tlx-schedule-heading nav{grid-column:1/-1;grid-row:2}.tlx-schedule-heading>strong{grid-column:2;grid-row:1}.tlx-schedule-calendar{grid-template-rows:auto minmax(0,1fr)}.tlx-schedule-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tlx-full-round>div{grid-template-columns:1fr}
  .tlx-full-match:nth-child(odd){border-right:0}
  .tlx-h2h-centre>header{grid-template-columns:1fr}.tlx-h2h-summary{grid-template-columns:1fr}.tlx-h2h-summary>section{min-height:90px;border:1px solid #d4dee5}.tlx-h2h-history>div>a,.tlx-h2h-api-row{grid-template-columns:82px minmax(120px,1fr) 70px minmax(120px,1fr) 16px}
}
@media(max-width:780px){
  .tlx-tab-content{min-height:0;padding:6px}
  .tlx-detail-heading{
    min-height:96px;
    padding:10px;
    grid-template-columns:1fr;
    gap:8px;
  }
  .tlx-detail-heading .tlx-table-switch{grid-row:2}
  .tlx-detail-live{display:none}
  .tlx-team-stats .tlx-detail-heading{min-height:62px;grid-template-columns:1fr auto}
  .tlx-schedule-centre{padding:5px}.tlx-full-schedule{min-height:680px;grid-template-rows:auto minmax(0,1fr)}.tlx-schedule-heading{gap:10px;padding:11px}.tlx-schedule-heading h2{font-size:19px}.tlx-schedule-heading p{font-size:9.5px}.tlx-schedule-heading nav{width:100%}.tlx-schedule-heading nav button{min-width:0;flex:1;font-size:10px}.tlx-schedule-heading>strong{padding-left:10px}.tlx-schedule-heading>strong b{font-size:20px}.tlx-schedule-filters{grid-template-columns:1fr 1fr;padding:8px}.tlx-schedule-filters label:nth-child(2){grid-column:1/-1}.tlx-schedule-filters button{align-self:end}.tlx-full-round-list{padding:7px}.tlx-full-match{grid-template-columns:56px minmax(88px,1fr) 60px minmax(88px,1fr) 12px;padding-inline:6px;gap:5px}.tlx-full-match>span b{font-size:9.5px}.tlx-full-match>span img{width:23px;height:23px}.tlx-full-match>time{font-size:8.5px}.tlx-full-match>time b{font-size:9.5px}.tlx-full-match>strong{min-width:56px;font-size:12.5px}.tlx-full-match>strong small{font-size:7px}.tlx-full-match-arrow{font-size:11px}
  .tlx-h2h-centre{padding:7px}.tlx-h2h-centre>header{padding:11px}.tlx-h2h-centre>header>div{grid-template-columns:1fr 34px 1fr}.tlx-h2h-centre>header select{font-size:10px}.tlx-h2h-summary>article{grid-template-columns:52px minmax(0,1fr) repeat(2,56px);gap:7px;padding:11px}.tlx-h2h-summary>article img,.tlx-h2h-summary>article>i{width:49px;height:49px}.tlx-h2h-summary>article>span b{font-size:13px}.tlx-h2h-summary>article>div strong{font-size:20px}.tlx-h2h-history>div>a,.tlx-h2h-api-row{grid-template-columns:72px minmax(82px,1fr) 64px minmax(82px,1fr) 10px;gap:5px;padding-inline:6px}.tlx-h2h-history span b{font-size:9px}.tlx-h2h-history span img{width:21px;height:21px}.tlx-h2h-history time{font-size:9px}
  .tlx-player-centre{padding:6px}.tlx-player-centre-heading{min-height:92px;padding:12px}.tlx-player-centre-heading h2{font-size:18px}.tlx-player-centre-heading p{font-size:9px}.tlx-player-centre-heading>strong{min-width:82px}.tlx-player-centre-heading>strong>b{font-size:20px}.tlx-player-leaders-stage{grid-template-columns:1fr;padding:7px}.tlx-player-leader-card{min-height:84px}
  .tlx-player-stat-toolbar{grid-template-columns:1fr;align-items:stretch;padding:8px}.tlx-player-stat-toolbar nav{grid-column:auto}.tlx-player-stat-toolbar nav button{min-width:92px}.tlx-player-position-toolbar{grid-template-columns:1fr;padding:0}.tlx-player-position-toolbar>span{min-height:43px;padding:7px 12px}.tlx-player-position-toolbar nav{overflow-x:auto;border-top:1px solid #cbd6df}.tlx-player-position-toolbar button{min-width:112px;height:44px}.tlx-player-list-heading{display:none}
  .tlx-player-detail-list>li{grid-template-columns:34px minmax(150px,1fr) minmax(90px,.62fr);gap:7px;min-height:122px;padding:7px}.tlx-player-detail-list>li> b:first-child{width:27px;height:27px}.tlx-player-identity{grid-template-columns:42px minmax(0,1fr);gap:7px}.tlx-player-identity>i{width:40px;height:50px}.tlx-player-club b{font-size:8.5px}.tlx-player-club img{width:23px;height:23px}.tlx-player-row-metrics{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.tlx-player-row-metrics>span{min-height:39px}.tlx-player-row-metrics>span small{font-size:7px}.tlx-player-row-metrics>span b{font-size:11px}.tlx-player-list-footer{align-items:flex-start;flex-direction:column;justify-content:center;padding:8px 10px}
}
.top-league-arena.tlx .tlx-table-panel{
  grid-template-rows:54px minmax(0,1fr) 39px;
}
.top-league-arena.tlx .tlx-table-toolbar{
  min-width:0;
  padding:0 10px 0 15px;
  display:grid;
  grid-template-columns:minmax(118px,1fr) auto minmax(112px,1fr);
  align-items:center;
  gap:8px;
  border-bottom:1px solid #314b64;
  background:#071f37;
  color:#fff;
}
.top-league-arena.tlx .tlx-table-toolbar::before{top:11px;bottom:11px}
.top-league-arena.tlx .tlx-table-toolbar h2{color:#fff;font-size:19px}
.tlx-table-switch{
  height:32px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #aebbc7;
  border-radius:6px;
  background:#fff;
  box-shadow:0 2px 7px rgba(0,0,0,.12);
}
.top-league-arena.tlx .tlx-section-heading>.tlx-table-switch{color:#142d44}
.tlx-table-switch button{
  min-width:72px;
  padding:0 10px;
  border:0;
  border-right:1px solid #d3dbe2;
  background:#fff;
  color:#142d44;
  cursor:pointer;
  font:800 9px/1 var(--tlx-body);
  letter-spacing:.02em;
}
.tlx-table-switch button:last-child{border-right:0}
.tlx-table-switch button:hover{background:#f1f5f8}
.tlx-table-switch button.is-active{
  position:relative;
  background:#102c46;
  color:#fff;
  box-shadow:inset 0 -3px 0 var(--tlx-red);
}
.top-league-arena.tlx .tlx-section-heading>.tlx-table-live-status{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:6px;
  color:#dfe8ef;
  font:800 7.5px/1 var(--tlx-body);
  letter-spacing:.025em;
  white-space:nowrap;
}
.tlx-table-live-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tlx-red);
  box-shadow:0 0 0 4px rgba(239,30,55,.13);
}
.top-league-arena.tlx .tlx-table-wrap tbody[hidden]{display:none!important}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(1){width:56px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(n+3):nth-child(-n+6){width:25px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(7){width:52px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(8){width:33px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(9){width:35px}
.top-league-arena.tlx .tlx-table-wrap th:nth-child(10){width:91px}
.top-league-arena.tlx .tlx-table-wrap td{background:#fff}
.top-league-arena.tlx .tlx-table-wrap tbody tr:nth-child(even) td{background:#f7f9fb}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td{
  background:#fff;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff:nth-child(even) td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop:nth-child(even) td{
  background:#f7f9fb;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff:hover td,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop:hover td{
  background:#edf3f7;
}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-live-row td{background:#fff5f6}
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-ucl td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-europe td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-playoff td:first-child,
.top-league-arena.tlx .tlx-table-wrap tbody tr.is-drop td:first-child{
  box-shadow:none;
}
.tlx-position-cell{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  padding-left:3px;
}
.tlx-position-change{
  min-width:0;
  color:#8997a5;
  font:800 7px/1 var(--tlx-body);
  text-align:left;
  white-space:nowrap;
}
.tlx-position-change.is-up{color:#139857}
.tlx-position-change.is-down{color:#e21e3b}
.tlx-goal-difference{font-weight:800}
.tlx-goal-difference.is-positive{color:#118c50}
.tlx-goal-difference.is-negative{color:#d92740}
.tlx-form-heading{line-height:1.05!important}
.tlx-form-heading small{
  margin-top:2px;
  display:block;
  color:#7a8a9a;
  font:700 5.5px/1 var(--tlx-body);
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}
.tlx-form i[data-form-tooltip]{cursor:help;outline:none}
.tlx-form i.is-latest{box-shadow:0 0 0 2px #fff,0 0 0 3px #8294a6}
.tlx-form i[data-form-tooltip]:focus-visible{
  box-shadow:0 0 0 2px #fff,0 0 0 4px var(--tlx-red);
}
.tlx-form-tooltip{
  position:fixed;
  z-index:9999;
  width:max-content;
  max-width:min(260px,calc(100vw - 16px));
  padding:8px 10px;
  border:1px solid #4b6074;
  border-radius:5px;
  background:#071f37;
  color:#fff;
  box-shadow:0 8px 22px rgba(3,19,34,.24);
  font:700 11px/1.3 var(--tzp-font-body);
  text-align:center;
  pointer-events:none;
}
.tlx-form-tooltip[hidden]{display:none}
.top-league-arena.tlx .tlx-ranking-photo img{
  object-fit:cover;
  object-position:center top;
}

@media(max-width:1320px){
  .top-league-arena.tlx .tlx-table-toolbar{grid-template-columns:minmax(105px,1fr) auto}
  .top-league-arena.tlx .tlx-table-live-status{display:none}
  .tlx-table-switch button{min-width:64px;padding-inline:7px}
}
@media(max-width:780px){
  .top-league-arena.tlx .tlx-table-panel{grid-template-rows:auto minmax(0,1fr) 39px}
  .top-league-arena.tlx .tlx-table-toolbar{
    min-height:88px;
    padding:10px 11px;
    grid-template-columns:1fr;
    gap:8px;
  }
  .top-league-arena.tlx .tlx-table-toolbar h2{text-align:left}
  .tlx-table-switch{width:100%}
  .tlx-table-switch button{min-width:0;flex:1}
  .top-league-arena.tlx .tlx-table-wrap table{min-width:650px}
  .tlx-form-heading small{font-size:5px}
}

/* Korekta v17-final — wysokość identyczna z widokiem głównym */
.top-league-arena.tlx .tlx-tab-table{
  height:var(--tlx-detail-height,720px);
  min-height:0;
  overflow:hidden;
}
.top-league-arena.tlx .tlx-tab-table>.tlx-detailed-table{
  width:100%;
  height:100%;
  min-height:0;
  grid-template-rows:60px 55px minmax(0,1fr) 39px;
}
.top-league-arena.tlx .tlx-tab-table .tlx-advanced-table-wrap{
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
}
.top-league-arena.tlx .tlx-tab-table .tlx-advanced-table-wrap thead th{
  position:sticky;
  top:0;
  z-index:3;
}
.top-league-arena.tlx .tlx-tab-table .tlx-advanced-table-wrap td{
  height:28px!important;
  padding-block:1px;
}
.top-league-arena.tlx .tlx-tab-table table[data-stat-table="basic"]{min-width:1120px}
.top-league-arena.tlx .tlx-tab-table table[data-stat-table="basic"] th:nth-child(2){width:25%!important}
.top-league-arena.tlx .tlx-tab-table table[data-stat-table="basic"] th:nth-child(12){width:94px!important}

@media(max-width:680px){
  .top-league-arena.tlx .tlx-tab-table{height:680px}
  .top-league-arena.tlx .tlx-tab-table>.tlx-detailed-table{
    grid-template-rows:auto 48px minmax(0,1fr) 39px;
  }
}

/* TWOJA LIGA v27 — czytelna typografia bez powiększania modułów */
.top-league-arena.tlx .tlx-schedule-day>header b{font-size:9px}
.top-league-arena.tlx .tlx-schedule-day>header time{font-size:8px}
.top-league-arena.tlx .tlx-schedule-row>time{font-size:9px}
.top-league-arena.tlx .tlx-schedule-row>span b{font-size:9.5px;line-height:1.05}
.top-league-arena.tlx .tlx-schedule-row>strong{font-size:9px}

.top-league-arena.tlx .tlx-record-overview small{font-size:7px;line-height:1.05;letter-spacing:.04em}
.top-league-arena.tlx .tlx-record-overview strong{font-size:12px;line-height:1.05}
.top-league-arena.tlx .tlx-record-overview span{font-size:7.5px;line-height:1.05}
.top-league-arena.tlx .tlx-record-tabs small{font-size:7px}
.top-league-arena.tlx .tlx-record-card>header small{font-size:7px}
.top-league-arena.tlx .tlx-record-card>header>b{font-size:7px}
.top-league-arena.tlx .tlx-record-card li strong{font-size:9px}
.top-league-arena.tlx .tlx-record-card li small{font-size:7.5px}
.top-league-arena.tlx .tlx-record-card>footer button{font-size:7.5px}

.top-league-arena.tlx .tlx-table-wrap th{font-size:8px}
.top-league-arena.tlx .tlx-form-heading small{font-size:6.5px}
.top-league-arena.tlx .tlx-live-team b{font-size:9px;line-height:1.1}
.top-league-arena.tlx .tlx-live-shots small{font-size:7px}
.top-league-arena.tlx .tlx-compact-result>header b,
.top-league-arena.tlx .tlx-compact-result>header time{font-size:7.5px}
.top-league-arena.tlx .tlx-compact-result-team b{font-size:8.5px}
.top-league-arena.tlx .tlx-compact-result>footer small{font-size:7px}

/* TWOJA LIGA v28 — wyraźny standard czytelności na ekranach desktopowych */
.top-league-arena.tlx .tlx-schedule-day>header b{font-size:10px}
.top-league-arena.tlx .tlx-schedule-day>header time{font-size:9px}
.top-league-arena.tlx .tlx-schedule-row>time{font-size:10.5px}
.top-league-arena.tlx .tlx-schedule-row>span b{font-size:11px;font-weight:750}
.top-league-arena.tlx .tlx-schedule-row>strong{font-size:10.5px}

.top-league-arena.tlx .tlx-record-overview article{gap:4px;padding-inline:14px}
.top-league-arena.tlx .tlx-record-overview small{font-size:8px}
.top-league-arena.tlx .tlx-record-overview strong{font-size:14px}
.top-league-arena.tlx .tlx-record-overview span{font-size:8.5px}
.top-league-arena.tlx .tlx-record-tabs button{font-size:12px}
.top-league-arena.tlx .tlx-record-tabs small{font-size:8px}
.top-league-arena.tlx .tlx-record-card>header small{font-size:8px}
.top-league-arena.tlx .tlx-record-card>header h3{font-size:15px}
.top-league-arena.tlx .tlx-record-card>header>b{font-size:8px}
.top-league-arena.tlx .tlx-record-card li>b{font-size:9px}
.top-league-arena.tlx .tlx-record-card li strong{font-size:10.5px}
.top-league-arena.tlx .tlx-record-card li small{font-size:8.5px}
.top-league-arena.tlx .tlx-record-card li>em{font-size:11px}
.top-league-arena.tlx .tlx-record-card>footer button{font-size:8.5px}

.top-league-arena.tlx .tlx-table-wrap th{font-size:9px}
.top-league-arena.tlx .tlx-form-heading small{font-size:7px}
.top-league-arena.tlx .tlx-live-team b{font-size:10px}
.top-league-arena.tlx .tlx-compact-result>header b,
.top-league-arena.tlx .tlx-compact-result>header time{font-size:8px}
.top-league-arena.tlx .tlx-compact-result-team b{font-size:9.5px}
.top-league-arena.tlx .tlx-compact-result>footer small{font-size:8px}

@media(max-width:680px){
  .top-league-arena.tlx .tlx-schedule-row>span b{font-size:10px}
  .top-league-arena.tlx .tlx-schedule-row>time{font-size:9px}
  .top-league-arena.tlx .tlx-record-card li strong{font-size:10px}
}

/* TWOJA LIGA v29 — profesjonalna karta LIVE z wydarzeniami i trzema metrykami */
.top-league-arena.tlx .tlx-live-strip{min-height:145px}
.top-league-arena.tlx .tlx-live-strip.has-many-live{min-height:277px}

/* Szczegóły meczu otwierane wewnątrz modułu Twoja Liga. */
.top-league-arena.tlx .tlx-view-content{position:relative;min-width:0}
.top-league-arena.tlx.is-loading-match .tlx-view-content{opacity:.58;pointer-events:none}
.top-league-arena.tlx.is-loading-match .tlx-view-content:after{content:"ŁADOWANIE MECZU";position:absolute;z-index:20;left:50%;top:34px;transform:translateX(-50%);padding:9px 14px;border-radius:5px;background:#071f37;color:#fff;font-family:var(--tlx-body);font-size:10px;font-weight:850;letter-spacing:.05em;box-shadow:0 6px 18px rgba(7,31,55,.18)}
.top-league-arena.tlx .tlx-embedded-match{width:100%;padding:14px;background:#edf2f6;color:#08233d}
.top-league-arena.tlx .tlx-embedded-match .match-scoreboard,
.top-league-arena.tlx .tlx-embedded-match .match-preview-centre,
.top-league-arena.tlx .tlx-embedded-match .match-best-player,
.top-league-arena.tlx .tlx-embedded-match .match-detail-card{margin-inline:0}
.top-league-arena.tlx .tlx-embedded-match .match-scoreboard>footer a{cursor:pointer}
.top-league-arena.tlx .tlx-inline-error{position:relative;z-index:25;margin:10px;padding:11px 14px;border:1px solid #ef1e37;border-radius:6px;background:#fff;color:#c9152d;font-family:var(--tlx-body);font-size:11px;font-weight:800;text-align:center}
@media(max-width:720px){.top-league-arena.tlx .tlx-embedded-match{padding:8px}.top-league-arena.tlx.is-loading-match .tlx-view-content:after{top:18px}.top-league-arena.tlx .tlx-embedded-match .match-scoreboard-main{padding-inline:8px}}
.top-league-arena.tlx .tlx-live-list{grid-auto-rows:124px}
.top-league-arena.tlx .tlx-live-match{
  min-height:124px;
  grid-template-rows:55px 23px 28px;
}
.top-league-arena.tlx .tlx-live-team{height:55px}
.top-league-arena.tlx .tlx-live-team b{position:relative;max-width:112px}
.top-league-arena.tlx .tlx-live-red{
  display:inline-grid;
  width:11px;
  height:14px;
  margin-left:3px;
  place-items:center;
  border-radius:1px;
  background:#e71935;
  color:#fff;
  font:900 6px/1 var(--tlx-body);
  font-style:normal;
  vertical-align:middle;
}
.top-league-arena.tlx .tlx-live-event{
  min-width:0;
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  overflow:hidden;
  border-top:1px solid #e1e7ec;
  color:#17344f;
  white-space:nowrap;
}
.top-league-arena.tlx .tlx-live-event>i{color:var(--tlx-red);font:900 8px/1 var(--tlx-body);font-style:normal}
.top-league-arena.tlx .tlx-live-event>b{font:900 8px/1 var(--tlx-body)}
.top-league-arena.tlx .tlx-live-event>em{min-width:0;overflow:hidden;font:800 8px/1 var(--tlx-body);font-style:normal;text-overflow:ellipsis}
.top-league-arena.tlx .tlx-live-event>small{color:#8191a0;font:750 6.5px/1 var(--tlx-body);letter-spacing:.03em}
.top-league-arena.tlx .tlx-live-shots{
  height:28px;
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:0;
  border-top:1px solid #dce3e9;
}
.top-league-arena.tlx .tlx-live-shots>i{
  min-width:0;
  display:grid;
  grid-template-columns:auto auto;
  align-items:center;
  justify-content:center;
  gap:4px;
  border-right:1px solid #e1e7ec;
  font-style:normal;
}
.top-league-arena.tlx .tlx-live-shots>i:last-child{border-right:0}
.top-league-arena.tlx .tlx-live-shots small{color:#728599;font-size:6px}
.top-league-arena.tlx .tlx-live-shots b{color:#102d48;font:900 8px/1 var(--tlx-body);text-align:center}
@media(max-width:590px){
  .top-league-arena.tlx .tlx-live-list{grid-auto-rows:124px}
  .top-league-arena.tlx .tlx-live-event>small{font-size:6px}
}

/* TWOJA LIGA v36 — Centrum Klubu compact premium */
.top-league-arena.tlx .tlx-pulse-premium{
  position:relative;
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  min-height:246px;
  margin:12px 11px 0;
  overflow:hidden;
  border:1px solid #b6c5d1;
  border-radius:10px;
  background:#fff;
  box-shadow:0 7px 24px rgba(6,31,53,.12);
}
.top-league-arena.tlx .tlx-pulse-premium>header{
  display:grid;
  grid-template-rows:60px auto 24px;
  min-height:246px;
  padding:0 17px 14px;
  border-bottom:2px solid #0b2b47;
  background:#f7f9fb;
  color:#071f37;
}
.tlx-club-center-title{position:relative;display:flex;align-items:center;gap:10px;margin:0 -17px;padding:0 18px;border-left:4px solid var(--tlx-red);background:linear-gradient(90deg,#061d33,#09284a);color:#fff}
.tlx-club-center-title:after{content:none!important;display:none!important}
.tlx-club-center-title>svg{display:block;width:29px;height:35px;flex:0 0 29px;fill:none;stroke:#e7eef5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tlx-club-center-title>svg path:nth-child(2){stroke-width:1.45;opacity:.82}.tlx-club-center-title>svg circle{stroke-width:1.55}
.top-league-arena.tlx .tlx-pulse-premium>header .tlx-club-center-title h2{margin:0!important;color:#fff!important;font-family:"TZP Inter","Segoe UI",Arial,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap}
.top-league-arena.tlx .tlx-pulse-premium>header label{align-self:center;display:grid;gap:8px;margin-top:9px}
.top-league-arena.tlx .tlx-pulse-premium>header label>small{color:#657a8c;font:850 8px/1 var(--tlx-body);letter-spacing:.09em}
.tlx-club-select{position:relative;display:flex;align-items:center;height:46px;border:1px solid #c7d3dd;border-radius:7px;background:#fff;box-shadow:0 2px 7px rgba(6,31,53,.04)}
.tlx-club-select>i{display:grid;width:42px;place-items:center;pointer-events:none}.tlx-club-select-crest{width:27px;height:27px;object-fit:contain}
.top-league-arena.tlx .tlx-pulse-premium>header select{width:100%;height:44px;min-width:0;padding:0 30px 0 0;border:0;background:transparent;color:#08213a;font:800 10px/1 var(--tlx-body)}
.tlx-club-saved{align-self:end;display:flex;align-items:center;gap:7px;visibility:hidden;color:#df1733;font:850 8px/1 var(--tlx-body);letter-spacing:.04em}.tlx-club-saved.is-visible{visibility:visible}.tlx-club-saved>i{display:grid;width:14px;height:14px;place-items:center;border:1.5px solid #df1733;border-radius:50%}.tlx-club-saved>i:after{content:'✓';font-size:8px}
.mode-live .tlx-club-center-title{background:linear-gradient(90deg,#061d33,#0b2b48)}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,.95fr) minmax(0,1.35fr) minmax(0,1.45fr);
  min-width:0;
}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article{
  position:relative;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto auto;
  min-width:0;
  min-height:246px;
  padding:14px 16px 12px;
  overflow:hidden;
  border-right:1px solid #d3dde5;
  background:#fff;
}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article:before{display:none}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article:nth-child(3){background:#fff}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article:last-child{border-right:0}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article>small{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:18px;
  color:#102a48;
  font-size:12px;
  font-weight:800;
  letter-spacing:.025em;
  text-transform:uppercase;
  white-space:nowrap;
}
.top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-last>small,.top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-season>small{display:block!important;width:100%;text-align:center}.top-league-arena.tlx .tlx-club-last>small em{display:none}.top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-next>small{display:flex!important;width:100%;justify-content:space-between;text-align:left}.top-league-arena.tlx .tlx-club-next>small em{display:block;max-width:145px;overflow:hidden;color:#526b81;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.top-league-arena.tlx .tlx-club-next.is-postponed>small em{color:#e71935}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article>strong{display:block;overflow:hidden;margin-top:11px;color:#071f37;font:900 13px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article>span{display:block;margin-top:6px;color:#667b8e;font:700 9px/1.2 var(--tlx-body)}
.top-league-arena.tlx .tlx-pulse-premium article>small em{color:#788c9d;font:850 7px/1 var(--tlx-body);font-style:normal;letter-spacing:.04em;white-space:nowrap}
.tlx-pulse-matchup{display:grid;grid-template-columns:minmax(68px,1fr) 52px minmax(68px,1fr);align-items:center;gap:8px;width:100%;max-width:100%;min-width:0;margin-top:8px;overflow:hidden}
.tlx-pulse-matchup>span{display:grid!important;width:100%;max-width:100%;min-width:0;justify-items:center;gap:8px;margin:0!important;overflow:hidden;color:#08233d!important;text-align:center}
.tlx-pulse-matchup b{display:-webkit-box;max-width:100%;min-height:25px;overflow:hidden;font:850 11px/1.15 var(--tlx-body);-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}
.tlx-pulse-matchup>i{display:grid;height:38px;place-items:center;border:0;background:transparent;color:#071f37;font:900 23px/1 var(--tlx-body);font-style:normal}.tlx-pulse-matchup>i.is-live{height:42px;min-width:56px;padding:0 8px;border-radius:7px;background:linear-gradient(135deg,#f51d40,#c80c29);color:#fff;font-size:20px;font-variant-numeric:tabular-nums;letter-spacing:.015em;box-shadow:0 6px 14px rgba(222,20,51,.24)}.tlx-club-next.is-postponed .tlx-pulse-matchup{grid-template-columns:minmax(64px,1fr) 72px minmax(64px,1fr)}.tlx-pulse-matchup>i.is-postponed{height:25px;padding:0 6px;border:1px solid #f0a7b1;border-radius:5px;background:#fff5f6;color:#db1833;font:900 7px/1 var(--tlx-body);letter-spacing:.035em}
.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-matchup .tlx-pulse-crest{width:52px;height:52px;padding:7px;border:1px solid #d0dbe4;border-radius:13px;background:linear-gradient(145deg,#fff 0 68%,#f0f4f7 68%);object-fit:contain;filter:drop-shadow(0 3px 4px rgba(5,29,50,.12));box-shadow:0 4px 12px rgba(8,35,61,.09),inset 0 0 0 1px rgba(255,255,255,.8);transition:transform .18s ease,box-shadow .18s ease}.top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-matchup>span:hover .tlx-pulse-crest{transform:translateY(-2px);box-shadow:0 7px 16px rgba(8,35,61,.14),inset 0 0 0 1px #fff}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup{grid-template-columns:minmax(60px,1fr) 50px minmax(60px,1fr);gap:4px;margin-top:4px}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup>span{gap:5px}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-crest{width:44px;height:44px;padding:6px;border-radius:11px}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup b{min-height:23px;font-size:10.5px;line-height:1.12}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup>i{height:32px;font-size:21px}
.top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup>i.is-live{width:50px;min-width:50px;height:36px;padding:0 4px;font-size:18px}
.tlx-pulse-crest.is-placeholder,.tlx-pulse-player.is-placeholder{display:grid;place-items:center;border:1px solid #cbd6df;border-radius:5px;background:#eef3f7;color:#7890a3;font-weight:900}
.tlx-pulse-match-meta{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;max-width:100%;min-width:0;min-height:27px;margin-top:5px;overflow:hidden;color:#586f84;font:750 9.5px/1 var(--tlx-body);white-space:nowrap}.tlx-pulse-match-meta>span{display:flex!important;align-items:center;gap:5px;min-width:0;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlx-pulse-match-meta>span:first-child{flex:0 0 auto}.tlx-pulse-match-meta>span:last-child{flex:0 1 auto}.tlx-pulse-match-meta i{flex:0 0 auto;color:#6e8498;font-style:normal}.tlx-pulse-match-meta.is-upcoming{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:49px;border:1px solid #d5dfe7;border-radius:5px;background:#f7f9fb}.tlx-pulse-match-meta.is-upcoming>span{display:grid!important;align-content:center;justify-items:center;gap:4px;min-height:47px;padding:5px 7px;border-right:1px solid #d9e2e9;text-align:center}.tlx-pulse-match-meta.is-upcoming>span:last-child{border-right:0}.tlx-pulse-match-meta.is-upcoming small{color:#60788d;font:850 8.5px/1 var(--tlx-body);letter-spacing:.04em}.tlx-pulse-match-meta.is-upcoming b{display:block;max-width:100%;overflow:visible;color:#0b2a45;font:900 10px/1.14 var(--tlx-body);text-overflow:clip;white-space:normal}.tlx-pulse-match-meta.is-upcoming .tlx-match-date-full{display:grid;gap:1px;justify-items:center;white-space:normal}.tlx-pulse-match-meta.is-upcoming .tlx-match-date-full>span{display:block;margin:0;color:inherit;font:inherit;white-space:nowrap}.tlx-pulse-match-meta.is-upcoming [data-match-countdown]{display:block;color:#df1733;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.tlx-pulse-match-meta.is-upcoming .is-awaiting-date b{font-size:9px}
.tlx-team-xg{display:flex;align-items:center;gap:4px;margin-top:-4px;color:#e71935;font:900 9.5px/1 var(--tlx-body);font-style:normal;font-variant-numeric:tabular-nums}.tlx-team-xg small{color:#6d8294;font:850 6.5px/1 var(--tlx-body);letter-spacing:.05em}
.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta{display:grid;grid-template-columns:78px minmax(0,1fr);gap:4px 8px;min-height:59px;margin-top:4px;padding:5px 8px;border:1px solid #d7e0e7;border-radius:5px;background:#f7f9fb;overflow:visible;white-space:normal}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta>span{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:5px;overflow:visible;text-overflow:clip;white-space:normal}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta>span.is-referee{grid-column:2}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta>span.is-stadium{grid-column:1/-1;padding-top:4px;border-top:1px solid #dde5eb}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta small{color:#6a8093;font:850 7px/1.1 var(--tlx-body);letter-spacing:.04em}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta b{min-width:0;color:#173650;font:850 8.5px/1.18 var(--tlx-body);white-space:normal;overflow-wrap:anywhere}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-date b{font-size:9px;white-space:nowrap}.top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-stadium b{font-size:8.2px}
.tlx-pulse-match-meta.is-upcoming{min-height:112px}.tlx-upcoming-facts{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d9e2e9}.tlx-upcoming-facts>span{display:grid;align-content:center;gap:2px;min-width:0;padding:5px 7px;border-right:1px solid #d9e2e9;text-align:left}.tlx-upcoming-facts>span:last-child{border-right:0}.tlx-upcoming-facts small{color:#6b8194;font:850 6.5px/1 var(--tlx-body);letter-spacing:.05em}.tlx-upcoming-facts b{overflow:visible;color:#14344f;font:850 8px/1.18 var(--tlx-body);white-space:normal;overflow-wrap:anywhere}.tlx-card-prediction{grid-column:1/-1;display:grid;grid-template-columns:minmax(78px,1fr) repeat(3,43px);align-items:center;gap:4px;padding:5px 7px;border-top:1px solid #d9e2e9;background:#fff}.tlx-card-prediction>small{color:#435f77!important;font:900 7px/1 var(--tlx-body)!important;letter-spacing:.035em!important}.tlx-card-prediction>span{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:4px 5px;border:1px solid #d5dfe7;border-radius:4px;background:#f7f9fb}.tlx-card-prediction>span>b{color:#647b8e;font:900 7px/1 var(--tlx-body)}.tlx-card-prediction>span>strong{color:#092841;font:900 8.5px/1 var(--tlx-body);font-variant-numeric:tabular-nums}.tlx-card-prediction>span.is-favourite{border-color:#ed1b3a;background:linear-gradient(135deg,#fff 0 72%,#ffe8ec 72%);box-shadow:inset 0 -2px #ed1b3a}.tlx-card-prediction>span.is-favourite>b,.tlx-card-prediction>span.is-favourite>strong{color:#dc1532}
.top-league-arena.tlx .tlx-pulse-cards>article.is-live-match{box-shadow:inset -2px 0 #ed1b3a}
.tlx-pulse-premium article>footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;margin-top:4px}
.tlx-pulse-premium article>footer>span{min-width:0;margin:0!important;overflow:hidden;color:#526c82!important;font-size:9.5px!important;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.tlx-pulse-premium article>footer>button{flex:0 0 auto;padding:5px 0;border:0;background:transparent;color:#e71935;cursor:pointer;font:850 10px/1 var(--tlx-body);letter-spacing:.02em}
.tlx-pulse-premium article>footer>button:hover{text-decoration:underline}.tlx-pulse-premium article>footer button i{margin-left:3px;font-style:normal}
.top-league-arena.tlx .tlx-pulse-cards>article>strong.tlx-pulse-form{align-self:center;display:flex!important;justify-content:center;gap:9px;width:100%;margin:9px 0 11px;overflow:visible;white-space:normal}
.top-league-arena.tlx .tlx-pulse-form>button{display:grid;width:31px;height:31px;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;cursor:pointer;font:900 9px/1 var(--tlx-body)}
.top-league-arena.tlx .tlx-pulse-form>button:hover{transform:translateY(-2px);box-shadow:0 3px 7px rgba(8,35,61,.22)}.top-league-arena.tlx .tlx-pulse-form>button:focus-visible{outline:2px solid #08233d;outline-offset:2px}
.top-league-arena.tlx .tlx-pulse-form>button.is-w{background:#19a25d}.top-league-arena.tlx .tlx-pulse-form>button.is-d{background:#e89b16}.top-league-arena.tlx .tlx-pulse-form>button.is-l{background:#ec344d}
.tlx-pulse-season-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.tlx-pulse-season-stats>span{display:grid!important;align-content:center;gap:6px;min-height:62px;margin:0!important;padding:6px 3px;border:1px solid #d1dce5;border-radius:6px;background:#fff;text-align:center;box-shadow:0 2px 6px rgba(8,35,61,.035)}
.tlx-pulse-season-stats>span>b{color:#09243d;font:900 17px/1 var(--tlx-body);order:2}.tlx-pulse-season-stats>span>small{color:#425d76;font:850 6.5px/1 var(--tlx-body);letter-spacing:.025em;order:1}.tlx-pulse-season-stats>span:nth-child(n+3)>small{order:2}.tlx-pulse-season-stats>span:nth-child(n+3)>b{order:1}
.tlx-club-leaders>small button{padding:2px 0;border:0;background:transparent;color:#e71935;cursor:pointer;font:900 8px/1 var(--tlx-body);white-space:nowrap}.tlx-club-leaders>small button i{font-style:normal}
.tlx-pulse-leader-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:9px}
.tlx-pulse-leader-grid>span{position:relative;display:grid!important;grid-template-columns:45px minmax(0,1fr) 22px;align-items:center;gap:6px;min-height:78px;margin:0!important;padding:6px 7px;border:1px solid #cbd8e2;border-radius:7px;background:#fff;box-shadow:0 2px 7px rgba(8,35,61,.045)}
.top-league-arena.tlx .tlx-pulse-leader-grid .tlx-pulse-player{width:43px;height:62px;object-fit:cover;object-position:center top;border:1px solid #c9d5de;border-radius:6px;background:#eef3f7}.top-league-arena.tlx .tlx-pulse-leader-grid .tlx-pulse-player.is-crest{object-fit:contain;padding:4px}
.tlx-pulse-leader-grid>span>i{min-width:0;display:grid;gap:3px;font-style:normal}.tlx-pulse-leader-grid small{display:block;overflow:visible;color:#506a80;font:800 6px/1.05 var(--tlx-body);letter-spacing:0;white-space:normal}.tlx-pulse-leader-grid strong{display:block;overflow:visible;color:#08233d;font:850 8.5px/1.12 var(--tlx-body);white-space:normal}.tlx-pulse-leader-grid b{color:#08233d;font:900 16px/1 var(--tlx-body)}.tlx-pulse-leader-grid b em{color:#73879a;font:800 5px/1 var(--tlx-body);font-style:normal}.tlx-pulse-player-club{width:22px;height:22px;object-fit:contain}

.tlx-club-modal{width:min(900px,calc(100vw - 28px));max-height:calc(100dvh - 30px)}
.tlx-club-modal>section{display:grid;grid-template-rows:78px minmax(0,1fr);max-height:calc(100dvh - 30px);overflow:hidden}
.tlx-club-modal>section>header{padding:14px 20px 14px 25px}
.tlx-club-modal>section>header>span small{color:#667b8e;font:800 7px/1 var(--tlx-body);letter-spacing:.1em}.tlx-club-modal>section>header>span h2{margin:6px 0 0;font:900 21px/1 var(--tlx-body)}
.tlx-club-modal>section>[data-club-match-details],.tlx-club-modal>section>[data-club-stats-details]{min-height:0;padding:16px 18px 18px;overflow:auto}
.tlx-club-stats-modal{width:min(1040px,calc(100vw - 28px))}
.tlx-club-stats-modal>section{grid-template-rows:112px minmax(0,1fr)}
.tlx-club-modal>section>.tlx-club-stats-header{padding:14px 20px 14px 24px}
.tlx-club-stats-identity{display:flex;align-items:center;gap:14px;min-width:0}.tlx-club-stats-identity>[data-club-stats-logo]{display:grid;width:66px;height:66px;place-items:center;flex:0 0 66px}.tlx-club-stats-identity .tlx-club-modal-logo{width:62px;height:62px;object-fit:contain}.tlx-club-stats-identity>span:last-child{min-width:0;display:grid;gap:4px}.tlx-club-stats-identity small{color:#5e7386!important;font-size:8px!important}.tlx-club-stats-identity h2{overflow:hidden;margin:0!important;font:900 25px/1 var(--tlx-body)!important;text-overflow:ellipsis;white-space:nowrap}.tlx-club-stats-identity p{margin:0;color:#63788b;font:750 9px/1.1 var(--tlx-body)}
.tlx-club-modal-actions{display:flex;align-items:center;gap:8px}.tlx-club-modal-actions>span{display:flex;align-items:center;gap:10px;height:34px;padding:0 12px;border:1px solid #ccd5dd;border-radius:5px;background:#fff;color:#687c8e;font:850 7px/1 var(--tlx-body);letter-spacing:.065em}.tlx-club-modal-actions>span b{color:#071f37;font:900 9px/1 var(--tlx-body)}.tlx-club-modal-actions>span:nth-child(2) b{color:#df1733}
.tlx-club-modal-score{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:20px;padding:20px;border:1px solid #ccd7df;border-radius:6px;background:#fff}
.tlx-club-modal-score>span{display:grid;justify-items:center;gap:8px;text-align:center}.tlx-club-modal-score>span b{font:900 16px/1.1 var(--tlx-body)}.tlx-club-modal-score>span small{color:#6a8092;font:800 7px/1 var(--tlx-body)}
.tlx-club-modal-score>i{color:#d21632;font:900 30px/1 var(--tlx-display);font-style:normal;text-align:center}.tlx-club-modal-logo{width:65px;height:65px;object-fit:contain}
.tlx-club-modal-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.tlx-club-modal-facts>span{display:grid;gap:6px;padding:11px;border:1px solid #d2dce5;border-radius:5px;background:#f5f7f9}.tlx-club-modal-facts small{color:#6c8193;font:850 8px/1 var(--tlx-body);letter-spacing:.045em}.tlx-club-modal-facts b{font:900 12px/1.15 var(--tlx-body)}
.tlx-club-match-modal{width:min(1080px,calc(100vw - 28px))}
.tlx-match-modal-heading{display:flex;align-items:center;gap:12px}.tlx-match-modal-heading>svg{width:36px;height:43px;fill:none;stroke:#183c5b;stroke-width:1.6}.tlx-match-modal-heading>span{display:grid;gap:5px}.tlx-match-modal-heading>span small{font-size:7.5px!important}.tlx-match-modal-heading>span h2{margin:0!important;font-size:20px!important}
.tlx-club-match-modal .tlx-club-modal-score{align-items:start;min-height:190px;padding:18px 24px;background:linear-gradient(135deg,#fff 0 72%,#f2f5f8 72%)}
.tlx-club-match-modal .tlx-club-modal-score>span{align-content:start}.tlx-club-match-modal .tlx-club-modal-score>i{align-self:start;display:grid;justify-items:center;gap:6px;padding-top:46px}.tlx-club-match-modal .tlx-club-modal-score>i>strong{color:#d21632;font:900 31px/1 var(--tlx-display)}.tlx-club-match-modal .tlx-club-modal-score>i>em{padding:4px 7px;border-radius:3px;background:#ed1937;color:#fff;font:900 8px/1 var(--tlx-body);font-style:normal}.tlx-club-match-modal .tlx-club-modal-score>i>small{padding:4px 8px;border:1px solid #cbd7df;border-radius:3px;background:#fff;color:#49647a;font:900 7.5px/1 var(--tlx-body);letter-spacing:.04em}
.tlx-match-goals{display:grid;gap:4px;min-width:190px;margin:3px 0 0;padding:8px 10px;border-top:1px solid #dbe3e9;list-style:none;text-align:left}.tlx-match-goals li{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:baseline;gap:7px;color:#173b59;font:800 9px/1.2 var(--tlx-body)}.tlx-match-goals li>b{color:#e71935;font:900 8.5px/1 var(--tlx-body)}.tlx-match-goals li>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlx-match-goals li small{color:#647b8e!important;font:750 8px/1 var(--tlx-body)!important}
.tlx-club-match-modal .tlx-club-modal-facts{grid-template-columns:repeat(4,minmax(0,1fr))}
.tlx-match-report-loading{display:grid;min-height:360px;place-content:center;justify-items:center;gap:9px;color:#0a2944;text-align:center}.tlx-match-report-loading>i{width:34px;height:34px;border:4px solid #dce4ea;border-top-color:#ed1937;border-radius:50%;animation:tlx-report-spin .8s linear infinite}.tlx-match-report-loading>b{font:900 14px/1.1 var(--tlx-body)}.tlx-match-report-loading>span{color:#657b8e;font:750 9px/1.2 var(--tlx-body)}@keyframes tlx-report-spin{to{transform:rotate(360deg)}}
.tlx-match-report-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);align-items:start;gap:12px;margin-top:12px}
.tlx-match-report-section{overflow:hidden;border:1px solid #ccd7df;border-radius:6px;background:#fff}.tlx-match-report-section>header{display:flex;min-height:50px;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #d6dfe6;border-left:3px solid #e71935;background:#f7f9fa}.tlx-match-report-section>header span{display:grid;gap:4px}.tlx-match-report-section>header small{color:#698093;font:850 8.5px/1 var(--tlx-body);letter-spacing:.08em}.tlx-match-report-section>header h3{margin:0;color:#08233d;font:900 15px/1 var(--tlx-body)}
.tlx-match-stat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 12px;border-bottom:1px solid #d9e1e7;color:#526b80;font:850 9.5px/1.1 var(--tlx-body)}.tlx-match-stat-head b{max-width:42%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlx-match-stat-head b:last-child{text-align:right}
.tlx-match-stat-row{display:grid;grid-template-columns:42px minmax(50px,1fr) minmax(125px,175px) minmax(50px,1fr) 42px;align-items:center;gap:8px;min-height:40px;padding:7px 12px;border-bottom:1px solid #e0e6eb}.tlx-match-stat-row:last-child{border-bottom:0}.tlx-match-stat-row>b{color:#08233d;font:900 11.5px/1 var(--tlx-body)}.tlx-match-stat-row>b:last-child{text-align:right}.tlx-match-stat-row>small{color:#506a80;font:850 9px/1.1 var(--tlx-body);letter-spacing:.015em;text-align:center}.tlx-match-stat-row>i{display:flex;height:5px;overflow:hidden;border-radius:9px;background:#e6ebef}.tlx-match-stat-row>i span{display:block;height:100%;border-radius:inherit;background:#e71935}.tlx-match-stat-row>i:nth-of-type(2){justify-content:flex-end}.tlx-match-stat-row>i:nth-of-type(2) span{background:#173b59}
.tlx-match-events ol{max-height:470px;margin:0;padding:0;overflow:auto;list-style:none}.tlx-match-events li{display:grid;grid-template-columns:40px 58px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:9px 12px;border-bottom:1px solid #dde4e9}.tlx-match-events li:last-child{border-bottom:0}.tlx-match-events time{color:#08233d;font:900 12px/1 var(--tlx-body)}.tlx-match-events li>i{display:grid;min-height:31px;padding:0 6px;place-items:center;border:1px solid #c8d4dc;border-radius:5px;background:#f2f5f7;color:#173b59;font:900 8.5px/1 var(--tlx-body);font-style:normal}.tlx-match-events li.is-team>i{border-color:#f0aab5;background:#fff0f2;color:#d91632}.tlx-match-events li.is-goal>i{border-color:#f19baa;background:#e71935;color:#fff}.tlx-match-events li.is-yellow>i{border-color:#e6b637;background:#ffc93d;color:#372900}.tlx-match-events li.is-red>i{border-color:#a90d25;background:#ae1028;color:#fff}.tlx-match-events li.is-substitution>i{border-color:#9fb4c5;background:#e8eef3;color:#123a59}.tlx-match-events li>span{min-width:0;display:grid;gap:4px}.tlx-match-events li b{overflow:hidden;color:#08233d;font:900 11.5px/1.15 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-match-events li em,.tlx-match-events li small{color:#60788c;font:760 9px/1.2 var(--tlx-body);font-style:normal}.tlx-match-events li small strong{display:inline-block;margin-right:4px;color:#e71935;font:900 7.5px/1 var(--tlx-body);letter-spacing:.04em}
.tlx-match-lineups,.tlx-match-player{grid-column:span 1}.tlx-match-lineups.has-starting-xi{grid-column:1/-1}.tlx-match-lineups>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tlx-match-lineups>div>span{display:block;min-width:0;padding:10px 13px 13px}.tlx-match-lineups>div>span+span{border-left:1px solid #d9e1e7}.tlx-match-lineups>div>span>header{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-height:54px}.tlx-match-lineup-logo{width:40px;height:40px;object-fit:contain}.tlx-match-lineups header>i{min-width:0;display:grid;gap:4px;font-style:normal}.tlx-match-lineups header>i small{overflow:hidden;color:#657b8e;font:850 9px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-match-lineups header>i b{font:900 15px/1 var(--tlx-body)}.tlx-match-lineups header>i em{color:#60778a;font:780 10px/1 var(--tlx-body);font-style:normal}
.tlx-tactical-pitch{position:relative;height:350px;margin-top:7px;overflow:hidden;border:1px solid #48657b;border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,.035) 50%,transparent 50%),repeating-linear-gradient(0deg,#173d53 0,#173d53 43px,#1b465e 43px,#1b465e 86px);box-shadow:inset 0 0 0 5px rgba(255,255,255,.05)}.tlx-tactical-pitch:before{content:'';position:absolute;inset:11px;border:1px solid rgba(255,255,255,.58);border-radius:2px}.tlx-tactical-pitch:after{content:'';position:absolute;top:calc(50% - 38px);left:calc(50% - 38px);width:74px;height:74px;border:1px solid rgba(255,255,255,.58);border-radius:50%}.tlx-pitch-center{position:absolute;z-index:1;top:50%;right:11px;left:11px;border-top:1px solid rgba(255,255,255,.58)}.tlx-pitch-center:before,.tlx-pitch-center:after{content:'';position:absolute;left:calc(50% - 65px);width:128px;height:52px;border:1px solid rgba(255,255,255,.48)}.tlx-pitch-center:before{bottom:calc(50% + 122px);border-bottom:0}.tlx-pitch-center:after{top:calc(50% + 122px);border-top:0}
.tlx-pitch-player{position:absolute;z-index:3;top:var(--player-y);left:var(--player-x);display:grid;width:82px;justify-items:center;gap:3px;transform:translate(-50%,-50%)}.tlx-pitch-player>b{display:grid;width:32px;height:32px;place-items:center;border:2px solid #fff;border-radius:50%;background:#ed1937;color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.35);font:900 10.5px/1 var(--tlx-body)}.tlx-tactical-pitch.is-opponent .tlx-pitch-player>b{background:#f8fafb;color:#0a2944}.tlx-pitch-player>small{max-width:80px;overflow:hidden;padding:4px 6px;border-radius:3px;background:rgba(3,21,36,.9);color:#fff;font:850 9px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-pitch-player:hover{z-index:7}.tlx-pitch-player:hover>small{max-width:130px;background:#ed1937}.tlx-pitch-player>em{position:absolute;top:100%;display:grid;min-width:80px;gap:2px;margin-top:2px;padding:4px 5px;border:1px solid rgba(255,255,255,.55);border-radius:4px;background:#fff;color:#092b47;box-shadow:0 2px 6px rgba(0,0,0,.2);font-style:normal;text-align:center}.tlx-pitch-player>em>b{color:#e71935;font:900 9px/1 var(--tlx-body)}.tlx-pitch-player>em>small{max-width:94px;overflow:hidden;color:#38566d;font:800 8.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-player-rating{display:grid;min-width:29px;height:20px;padding:0 5px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:4px;background:#31536d;color:#fff;box-shadow:0 1px 4px rgba(2,24,42,.2);font:900 9px/1 var(--tlx-body);text-decoration:none}.tlx-player-rating.is-excellent{background:#0b9653}.tlx-player-rating.is-good{background:#2d7f69}.tlx-player-rating.is-average{background:#31536d}.tlx-player-rating.is-low{background:#d76c21}.tlx-pitch-player>.tlx-player-rating{position:absolute;top:-3px;left:calc(50% + 13px);z-index:2;min-width:27px;height:18px;padding:0 4px;border-radius:9px;font-size:8px}.tlx-match-bench{margin-top:10px;border:1px solid #d5dee5;border-radius:5px;background:#f7f9fa}.tlx-match-bench>small{display:block;padding:10px 11px;border-bottom:1px solid #d7e0e6;color:#4f687d;font:900 9.5px/1 var(--tlx-body);letter-spacing:.065em}.tlx-match-bench ol{display:grid;grid-template-columns:1fr;margin:0;padding:0 11px 8px;list-style:none}.tlx-match-bench li{display:grid;grid-template-columns:30px minmax(0,1fr) minmax(70px,165px) auto;align-items:center;gap:9px;min-height:43px;border-bottom:1px solid #dde5ea}.tlx-match-bench li>i{display:grid;width:27px;height:27px;place-items:center;border-radius:4px;background:#e5edf2;color:#405e75;font:900 9px/1 var(--tlx-body);font-style:normal}.tlx-match-bench li>b{font:850 10.5px/1.2 var(--tlx-body);white-space:normal}.tlx-match-bench li>em{color:#657d90;font:850 8.5px/1 var(--tlx-body);font-style:normal;text-align:right}.tlx-match-bench li>span{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:end;gap:6px}.tlx-match-bench li>span>b{padding:4px 6px;border-radius:3px;background:#e7f6ee;color:#0b874b;font:900 9px/1 var(--tlx-body)}.tlx-match-bench li>span>b.is-out{background:#fff0f2;color:#d71934}.tlx-match-bench li>span>small{overflow:visible;color:#526c80;font:800 8.5px/1 var(--tlx-body);white-space:normal}.tlx-match-bench li>.tlx-player-rating{justify-self:end}.tlx-match-report-note{margin:10px 0 0;padding:10px 12px;border-left:3px solid #8296a7;background:#f2f5f7;color:#667c8e;font:750 9px/1.2 var(--tlx-body)}
.tlx-match-player>header>b{display:grid;min-width:38px;height:30px;padding:0 7px;place-items:center;border-radius:4px;background:#e71935;color:#fff;font:900 13px/1 var(--tlx-body)}.tlx-match-player>div{display:flex;align-items:center;gap:11px;padding:11px 14px}.tlx-match-player>div>img{width:48px;height:58px;object-fit:cover;object-position:center top;border:1px solid #ccd7df;border-radius:5px;background:#eef2f5}.tlx-match-player>div>span{display:grid;gap:4px}.tlx-match-player strong{font:900 11px/1 var(--tlx-body)}.tlx-match-player>div small,.tlx-match-player>div em{color:#62798c;font:750 8px/1.1 var(--tlx-body);font-style:normal}
.tlx-club-stats-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:-16px -18px 12px;border-bottom:1px solid #cbd6df;background:#eef3f7}
.tlx-club-stats-tabs button{position:relative;min-height:48px;padding:0 9px;border:0;border-right:1px solid #d1dbe3;background:transparent;color:#506a80;cursor:pointer;font:850 10px/1.1 var(--tlx-body)}
.tlx-club-stats-tabs button:last-child{border-right:0}.tlx-club-stats-tabs button:hover{color:#071f37;background:#f8fafb}.tlx-club-stats-tabs button.is-active{background:#fff;color:#071f37}
.tlx-club-stats-tabs button.is-active:after{content:'';position:absolute;right:12px;bottom:0;left:12px;height:3px;background:#e71935}
.tlx-club-stats-panel[hidden]{display:none!important}.tlx-club-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.tlx-club-stats-grid>span{position:relative;display:grid;grid-template-rows:auto 1fr auto;gap:6px;min-height:82px;padding:12px 13px;border:1px solid #d4dde4;border-radius:5px;background:#fff}
.tlx-club-stats-grid>span.is-primary{background:linear-gradient(135deg,#fff 0 82%,#f1f5f8 82%)}.tlx-club-stats-grid>span.is-primary:before{content:'';position:absolute;top:-1px;left:12px;width:46px;height:3px;background:#e71935}
.tlx-club-stats-grid small{color:#64798b;font:850 8px/1.1 var(--tlx-body);letter-spacing:.065em;text-transform:uppercase}.tlx-club-stats-grid b{align-self:center;color:#071f37;font:900 19px/1 var(--tlx-body)}.tlx-club-stats-grid em{overflow:hidden;color:#71869a;font:750 8px/1 var(--tlx-body);font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.tlx-club-form-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:8px;margin-bottom:8px}.tlx-club-form-strip>span{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:48px;padding:9px 12px;border:1px solid #d4dde4;border-radius:5px;background:#f7f9fb}.tlx-club-form-strip small{color:#64798b;font:850 7px/1.1 var(--tlx-body);letter-spacing:.06em}.tlx-club-form-strip b{display:flex;align-items:center;gap:4px;min-width:0;overflow:hidden;color:#071f37;font:850 10px/1.2 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-club-form-strip i{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#fff;font:900 8px/1 var(--tlx-body);font-style:normal}.tlx-club-form-strip i.is-w{background:#19a25d}.tlx-club-form-strip i.is-d{background:#e89b16}.tlx-club-form-strip i.is-l{background:#ec344d}
.tlx-club-stats-empty{margin:20px 0;padding:30px;border:1px dashed #c6d2dc;border-radius:5px;color:#6c8193;text-align:center;font:800 10px/1.3 var(--tlx-body)}
.tlx-club-modal aside{display:grid;gap:7px;margin-top:12px;padding:12px 15px;border:1px solid #d7dfe5;border-left:3px solid #c81530;border-radius:3px;background:#f7f8f9}.tlx-club-modal aside small{color:#687e91;font:850 7px/1 var(--tlx-body);letter-spacing:.08em}.tlx-club-modal aside b{font:850 10px/1.25 var(--tlx-body)}.tlx-club-modal aside span{color:#647b8e;font:750 8px/1.2 var(--tlx-body)}
.tlx-club-modal-empty{margin:0;padding:30px;text-align:center;font:800 11px/1.3 var(--tlx-body)}
.tlx-match-countdown{border-color:#ef9dab!important;background:#fff1f3!important;color:#d71934!important}
.tlx-match-postponed-status{border-color:#e71935!important;background:#e71935!important;color:#fff!important;white-space:nowrap}.tlx-match-postponed-notice{display:grid;gap:4px;padding:12px 15px;border:1px solid #efb4bd;border-left:4px solid #e71935;border-radius:5px;background:#fff5f6;color:#0a2741}.tlx-match-postponed-notice b{font:900 12px/1.15 var(--tlx-body)}.tlx-match-postponed-notice span{color:#526b80;font:750 10px/1.35 var(--tlx-body)}
.tlx-match-preview-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:12px;border:1px solid #c9d5de;border-radius:6px 6px 0 0;background:#edf2f6}
.tlx-match-preview-tabs button{position:relative;min-height:48px;padding:0 12px;border:0;border-right:1px solid #cfdae2;background:transparent;color:#466279;cursor:pointer;font:900 10px/1 var(--tlx-body);letter-spacing:.035em}.tlx-match-preview-tabs button:last-child{border-right:0}.tlx-match-preview-tabs button:hover{background:#f8fafb;color:#071f37}.tlx-match-preview-tabs button.is-active{background:#fff;color:#071f37}.tlx-match-preview-tabs button.is-active:after{content:'';position:absolute;right:14px;bottom:-1px;left:14px;height:3px;background:#e71935}.tlx-match-preview-tabs em{display:inline-grid;min-width:20px;height:18px;margin-left:6px;padding:0 5px;place-items:center;border-radius:9px;background:#dfe7ed;color:#587086;font:900 7px/1 var(--tlx-body);font-style:normal}.tlx-match-preview-tabs button.is-active em{background:#fff0f2;color:#d71934}
.tlx-match-preview-panels{min-height:250px;padding:12px;border:1px solid #c9d5de;border-top:0;border-radius:0 0 6px 6px;background:#f2f5f7}.tlx-match-preview-panels>[hidden]{display:none!important}
.tlx-prematch-grid{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(300px,1fr) minmax(330px,1.15fr);gap:12px;align-items:stretch}
.tlx-preview-card{overflow:hidden;border:1px solid #ccd7df;border-radius:6px;background:#fff}.tlx-preview-card>header{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #d7e0e6;border-left:3px solid #e71935;background:linear-gradient(135deg,#fff 0 82%,#f0f4f7 82%)}.tlx-preview-card>header>span{display:grid;gap:4px}.tlx-preview-card>header small{color:#688094;font:850 7.5px/1 var(--tlx-body);letter-spacing:.075em}.tlx-preview-card>header h3{margin:0;color:#092640;font:900 14px/1 var(--tlx-body)}.tlx-preview-card>header>em{color:#71869a;font:850 7px/1 var(--tlx-body);font-style:normal}
.tlx-preview-prediction>div{display:grid;gap:12px;padding:14px}.tlx-probability-row{display:grid;gap:6px;padding:7px 8px;border:1px solid transparent;border-radius:6px}.tlx-probability-row>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.tlx-probability-row b{overflow:hidden;color:#0a2944;font:850 9.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-probability-row em{color:#0a2944;font:900 11px/1 var(--tlx-body);font-style:normal}.tlx-probability-row>i{display:block;height:6px;overflow:hidden;border-radius:10px;background:#e5ebef}.tlx-probability-row>i>b{display:block;height:100%;border-radius:inherit;background:#183c5b}.tlx-probability-row.is-draw>i>b{background:#dc9617}.tlx-probability-row.is-favourite{border-color:#efb1bb;background:#fff5f6}.tlx-probability-row.is-favourite em{color:#dc1532}.tlx-probability-row.is-favourite>i>b{background:#e71935}.tlx-preview-prediction>footer{padding:9px 14px;border-top:1px solid #dce3e8;color:#627a8e;font:750 8.5px/1.2 var(--tlx-body)}.tlx-preview-prediction>footer b{color:#092640;font-weight:900}
.tlx-preview-form>div{display:grid}.tlx-preview-form article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:73px;padding:10px 13px;border-bottom:1px solid #dce3e8}.tlx-preview-form article:last-child{border-bottom:0}.tlx-preview-form article>span{min-width:0;display:grid;gap:4px}.tlx-preview-form article>span b{overflow:hidden;font:900 10.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-preview-form article>span em{color:#647c8f;font:750 8px/1 var(--tlx-body);font-style:normal}.tlx-preview-form article>strong{display:flex;align-items:center;gap:4px;font-weight:400}.tlx-preview-form article>strong>i{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;color:#fff;font:900 8px/1 var(--tlx-body);font-style:normal}.tlx-preview-form article>strong>i.is-z{background:#13a35c}.tlx-preview-form article>strong>i.is-r{background:#e39a18}.tlx-preview-form article>strong>i.is-p{background:#e52b45}.tlx-preview-form article>strong>span{color:#73879a;font:750 8px/1 var(--tlx-body)}
.tlx-preview-club-logo{width:30px;height:30px;object-fit:contain}.tlx-preview-leaders>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.tlx-preview-leaders article{display:grid;grid-template-columns:42px minmax(0,1fr) 26px;align-items:center;gap:8px;min-height:62px;padding:7px 8px;border:1px solid #d5dee5;border-radius:5px;background:#fbfcfd}.tlx-preview-leaders article>img{width:40px;height:48px;object-fit:cover;object-position:center top;border:1px solid #ccd7df;border-radius:4px;background:#eef2f5}.tlx-preview-leaders article>span{min-width:0;display:grid;gap:3px}.tlx-preview-leaders article small{color:#6a8092;font:850 7px/1 var(--tlx-body)}.tlx-preview-leaders article b{overflow:hidden;font:900 9.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-preview-leaders article em{color:#d71934;font:850 8px/1 var(--tlx-body);font-style:normal}
.tlx-lineup-status{padding:7px 9px;border:1px solid #cad6df;border-radius:4px;background:#fff;color:#5a7185;font:900 7.5px/1 var(--tlx-body);letter-spacing:.035em}.tlx-lineup-status.is-official{border-color:#9ad0b5;background:#edf9f3;color:#087d45}.tlx-lineup-status.is-projected{border-color:#e3c786;background:#fff8e9;color:#9a6500}.tlx-lineup-explanation{margin:0;padding:9px 13px;border-bottom:1px solid #d8e1e7;background:#fff8e9;color:#6d6041;font:780 8.5px/1.3 var(--tlx-body)}
.tlx-preview-waiting{display:grid;min-height:220px;place-content:center;gap:7px;border:1px dashed #bccbd6;border-radius:6px;background:#fff;color:#0a2944;text-align:center}.tlx-preview-waiting b{font:900 13px/1 var(--tlx-body)}.tlx-preview-waiting span{color:#667e91;font:750 9px/1.25 var(--tlx-body)}
.tlx-absence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tlx-absence-grid>section{overflow:hidden;border:1px solid #ccd7df;border-radius:6px;background:#fff}.tlx-absence-grid>section>header{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:54px;padding:8px 12px;border-bottom:1px solid #d7e0e6}.tlx-absence-grid>section>header b{overflow:hidden;font:900 11px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-absence-grid>section>header em{color:#718699;font:800 7.5px/1 var(--tlx-body);font-style:normal}.tlx-absence-grid ul{margin:0;padding:0;list-style:none}.tlx-absence-grid li{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-height:65px;padding:8px 12px;border-bottom:1px solid #dce4e9}.tlx-absence-grid li:last-child{border-bottom:0}.tlx-absence-grid li>img,.tlx-absence-grid li>i{width:40px;height:48px;border:1px solid #ccd7df;border-radius:4px;background:#eef2f5;object-fit:cover;object-position:center top}.tlx-absence-grid li>i{display:grid;place-items:center;color:#7990a3;font:900 14px/1 var(--tlx-body);font-style:normal}.tlx-absence-grid li>span{display:grid;gap:4px}.tlx-absence-grid li small{color:#a36709;font:900 7px/1 var(--tlx-body);letter-spacing:.045em}.tlx-absence-grid li.is-out small{color:#df1733}.tlx-absence-grid li b{font:900 10.5px/1 var(--tlx-body)}.tlx-absence-grid li em{color:#667d90;font:750 8px/1.2 var(--tlx-body);font-style:normal}.tlx-absence-grid>section>p{margin:0;padding:28px 12px;color:#6b8295;text-align:center;font:750 9px/1.2 var(--tlx-body)}
.tlx-preview-h2h ol{margin:0;padding:0;list-style:none}.tlx-preview-h2h li{display:grid;grid-template-columns:75px minmax(0,1fr) 55px minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:8px 13px;border-bottom:1px solid #dce4e9}.tlx-preview-h2h li:last-child{border-bottom:0}.tlx-preview-h2h time{color:#61798d;font:800 8px/1 var(--tlx-body)}.tlx-preview-h2h li>span{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px}.tlx-preview-h2h li>span b{overflow:hidden;font:850 9.5px/1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-preview-h2h li>strong{display:grid;height:29px;place-items:center;border-radius:4px;background:#082640;color:#fff;font:900 11px/1 var(--tlx-body)}
.tlx-preview-empty>p{margin:0;padding:36px 18px;color:#6a8194;text-align:center;font:750 9px/1.3 var(--tlx-body)}
@media(max-width:1450px){
  .top-league-arena.tlx .tlx-pulse-premium{grid-template-columns:210px minmax(0,1fr)}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{grid-template-columns:280px 280px 390px 450px;overflow-x:auto;scrollbar-width:thin}
}
@media(max-width:760px){
  .top-league-arena.tlx .tlx-pulse-premium{grid-template-columns:1fr;overflow:hidden}
  .top-league-arena.tlx .tlx-pulse-premium>header{grid-template:52px 1fr/ minmax(0,1fr) 105px;min-height:126px;padding:0 12px 10px}
  .tlx-club-center-title{grid-column:1/-1;margin:0 -12px;padding:0 12px}
  .top-league-arena.tlx .tlx-pulse-premium>header label{grid-column:1;grid-row:2;margin:7px 8px 0 0}
  .tlx-club-saved{grid-column:2;grid-row:2;align-self:center;justify-self:end;margin-top:15px}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{grid-template-columns:275px 275px 370px 440px;overflow-x:auto;scroll-snap-type:x proximity}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article{min-height:240px;scroll-snap-align:start}
  .tlx-club-stats-modal>section{grid-template-rows:auto minmax(0,1fr)}
  .tlx-club-modal>section>.tlx-club-stats-header{align-items:flex-start;gap:10px;padding:12px 13px 12px 16px}
  .tlx-club-stats-identity>[data-club-stats-logo]{width:50px;height:50px;flex-basis:50px}
  .tlx-club-stats-identity .tlx-club-modal-logo{width:47px;height:47px}
  .tlx-club-stats-identity h2{font-size:18px!important}.tlx-club-stats-identity p{font-size:7px}
  .tlx-club-modal-actions>span:nth-child(2){display:none}.tlx-club-modal-actions>span{padding-inline:8px}
  .tlx-club-stats-tabs{grid-template-columns:repeat(7,130px);overflow-x:auto}.tlx-club-stats-tabs button{min-height:43px;font-size:8px}
  .tlx-club-form-strip{grid-template-columns:1fr}.tlx-club-modal-facts,.tlx-club-stats-grid{grid-template-columns:repeat(2,1fr)}
  .tlx-club-stats-grid>span{min-height:76px;padding:10px}.tlx-club-stats-grid b{font-size:16px}
  .tlx-club-modal-score{grid-template-columns:1fr 46px 1fr;padding:13px}.tlx-club-modal-logo{width:50px;height:50px}
  .tlx-club-match-modal .tlx-club-modal-score{min-height:170px;padding:13px 8px;gap:8px}.tlx-club-match-modal .tlx-club-modal-score>i{padding-top:38px}.tlx-club-match-modal .tlx-club-modal-score>i>strong{font-size:23px}.tlx-match-goals{width:100%;min-width:0;padding-inline:3px}.tlx-match-goals li{grid-template-columns:25px minmax(0,1fr);gap:3px;font-size:7.5px}.tlx-match-goals li small{display:block;margin-top:2px;font-size:6.8px!important}.tlx-match-modal-heading>svg{width:29px;height:35px}.tlx-match-modal-heading>span h2{font-size:16px!important}
  .tlx-club-match-modal .tlx-club-modal-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.tlx-match-report-grid{grid-template-columns:1fr}.tlx-match-stat-row{grid-template-columns:34px minmax(35px,1fr) minmax(105px,135px) minmax(35px,1fr) 34px;gap:5px;padding-inline:8px}.tlx-match-stat-row>small{font-size:8.5px}.tlx-match-lineups>div{grid-template-columns:1fr}.tlx-match-lineups>div>span+span{border-top:1px solid #d9e1e7;border-left:0}.tlx-tactical-pitch{height:340px}.tlx-match-bench ol{grid-template-columns:1fr}
  .tlx-match-preview-tabs{grid-template-columns:repeat(4,125px);overflow-x:auto}.tlx-match-preview-tabs button{min-height:43px;padding-inline:7px;font-size:8px}.tlx-prematch-grid{grid-template-columns:1fr}.tlx-match-preview-panels{padding:8px}.tlx-absence-grid{grid-template-columns:1fr}.tlx-preview-leaders>div{grid-template-columns:1fr}.tlx-preview-h2h li{grid-template-columns:55px minmax(0,1fr) 42px minmax(0,1fr);gap:5px;padding-inline:8px}.tlx-preview-h2h li>span{grid-template-columns:24px minmax(0,1fr);gap:4px}.tlx-preview-h2h .tlx-preview-club-logo{width:23px;height:23px}
}

/* TWOJA LIGA v39 — kompaktowa karta LIVE bez strzelca, z mocniejszymi danymi */
.top-league-arena.tlx .tlx-live-strip{min-height:132px}
.top-league-arena.tlx .tlx-live-strip.has-many-live{min-height:251px}
.top-league-arena.tlx .tlx-live-list{grid-auto-rows:111px}
.top-league-arena.tlx .tlx-live-match{
  min-height:111px;
  padding:7px 8px 6px;
  grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr);
  grid-template-rows:66px 32px;
  border-color:#becbd6;
  background:linear-gradient(145deg,#fff 0 72%,#f1f5f8 72%);
  box-shadow:0 4px 10px rgba(7,31,55,.08);
}
.top-league-arena.tlx .tlx-live-match:hover{border-color:#8fa5b7;box-shadow:0 6px 14px rgba(7,31,55,.12)}
.top-league-arena.tlx .tlx-live-team{height:66px;gap:4px}
.top-league-arena.tlx .tlx-live-crest{
  position:relative;
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid #c8d5df;
  border-radius:50%;
  background:radial-gradient(circle at 35% 28%,#fff 0 38%,#edf3f7 100%);
  box-shadow:0 3px 8px rgba(7,31,55,.13),inset 0 0 0 3px #fff;
  font-style:normal;
}
.top-league-arena.tlx .tlx-live-crest img{width:31px;height:31px;object-fit:contain}
.top-league-arena.tlx .tlx-live-crest>b{color:#173a58;font:900 8px/1 var(--tlx-body)}
.top-league-arena.tlx .tlx-live-team>b{max-width:118px;min-height:18px;font-size:8.5px;line-height:1.08}
.top-league-arena.tlx .tlx-live-match>strong{min-width:56px;height:34px;border-radius:6px;font-size:18px;box-shadow:0 3px 8px rgba(7,31,55,.16)}
.top-league-arena.tlx .tlx-live-shots{height:32px;border-top-color:#d4dee6}
.top-league-arena.tlx .tlx-live-shots>i{grid-template-columns:1fr;align-content:center;gap:3px}
.top-league-arena.tlx .tlx-live-shots small{font-size:6.5px;letter-spacing:.045em;text-align:center}
.top-league-arena.tlx .tlx-live-shots b{font-size:10px;line-height:1;text-align:center}
.top-league-arena.tlx .tlx-live-minute{top:7px;left:7px;min-width:38px;padding:5px 7px;font-size:10.5px;box-shadow:0 2px 5px rgba(231,25,53,.22)}
@media(max-width:590px){
  .top-league-arena.tlx .tlx-live-list{grid-auto-rows:111px}
  .top-league-arena.tlx .tlx-live-match{min-height:111px}
}

/* TWOJA LIGA v45 — status meczu ma własne miejsce nad wynikiem */
.top-league-arena.tlx .tlx-live-minute{
  top:5px;
  left:50%;
  right:auto;
  max-width:86px;
  padding:4px 7px;
  overflow:hidden;
  transform:translateX(-50%);
  text-overflow:ellipsis;
  white-space:nowrap;
  box-shadow:0 2px 5px rgba(231,25,53,.18);
}
.top-league-arena.tlx .tlx-live-match>strong{
  align-self:end;
  margin-bottom:5px;
}

/* TWOJA LIGA v42 — zwarta, ogólna wizytówka sportowa klubu */
.top-league-arena.tlx .tlx-pulse-cards>.tlx-club-season{padding-top:14px}
.tlx-club-brief{display:grid;gap:8px;margin:8px 0}
.tlx-club-brief-profile{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) minmax(118px,.95fr);
  align-items:center;
  gap:7px;
  min-height:58px;
  padding:8px 10px;
  border:1px solid #ccd8e2;
  border-radius:7px;
  background:linear-gradient(135deg,#fff 0 78%,#f0f4f7 78%);
  box-shadow:0 3px 8px rgba(8,35,61,.045);
}
.tlx-club-brief-profile>span{display:grid!important;min-width:0;gap:4px;margin:0!important}
.tlx-club-brief-profile>.tlx-club-brief-formation{padding-left:7px;border-left:1px solid #ccd8e2}
.tlx-club-brief-profile small{color:#415f78;font:900 7.2px/1 var(--tlx-body);letter-spacing:.045em}
.tlx-club-brief-profile b{overflow:hidden;color:#061f38;font:900 11.5px/1.08 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}
.tlx-club-brief-profile em{overflow:hidden;color:#60798e;font:750 7px/1.1 var(--tlx-body);font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.tlx-club-brief-profile>.tlx-club-brief-coach{position:relative;display:grid!important;width:34px;height:34px;place-items:center;border:1px solid #b8c8d5;border-radius:50%;background:#082640;box-shadow:inset 0 0 0 3px #fff}
.tlx-club-brief-coach img{position:absolute;inset:2px;z-index:2;width:calc(100% - 4px);height:calc(100% - 4px);border-radius:50%;background:#eef3f7;object-fit:cover;object-position:top center}
.tlx-club-brief-coach.has-photo{background:#eef3f7;box-shadow:0 2px 7px rgba(8,35,61,.12)}
.tlx-club-brief-coach:before{content:'';width:7px;height:7px;border:1.5px solid #fff;border-radius:50%}
.tlx-club-brief-coach:after{content:'';position:absolute;bottom:7px;width:14px;height:7px;border:1.5px solid #fff;border-bottom:0;border-radius:9px 9px 0 0}
.tlx-club-brief-form{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:0 3px}
.tlx-club-brief-form>span{display:grid!important;gap:3px;margin:0!important}
.tlx-club-brief-form>span>b{color:#38566d;font:850 7.5px/1 var(--tlx-body);letter-spacing:.05em}
.tlx-club-brief-form>span>em{color:#758b9d;font:700 6.8px/1 var(--tlx-body);font-style:normal}
.top-league-arena.tlx .tlx-club-brief-form>.tlx-pulse-form{display:flex!important;justify-content:flex-end;gap:6px;width:auto;margin:0;overflow:visible;white-space:normal}
.top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>button,.top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>i.is-empty{width:25px;height:25px}
.top-league-arena.tlx .tlx-pulse-form>i.is-empty{display:grid;place-items:center;border:1px solid #d3dde5;border-radius:50%;background:#e9eef2;color:#a8b5bf;font:900 9px/1 var(--tlx-body);font-style:normal}
.top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats{gap:6px}
.top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span{min-height:46px}
.top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span>b{font-size:15px}
.tlx-club-brief-footer{justify-content:flex-end!important;margin-top:5px!important}.tlx-club-brief-footer button{font-size:9.5px!important}
.tlx-club-squad-panel>section{margin-bottom:14px;border:1px solid #ced9e2;border-radius:7px;overflow:hidden;background:#fff}
.tlx-club-squad-panel>section>header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #d4dee6;background:#f2f6f9}.tlx-club-squad-panel>section>header h3{margin:0;color:#0a2741;font:900 12px/1 var(--tlx-body)}.tlx-club-squad-panel>section>header span{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#0a2947;color:#fff;font:900 8px/1 var(--tlx-body)}
.tlx-club-squad-panel>section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.tlx-club-squad-panel article{position:relative;display:grid;grid-template-columns:48px minmax(110px,1fr) minmax(175px,.8fr);align-items:center;gap:10px;min-height:72px;padding:8px 12px;border-right:1px solid #dae2e8;border-bottom:1px solid #dae2e8}.tlx-club-squad-panel article:nth-child(even){border-right:0}
.tlx-club-squad-panel article>.tlx-pulse-player{width:45px;height:55px;object-fit:cover;object-position:center top;border:1px solid #cad6df;border-radius:6px;background:#eef3f7}.tlx-club-squad-panel article>span{display:grid;gap:5px;min-width:0}.tlx-club-squad-panel article>span b{overflow:hidden;color:#092640;font:900 10px/1.1 var(--tlx-body);text-overflow:ellipsis;white-space:nowrap}.tlx-club-squad-panel article>span small{color:#6a8092;font:750 7px/1.1 var(--tlx-body)}
.tlx-club-squad-panel dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin:0}.tlx-club-squad-panel dl div{display:grid;gap:4px;text-align:center}.tlx-club-squad-panel dt{color:#75899a;font:800 5.5px/1 var(--tlx-body)}.tlx-club-squad-panel dd{margin:0;color:#092640;font:900 9px/1 var(--tlx-body)}.tlx-club-squad-panel article>em{position:absolute;top:6px;right:6px;padding:3px 5px;border-radius:3px;background:#fff0f2;color:#df1733;font:900 5.5px/1 var(--tlx-body);font-style:normal}
@media(max-width:1450px){
  .tlx-club-brief-profile{grid-template-columns:31px minmax(0,1fr)}
  .tlx-club-brief-profile>.tlx-club-brief-formation{grid-column:2;padding:6px 0 0;border-top:1px solid #d8e1e8;border-left:0}
}
@media(max-width:760px){.tlx-club-squad-panel>section>div{grid-template-columns:1fr}.tlx-club-squad-panel article{grid-template-columns:43px minmax(0,1fr);border-right:0}.tlx-club-squad-panel dl{grid-column:1/-1}.tlx-club-squad-panel article>.tlx-pulse-player{width:40px;height:48px}}

/* Czytelność profili klubów i zawodników */
.tlx-nationality-flag{position:relative;display:inline-grid;width:25px;height:19px;place-items:center;flex:0 0 25px;overflow:hidden;border:1px solid #b9c9d5;border-radius:4px;background:#fff;box-shadow:0 1px 3px rgba(7,31,55,.1);cursor:help;vertical-align:middle}
.tlx-nationality-flag img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.tlx-nationality-flag b{color:#49667d;font:900 8px/1 var(--tlx-body);letter-spacing:.02em}
.tlx-nationality-meta{display:flex!important;align-items:center;gap:6px!important;min-height:20px;overflow:visible!important;white-space:normal!important}
.tlx-nationality-meta>span[aria-hidden="true"],.tlx-player-identity small>span[aria-hidden="true"]{color:#9aabba;font-weight:700}
.tlx-player-identity small{display:flex;align-items:center;gap:6px;overflow:visible;font-size:10px;white-space:normal}
.tlx-player-identity small .tlx-nationality-flag{width:23px;height:17px;flex-basis:23px}

.tlx-club-profile-summary article small{font-size:10px}
.tlx-club-profile-summary article h3{font-size:18px}
.tlx-club-profile-summary article p{font-size:12px;line-height:1.35}
.tlx-club-profile-summary article dt{font-size:9px}
.tlx-club-profile-summary article dd{font-size:13px}
.tlx-club-form-strip small{font-size:9px}
.tlx-club-form-strip b{font-size:12px}
.tlx-club-form-strip i{font-size:9px}

.tlx-club-squad-panel>section>header{padding:12px 14px}
.tlx-club-squad-panel>section>header h3{font-size:14px}
.tlx-club-squad-panel>section>header span{width:27px;height:27px;font-size:10px}
.tlx-club-squad-panel article{grid-template-columns:52px minmax(145px,1fr) minmax(205px,.9fr);min-height:82px;gap:12px;padding:10px 14px}
.tlx-club-squad-panel article>.tlx-pulse-player{width:49px;height:62px}
.tlx-club-squad-panel article>span b{font-size:13px}
.tlx-club-squad-panel article>span small{font-size:10px}
.tlx-club-squad-panel dt{font-size:8px}
.tlx-club-squad-panel dd{font-size:12px}
.tlx-club-squad-panel article>em{font-size:8px}

.tlx-player-row-metrics>span small{font-size:8.5px}
.tlx-player-row-metrics>span b{font-size:13px}
.tlx-player-club b{font-size:10.5px}
.tlx-player-list-heading{font-size:8.5px}
.tlx-player-position-toolbar>span small{font-size:8px}
.tlx-player-position-toolbar button{font-size:9.5px}

@media(max-width:760px){
  .tlx-club-squad-panel article{grid-template-columns:47px minmax(0,1fr);min-height:78px;padding:9px 11px}
  .tlx-club-squad-panel article>.tlx-pulse-player{width:44px;height:55px}
}

/* Większa typografia w raportach — bez sztucznego zwiększania wysokości strony */
.tlx-club-stats-modal .tlx-club-form-strip small{font-size:10px}
.tlx-club-stats-modal .tlx-club-form-strip b{font-size:13px}
.tlx-club-stats-modal .tlx-club-squad-panel article>span b{font-size:14px;line-height:1.2}
.tlx-club-stats-modal .tlx-club-squad-panel article>span small{font-size:11px;line-height:1.25}
.tlx-club-stats-modal .tlx-club-squad-panel dt{font-size:9px}
.tlx-club-stats-modal .tlx-club-squad-panel dd{font-size:13px}
.tlx-club-stats-modal .tlx-club-stats-grid small{font-size:9px}
.tlx-club-stats-modal .tlx-club-stats-grid b{font-size:18px}
.tlx-player-detail-list .tlx-player-identity strong{font-size:14px}
.tlx-player-detail-list .tlx-player-identity small{font-size:10.5px}
.tlx-player-row-metrics>span small{font-size:9px}
.tlx-player-row-metrics>span b{font-size:13px}

/* TWOJA LIGA v46 — szczegółowy profil zawodnika */
.top-league-arena.tlx .tlx-player-detail-list>li[data-player-row]{cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}
.top-league-arena.tlx .tlx-player-detail-list>li[data-player-row]:hover,.top-league-arena.tlx .tlx-player-detail-list>li[data-player-row]:focus-visible{z-index:1;outline:0;background:#fff;box-shadow:inset 4px 0 #ed1b38,0 5px 14px rgba(7,31,55,.09);transform:translateX(2px)}
.top-league-arena.tlx .tlx-player-detail-list>li[data-player-row] .tlx-player-identity strong:after{content:'›';display:inline-grid;margin-left:7px;color:#ed1b38;font-size:15px;line-height:8px;vertical-align:-1px;opacity:.5;transition:transform .16s ease,opacity .16s ease}
.top-league-arena.tlx .tlx-player-detail-list>li[data-player-row]:hover .tlx-player-identity strong:after{opacity:1;transform:translateX(2px)}
.top-league-arena.tlx .tlx-ranking .is-player-link{cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease}
.top-league-arena.tlx .tlx-ranking .tlx-ranking-hero.is-player-link:hover,.top-league-arena.tlx .tlx-ranking .tlx-ranking-hero.is-player-link:focus-visible{outline:0;background-color:#fff8f9;box-shadow:inset 3px 0 #ed1b38}
.top-league-arena.tlx .tlx-ranking-list>li.is-player-link:hover,.top-league-arena.tlx .tlx-ranking-list>li.is-player-link:focus-visible{outline:0;background:#fff5f6;box-shadow:inset 3px 0 #ed1b38}
.top-league-arena.tlx .tlx-ranking .is-player-link .tlx-ranking-copy strong:after,.top-league-arena.tlx .tlx-ranking-list>li.is-player-link>span:after{content:'›';margin-left:5px;color:#ed1b38;font-size:12px;opacity:.45}.top-league-arena.tlx .tlx-ranking .is-player-link:hover .tlx-ranking-copy strong:after,.top-league-arena.tlx .tlx-ranking-list>li.is-player-link:hover>span:after{opacity:1}
.tlx-player-profile-modal{width:min(1160px,calc(100vw - 28px));max-width:none;height:min(880px,calc(100vh - 30px));max-height:none;padding:0;border:0;border-radius:11px;background:#fff;box-shadow:0 24px 70px rgba(4,22,39,.38);overflow:hidden}
.tlx-player-profile-modal::backdrop{background:rgba(4,21,37,.72);backdrop-filter:blur(4px)}
.tlx-player-profile-modal>section{display:grid;height:100%;grid-template-rows:auto minmax(0,1fr)}
.tlx-player-profile-header{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:14px 22px;border-bottom:2px solid #ed1b38;background:linear-gradient(120deg,#fff 0 76%,#f0f4f7 76%)}
.tlx-player-profile-header>span{display:grid;gap:6px;padding-left:13px;border-left:4px solid #ed1b38}.tlx-player-profile-header small{color:#61798d;font:900 8px/1 var(--tlx-body);letter-spacing:.08em}.tlx-player-profile-header h2{margin:0;color:#071f38;font:900 24px/1 var(--tlx-heading)}
.tlx-player-profile-header button{display:grid;width:42px;height:42px;place-items:center;border:1.5px solid #0b2943;border-radius:7px;background:#fff;color:#0b2943;font:800 26px/1 Arial;cursor:pointer}.tlx-player-profile-header button:hover{border-color:#ed1b38;color:#ed1b38}
.tlx-player-profile-body{min-height:0;padding:18px;background:#edf3f7;overflow:auto}
.tlx-player-profile-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:142px;padding:16px 20px;border:1px solid #c9d5df;border-radius:9px;background:linear-gradient(126deg,#fff 0 74%,#f2f5f8 74%);box-shadow:0 5px 16px rgba(7,31,55,.06)}
.tlx-player-profile-person{display:flex;align-items:center;gap:17px;min-width:0}.tlx-player-profile-photo{display:grid;width:94px;height:110px;flex:0 0 94px;place-items:center;object-fit:cover;object-position:center top;border:1px solid #c1cfda;border-radius:8px;background:#e7edf2;color:#173b58;font-size:28px;box-shadow:0 5px 13px rgba(7,31,55,.13)}
.tlx-player-profile-person>span{display:grid;gap:7px;min-width:0}.tlx-player-profile-person small,.tlx-player-profile-club small{color:#60798e;font:900 8px/1 var(--tlx-body);letter-spacing:.065em}.tlx-player-profile-person h3{margin:0;color:#071f38;font:900 28px/1 var(--tlx-heading)}.tlx-player-profile-person p{margin:0;color:#3d5b73;font:750 11px/1.25 var(--tlx-body)}.tlx-player-profile-person em{width:max-content;padding:5px 7px;border-radius:4px;background:#fff0f2;color:#df1733;font:900 7px/1 var(--tlx-body);font-style:normal}
.tlx-player-profile-club{display:flex;align-items:center;gap:12px;min-width:240px;padding:12px 15px;border:1px solid #cbd7e0;border-radius:8px;background:rgba(255,255,255,.82)}.tlx-player-profile-club-logo{display:grid;width:54px;height:54px;place-items:center;object-fit:contain;color:#173b58}.tlx-player-profile-club>span{display:grid;gap:6px}.tlx-player-profile-club b{color:#082640;font:900 13px/1.1 var(--tlx-body)}
.tlx-player-profile-headline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:11px}.tlx-player-profile-headline>span,.tlx-player-profile-group>div>span{display:grid;align-content:center;gap:6px;min-height:68px;padding:10px;border:1px solid #cad6df;border-radius:7px;background:#fff}.tlx-player-profile-headline small,.tlx-player-profile-group>div small{color:#60788d;font:850 7.5px/1 var(--tlx-body);letter-spacing:.045em}.tlx-player-profile-headline b,.tlx-player-profile-group>div b{color:#082640;font:900 18px/1 var(--tlx-body)}.tlx-player-profile-headline>span:nth-last-child(-n+2){border-top:3px solid #ed1b38}
.tlx-player-profile-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:11px}.tlx-player-profile-group{border:1px solid #c9d5df;border-radius:8px;background:#fff;overflow:hidden}.tlx-player-profile-group>header{display:grid;gap:4px;padding:11px 13px;border-bottom:1px solid #d4dee6;background:linear-gradient(130deg,#fff 0 78%,#edf2f6 78%)}.tlx-player-profile-group>header small{color:#ed1b38;font:900 7px/1 var(--tlx-body);letter-spacing:.07em}.tlx-player-profile-group>header h3{margin:0;color:#092640;font:900 15px/1 var(--tlx-heading)}.tlx-player-profile-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.tlx-player-profile-group>div>span{min-height:62px;border-width:0 1px 1px 0;border-radius:0}.tlx-player-profile-group>div>span:nth-child(3n){border-right:0}.tlx-player-profile-group>div>span:nth-last-child(-n+3){border-bottom:0}.tlx-player-profile-group>div b{font-size:14px}.tlx-player-profile-group>div em{color:#7890a3;font:700 7px/1 var(--tlx-body);font-style:normal}
.tlx-player-profile-matches{margin-top:11px;border:1px solid #c9d5df;border-radius:8px;background:#fff;overflow:hidden}.tlx-player-profile-matches>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #ccd8e1;background:#092640;color:#fff}.tlx-player-profile-matches>header>span{display:grid;gap:5px}.tlx-player-profile-matches>header small{color:#9db2c2;font:900 7px/1 var(--tlx-body);letter-spacing:.06em}.tlx-player-profile-matches>header h3{margin:0;font:900 15px/1 var(--tlx-heading)}.tlx-player-profile-matches>header>b{padding:6px 8px;border-radius:4px;background:#ed1b38;font:900 8px/1 var(--tlx-body)}
.tlx-player-profile-matches ol{margin:0;padding:0;list-style:none}.tlx-player-profile-matches li{display:grid;grid-template-columns:100px minmax(190px,1fr) 74px 100px minmax(300px,1.2fr);align-items:center;gap:10px;min-height:76px;padding:8px 13px;border-bottom:1px solid #d7e0e7}.tlx-player-profile-matches li:last-child{border-bottom:0}.tlx-player-profile-matches li>time,.tlx-player-match-opponent>span,.tlx-player-match-role{display:grid;gap:5px}.tlx-player-profile-matches li>time b,.tlx-player-match-opponent b,.tlx-player-match-role b{color:#092640;font:900 10px/1.1 var(--tlx-body)}.tlx-player-profile-matches li>time small,.tlx-player-match-opponent small,.tlx-player-match-role small{color:#657e92;font:800 7px/1 var(--tlx-body)}
.tlx-player-match-opponent{display:flex;align-items:center;gap:9px;min-width:0}.tlx-player-match-logo{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;object-fit:contain}.tlx-player-match-opponent b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlx-player-profile-matches li>strong{display:flex;align-items:center;gap:7px}.tlx-player-profile-matches li>strong i{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#8597a6;color:#fff;font:900 8px/1 var(--tlx-body);font-style:normal}.tlx-player-profile-matches li>strong.is-W i{background:#13a361}.tlx-player-profile-matches li>strong.is-D i{background:#eea012}.tlx-player-profile-matches li>strong.is-L i{background:#ed1b38}.tlx-player-profile-matches li>strong b{padding:7px 8px;border-radius:5px;background:#082640;color:#fff;font:900 13px/1 var(--tlx-body)}
.tlx-player-profile-matches li>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.tlx-player-profile-matches li>div>span{display:grid;gap:4px;padding:7px;border:1px solid #d3dde5;border-radius:5px;background:#f4f7f9}.tlx-player-profile-matches li>div small{color:#6b8193;font:800 6.5px/1 var(--tlx-body)}.tlx-player-profile-matches li>div b{color:#092640;font:900 10px/1 var(--tlx-body)}
.tlx-player-profile-matches .tlx-player-profile-empty{display:grid;min-height:125px;place-content:center;text-align:center}.tlx-player-profile-empty b{color:#092640;font:900 13px/1 var(--tlx-body)}.tlx-player-profile-empty span{margin-top:7px;color:#667f92;font:700 9px/1.2 var(--tlx-body)}
.tlx-player-profile-loading{display:grid;min-height:420px;place-content:center;justify-items:center;gap:10px;text-align:center}.tlx-player-profile-loading i{width:42px;height:42px;border:4px solid #d6e0e7;border-top-color:#ed1b38;border-radius:50%;animation:tlx-player-spin .8s linear infinite}.tlx-player-profile-loading b{color:#092640;font:900 15px/1 var(--tlx-body)}.tlx-player-profile-loading span{color:#60798e;font:700 9px/1.2 var(--tlx-body)}.tlx-player-profile-loading.is-error i{display:none}.tlx-player-profile-loading.is-error b{color:#d91834}@keyframes tlx-player-spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.tlx-player-profile-modal{width:calc(100vw - 12px);height:calc(100vh - 12px)}.tlx-player-profile-header{min-height:65px;padding:10px 12px}.tlx-player-profile-header h2{font-size:18px}.tlx-player-profile-body{padding:8px}.tlx-player-profile-hero{align-items:flex-start;padding:11px}.tlx-player-profile-photo{width:70px;height:84px;flex-basis:70px}.tlx-player-profile-person h3{font-size:20px}.tlx-player-profile-club{min-width:0}.tlx-player-profile-headline{grid-template-columns:repeat(3,1fr)}.tlx-player-profile-groups{grid-template-columns:1fr}.tlx-player-profile-matches{overflow-x:auto}.tlx-player-profile-matches ol{min-width:760px}}
@media(max-width:580px){.tlx-player-profile-hero{display:grid}.tlx-player-profile-club{padding:8px}.tlx-player-profile-club-logo{width:38px;height:38px}.tlx-player-profile-headline{grid-template-columns:repeat(2,1fr)}.tlx-player-profile-group>div{grid-template-columns:repeat(2,1fr)}.tlx-player-profile-group>div>span:nth-child(3n){border-right:1px solid #d4dee6}.tlx-player-profile-group>div>span:nth-child(2n){border-right:0}.tlx-player-profile-group>div>span:nth-last-child(-n+3){border-bottom:1px solid #d4dee6}.tlx-player-profile-group>div>span:nth-last-child(-n+2){border-bottom:0}}

/* TWOJA LIGA v47 — Centrum Klubu bez pustej kolumny, stała wysokość */
@media(min-width:761px){
  .top-league-arena.tlx .tlx-pulse-premium{
    display:grid;
    grid-template:52px minmax(0,194px)/minmax(0,1fr);
    width:auto;
    height:246px;
    min-height:246px;
    max-height:246px;
    overflow:hidden;
  }
  .top-league-arena.tlx .tlx-pulse-premium>header{
    grid-column:1;
    grid-row:1;
    display:grid;
    grid-template-columns:max-content max-content minmax(220px,310px) max-content minmax(18px,1fr) max-content max-content;
    grid-template-rows:52px;
    align-items:center;
    gap:14px;
    min-width:0;
    min-height:52px;
    height:52px;
    padding:0 16px;
    border:0;
    border-bottom:1px solid #cbd7e0;
    background:linear-gradient(118deg,#fff 0 84%,#f1f5f8 84%);
  }
  .top-league-arena.tlx .tlx-club-center-title{
    display:flex;
    align-items:center;
    gap:9px;
    height:52px;
    margin:0;
    padding:0 16px 0 0;
    border:0;
    border-right:1px solid #cbd7e0;
    background:transparent;
    color:#082640;
  }
  .top-league-arena.tlx .tlx-club-center-title>svg{width:25px;height:31px;flex-basis:25px;stroke:#173c59}
  .top-league-arena.tlx .tlx-pulse-premium>header .tlx-club-center-title h2{
    color:#082640!important;
    font-size:13px!important;
    font-weight:900!important;
    letter-spacing:.015em!important;
  }
  .top-league-arena.tlx .tlx-pulse-premium>header label{
    display:contents;
    margin:0;
  }
  .top-league-arena.tlx .tlx-pulse-premium>header label>small{
    color:#4e687d;
    font-size:8px;
    white-space:nowrap;
  }
  .top-league-arena.tlx .tlx-club-select{height:36px;border-radius:6px;box-shadow:0 2px 8px rgba(6,31,53,.07)}
  .top-league-arena.tlx .tlx-club-select>i{width:38px}
  .top-league-arena.tlx .tlx-club-select-crest{width:25px;height:25px}
  .top-league-arena.tlx .tlx-pulse-premium>header select{height:34px;font-size:10px}
  .top-league-arena.tlx .tlx-club-saved{
    align-self:center;
    justify-self:start;
    font-size:8px;
    white-space:nowrap;
  }
  .top-league-arena.tlx .tlx-club-profile-link{
    grid-column:6;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:8px 0;
    border:0;
    background:transparent;
    color:#e71935;
    cursor:pointer;
    font:900 9px/1 var(--tlx-body);
    letter-spacing:.03em;
    white-space:nowrap;
  }
  .top-league-arena.tlx .tlx-club-profile-link:hover{text-decoration:underline}
  .top-league-arena.tlx .tlx-club-profile-link i{font-style:normal}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{
    grid-column:1;
    grid-row:2;
    display:grid;
    grid-template-columns:minmax(255px,.96fr) minmax(300px,1.08fr) minmax(300px,1.02fr) minmax(390px,1.18fr);
    min-width:0;
    height:194px;
    overflow:hidden;
  }
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article{
    grid-template-rows:auto minmax(0,1fr) auto auto;
    min-width:0;
    min-height:194px;
    height:194px;
    padding:8px 12px 7px;
    overflow:hidden;
  }
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article>small{min-height:15px;font-size:10px}
  .top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-last>small,
  .top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-season>small{text-align:center}
  .top-league-arena.tlx .tlx-pulse-matchup{grid-template-columns:minmax(60px,1fr) 43px minmax(60px,1fr);gap:5px;margin-top:3px}
  .top-league-arena.tlx .tlx-pulse-matchup>span{gap:3px}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-matchup .tlx-pulse-crest{width:40px;height:40px;padding:5px;border-radius:10px}
  .top-league-arena.tlx .tlx-pulse-matchup b{min-height:21px;font-size:9.5px;line-height:1.08}
  .top-league-arena.tlx .tlx-pulse-matchup>i{height:29px;font-size:19px}
  .top-league-arena.tlx .tlx-team-xg{gap:3px;margin-top:-1px;font-size:8.5px}
  .top-league-arena.tlx .tlx-team-xg small{font-size:6px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta{
    grid-template-columns:70px minmax(0,1fr);
    gap:3px 6px;
    min-height:45px;
    margin-top:2px;
    padding:4px 6px;
  }
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta small{font-size:6px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta b{font-size:7.6px;line-height:1.08}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-date b{font-size:8px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-stadium b{font-size:7.4px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup{grid-template-columns:minmax(56px,1fr) 42px minmax(56px,1fr);margin-top:1px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-crest{width:38px;height:38px;padding:5px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup b{min-height:19px;font-size:9px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming{
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-height:77px;
    margin-top:1px;
  }
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming>span{min-height:27px;padding:3px 5px;gap:2px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming small{font-size:6px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming b{font-size:7.5px;line-height:1.05}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming [data-match-countdown]{font-size:8px}
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts>span{min-height:23px;padding:3px 5px}
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts small{font-size:5.5px}
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts b{font-size:6.8px;line-height:1.05}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction{grid-template-columns:minmax(70px,1fr) repeat(3,40px);gap:3px;padding:3px 5px}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>small{font-size:5.8px!important}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>span{padding:3px 4px}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>span>b{font-size:6px}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>span>strong{font-size:7.5px}
  .top-league-arena.tlx .tlx-pulse-premium article>footer{margin-top:1px}
  .top-league-arena.tlx .tlx-pulse-premium article>footer>span{font-size:7.5px!important}
  .top-league-arena.tlx .tlx-pulse-premium article>footer>button{padding:2px 0;font-size:8.5px}
  .top-league-arena.tlx .tlx-pulse-cards>.tlx-club-season{padding-top:8px}
  .top-league-arena.tlx .tlx-club-brief{gap:3px;margin:3px 0}
  .top-league-arena.tlx .tlx-club-brief-profile{
    grid-template-columns:30px minmax(0,1fr) minmax(88px,.72fr);
    min-height:43px;
    padding:5px 7px;
  }
  .top-league-arena.tlx .tlx-club-brief-profile>.tlx-club-brief-coach{width:29px;height:29px}
  .top-league-arena.tlx .tlx-club-brief-profile small{font-size:5.9px}
  .top-league-arena.tlx .tlx-club-brief-profile b{font-size:9.5px}
  .top-league-arena.tlx .tlx-club-brief-profile em{display:none}
  .top-league-arena.tlx .tlx-club-brief-form{min-height:28px;padding:0 2px}
  .top-league-arena.tlx .tlx-club-brief-form>span>b{font-size:6.5px}
  .top-league-arena.tlx .tlx-club-brief-form>span>em{font-size:5.7px}
  .top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>button,
  .top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>i.is-empty{width:23px;height:23px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats{gap:5px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span{min-height:42px;padding:4px 2px;gap:4px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span>b{font-size:13px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span>small{font-size:5.7px}
  .top-league-arena.tlx .tlx-pulse-leader-grid{gap:5px;margin-top:4px}
  .top-league-arena.tlx .tlx-pulse-leader-grid>span{
    grid-template-columns:39px minmax(0,1fr) 19px;
    gap:5px;
    min-height:70px;
    padding:4px 5px;
  }
  .top-league-arena.tlx .tlx-pulse-leader-grid .tlx-pulse-player{width:37px;height:54px}
  .top-league-arena.tlx .tlx-pulse-leader-grid small{font-size:5.7px}
  .top-league-arena.tlx .tlx-pulse-leader-grid strong{font-size:8px}
  .top-league-arena.tlx .tlx-pulse-leader-grid b{font-size:14px}
  .top-league-arena.tlx .tlx-pulse-player-club{width:19px;height:19px}
  .top-league-arena.tlx .tlx-club-leaders>small button{font-size:7px}
}

/* TWOJA LIGA v49 — wspólny kalendarz ligi, pucharów i sparingów */
.tlx-club-competitions-link{
  display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #c8d5df;border-radius:5px;
  background:#fff;color:#0a2944;cursor:pointer;font:900 9px/1 var(--tlx-body);letter-spacing:.03em;white-space:nowrap
}
.tlx-club-competitions-link:hover{border-color:#e71935;color:#e71935;box-shadow:0 3px 10px rgba(7,31,55,.08)}
.tlx-club-competitions-link i{color:#e71935;font-style:normal}
.tlx-club-competition-launcher{display:flex;min-width:0;align-items:center;gap:6px}
.tlx-club-competition-launcher>nav{display:flex;min-width:0;align-items:center;gap:4px}
.tlx-club-competition-launcher>nav button{display:inline-flex;max-width:125px;height:28px;align-items:center;gap:5px;padding:0 7px;border:1px solid #d1dce4;border-radius:5px;background:#f6f8fa;color:#24425a;cursor:pointer;font:850 8px/1 var(--tlx-body);white-space:nowrap}
.tlx-club-competition-launcher>nav button:hover{border-color:#e71935;background:#fff;color:#071f37}
.tlx-club-competition-launcher>nav img{width:16px;height:16px;object-fit:contain}
.tlx-club-competition-launcher>nav span{overflow:hidden;text-overflow:ellipsis}
.tlx-club-match-filters{display:flex;gap:7px;padding:11px 0 2px;overflow-x:auto;scrollbar-width:thin}
.tlx-club-match-filters button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid #cbd8e2;border-radius:5px;background:#f4f7f9;color:#26445d;cursor:pointer;font:850 9px/1 var(--tlx-body);white-space:nowrap}
.tlx-club-match-filters button b{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:10px;background:#dfe7ed;color:#476176;font-size:8px}
.tlx-club-match-filters button:hover{border-color:#e71935;color:#071f37}
.tlx-club-match-filters button.is-active{border-color:#092944;background:#092944;color:#fff;box-shadow:inset 0 -3px 0 #ed1b38}
.tlx-club-match-filters button.is-active b{background:#ed1b38;color:#fff}
.tlx-club-match-row[hidden]{display:none!important}
@media(min-width:761px){
  .top-league-arena.tlx .tlx-club-competition-launcher{grid-column:6}
  .top-league-arena.tlx .tlx-club-profile-link{grid-column:7}
}
@media(min-width:761px) and (max-width:1450px){
  .tlx-club-competitions-link{padding-inline:8px;font-size:8px}
}
@media(max-width:760px){
  .tlx-club-competition-launcher{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin-top:7px}
  .tlx-club-competitions-link{display:flex;justify-content:center}
  .tlx-club-competition-launcher>nav{justify-content:center;width:100%}
  .tlx-club-match-filters{padding-top:8px}
}

@media(min-width:761px) and (max-width:1450px){
  .top-league-arena.tlx .tlx-pulse-premium>header{grid-template-columns:max-content max-content minmax(180px,235px) max-content minmax(6px,1fr) max-content max-content;gap:8px}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{grid-template-columns:280px 315px 320px 410px;overflow-x:auto;scrollbar-width:thin}
}

@media(min-width:761px) and (max-width:1500px){
  .tlx-club-competition-launcher>nav button span{display:none}
  .tlx-club-competition-launcher>nav button{width:28px;padding:0;justify-content:center}
}

@media(max-width:760px){
  .top-league-arena.tlx .tlx-club-profile-link{display:none}
}

/* TWOJA LIGA v48 — czytelniejsza typografia Centrum Klubu */
@media(min-width:761px){
  .top-league-arena.tlx .tlx-pulse-premium>header label>small{font-size:9px}
  .top-league-arena.tlx .tlx-pulse-premium>header select{font-size:11px;font-weight:850}
  .top-league-arena.tlx .tlx-club-saved{font-size:9px}
  .top-league-arena.tlx .tlx-club-profile-link{font-size:9.5px}
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article>small{font-size:11px}
  .top-league-arena.tlx .tlx-pulse-matchup b{font-size:10.5px}
  .top-league-arena.tlx .tlx-team-xg{font-size:9.5px}
  .top-league-arena.tlx .tlx-team-xg small{font-size:7px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta small{font-size:7.5px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta b{font-size:9px;line-height:1.12}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-date b{font-size:9.5px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta .is-stadium b{font-size:8.8px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-matchup b{font-size:10px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming small{font-size:7.2px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming b{font-size:8.7px;line-height:1.08}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming [data-match-countdown]{font-size:9.5px}
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts small{font-size:6.8px}
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts b{font-size:8px;line-height:1.08}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>small{font-size:7px!important}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>span>b{font-size:7.2px}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction>span>strong{font-size:8.8px}
  .top-league-arena.tlx .tlx-pulse-premium article>footer>span{font-size:8.5px!important}
  .top-league-arena.tlx .tlx-pulse-premium article>footer>button{font-size:9.5px}
  .top-league-arena.tlx .tlx-club-brief-profile small{font-size:7.2px}
  .top-league-arena.tlx .tlx-club-brief-profile b{font-size:10.5px}
  .top-league-arena.tlx .tlx-club-brief-form>span>b{font-size:7.5px}
  .top-league-arena.tlx .tlx-club-brief-form>span>em{font-size:6.5px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span>b{font-size:14px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span>small{font-size:6.8px}
  .top-league-arena.tlx .tlx-pulse-leader-grid small{font-size:6.8px;line-height:1.08}
  .top-league-arena.tlx .tlx-pulse-leader-grid strong{font-size:9px;line-height:1.12}
  .top-league-arena.tlx .tlx-pulse-leader-grid b{font-size:15px}
  .top-league-arena.tlx .tlx-club-leaders>small button{font-size:8px}
}

/* TWOJA LIGA v49 — oddech pionowy bez zmiany układu */
@media(min-width:761px){
  .top-league-arena.tlx .tlx-pulse-premium{
    grid-template-rows:52px minmax(0,216px);
    height:268px;
    min-height:268px;
    max-height:268px;
  }
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards{
    height:216px;
  }
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-cards>article{
    min-height:216px;
    height:216px;
    padding:10px 12px 9px;
  }
  .top-league-arena.tlx .tlx-pulse-premium .tlx-pulse-matchup .tlx-pulse-crest{
    width:44px;
    height:44px;
    padding:6px;
  }
  .top-league-arena.tlx .tlx-pulse-matchup{margin-top:5px}
  .top-league-arena.tlx .tlx-pulse-matchup b{font-size:11px}
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta{
    grid-template-columns:96px minmax(0,1fr);
    gap:4px 8px;
    min-height:53px;
    margin-top:4px;
    padding:5px 7px;
  }
  .top-league-arena.tlx .tlx-club-last .tlx-pulse-match-meta>span.is-stadium{padding-top:5px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-crest{width:42px;height:42px}
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming{
    min-height:86px;
    margin-top:3px;
  }
  .top-league-arena.tlx .tlx-club-next .tlx-pulse-match-meta.is-upcoming>span{
    min-height:31px;
    padding:4px 6px;
  }
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts>span{min-height:25px;padding:4px 6px}
  .top-league-arena.tlx .tlx-club-next .tlx-card-prediction{padding:4px 6px}
  .top-league-arena.tlx .tlx-pulse-premium article>footer{margin-top:3px}
  .top-league-arena.tlx .tlx-club-brief{gap:5px;margin:5px 0}
  .top-league-arena.tlx .tlx-club-brief-profile{min-height:49px;padding:6px 8px}
  .top-league-arena.tlx .tlx-club-brief-profile>.tlx-club-brief-coach{width:32px;height:32px}
  .top-league-arena.tlx .tlx-club-brief-form{min-height:31px;padding:0 3px}
  .top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>button,
  .top-league-arena.tlx .tlx-club-brief-form .tlx-pulse-form>i.is-empty{width:25px;height:25px}
  .top-league-arena.tlx .tlx-club-season .tlx-pulse-season-stats>span{min-height:46px;padding:5px 3px}
  .top-league-arena.tlx .tlx-pulse-leader-grid{gap:6px;margin-top:5px}
  .top-league-arena.tlx .tlx-pulse-leader-grid>span{
    grid-template-columns:42px minmax(0,1fr) 21px;
    min-height:79px;
    padding:5px 6px;
  }
  .top-league-arena.tlx .tlx-pulse-leader-grid .tlx-pulse-player{width:40px;height:59px}
  .top-league-arena.tlx .tlx-pulse-leader-grid strong{font-size:9.5px}
  .top-league-arena.tlx .tlx-pulse-player-club{width:21px;height:21px}
  .top-league-arena.tlx .tlx-pulse-cards>article.is-live-match{box-shadow:inset -1px 0 #ed1b3a}
}

/* TWOJA LIGA v50 — wyśrodkowane nagłówki i czytelne dane osobowe */
.tlx-nationality-full{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
}

/* TWOJA LIGA v51 — centra trenerów i sędziów */
@media(min-width:1100px){
  .top-league-arena.tlx .tlx-tabs{gap:18px}
  .top-league-arena.tlx .tlx-tabs a{padding-inline:7px}
}
.tlx-people-centre>.tlx-panel{min-height:690px}
.tlx-people-heading{
  min-height:78px;
  padding:12px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:2px solid #173b5b;
  background:linear-gradient(115deg,#fff 0 78%,#eef3f7 78%);
}
.tlx-people-heading>span{display:grid;gap:4px}
.tlx-people-heading small,.tlx-people-table-section>header small{
  color:#687f93;
  font:800 8px/1 var(--tlx-body);
  letter-spacing:.08em;
}
.tlx-people-heading h2{
  margin:0;
  color:var(--tlx-navy);
  font:900 25px/1 var(--tlx-display);
}
.tlx-people-heading p,.tlx-people-table-section>header p{
  margin:0;
  color:#5e7488;
  font:700 10px/1.25 var(--tlx-body);
}
.tlx-people-heading>strong{
  min-width:105px;
  padding-left:18px;
  display:grid;
  justify-items:center;
  gap:3px;
  border-left:3px solid var(--tlx-red);
}
.tlx-people-heading>strong b{color:var(--tlx-red);font:900 30px/1 var(--tlx-body)}
.tlx-people-heading>strong small{font-size:7.5px}
.tlx-people-highlights{
  padding:12px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  background:#edf2f6;
  border-bottom:1px solid #c9d4de;
}
.tlx-people-highlights>article{
  min-height:108px;
  padding:11px 12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto 1fr;
  gap:9px 10px;
  border:1px solid #c6d2dc;
  border-top:3px solid var(--tlx-red);
  border-radius:7px;
  background:linear-gradient(135deg,#fff 0 80%,#f0f4f7 80%);
  box-shadow:0 3px 9px rgba(7,30,52,.06);
}
.tlx-people-highlights>article>small{grid-column:1/-1;color:#61788d;font:850 8px/1 var(--tlx-body);letter-spacing:.055em;text-transform:uppercase}
.tlx-people-highlights>article>span{min-width:0;display:grid;grid-template-columns:35px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:9px}
.tlx-people-highlights>article>span img,.tlx-people-highlights>article>span>i{grid-row:1/3;width:34px;height:34px;object-fit:contain}
.tlx-people-highlights>article>span>i{display:grid;place-items:center;border:1px solid #cad5de;border-radius:50%;color:#173b5b;font:900 21px/1 var(--tlx-body);font-style:normal;background:#f4f7f9}
.tlx-people-highlights>article>span b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--tlx-navy);font:850 11px/1.15 var(--tlx-body)}
.tlx-people-highlights>article>span em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#657c90;font:700 8.5px/1.2 var(--tlx-body);font-style:normal}
.tlx-people-highlights>article>strong{align-self:center;text-align:right;color:var(--tlx-red);font:900 21px/1 var(--tlx-body)}
.tlx-people-highlights>article>strong small{display:block;margin-top:4px;color:#496278;font:800 7px/1 var(--tlx-body);text-transform:uppercase}
.tlx-people-table-section{padding:0 12px 14px;background:#f4f7f9}
.tlx-people-table-section>header{min-height:58px;padding:9px 4px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.tlx-people-table-section>header span{display:grid;gap:3px}
.tlx-people-table-section>header h3{margin:0;color:var(--tlx-navy);font:900 17px/1 var(--tlx-display)}
.tlx-people-table-wrap{overflow:auto;border:1px solid #c6d2dc;border-radius:7px;background:#fff}
.tlx-people-table-wrap table{width:100%;min-width:1240px;border-collapse:collapse;color:var(--tlx-navy);font-family:var(--tlx-body)}
.tlx-people-table-wrap th{height:37px;padding:7px 9px;background:#e8eef3;color:#435d74;font-size:8px;text-align:center;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap}
.tlx-people-table-wrap th:nth-child(2){text-align:left}
.tlx-people-table-wrap td{height:53px;padding:6px 9px;border-top:1px solid #d5dee6;text-align:center;font-size:10px;font-weight:750;white-space:nowrap}
.tlx-people-table-wrap tr:nth-child(even) td{background:#f7f9fb}
.tlx-people-table-wrap tbody tr:hover td{background:#fff5f6}
.tlx-people-rank{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:6px;background:#082844;color:#fff;font-size:11px}
.tlx-person-identity{min-width:225px;display:flex;align-items:center;gap:10px;text-align:left}
.tlx-person-identity>img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
.tlx-person-identity>span{min-width:0;display:grid;gap:4px}
.tlx-person-identity strong{overflow:hidden;text-overflow:ellipsis;color:var(--tlx-navy);font-size:11px}
.tlx-person-identity small{overflow:hidden;text-overflow:ellipsis;color:#627a8e;font-size:8px}
.tlx-person-identity.is-referee>i{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #cad5de;border-radius:50%;background:#f1f5f8;color:var(--tlx-red);font:900 19px/1 var(--tlx-body);font-style:normal}
.tlx-people-table-wrap td.is-positive{color:#079b5d}.tlx-people-table-wrap td.is-negative{color:#e6203d}
.tlx-people-form{display:flex;justify-content:center;gap:3px}
.tlx-people-form i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dce5ec;color:#61788d;font:850 8px/1 var(--tlx-body);font-style:normal}
.tlx-people-form i.is-z,.tlx-people-form i.is-w{background:#13a868;color:#fff}.tlx-people-form i.is-r,.tlx-people-form i.is-d{background:#ed9f12;color:#fff}.tlx-people-form i.is-p,.tlx-people-form i.is-l{background:#ee2945;color:#fff}
.tlx-referee-recent{display:flex;justify-content:center;gap:4px}
.tlx-referee-recent a{display:grid;place-items:center;min-width:31px;height:24px;padding:0 5px;border-radius:5px;background:#092945;color:#fff;font-size:8px;text-decoration:none}
.tlx-referee-recent a:hover{background:var(--tlx-red)}
.tlx-people-table-wrap tbody tr[data-coach-row],.tlx-people-table-wrap tbody tr[data-referee-row]{cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}
.tlx-people-table-wrap tbody tr[data-coach-row]:hover,.tlx-people-table-wrap tbody tr[data-referee-row]:hover{background:#fff8f8;box-shadow:inset 3px 0 0 var(--tlx-red)}
.tlx-people-table-wrap tbody tr[data-coach-row]:focus-visible,.tlx-people-table-wrap tbody tr[data-referee-row]:focus-visible{outline:2px solid var(--tlx-red);outline-offset:-2px}
.tlx-people-profile-modal{width:min(1180px,calc(100vw - 28px));max-width:none;max-height:92vh;padding:0;border:0;border-radius:12px;background:#eef3f7;box-shadow:0 24px 70px rgba(3,28,49,.36);color:var(--tlx-navy)}
.tlx-people-profile-modal::backdrop{background:rgba(4,25,43,.72);backdrop-filter:blur(4px)}
.tlx-people-profile-modal>section{display:grid;max-height:92vh;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
.tlx-people-profile-modal>section>header{display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:14px 20px 14px 24px;border-bottom:3px solid var(--tlx-red);background:#fff}
.tlx-people-profile-modal>section>header small{display:block;margin-bottom:4px;color:#627a8e;font:800 10px/1.2 var(--tlx-body);letter-spacing:.09em}
.tlx-people-profile-modal>section>header h2{margin:0;color:var(--tlx-navy);font:900 27px/1.08 var(--tlx-body)}
.tlx-people-profile-modal>section>header button{display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--tlx-navy);border-radius:9px;background:#fff;color:var(--tlx-navy);font:700 28px/1 var(--tlx-body);cursor:pointer}
.tlx-people-profile-modal [data-people-profile-body]{overflow:auto;padding:18px}
.tlx-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid #cbd8e2;border-left:4px solid var(--tlx-red);border-radius:9px;background:#fff}
.tlx-profile-emblem{display:grid;place-items:center;width:78px;height:78px;border:1px solid #d3dee7;border-radius:12px;background:#f7fafc;box-shadow:0 8px 20px rgba(4,37,63,.08)}
.tlx-profile-emblem img{width:58px;height:58px;object-fit:contain}.tlx-profile-emblem i{font:900 28px/1 var(--tlx-body);font-style:normal}
.tlx-profile-hero>span>small,.tlx-profile-formation small{display:block;color:#647c90;font:800 10px/1.2 var(--tlx-body);letter-spacing:.08em}
.tlx-profile-hero h3{margin:4px 0 3px;color:var(--tlx-navy);font:900 24px/1.08 var(--tlx-body)}
.tlx-profile-hero p{margin:0;color:#587189;font:700 12px/1.35 var(--tlx-body)}
.tlx-profile-formation{min-width:190px;padding:14px 18px;border-left:1px solid #d5e0e8}.tlx-profile-formation b{display:block;margin-top:7px;font-size:22px}
.tlx-profile-hero.is-referee{grid-template-columns:auto 1fr}.tlx-profile-referee-mark{display:grid;place-items:center;width:68px;height:68px;border:2px solid #bdcad5;border-radius:50%;background:#f2f6f9;color:var(--tlx-red);font:900 32px/1 var(--tlx-body)}
.tlx-profile-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:12px}
.tlx-profile-stats>article{position:relative;min-height:72px;padding:13px 14px;border:1px solid #ccd9e3;border-radius:8px;background:#fff;overflow:hidden}
.tlx-profile-stats>article:before{content:"";position:absolute;top:0;left:12px;width:38px;height:3px;background:var(--tlx-red)}
.tlx-profile-stats small{display:block;color:#657e93;font:800 9px/1.2 var(--tlx-body);letter-spacing:.05em;text-transform:uppercase}
.tlx-profile-stats strong{display:block;margin-top:7px;color:var(--tlx-navy);font:900 20px/1 var(--tlx-body)}
.tlx-profile-stats em{display:block;margin-top:4px;color:#6b8194;font:800 9px/1.2 var(--tlx-body);font-style:normal}
.tlx-profile-form span{display:flex;gap:4px;margin-top:7px}.tlx-profile-form i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#dce5ec;font:850 10px/1 var(--tlx-body);font-style:normal}.tlx-profile-form i.is-z,.tlx-profile-form i.is-w{background:#13a868;color:#fff}.tlx-profile-form i.is-r,.tlx-profile-form i.is-d{background:#ed9f12;color:#fff}.tlx-profile-form i.is-p,.tlx-profile-form i.is-l{background:#ee2945;color:#fff}
.tlx-profile-matches{margin-top:14px;border:1px solid #c9d7e1;border-radius:9px;background:#fff;overflow:hidden}
.tlx-profile-matches>header{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #ccd9e3;background:#082b49;color:#fff}
.tlx-profile-matches>header h3{margin:0;font:900 15px/1.2 var(--tlx-body)}.tlx-profile-matches>header b{display:grid;place-items:center;min-width:27px;height:27px;padding:0 7px;border-radius:14px;background:var(--tlx-red);font-size:11px}
.tlx-profile-matches>p{margin:0;padding:18px;color:#637b90;font-size:12px}
.tlx-profile-match{display:grid;grid-template-columns:150px minmax(170px,1fr) 66px minmax(170px,1fr) minmax(180px,.85fr);align-items:center;gap:10px;min-height:74px;padding:9px 14px;border-bottom:1px solid #d7e1e8;color:var(--tlx-navy);text-decoration:none;transition:background-color .15s ease}
.tlx-profile-match:last-child{border-bottom:0}.tlx-profile-match:hover{background:#fff7f8}
.tlx-profile-match-meta{display:grid;gap:3px}.tlx-profile-match-meta>b:first-child{font-size:10px}.tlx-profile-match-meta small{color:#667f94;font-size:10px}.tlx-profile-match-meta>b:last-child{width:max-content;padding:4px 7px;border-radius:4px;font-size:8px;background:#edf2f6;color:#49657b}.tlx-profile-match-meta>b.is-live{background:var(--tlx-red);color:#fff}.tlx-profile-match-meta>b.is-postponed{background:#fff0f2;color:#e41d3c}
.tlx-profile-side{display:flex;align-items:center;gap:9px;min-width:0}.tlx-profile-side.is-home{justify-content:flex-end;text-align:right}.tlx-profile-side img,.tlx-profile-side i{width:36px;height:36px;flex:0 0 auto;object-fit:contain}.tlx-profile-side i{display:grid;place-items:center;border-radius:7px;background:#eef3f7;font-style:normal}.tlx-profile-side strong{overflow:hidden;text-overflow:ellipsis;font-size:12px;white-space:nowrap}.tlx-profile-side.is-home img,.tlx-profile-side.is-home i{order:2}
.tlx-profile-score{display:grid;place-items:center;min-width:58px;height:38px;border-radius:6px;background:#072a47;color:#fff;font:900 18px/1 var(--tlx-body)}
.tlx-profile-match-facts{display:grid;gap:5px;padding-left:12px;border-left:1px solid #d5e0e8}.tlx-profile-match-facts small{color:#657e92;font-size:10px}.tlx-profile-match-facts b{font-size:10px}
@media(max-width:900px){.tlx-profile-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.tlx-profile-match{grid-template-columns:110px minmax(110px,1fr) 54px minmax(110px,1fr)}.tlx-profile-match-facts{grid-column:1/-1;padding:7px 0 0;border-left:0;border-top:1px solid #e0e7ec}}
@media(max-width:600px){.tlx-people-profile-modal{width:calc(100vw - 12px)}.tlx-profile-hero{grid-template-columns:auto 1fr}.tlx-profile-formation{grid-column:1/-1;padding:10px 0 0;border-top:1px solid #d5e0e8;border-left:0}.tlx-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.tlx-profile-match{grid-template-columns:1fr 48px 1fr;padding:10px}.tlx-profile-match-meta{grid-column:1/-1;grid-template-columns:repeat(3,auto);align-items:center}.tlx-profile-side strong{font-size:10px}.tlx-people-profile-modal [data-people-profile-body]{padding:9px}}
@media(max-width:900px){
  .tlx-people-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tlx-people-heading{padding:10px 12px}.tlx-people-heading h2{font-size:21px}
}
@media(max-width:560px){
  .tlx-people-highlights{grid-template-columns:1fr}
  .tlx-people-heading>strong{min-width:74px}.tlx-people-heading p{display:none}
  .tlx-people-table-section>header{align-items:flex-start;flex-direction:column;gap:4px}
}
.tlx-nationality-full img{
  width:20px;
  height:14px;
  flex:0 0 auto;
  object-fit:cover;
  border:1px solid #c9d4dc;
  border-radius:2px;
}
.tlx-nationality-full b{
  color:#27445c;
  font-weight:800;
}
@media(min-width:761px){
  .top-league-arena.tlx .tlx-pulse-cards>article.tlx-club-next>small{
    position:relative;
    display:flex!important;
    align-items:center;
    justify-content:center!important;
    min-height:18px;
    padding:0 60px;
    text-align:center!important;
  }
  .top-league-arena.tlx .tlx-club-next>small em{
    position:absolute;
    top:50%;
    right:0;
    width:58px;
    max-width:58px;
    transform:translateY(-50%);
    text-align:right;
    font-size:7.5px;
    line-height:1.1;
  }
  .top-league-arena.tlx .tlx-club-next .tlx-upcoming-facts b{
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .top-league-arena.tlx .tlx-club-brief-manager .tlx-club-brief-nationality{
    display:flex!important;
    align-items:center;
    gap:5px;
    margin-top:2px;
    color:#5d768a;
    font:750 7.4px/1 var(--tlx-body);
    font-style:normal;
  }
  .top-league-arena.tlx .tlx-club-brief-manager .tlx-nationality-full{
    display:flex;
    align-items:center;
    gap:4px;
  }
  .top-league-arena.tlx .tlx-club-brief-manager .tlx-nationality-full img{
    width:14px;
    height:10px;
  }
  .top-league-arena.tlx .tlx-club-brief-manager .tlx-nationality-full b{
    font-size:7.4px;
    font-weight:800;
  }
}
