* {
  box-sizing: border-box;
}

:root {
  --barca-blue: #004d98;
  --barca-maroon: #a50044;
  --barca-gold: #edbb00;
  --barca-ink: #0a1b36;
  --barca-light: #f7f2d8;
  --font-main: "Tajawal", sans-serif;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 77, 152, 0.28), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(165, 0, 68, 0.26), transparent 42%),
    linear-gradient(145deg, #061127, #17091f 52%, #08142a);
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

body.theme-light {
  background:
    radial-gradient(circle at 12% 8%, rgba(95, 131, 195, 0.24), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(231, 167, 92, 0.2), transparent 42%),
    linear-gradient(145deg, #f5f8ff, #dde6f7 52%, #d4def0);
}

button,
input,
textarea,
select,
a {
  font-family: inherit;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 38%),
    linear-gradient(295deg, rgba(255, 255, 255, 0.03), transparent 35%),
    radial-gradient(circle at 50% 120%, rgba(237, 187, 0, 0.07), transparent 42%);
  backdrop-filter: blur(2px);
}

.topbar {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  height: 520px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow:
    0 28px 64px rgba(2, 6, 23, 0.62),
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(120deg, rgba(4, 16, 40, 0.78), rgba(40, 10, 28, 0.58)),
    url("assets/Screenshot 2026-04-14 043408.png");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center 34%;
}

body.theme-light .topbar {
  box-shadow:
    0 22px 50px rgba(30, 41, 59, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 85%, rgba(165, 0, 68, 0.28), transparent 38%),
    radial-gradient(circle at 80% 20%, rgba(0, 77, 152, 0.26), transparent 44%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.3), rgba(2, 6, 23, 0.62));
}

body.theme-light .topbar::before {
  background:
    radial-gradient(circle at 20% 85%, rgba(200, 97, 47, 0.16), transparent 38%),
    radial-gradient(circle at 80% 20%, rgba(60, 126, 209, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(245, 248, 255, 0.1), rgba(15, 23, 42, 0.26));
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(237, 187, 0, 0.58);
  pointer-events: none;
}

.theme-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 6;
  display: flex;
  gap: 0.3rem;
  padding: 0.32rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(140deg, rgba(7, 20, 44, 0.9), rgba(30, 41, 59, 0.82));
  box-shadow:
    0 10px 20px rgba(2, 6, 23, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.theme-btn {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #cbd5e1;
  background: transparent;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.theme-btn:hover {
  opacity: 1;
  transform: translateY(-1px);
  color: #e2e8f0;
}

.theme-btn.is-active {
  opacity: 1;
  color: #f8fafc;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(6, 182, 212, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(125, 211, 252, 0.55),
    0 4px 12px rgba(14, 116, 144, 0.32);
}

body.theme-light .theme-toggle {
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.92));
  border-color: rgba(15, 23, 42, 0.2);
  box-shadow:
    0 10px 18px rgba(148, 163, 184, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.theme-light .theme-btn {
  color: #334155;
}

body.theme-light .theme-btn.is-active {
  color: #0f172a;
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.4), rgba(249, 115, 22, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(194, 65, 12, 0.4),
    0 4px 10px rgba(249, 115, 22, 0.22);
}

.privacy-blur {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
}

.blur-left {
  left: -1px;
  top: -4px;
  width: calc(30% + 2px);
  height: calc(100% + 8px);
  -webkit-backdrop-filter: blur(9px) saturate(92%);
  backdrop-filter: blur(9px) saturate(92%);
  background:
    linear-gradient(90deg, rgba(8, 16, 40, 0.2), rgba(8, 16, 40, 0.08) 75%, transparent);
}

.blur-right {
  right: -1px;
  top: -4px;
  width: calc(30% + 2px);
  height: calc(100% + 8px);
  -webkit-backdrop-filter: blur(9px) saturate(92%);
  backdrop-filter: blur(9px) saturate(92%);
  background:
    linear-gradient(270deg, rgba(8, 16, 40, 0.2), rgba(8, 16, 40, 0.08) 75%, transparent);
}

.corner-logo {
  position: absolute;
  top: 46%;
  right: 150px;
  width: clamp(180px, 18vw, 300px);
  height: auto;
  z-index: 3;
  opacity: 0.95;
  filter: drop-shadow(0 4px 14px rgba(2, 6, 23, 0.55));
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-cluster {
  position: absolute;
  top: 18px;
  left: 28px;
  z-index: 4;
  display: grid;
  gap: 0.55rem;
  justify-items: start;
}

.social-icons {
  display: flex;
  gap: 0.45rem;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  color: var(--barca-light);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 187, 0, 0.78);
  background: rgba(165, 0, 68, 0.35);
}

body.theme-light .social-btn {
  border-color: rgba(15, 23, 42, 0.26);
  color: #f8fafc;
  background: rgba(30, 41, 59, 0.56);
}

.topbar-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 0.9rem;
  padding: 1.2rem;
}

.contact-btn-stack {
  margin-top: 0;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.topbar-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 0.9rem;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.contact-btn {
  margin-top: 0.85rem;
  text-decoration: none;
  color: #eefaff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.7rem;
  border-radius: 14px;
  border: 1px solid rgba(153, 246, 228, 0.72);
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.66), rgba(6, 182, 212, 0.56));
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0 2px rgba(94, 234, 212, 0.16), 0 10px 24px rgba(13, 148, 136, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-130%);
  transition: transform 0.45s ease;
}

.contact-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  border-color: rgba(204, 251, 241, 0.92);
  box-shadow: 0 0 0 2px rgba(153, 246, 228, 0.24), 0 14px 28px rgba(6, 182, 212, 0.26);
}

