/* Stitch presentation; scoped to the existing season switch. */
html[data-transfer-season="closed"] { --off-bg:#0a0e14; --off-panel:#181c22; --off-raised:#1d2229; --off-border:#242c37; --off-text:#e0e3eb; --off-muted:#a0adbb; --font-body:"Inter",sans-serif; --font-text:"Inter",sans-serif; --card:#181c22; --off-green:#63fdbd; --off-amber:#ffbd53; --off-red:#ffb4ab; }
html[data-transfer-season="closed"] body { background:var(--off-bg); color:var(--off-text); }
html[data-transfer-season="closed"] .noise { display:none; }
html[data-transfer-season="closed"] .container { width:min(1536px,calc(100% - 64px)); }
html[data-transfer-season="closed"] .site-header { background:#0a0e14; border-color:var(--off-border); }
html[data-transfer-season="closed"] .header-inner { min-height:80px; gap:24px; }
html[data-transfer-season="closed"] .brand-mark { width:28px; height:28px; border-radius:5px; }
html[data-transfer-season="closed"] .brand-copy strong { font-size:18px; letter-spacing:.03em; }
html[data-transfer-season="closed"] .brand-copy small { font-size:6px; letter-spacing:.2em; }
html[data-transfer-season="closed"] .desktop-nav { margin-left:20px; gap:4px; }
html[data-transfer-season="closed"] :is(.desktop-nav a,.explore-trigger) { padding-inline:10px; color:var(--off-muted); font:700 15px/1.2 var(--font-display); letter-spacing:.045em; text-transform:uppercase; }
html[data-transfer-season="closed"] :is(.desktop-nav a.active,.desktop-nav a:hover,.explore-trigger[aria-expanded="true"]) { color:var(--off-green); }
html[data-transfer-season="closed"] .season-mode-pill { display:none; }
html[data-transfer-season="closed"] .header-search { flex-basis:230px; height:44px; background:var(--off-raised); }
html[data-transfer-season="closed"] .header-search span { font-size:12px; }
html[data-transfer-season="closed"] .header-watchlist { font-size:12px; height:44px; }
html[data-transfer-season="closed"] .season-site-notice { background:#10141a; border-color:var(--off-border); }
html[data-transfer-season="closed"] .season-site-notice .container { min-height:34px; font:500 10px/1.5 var(--font-mono); }
html[data-transfer-season="closed"] .season-site-notice strong { color:var(--off-green); }
html[data-transfer-season="closed"] body:has(.off-page) .season-site-notice { display:none; }
html[data-transfer-season="closed"] .site-footer { background:var(--off-panel); border-top:1px solid var(--off-border); }
html[data-transfer-season="closed"] .site-footer a { font-size:13px; }
html[data-transfer-season="closed"] .off-page { padding-block:40px 96px; }
html[data-transfer-season="closed"] .off-page * { box-sizing:border-box; }
html[data-transfer-season="closed"] .off-page :is(h1,h2,h3) { font-family:var(--font-display); font-weight:700; text-transform:uppercase; letter-spacing:-.025em; }
html[data-transfer-season="closed"] .off-page h1 { font-size:clamp(36px,3.05vw,52px); line-height:1.04; margin:24px 0 16px; max-width:100%; }
html[data-transfer-season="closed"] .off-page h2 { font-size:30px; line-height:1.12; margin:0; }
html[data-transfer-season="closed"] .off-page h3 { font-size:28px; line-height:1.12; margin:16px 0 12px; }
html[data-transfer-season="closed"] .off-page p { font-size:14px; line-height:1.7; color:var(--off-muted); margin:12px 0 20px; }
html[data-transfer-season="closed"] .off-page a { text-decoration:none; }
html[data-transfer-season="closed"] .off-page a:hover { color:var(--off-green); }
html[data-transfer-season="closed"] .off-page :is(a:not(.as-news-link),button,input,select):focus-visible { outline:2px solid var(--off-green); outline-offset:4px; }
html[data-transfer-season="closed"] .off-page [hidden] { display:none!important; }
html[data-transfer-season="closed"] .off-panel { background:var(--off-panel); padding:30px; min-width:0; border-radius:4px; }
html[data-transfer-season="closed"] .off-columns { display:grid; grid-template-columns:minmax(0,2fr) minmax(320px,1fr); gap:28px; align-items:start; margin-bottom:32px; }
html[data-transfer-season="closed"] :is(.off-home-lead,.off-home-middle,.off-home-bottom,.off-news-lead) { align-items:stretch; }
html[data-transfer-season="closed"] .off-home-middle { grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); }
html[data-transfer-season="closed"] .off-home-lead > .off-report-lead { background:radial-gradient(ellipse at 100% 0,#1b2d2b,transparent 65%),var(--off-panel); }
html[data-transfer-season="closed"] .off-home-middle > section { min-height:440px; }
html[data-transfer-season="closed"] .off-section-head { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; }
html[data-transfer-season="closed"] .off-section-head > a { color:var(--off-green); white-space:nowrap; font:700 13px/1.3 var(--font-display); text-transform:uppercase; }
html[data-transfer-season="closed"] .off-desk-rail { border-bottom:1px solid var(--off-border); background:#10141a; }
html[data-transfer-season="closed"] .off-desk-rail .container { min-height:46px; display:flex; align-items:center; gap:22px; font:500 11px/1.4 var(--font-mono); }
html[data-transfer-season="closed"] .off-desk-rail b { font-weight:400; color:var(--off-muted); }
html[data-transfer-season="closed"] .off-desk-rail nav { margin-left:auto; display:flex; align-items:center; gap:20px; flex-shrink:0; }
html[data-transfer-season="closed"] .off-tag { display:inline-block; color:var(--off-green); border:1px solid #2d5349; border-radius:4px; padding:4px 7px; font:700 11px/1.1 var(--font-display); letter-spacing:.04em; text-transform:uppercase; }
html[data-transfer-season="closed"] .off-tag.off-warning { color:var(--off-red); border-color:#63353b; background:#2a2026; }
html[data-transfer-season="closed"] .off-report-meta { display:flex; align-items:center; flex-wrap:wrap; gap:10px; color:var(--off-muted); font:600 10px/1.4 var(--font-mono); }
html[data-transfer-season="closed"] .off-report-meta time { margin-left:auto; white-space:nowrap; }
html[data-transfer-season="closed"] .off-report-lead { display:flex; flex-direction:column; }
html[data-transfer-season="closed"] .off-report-summary { color:#c5ced1; }
html[data-transfer-season="closed"] .off-desk-intro { border-top:2px solid var(--off-green); background:linear-gradient(140deg,#17252b,#121b22); }
html[data-transfer-season="closed"] .off-desk-intro h1 { font-size:clamp(34px,3.5vw,54px); line-height:1.1; }
html[data-transfer-season="closed"] .off-desk-intro h1 em { color:var(--off-green); font-style:normal; }
html[data-transfer-season="closed"] .off-desk-intro .off-report-footer { margin-top:0; }
html[data-transfer-season="closed"] .off-page .off-freshness { font-size:12px; line-height:1.65; border-left:2px solid var(--off-amber); padding:10px 14px; background:#172027; color:#c4cdd8; }
html[data-transfer-season="closed"] .off-page :is(h1,h2,h3,.off-player strong) { overflow-wrap:break-word; }
html[data-transfer-season="closed"] .off-metrics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-block:16px 22px; }
html[data-transfer-season="closed"] .off-metric { padding:18px 16px; background:var(--off-raised); border-radius:5px; min-width:0; }
html[data-transfer-season="closed"] .off-metric > span { display:block; font:600 10px/1.4 var(--font-mono); text-transform:uppercase; color:var(--off-muted); }
html[data-transfer-season="closed"] .off-metric > strong { display:block; margin-top:8px; font:700 29px/1.1 var(--font-display); overflow-wrap:anywhere; }
html[data-transfer-season="closed"] .off-metric > small { display:block; margin-top:8px; color:var(--off-muted); font-size:11px; line-height:1.4; }
html[data-transfer-season="closed"] .off-metric.off-positive > strong { color:var(--off-green); }
html[data-transfer-season="closed"] .off-metric.off-warning > strong { color:var(--off-amber); }
html[data-transfer-season="closed"] .off-report-footer { margin-top:auto; padding-top:24px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
html[data-transfer-season="closed"] .off-report-footer > span { font-size:12px; font-weight:600; }
html[data-transfer-season="closed"] .off-report-footer small { display:block; margin-top:5px; color:var(--off-muted); font-size:11px; }
html[data-transfer-season="closed"] .off-action { border:1px solid transparent; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:46px; padding:13px 18px; color:var(--off-text); background:var(--off-raised); font:700 15px/1.2 var(--font-display); text-transform:uppercase; border-radius:5px; }
html[data-transfer-season="closed"] .off-action-primary { background:var(--off-green); color:#003824; }
html[data-transfer-season="closed"] a.off-action-primary:hover { color:#003824; background:#a0ffda; }
html[data-transfer-season="closed"] .off-wire { display:flex; flex-direction:column; }
html[data-transfer-season="closed"] .off-wire > .off-action { margin-top:auto; }
html[data-transfer-season="closed"] .off-wire-row { display:block; padding:17px 16px; background:var(--off-raised); margin-bottom:12px; border-radius:6px; }
html[data-transfer-season="closed"] .off-wire-row > span { display:flex; gap:10px; justify-content:space-between; font:500 10px/1.5 var(--font-mono); color:var(--off-muted); }
html[data-transfer-season="closed"] .off-wire-row b { color:var(--off-green); }
html[data-transfer-season="closed"] .off-wire-row h3 { font:600 14px/1.4 var(--font-text); margin:8px 0; text-transform:none; letter-spacing:0; }
html[data-transfer-season="closed"] .off-wire-row p { margin:0; font-size:12px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
html[data-transfer-season="closed"] .off-home-lead .off-wire-row { padding:17px 16px; margin-bottom:14px; }
html[data-transfer-season="closed"] .off-home-lead .off-wire-row h3 { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin:5px 0 0; }
html[data-transfer-season="closed"] .off-home-lead .off-wire-row p { -webkit-line-clamp:1; }
html[data-transfer-season="closed"] .off-player { display:flex; align-items:center; gap:12px; min-width:0; }
html[data-transfer-season="closed"] .off-player img { flex-shrink:0; width:54px; height:54px; object-fit:cover; border-radius:6px; }
html[data-transfer-season="closed"] .off-player strong { display:block; font:700 25px/1.15 var(--font-display); }
html[data-transfer-season="closed"] .off-player small { display:block; color:var(--off-muted); font-size:12px; margin-top:5px; }
html[data-transfer-season="closed"] .off-person-row { display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:16px; padding:16px; background:var(--off-raised); border-radius:7px; margin-bottom:12px; }
html[data-transfer-season="closed"] .off-person-row > span small { display:block; color:var(--off-muted); font-size:10px; }
html[data-transfer-season="closed"] .off-person-row > span b { font:700 23px/1.4 var(--font-display); }
html[data-transfer-season="closed"] .off-absence { background:var(--off-raised); border-radius:6px; padding:16px; margin-bottom:12px; }
html[data-transfer-season="closed"] .off-absence > div:first-child { display:flex; align-items:center; justify-content:space-between; gap:12px; }
html[data-transfer-season="closed"] .off-absence p { margin:10px 0; }
html[data-transfer-season="closed"] .off-data-line { padding:12px 0; border-bottom:1px solid var(--off-border); display:flex; justify-content:space-between; gap:14px; font:400 12px/1.6 var(--font-mono); }
html[data-transfer-season="closed"] .off-data-line + .off-action { margin-top:20px; }
html[data-transfer-season="closed"] .off-page .off-footnote { font-size:11px; line-height:1.6; color:var(--off-muted); margin:18px 0 0; }
html[data-transfer-season="closed"] .off-empty { padding-block:12px; }
html[data-transfer-season="closed"] .off-empty p { margin-top:0; }
html[data-transfer-season="closed"] .off-tabs { display:flex; flex-wrap:wrap; gap:7px; background:var(--off-panel); padding:12px; margin-bottom:26px; }
html[data-transfer-season="closed"] .off-tabs button { min-height:40px; border:1px solid var(--off-border); color:var(--off-muted); padding:8px 14px; background:var(--off-raised); border-radius:4px; font:700 13px/1.2 var(--font-display); text-transform:uppercase; cursor:pointer; }
html[data-transfer-season="closed"] .off-tabs button[aria-pressed="true"] { color:#003824; background:var(--off-green); }
html[data-transfer-season="closed"] .off-side-stack { display:grid; gap:24px; min-width:0; }
html[data-transfer-season="closed"] .off-side-stack .off-action { margin-top:14px; }
html[data-transfer-season="closed"] .off-ranked { display:flex; align-items:start; gap:14px; padding:16px 0; border-top:1px solid var(--off-border); }
html[data-transfer-season="closed"] .off-ranked > b { font:700 36px/1 var(--font-display); color:var(--off-green); }
html[data-transfer-season="closed"] .off-ranked strong { display:block; text-transform:uppercase; font:700 21px/1.25 var(--font-display); }
html[data-transfer-season="closed"] .off-ranked small { display:block; color:var(--off-muted); margin-block:4px; font:400 10px/1.5 var(--font-mono); }
html[data-transfer-season="closed"] .off-report-list { display:grid; gap:18px; margin-bottom:28px; }
html[data-transfer-season="closed"] .off-report-list .off-report-summary { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
html[data-transfer-season="closed"] .off-report h3 { text-transform:uppercase; line-height:1.12; }
html[data-transfer-season="closed"] .off-news-lead:has(> [hidden]) { grid-template-columns:1fr; }
html[data-transfer-season="closed"] .off-news-lead:not(:has(> :not([hidden]))) { display:none; }
html[data-transfer-season="closed"] .off-report blockquote { margin:16px 0; padding:16px; border-left:2px solid var(--off-green); background:#10161d; color:#c5ced1; font-size:13px; line-height:1.6; }
html[data-transfer-season="closed"] .off-page-heading { padding:0 0 24px; border-bottom:1px solid var(--off-border); margin-bottom:28px; }
html[data-transfer-season="closed"] .off-page-heading h1 { max-width:1000px; }
html[data-transfer-season="closed"] .off-kpi-strip { grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:28px; }
html[data-transfer-season="closed"] .off-kpi-strip .off-metric { padding:22px; border:1px solid var(--off-border); background:#0e141c; }
html[data-transfer-season="closed"] :is(.offseason-hub-page,.offseason-brief-page) .off-panel { background:#0e141c; border:1px solid var(--off-border); border-radius:7px; }
html[data-transfer-season="closed"] .off-player-dossier > .off-player { margin-block:18px; }
html[data-transfer-season="closed"] .off-player-dossier .off-metric strong { font-size:20px; }
html[data-transfer-season="closed"] .off-player-dossier > .off-action { color:var(--off-green); }
html[data-transfer-season="closed"] .off-records { padding:20px; }
html[data-transfer-season="closed"] .off-records .intelligence-row { grid-template-columns:minmax(160px,1.3fr) repeat(3,minmax(0,1fr)); padding:18px 0; gap:12px; }
html[data-transfer-season="closed"] .off-records .intelligence-row strong { font-size:13px; overflow-wrap:anywhere; }
html[data-transfer-season="closed"] .off-records .intelligence-row small { font-size:11px; }
html[data-transfer-season="closed"] .off-records .hub-player-photo { width:36px; height:36px; flex-basis:36px; }
html[data-transfer-season="closed"] .off-page .intelligence-filters { margin:0 0 24px; padding:18px; background:#0e141c; border:1px solid var(--off-border); }
html[data-transfer-season="closed"] .off-page .intelligence-filters select { min-height:44px; }
html[data-transfer-season="closed"] .off-tools-hero { margin-bottom:30px; padding:30px; }
html[data-transfer-season="closed"] .off-tools-hero h1 em { color:var(--off-green); font-style:normal; }
html[data-transfer-season="closed"] .off-tools-hero > p { max-width:760px; }
html[data-transfer-season="closed"] .off-tools-hero .off-metrics { grid-template-columns:repeat(4,minmax(0,1fr)); }
html[data-transfer-season="closed"] .off-tool-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
html[data-transfer-season="closed"] .off-tool { display:flex; flex-direction:column; min-height:390px; border-radius:8px; }
html[data-transfer-season="closed"] .off-tool h2 { margin-top:24px; font-size:30px; }
html[data-transfer-season="closed"] .off-tool > small { color:var(--off-green); font:400 10px/1.6 var(--font-mono); margin-bottom:20px; }
html[data-transfer-season="closed"] .off-tool > .off-action { margin-top:auto; }
html[data-transfer-season="closed"] .off-tool-number { font:700 22px var(--font-display); color:var(--off-green); margin-right:auto; }
html[data-transfer-season="closed"] .explore-panel.is-offseason { background:#0a0e14; padding:28px 0; max-height:calc(100dvh - 78px); overflow:auto; }
html[data-transfer-season="closed"] .off-explore-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) minmax(230px,1fr); gap:26px; border:1px solid #263b40; border-radius:20px; padding:30px; background:#0e141c; }
html[data-transfer-season="closed"] .off-explore-grid h2 { font:700 21px var(--font-display); text-transform:uppercase; margin:0; }
html[data-transfer-season="closed"] .off-explore-grid .off-section-head > small { color:var(--off-muted); font:400 10px var(--font-mono); }
html[data-transfer-season="closed"] .off-explore-grid > section > .off-section-head { min-height:52px; }
html[data-transfer-season="closed"] .off-explore-link { display:flex; gap:14px; padding:16px; border:1px solid var(--off-border); border-radius:14px; margin-bottom:12px; min-height:104px; }
html[data-transfer-season="closed"] .off-explore-link strong { display:flex; justify-content:space-between; font:700 22px var(--font-display); }
html[data-transfer-season="closed"] .off-explore-link p { margin:10px 0 0; font-size:13px; line-height:1.5; color:var(--off-muted); }
html[data-transfer-season="closed"] .off-explore-link:hover { background:#17222a; color:var(--off-green); }
html[data-transfer-season="closed"] .off-explore-aside { border:1px solid var(--off-border); border-radius:14px; padding:22px; background:#111923; }
html[data-transfer-season="closed"] .off-explore-aside p { color:var(--off-muted); font-size:14px; line-height:1.7; margin-bottom:24px; }
html[data-transfer-season="closed"] .off-explore-aside .off-action { margin-top:16px; }
html[data-transfer-season="closed"] .off-explore-bottom { grid-column:1/-1; border-top:1px solid var(--off-border); padding-top:22px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
html[data-transfer-season="closed"] .off-explore-bottom > span { color:var(--off-green); font:500 12px var(--font-mono); }
@media(max-width:1200px) {
 html[data-transfer-season="closed"] .header-inner { gap:12px; }
 html[data-transfer-season="closed"] .desktop-nav { margin-left:0; }
 html[data-transfer-season="closed"] :is(.desktop-nav a,.explore-trigger) { padding-inline:7px; font-size:13px; }
 html[data-transfer-season="closed"] .header-search { flex-basis:170px; }
 html[data-transfer-season="closed"] .off-columns { gap:20px; grid-template-columns:minmax(0,1.65fr) minmax(270px,1fr); }
 html[data-transfer-season="closed"] .off-panel { padding:20px; }
 html[data-transfer-season="closed"] .off-records .intelligence-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
 html[data-transfer-season="closed"] .off-person-row { grid-template-columns:minmax(0,1fr) auto; }
 html[data-transfer-season="closed"] .off-person-row > .off-tag { grid-column:2; }
 html[data-transfer-season="closed"] .off-explore-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
 html[data-transfer-season="closed"] .off-explore-aside { grid-column:1/-1; }
}
@media(max-width:900px) {
 html[data-transfer-season="closed"] .container { width:calc(100% - 32px); }
 html[data-transfer-season="closed"] .off-columns { grid-template-columns:1fr; }
 html[data-transfer-season="closed"] .off-home-lead > .off-report-lead { min-height:auto; }
 html[data-transfer-season="closed"] .off-home-middle > section { min-height:auto; }
 html[data-transfer-season="closed"] :is(.off-kpi-strip,.off-tools-hero .off-metrics) { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:600px) {
 html[data-transfer-season="closed"] .container { width:calc(100% - 32px); }
 html[data-transfer-season="closed"] .header-inner { min-height:64px; }
 html[data-transfer-season="closed"] .header-search { flex-basis:36px; width:36px; }
 html[data-transfer-season="closed"] .off-page { padding-block:20px 40px; }
 html[data-transfer-season="closed"] .off-panel { padding:18px; }
 html[data-transfer-season="closed"] .off-desk-rail .container { flex-wrap:wrap; gap:8px 12px; padding-block:10px; }
 html[data-transfer-season="closed"] .off-desk-rail b { display:none; }
 html[data-transfer-season="closed"] .off-page h1 { font-size:34px; }
 html[data-transfer-season="closed"] .off-page h2, html[data-transfer-season="closed"] .off-page .off-report h3 { font-size:25px; }
 html[data-transfer-season="closed"] .off-report-meta time { margin-left:0; }
 html[data-transfer-season="closed"] .off-metrics { gap:8px; grid-template-columns:repeat(2,minmax(0,1fr)); }
 html[data-transfer-season="closed"] .off-metric { padding:12px; }
 html[data-transfer-season="closed"] .off-metric > strong { font-size:22px; }
 html[data-transfer-season="closed"] .off-desk-intro .off-metrics { grid-template-columns:repeat(3,minmax(0,1fr)); margin-block:8px 14px; }
 html[data-transfer-season="closed"] .off-desk-intro .off-metric { padding:10px 8px; }
 html[data-transfer-season="closed"] .off-desk-intro .off-metric strong { font-size:20px; }
 html[data-transfer-season="closed"] .off-desk-intro .off-metric small { display:none; }
 html[data-transfer-season="closed"] .off-report-footer { align-items:stretch; flex-direction:column; }
 html[data-transfer-season="closed"] .off-section-head { flex-wrap:wrap; gap:10px; }
 html[data-transfer-season="closed"] .off-tool-grid { grid-template-columns:1fr; }
 html[data-transfer-season="closed"] .off-person-row { gap:10px; padding:12px; }
 html[data-transfer-season="closed"] .off-person-row > .off-player { grid-column:1/-1; }
 html[data-transfer-season="closed"] .off-absence > div:first-child { align-items:start; flex-direction:column; }
 html[data-transfer-season="closed"] .off-page .off-records .intelligence-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
 html[data-transfer-season="closed"] .off-records .hub-player-identity { grid-column:1/-1; }
 html[data-transfer-season="closed"] .off-explore-grid { grid-template-columns:1fr; padding:18px; border-radius:12px; }
 html[data-transfer-season="closed"] .off-explore-bottom { flex-direction:column; align-items:stretch; }
}

/* Compact secondary navigation and comfortable touch targets. */
html[data-transfer-season="closed"] .mobile-nav-group { padding:16px 20px; border-bottom:1px solid var(--line); }
html[data-transfer-season="closed"] .mobile-nav-group:last-child { border-bottom:0; }
html[data-transfer-season="closed"] .mobile-nav-group h2 { margin:0 0 8px; font:600 12px/1.4 Inter,sans-serif; color:var(--mint,#31dca5); text-transform:none; letter-spacing:.02em; }
html[data-transfer-season="closed"] .mobile-nav-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px 12px; }
html[data-transfer-season="closed"] .mobile-nav-grid a { display:flex; align-items:center; min-height:44px; padding:10px 8px; margin:0; border:0; border-radius:6px; color:var(--text,#edf3fa); font:600 14px/1.45 Inter,sans-serif; text-transform:none; overflow-wrap:break-word; }
html[data-transfer-season="closed"] .mobile-nav-grid a:hover { background:rgba(255,255,255,.05); }
html[data-transfer-season="closed"] .mobile-nav-grid a:focus-visible { outline:2px solid var(--mint,#31dca5); outline-offset:-2px; background:rgba(49,220,165,.08); }
html[data-transfer-season="closed"] .mobile-nav { padding:0; overscroll-behavior:contain; }
html[data-transfer-season="closed"] #menu-button,
html[data-transfer-season="closed"] #search-button { min-width:44px; min-height:44px; }

.offseason-hub-page [hidden]{display:none!important}
.offseason-hub-page .off-hub-coverage{margin-bottom:20px}
.offseason-hub-page .off-hub-coverage h2{font-size:20px;text-transform:none}
.offseason-hub-page .off-hub-coverage p{max-width:78ch;line-height:1.6}
.offseason-hub-page .off-hub-coverage .off-footnote{font-size:13px}
html[data-transfer-season="closed"] .offseason-hub-page .off-hub-coverage { padding:16px 20px; margin-bottom:20px; }
html[data-transfer-season="closed"] .offseason-hub-page .off-hub-coverage h2 { font-family:var(--font-body); font-size:20px; line-height:1.3; text-transform:none; margin:0 0 8px; }
html[data-transfer-season="closed"] .offseason-hub-page .off-hub-coverage p { max-width:90ch; font-size:14px; line-height:1.5; margin:6px 0; }
html[data-transfer-season="closed"] .offseason-hub-page .off-hub-coverage .off-footnote { font-size:13px; margin:6px 0 0; }
/* Dossiers, navigation and functional workbench controls. */
html[data-transfer-season="closed"] .off-icon{font-size:20px;flex-shrink:0;vertical-align:middle}
html[data-transfer-season="closed"] .off-report-content{display:flex;flex-direction:column;min-width:0;flex:1}
html[data-transfer-season="closed"] .off-report-lead h3{font-size:clamp(34px,3.5vw,56px);line-height:1.08;max-width:22ch}
html[data-transfer-season="closed"] .off-report-lead .off-report-summary{font-size:16px}
html[data-transfer-season="closed"] .off-byline{display:flex;align-items:center;gap:12px}
html[data-transfer-season="closed"] .off-byline>.off-icon{color:var(--off-green)}
html[data-transfer-season="closed"] .off-section-head>a{display:flex;align-items:center;gap:6px}
html[data-transfer-season="closed"] .off-section-head>a .off-icon{font-size:17px}
html[data-transfer-season="closed"] .off-section-head h2{display:flex;align-items:center;gap:10px}
html[data-transfer-season="closed"] .off-section-head h2:before{content:"";width:5px;height:19px;border-radius:3px;background:var(--off-green);flex-shrink:0}
html[data-transfer-season="closed"] .off-rail-label{display:flex;align-items:center;gap:7px;flex-shrink:0;color:var(--off-green);font:700 13px var(--font-display);text-transform:uppercase}
html[data-transfer-season="closed"] .off-desk-rail b{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
html[data-transfer-season="closed"] .off-desk-rail b a{color:#cbd2d9}
html[data-transfer-season="closed"] .off-desk-rail nav a{color:#b1becb;font-size:10px}
html[data-transfer-season="closed"] .off-desk-rail nav a:last-child{color:var(--off-green)}
html[data-transfer-season="closed"] .off-desk-rail .off-icon{font-size:16px}
html[data-transfer-season="closed"] .off-report-row{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr);gap:24px;padding:24px}
html[data-transfer-season="closed"] .off-report-index{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;background:#1c232b;border:1px solid #303944;border-radius:8px;padding:20px;color:#c2d0d5}
html[data-transfer-season="closed"] .off-report-index>.off-icon{color:var(--off-green);font-size:26px}
html[data-transfer-season="closed"] .off-report-index>span:not(.off-icon){font:700 13px var(--font-display);text-transform:uppercase}
html[data-transfer-season="closed"] .off-report-index>strong{font:700 45px/1 var(--font-display);color:var(--off-text)}
html[data-transfer-season="closed"] .off-report-index small{display:block;font-size:11px;margin-top:5px;letter-spacing:.06em}
html[data-transfer-season="closed"] .off-report-index time{font-size:10px;color:var(--off-muted);margin-top:12px}
html[data-transfer-season="closed"] .off-report-row .off-report-meta time{display:none}
html[data-transfer-season="closed"] .off-report-row h3{font-size:32px;margin-block:14px 10px}
html[data-transfer-season="closed"] .off-report-row .off-report-summary{font-size:14px;line-height:1.65;-webkit-line-clamp:2;margin-block:0 14px}
html[data-transfer-season="closed"] .off-report-row .off-report-footer{padding-top:14px;gap:10px;align-items:flex-end}
html[data-transfer-season="closed"] .off-report-row .off-byline{font:500 12px/1.5 var(--font-text);gap:6px;min-width:0}
html[data-transfer-season="closed"] .off-report-row .off-byline>.off-icon{display:none}
html[data-transfer-season="closed"] .off-report-row .off-action{padding:4px 0;min-height:30px;background:none;color:var(--off-green);font-size:12px;gap:10px;white-space:nowrap}
html[data-transfer-season="closed"] .off-report-row .off-action .off-icon{font-size:16px}
html[data-transfer-season="closed"] .off-news-body>div>section{margin-bottom:40px}
html[data-transfer-season="closed"] .off-news-lead>section{display:flex;flex-direction:column}
html[data-transfer-season="closed"] .off-news-lead>section>.off-report{flex:1}
html[data-transfer-season="closed"] .offseason-news-page .off-page{padding-top:24px}
html[data-transfer-season="closed"] .offseason-news-page .off-page-heading{padding-bottom:18px;margin-bottom:20px}
html[data-transfer-season="closed"] .offseason-news-page .off-page-heading .eyebrow{display:none}
html[data-transfer-season="closed"] .offseason-news-page .off-page-heading h1{font-size:30px;margin:0 0 8px}
html[data-transfer-season="closed"] .offseason-news-page .off-page-heading p{font-size:12px}
html[data-transfer-season="closed"] .off-heading-inline{display:flex;align-items:center;justify-content:space-between;gap:28px}
html[data-transfer-season="closed"] .off-heading-inline h1{margin:10px 0 12px;font-size:clamp(34px,3vw,48px)}
html[data-transfer-season="closed"] .off-heading-inline p{margin:0;max-width:85ch}
html[data-transfer-season="closed"] .off-heading-inline>.off-action{flex-shrink:0}
html[data-transfer-season="closed"] .off-caught-up{border-left:3px solid var(--off-green)!important;margin-bottom:28px}
html[data-transfer-season="closed"] .off-brief-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 0;border-block:1px solid var(--off-border);margin-bottom:16px}
html[data-transfer-season="closed"] .off-brief-summary>div{display:flex;flex-direction:column;gap:6px}
html[data-transfer-season="closed"] .off-brief-summary span{font:400 13px/1.5 var(--font-body,sans-serif);color:var(--off-muted)}
html[data-transfer-season="closed"] .off-brief-summary strong{font:600 22px/1.2 var(--font-body,sans-serif);font-variant-numeric:tabular-nums;color:var(--off-text)}
html[data-transfer-season="closed"] .off-brief-explanation{margin-bottom:18px;color:var(--off-muted);font-size:14px;line-height:1.65}
html[data-transfer-season="closed"] .off-brief-explanation summary{cursor:pointer;padding:10px 0;color:var(--off-text)}
html[data-transfer-season="closed"] .off-reading-toggle{min-height:44px;margin-top:14px;padding:8px 12px;border:1px solid var(--off-border);border-radius:6px;background:transparent;color:var(--off-text);font:500 13px/1.5 var(--font-body,sans-serif);cursor:pointer}
html[data-transfer-season="closed"] .off-reading-toggle[aria-pressed="true"]{color:var(--off-green)}
html[data-transfer-season="closed"] :is(.off-reading-toggle,.off-brief-explanation summary):focus-visible{outline:2px solid var(--off-green);outline-offset:3px}
html[data-transfer-season="closed"] .off-reading-status{font-size:14px;color:var(--off-muted)}
html[data-transfer-season="closed"] .off-reading-status:empty{display:none}
@media(max-width:600px){html[data-transfer-season="closed"] .off-brief-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}}
html[data-transfer-season="closed"] .off-caught-up h2{display:flex;gap:10px;align-items:center;font-size:23px}
html[data-transfer-season="closed"] .off-caught-up h2 .off-icon{color:var(--off-green)}
html[data-transfer-season="closed"] .off-caught-up p{margin-bottom:0}
html[data-transfer-season="closed"] .off-coverage-guide{margin-top:28px}
html[data-transfer-season="closed"] details.off-hub-coverage{padding:16px 20px}
html[data-transfer-season="closed"] .off-hub-coverage summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;font:400 12px/1.6 var(--font-text)}
html[data-transfer-season="closed"] .off-hub-coverage summary::-webkit-details-marker{display:none}
html[data-transfer-season="closed"] .off-hub-coverage summary>span{display:flex;align-items:center;gap:8px}
html[data-transfer-season="closed"] .off-hub-coverage summary>span:last-child{color:var(--off-green);white-space:nowrap}
html[data-transfer-season="closed"] .off-hub-coverage summary .off-icon{color:var(--off-green);font-size:18px}
html[data-transfer-season="closed"] .off-hub-coverage[open] summary{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--off-border)}
html[data-transfer-season="closed"] .off-hub-coverage[open] summary>span:last-child .off-icon{transform:rotate(90deg)}
html[data-transfer-season="closed"] .off-coverage-guide .off-report-list{margin:0}
html[data-transfer-season="closed"] .off-coverage-guide article{border-top:1px solid var(--off-border);padding-top:8px}
html[data-transfer-season="closed"] .off-coverage-guide article h3{font-size:24px}
html[data-transfer-season="closed"] .off-tools-hero{background:radial-gradient(ellipse at 100% 0,#20332e,transparent 70%),var(--off-panel);border-top:2px solid var(--off-green)}
html[data-transfer-season="closed"] .off-tools-hero h1{font-size:clamp(40px,3.6vw,58px);margin-block:18px}
html[data-transfer-season="closed"] .off-tools-hero .off-metrics{margin-bottom:0}
html[data-transfer-season="closed"] .off-tool-toolbar{display:flex;align-items:start;gap:12px;margin-bottom:24px}
html[data-transfer-season="closed"] .off-tool-toolbar .off-tabs{flex:1;margin:0;padding:0;background:none;border:0;gap:6px}
html[data-transfer-season="closed"] .off-tool-toolbar .off-tabs button{font-size:13px;min-height:44px;padding-inline:12px}
html[data-transfer-season="closed"] .off-layout-switch{display:flex;border:1px solid var(--off-border);border-radius:5px;overflow:hidden;flex-shrink:0}
html[data-transfer-season="closed"] .off-layout-switch button{display:grid;place-items:center;width:44px;height:44px;background:var(--off-panel);color:var(--off-muted);border:0;cursor:pointer}
html[data-transfer-season="closed"] .off-layout-switch button[aria-pressed="true"]{background:#24372f;color:var(--off-green)}
html[data-transfer-season="closed"] .off-tool-symbol{display:grid;place-items:center;width:46px;height:46px;background:#283b33;border-radius:9px;color:var(--off-green);margin-right:auto}
html[data-transfer-season="closed"] .off-tool-symbol .off-icon{font-size:27px}
html[data-transfer-season="closed"] .off-tool p{font-size:14px;line-height:1.65;margin-bottom:20px}
html[data-transfer-season="closed"] .off-tool-detail{display:flex;align-items:center;gap:10px;color:#bdc7d0;font:400 12px/1.6 var(--font-text);padding:15px 12px;background:#111820;border-radius:6px;margin:auto 0 22px}
html[data-transfer-season="closed"] .off-tool-detail .off-icon{color:var(--off-green);font-size:18px}
html[data-transfer-season="closed"] .off-tool>.off-action{color:var(--off-green);border:1px solid #30483e;background:#203028}
html[data-transfer-season="closed"] .off-tool-grid.is-list{grid-template-columns:1fr}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-tool{min-height:0;display:grid;grid-template-columns:1fr auto;gap:12px 24px}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-report-meta{grid-column:1/-1}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-tool h2,html[data-transfer-season="closed"] .off-tool-grid.is-list .off-tool p{margin:0;grid-column:1}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-tool-detail{margin:0;grid-column:1}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-action{grid-column:2;grid-row:2/5;align-self:end}
html[data-transfer-season="closed"] .off-quick-draw label{display:block;color:var(--off-muted);font-size:12px;margin:0 0 8px}
html[data-transfer-season="closed"] .off-quick-draw select{width:100%;min-height:46px;background:#111820;color:var(--off-text);border:1px solid #354251;border-radius:5px;padding:10px;font:400 13px var(--font-text)}
html[data-transfer-season="closed"] .off-quick-draw button{width:100%;margin-top:20px}
html[data-transfer-season="closed"] .off-explore-link>.off-icon{margin-top:4px;color:var(--off-green);font-size:24px}
html[data-transfer-season="closed"] .off-explore-link>div{flex:1;min-width:0}
html[data-transfer-season="closed"] .off-explore-link strong{align-items:center;gap:8px}
html[data-transfer-season="closed"] .off-explore-aside{background:linear-gradient(145deg,#1d332c,#151d28)}
html[data-transfer-season="closed"] .site-footer p{font-size:12px;line-height:1.75;color:#adb9c4}
html[data-transfer-season="closed"] .footer-grid{gap:48px;padding-block:44px}
html[data-transfer-season="closed"] .footer-grid h3{font:700 17px var(--font-display);text-transform:uppercase;letter-spacing:.035em}
html[data-transfer-season="closed"] .footer-bottom{font-size:11px;border-color:var(--off-border);color:var(--off-muted)}
html[data-transfer-season="closed"] .eyebrow{color:var(--off-muted)}
html[data-transfer-season="closed"] .header-search,html[data-transfer-season="closed"] .header-search span{color:var(--off-muted)}
html[data-transfer-season="closed"] .header-search svg{stroke:var(--off-muted)}
html[data-transfer-season="closed"] .mobile-nav{background:#101720;max-height:calc(100dvh - 70px);overflow-y:auto}
html[data-transfer-season="closed"] :is(.page-hero,.player-profile-hero,.news-article-hero){background-color:#101720}
html[data-transfer-season="closed"] :is(.panel,.player-directory-card,.club-card){border-color:#2a3542}
html[data-transfer-season="closed"] .news-article-body{font-family:var(--font-text);font-size:16px;line-height:1.85}
html[data-transfer-season="closed"] .news-share-x{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:96px;width:auto;min-height:44px;height:auto;padding:10px 14px;font:500 12px var(--font-text);border-radius:6px}
html[data-transfer-season="closed"] .news-copy-link{min-height:44px;font-family:var(--font-text);border-radius:6px}
html[data-transfer-season="closed"] .news-author-avatar:empty::after{content:"AS";font:700 15px var(--font-display);color:var(--off-green)}
html[data-transfer-season="closed"] .news-author-avatar{display:grid;place-items:center}
@media(max-width:1280px){
html[data-transfer-season="closed"] .off-desk-rail nav a:not(:last-child){display:none}
html[data-transfer-season="closed"] .off-report-row{grid-template-columns:minmax(120px,.6fr) minmax(0,1.4fr);gap:18px}
html[data-transfer-season="closed"] .off-report-row .off-report-footer{align-items:start;flex-direction:column}
}
@media(max-width:1000px){
html[data-transfer-season="closed"] .desktop-nav{display:none}
html[data-transfer-season="closed"] .menu-button{display:flex}
html[data-transfer-season="closed"] .off-heading-inline{align-items:flex-start}
html[data-transfer-season="closed"] .off-heading-inline>.off-action{font-size:13px}
}
@media(max-width:600px){
html[data-transfer-season="closed"] .off-desk-rail .container{flex-wrap:nowrap;gap:12px;padding-block:4px;min-height:38px}
html[data-transfer-season="closed"] .off-rail-label{font-size:12px}
html[data-transfer-season="closed"] .header-inner{min-height:68px}
html[data-transfer-season="closed"] .off-page h1{font-size:36px}
html[data-transfer-season="closed"] .off-page .off-report-lead h3{font-size:34px;max-width:none}
html[data-transfer-season="closed"] .off-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
html[data-transfer-season="closed"] .off-metric>small{font-size:10px}
html[data-transfer-season="closed"] .off-report-row{grid-template-columns:1fr;gap:18px}
html[data-transfer-season="closed"] .off-report-index{padding:12px 14px;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}
html[data-transfer-season="closed"] .off-report-index>.off-icon{font-size:21px}
html[data-transfer-season="closed"] .off-report-index>span{font-size:12px}
html[data-transfer-season="closed"] .off-report-index>strong{font:700 20px var(--font-display);margin-left:auto;white-space:nowrap}
html[data-transfer-season="closed"] .off-report-index small{display:inline;font-size:9px;margin-left:5px}
html[data-transfer-season="closed"] .off-report-index time{display:none}
html[data-transfer-season="closed"] .off-page .off-report-row h3{font-size:27px;margin-top:12px}
html[data-transfer-season="closed"] .off-report-row .off-report-footer{flex-direction:row;align-items:center;gap:10px}
html[data-transfer-season="closed"] .off-report-row .off-action{width:auto;min-height:44px}
html[data-transfer-season="closed"] .off-report-row .off-byline{font-size:12px;max-width:none}
html[data-transfer-season="closed"] .off-report-row .off-report-summary{-webkit-line-clamp:2}
html[data-transfer-season="closed"] .off-report-row .off-report-meta time{display:block;flex-basis:100%;font:400 12px/1.5 var(--font-text);white-space:normal}
html[data-transfer-season="closed"] .off-report-row .off-report-footer{flex-wrap:wrap;align-items:start}
html[data-transfer-season="closed"] .off-report-row .off-report-footer small{font:400 12px/1.5 var(--font-text)}
html[data-transfer-season="closed"] .off-heading-inline{flex-direction:column;gap:18px}
html[data-transfer-season="closed"] .off-heading-inline>.off-action{align-self:flex-start}
html[data-transfer-season="closed"] .off-heading-inline h1{font-size:34px}
html[data-transfer-season="closed"] .off-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-transfer-season="closed"] .off-player-dossier .off-metrics{grid-template-columns:1fr}
html[data-transfer-season="closed"] .off-player-dossier .off-metric{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}
html[data-transfer-season="closed"] .off-player-dossier .off-metric>strong{margin:0;font-size:20px;max-width:65%;text-align:right}
html[data-transfer-season="closed"] .off-player-dossier .off-metric>small{width:100%;margin-top:0}
html[data-transfer-season="closed"] .off-tool-toolbar{flex-wrap:wrap;gap:14px}
html[data-transfer-season="closed"] .off-tool-toolbar .off-tabs{flex-basis:100%}
html[data-transfer-season="closed"] .off-layout-switch{margin-left:auto}
html[data-transfer-season="closed"] .off-tool{min-height:330px}
html[data-transfer-season="closed"] .off-tools-hero>.eyebrow{display:none}
html[data-transfer-season="closed"] .off-tools-hero .off-metric small{display:none}
html[data-transfer-season="closed"] .off-tools-hero .off-metrics{gap:0;border-top:1px solid var(--off-border);padding-top:8px}
html[data-transfer-season="closed"] .off-tools-hero .off-metric{padding:6px 0;background:transparent;border:0;box-shadow:none}
html[data-transfer-season="closed"] .off-tools-hero .off-metric>span{font-size:11px}
html[data-transfer-season="closed"] .off-tools-hero .off-metric>strong{margin-top:2px;font-size:20px;line-height:1.3}
html[data-transfer-season="closed"] .off-tools-hero h1{font-size:32px;margin-top:0}
html[data-transfer-season="closed"] .season-site-notice .container{display:flex;flex-direction:row;text-align:left;align-items:center;justify-content:space-between;gap:12px;min-height:38px;padding-block:4px}
html[data-transfer-season="closed"] .season-site-notice .container>span{display:none}
html[data-transfer-season="closed"] .season-site-notice strong{font:700 12px var(--font-display);text-transform:uppercase}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-tool{display:flex;gap:14px}
html[data-transfer-season="closed"] .off-tool-grid.is-list .off-action{align-self:stretch}
html[data-transfer-season="closed"] .off-player img{width:44px;height:44px}
html[data-transfer-season="closed"] .off-player strong{font-size:23px}
html[data-transfer-season="closed"] .off-player small{font-size:10px}
html[data-transfer-season="closed"] .off-hub-coverage summary{align-items:start;flex-direction:column;gap:10px}
html[data-transfer-season="closed"] .off-person-row>span small{max-width:90px;font-size:9px}
html[data-transfer-season="closed"] .footer-grid{gap:30px;padding-block:36px}
}
.watchlist-updates,.watchlist-changes{margin-block:28px}
.watchlist-page .page-hero{padding:28px 0}
.watchlist-page .page-hero h1{font-size:42px;margin-bottom:12px}
.watchlist-page>.section{padding-top:28px}
.watchlist-storage-note{margin-top:8px}
.watchlist-storage-note summary{cursor:pointer;min-height:44px;display:flex;align-items:center;font-size:13px;text-decoration:underline;text-underline-offset:4px}
.watchlist-news-list{display:grid;gap:16px}
.watchlist-match{font-size:12px;line-height:1.5;color:var(--off-green,#69efc3);margin:0 0 7px;overflow-wrap:anywhere}
.watchlist-feed-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.watchlist-change{margin-top:14px;overflow-wrap:anywhere}
.watchlist-change h3{font-size:23px;margin-block:8px}
.watchlist-change p{display:grid;gap:6px}
.watchlist-change small{font-size:12px;line-height:1.6}
.watchlist-notification-settings>summary{font:700 23px/1.4 var(--font-display);cursor:pointer;min-height:44px}
.watchlist-notification-settings>.notification-preferences{border:0;background:none;padding:20px 0 0;box-shadow:none}
.watchlist-notification-settings>p{font-size:13px;line-height:1.6;margin-top:12px}
.watchlist-layout>.content-sidebar{min-width:0}
@media print{
html[data-transfer-season="closed"] body{background:#fff;color:#111}
html[data-transfer-season="closed"] :is(.site-header,.site-footer,.off-desk-rail,.off-print-action,.off-tabs,.intelligence-filters,.off-side-stack,.cookie-banner){display:none!important}
html[data-transfer-season="closed"] .container{width:100%;max-width:none}
html[data-transfer-season="closed"] .off-page{padding:0}
html[data-transfer-season="closed"] .off-columns{display:block}
html[data-transfer-season="closed"] :is(.off-panel,.off-metric,.off-report-index){background:#fff!important;border:1px solid #bbb!important;color:#111;break-inside:avoid}
html[data-transfer-season="closed"] :is(.off-page p,.off-page h1,.off-page h2,.off-page h3,.off-metric>strong,.off-metric>span,.off-metric>small,.off-page a){color:#111!important}
html[data-transfer-season="closed"] .off-action{display:none}
}



/* Shared footer and search, including server-rendered detail pages. */
html[data-transfer-season="closed"] .off-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;padding:44px 0 32px}
html[data-transfer-season="closed"] .off-footer-grid h3{font:700 18px var(--font-display);text-transform:uppercase;color:#e0e3eb;margin:0 0 18px;letter-spacing:.02em}
html[data-transfer-season="closed"] .off-footer-grid nav a{display:block;font-size:12px;margin:0 0 11px}
html[data-transfer-season="closed"] .off-footer-brand p{max-width:290px;margin:20px 0;font-size:13px}
html[data-transfer-season="closed"] .off-footer-brand>span{font:700 13px var(--font-display);text-transform:uppercase;color:var(--off-green);letter-spacing:.04em}
html[data-transfer-season="closed"] .off-footer-policies{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;border-top:1px solid var(--off-border);padding:20px 0}
html[data-transfer-season="closed"] .off-footer-policies :is(a,button){font-size:11px;color:#a0adbb}
html[data-transfer-season="closed"] .off-footer-policies button{margin:0}
html[data-transfer-season="closed"] .news-reference-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0}
html[data-transfer-season="closed"] .news-reference-chips>span{color:#a0adbb;font:500 12px/1.4 var(--font-text);margin-right:4px}
html[data-transfer-season="closed"] .news-reference-chips .news-ref-chip{display:inline-flex;align-items:center;min-height:36px;max-width:100%;padding:7px 11px;border:1px solid #344350;border-radius:7px;background:#141b24;color:#dce5ed;font:500 13px/1.4 var(--font-text);overflow-wrap:anywhere}
html[data-transfer-season="closed"] .news-reference-chips .news-ref-chip:hover{border-color:var(--off-green);color:var(--off-green)}
html[data-transfer-season="closed"] .news-reference-chips .news-ref-chip:focus-visible{outline:2px solid var(--off-green);outline-offset:3px}
html[data-transfer-season="closed"] .news-byline-strip{grid-template-columns:34px minmax(0,1fr) auto auto;gap:12px}
html[data-transfer-season="closed"] .news-byline-strip .news-byline small{font:400 12px/1.5 var(--font-text);color:#a0adbb}
html[data-transfer-season="closed"] :is(.news-copy-link,.news-share-x){min-height:44px;min-width:92px;justify-content:center}
@media(max-width:900px){html[data-transfer-season="closed"] .off-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}
@media(max-width:600px){
html[data-transfer-season="closed"] .off-footer-grid{gap:30px 20px;padding-top:32px}
html[data-transfer-season="closed"] .off-footer-brand{grid-column:1/-1}
html[data-transfer-season="closed"] .off-footer-grid h3{font-size:17px}
html[data-transfer-season="closed"] .off-footer-grid nav a{font-size:11px;min-height:28px}
html[data-transfer-season="closed"] .news-reference-chips>span{flex-basis:100%}
html[data-transfer-season="closed"] .news-reference-chips .news-ref-chip{min-height:44px}
html[data-transfer-season="closed"] .news-byline-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
html[data-transfer-season="closed"] .news-byline-strip .news-author-avatar{display:none}
html[data-transfer-season="closed"] .news-byline-strip .news-byline{grid-column:1/-1}
html[data-transfer-season="closed"] .news-byline-strip .news-copy-link{grid-column:1;width:100%}
html[data-transfer-season="closed"] .news-byline-strip .news-share-x{grid-column:2;width:100%}
}

/* The lead is a report, so its height follows the story rather than a KPI grid. */
html[data-transfer-season="closed"] .news-related-list{display:grid;gap:0}
html[data-transfer-season="closed"] .news-related-list>a{display:block;min-width:0;padding:16px 0;border-bottom:1px solid #303c46;color:#dce5ed;text-decoration:none}
html[data-transfer-season="closed"] .news-related-list>a:last-child{border-bottom:0;padding-bottom:0}
html[data-transfer-season="closed"] .news-related-list>a>strong{display:block;font:600 16px/1.5 var(--font-text);overflow-wrap:anywhere}
html[data-transfer-season="closed"] .news-related-list>a>small{display:block;margin-top:7px;color:#a0adbb;font:400 12px/1.5 var(--font-text)}
html[data-transfer-season="closed"] .news-related-list>a:hover>strong{color:var(--off-green)}
html[data-transfer-season="closed"] .news-related-list>a:focus-visible{outline:2px solid var(--off-green);outline-offset:4px;border-radius:3px}
html[data-transfer-season="closed"] .off-home-lead{align-items:stretch;gap:24px}
html[data-transfer-season="closed"] .off-home-lead>.off-report-lead{min-height:0}
html[data-transfer-season="closed"] .off-home-lead .off-report-content{gap:0}
html[data-transfer-season="closed"] .off-home-lead h1{font-size:clamp(34px,3.2vw,46px);line-height:1.1;text-transform:none;margin:18px 0 14px;letter-spacing:-.02em}
html[data-transfer-season="closed"] .off-home-lead .off-report-summary{font:400 16px/1.65 var(--font-text);color:#c7d1dc;margin:0 0 22px}
html[data-transfer-season="closed"] .off-home-lead .off-report-footer{margin-top:auto;padding-top:18px;border-top:1px solid #334047;gap:16px}
html[data-transfer-season="closed"] .off-home-lead .off-byline{font:500 12px/1.5 var(--font-text);min-width:0}
html[data-transfer-season="closed"] .off-home-lead .off-byline small{font:400 12px/1.5 var(--font-text);margin-top:3px}
html[data-transfer-season="closed"] .off-home-lead .off-wire{padding:22px}
html[data-transfer-season="closed"] .off-home-lead .off-section-head{margin-bottom:12px;gap:12px}
html[data-transfer-season="closed"] .off-home-lead .off-section-head h2{font-size:26px}
html[data-transfer-season="closed"] .off-home-lead .off-wire-row{padding:14px 0;margin:0;background:transparent;border-bottom:1px solid #303c46;border-radius:0}
html[data-transfer-season="closed"] .off-home-lead .off-wire-row>span{font:500 11px/1.5 var(--font-text);gap:12px;flex-wrap:wrap}
html[data-transfer-season="closed"] .off-home-lead .off-wire-row h3{font:600 15px/1.45 var(--font-text);margin:6px 0 0;display:block;overflow:visible}
html[data-transfer-season="closed"] .off-home-lead .off-wire>.off-action{margin-top:16px}
@media(max-width:600px){
html[data-transfer-season="closed"] .offseason-command-home>.off-page{padding-top:20px}
html[data-transfer-season="closed"] .off-home-lead{gap:16px}
html[data-transfer-season="closed"] .off-home-lead>.off-report-lead{padding:20px}
html[data-transfer-season="closed"] .off-home-lead h1{font-size:32px;line-height:1.12;margin:14px 0 12px}
html[data-transfer-season="closed"] .off-home-lead .off-report-summary{font-size:15px;line-height:1.6;margin-bottom:18px}
html[data-transfer-season="closed"] .off-home-lead .off-report-footer{padding-top:16px;gap:14px}
html[data-transfer-season="closed"] .off-home-lead .off-byline .off-icon{display:none}
html[data-transfer-season="closed"] .off-home-lead .off-wire{padding:20px}
}



/* Data desks: Inter for evidence and controls; display type for short headings. */
html[data-transfer-season="closed"] .offseason-hub-page :is(.off-metric > span,.intelligence-filters label,.intelligence-row > div > span,.hub-player-identity em) { color:var(--off-muted); font:500 12px/1.5 var(--font-text); letter-spacing:0; text-transform:none; }
html[data-transfer-season="closed"] .offseason-hub-page :is(.off-metric > small,.off-ranked small,.off-player small,.off-records small,.off-footnote) { color:var(--off-muted); font:400 12px/1.5 var(--font-text); }
html[data-transfer-season="closed"] .offseason-hub-page :is(.off-player strong,.hub-player-identity strong,.off-ranked strong) { font:600 16px/1.5 var(--font-text); white-space:normal; text-transform:none; overflow-wrap:anywhere; }
html[data-transfer-season="closed"] .offseason-hub-page .off-player strong { font-size:20px; }
html[data-transfer-season="closed"] .offseason-hub-page .off-player-dossier .off-metric > strong { font:600 16px/1.5 var(--font-text); }
html[data-transfer-season="closed"] .offseason-hub-page .off-records .intelligence-row > div > strong { font:500 14px/1.5 var(--font-text); }
html[data-transfer-season="closed"] .offseason-hub-page .intelligence-filters select { min-height:44px; padding:10px 12px; font:400 16px/1.4 var(--font-text); }
html[data-transfer-season="closed"] .offseason-hub-page :is(.off-action,.off-hub-coverage summary) { min-height:44px; font:500 14px/1.5 var(--font-text); text-transform:none; }
html[data-transfer-season="closed"] .offseason-hub-page .off-kpi-strip .off-metric > strong { font-variant-numeric:tabular-nums; }
html[data-transfer-season="closed"] .offseason-hub-page .off-player-dossier :is(.off-report-meta,.off-tag) { font:500 12px/1.5 var(--font-text); text-transform:none; letter-spacing:0; }

.market-value-list { margin: 0; padding: 0; list-style: none; }
.market-pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 8px 0; }
.market-pagination > span { color: var(--muted); font: 400 14px/1.5 var(--font-text); }
.market-directory-page #market-page-status { margin: 12px 0; color: var(--muted); font: 400 13px/1.6 var(--font-text); }
.market-directory-page #market-page-status:empty { display: none; }
.market-directory-page #market-filters { align-items: end; }
.market-directory-page #market-filters button { min-height: 44px; }
.market-directory-page .page-hero { padding-block: 20px; }
.market-directory-page .intelligence-hub-section { padding-top: 24px; }
.market-directory-page .intelligence-hub-summary > div { min-height: 64px; padding: 12px 18px; }
.market-directory-page .intelligence-hub-summary span { font-size: 11px; }
.market-directory-page .page-head h1 { font-size: clamp(30px, 4vw, 44px); }
.market-directory-page .page-head { max-width: none; }
.market-directory-page .hub-player-photo img { object-fit: cover; }
@media (max-width: 600px) {
  .market-directory-page .intelligence-hub-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; overflow: visible; }
  .market-directory-page .intelligence-hub-nav a { padding: 10px 6px; font-size: 12px; letter-spacing: .03em; text-align: center; }
}

/* Shared full-coverage contract and availability directory. */
.research-record-list{list-style:none;margin:0;padding:0}
html[data-transfer-season="closed"] .off-page .off-records .research-record-list .intelligence-row{grid-template-columns:minmax(200px,1.5fr) repeat(3,minmax(100px,1fr))}
#research-filters{margin-bottom:24px}
#research-filters label{min-width:0}
#research-filters select{width:100%;min-width:0}
#research-results:focus{outline:2px solid var(--green);outline-offset:4px}
@media(max-width:1100px){html[data-transfer-season="closed"] .off-page .off-records .research-record-list .intelligence-row{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-transfer-season="closed"] .off-page .off-records .research-record-list .hub-player-identity{grid-column:1/-1}}
@media(max-width:600px){html[data-transfer-season="closed"] .off-page .off-records .research-record-list .intelligence-row{grid-template-columns:minmax(0,1fr)}html[data-transfer-season="closed"] .off-page .off-records .research-record-list .hub-player-identity{grid-column:auto}#research-filters{grid-template-columns:minmax(0,1fr)}}

@media(max-width:600px){
 html[data-transfer-season="closed"] .off-page .research-record-list .intelligence-row>div{display:block;padding-top:12px}
 html[data-transfer-season="closed"] .off-page .research-record-list .intelligence-row>div>:is(span,strong,small){display:block;max-width:none;text-align:left;overflow:visible;white-space:normal;margin:3px 0}
}
