:root {
  --club-primary: #0057c8;
  --club-secondary: #f5c542;
  --ink: #07142d;
  --muted: #64748b;
  --line: #dbe3ef;
  --soft: #f3f6fb;
  --white: #fff;
  --navy: #061529;
  --shadow: 0 18px 45px rgba(8, 23, 51, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; }
.portal-header { position: sticky; top: 0; z-index: 50; height: 88px; display: flex; align-items: center; gap: 30px; padding: 0 42px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.portal-brand { display: flex; align-items: center; gap: 14px; min-width: 280px; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.header-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--club-primary); color: white; display: grid; place-items: center; }
.portal-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.portal-nav a { text-decoration: none; font-weight: 800; font-size: 14px; text-transform: uppercase; }
.login-link, .btn-primary { background: var(--club-primary); color: white; text-decoration: none; border-radius: 8px; padding: 14px 22px; font-weight: 900; box-shadow: 0 10px 22px rgba(0, 87, 200, .28); }
.portal-shell { width: 100%; }
.home-hero { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.hero-media::before, .hero-media::after, .hero-media { background-size: cover; background-position: center; }
.hero-media::before { content: ""; background-image: var(--hero-a); clip-path: polygon(0 0, 92% 0, 78% 100%, 0 100%); }
.hero-media::after { content: ""; background-image: var(--hero-c); clip-path: polygon(22% 0, 100% 0, 100% 100%, 8% 100%); }
.hero-media { background-image: var(--hero-b); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,21,41,.35), rgba(6,21,41,.92)); }
.hero-content { position: relative; z-index: 2; max-width: 1020px; padding: 56px 24px; text-align: center; color: white; }
.hero-logo { width: 108px; height: 108px; object-fit: contain; margin-bottom: 10px; filter: drop-shadow(0 12px 24px rgba(0,0,0,.32)); }
.hero-kicker { color: var(--club-secondary); text-transform: uppercase; font-weight: 900; letter-spacing: .14em; }
.home-hero h1 { margin: 8px 0; font-size: clamp(44px, 7vw, 78px); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.hero-subtitle { color: var(--club-secondary); font-size: clamp(18px, 2.2vw, 28px); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-text { font-size: 20px; }
.hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border-radius: 8px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.75); }
.section-block { max-width: 1180px; margin: 0 auto; padding: 38px 24px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.section-title h2 { margin: 0; font-size: 24px; text-transform: uppercase; letter-spacing: -.02em; }
.section-title h2::after { content: ""; display: block; width: 54px; height: 4px; background: var(--club-secondary); margin-top: 9px; border-radius: 999px; }
.sports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sport-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: 12px; padding: 28px; color: white; background: linear-gradient(180deg, rgba(6,21,41,.18), rgba(6,21,41,.92)), var(--sport-bg); background-size: cover; background-position: center; text-decoration: none; box-shadow: var(--shadow); }
.sport-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(45deg, rgba(0,87,200,.5), transparent 55%); }
.sport-card > * { position: relative; z-index: 1; }
.sport-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--club-primary); font-size: 36px; margin-bottom: 18px; }
.sport-card strong { font-size: 27px; text-transform: uppercase; }
.sport-card small { display: block; max-width: 260px; margin: 8px 0 18px; font-size: 16px; line-height: 1.35; }
.sport-card em { color: var(--club-secondary); font-style: normal; font-weight: 900; text-transform: uppercase; }
.content-layout { max-width: 1180px; margin: 0 auto; padding: 0 24px 38px; display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.content-layout .section-block { padding: 0; width: 100%; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; text-decoration: none; box-shadow: 0 8px 24px rgba(8,23,51,.06); }
.news-card img { width: 100%; height: 150px; object-fit: cover; display: block; }
.news-body { padding: 18px; }
.meta { color: var(--muted); font-size: 13px; font-weight: 800; }
.meta span { display: inline-block; margin-right: 8px; background: var(--club-primary); color: white; padding: 4px 7px; border-radius: 3px; text-transform: uppercase; }
.news-card h3 { margin: 10px 0; font-size: 18px; line-height: 1.2; }
.news-card p { color: #34445b; line-height: 1.45; }
.news-card strong { color: var(--club-primary); text-transform: uppercase; font-size: 13px; }
.events-panel { background: var(--soft); border: 1px solid var(--line); border-radius: 12px; padding: 22px !important; }
.event-list { display: grid; gap: 12px; }
.event-item { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.event-date { border: 1px solid #b9c7dc; border-radius: 8px; display: grid; place-items: center; padding: 8px; color: var(--club-primary); }
.event-date strong { font-size: 24px; line-height: 1; }
.event-date span { font-size: 12px; font-weight: 900; }
.event-item h3 { margin: 0 0 4px; font-size: 16px; }
.event-item p { margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.event-item span { display: inline-block; color: var(--club-primary); border: 1px solid var(--club-primary); border-radius: 4px; padding: 2px 6px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.stats-strip { max-width: 1180px; margin: 0 auto 28px; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.stats-strip article { padding: 22px; text-align: center; background: white; border-right: 1px solid var(--line); }
.stats-strip article:last-child { border-right: 0; }
.stats-strip strong { display: block; color: var(--club-primary); font-size: 26px; }
.stats-strip span { color: var(--muted); }
.club-footer { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 40px; padding: 46px max(24px, calc((100vw - 1180px)/2 + 24px)); background: #061529; color: white; }
.club-footer img { width: 96px; height: 96px; object-fit: contain; }
.club-footer h3 { margin-top: 0; text-transform: uppercase; font-size: 15px; }
.club-footer p, .club-footer a { color: #d5e0f2; line-height: 1.6; }
.club-footer a { display: block; text-decoration: none; }
.footer-button { display: inline-block !important; color: var(--club-secondary) !important; border: 1px solid var(--club-secondary); border-radius: 8px; padding: 12px 18px; font-weight: 900; }
.detail { max-width: 960px; margin: 44px auto; padding: 0 24px; }
.back-link { display: inline-block; margin-bottom: 20px; color: var(--club-primary); font-weight: 900; text-decoration: none; }
.detail h1 { font-size: clamp(34px, 6vw, 60px); line-height: 1; letter-spacing: -.04em; }
.publication-image { width: 100%; max-height: 430px; object-fit: cover; border-radius: 12px; margin: 20px 0; }
.detail-content { font-size: 18px; line-height: 1.65; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.empty-state { padding: 22px; background: var(--soft); border: 1px dashed var(--line); border-radius: 10px; }
@media (max-width: 980px) {
  .portal-nav { display: none; }
  .portal-header { padding: 0 18px; height: 76px; }
  .portal-brand { min-width: 0; font-size: 14px; }
  .header-logo { width: 46px; height: 46px; }
  .sports-grid, .news-grid, .content-layout, .club-footer, .stats-strip { grid-template-columns: 1fr; }
  .home-hero { min-height: 560px; }
  .hero-media { grid-template-columns: 1fr; }
  .hero-media::before, .hero-media::after { display: none; }
  .stats-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
}
