:root {
  --bg: #08090d;
  --surface: #ffffff;
  --surface-soft: #f3f5f8;
  --ink: #101620;
  --muted: #637083;
  --line: #d9e0ea;
  --brand: #e00036;
  --brand-dark: #95001f;
  --gold: #f0c76d;
  --green: #10a77d;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(13, 26, 46, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--ink);
  background: #f6f7fa;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(8, 9, 13, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(240,199,109,.24);
  box-shadow: 0 18px 40px rgba(0,0,0,.2);
}
.top-flash { background: #050609; border-bottom: 1px solid rgba(240,199,109,.22); color: #fff; }
.top-flash-inner {
  min-height: 34px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; font-size: 12px; font-weight: 900;
}
.top-flash span { color: var(--gold); }
.top-flash strong { color: #ffffff; }
.top-flash em { color: #ff4e7d; font-style: normal; }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: linear-gradient(135deg, #ff1d57, var(--brand-dark));
  color: #fff; border-radius: 10px; font-weight: 900;
  box-shadow: 0 12px 30px rgba(224,0,54,.34), inset 0 0 0 1px rgba(255,255,255,.18);
}
.brand strong { display: block; color: #fff; font-size: 20px; letter-spacing: 0; }
.brand em { display: block; font-style: normal; color: #d7bb76; font-size: 12px; line-height: 1.2; }
.nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #edf2f8;
  font-size: 14px;
  font-weight: 700;
}
.nav a:hover, .nav a[aria-current="page"] { background: var(--brand); color: #fff; }
.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,6,10,.96) 0%, rgba(20,8,17,.84) 48%, rgba(20,8,17,.36) 100%),
    linear-gradient(180deg, rgba(5,6,10,.05) 0%, rgba(5,6,10,.42) 100%),
    url("./hero-milan-sports.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(240,199,109,.24);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: .18;
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .72fr); gap: 48px; align-items: center; padding: 96px 0 72px; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(42px, 6vw, 76px); line-height: 1.06; letter-spacing: 0; text-shadow: 0 18px 50px rgba(0,0,0,.45); }
.hero p { max-width: 700px; color: #eef4fb; font-size: 18px; margin: 22px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 20px; border-radius: 8px;
  background: linear-gradient(135deg, #ff2b63, var(--brand-dark)); color: #fff; font-weight: 900;
  box-shadow: 0 14px 30px rgba(224,0,54,.34);
}
.btn.secondary { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.26); box-shadow: none; }
.hero-mini-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px;
  max-width: 720px; margin-top: 26px;
}
.hero-mini-grid div {
  min-height: 86px; padding: 14px 16px; border-radius: var(--radius);
  background: rgba(8,9,13,.58); border: 1px solid rgba(240,199,109,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-mini-grid span { display: block; color: #b9c5d7; font-size: 12px; font-weight: 800; }
.hero-mini-grid strong { display: block; margin-top: 4px; color: var(--gold); font-size: 20px; line-height: 1.2; }
.hero-panel {
  background: rgba(5, 6, 10, .78);
  border: 1px solid rgba(240,199,109,.28);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 24px 80px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.05);
}
.hero-panel h2 { margin: 0 0 18px; color: #fff; font-size: 20px; }
.metric-list { display: grid; gap: 12px; }
.metric { border-top: 1px solid rgba(255,255,255,.13); padding: 12px 0 0; }
.metric span { color: #aeb9ca; font-size: 12px; }
.metric strong { display: block; font-size: 24px; color: #fff; line-height: 1.3; }
.section-label { color: var(--brand); font-weight: 900; font-size: 13px; letter-spacing: 0; text-transform: uppercase; margin: 0 0 12px; }
.section { padding: 86px 0; background: #fff; }
.section.alt { background: #090b10; color: #fff; }
.content-band { background: var(--surface-soft); padding: 70px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head h2, .page-hero h1 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.18; letter-spacing: 0; }
.section-head p, .page-hero p { color: var(--muted); max-width: 680px; margin: 10px 0 0; }
.section.alt .section-label { color: var(--gold); }
.section.alt .section-head p { color: #bdc7d7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature, .article-card, .note-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
}
.feature { border-top: 4px solid var(--brand); }
.feature strong { display: block; font-size: 19px; margin-bottom: 8px; }
.feature p, .article-card p, .note-card p { color: var(--muted); margin: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card h3 { margin: 10px 0 10px; font-size: 21px; line-height: 1.35; }
.article-card h3 a:hover { color: var(--brand); }
.meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 800; }
.meta span { color: var(--brand); }
.page-hero {
  background:
    linear-gradient(135deg, rgba(5,6,10,.94), rgba(18,12,23,.86) 58%, rgba(85,0,25,.78)),
    url("./hero-milan-sports.png") center/cover no-repeat;
  color: #fff;
  padding: 86px 0;
}
.page-hero.compact { padding: 72px 0; }
.page-hero p { color: #cbd5e2; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 320px; gap: 42px; padding: 70px 0; align-items: start; }
.article-body {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px; box-shadow: var(--shadow);
}
.article-body h1 { margin: 0 0 16px; font-size: clamp(30px, 5vw, 50px); line-height: 1.18; }
.article-body p { font-size: 17px; color: #303b4d; }
.article-body .lead { color: var(--muted); font-size: 18px; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 26px; }
.sidebar { display: grid; gap: 16px; }
.list-links { display: grid; gap: 10px; }
.list-links a { color: var(--brand); font-weight: 800; }
.site-footer { background: #080b11; color: #aeb9ca; padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 32px; }
.site-footer strong, .site-footer span { color: #fff; font-weight: 900; display: block; margin-bottom: 8px; }
.site-footer a { display: block; color: #d8b15f; margin: 4px 0; }
@media (max-width: 860px) {
  .top-flash-inner { align-items: flex-start; flex-direction: column; gap: 2px; padding: 8px 0; }
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .nav { justify-content: flex-start; }
  .hero { min-height: auto; }
  .hero-grid, .article-layout, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 70px 0 46px; }
  .hero-mini-grid { grid-template-columns: 1fr; }
  .feature-grid, .article-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .article-body { padding: 26px; }
}
