/* MadritZone - design system (dark mode + złoto). Tokeny: notes/05-design-tokens.md */

:root{
  --bg:#0e0f12; --bg-elev:#16181d; --bg-elev-2:#1e2128; --bg-line:#2a2e37;
  --gold:#d4af37; --gold-soft:#e8ca6a; --gold-dim:rgba(212,175,55,.14);
  /* tekst: treść biała (nie szara), metadane jaśniejsze niż w pierwszej wersji */
  --text:#ffffff; --text-body:#ffffff; --text-muted:#d3d7de; --text-dim:#a2a8b3;
  --win:#3fbf7f; --draw:#8b909b; --loss:#e5544b; --live:#e5544b; --ad-line:#3a3f4a;
  --head:'Barlow Condensed',system-ui,sans-serif; --font:'Inter',system-ui,sans-serif;
  --r:8px; --r-lg:14px; --max-w:1180px; --px:clamp(1rem,4vw,2rem);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;overflow-x:clip}
body{font-family:var(--font);background:var(--bg);color:var(--text-body);line-height:1.6;overflow-x:clip;padding-bottom:74px}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img{max-width:100%;display:block}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
input{font:inherit}
h1,h2,h3,h4{font-family:var(--head);color:var(--text);line-height:1.12;font-weight:600;letter-spacing:.005em}
h1{font-size:clamp(1.85rem,4.6vw,3rem)}
h2{font-size:clamp(1.35rem,3vw,1.9rem)}
h3{font-size:clamp(1.05rem,2vw,1.25rem)}
p{color:var(--text-body)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}
.section{padding:2.5rem 0}
.muted{color:var(--text-muted)}
.dim{color:var(--text-dim)}
.small{font-size:.82rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}

/* ---------- pasek makiety ---------- */
.wf-notice{background:#000;color:var(--text-dim);text-align:center;padding:.4rem var(--px);font-size:.72rem;letter-spacing:.05em}
.wf-notice strong{color:var(--gold)}
.wf-notice a{color:var(--text-muted);text-decoration:underline;margin-left:.4rem}

/* ---------- nawigacja ---------- */
.nav{position:sticky;top:0;z-index:100;background:rgba(14,15,18,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--bg-line)}
.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);height:60px;display:flex;align-items:center;gap:1.25rem}
.nav-logo{font-family:var(--head);font-size:1.35rem;font-weight:700;letter-spacing:.04em;color:var(--text);display:flex;align-items:center;gap:.5rem;white-space:nowrap}
.nav-logo span{color:var(--gold);font-weight:500}
.nav-crown{width:26px;height:17px;color:var(--gold);flex-shrink:0}
.nav-links{display:flex;gap:.15rem;margin-left:.75rem}
.nav-links a{padding:.45rem .7rem;font-size:.86rem;font-weight:500;color:var(--text-muted);border-radius:var(--r)}
.nav-links a:hover{color:var(--text);background:var(--bg-elev)}
.nav-links a.active{color:var(--gold)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:.6rem}
.nav-icon{position:relative;color:var(--text-muted);padding:.3rem;display:flex}
.nav-icon:hover{color:var(--text)}
.nav-badge{position:absolute;top:-1px;right:-3px;background:var(--live);color:#fff;font-size:.6rem;font-weight:700;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}
.nav-burger{display:none;flex-direction:column;gap:4px;padding:.35rem}
.nav-burger span{width:20px;height:2px;background:var(--text);border-radius:2px}
@media(max-width:900px){
  .nav-burger{display:flex}
  .nav-links{display:none;position:absolute;top:60px;left:0;right:0;flex-direction:column;background:var(--bg-elev);border-bottom:1px solid var(--bg-line);padding:.6rem;margin:0}
  .nav-links.open{display:flex}
  .nav-links a{padding:.7rem}
}

/* ---------- przyciski ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.62rem 1.15rem;border-radius:var(--r);font-size:.88rem;font-weight:600;border:1px solid transparent;white-space:nowrap}
.btn-gold{background:var(--gold);color:#15161a}
.btn-gold:hover{background:var(--gold-soft)}
.btn-ghost{border-color:var(--bg-line);color:var(--text)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-sm{padding:.42rem .85rem;font-size:.8rem}
.btn-lg{padding:.8rem 1.6rem;font-size:.98rem}

/* ---------- nagłówki sekcji ---------- */
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 1.1rem;padding-bottom:.55rem;border-bottom:2px solid var(--gold)}
.sec-head h2{font-size:1.35rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}
.sec-more{font-size:.8rem;color:var(--text-muted);white-space:nowrap}
.sec-more:hover{color:var(--gold)}