.contact-btn:hover::before {
  transform: translateX(130%);
}

.about-btn {
  text-decoration: none;
  color: #f8fafc;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  padding: 0.78rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(236, 72, 153, 0.52);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.78), rgba(124, 58, 237, 0.28));
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 22px rgba(15, 23, 42, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.about-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 114, 182, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 24px rgba(76, 29, 149, 0.35);
  filter: brightness(1.05);
}

.about-btn-side {
  width: calc((40px * 5) + (0.45rem * 4));
  justify-content: center;
  padding: 0.62rem 1rem;
  border-radius: 12px;
}

.about-icon {
  line-height: 1;
}

.about-icon svg {
  width: 1.2em;
  height: 1.2em;
  display: block;
  fill: currentColor;
}

.contact-icon {
  font-size: 0.95em;
  line-height: 1;
}

.contact-icon svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 77, 152, 0.18), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(165, 0, 68, 0.18), transparent 36%),
    rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 300;
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal {
  width: min(640px, 100%);
  border-radius: 14px;
  border: 1px solid rgba(237, 187, 0, 0.28);
  background:
    linear-gradient(145deg, rgba(8, 22, 48, 0.66), rgba(45, 9, 27, 0.48));
  box-shadow: 0 20px 48px rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(18px) saturate(120%);
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.contact-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(237, 187, 0, 0.15), transparent 40%);
}

.contact-modal h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: var(--barca-light);
  font-size: 1.25rem;
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  border: 0;
  background: transparent;
  color: #e2e8f0;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  text-shadow: 0 2px 8px rgba(2, 6, 23, 0.45);
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
}

.contact-form span {
  color: var(--barca-light);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  justify-content: space-between;
}

.contact-form small {
  color: #94a3b8;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(8px);
  color: #e2e8f0;
  padding: 0.72rem 0.8rem;
  font-family: inherit;
  font-size: 0.96rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(237, 187, 0, 0.85);
  box-shadow: 0 0 0 2px rgba(237, 187, 0, 0.22);
}

.submit-btn {
  justify-self: start;
  border: 1px solid rgba(237, 187, 0, 0.9);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(165, 0, 68, 0.9), rgba(0, 77, 152, 0.86));
  backdrop-filter: blur(8px);
  color: #fff;
  font-weight: 700;
  padding: 0.64rem 1.35rem;
  cursor: pointer;
}

