/* Nabd Football 3.11 entity hubs: competitions, teams, players */
:root{--eh-navy:#071a2d;--eh-ink:#10213b;--eh-muted:#68758a;--eh-border:#dbe4ee;--eh-soft:#f4f7fa;--eh-teal:#079688;--eh-teal-dark:#06766c;--eh-red:#d92d3b;--eh-radius:18px;--eh-shadow:0 12px 32px rgba(15,35,60,.08)}
.eh-hero,.eh-panel,.eh-side-card,.eh-metrics article,.eh-directory-hero{box-sizing:border-box}
.eh-hero{position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;min-height:260px;padding:34px;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(135deg,#061426 0%,#0a2942 70%,#0d766f 150%);box-shadow:var(--eh-shadow)}
.eh-hero-backdrop{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 14% 10%,rgba(24,196,181,.22),transparent 36%),linear-gradient(120deg,transparent,rgba(255,255,255,.035))}
.eh-identity{display:flex;align-items:center;gap:24px;min-width:0}.eh-logo,.eh-player-photo{display:grid;place-items:center;flex:0 0 auto;width:122px;height:122px;border-radius:24px;background:rgba(255,255,255,.96);color:var(--eh-ink);box-shadow:0 12px 34px rgba(0,0,0,.18);overflow:hidden}.eh-logo img,.eh-player-photo img{width:100%;height:100%;object-fit:contain}.eh-logo b{font-size:46px}.eh-player-photo{border-radius:50%;background:#e9eff5}.eh-player-photo svg{width:48px;height:48px}.eh-identity>div{min-width:0}.eh-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:#9de8df;font-size:.85rem;font-weight:800}.eh-kicker svg{width:18px}.eh-hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;color:#fff}.eh-hero p{max-width:700px;margin:0;color:#d8e3ed;line-height:1.8}.eh-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.eh-tags span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.09);font-size:.78rem;font-weight:700}.eh-hero-tools{display:flex;align-items:flex-end;gap:10px;flex:0 0 auto}.eh-season-select{display:grid;gap:6px}.eh-season-select label{font-size:.75rem;color:#d9e5ee}.eh-season-select select,.eh-hero-tools button,.eh-hero-tools a{min-height:44px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.12);color:#fff;padding:0 14px}.eh-favorite{display:inline-flex;align-items:center;gap:8px}
.eh-data-state{display:flex;align-items:flex-start;gap:12px;margin:18px 0;padding:14px 16px;border:1px solid var(--eh-border);border-radius:14px;background:#fff;color:var(--eh-muted)}.eh-data-state>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e7f7f4;color:var(--eh-teal)}.eh-data-state strong{display:block;color:var(--eh-ink);margin-bottom:2px}.eh-data-state p{margin:0}.eh-data-state[data-state="stale"],.eh-data-state[data-state="failed"]{background:#fff9eb}.eh-data-state[data-state="offline"],.eh-data-state[data-state="unsupported"]{background:#f7f8fb}
.eh-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0}.eh-metrics article{display:flex;align-items:center;gap:12px;min-height:86px;padding:15px;border:1px solid var(--eh-border);border-radius:16px;background:#fff}.eh-metrics article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9f8f6;color:var(--eh-teal)}.eh-metrics small{display:block;color:var(--eh-muted)}.eh-metrics strong{font-size:1.45rem;color:var(--eh-ink)}
.eh-tabs{position:sticky;top:0;z-index:12;display:flex;gap:4px;overflow:auto;margin:0 0 18px;padding:6px;border:1px solid var(--eh-border);border-radius:15px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);scrollbar-width:none}.eh-tabs::-webkit-scrollbar{display:none}.eh-tabs a{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;min-height:42px;padding:0 14px;border-radius:10px;color:var(--eh-muted);font-weight:800}.eh-tabs a:hover,.eh-tabs a.active{background:var(--eh-navy);color:#fff}.eh-tabs svg{width:18px;height:18px}
.eh-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;align-items:start}.eh-main,.eh-side{display:grid;gap:20px;min-width:0}.eh-side{position:sticky;top:74px}.eh-panel,.eh-side-card{border:1px solid var(--eh-border);border-radius:var(--eh-radius);background:#fff;box-shadow:0 8px 25px rgba(15,35,60,.045);overflow:hidden}.eh-panel{padding:20px}.eh-panel>header,.eh-side-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.eh-panel>header span,.eh-side-card header small{display:block;color:var(--eh-teal);font-size:.78rem;font-weight:800}.eh-panel>header h2,.eh-side-card h2{margin:2px 0 0;color:var(--eh-ink);font-size:1.35rem}.eh-panel>header a{font-weight:800;color:var(--eh-teal)}.eh-panel>header em{font-style:normal;color:var(--eh-muted)}.eh-live-panel{border-color:#f0b7bd}.eh-live-panel>header em{display:grid;place-items:center;min-width:34px;height:34px;border-radius:999px;background:var(--eh-red);color:#fff}.eh-split-panels,.eh-rank-columns,.eh-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eh-split-panels>section{min-width:0;padding:14px;border:1px solid var(--eh-border);border-radius:14px;background:var(--eh-soft)}.eh-split-panels h3,.eh-rank-columns h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--eh-ink);font-size:1rem}.eh-inline-note{display:flex;align-items:center;gap:9px;padding:12px;margin-bottom:14px;border-radius:11px;background:#eef8ff;color:#315b76}.eh-standing-group+.eh-standing-group{margin-top:22px}.eh-standing-group h3{margin:0 0 10px}.eh-table-wrap,.expert-scroll-table{overflow:auto;max-width:100%}.eh-stats-table{width:100%;border-collapse:collapse;min-width:560px}.eh-stats-table th,.eh-stats-table td{padding:12px;border-bottom:1px solid var(--eh-border);text-align:start}.eh-stats-table th{font-size:.78rem;color:var(--eh-muted);background:var(--eh-soft)}
.eh-side-card{padding:16px}.eh-side-card>header>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eaf7f5;color:var(--eh-teal)}.eh-side-card>header{justify-content:flex-start}.eh-key-values{margin:0}.eh-key-values>div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--eh-border)}.eh-key-values>div:last-child{border:0}.eh-key-values dt{color:var(--eh-muted)}.eh-key-values dd{margin:0;color:var(--eh-ink);font-weight:800;text-align:end}.eh-team-list,.eh-competition-list,.eh-season-list,.eh-history-list,.eh-career-list,.eh-honours{display:grid;gap:7px}.eh-team-list a,.eh-competition-list a,.eh-season-list a,.eh-history-list article,.eh-career-list article,.eh-honours article{display:flex;align-items:center;gap:10px;min-height:50px;padding:8px;border-radius:11px;color:var(--eh-ink)}.eh-team-list a:hover,.eh-competition-list a:hover,.eh-season-list a:hover,.eh-season-list a.active{background:var(--eh-soft)}.eh-team-list a>span,.eh-competition-list a>span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#f1f4f8;overflow:hidden}.eh-team-list img,.eh-competition-list img{width:100%;height:100%;object-fit:contain}.eh-team-list strong,.eh-competition-list strong{flex:1}.eh-team-list em,.eh-competition-list em,.eh-season-list em{font-style:normal;color:var(--eh-teal);font-weight:800;font-size:.78rem}.eh-season-list a{justify-content:space-between}
.eh-player-ranking{margin:0;padding:0;list-style:none;display:grid;gap:7px}.eh-player-ranking li{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--eh-border);border-radius:12px}.eh-player-ranking li>b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--eh-soft)}.eh-avatar{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;overflow:hidden;background:#eff3f7;color:var(--eh-muted)}.eh-avatar img{width:100%;height:100%;object-fit:cover}.eh-player-ranking li>div{flex:1;min-width:0}.eh-player-ranking a{display:block;color:var(--eh-ink);font-weight:800}.eh-player-ranking small{display:block;color:var(--eh-muted)}.eh-player-ranking li>strong{font-size:1.2rem;color:var(--eh-teal)}
.eh-squad-group+.eh-squad-group{margin-top:18px}.eh-squad-group h3{display:flex;justify-content:space-between}.eh-squad-group h3 small{color:var(--eh-muted)}.eh-squad-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.eh-squad-grid>a{display:flex;align-items:center;gap:9px;min-width:0;padding:11px;border:1px solid var(--eh-border);border-radius:13px;color:var(--eh-ink)}.eh-squad-grid>a:hover{border-color:#9fd9d2;background:#f5fbfa}.eh-squad-grid>a>div{min-width:0;flex:1}.eh-squad-grid strong,.eh-squad-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eh-squad-grid small{color:var(--eh-muted)}.eh-squad-grid em{font-style:normal;font-weight:900;color:var(--eh-teal)}.eh-standing-cards{display:grid;gap:9px}.eh-standing-cards a{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--eh-border);border-radius:13px;color:var(--eh-ink)}.eh-standing-cards a>span{display:grid;place-items:center;width:42px;height:42px}.eh-standing-cards img{max-width:100%;max-height:100%}.eh-standing-cards small{display:block;color:var(--eh-muted)}.eh-standing-cards em{font-style:normal;color:var(--eh-teal)}
.eh-transfer-list,.eh-injury-list,.eh-transfer-timeline{display:grid;gap:9px}.eh-transfer-list article,.eh-injury-list a,.eh-transfer-timeline article{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--eh-border);border-radius:13px}.eh-transfer-direction{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e8f8f3;color:#08776a}.eh-transfer-direction.out{background:#fff0f1;color:#c02b3b}.eh-transfer-list article>div,.eh-injury-list a>div,.eh-transfer-timeline article>div{flex:1;min-width:0}.eh-transfer-list a,.eh-injury-list strong,.eh-transfer-timeline strong{font-weight:900;color:var(--eh-ink)}.eh-transfer-list small,.eh-injury-list small,.eh-transfer-timeline small{display:block;color:var(--eh-muted)}.eh-transfer-list time,.eh-transfer-list>article>strong{font-size:.78rem}.eh-injury-list>a>span{color:#d38800}.eh-injury-list em{font-style:normal;color:var(--eh-muted)}
.eh-form>div{display:flex;gap:6px}.eh-form b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff}.eh-form b.win{background:#149967}.eh-form b.draw{background:#7c8797}.eh-form b.loss{background:#d44752}.eh-form p{display:flex;justify-content:space-between;margin:12px 0 0;color:var(--eh-muted)}
.eh-current-team{display:flex;align-items:center;gap:12px;margin-top:16px;padding:10px 12px;border:1px solid rgba(255,255,255,.15);border-radius:13px;color:#fff;background:rgba(255,255,255,.08)}.eh-current-team>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#fff;overflow:hidden}.eh-current-team img{max-width:100%;max-height:100%}.eh-current-team small{display:block;color:#b9c9d8}.eh-profile-grid>article{padding:16px;border:1px solid var(--eh-border);border-radius:14px}.eh-profile-grid small{display:block;color:var(--eh-muted)}.eh-profile-grid strong{font-size:1.15rem;color:var(--eh-ink)}
.eh-directory-hero{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px;padding:26px;border-radius:22px;background:linear-gradient(135deg,#071a2d,#0c3a54);color:#fff}.eh-directory-hero h1{margin:4px 0 8px;font-size:clamp(1.8rem,3vw,2.7rem)}.eh-directory-hero p{margin:0;color:#cbd8e3}.eh-directory-tools,.eh-player-filters,.eh-compare-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.eh-search-field{position:relative;display:flex;align-items:center;min-width:min(340px,100%)}.eh-search-field svg{position:absolute;inset-inline-start:13px;width:18px;color:var(--eh-muted)}.eh-search-field input,.eh-player-filters input,.eh-player-filters select,.eh-compare-form select{width:100%;min-height:44px;padding:0 14px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;color:var(--eh-ink)}.eh-search-field input{padding-inline-start:42px}.eh-filter-chips{display:flex;gap:7px;overflow:auto;margin:12px 0 18px;padding-bottom:4px}.eh-filter-chips button{white-space:nowrap;min-height:38px;padding:0 13px;border:1px solid var(--eh-border);border-radius:999px;background:#fff;color:var(--eh-muted);font-weight:800}.eh-filter-chips button.active{background:var(--eh-navy);color:#fff;border-color:var(--eh-navy)}
.eh-competition-directory,.eh-team-directory,.eh-player-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.eh-competition-directory>a,.eh-team-directory>a,.eh-player-directory>a{display:flex;flex-direction:column;min-width:0;padding:16px;border:1px solid var(--eh-border);border-radius:16px;background:#fff;color:var(--eh-ink);box-shadow:0 6px 18px rgba(15,35,60,.035);transition:.18s transform,.18s border-color}.eh-competition-directory>a:hover,.eh-team-directory>a:hover,.eh-player-directory>a:hover{transform:translateY(-2px);border-color:#83cdc4}.eh-competition-directory>a>span,.eh-team-directory>a>span{display:grid;place-items:center;width:72px;height:72px;margin-bottom:13px;border-radius:16px;background:var(--eh-soft);overflow:hidden}.eh-competition-directory img,.eh-team-directory img{width:100%;height:100%;object-fit:contain}.eh-competition-directory strong,.eh-team-directory strong,.eh-player-directory strong{font-size:1rem}.eh-competition-directory small,.eh-team-directory small,.eh-player-directory small{margin-top:5px;color:var(--eh-muted)}.eh-competition-directory em,.eh-team-directory em{margin-top:auto;padding-top:10px;color:var(--eh-teal);font-style:normal;font-size:.78rem;font-weight:800}.eh-player-directory{grid-template-columns:repeat(3,minmax(0,1fr))}.eh-player-directory>a{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px}.eh-player-directory-photo{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#edf2f6;overflow:hidden}.eh-player-directory-photo img{width:100%;height:100%;object-fit:cover}.eh-player-directory>a>div{min-width:0}.eh-player-directory strong,.eh-player-directory small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.eh-comparison{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);gap:18px;align-items:start}.eh-comparison>article{padding:20px;border:1px solid var(--eh-border);border-radius:18px;background:#fff;text-align:center}.eh-comparison .eh-player-photo{margin:0 auto 12px;width:100px;height:100px}.eh-comparison>span{align-self:center;text-align:center;font-weight:900;color:var(--eh-muted)}.eh-comparison-rows{grid-column:1/-1;display:grid;gap:8px}.eh-comparison-rows>div{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:10px;padding:12px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;text-align:center}.eh-comparison-rows .winner{color:var(--eh-teal);font-weight:900}.eh-compare-button{min-height:44px;padding:0 18px;border:0;border-radius:12px;background:var(--eh-teal);color:#fff;font-weight:900}.eh-empty-directory,.eh-empty-comparison{grid-column:1/-1;padding:34px;border:1px dashed #b9c7d5;border-radius:16px;text-align:center;color:var(--eh-muted)}
.entity-news-grid,.entity-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.entity-video-grid>a{color:var(--eh-ink)}.entity-video-grid>a>span{position:relative;display:grid;place-items:center;aspect-ratio:16/9;border-radius:13px;background:var(--eh-soft);overflow:hidden}.entity-video-grid img{width:100%;height:100%;object-fit:cover}.entity-video-grid i{position:absolute;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(5,22,39,.82);color:#fff}.entity-video-grid strong{display:block;margin-top:8px}
@media(max-width:1100px){.eh-layout{grid-template-columns:minmax(0,1fr) 270px}.eh-competition-directory,.eh-team-directory{grid-template-columns:repeat(3,minmax(0,1fr))}.eh-player-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.eh-squad-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.eh-hero{align-items:flex-start;flex-direction:column;min-height:0;padding:24px}.eh-logo,.eh-player-photo{width:96px;height:96px}.eh-layout{grid-template-columns:1fr}.eh-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.eh-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.eh-directory-hero{flex-direction:column}.eh-competition-directory,.eh-team-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.eh-hero{border-radius:0;margin-inline:-16px;padding:22px 16px}.eh-identity{align-items:flex-start;gap:14px}.eh-logo,.eh-player-photo{width:78px;height:78px;border-radius:17px}.eh-player-photo{border-radius:50%}.eh-hero h1{font-size:1.8rem}.eh-hero p{font-size:.9rem;line-height:1.65}.eh-hero-tools{width:100%;align-items:stretch}.eh-season-select{flex:1}.eh-season-select select{width:100%}.eh-metrics{display:flex;overflow:auto;margin-inline:-4px;padding:4px;scroll-snap-type:x mandatory}.eh-metrics article{flex:0 0 145px;scroll-snap-align:start}.eh-tabs{margin-inline:-8px;border-radius:0;border-inline:0}.eh-layout{gap:14px}.eh-panel{padding:15px;border-radius:15px}.eh-side{grid-template-columns:1fr}.eh-panel>header h2,.eh-side-card h2{font-size:1.15rem}.eh-split-panels,.eh-rank-columns,.eh-profile-grid{grid-template-columns:1fr}.eh-squad-grid{grid-template-columns:1fr}.eh-standing-cards a{grid-template-columns:38px minmax(0,1fr) auto}.eh-standing-cards em{grid-column:2/4}.eh-transfer-list article,.eh-injury-list a,.eh-transfer-timeline article{align-items:flex-start;flex-wrap:wrap}.eh-directory-hero{margin-inline:-16px;border-radius:0;padding:22px 16px}.eh-directory-tools,.eh-player-filters,.eh-compare-form{align-items:stretch;flex-direction:column}.eh-search-field{min-width:0;width:100%}.eh-competition-directory,.eh-team-directory,.eh-player-directory{grid-template-columns:1fr}.eh-team-directory>a,.eh-competition-directory>a{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:12px}.eh-team-directory>a>span,.eh-competition-directory>a>span{grid-row:1/4;margin:0;width:66px;height:66px}.eh-comparison{grid-template-columns:1fr}.eh-comparison>span{display:none}.eh-comparison-rows{grid-column:1}.eh-comparison-rows>div{grid-template-columns:1fr 1.3fr 1fr}.entity-news-grid,.entity-video-grid{grid-template-columns:1fr}}
@media(max-width:359px){.eh-identity{display:grid;grid-template-columns:64px minmax(0,1fr)}.eh-logo,.eh-player-photo{width:64px;height:64px}.eh-identity p,.eh-tags,.eh-current-team{grid-column:1/-1}.eh-metrics article{flex-basis:132px;padding:11px}.eh-tabs a{padding:0 10px}.eh-panel{padding:12px}.eh-comparison-rows>div{font-size:.84rem}}
@media(prefers-reduced-motion:reduce){.eh-competition-directory>a,.eh-team-directory>a,.eh-player-directory>a{transition:none}}
/* Directory cards use an overlay link so the entire card remains clickable. */
.eh-directory-tools>label{position:relative;display:flex;align-items:center;min-width:min(360px,100%)}.eh-directory-tools>label>svg{position:absolute;inset-inline-start:13px;width:18px;color:var(--eh-muted)}.eh-directory-tools>label input{width:100%;min-height:44px;padding:0 42px 0 14px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;color:var(--eh-ink)}
.eh-competition-directory>article,.eh-team-directory>article,.eh-player-directory>article{position:relative;display:flex;flex-direction:column;min-width:0;padding:16px;border:1px solid var(--eh-border);border-radius:16px;background:#fff;color:var(--eh-ink);box-shadow:0 6px 18px rgba(15,35,60,.035);transition:.18s transform,.18s border-color}.eh-competition-directory>article:hover,.eh-team-directory>article:hover,.eh-player-directory>article:hover{transform:translateY(-2px);border-color:#83cdc4}.eh-competition-directory>article>a,.eh-team-directory>article>a,.eh-player-directory>article>a{position:absolute;inset:0;z-index:2;border-radius:inherit}.eh-competition-directory article header{display:flex;align-items:flex-start;justify-content:space-between}.eh-competition-directory article header>span,.eh-team-directory article>span{display:grid;place-items:center;width:72px;height:72px;margin-bottom:13px;border-radius:16px;background:var(--eh-soft);overflow:hidden}.eh-competition-directory article img,.eh-team-directory article img{width:100%;height:100%;object-fit:contain}.eh-competition-directory article header em{display:flex;align-items:center;gap:5px;color:#b47c00;font-style:normal;font-size:.76rem}.eh-competition-directory article h2,.eh-team-directory article h2,.eh-player-directory article h2{margin:3px 0 5px;font-size:1.08rem}.eh-competition-directory article p,.eh-team-directory article p,.eh-player-directory article p{margin:0;color:var(--eh-muted)}.eh-competition-directory article footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:12px;border-top:1px solid var(--eh-border)}.eh-competition-directory article footer span{display:flex;align-items:center;gap:4px;color:var(--eh-muted);font-size:.74rem}.eh-team-directory>article>em,.eh-player-directory>article>em{margin-top:auto;padding-top:11px;color:var(--eh-teal);font-style:normal;font-size:.78rem;font-weight:800}.eh-player-directory>article{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px}.eh-player-directory>article>em{grid-column:2}.eh-player-directory article p{display:flex;align-items:center;gap:6px}.eh-player-directory article p img{width:20px;height:20px;object-fit:contain}
.eh-directory-hero>strong{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:110px;padding:14px 20px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.09);font-size:2rem}.eh-directory-hero>strong small{font-size:.78rem;color:#bad0de}
.eh-player-filters button,.eh-player-filters>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 16px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;color:var(--eh-ink);font-weight:800}.eh-player-filters button{border-color:var(--eh-teal);background:var(--eh-teal);color:#fff}
@media(max-width:620px){.eh-directory-tools>label{min-width:0;width:100%}.eh-competition-directory>article,.eh-team-directory>article{display:grid;grid-template-columns:66px minmax(0,1fr);gap:12px}.eh-competition-directory article header{grid-row:1/4}.eh-competition-directory article header>span,.eh-team-directory article>span{width:66px;height:66px;margin:0}.eh-competition-directory article header em{display:none}.eh-competition-directory article footer{grid-column:1/-1}.eh-team-directory>article>em{grid-column:2}.eh-directory-hero>strong{align-self:flex-start;min-width:90px}}
.eh-quick-compare{display:grid;gap:9px}.eh-quick-compare select{width:100%;min-height:44px;border:1px solid var(--eh-border);border-radius:11px;background:#fff;padding:0 11px}.eh-quick-compare button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:0;border-radius:11px;background:var(--eh-teal);color:#fff;font-weight:900}
.eh-career-list>a{display:flex;align-items:center;gap:10px;min-height:50px;padding:8px;border-radius:11px;color:var(--eh-ink)}.eh-career-list>a:hover{background:var(--eh-soft)}.eh-career-list>a>span,.eh-transfer-club>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--eh-soft);overflow:hidden}.eh-career-list img,.eh-transfer-club img{width:100%;height:100%;object-fit:contain}.eh-career-list>a>div{flex:1;min-width:0}.eh-career-list small{display:block;color:var(--eh-muted)}.eh-career-list em{font-style:normal;color:var(--eh-teal);font-size:.76rem;font-weight:800}
.eh-transfer-timeline article{display:grid;grid-template-columns:92px minmax(0,1fr) 28px minmax(0,1fr) auto}.eh-transfer-timeline time{font-size:.78rem;color:var(--eh-muted)}.eh-transfer-club{display:flex;align-items:center;gap:9px;min-width:0}.eh-transfer-club strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eh-transfer-arrow{color:var(--eh-muted)}.eh-transfer-timeline em{font-style:normal;color:var(--eh-teal);font-size:.78rem}
.eh-comparison{display:block}.eh-comparison>header{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:16px}.eh-comparison>header article{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--eh-border);border-radius:18px;background:#fff}.eh-comparison>header article>span{display:grid;place-items:center;flex:0 0 auto;width:88px;height:88px;border-radius:50%;overflow:hidden;background:var(--eh-soft)}.eh-comparison>header img{width:100%;height:100%;object-fit:cover}.eh-comparison>header h2{margin:0 0 5px}.eh-comparison>header p{margin:0;color:var(--eh-muted)}.eh-comparison>header small{color:var(--eh-teal)}.eh-comparison-rows>article{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:10px;padding:12px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;text-align:center}.eh-comparison>footer{display:flex;justify-content:center;gap:12px;margin-top:16px}.eh-comparison>footer a{padding:10px 14px;border:1px solid var(--eh-border);border-radius:11px;color:var(--eh-ink);font-weight:800}
.eh-compare-form label{display:grid;gap:6px;flex:1;min-width:220px}.eh-compare-form label>span{font-size:.78rem;color:var(--eh-muted)}.eh-compare-form>button{min-height:44px;padding:0 16px;border:1px solid var(--eh-border);border-radius:12px;background:#fff;color:var(--eh-ink);font-weight:800}.eh-compare-form>button[type="submit"]{background:var(--eh-teal);border-color:var(--eh-teal);color:#fff}
.eh-history-list article{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto}.eh-history-list article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff4db;color:#b77800}.eh-history-list small{display:block;color:var(--eh-muted)}.eh-history-list time,.eh-history-list em{font-size:.78rem;color:var(--eh-muted);font-style:normal}
@media(max-width:620px){.eh-transfer-timeline article{grid-template-columns:1fr 24px 1fr}.eh-transfer-timeline time,.eh-transfer-timeline em{grid-column:1/-1}.eh-comparison>header{grid-template-columns:1fr}.eh-comparison>header article{padding:14px}.eh-comparison>footer{flex-direction:column}.eh-comparison>footer a{text-align:center}.eh-history-list article{grid-template-columns:38px minmax(0,1fr)}.eh-history-list time,.eh-history-list em{grid-column:2}.eh-compare-form label{min-width:0;width:100%}}