/* ---------- placeholder zdjęcia ---------- */
.ph{background:linear-gradient(135deg,#1a1d23,#23262e);border:1px solid var(--bg-line);border-radius:var(--r);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--text-dim);
  font-size:.72rem;letter-spacing:.05em;text-align:center;padding:.5rem;width:100%}
.ph span{max-width:90%}

/* ---------- kafelki newsów ---------- */
.tile{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;min-width:0}
.tile:hover{border-color:#3a4050}
.tile-img{position:relative;display:block}
.tile-img .ph{border:none;border-radius:0}
.tile-img img{width:100%;height:auto;display:block}
.tile-tag{position:absolute;top:.6rem;left:.6rem;background:rgba(14,15,18,.85);color:var(--gold);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.22rem .5rem;border-radius:4px;border:1px solid var(--gold-dim)}
.tile-body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
.tile-title{font-family:var(--head);color:var(--text);line-height:1.15;font-weight:600}
.tile-title a:hover{color:var(--gold-soft)}
.tile-lg .tile-title{font-size:clamp(1.5rem,3.4vw,2.1rem)}
.tile-md .tile-title{font-size:1.2rem}
.tile-sm .tile-title{font-size:1.02rem}
.tile-row .tile-title{font-size:1.08rem}
.tile-lead{font-size:.9rem;color:var(--text-muted);line-height:1.55}
.tile-meta{margin-top:auto;padding-top:.55rem;border-top:1px solid var(--bg-line);display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-dim)}
.tile-meta .dot{color:var(--text-dim)}
.cmt{display:inline-flex;align-items:center;gap:.28rem;color:var(--gold);font-weight:600}
.cmt-hot{color:var(--gold-soft)}
.tile-row{flex-direction:row;align-items:stretch}
.tile-row .tile-img{width:132px;flex-shrink:0}
.tile-row .tile-img .ph{height:100%;aspect-ratio:auto!important}
.tile-row .tile-body{padding:.75rem .9rem}
@media(max-width:520px){.tile-row .tile-img{width:104px}}

/* hero */
.hero-tile{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--bg-line);background:var(--bg-elev)}
.hero-tile .ph{border:none;border-radius:0;aspect-ratio:16/8}
.hero-tile .hero-img img{width:100%;height:auto;display:block}
.hero-body{padding:1.25rem 1.4rem 1.4rem}
.hero-body h1{font-size:clamp(1.6rem,4.2vw,2.6rem);margin:.5rem 0 .55rem}
.hero-body h1 a:hover{color:var(--gold-soft)}
.hero-kicker{display:inline-flex;align-items:center;gap:.4rem;background:var(--gold-dim);color:var(--gold);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .6rem;border-radius:4px}
.hero-lead{font-size:1.02rem;color:var(--text-muted)}
.hero-meta{margin-top:.9rem;padding-top:.75rem;border-top:1px solid var(--bg-line);display:flex;gap:.6rem;align-items:center;font-size:.82rem;color:var(--text-dim);flex-wrap:wrap}