.nav-item {
  text-decoration: none;
  color: #f8fafc;
  font-weight: 800;
  font-size: 1rem;
  padding: 1.02rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 8px 18px rgba(2, 6, 23, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-align: center;
}

body.theme-light .nav-item {
  color: #0f172a;
  border-color: rgba(148, 163, 184, 0.36);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 8px 16px rgba(148, 163, 184, 0.2);
}

.nav-item:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  border-color: rgba(125, 211, 252, 0.45);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(56, 189, 248, 0.09));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 10px 20px rgba(2, 6, 23, 0.3);
}

.nav-item:active {
  transform: translateY(0) scale(0.985);
}

.nav-item.active {
  color: #ffffff;
  border-color: rgba(147, 197, 253, 0.65);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.36), rgba(14, 116, 144, 0.3));
  box-shadow:
    inset 0 1px 0 rgba(191, 219, 254, 0.36),
    0 12px 22px rgba(2, 132, 199, 0.22);
}

body.theme-light .nav-item.active {
  color: #ffffff;
  border-color: rgba(37, 99, 235, 0.62);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.82), rgba(14, 165, 233, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(191, 219, 254, 0.5),
    0 10px 18px rgba(14, 116, 144, 0.3);
}

.home-main {
  position: relative;
  z-index: 1;
  width: min(1120px, 100% - 2.2rem);
  margin: 1.4rem auto 3rem;
  display: grid;
  gap: 1rem;
}

.quick-entry,
.showcase,
.final-cta {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(11, 21, 42, 0.62), rgba(35, 10, 31, 0.45));
  backdrop-filter: blur(6px);
  padding: 1.1rem;
}

.quick-entry h2,
.showcase h2,
.final-cta h2 {
  margin: 0 0 0.45rem;
  color: #eef6ff;
  font-size: 1.35rem;
}

.quick-entry p,
.final-cta p {
  margin: 0;
  color: #d5dfed;
}

.quick-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 0.8rem;
}

.quick-card {
  text-decoration: none;
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(2, 16, 36, 0.68), rgba(0, 77, 152, 0.16));
  padding: 0.9rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.quick-card:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 187, 0, 0.45);
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.34);
}

.quick-tag {
  display: inline-block;
  font-size: 0.74rem;
  color: #07243a;
  font-weight: 800;
  background: rgba(237, 187, 0, 0.86);
  border-radius: 999px;
  padding: 0.22rem 0.62rem;
  margin-bottom: 0.45rem;
}

.quick-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}

.quick-card p {
  font-size: 0.92rem;
  line-height: 1.6;
}

.impact-strip {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(8, 19, 39, 0.76), rgba(16, 28, 50, 0.55));
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  overflow: hidden;
}

.impact-item {
  padding: 0.88rem 0.6rem;
  text-align: center;
  border-inline-start: 1px solid rgba(148, 163, 184, 0.18);
}

.impact-item:first-child {
  border-inline-start: 0;
}

.impact-item strong {
  display: block;
  color: #f8fafc;
  font-size: 1.5rem;
  line-height: 1.1;
}

.impact-item span {
  color: #cbd5e1;
  font-size: 0.88rem;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.section-link {
  text-decoration: none;
  color: #f8fafc;
  font-weight: 700;
  border: 1px solid rgba(237, 187, 0, 0.45);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 0.75rem;
}

.shot-card {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.5);
}

.shot-media {
  height: 120px;
}

