:root {
  --white: #ffffff;
  --surface: #f6f8fc;
  --surface-2: #eef3fb;
  --ink: #0e1420;
  --muted: #667085;
  --line: #e4e9f2;
  --blue: #155eef;
  --blue-dark: #0c3d9f;
  --blue-soft: #eaf1ff;
  --gold: #c8a23a;
  --success: #16885f;
  --danger: #b42318;
  --shadow-sm: 0 10px 30px rgba(14, 20, 32, .07);
  --shadow-lg: 0 28px 80px rgba(14, 20, 32, .12);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1180px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: var(--white); }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 999;
  padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 10px;
}
.skip-link:focus { top: 14px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section.soft { background: var(--surface); }
.section.compact { padding: 72px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px; color: var(--blue); font-weight: 800;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.display {
  margin: 0; max-width: 860px; font-size: clamp(3rem, 8vw, 7rem);
  line-height: .93; letter-spacing: -.065em; font-weight: 900;
}
.heading {
  margin: 0; max-width: 800px; font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1; letter-spacing: -.045em; font-weight: 870;
}
.subheading {
  margin: 20px 0 0; max-width: 690px; color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}
.section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px;
}
.section-head .subheading { margin-top: 14px; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link:hover { text-decoration: underline; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent;
  border-radius: 999px; background: var(--blue); color: var(--white);
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(21, 94, 239, .22); }
.button.secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
.button.secondary:hover { box-shadow: var(--shadow-sm); }
.button.ghost { background: transparent; color: var(--blue); border-color: #bed0fb; }
.button.small { min-height: 42px; padding: 0 17px; font-size: .9rem; }
.button.full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-height);
  background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(228,233,242,.8);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 39px; height: 39px; border-radius: 11px; }
.brand-name small { display: block; color: var(--muted); font-size: .65rem; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.nav-link {
  padding: 10px 12px; border-radius: 999px; color: #3a4658; font-size: .92rem; font-weight: 750;
}
.nav-link:hover, .nav-link.active { background: var(--blue-soft); color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  background: var(--white); border-radius: 14px; font-size: 1.35rem;
}
.mobile-menu {
  display: none; position: fixed; z-index: 99; inset: var(--header-height) 0 0;
  background: var(--white); padding: 24px;
}
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 16px; border-bottom: 1px solid var(--line); font-size: 1.2rem; font-weight: 800; }

.hero { min-height: calc(100vh - var(--header-height)); display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 42px; padding: 52px 0 70px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .display span { color: var(--blue); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: var(--muted); font-weight: 700; }
.hero-meta strong { display: block; color: var(--ink); font-size: 1.1rem; }
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  right: -14%; top: -2%; background: var(--blue-soft); filter: blur(2px);
}
.hero-card {
  position: relative; z-index: 1; overflow: hidden; border: 1px solid var(--line);
  border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg);
}
.hero-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; }
.hero-label {
  position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 19px;
  background: rgba(255,255,255,.86); backdrop-filter: blur(16px);
}
.hero-label p { margin: 0; color: var(--muted); }
.hero-label strong { display: block; font-size: 1.15rem; }

.stat-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  border: 1px solid var(--line); background: var(--line); border-radius: var(--radius); overflow: hidden;
}
.stat { padding: 30px; background: var(--white); }
.stat strong { display: block; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.05em; }
.stat span { color: var(--muted); font-weight: 700; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #ccd8ef; }
.card-body { padding: 25px; }
.card h3 { margin: 0 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); }
.icon-box {
  width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px;
  border-radius: 17px; background: var(--blue-soft); color: var(--blue); font-size: 1.4rem; font-weight: 900;
}
.value-card { min-height: 270px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.value-card strong { color: var(--gold); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }

.fixture-feature {
  display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm);
}
.fixture-main { padding: clamp(30px, 5vw, 58px); }
.fixture-side { display: grid; place-items: center; min-height: 410px; padding: 34px; background: var(--blue); color: var(--white); text-align: center; }
.fixture-side .button { background: var(--white); color: var(--blue); }
.fixture-clubs { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin: 38px 0; }
.club-badge {
  width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 14px;
  border-radius: 26px; background: var(--surface); border: 1px solid var(--line); color: var(--blue); font-weight: 900;
}
.club-name { text-align: center; font-size: 1.15rem; font-weight: 850; }
.versus { color: var(--muted); font-size: .82rem; letter-spacing: .16em; font-weight: 900; }
.fixture-info { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--muted); font-weight: 700; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0; }
.countdown div { padding: 16px 8px; border-radius: 18px; background: rgba(255,255,255,.12); }
.countdown strong { display: block; font-size: 2rem; line-height: 1; }
.countdown span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; opacity: .75; }