/* ---------- siatki ---------- */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.grid-2>*,.grid-3>*,.grid-4>*{min-width:0}
.layout{display:grid;grid-template-columns:1fr 300px;gap:1.75rem;align-items:start}
.layout>*{min-width:0}
.side{position:sticky;top:76px;display:flex;flex-direction:column;gap:1.25rem}
@media(max-width:1000px){.layout{grid-template-columns:1fr}.side{position:static}}
@media(max-width:860px){.grid-3,.grid-4{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}

/* ---------- reklamy ---------- */
.ad{border:1px solid var(--ad-line);border-radius:var(--r);background:repeating-linear-gradient(135deg,#14161b,#14161b 10px,#171a20 10px,#171a20 20px);text-align:center;padding:.5rem}
.ad-label{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.45rem}
.ad-body{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;min-height:64px;padding:.5rem}
.ad-text{color:var(--text-muted);font-size:.88rem}
.ad-cta{background:var(--gold);color:#15161a;font-size:.78rem;font-weight:700;padding:.4rem .9rem;border-radius:6px;white-space:nowrap}
.ad-size{font-size:.62rem;color:var(--text-dim);letter-spacing:.08em;margin-top:.35rem}
.ad-top .ad-body{min-height:76px}
.ad-infeed .ad-body{min-height:140px}
.ad-side .ad-body{min-height:320px;flex-direction:column}
.sticky-ad{position:fixed;left:0;right:0;bottom:0;z-index:200;background:rgba(18,20,25,.97);border-top:1px solid var(--ad-line);backdrop-filter:blur(6px)}
.sticky-ad.hidden{display:none}
.sticky-inner{max-width:var(--max-w);margin:0 auto;padding:.55rem var(--px);display:flex;align-items:center;gap:.85rem;min-height:64px}
.sticky-inner .ad-label{margin:0;flex-shrink:0}
.sticky-text{color:var(--text-muted);font-size:.85rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-close{color:var(--text-dim);font-size:1.3rem;line-height:1;padding:.2rem .4rem}
.sticky-close:hover{color:var(--text)}
@media(max-width:640px){.sticky-inner .ad-label{display:none}}

/* pasek okazji (format D - natywne / afiliacja) */
.deals{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.deal{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r);padding:.85rem;display:flex;gap:.7rem;align-items:center;min-width:0}
.deal .ph{width:52px;height:52px;flex-shrink:0;aspect-ratio:1!important}
.deal-t{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.25}
.deal-d{font-size:.76rem;color:var(--text-dim)}
.deal-badge{margin-left:auto;background:var(--gold-dim);color:var(--gold);font-size:.68rem;font-weight:700;padding:.2rem .45rem;border-radius:4px;flex-shrink:0}
@media(max-width:900px){.deals{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.deals{grid-template-columns:1fr}}

/* ---------- pasek meczowy ---------- */
.matchbar{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1rem 1.15rem;display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}
.mb-side{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.mb-side.right{text-align:right}
.mb-label{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}
.mb-team{font-family:var(--head);font-size:1.15rem;color:var(--text);font-weight:600}
.mb-center{text-align:center;padding:0 .5rem;border-left:1px solid var(--bg-line);border-right:1px solid var(--bg-line)}
.mb-score{font-family:var(--head);font-size:1.9rem;font-weight:700;color:var(--gold);line-height:1}
.mb-when{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}
.mb-cd{display:inline-block;margin-top:.35rem;background:var(--gold-dim);color:var(--gold);font-size:.72rem;font-weight:700;padding:.15rem .5rem;border-radius:4px}
@media(max-width:560px){.matchbar{grid-template-columns:1fr;text-align:center}.mb-side.right{text-align:center}.mb-center{border:none;border-top:1px solid var(--bg-line);border-bottom:1px solid var(--bg-line);padding:.6rem 0}}

/* ---------- sonda ---------- */
.poll{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.1rem}
.poll h3{font-size:1.05rem;margin-bottom:.85rem}
.poll-opt{display:block;width:100%;text-align:left;position:relative;background:var(--bg-elev-2);border:1px solid var(--bg-line);border-radius:var(--r);padding:.6rem .8rem;margin-bottom:.5rem;font-size:.88rem;color:var(--text-body);overflow:hidden}
.poll-opt:hover{border-color:var(--gold)}
.poll-bar{position:absolute;inset:0 auto 0 0;background:var(--gold-dim);width:0;transition:width .5s ease}
.poll-pct{position:relative;float:right;color:var(--gold);font-weight:700;opacity:0}
.poll-opt span:not(.poll-bar){position:relative}
.poll.voted .poll-bar{width:var(--w)}
.poll.voted .poll-pct{opacity:1}
.poll-foot{font-size:.76rem;color:var(--text-dim);margin-top:.4rem}

/* ---------- oceny ---------- */
.rates{display:flex;flex-direction:column;gap:.5rem}
.rate-row{display:flex;align-items:center;gap:.7rem;background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r);padding:.5rem .7rem}
.rate-name{font-size:.9rem;color:var(--text);flex:1;min-width:0}
.rate-val{font-family:var(--head);font-size:1.15rem;font-weight:700;padding:.1rem .5rem;border-radius:5px}
.r-hi{color:#0f1216;background:var(--win)}
.r-mid{color:var(--gold);background:var(--gold-dim)}
.r-low{color:#fff;background:var(--loss)}
.rate-your{background:var(--bg-elev);border:1px solid var(--gold-dim);border-radius:var(--r-lg);padding:1rem}
.rate-pick{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}
.rate-pick button{width:38px;height:38px;border-radius:var(--r);background:var(--bg-elev-2);border:1px solid var(--bg-line);color:var(--text-body);font-weight:600}
.rate-pick button:hover{border-color:var(--gold);color:var(--gold)}
.rate-pick button.picked{background:var(--gold);color:#15161a;border-color:var(--gold)}
.rate-your.done .rate-thanks{display:block}
.rate-thanks{display:none;margin-top:.6rem;font-size:.84rem;color:var(--gold)}

/* ---------- awatar zawodnika ---------- */
.pl-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#1e2128,#2b303a);border:1px solid var(--bg-line);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pl-avatar span{font-family:var(--head);font-size:1.3rem;font-weight:700;color:var(--gold)}
.pl-avatar.lg{width:104px;height:104px}
.pl-avatar.lg span{font-size:2.4rem}
.pl-avatar.sm{width:38px;height:38px}
.pl-avatar.sm span{font-size:.95rem}

/* karty kadry */
.squad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}
.squad-card{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1rem;display:flex;flex-direction:column;gap:.55rem;min-width:0}
.squad-card:hover{border-color:var(--gold-dim)}
.squad-top{display:flex;align-items:center;gap:.75rem}
.squad-name{font-family:var(--head);font-size:1.1rem;color:var(--text);font-weight:600;line-height:1.15}
.squad-country{font-size:.76rem;color:var(--text-dim)}
.squad-note{font-size:.82rem;color:var(--text-muted);line-height:1.5}
.squad-stats{display:flex;gap:1rem;padding-top:.55rem;border-top:1px solid var(--bg-line);font-size:.76rem;color:var(--text-dim)}
.squad-stats b{color:var(--text);font-family:var(--head);font-size:1rem;display:block}
@media(max-width:1000px){.squad-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.squad-grid{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.squad-grid{grid-template-columns:1fr}}

/* ---------- tabele ---------- */
.tbl{width:100%;border-collapse:collapse;background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);overflow:hidden}
.tbl th{font-family:var(--head);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--bg-line);font-weight:600}
.tbl td{padding:.7rem .8rem;font-size:.88rem;border-bottom:1px solid var(--bg-line);color:var(--text-body)}
.tbl tr:last-child td{border-bottom:none}
.tbl tr:hover td{background:var(--bg-elev-2)}
.tbl .team{color:var(--text);font-weight:600}
.tbl .is-real td{background:var(--gold-dim)}
.tbl .is-real .team{color:var(--gold)}
.tbl-wrap{overflow-x:auto}
.res{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:5px;font-size:.72rem;font-weight:700;color:#0f1216}
.res-W{background:var(--win)}.res-D{background:var(--draw)}.res-L{background:var(--loss);color:#fff}

/* tabela ligowa: herb, strefy, forma */
.crest{display:inline-flex;width:26px;height:26px;flex-shrink:0;align-items:center;justify-content:center;
  border-radius:50%;background:var(--bg-elev-2);border:1px solid var(--bg-line);
  font-family:var(--head);font-size:.66rem;font-weight:700;color:var(--gold);letter-spacing:.02em}
.tbl .team-cell{display:flex;align-items:center;gap:.6rem;min-width:0}
.tbl .team-cell span.name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tbl td.pos-cell{position:relative;padding-left:1.1rem;color:var(--text-dim)}
.tbl td.pos-cell::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent}
.z-lm td.pos-cell::before{background:var(--win)}
.z-le td.pos-cell::before{background:var(--gold)}
.z-lk td.pos-cell::before{background:#5b9bd5}
.z-spadek td.pos-cell::before{background:var(--loss)}
.pts-cell{font-family:var(--head);font-size:1.15rem;font-weight:700;color:var(--text)}
.is-real .pts-cell{color:var(--gold)}
.form{display:inline-flex;gap:3px}
.form-dot{width:19px;height:19px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;
  font-size:.64rem;font-weight:700;color:#0f1216}
.fd-W{background:var(--win)} .fd-D{background:var(--draw)} .fd-L{background:var(--loss);color:#fff}
.zone-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.8rem;font-size:.78rem;color:var(--text-muted)}
.zone-legend span{display:inline-flex;align-items:center;gap:.4rem}
.zone-legend i{width:10px;height:10px;border-radius:2px;display:inline-block}
@media(max-width:760px){
  .tbl .hide-sm{display:none}
  .crest{width:22px;height:22px;font-size:.58rem}
}

/* ---------- artykuł ---------- */
.art-head{padding:1.75rem 0 1rem}
.crumbs{font-size:.78rem;color:var(--text-dim);display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.85rem}
.crumbs a:hover{color:var(--gold)}
.art-title{font-size:clamp(1.7rem,4.4vw,2.7rem);margin-bottom:.7rem}
.art-lead{font-size:1.08rem;color:var(--text-muted);line-height:1.65}
.art-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--bg-line);font-size:.82rem;color:var(--text-dim)}
.art-body{font-size:1.02rem;line-height:1.8}
.art-body p{margin-bottom:1.1rem}
.art-body h2{font-size:1.4rem;margin:1.9rem 0 .8rem}
.art-body ul{margin:0 0 1.1rem;padding-left:0}
.art-body li{position:relative;padding-left:1.15rem;margin-bottom:.45rem;color:var(--text-body)}
.art-body li::before{content:'';position:absolute;left:0;top:.62em;width:6px;height:6px;background:var(--gold);border-radius:50%}
.art-quote{border-left:3px solid var(--gold);background:var(--bg-elev);padding:1rem 1.2rem;margin:1.5rem 0;font-size:1.05rem;color:var(--text);font-style:italic;border-radius:0 var(--r) var(--r) 0}
.affil{display:flex;align-items:center;gap:.9rem;background:var(--bg-elev);border:1px dashed var(--gold-dim);border-radius:var(--r-lg);padding:.9rem 1rem;margin:1.5rem 0}
.affil .ph{width:58px;height:58px;aspect-ratio:1!important;flex-shrink:0}
.affil-t{font-size:.94rem;color:var(--text);font-weight:600}
.affil-d{font-size:.78rem;color:var(--text-dim)}
.affil .btn{margin-left:auto;flex-shrink:0}
.affil-note{font-size:.68rem;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}
@media(max-width:520px){.affil{flex-wrap:wrap}.affil .btn{margin-left:0;width:100%}}

/* ---------- komentarze ---------- */
.cmt-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.cmt-sort{display:flex;gap:.35rem}
.cmt-sort button{font-size:.78rem;color:var(--text-muted);padding:.3rem .6rem;border-radius:5px;border:1px solid var(--bg-line)}
.cmt-sort button.active{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-dim)}
.cmt-form{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1rem;margin-bottom:1.25rem}
.cmt-form textarea{width:100%;background:var(--bg-elev-2);border:1px solid var(--bg-line);border-radius:var(--r);color:var(--text-body);padding:.7rem .8rem;font-size:.9rem;min-height:76px;resize:vertical;font-family:var(--font)}
.cmt-form textarea:focus{outline:none;border-color:var(--gold)}
.cmt-form-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.7rem;flex-wrap:wrap}
.cmt-list{display:flex;flex-direction:column;gap:.85rem}
.cmt-item{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:.9rem 1rem}
.cmt-item.reply{margin-left:2rem;background:var(--bg-elev-2)}
.cmt-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.45rem;flex-wrap:wrap}
.cmt-ava{width:32px;height:32px;border-radius:50%;background:var(--bg-elev-2);border:1px solid var(--bg-line);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--gold);flex-shrink:0}
.cmt-nick{font-size:.88rem;font-weight:600;color:var(--text)}
.cmt-rank{font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);padding:.12rem .4rem;border-radius:4px}
.cmt-time{font-size:.76rem;color:var(--text-dim);margin-left:auto}
.cmt-text{font-size:.92rem;color:var(--text-body);line-height:1.62}
.cmt-actions{display:flex;gap:1rem;margin-top:.55rem;font-size:.78rem;color:var(--text-dim)}
.cmt-actions button:hover{color:var(--gold)}
@media(max-width:560px){.cmt-item.reply{margin-left:.9rem}}

/* ---------- profil ---------- */
.profile{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.5rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}
.profile-main{flex:1;min-width:220px}
.profile h1{font-size:clamp(1.7rem,4vw,2.5rem)}
.profile-role{font-size:.88rem;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.profile-note{color:var(--text-muted);margin-top:.5rem;font-size:.95rem}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.stat{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r);padding:.85rem;text-align:center}
.stat b{display:block;font-family:var(--head);font-size:1.7rem;color:var(--gold);line-height:1}
.stat span{font-size:.74rem;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}
@media(max-width:620px){.stat-grid{grid-template-columns:1fr 1fr}}
.bio-row{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--bg-line);font-size:.88rem}
.bio-row:last-child{border-bottom:none}
.bio-row span:first-child{color:var(--text-dim)}
.bio-row span:last-child{color:var(--text);font-weight:500;text-align:right}

/* zakładki */
.tabs{display:flex;gap:.35rem;border-bottom:1px solid var(--bg-line);margin-bottom:1.25rem;overflow-x:auto}
.tabs button{padding:.6rem .9rem;font-size:.86rem;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}
.tabs button.active{color:var(--gold);border-bottom-color:var(--gold)}

/* ---------- centrum meczowe ---------- */
.mc-hero{background:linear-gradient(180deg,var(--bg-elev),var(--bg));border-bottom:1px solid var(--bg-line);padding:1.75rem 0}
.mc-score{display:grid;grid-template-columns:1fr auto 1fr;gap:1.25rem;align-items:center;text-align:center}
.mc-team{display:flex;flex-direction:column;align-items:center;gap:.6rem}
.mc-crest{width:64px;height:64px;border-radius:50%;background:var(--bg-elev-2);border:1px solid var(--bg-line);display:flex;align-items:center;justify-content:center;font-family:var(--head);font-size:1.4rem;color:var(--gold);font-weight:700}
.mc-name{font-family:var(--head);font-size:1.25rem;color:var(--text);font-weight:600}
.mc-big{font-family:var(--head);font-size:clamp(2.4rem,7vw,3.4rem);font-weight:700;color:var(--text);line-height:1}
.mc-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--live);font-weight:700}
.mc-status .dotlive{width:7px;height:7px;border-radius:50%;background:var(--live)}
.timeline{display:flex;flex-direction:column}
.tl-item{display:grid;grid-template-columns:52px 1fr;gap:.85rem;padding:.7rem 0;border-bottom:1px solid var(--bg-line)}
.tl-min{font-family:var(--head);font-size:1rem;color:var(--gold);font-weight:700;text-align:right}
.tl-txt{font-size:.9rem;color:var(--text-body)}
.tl-txt b{color:var(--text)}
.lineup{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.lineup-col h4{font-family:var(--head);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.6rem}
.lineup-row{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.88rem;border-bottom:1px solid var(--bg-line)}
.lineup-nr{font-family:var(--head);color:var(--gold);font-weight:700;width:22px;text-align:right;flex-shrink:0}
@media(max-width:560px){.lineup{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--bg-line);padding:1rem 0}
.faq-item:first-child{border-top:1px solid var(--bg-line)}
.faq-q{display:flex;justify-content:space-between;gap:1rem;align-items:center;font-size:.98rem;font-weight:600;color:var(--text);cursor:pointer}
.faq-q::after{content:'+';color:var(--gold);font-size:1.25rem;line-height:1}
.faq-q.open::after{content:'−'}
.faq-a{margin-top:.6rem;font-size:.92rem;color:var(--text-muted);line-height:1.7}

/* ---------- media kit ---------- */
.fmt{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}
.fmt-badge{align-self:flex-start;background:var(--gold);color:#15161a;font-family:var(--head);font-size:1rem;font-weight:700;width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center}
.fmt h3{font-size:1.1rem}
.fmt p{font-size:.88rem;color:var(--text-muted)}
.fmt-spec{margin-top:auto;padding-top:.7rem;border-top:1px solid var(--bg-line);font-size:.78rem;color:var(--text-dim);display:flex;justify-content:space-between;gap:.5rem}
.price{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.5rem;display:flex;flex-direction:column}
.price.featured{border-color:var(--gold)}
.price-name{font-family:var(--head);font-size:1.25rem;color:var(--text);font-weight:600}
.price-val{font-family:var(--head);font-size:2rem;color:var(--gold);font-weight:700;margin:.4rem 0 .1rem}
.price-val small{font-size:.85rem;color:var(--text-dim);font-family:var(--font);font-weight:400}
.price ul{margin:1rem 0 1.4rem;display:flex;flex-direction:column;gap:.5rem}
.price li{font-size:.88rem;color:var(--text-body);display:flex;gap:.5rem}
.price li::before{content:'✓';color:var(--gold);font-weight:700}
.price .btn{margin-top:auto}

/* ---------- strona z listą makiet ---------- */
.pv-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--bg-line)}
.pv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.pv-card{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.55rem;min-width:0}
.pv-card:hover{border-color:var(--gold);transform:translateY(-2px);transition:.15s}
.pv-num{font-family:var(--head);font-size:.8rem;color:var(--gold);letter-spacing:.14em}
.pv-card h3{font-size:1.15rem}
.pv-card p{font-size:.86rem;color:var(--text-muted)}
.pv-file{font-size:.72rem;color:var(--text-dim);font-family:ui-monospace,monospace;margin-top:auto;padding-top:.7rem;border-top:1px solid var(--bg-line)}
@media(max-width:900px){.pv-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.pv-grid{grid-template-columns:1fr}}