.shot-a { background: linear-gradient(140deg, #0f3d72, #1d6db8); }
.shot-b { background: linear-gradient(140deg, #4a0f36, #9f1540); }
.shot-c { background: linear-gradient(140deg, #0c5348, #0f8d95); }
.shot-d { background: linear-gradient(140deg, #33245f, #5962bd); }
.shot-e { background: linear-gradient(140deg, #66510a, #c3922b); }
.shot-f { background: linear-gradient(140deg, #0f3f4e, #0c6b89); }

.shot-card figcaption {
  color: #e2e8f0;
  font-size: 0.9rem;
  padding: 0.62rem 0.68rem;
}

.final-cta {
  display: grid;
  gap: 0.72rem;
  justify-items: start;
}

body.theme-light .quick-entry,
body.theme-light .showcase,
body.theme-light .final-cta {
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.94), rgba(226, 232, 240, 0.92));
  border-color: rgba(100, 116, 139, 0.25);
}

body.theme-light .quick-entry h2,
body.theme-light .showcase h2,
body.theme-light .final-cta h2 {
  color: #0f172a;
}

body.theme-light .quick-entry p,
body.theme-light .final-cta p,
body.theme-light .impact-item span,
body.theme-light .shot-card figcaption {
  color: #334155;
}

body.theme-light .quick-card {
  color: #0f172a;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.95));
  border-color: rgba(100, 116, 139, 0.28);
}

body.theme-light .impact-strip {
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.94), rgba(237, 242, 249, 0.94));
  border-color: rgba(100, 116, 139, 0.24);
}

body.theme-light .impact-item strong {
  color: #0f172a;
}

body.theme-light .section-link {
  color: #0f172a;
}

.sports-main {
  position: relative;
  z-index: 1;
  width: min(100% - 1.2rem, 100%);
  max-width: none;
  margin: 1rem auto 3rem;
}

.sports-showcase {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  padding: 1.2rem;
}

.sports-filters {
  position: relative;
  z-index: 80;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: min(980px, 100%);
  gap: 0.75rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sports-filter-field {
  display: grid;
  gap: 0.35rem;
}

.sports-filter-field input,
.sports-year-btn {
  width: 100%;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.24), rgba(226, 232, 240, 0.12));
  color: #f8fafc;
  padding: 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  outline: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: start;
}

.sports-filter-field input:focus,
.sports-year-btn:focus {
  border-color: rgba(147, 197, 253, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 0 3px rgba(59, 130, 246, 0.2);
}

.sports-year-picker {
  position: relative;
  z-index: 90;
}

.sports-year-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.sports-year-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

.sports-year-picker.open .sports-year-btn svg {
  transform: rotate(180deg);
}

.sports-year-menu {
  position: absolute;
  top: calc(100% + 0.42rem);
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  gap: 0.22rem;
  padding: 0.35rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.92));
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sports-year-picker.open .sports-year-menu {
  display: grid;
}

.sports-grid {
  position: relative;
  z-index: 1;
}

.sports-tournament {
  position: relative;
  display: grid;
  gap: 0.95rem;
  padding: 1.1rem 0 1.35rem;
  margin-top: 0.7rem;
}

.sports-tournament:not(:first-of-type) {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.sports-tournament:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(220px, 44%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.65), transparent);
}

.sports-tournament-head {
  display: grid;
  justify-items: center;
  gap: 0.42rem;
  padding: 0.15rem 0.1rem 0.2rem;
  text-align: center;
  margin-bottom: 0.15rem;
}

.sports-tournament-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(2, 6, 23, 0.28);
  position: relative;
  padding: 0.12rem 0.4rem 0.05rem;
}

.sports-tournament-head span {
  color: #ecfeff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.24rem 0.7rem;
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(14, 116, 144, 0.34), rgba(37, 99, 235, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(186, 230, 253, 0.35),
    0 8px 16px rgba(2, 132, 199, 0.2);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
}

.sports-year-option {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #e2e8f0;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: start;
  padding: 0.52rem 0.62rem;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.sports-year-option:hover {
  background: rgba(59, 130, 246, 0.18);
}

.sports-year-option.is-active {
  background: linear-gradient(140deg, rgba(59, 130, 246, 0.36), rgba(14, 116, 144, 0.26));
  color: #f8fafc;
}

.sports-showcase h1 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.sports-intro {
  margin: 0.25rem 0 1rem;
  color: #cbd5e1;
  font-size: 0.98rem;
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 1200px) {
  .sports-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

.sports-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.46);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.28);
}

.sports-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.sports-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.sports-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.05), rgba(2, 6, 23, 0.72));
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.media-eye-btn {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  color: #f8fafc;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(2, 6, 23, 0.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.media-eye-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.55);
}

.media-eye-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sports-card:hover .sports-media-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.media-action {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #f8fafc;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 18px rgba(2, 6, 23, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.media-action:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 10px 22px rgba(2, 6, 23, 0.36);
}

.media-action-preview {
  background: linear-gradient(140deg, rgba(56, 189, 248, 0.24), rgba(6, 182, 212, 0.12));
}

.media-action-section {
  background: linear-gradient(140deg, rgba(250, 204, 21, 0.22), rgba(249, 115, 22, 0.12));
}

.sports-card:hover .sports-media-img {
  transform: scale(1.03);
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(86, 108, 146, 0.2), rgba(7, 14, 30, 0.72)),
    rgba(7, 14, 30, 0.58);
  backdrop-filter: blur(8px) saturate(118%);
  -webkit-backdrop-filter: blur(8px) saturate(118%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.media-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox.is-single-preview .media-lightbox-top,
.media-lightbox.is-single-preview .media-lightbox-actions,
.media-lightbox.is-single-preview .media-lightbox-thumbs,
.media-lightbox.is-single-preview .media-nav-btn,
.media-lightbox.is-single-preview #mediaLightboxCounter {
  display: none !important;
}

.media-lightbox.is-single-preview .media-lightbox-shell {
  width: min(980px, 100%);
  grid-template-rows: minmax(0, 1fr);
  padding: 0.7rem;
  gap: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(7, 16, 34, 0.95), rgba(14, 28, 52, 0.88));
}

.media-lightbox.is-single-preview .media-lightbox-stage {
  min-height: min(78vh, 760px);
  border-radius: 12px;
  border-color: rgba(148, 163, 184, 0.2);
}

.media-lightbox.is-single-preview .media-lightbox-stage img {
  max-height: min(78vh, 760px);
}

.media-lightbox-shell {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 2rem);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  padding: 0.9rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(23, 34, 56, 0.84), rgba(10, 19, 35, 0.82)),
    rgba(12, 21, 37, 0.78);
  box-shadow:
    0 20px 60px rgba(2, 8, 26, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
  font-family: "SF Pro Text", "SF Pro Display", "Segoe UI", Tahoma, sans-serif;
}

.media-lightbox-close {
  position: absolute;
  top: 0.62rem;
  left: 0.62rem;
  z-index: 20;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(246, 249, 255, 0.12);
  color: #f2f7ff;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 0;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.media-lightbox-close i {
  font-size: 0.9rem;
  line-height: 1;
  display: block;
  transform: translateY(0);
}

.media-lightbox-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding-inline: 2.05rem 0.4rem;
  min-height: 42px;
  color: #eef4ff;
}

