@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root { --accent:#f0c833; --club-blue:#174f86; --ink:#10243b; --muted:#647182; --line:#d5dde6; --paper:#f2f6fa; --white:#ffffff; --green:#12805c; --radius:18px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { position:relative; margin:0; min-width:320px; color:var(--ink); background:radial-gradient(circle at 94% 4%,rgba(27,126,181,.14),transparent 25rem),var(--paper); font-family:Inter,system-ui,sans-serif; }
body>:not(.jersey-watermark) { position:relative; z-index:1; }
.jersey-watermark { position:fixed; z-index:0; top:108px; right:max(-180px,-12vw); width:min(72vw,900px); aspect-ratio:1; background:url('/jersey-watermark.png?v=20260901-1') center/contain no-repeat; opacity:.05; filter:saturate(.82); pointer-events:none; }
button,select { font:inherit; }
button,a,select { -webkit-tap-highlight-color:transparent; }
.top-line { height:6px; background:var(--accent); }
.shell { width:min(1160px,calc(100% - 40px)); margin:0 auto; }
.site-header { min-height:112px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:12px; color:inherit; text-decoration:none; }
.crest-wrap { width:58px; height:64px; padding:4px; display:grid; place-items:center; border-radius:12px; background:var(--white); box-shadow:0 8px 28px rgba(25,21,17,.08); }
.crest { max-width:100%; max-height:100%; object-fit:contain; }
.brand strong,.brand small { display:block; }
.brand strong { font:800 25px/.85 'Barlow Condensed',sans-serif; letter-spacing:.055em; }
.brand small { margin-top:7px; color:var(--club-blue); font:700 10px/1 Inter,sans-serif; letter-spacing:.24em; }
.header-actions { display:flex; align-items:center; gap:18px; }
.header-meta { min-width:150px; padding:10px 0 9px; display:flex; align-items:flex-end; flex-direction:column; gap:10px; }
.other-clubs { display:flex; align-items:center; justify-content:flex-end; gap:10px; }
.other-clubs>span { color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.other-clubs a { width:31px; height:38px; padding:3px; display:grid; place-items:center; border:1px solid var(--line); border-radius:8px; background:rgba(255,255,255,.8); transition:border-color .2s,transform .2s; }
.other-clubs a:hover,.other-clubs a:focus-visible { border-color:var(--club-blue); transform:translateY(-1px); outline:0; }
.other-clubs img { max-width:100%; max-height:100%; object-fit:contain; }
.team-switch { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.team-switch[hidden] { display:none; }
.team-switch select { width:128px; height:34px; padding:0 28px 0 10px; border:1px solid var(--line); border-radius:9px; color:var(--ink); background:rgba(255,253,249,.78); font-size:11px; font-weight:700; cursor:pointer; }
.live-status { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:13px; font-weight:600; }
.live-status span { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(18,128,92,.12); }
.team-heading { padding:54px 0 30px; display:flex; align-items:end; justify-content:space-between; gap:30px; }
.team-copy { min-width:0; flex:1; }
.team-title-line { display:flex; align-items:center; gap:26px; }
.training-schedule { min-width:340px; margin:0; padding:8px 11px 9px; display:grid; gap:5px; border-left:3px solid var(--accent); background:rgba(255,253,249,.72); }
.training-schedule[hidden] { display:none; }
.training-schedule>span { color:var(--club-blue); font-size:7px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.training-schedule>div { display:grid; grid-template-columns:61px 80px 1fr; align-items:baseline; gap:8px; color:var(--muted); font-size:9px; line-height:1.25; }
.training-schedule strong { color:var(--ink); font-size:9px; }
.training-schedule b { color:var(--ink); font-size:9px; font-weight:700; }
.training-schedule em { overflow:hidden; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
.eyebrow { margin:0 0 7px; color:var(--club-blue); font-size:12px; font-weight:800; letter-spacing:.18em; }
h1 { margin:0; font:800 clamp(44px,7vw,76px)/.88 'Barlow Condensed',sans-serif; letter-spacing:-.025em; text-transform:uppercase; }
h1.compact { font-size:clamp(42px,4vw,60px); }
#category { margin:14px 0 0; color:var(--muted); font-size:15px; }
.previous-season-note { width:fit-content; margin:9px 0 0; padding:5px 8px; border-left:2px solid var(--accent); color:var(--muted); background:rgba(255,253,249,.55); font-size:10px; line-height:1.35; }
.previous-season-note[hidden] { display:none; }
.season-control { min-width:190px; }
.selector-stack { display:flex; align-items:end; gap:12px; }
.selector-stack[hidden] { display:none; }
.season-control span { display:block; margin-bottom:8px; color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.season-control select { width:100%; height:46px; padding:0 42px 0 15px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:var(--white); font-weight:700; cursor:pointer; }
.tabs { display:flex; gap:4px; overflow-x:auto; padding:5px; border:1px solid var(--line); border-radius:14px; background:rgba(255,253,249,.62); scrollbar-width:none; }
.tabs::-webkit-scrollbar { display:none; }
.tabs button { min-height:40px; padding:0 17px; border:0; border-radius:10px; color:var(--muted); background:transparent; font-size:13px; font-weight:700; white-space:nowrap; cursor:pointer; }
.tabs button.active { color:#fff; background:var(--ink); }
.mobile-view-control { display:none; }
.mobile-view-control span { display:block; margin-bottom:8px; color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.mobile-view-control select { width:100%; height:48px; padding:0 42px 0 15px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:var(--white); font-weight:700; cursor:pointer; }
#app { min-height:450px; padding:24px 0 56px; }
.loading-card,.empty-state { padding:60px 24px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); text-align:center; color:var(--muted); }
.notice { margin-bottom:18px; padding:17px 19px; display:flex; gap:12px; align-items:flex-start; border:1px solid rgba(23,79,134,.25); border-radius:14px; background:rgba(23,79,134,.08); color:#174f86; font-size:14px; line-height:1.5; }
.notice-icon { flex:0 0 auto; width:23px; height:23px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--accent); font-weight:800; }
.stats-grid { margin-top:14px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.stat-card { min-height:136px; padding:21px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.stat-card.highlight { border-color:var(--ink); color:#fff; background:var(--ink); }
.stat-link,.position-panel { cursor:pointer; transition:border-color .18s,box-shadow .18s,transform .18s; }
.stat-link:hover,.position-panel:hover { border-color:rgba(23,79,134,.7); box-shadow:0 10px 30px rgba(20,49,79,.09); transform:translateY(-1px); }
.stat-link:focus-visible,.position-panel:focus-visible { outline:3px solid rgba(23,79,134,.28); outline-offset:3px; }
.stat-link .stat-foot { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.stat-link .stat-foot span { color:var(--club-blue); font-size:16px; font-weight:800; }
.stat-label { color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.highlight .stat-label { color:#aaa6a1; }
.stat-value { margin-top:13px; font:800 46px/.9 'Barlow Condensed',sans-serif; }
.stat-foot { margin-top:12px; color:var(--muted); font-size:12px; }
.highlight .stat-foot { color:#c8c5c1; }
.previous-card-value { display:block; margin-top:7px; padding-top:6px; border-top:1px solid #ece7e0; color:var(--muted); font-size:9px; font-weight:600; line-height:1.35; }
.highlight .previous-card-value { color:#d6d2cc; border-color:#3d3d3d; }
.dashboard-grid { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(215px,.4fr); gap:14px; }
.panel { padding:24px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.dashboard-grid>.panel:last-child { padding:18px 20px; }
.balance-panel { padding:0; overflow:hidden; }
.balance-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(235px,.55fr); }
.balance-main { padding:0; display:grid; grid-template-columns:minmax(220px,.9fr) minmax(270px,1.1fr); grid-template-rows:auto 1fr; }
.balance-heading { display:contents; }
.balance-heading>div:first-child { min-width:0; min-height:82px; padding:20px 24px 14px; display:flex; flex-direction:column; justify-content:center; }
.panel-kicker { margin:0 0 7px; color:var(--club-blue); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.panel h2 { margin:0; font:800 27px/1 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.competition-line { width:auto; min-height:64px; max-width:none; margin:14px 20px 8px; padding:10px 12px; display:flex; flex-direction:column; justify-content:center; border-left:3px solid var(--accent); background:#f4f0ea; }
.competition-line span,.competition-line strong { display:block; }
.competition-line span { margin-bottom:4px; color:var(--muted); font-size:7px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.competition-line strong { font-size:9px; line-height:1.4; text-transform:uppercase; }
.competition-line .previous-card-value { margin-top:6px; padding-top:5px; border-color:#ded7cf; font-size:8px; text-transform:none; }
.record { grid-column:1; grid-row:2; margin:0; padding:14px 24px 18px; display:flex; gap:18px; align-items:center; border-top:1px solid #eeeae4; }
.record-item strong { display:block; font:800 31px/1 'Barlow Condensed',sans-serif; }
.record-item span { color:var(--muted); font-size:11px; }
.record-item .previous-card-value { margin-top:5px; padding:0; border:0; font-size:8px; }
.record-separator { height:34px; width:1px; background:var(--line); }
.position-ring { width:76px; height:76px; margin:10px auto 0; display:grid; place-items:center; border:6px solid #f1ede7; border-top-color:var(--accent); border-right-color:var(--accent); border-radius:50%; text-align:center; }
.position-ring strong { font:800 31px/.7 'Barlow Condensed',sans-serif; }
.position-ring span { color:var(--muted); font-size:10px; font-weight:700; text-transform:uppercase; }
.position-link-hint { margin-top:11px; display:flex; align-items:center; justify-content:center; gap:7px; color:var(--club-blue); font-size:8px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.position-previous { margin:8px auto 0; padding:0; border:0; text-align:center; }
.panel-title-row,.section-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }
.form-block { grid-column:2; grid-row:2; margin:0; padding:14px 20px 18px; display:flex; align-items:center; gap:12px; border-top:1px solid #eeeae4; border-left:1px solid #eeeae4; }
.form-block>span { color:var(--muted); font-size:8px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.form-pending { grid-column:2; grid-row:2; max-width:none; margin:0; padding:14px 20px 18px; color:var(--muted); border-top:1px solid #eeeae4; border-left:1px solid #eeeae4; font-size:11px; line-height:1.5; }
.form-strip { display:flex; gap:5px; }
.form-pill { width:27px; height:27px; display:grid; place-items:center; border-radius:50%; color:#fff; font-size:10px; font-weight:800; }
.form-pill.G,.result-label.G,.result-badge.G { background:#12805c; }
.form-pill.E,.result-label.E,.result-badge.E { background:#c58a18; }
.form-pill.P,.result-label.P,.result-badge.P { background:#b44137; }
.summary-staff { padding:16px 18px; display:flex; flex-direction:column; color:var(--ink); background:#f2eee8; border-left:4px solid var(--accent); }
.summary-staff-heading { padding-bottom:8px; border-bottom:1px solid #d9d2ca; }
.summary-staff-heading p { margin:0 0 5px; color:var(--club-blue); font-size:8px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.summary-staff-heading h3 { margin:0; font:800 21px/1 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.summary-coach-list { padding:8px 0 5px; display:grid; gap:5px; }
.summary-coach { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:10px; }
.summary-coach-mark { width:30px; height:30px; display:grid; place-items:center; border:1px solid rgba(23,79,134,.35); border-radius:8px; color:var(--club-blue); background:#f5f9fd; font:800 11px/1 'Barlow Condensed',sans-serif; }
.summary-coach strong,.summary-coach span { display:block; }
.summary-coach strong { color:var(--ink); font-size:10px; line-height:1.35; }
.summary-coach div>span { margin-top:3px; color:var(--muted); font-size:8px; }
.summary-staff-empty { padding:13px 0 8px; }
.summary-staff-empty strong,.summary-staff-empty span { display:block; }
.summary-staff-empty strong { font:800 19px/1.05 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.summary-staff-empty span { margin-top:7px; color:var(--muted); font-size:9px; line-height:1.5; }
.summary-staff-note { margin:0 0 9px; color:var(--muted); font-size:8px; line-height:1.45; }
.summary-staff-link { width:100%; margin-top:auto; padding:8px 0 1px; display:flex; align-items:center; justify-content:space-between; border:0; border-top:1px solid #d9d2ca; color:var(--ink); background:transparent; font-size:8px; font-weight:800; letter-spacing:.08em; text-align:left; text-transform:uppercase; cursor:pointer; }
.summary-staff-link:hover { color:var(--accent); }
.match-highlights { margin-top:14px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.match-feature h2 { margin-bottom:24px; }
.scoreboard { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:14px; }
.score-team { min-width:0; font-size:13px; font-weight:700; line-height:1.35; }
.score-team.home { text-align:right; }
.score-value { min-width:84px; display:flex; align-items:center; justify-content:center; gap:9px; }
.score-value strong { font:800 34px/1 'Barlow Condensed',sans-serif; }
.score-value i { color:var(--muted); font-style:normal; }
.score-value span { color:var(--muted); font-size:12px; font-weight:700; }
.result-label { width:max-content; margin:22px auto 0; padding:6px 11px; display:block; border-radius:999px; color:#fff; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.venue-line { margin:22px auto 0; display:block; color:var(--muted); font-size:11px; text-align:center; }
.section-heading { margin:7px 0 20px; align-items:end; }
.section-heading h2,.empty-state h2 { margin:0; font:800 clamp(32px,5vw,52px)/.95 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.section-heading>span { max-width:320px; color:var(--muted); font-size:12px; text-align:right; }
.section-note { max-width:720px; margin:-8px 0 22px; color:var(--muted); font-size:12px; line-height:1.55; }
.empty-state .empty-ball { margin:0 auto 15px; width:34px; height:34px; display:grid; place-items:center; border:2px solid var(--accent); border-radius:50%; color:var(--accent); font-size:9px; }
.empty-state p { max-width:520px; margin:12px auto 0; line-height:1.55; }
.match-list { display:grid; gap:9px; }
.match-card { overflow:hidden; border:1px solid var(--line); border-radius:15px; background:var(--white); }
.match-card summary { min-height:94px; padding:14px 18px; display:grid; grid-template-columns:72px 1fr auto 20px; align-items:center; gap:15px; list-style:none; cursor:pointer; }
.match-card summary::-webkit-details-marker { display:none; }
.match-meta { height:54px; display:grid; grid-template-columns:35px 1fr; grid-template-rows:1fr 1fr; align-items:center; border-right:1px solid var(--line); }
.match-meta strong { grid-row:1/3; color:var(--club-blue); font:800 23px/1 'Barlow Condensed',sans-serif; }
.match-meta span { color:var(--ink); font-size:11px; font-weight:700; text-transform:capitalize; }
.match-meta small { color:var(--muted); font-size:10px; }
.match-main { min-width:0; }
.scoreboard.compact { grid-template-columns:minmax(90px,1fr) 72px minmax(90px,1fr); gap:9px; }
.scoreboard.compact .score-value strong { font-size:28px; }
.match-venue { margin-top:7px; display:block; overflow:hidden; color:var(--muted); font-size:10px; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
.result-badge { min-width:51px; padding:6px 8px; border-radius:8px; color:#fff; font-size:10px; font-weight:800; text-align:center; }
.result-badge.pending { min-width:78px; color:var(--muted); background:#efebe5; }
.details-arrow { color:var(--muted); font-size:19px; transition:transform .2s; }
.match-card[open] .details-arrow { transform:rotate(180deg); }
.match-details { padding:22px; display:grid; grid-template-columns:.7fr 1.3fr; gap:28px; border-top:1px solid var(--line); background:#faf8f4; }
.match-facts { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.match-facts div { min-height:67px; padding:13px 15px; border:1px solid var(--line); border-radius:11px; background:var(--white); }
.match-facts span { display:block; margin-bottom:7px; color:var(--muted); font-size:8px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.match-facts strong,.match-facts a { color:var(--ink); font-size:11px; font-weight:700; line-height:1.4; text-decoration:none; }
.match-facts a:hover { color:var(--club-blue); }
.detail-wide { grid-column:1/-1; }
.detail-section>h4,.lineup-columns h4 { margin:0 0 12px; color:var(--muted); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.goal-list,.lineup-columns ul { margin:0; padding:0; list-style:none; }
.goal-list li { padding:8px 0; display:flex; align-items:center; gap:10px; border-bottom:1px solid var(--line); font-size:12px; }
.goal-list li span { width:34px; color:var(--club-blue); font-weight:800; }
.detail-note { margin:0; color:var(--muted); font-size:12px; line-height:1.55; }
.lineup-columns { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.lineup-columns.single { grid-template-columns:1fr; }
.lineup-columns li { padding:5px 0; display:flex; align-items:center; gap:8px; font-size:11px; }
.shirt-number { width:23px; height:23px; display:grid; place-items:center; border-radius:6px; color:var(--club-blue); background:rgba(23,79,134,.1); font-size:10px; font-weight:800; }
.table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.data-table { width:100%; border-collapse:collapse; font-size:12px; }
.data-table th { padding:13px 16px; color:var(--muted); background:#f1ede7; font-size:9px; letter-spacing:.1em; text-align:left; text-transform:uppercase; }
.data-table td { padding:13px 16px; border-top:1px solid var(--line); }
.data-table th:not(:nth-child(2)),.data-table td:not(:nth-child(2)) { text-align:center; }
.data-table .rank { width:58px; color:var(--muted); font:800 18px/1 'Barlow Condensed',sans-serif; }
.player-name,.standing-team { display:flex; align-items:center; gap:12px; }
.avatar { width:34px; height:34px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--ink); font-size:9px; font-weight:800; }
.avatar.large { width:46px; height:46px; background:var(--accent); }
.goals-total { color:var(--club-blue); font:800 23px/1 'Barlow Condensed',sans-serif; }
.round-control span { display:block; margin-bottom:6px; color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.round-control select { min-width:160px; height:42px; padding:0 12px; border:1px solid var(--line); border-radius:10px; background:var(--white); font-weight:700; }
.standing-team { min-width:245px; text-align:left; }
.standing-team img { width:30px; height:30px; object-fit:contain; }
.standings-table tr.own-team td { color:#fff; background:var(--ink); border-color:#303030; }
.standings-table tr.own-team .rank { color:var(--accent); }
.player-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.staff-section { margin-bottom:24px; padding:20px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,253,249,.62); }
.subsection-heading { margin-bottom:14px; display:flex; align-items:end; justify-content:space-between; gap:18px; }
.subsection-heading .eyebrow { margin-bottom:4px; font-size:9px; }
.subsection-heading h3 { margin:0; font:800 25px/1 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.subsection-heading>span { color:var(--muted); font-size:10px; }
.player-heading { margin-top:28px; }
.staff-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.staff-card { padding:14px; display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:12px; background:var(--white); }
.staff-mark { width:38px; height:38px; flex:0 0 auto; display:grid; place-items:center; border-radius:10px; color:#fff; background:var(--ink); font:800 14px/1 'Barlow Condensed',sans-serif; }
.staff-card h4 { margin:0 0 5px; font-size:12px; }
.staff-card p { margin:0; color:var(--muted); font-size:9px; line-height:1.45; }
.player-card { min-height:104px; padding:17px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; border:1px solid var(--line); border-radius:15px; background:var(--white); }
.squad-number { width:46px; height:52px; display:grid; place-items:center; border:2px solid rgba(23,79,134,.35); border-radius:9px 9px 13px 13px; color:var(--club-blue); background:rgba(23,79,134,.08); font:800 26px/1 'Barlow Condensed',sans-serif; }
.player-card h3 { margin:0 0 6px; font-size:13px; line-height:1.3; }
.player-card p { margin:0; color:var(--muted); font-size:10px; }
.player-card dl { margin:0; display:flex; gap:13px; }
.player-card dl div { text-align:center; }
.player-card dt { color:var(--muted); font-size:8px; text-transform:uppercase; }
.player-card dd { margin:4px 0 0; font:800 21px/1 'Barlow Condensed',sans-serif; }
.history-list { display:grid; gap:10px; }
.history-card { min-height:112px; padding:18px 20px; display:grid; grid-template-columns:150px minmax(190px,1fr) 290px auto; align-items:center; gap:22px; border:1px solid var(--line); border-radius:15px; background:var(--white); }
.history-card.current { border-left:5px solid var(--accent); }
.history-season strong { display:block; font:800 27px/1 'Barlow Condensed',sans-serif; }
.history-season span { display:block; margin-top:7px; color:var(--muted); font-size:9px; text-transform:uppercase; }
.history-category h3 { margin:0; font-size:13px; }
.history-category p { margin:7px 0 0; color:var(--muted); font-size:9px; line-height:1.4; }
.history-category p span { display:block; margin-bottom:2px; color:var(--club-blue); font-size:7px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.archive-label { margin-top:7px; display:inline-block; padding:4px 7px; border-radius:6px; color:#174f86; background:rgba(23,79,134,.11); font-size:8px; font-weight:800; text-transform:uppercase; }
.history-numbers { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.history-numbers div { text-align:center; }
.history-numbers strong { display:block; font:800 21px/1 'Barlow Condensed',sans-serif; }
.history-numbers span { color:var(--muted); font-size:8px; text-transform:uppercase; }
.season-link { min-height:34px; padding:9px 12px; border:1px solid var(--line); border-radius:9px; color:var(--ink); background:#f7f4ef; font-size:10px; font-weight:800; white-space:nowrap; cursor:pointer; }
.season-link:hover { border-color:var(--accent); color:var(--club-blue); }
.footer { min-height:96px; padding:27px 0; display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }
.footer p { margin:0; }
.footer-credit { text-align:center; }
.footer-credit a { color:var(--ink); font-weight:700; text-decoration:none; }
.footer-credit a:hover { color:var(--club-blue); }
.overview-page { color:#fff; background:radial-gradient(circle at 84% 2%,rgba(31,143,199,.28),transparent 34rem),#07182b; }
.overview-page .jersey-watermark { top:80px; right:-120px; width:min(70vw,880px); opacity:.075; filter:saturate(.75); }
.overview-page .site-header { border-color:rgba(255,255,255,.16); }
.overview-page .brand { color:#fff; }
.overview-page .brand small { color:var(--accent); }
.overview-page .other-clubs>span { color:#b7c7d8; }
.overview-page .other-clubs a { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.94); }
.overview-page .other-clubs a:hover,.overview-page .other-clubs a:focus-visible { border-color:var(--accent); }
.overview-page .live-status { color:#b7c7d8; }
.overview-main { padding-bottom:76px; }
.overview-hero { min-height:330px; padding:70px 0 52px; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr); align-items:end; gap:56px; }
.overview-hero h1 { color:#fff; font-size:clamp(72px,12vw,138px); }
.overview-hero>p { max-width:440px; margin:0 0 12px; color:#b7c7d8; font-size:17px; line-height:1.65; }
.directory-categories { display:flex; flex-wrap:wrap; gap:10px; overflow:visible; padding-bottom:14px; scrollbar-width:none; }
.directory-categories::-webkit-scrollbar { display:none; }
.directory-categories a { min-height:42px; padding:0 15px; display:flex; align-items:center; gap:18px; border:1px solid rgba(255,255,255,.2); border-radius:999px; color:#e9f2fa; font-size:11px; font-weight:800; letter-spacing:.1em; text-decoration:none; text-transform:uppercase; white-space:nowrap; }
.directory-categories a:hover,.directory-categories a:focus-visible { border-color:var(--accent); color:#07182b; background:var(--accent); outline:0; }
.directory-categories span { min-width:22px; color:var(--accent); text-align:center; }
.directory-categories a:hover span,.directory-categories a:focus-visible span { color:#07182b; }
.directory-snapshot { margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.directory-snapshot>div { min-height:130px; padding:22px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid rgba(255,255,255,.13); border-radius:16px; background:rgba(255,255,255,.045); }
.directory-snapshot strong { color:#fff; font:800 48px/1 'Barlow Condensed',sans-serif; }
.directory-snapshot span { color:#8293a5; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.directory-note { margin:16px 0 0; color:#8293a5; font-size:11px; }
.directory-group { scroll-margin-top:30px; margin-top:68px; padding-top:44px; display:grid; grid-template-columns:minmax(330px,.42fr) minmax(0,1fr); gap:32px; border-top:1px solid rgba(255,255,255,.16); }
.directory-group>header>span { color:var(--accent); font-size:9px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.directory-group h2 { min-width:0; margin:8px 0 10px; color:#fff; font:800 clamp(42px,5.1vw,64px)/.9 'Barlow Condensed',sans-serif; overflow-wrap:anywhere; text-transform:uppercase; }
.directory-group>header>p { margin:0; color:#718397; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.directory-card { position:relative; min-height:265px; padding:22px; display:grid; grid-template-rows:auto auto auto 1fr auto; gap:15px; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:18px; color:#fff; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(13,47,79,.38)); text-decoration:none; transition:transform .2s,border-color .2s,background .2s; }
.directory-card::before { position:absolute; inset:0 auto 0 0; width:4px; background:var(--accent); content:''; }
.directory-card:hover,.directory-card:focus-visible { border-color:rgba(240,200,51,.65); background:linear-gradient(145deg,rgba(28,126,181,.35),rgba(13,47,79,.7)); transform:translateY(-2px); outline:0; }
.directory-status { display:flex; align-items:center; gap:8px; color:#d6e2ed; font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.directory-status i { width:7px; height:7px; border-radius:50%; background:#24b47e; box-shadow:0 0 0 4px rgba(36,180,126,.12); }
.directory-status.pending i { background:var(--accent); box-shadow:0 0 0 4px rgba(240,200,51,.12); }
.directory-card h3 { margin:0; font:800 clamp(32px,3.2vw,46px)/.9 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.directory-card>p { margin:0; color:#a9bacb; font-size:12px; line-height:1.5; text-transform:uppercase; }
.directory-card dl { margin:0; display:grid; grid-template-columns:repeat(2,1fr); gap:10px; align-content:end; }
.directory-card dl div { padding:12px; border:1px solid rgba(255,255,255,.1); border-radius:11px; background:rgba(3,18,33,.25); }
.directory-card dt { color:#7f92a5; font-size:8px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.directory-card dd { margin:6px 0 0; color:#eaf2f8; font-size:10px; font-weight:700; line-height:1.4; }
.directory-card>strong { display:flex; justify-content:space-between; align-items:center; color:var(--accent); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.directory-card>strong i { font-size:22px; font-style:normal; transition:transform .2s; }
.directory-card:hover>strong i { transform:translateX(5px); }
.directory-loading { margin:42px 0 0; padding:28px; border:1px solid rgba(255,255,255,.14); border-radius:16px; color:#a9bacb; background:rgba(255,255,255,.04); }
.overview-page .footer { border-color:rgba(255,255,255,.15); color:#8293a5; }
.overview-page .footer-credit a { color:#dce8f2; }
@media(max-width:980px){.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.panel:last-child{display:none}.history-card{grid-template-columns:110px 1fr auto}.history-numbers{display:none}.player-grid{grid-template-columns:1fr}}
@media(max-width:900px) and (min-width:781px){.team-title-line{gap:16px}.team-title-line h1{flex:0 0 auto}.training-schedule{min-width:270px}.training-schedule>div{grid-template-columns:52px 76px 1fr;gap:6px}.selector-stack{width:230px;flex:0 0 230px}.season-control{width:100%;min-width:0}}
@media(max-width:780px){.jersey-watermark{top:112px;right:-190px;width:660px;opacity:.04}.shell{width:min(100% - 24px,1160px)}.site-header{min-height:98px}.header-actions{gap:10px}.header-meta{min-width:0;gap:7px}.other-clubs{gap:7px}.other-clubs>span{font-size:8px}.other-clubs a{width:28px;height:34px}.team-switch>span{display:none}.team-switch select{width:116px}.live-status{font-size:0}.team-heading{padding:40px 0 24px;align-items:stretch;flex-direction:column;gap:24px}.team-title-line{align-items:flex-start;flex-direction:column;gap:15px}.training-schedule{width:100%;min-width:0;margin:0}.selector-stack{width:100%;flex-direction:column;align-items:stretch}.season-control{width:100%}.tabs{display:none}.mobile-view-control{display:block}.stats-grid{grid-template-columns:repeat(2,1fr)}.match-highlights{grid-template-columns:1fr}.footer{flex-direction:column}.match-card summary{grid-template-columns:62px 1fr auto}.details-arrow{display:none}.match-details{grid-template-columns:1fr}.match-facts{grid-template-columns:1fr 1fr}.history-card{grid-template-columns:96px 1fr auto}.section-heading>span{display:none}.staff-grid{grid-template-columns:1fr}}
@media(max-width:980px) and (min-width:781px){.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.overview-page .jersey-watermark{right:-250px;width:680px}.overview-hero{min-height:0;padding:52px 0 38px;grid-template-columns:1fr;gap:22px}.overview-hero h1{font-size:clamp(68px,24vw,110px)}.overview-hero>p{font-size:14px}.directory-categories{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:12px;scroll-snap-type:x proximity}.directory-categories a{scroll-snap-align:start}.directory-snapshot{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-snapshot>div{min-height:104px;padding:14px}.directory-snapshot strong{font-size:36px}.directory-group{margin-top:50px;grid-template-columns:1fr;gap:22px}.directory-grid{grid-template-columns:1fr}.directory-card{min-height:255px}.overview-page .brand strong{font-size:19px}.overview-page .crest-wrap{width:48px;height:54px}}
@media(max-width:650px){.balance-layout{grid-template-columns:1fr}.balance-main{min-height:238px;padding:26px;display:flex;flex-direction:column}.balance-heading{display:flex;align-items:stretch;flex-direction:column;gap:15px}.balance-heading>div:first-child{min-height:0;padding:0;display:block}.competition-line{width:100%;min-height:0;max-width:100%;margin:0}.form-block{margin-top:24px;padding:0;border:0}.form-pending{max-width:330px;margin:25px 0 0;padding:0;border:0}.record{margin-top:auto;padding:24px 0 0;border:0}.summary-staff{padding:21px;border-top:4px solid var(--accent);border-left:0}.summary-staff-heading{padding-bottom:12px}.summary-coach-list{padding:13px 0 8px;gap:9px}.summary-coach-mark{width:34px;height:34px}.summary-staff-empty{padding:20px 0 12px}.summary-staff-link{padding:10px 0 2px}}
@media(max-width:560px){.match-card summary{padding:12px;grid-template-columns:48px 1fr auto;gap:8px}.match-meta{grid-template-columns:1fr;border-right:0}.match-meta strong{grid-row:auto}.match-meta span,.match-meta small,.match-venue{display:none}.scoreboard.compact{grid-template-columns:minmax(70px,1fr) 58px minmax(70px,1fr)}.score-team{font-size:10px}.score-value{min-width:58px}.lineup-columns,.match-facts{grid-template-columns:1fr}.player-card{grid-template-columns:auto 1fr}.player-card dl{grid-column:1/3;justify-content:flex-end;border-top:1px solid var(--line);padding-top:10px}.subsection-heading{align-items:flex-start;flex-direction:column}.history-card{grid-template-columns:78px 1fr}.history-card .season-link{grid-column:1/3}.standings-heading{align-items:stretch;flex-direction:column}.round-control select{width:100%}}
@media(max-width:430px){.live-status{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:122px;padding:17px}.stat-value{font-size:39px}.panel-title-row{flex-direction:column}.record{gap:11px}.section-heading{align-items:flex-start}.data-table th,.data-table td{padding:11px 10px}}