/* ---------- stopka ---------- */
.footer{background:var(--bg-elev);border-top:1px solid var(--bg-line);margin-top:3rem;padding:2.5rem 0 1.5rem}
.foot-news{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;padding-bottom:1.75rem;border-bottom:1px solid var(--bg-line);margin-bottom:1.75rem}
.foot-news h3{font-size:1.3rem}
.foot-news p{font-size:.88rem;color:var(--text-muted)}
.foot-form{display:flex;gap:.5rem;flex-wrap:wrap}
.foot-form input{background:var(--bg-elev-2);border:1px solid var(--bg-line);border-radius:var(--r);padding:.62rem .85rem;color:var(--text);min-width:220px}
.foot-form input:focus{outline:none;border-color:var(--gold)}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
.foot-brand p{font-size:.86rem;color:var(--text-muted);margin-top:.6rem}
.foot-disc{font-size:.75rem!important;color:var(--text-dim)!important}
.foot-col h5{font-family:var(--head);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}
.foot-col li{margin-bottom:.4rem}
.foot-col a{font-size:.86rem;color:var(--text-muted)}
.foot-col a:hover{color:var(--text)}
.foot-bottom{margin-top:2rem;padding-top:1.1rem;border-top:1px solid var(--bg-line);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-dim)}
.foot-bottom a:hover{color:var(--gold)}
@media(max-width:860px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.foot-grid{grid-template-columns:1fr}}