.media-lightbox-top strong {
  max-width: 80%;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-lightbox-top span {
  font-size: 0.88rem;
  color: #bae6fd;
}

#mediaLightboxCounter {
  position: absolute;
  bottom: 0.86rem;
  right: 0.95rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 0.3rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(240, 247, 255, 0.12);
  color: #f4f8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 20px rgba(2, 6, 23, 0.3);
}

.media-lightbox-actions {
  position: absolute;
  top: calc(0.9rem + 21px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.42rem;
  justify-content: center;
}

.media-top-action {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.2), rgba(214, 231, 255, 0.1)),
    rgba(220, 236, 255, 0.08);
  color: #f0f6ff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.78rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 6px 14px rgba(8, 14, 28, 0.32);
}

.media-top-action svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex: 0 0 auto;
}

.media-top-action i {
  font-size: 0.9rem;
  line-height: 1;
  flex: 0 0 auto;
}

.media-top-action:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 219, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.25), rgba(214, 231, 255, 0.13)),
    rgba(220, 236, 255, 0.11);
}

.media-top-action:disabled {
  opacity: 0.44;
  cursor: not-allowed;
}

.media-lightbox-stage {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 12, 26, 0.7);
  min-height: min(60vh, 560px);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.media-lightbox-stage img {
  width: 100%;
  height: 100%;
  max-height: min(60vh, 560px);
  object-fit: contain;
  display: block;
}

