.pl-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px;padding:4px;border:1px solid var(--line);border-radius:7px;background:#f1eee7}.pl-tabs button{min-height:34px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:11px;font-weight:850;cursor:pointer}.pl-tabs button.active{background:var(--panel);color:var(--green);box-shadow:0 1px 3px rgba(18,43,34,.11)}.pl-refresh-note{margin:0 0 11px;color:var(--muted);font-size:10px;font-weight:750}.pl-standings{padding:0;overflow:hidden}.pl-table-head,.pl-row{display:grid;grid-template-columns:28px minmax(0,1fr) 30px 30px 30px 34px;gap:4px;align-items:center}.pl-table-head{min-height:36px;padding:0 11px;background:#eff5f0;color:var(--muted);font-size:8px;font-weight:900;text-transform:uppercase}.pl-row{min-height:47px;padding:0 11px;border-top:1px solid var(--line);font-size:11px}.pl-team{display:flex;align-items:center;gap:7px;min-width:0;font-weight:850}.pl-team img{width:23px;height:23px;object-fit:contain}.pl-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-row strong{text-align:right;color:var(--green);font-variant-numeric:tabular-nums}.pl-form{display:flex;justify-content:flex-end;gap:2px}.pl-form i{display:grid;place-items:center;width:12px;height:12px;border-radius:50%;color:#fff;font-size:7px;font-style:normal;font-weight:900}.pl-form .W{background:var(--green)}.pl-form .D{background:var(--amber)}.pl-form .L{background:var(--red)}.pl-fixture{display:grid;grid-template-columns:1fr auto 1fr;gap:7px;align-items:center;min-height:54px;padding:10px 11px;border-top:1px solid var(--line);font-size:11px;font-weight:800}.pl-fixture:first-child{border-top:0}.pl-fixture .home{text-align:right}.pl-fixture .away{text-align:left}.pl-fixture strong{display:grid;gap:2px;min-width:48px;color:var(--green);font-size:10px;text-align:center}.pl-fixture small{color:var(--muted);font-size:8px}.pl-fixture-team{display:flex;align-items:center;gap:6px;min-width:0}.pl-fixture .home .pl-fixture-team{justify-content:flex-end}.pl-fixture-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-fixture-team img{width:20px;height:20px;object-fit:contain;flex:0 0 auto}@media(max-width:350px){.pl-table-head,.pl-row{grid-template-columns:23px minmax(0,1fr) 27px 25px 25px 29px;padding-left:8px;padding-right:8px}.pl-team{gap:4px}.pl-team img{width:20px;height:20px}.pl-row{font-size:10px}.pl-table-head{font-size:7px}}
/* Selected weekly betting fixtures stay visible in the wider schedule. */
.pl-fixture.bet-card{background:#eaf6ed;box-shadow:inset 3px 0 0 var(--green)}
.pl-fixture.bet-card small{color:var(--green);font-weight:900;text-transform:uppercase}
.pl-fixture.planned-card{background:var(--amber-soft);box-shadow:inset 3px 0 0 #d49419}.pl-fixture.planned-card small{color:var(--amber);font-weight:900;text-transform:uppercase}.pl-card-key{display:flex;flex-wrap:wrap;gap:8px 13px;margin:10px 0 0;color:var(--muted);font-size:10px;font-weight:800}.pl-card-key span{display:flex;align-items:center;gap:5px}.pl-card-key i{width:9px;height:9px;border-radius:2px;background:#eaf6ed;box-shadow:inset 2px 0 0 var(--green)}.pl-card-key i.planned{background:var(--amber-soft);box-shadow:inset 2px 0 0 #d49419}