/* ============================================================
   WORDPRESS - dodatki motywu (elementy, których nie było w makiecie)
   ============================================================ */

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:#15161a;padding:.6rem 1rem;z-index:999;border-radius:0 0 var(--r) 0}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.container-ad{padding-top:1rem}
.mt-4{margin-top:2rem}
.span-2{grid-column:1/-1}
.full{width:100%}
.measure{max-width:760px}
.sec-title{font-family:var(--head);font-size:1.25rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}

/* pudełka w kolumnie bocznej (wspólny wygląd dla sondy, tabeli, list) */
.box{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1.1rem}
.box-label{display:block;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.box h3{font-size:1.05rem;margin:.45rem 0 .85rem}
.box-list{display:flex;flex-direction:column;gap:.7rem;margin-top:.7rem}
.box-list a{display:flex;gap:.55rem;align-items:flex-start;color:var(--text-body)}
.box-list a:hover{color:var(--gold-soft)}
.box-list .num{font-family:var(--head);color:var(--gold);font-weight:700;flex-shrink:0}
.tbl-mini{margin-top:.7rem;background:none;border:none}
.tbl-mini td{padding:.45rem .3rem;border-bottom:1px solid var(--bg-line)}
.tbl-mini tr:last-child td{border-bottom:none}
.tbl-mini .pos{width:20px}
.tbl-mini .pts-cell{font-size:1rem}

/* wyszukiwarka w nagłówku */
.searchform{display:flex;align-items:center;gap:.3rem;background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r);padding:.15rem .3rem .15rem .6rem}
.searchform input{background:none;border:none;color:var(--text);width:150px;padding:.35rem 0;font-size:.84rem}
.searchform input:focus{outline:none}
.searchform button{color:var(--text-muted);display:flex;padding:.25rem}
.searchform button:hover{color:var(--gold)}
@media(max-width:1100px){.searchform input{width:110px}}
@media(max-width:900px){.nav-right .searchform{display:none}}
.side .searchform{width:100%}
.side .searchform input{width:100%}