.media-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.18), rgba(224, 238, 255, 0.09)),
    rgba(17, 28, 47, 0.52);
  color: #f5f9ff;
  font-size: 1.5rem;
  line-height: 0;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.media-nav-btn i {
  font-size: 1.08rem;
  line-height: 1;
  display: block;
  transform: translateY(0);
}

.media-nav-next {
  left: 0.8rem;
}

.media-nav-prev {
  right: 0.8rem;
}

.media-lightbox-thumbs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.2rem 112px 0.1rem 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(185, 216, 255, 0.9) rgba(22, 32, 50, 0.62);
}

.media-lightbox-thumbs::-webkit-scrollbar {
  height: 10px;
}

.media-lightbox-thumbs::-webkit-scrollbar-track {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(18, 29, 48, 0.86), rgba(32, 46, 72, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.media-lightbox-thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(215, 232, 255, 0.56);
  background: linear-gradient(90deg, rgba(122, 183, 255, 0.95), rgba(80, 157, 255, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 0 10px rgba(59, 130, 246, 0.28);
}

.media-lightbox-thumbs::-webkit-scrollbar-thumb:hover {
  border-color: rgba(186, 230, 253, 0.9);
  filter: brightness(1.1);
}

.media-thumb {
  flex: 0 0 auto;
  width: 82px;
  height: 56px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(14, 25, 42, 0.62);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.76;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.media-thumb:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.media-thumb.is-active {
  opacity: 1;
  border-color: rgba(187, 223, 255, 0.95);
  box-shadow:
    0 0 0 2px rgba(140, 193, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sports-body {
  padding: 0.85rem 0.95rem 1rem;
}

.sports-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.15rem;
  text-shadow: 0 1px 6px rgba(2, 6, 23, 0.35);
}

.match-title {
  display: grid;
  gap: 0.35rem;
  line-height: 1.4;
}

.match-title-teams {
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.match-title-event {
  justify-self: start;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fde68a;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.5);
  background: linear-gradient(140deg, rgba(30, 41, 59, 0.52), rgba(15, 23, 42, 0.4));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 4px 10px rgba(2, 6, 23, 0.22);
}

.sports-body p {
  margin: 0.35rem 0 0;
  color: #cbd5e1;
  line-height: 1.6;
}

.sports-empty-state {
  margin: 0.85rem 0 0;
  text-align: center;
  color: #cbd5e1;
  font-weight: 700;
}

.sports-date {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #cbd5e1;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.35);
}

.sports-date-inline {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  margin-top: 0;
}

.sports-date-inline[datetime="2023"] {
  font-size: 0.9rem;
  font-weight: 800;
}

body.theme-light .sports-showcase {
  background: transparent;
  border-color: transparent;
}

body.theme-light .sports-card {
  border-color: rgba(148, 163, 184, 0.36);
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(234, 242, 252, 0.92));
  box-shadow:
    0 14px 26px rgba(30, 41, 59, 0.14),
    0 4px 10px rgba(148, 163, 184, 0.14);
}

body.theme-light .sports-media {
  background: rgba(226, 232, 240, 0.45);
}

body.theme-light .sports-body {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(233, 241, 251, 0.96));
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

body.theme-light .sports-filter-field input,
body.theme-light .sports-year-btn {
  color: #0f172a;
  border-color: rgba(148, 163, 184, 0.45);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.92));
}

body.theme-light .sports-year-menu {
  border-color: rgba(148, 163, 184, 0.4);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.96));
}

body.theme-light .sports-year-option {
  color: #0f172a;
}

body.theme-light .sports-year-option:hover {
  background: rgba(59, 130, 246, 0.14);
}

body.theme-light .sports-year-option.is-active {
  background: linear-gradient(140deg, rgba(37, 99, 235, 0.22), rgba(14, 165, 233, 0.16));
}