.news-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--surface); }
.news-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: var(--muted); font-size: .8rem; font-weight: 750; }
.news-card h3 { font-size: 1.25rem; }
.news-card .text-link { display: inline-block; margin-top: 18px; }

.team-card { position: relative; min-height: 330px; padding: 26px; display: flex; flex-direction: column; justify-content: end; }
.team-card::before {
  content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(255,255,255,.15), rgba(10,33,84,.88)),
  radial-gradient(circle at 72% 20%, #77a5ff, #155eef 43%, #0b2f79 100%);
}
.team-card > * { position: relative; z-index: 1; color: var(--white); }
.team-card .number { position: absolute; top: 8px; right: 20px; font-size: 7rem; opacity: .11; font-weight: 950; line-height: 1; }
.team-card p { color: rgba(255,255,255,.78); }

.partner-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.partner-logo {
  min-height: 120px; display: grid; place-items: center; padding: 22px;
  border: 1px solid var(--line); border-radius: 22px; background: var(--white);
  color: #5d6675; font-weight: 900; letter-spacing: .04em; text-align: center;
}

.cta {
  position: relative; overflow: hidden; padding: clamp(38px, 7vw, 76px);
  border-radius: var(--radius-lg); background: var(--blue); color: var(--white);
}
.cta::after {
  content: ""; position: absolute; width: 350px; height: 350px; right: -90px; top: -150px;
  border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.05);
}
.cta > * { position: relative; z-index: 1; }
.cta .heading { max-width: 760px; }
.cta p { max-width: 680px; color: rgba(255,255,255,.76); font-size: 1.1rem; }
.cta .button { background: var(--white); color: var(--blue); }