/* logo jako obraz */
.logo-img{height:34px;width:auto}

/* tabela - warianty WP */
.tbl .nr{color:var(--gold);font-family:var(--head);font-weight:700;margin-right:.45rem}
.tbl .vs{color:var(--text-dim);margin:0 .45rem}
.team-cell{display:inline-flex;align-items:center;gap:.5rem;min-width:0;vertical-align:middle}
.crest-img{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}
.score-cell{font-family:var(--head);font-size:1.05rem;color:var(--gold)}
.pts-cell.gold{color:var(--gold)}
.pts-cell.sm{font-size:1rem}
.diff-plus{color:var(--win)}
.diff-minus{color:var(--loss)}
.hide-md{display:table-cell}
@media(max-width:1000px){.hide-md{display:none}}
.matchbar-single{grid-template-columns:1fr auto}
.matchbar-single .mb-right{text-align:right}
.mb-team.big{font-size:1.5rem}
.mb-score.sm{font-size:1.5rem}
.rate-row .rank{width:16px;text-align:right}

/* karty statystyk i kadry */
.card-stat{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1rem;display:flex;flex-direction:column;gap:.6rem}
.big-num{font-family:var(--head);font-size:2rem;font-weight:700;color:var(--gold);line-height:1}
.big-num span{font-size:.9rem;color:var(--text-dim)}
.card-title{color:var(--text)}
.card-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}
.cards-list{display:flex;flex-direction:column;gap:.75rem}
.pl-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--bg-line)}