body.theme-light .sports-tournament-head h2 {
  color: #0f172a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.theme-light .sports-tournament-head span {
  color: #0f172a;
  border-color: rgba(59, 130, 246, 0.34);
  background: linear-gradient(140deg, rgba(147, 197, 253, 0.38), rgba(125, 211, 252, 0.3));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 14px rgba(59, 130, 246, 0.14);
}

body.theme-light .sports-showcase h1,
body.theme-light .sports-body h3 {
  color: #0b1220;
  text-shadow: none;
}

body.theme-light .sports-intro,
body.theme-light .sports-body p {
  color: #334155;
}

body.theme-light .match-title-teams {
  color: #0f172a;
}

body.theme-light .sports-empty-state {
  color: #334155;
}

body.theme-light .sports-date {
  color: #1e293b;
  border-color: rgba(59, 130, 246, 0.34);
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.9));
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.14);
}

body.theme-light .match-title-event {
  color: #7c2d12;
  border-color: rgba(249, 115, 22, 0.42);
  background: linear-gradient(145deg, rgba(255, 247, 237, 0.98), rgba(255, 237, 213, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 4px 12px rgba(234, 88, 12, 0.18);
}

@media (max-width: 900px) {
  .topbar {
    height: 420px;
  }

  .topbar-nav {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .quick-grid,
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .sports-grid {
    grid-template-columns: 1fr;
  }

  .sports-filters {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }
}

@media (max-width: 600px) {
  .topbar {
    height: 120px;
    border-radius: 0;
    background-size: cover, cover;
    background-position: center, center 38%;
  }

  .blur-left {
    left: -1px;
    top: -4px;
    width: calc(28% + 2px);
    height: calc(100% + 8px);
  }

  .blur-right {
    right: -1px;
    top: -4px;
    width: calc(28% + 2px);
    height: calc(100% + 8px);
  }

  .corner-logo {
    top: 47%;
    right: 30px;
    width: 118px;
    opacity: 0.9;
    transform: translateY(-50%);
  }

  .contact-cluster {
    top: 6px;
    left: 8px;
    gap: 0.3rem;
  }

  .theme-toggle {
    padding: 0.24rem;
  }

  .theme-btn {
    width: 28px;
    height: 28px;
  }

  .theme-btn svg {
    width: 15px;
    height: 15px;
  }

  .social-icons {
    gap: 0.26rem;
  }

  .social-btn {
    width: 28px;
    height: 28px;
    border-radius: 7px;
  }

  .social-btn svg {
    width: 13px;
    height: 13px;
  }

  .topbar-inner {
    padding: 0.45rem;
    gap: 0.35rem;
  }

  .topbar-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .row.two-col {
    grid-template-columns: 1fr;
  }

  .nav-item {
    font-size: 0.76rem;
    padding: 0.42rem 0.1rem;
    border-radius: 8px;
  }

  .contact-btn-stack {
    font-size: 0.75rem;
    padding: 0.36rem 0.66rem;
    border-radius: 8px;
  }

  .topbar-actions {
    gap: 0.35rem;
  }

  .about-btn-stack {
    font-size: 0.74rem;
    padding: 0.34rem 0.62rem;
    border-radius: 8px;
  }

  .about-btn-side {
    width: calc((28px * 5) + (0.26rem * 4));
    padding: 0.34rem 0.54rem;
  }

  .home-main {
    width: min(100% - 0.9rem, 100%);
    margin-top: 0.6rem;
    gap: 0.7rem;
  }

  .quick-entry,
  .showcase,
  .final-cta {
    border-radius: 12px;
    padding: 0.75rem;
  }

  .quick-entry h2,
  .showcase h2,
  .final-cta h2 {
    font-size: 1rem;
  }

  .quick-entry p,
  .final-cta p {
    font-size: 0.84rem;
  }

  .quick-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 0.6rem;
  }

  .impact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-item {
    padding: 0.68rem 0.4rem;
  }

  .impact-item strong {
    font-size: 1.18rem;
  }

  .impact-item span {
    font-size: 0.76rem;
  }

  .section-link {
    font-size: 0.78rem;
    padding: 0.26rem 0.68rem;
  }

  .shot-media {
    height: 92px;
  }

  .shot-card figcaption {
    font-size: 0.78rem;
    padding: 0.5rem;
  }

  .final-cta .contact-btn {
    font-size: 0.82rem;
    padding: 0.45rem 0.84rem;
    border-radius: 10px;
  }

  .sports-main {
    width: min(100% - 0.7rem, 100%);
    margin-top: 0.65rem;
  }

  .sports-showcase {
    padding: 0.78rem;
    border-radius: 0;
  }

  .sports-filters {
    gap: 0.55rem;
    margin-bottom: 0.72rem;
  }

  .sports-filter-field input,
  .sports-year-btn {
    height: 40px;
    font-size: 0.78rem;
    border-radius: 12px;
    padding: 0 0.68rem;
  }

  .sports-year-option {
    font-size: 0.78rem;
    padding: 0.45rem 0.55rem;
  }

  .sports-showcase h1 {
    font-size: 1.06rem;
  }

  .sports-tournament {
    gap: 0.62rem;
    padding: 0.85rem 0 0.95rem;
    margin-top: 0.5rem;
  }

  .sports-tournament-head h2 {
    font-size: 0.94rem;
  }

  .sports-tournament-head span {
    font-size: 0.7rem;
    padding: 0.16rem 0.5rem;
  }

  .sports-intro {
    font-size: 0.82rem;
    margin-bottom: 0.65rem;
  }

  .sports-grid {
    gap: 0.62rem;
  }

  .sports-card {
    border-radius: 11px;
  }

  .sports-body {
    padding: 0.6rem 0.65rem 0.72rem;
  }

  .sports-body h3 {
    font-size: 0.92rem;
  }

  .match-title {
    gap: 0.28rem;
  }

  .match-title-event {
    font-size: 0.7rem;
    padding: 0.16rem 0.48rem;
  }

  .sports-body p {
    font-size: 0.78rem;
    margin-top: 0.3rem;
  }

  .sports-date {
    margin-top: 0.4rem;
    font-size: 0.72rem;
    padding: 0.2rem 0.54rem;
  }

  .sports-date-inline {
    top: 0.45rem;
    left: 0.45rem;
  }

  .sports-media-overlay {
    gap: 0.4rem;
    padding: 0.65rem;
  }

  .media-action {
    font-size: 0.74rem;
    padding: 0.4rem 0.7rem;
  }

  .media-eye-btn {
    width: 32px;
    height: 32px;
    top: 0.45rem;
    right: 0.45rem;
  }

  .media-eye-btn svg {
    width: 16px;
    height: 16px;
  }

  .media-lightbox-shell {
    border-radius: 22px;
    padding: 0.68rem;
    gap: 0.45rem;
  }

  .media-lightbox-top {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-inline: 1.82rem 0.2rem;
  }

  .media-lightbox-top strong {
    max-width: 100%;
    font-size: 0.84rem;
  }

  .media-lightbox-top span {
    font-size: 0.74rem;
  }

  #mediaLightboxCounter {
    bottom: 0.66rem;
    right: 0.62rem;
    min-width: 72px;
    font-size: 0.67rem;
    padding: 0.24rem 0.48rem;
  }

  .media-lightbox-actions {
    position: static;
    left: auto;
    transform: none;
    margin-inline: auto;
    gap: 0.35rem;
  }

  .media-top-action {
    font-size: 0.69rem;
    padding: 0.32rem 0.58rem;
  }

  .media-lightbox-stage {
    border-radius: 14px;
    min-height: 42vh;
  }

  .media-lightbox-stage img {
    max-height: 42vh;
  }

  .media-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 1.22rem;
  }

  .media-nav-next {
    left: 0.45rem;
  }

  .media-nav-prev {
    right: 0.45rem;
  }

  .media-thumb {
    width: 68px;
    height: 48px;
  }

  .media-lightbox-thumbs {
    padding-right: 92px;
  }
}