.page-hero { padding: 82px 0 58px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 40px; align-items: end; }
.page-hero-number { text-align: right; color: var(--blue-soft); font-size: clamp(6rem, 17vw, 14rem); font-weight: 950; line-height: .7; letter-spacing: -.09em; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.breadcrumb a { color: var(--blue); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.sticky-copy { position: sticky; top: calc(var(--header-height) + 30px); }
.quote-card { padding: 34px; border-radius: var(--radius); background: var(--blue); color: var(--white); }
.quote-card p { margin: 0 0 20px; font-size: 1.45rem; line-height: 1.35; letter-spacing: -.02em; }
.timeline { position: relative; padding-left: 26px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding: 0 0 40px 28px; }
.timeline-item::before {
  content: ""; position: absolute; left: -26px; top: 8px; width: 12px; height: 12px;
  border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px var(--blue-soft);
}
.timeline-item time { color: var(--blue); font-weight: 900; }
.timeline-item h3 { margin: 7px 0; font-size: 1.35rem; }
.timeline-item p { margin: 0; color: var(--muted); }

.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.info-panel { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.info-panel h3 { margin-top: 0; font-size: 1.55rem; }
.info-panel p { color: var(--muted); }
.principles { counter-reset: principle; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.principle { counter-increment: principle; display: flex; gap: 16px; padding: 22px; border-bottom: 1px solid var(--line); }
.principle::before {
  content: counter(principle, decimal-leading-zero); color: var(--gold); font-weight: 900;
}
.principle p { margin: 0; color: var(--muted); }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-button {
  border: 1px solid var(--line); border-radius: 999px; background: var(--white);
  padding: 10px 16px; font-weight: 800; color: var(--muted);
}
.filter-button.active, .filter-button:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }

.squad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.player-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.player-art {
  position: relative; min-height: 275px; display: grid; place-items: end center; overflow: hidden;
  background: radial-gradient(circle at 50% 20%, #fff, #eaf1ff 55%, #c9d9fb);
}
.player-art::before {
  content: ""; width: 120px; height: 120px; border-radius: 50%; background: #8c5f45; margin-bottom: 85px;
}
.player-art::after {
  content: ""; position: absolute; width: 220px; height: 180px; bottom: -25px;
  border-radius: 110px 110px 24px 24px; background: linear-gradient(#2d6cf6, #0b3fa9);
}
.player-number {
  position: absolute; z-index: 2; top: 15px; right: 18px; color: rgba(21,94,239,.16);
  font-size: 4.8rem; font-weight: 950; line-height: 1;
}
.player-info { padding: 21px; }
.player-info h3 { margin: 0; font-size: 1.16rem; }
.player-info p { margin: 4px 0 16px; color: var(--muted); }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: .73rem; font-weight: 850; }

.fixture-list { display: grid; gap: 14px; }
.fixture-row {
  display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 24px;
  padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white);
}
.fixture-date strong { display: block; }
.fixture-date span { color: var(--muted); font-size: .86rem; }
.fixture-match { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.fixture-match .home { text-align: right; }
.fixture-score { min-width: 74px; padding: 10px 12px; text-align: center; border-radius: 12px; background: var(--surface); font-weight: 900; }
.fixture-venue { text-align: right; color: var(--muted); font-size: .87rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 700px; background: var(--white); }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; }
th { background: var(--surface); color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
tr:last-child td { border-bottom: 0; }
tr.highlight { background: var(--blue-soft); font-weight: 850; }

.news-feature {
  display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white);
}
.news-feature img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.news-feature-copy { padding: clamp(28px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.news-feature-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
.news-feature-copy p { color: var(--muted); }

.gallery-grid { columns: 3 280px; column-gap: 18px; }
.gallery-item {
  break-inside: avoid; position: relative; min-height: 280px; margin-bottom: 18px;
  border-radius: 24px; overflow: hidden; background: var(--surface);
}
.gallery-item:nth-child(2n) { min-height: 400px; }
.gallery-item:nth-child(3n) { min-height: 330px; }
.gallery-art {
  position: absolute; inset: 0; background:
  linear-gradient(140deg, rgba(21,94,239,.06), rgba(21,94,239,.85)),
  radial-gradient(circle at 65% 25%, #ffffff 0 12%, transparent 13%),
  linear-gradient(45deg, #dbe7ff, #f8fafc);
}
.gallery-art.gold { background: linear-gradient(140deg, #f8f1dc, #d2ad46); }
.gallery-art.dark { background: linear-gradient(140deg, #0e1420, #214fbc); }
.gallery-caption {
  position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 16px;
  background: rgba(255,255,255,.88); border-radius: 17px; backdrop-filter: blur(12px);
}
.gallery-caption strong { display: block; }
.gallery-caption span { color: var(--muted); font-size: .83rem; }

.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.partner-card { padding: 30px; min-height: 280px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.partner-mark { height: 86px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 18px; background: var(--surface); font-size: 1.5rem; font-weight: 950; }
.partner-card p { color: var(--muted); }
.partner-card a { margin-top: auto; color: var(--blue); font-weight: 850; }

.join-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.join-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: start; }
.join-aside { position: sticky; top: calc(var(--header-height) + 28px); padding: 30px; border-radius: var(--radius); background: var(--blue); color: var(--white); }
.join-aside p { color: rgba(255,255,255,.75); }
.check-list { display: grid; gap: 14px; margin-top: 28px; }
.check-list div { display: flex; gap: 10px; }
.form-card { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .9rem; }
input, textarea, select {
  width: 100%; border: 1px solid #d5deeb; border-radius: 14px; background: var(--white);
  padding: 13px 14px; color: var(--ink); outline: none;
}
textarea { min-height: 145px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px var(--blue-soft); }
.form-message { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: #eaf8f2; color: var(--success); font-weight: 750; }
.form-message.show { display: block; }

.profile-hero { padding: 70px 0; background: linear-gradient(180deg, var(--white), var(--surface)); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.profile-portrait { position: relative; min-height: 560px; border-radius: var(--radius-lg); overflow: hidden; background: radial-gradient(circle at 50% 15%, #fff, #dce8ff 60%, #b4caf8); }
.profile-portrait::before { content: ""; position: absolute; width: 165px; height: 165px; border-radius: 50%; background: #8c5f45; top: 92px; left: calc(50% - 82px); }
.profile-portrait::after { content: ""; position: absolute; width: 410px; height: 340px; border-radius: 210px 210px 35px 35px; background: linear-gradient(#2d6cf6, #0b3fa9); bottom: -40px; left: calc(50% - 205px); }
.profile-number { position: absolute; z-index: 2; right: 26px; top: 16px; color: rgba(21,94,239,.15); font-size: 10rem; font-weight: 950; line-height: 1; }
.profile-copy h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.06em; }
.profile-role { margin: 22px 0; color: var(--blue); font-weight: 900; font-size: 1.1rem; letter-spacing: .1em; text-transform: uppercase; }
.profile-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; }
.profile-stat { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.profile-stat strong { display: block; font-size: 1.8rem; }
.profile-stat span { color: var(--muted); font-size: .83rem; font-weight: 750; }

.site-footer { padding: 64px 0 28px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer-brand p { max-width: 380px; color: var(--muted); }
.footer-col h4 { margin: 0 0 16px; }
.footer-col a { display: block; margin: 9px 0; color: var(--muted); }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-actions .button { display: none; }
  .menu-button { display: grid; place-items: center; }
  .hero-grid, .fixture-feature, .story-grid, .news-feature, .join-layout, .profile-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 20px; }
  .hero-visual { max-width: 650px; margin-inline: auto; }
  .card-grid, .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .squad-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-row { grid-template-columns: repeat(2, 1fr); }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-number { display: none; }
  .sticky-copy, .join-aside { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head .text-link { display: inline-block; margin-top: 20px; }
  .hero-grid { padding: 40px 0 56px; gap: 30px; }
  .display { font-size: clamp(3rem, 17vw, 5rem); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 22px; }
  .card-grid, .two-col, .partner-grid, .squad-grid, .principles { grid-template-columns: 1fr; }
  .fixture-main { padding: 26px; }
  .fixture-clubs { gap: 10px; }
  .club-badge { width: 70px; height: 70px; }
  .countdown strong { font-size: 1.4rem; }
  .partner-row { grid-template-columns: 1fr; }
  .fixture-row { grid-template-columns: 1fr; gap: 14px; }
  .fixture-match .home { text-align: left; }
  .fixture-match { grid-template-columns: 1fr auto 1fr; }
  .fixture-venue { text-align: left; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .profile-stats { grid-template-columns: repeat(2, 1fr); }
  .profile-portrait { min-height: 430px; }
  .profile-number { font-size: 7rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}


[hidden] { display: none !important; }
.empty-state { grid-column: 1 / -1; padding: 54px 30px; border: 1px dashed #cbd6e8; border-radius: var(--radius); background: var(--white); text-align: center; }
.empty-state .icon-box { margin-inline: auto; }
.empty-state h3 { margin: 0 0 8px; font-size: 1.45rem; }
.empty-state p, .muted { color: var(--muted); }
.news-placeholder { min-height: 220px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); font-size: 1.8rem; font-weight: 950; }
.social-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.social-button { display: inline-flex; align-items: center; min-height: 46px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 800; }
.social-button:hover { border-color: var(--blue); color: var(--blue); }
.gallery-grid { columns: initial; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-photo { position: relative; min-height: 330px; overflow: hidden; border-radius: 24px; background: var(--surface); }
.gallery-photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .35s ease; }
.gallery-photo:hover img { transform: scale(1.035); }
.gallery-photo .gallery-caption { position: absolute; }
.admin-page { min-height: 100vh; background: var(--surface); }
.admin-header { padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-shell { padding: 48px 0 80px; }
.admin-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.admin-card.narrow { width: min(100%, 520px); margin-inline: auto; }
.admin-card h1, .admin-card h2 { margin-top: 0; }
.admin-notice { position: fixed; z-index: 200; top: 20px; left: 50%; transform: translate(-50%, -20px); opacity: 0; pointer-events: none; padding: 14px 18px; border-radius: 14px; background: #eaf8f2; color: var(--success); box-shadow: var(--shadow-sm); transition: .2s ease; }
.admin-notice.show { transform: translate(-50%, 0); opacity: 1; }
.admin-notice.error { background: #fff0ef; color: var(--danger); }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 26px; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.admin-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.admin-panel { display: grid; gap: 22px; }
.admin-list { display: grid; gap: 12px; }
.admin-list-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.admin-list-item img, .admin-thumb-placeholder { width: 110px; height: 82px; object-fit: cover; border-radius: 12px; background: var(--blue-soft); display: grid; place-items: center; color: var(--blue); font-weight: 900; }
.admin-list-item h3 { margin: 7px 0 2px; font-size: 1rem; }
.admin-list-item p { margin: 0; color: var(--muted); font-size: .84rem; }
.admin-actions { display: flex; gap: 8px; }
.danger-button { background: #fff0ef; color: var(--danger); border-color: #ffd0cc; }
.icon-button { width: 34px; height: 34px; border: 0; border-radius: 10px; font-size: 1.2rem; }
.icon-button.danger { background: #fff0ef; color: var(--danger); }
.admin-table { min-width: 980px; }
.admin-table th, .admin-table td { padding: 8px; }
.table-input { min-width: 58px; padding: 9px 8px; border-radius: 9px; }
.table-input.team { min-width: 180px; }
.admin-table output { display: block; min-width: 38px; text-align: center; font-weight: 850; }
.toggle-list { display: grid; gap: 14px; }
.toggle-row { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.toggle-row strong { display: block; }
.toggle-row span { color: var(--muted); font-size: .86rem; }
.toggle-row input { width: 22px; height: 22px; }
.code-box { overflow-x: auto; padding: 16px; border-radius: 14px; background: #0e1420; color: #eff4ff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .84rem; }
@media (max-width: 980px) { .admin-grid { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .gallery-grid { grid-template-columns: 1fr; } .admin-list-item { grid-template-columns: 78px 1fr; } .admin-list-item img, .admin-thumb-placeholder { width: 78px; height: 68px; } .admin-actions { grid-column: 1 / -1; } .admin-topbar { align-items: flex-start; flex-direction: column; } }

.article-layout { width: min(100%, 900px); margin-inline: auto; }
.article-header { padding: 30px 0 40px; }
.article-image { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius-lg); }
.article-body { width: min(100%, 720px); margin: 46px auto 0; font-size: 1.08rem; }
.article-body p { margin: 0 0 1.5em; }