/* transfery */
.tag-status{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.18rem .5rem;border-radius:4px}
.st-pewny{color:var(--win);background:rgba(63,191,127,.15)}
.st-negocjacje{color:var(--gold);background:var(--gold-dim)}
.st-plotka{color:var(--text-dim);background:rgba(255,255,255,.06)}
.arrow{margin-right:.35rem;font-weight:700}
.arrow.in{color:var(--win)}
.arrow.out{color:var(--loss)}

/* filtry i paginacja */
.filters{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.hero-kicker.active{background:var(--gold);color:#15161a}
.hero-kicker.soft{text-transform:none;letter-spacing:.02em}
.tag-row{display:flex;gap:.4rem;flex-wrap:wrap}
.pager{margin-top:1.75rem}
.pager ul{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap}
.pager .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0 .6rem;
  border:1px solid var(--bg-line);border-radius:var(--r);font-size:.86rem;color:var(--text-muted)}
.pager .page-numbers:hover{border-color:var(--gold);color:var(--gold)}
.pager .page-numbers.current{background:var(--gold);color:#15161a;border-color:var(--gold);font-weight:700}

/* treść artykułu z edytora WP */
.art-figure img{width:100%;height:auto;border-radius:var(--r-lg)}
.art-body img{height:auto;border-radius:var(--r)}
.art-body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}
.art-body blockquote{border-left:3px solid var(--gold);background:var(--bg-elev);padding:1rem 1.2rem;margin:1.5rem 0;
  font-size:1.05rem;color:var(--text);font-style:italic;border-radius:0 var(--r) var(--r) 0}
.art-body blockquote p:last-child{margin-bottom:0}
.art-body ol{margin:0 0 1.1rem 1.1rem}
.art-body ol li{margin-bottom:.45rem}
.art-body figure{margin:1.5rem 0}
.art-body figcaption{font-size:.8rem;color:var(--text-dim);margin-top:.4rem}
.art-body table{width:100%;border-collapse:collapse;margin-bottom:1.2rem}
.art-body th,.art-body td{border:1px solid var(--bg-line);padding:.6rem .7rem;font-size:.9rem}

/* komentarze WP */
.comments{margin-top:2.5rem}
.cmt-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;padding:0}
.cmt-list .children{list-style:none;margin:.85rem 0 0;padding:0;display:flex;flex-direction:column;gap:.85rem}
.cmt-field textarea{width:100%;background:var(--bg-elev-2);border:1px solid var(--bg-line);border-radius:var(--r);
  color:var(--text-body);padding:.7rem .8rem;font-size:.9rem;min-height:82px;resize:vertical;font-family:var(--font)}
.cmt-field textarea:focus{outline:none;border-color:var(--gold)}
.cmt-form .form-submit{margin:.7rem 0 0}
.cmt-form input[type=text],.cmt-form input[type=email],.cmt-form input[type=url]{background:var(--bg-elev-2);border:1px solid var(--bg-line);
  border-radius:var(--r);color:var(--text);padding:.55rem .7rem;font-size:.86rem;width:100%;max-width:320px}
.cmt-form .comment-form-cookies-consent{display:flex;gap:.5rem;align-items:flex-start;font-size:.8rem;color:var(--text-dim)}
.cmt-actions a{color:var(--text-dim);font-size:.78rem}
.cmt-actions a:hover{color:var(--gold)}
.comment-respond .comment-reply-title{font-family:var(--head);color:var(--gold);font-size:1rem}

/* formularze */
.foot-form input:focus,.searchform input:focus{outline:none}
button[type=submit].btn{cursor:pointer}

/* animacje wejścia - tylko opacity i przesunięcie, zero wpływu na układ */
.js .reveal,.js .reveal-stagger>*{opacity:0;transform:translateY(14px)}
.js .reveal.is-visible,.js .reveal-stagger.is-visible>*{opacity:1;transform:none;
  transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}
.js .reveal-stagger.is-visible>*:nth-child(2){transition-delay:.06s}
.js .reveal-stagger.is-visible>*:nth-child(3){transition-delay:.12s}
.js .reveal-stagger.is-visible>*:nth-child(4){transition-delay:.18s}
.js .reveal-stagger.is-visible>*:nth-child(n+5){transition-delay:.24s}
@media(prefers-reduced-motion:reduce){
  .js .reveal,.js .reveal-stagger>*{opacity:1;transform:none;transition:none}
}

/* zakładki: panele chowane atrybutem hidden (działa bez JS) */
[data-panel][hidden]{display:none}

/* ---------- kontuzje ---------- */
.injury{display:flex;gap:.8rem;background:var(--bg-elev);border:1px solid var(--bg-line);
  border-left:3px solid var(--loss);border-radius:var(--r);padding:.85rem .9rem;min-width:0}
.injury .pl-photo,.injury .pl-avatar{flex-shrink:0}
.injury-body{min-width:0;flex:1}
.injury-name{font-family:var(--head);font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.2}
.injury-type{font-size:.84rem;color:var(--text-muted);margin-top:.15rem}
.injury-meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.5rem}
.injury-status{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  padding:.16rem .45rem;border-radius:4px;background:rgba(229,84,75,.16);color:#ff8b84}
.injury-status.st-wraca{background:rgba(63,191,127,.16);color:var(--win)}
.injury-status.st-indywidualny{background:var(--gold-dim);color:var(--gold)}
.injury-status.st-watpliwy{background:rgba(255,255,255,.08);color:var(--text-muted)}
.injury-return{font-size:.78rem;color:var(--text-dim)}
.injury-note{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin-top:.5rem}
.injury-list{display:flex;flex-direction:column;gap:.55rem;margin-top:.7rem}
.injury-sm{padding:.6rem .65rem;gap:.6rem;border-left-width:3px}
.injury-sm .injury-name{font-size:.95rem}
.injury-sm .injury-type{font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.injury-sm .injury-meta{margin-top:.35rem;gap:.35rem}
.squad-card.is-injured{border-color:rgba(229,84,75,.45)}
.injury-flag{display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;
  background:rgba(229,84,75,.16);color:#ff8b84;font-size:.68rem;font-weight:700;letter-spacing:.04em;
  padding:.18rem .45rem;border-radius:4px;margin-bottom:.15rem}
.mt-1{margin-top:.5rem}

/* ---------- zdjęcia w oryginalnym kadrze ----------
   Zdjęcia wyróżniające nie są przycinane: skalują się do szerokości kolumny i zachowują
   proporcje oryginału. Placeholder (brak zdjęcia) nadal trzyma 16:9, żeby siatka kafelków
   nie skakała, gdy część materiałów czeka na fotografię. */
.tile-img img,.hero-img img,.art-figure img{width:100%;height:auto;display:block}
.tile-img,.hero-img{background:var(--bg-elev-2)}

/* ---------- szczegóły meczu ---------- */
.mc-top{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-bottom:1.1rem;text-align:center}
.mc-status.done{color:var(--gold)}
.mc-score .crest,.mc-score .crest-img{width:56px;height:56px;font-size:1rem}
.match-link{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}
.match-link:hover .name{color:var(--gold-soft)}
.details-link{color:var(--text-dim);white-space:nowrap}
.details-link:hover{color:var(--gold)}
.score-cell a:hover{color:var(--gold-soft)}
.goal-type{font-size:.74rem;color:var(--gold);margin-left:.3rem}
.tl-txt a:hover{color:var(--gold-soft)}

/* paski statystyk meczowych */
.stats-table{background:var(--bg-elev);border:1px solid var(--bg-line);border-radius:var(--r-lg);padding:1rem 1.1rem}
.stat-row{display:grid;grid-template-columns:56px 1fr 56px;gap:.75rem;align-items:center;padding:.55rem 0}
.stat-row+.stat-row{border-top:1px solid var(--bg-line)}
.sv{font-family:var(--head);font-size:1.05rem;font-weight:600;color:var(--text-muted);text-align:center}
.sv.lead{color:var(--gold)}
.sbar-label{font-size:.78rem;color:var(--text-dim);text-align:center;margin-bottom:.3rem}
.sbar-track{display:flex;gap:3px;height:7px}
.sbar-fill{border-radius:3px;min-width:2px}
.sbar-fill.home{background:var(--gold);margin-left:auto}
.sbar-fill.away{background:#4a5162}
.lineup-row{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;font-size:.9rem;border-bottom:1px solid var(--bg-line)}
.lineup-row:hover .lineup-name{color:var(--gold-soft)}
.lineup-name{flex:1;min-width:0}
.lineup-extra{display:flex;align-items:center;gap:.45rem;flex-shrink:0}
.cap{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;border-radius:3px;
  background:var(--gold-dim);color:var(--gold);font-size:.62rem;font-weight:700;margin-left:.3rem}
.mt-2{margin-top:1.25rem}

/* profil zawodnika */
.profile-photo{width:104px;height:104px;border-radius:50%;object-fit:cover;border:1px solid var(--bg-line);flex-shrink:0}
.squad-card.is-link{text-decoration:none}
.squad-card.is-link:hover{border-color:var(--gold);transform:translateY(-2px);transition:.15s}
.card-more{margin-left:auto;color:var(--gold);font-size:.78rem;white-space:nowrap}

/* mecz na neutralnym terenie */
.neutral-flag{display:inline-block;margin-top:.4rem;background:var(--gold-dim);color:var(--gold);
  font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.18rem .5rem;border-radius:4px}
.venue-neutralny{color:var(--gold)}
