:root {
  color-scheme: dark;
  --night: #081321;
  --panel: #101f30;
  --deep: #060e18;
  --white: #f3f7fa;
  --muted: #b6c6d2;
  --green: #6ce5a2;
  --amber: #ffcc66;
  --line: #354a5e;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  background: radial-gradient(ellipse at 90% 0%, #234238 0%, transparent 27rem), radial-gradient(ellipse at 4% 8%, #172b47 0%, transparent 35rem), var(--night);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
[hidden] { display: none !important; }
body.menu-open { overflow-y: hidden; }
body > * { min-width: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3, nav, .brand { overflow-wrap: anywhere; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.75rem); font-weight: 800; max-width: 900px; }
h1 span { color: var(--green); }
h2 { font-size: clamp(1.75rem, 3vw, 2.6rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { max-width: 76ch; }
p + p { margin-top: 24px; }
a { color: var(--green); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--amber); }
a, button, input, select, textarea { -webkit-tap-highlight-color: #345a50; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}
button, input, select, textarea { font: inherit; }
button, .button, .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 24px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green);
  color: #072018;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  overflow-wrap: anywhere;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
button:hover, .button:hover, .header-cta:hover {
  background: #a0f1c2;
  color: #072018;
  border-color: #a0f1c2;
}
button.secondary, .button.secondary {
  background: #122437;
  color: var(--white);
  border-color: #73899d;
}
button.secondary:hover, .button.secondary:hover { background: #20384a; color: var(--white); border-color: var(--green); }
button.text-button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: left;
  justify-content: flex-start;
  font-weight: 400;
}
button.text-button:hover { background: transparent; color: var(--amber); }
.container { width: calc(100% - 80px); max-width: 1200px; margin-inline: auto; }
main > section + section, main > article + section { margin-top: 64px; }
main { padding-bottom: 64px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 100;
  padding: 16px 24px;
  background: var(--amber);
  color: #1c1708;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: relative;
  height: 64px;
  border-bottom: 1px solid var(--line);
  background: #081321;
  color: var(--white);
}
.header-inner { width: calc(100% - 80px); max-width: 1280px; margin-inline: auto; height: 100%; display: flex; align-items: center; gap: 24px; }
.header-inner > *, .hero > *, .score-row > *, .footer-inner > *, .contact-layout > *, .cookie-banner > * { min-width: 0; }
.brand { display: inline-flex; gap: 8px; align-items: center; color: var(--white); text-decoration: none; font-weight: 800; font-size: 1.2rem; letter-spacing: -.04em; line-height: 1.1; }
.brand span { min-width: 0; }
.cricket-stumps-mark { width: 32px; height: 36px; flex-shrink: 0; fill: none; stroke: var(--green); stroke-width: 3; }
.main-nav { margin-inline: auto; display: flex; align-items: center; gap: 40px; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px; color: var(--white); text-decoration: none; font-weight: 600; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--green); }
.header-cta { min-height: 40px; padding: 8px 16px; font-size: .875rem; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 40px; align-items: center; padding-block: 64px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.hero-copy p + p { margin-top: 0; }
.eyebrow { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 650; }
.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.65; color: #d3dfe7; max-width: 64ch; }
.quiet, .table-note, .field-hint { color: var(--muted); font-size: .875rem; }
.floodlit-cricket-ground { display: block; width: 100%; height: auto; }
.section-heading { display: grid; gap: 24px; margin-bottom: 40px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.scoreboard { border-top: 1px solid var(--line); }
.score-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 120px) minmax(0, 120px) minmax(0, 104px);
  align-items: center;
  gap: 24px;
  padding: 40px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(100deg, #102333, #0c1928);
  color: var(--white);
}
.score-row:hover { background: linear-gradient(100deg, #17382e, #112436); color: var(--white); }
.row-index { color: var(--amber); font: 700 1.15rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.row-copy { display: grid; gap: 24px; }
.row-copy h3 a { color: var(--white); text-decoration: none; }
.row-copy h3 a:hover { color: var(--green); }
.row-copy p { font-size: .9375rem; color: var(--muted); }
.metric { display: flex; flex-direction: column; gap: 12px; }
.metric strong { color: var(--white); font: 650 .9rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; font-variant-numeric: tabular-nums; }
.metric span { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.row-link { padding-block: 8px; min-height: 44px; font-weight: 700; font-size: .9rem; text-decoration: none; justify-self: end; }
.table-note { margin-top: 24px; }
.supporting-section { padding: 40px; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(ellipse at right top, #254837, #101f30 75%); color: var(--white); display: grid; gap: 24px; }
.text-link { font-weight: 700; }
.page-hero { padding-block: 64px; display: grid; gap: 24px; border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: .9rem; justify-self: start; }
.article-meta { display: flex; flex-wrap: wrap; gap: 24px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .8rem; color: var(--muted); }
.article-body { max-width: 840px; margin-top: 64px; }
.article-body section + section { margin-top: 64px; }
.article-body h2 { margin-bottom: 24px; font-size: clamp(1.6rem, 3vw, 2rem); }
.article-body p { color: #d4dfe8; }
.article-body strong { color: var(--white); }
.article-body button { margin-top: 24px; }
.related-section > h2 { margin-bottom: 40px; }
.table-wrapper { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: 6px; }
table { width: 100%; border-collapse: collapse; font-size: .875rem; }
caption { padding: 24px; text-align: left; font-weight: 700; color: var(--amber); }
th, td { padding: 24px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
thead th { background: #183043; color: var(--white); }
tbody th { color: var(--green); }
td { color: #d4dfe8; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
.site-footer { padding-block: 64px; border-top: 1px solid var(--line); background: var(--deep); color: var(--muted); }
.footer-inner { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; font-size: .85rem; }
.footer-inner .brand { margin-bottom: 24px; }
.footer-inner p + p { margin-top: 24px; }
.footer-inner h2 { font-size: 1rem; color: var(--white); margin-bottom: 24px; }
.footer-inner nav a { display: block; padding-block: 8px; min-height: 44px; text-decoration: none; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 24px; }
.footer-bottom p + p { margin-top: 8px; }
.cookie-banner {
  position: fixed;
  z-index: 40;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 24px;
  padding: 24px;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  border: 1px solid #637e90;
  border-radius: 8px;
  background: #112234;
  color: var(--white);
  box-shadow: 0 8px 40px #0009;
}
.cookie-banner h2 { font-size: 1.1rem; margin-bottom: 24px; }
.cookie-banner p { font-size: .875rem; color: #d4dfe8; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.cookie-actions button { font-size: .8125rem; padding-inline: 16px; }
.preferences-dialog {
  width: calc(100% - 32px);
  max-width: 560px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 40px;
  border: 1px solid #637e90;
  border-radius: 8px;
  background: #112234;
  color: var(--white);
  box-shadow: 0 8px 40px #0009;
}
.preferences-dialog[open] { display: block; }
.preferences-dialog::backdrop { background: #020811d9; color: var(--white); }
.preferences-dialog h2 { font-size: 1.8rem; margin-bottom: 24px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 24px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 64px; }
.contact-form-panel h2, .contact-details h2 { margin-bottom: 24px; }
.contact-form-panel { padding: 24px; border: 1px solid var(--line); background: #101f30; color: var(--white); border-radius: 8px; }
.contact-form-panel form { display: grid; gap: 24px; margin-top: 40px; }
.form-field { display: grid; gap: 16px; }
.form-field label { font-weight: 700; }
input, select, textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 16px;
  border: 1px solid #73899d;
  border-radius: 4px;
  background: #091522;
  color: var(--white);
}
textarea { resize: vertical; min-height: 160px; }
input.is-invalid, select.is-invalid, textarea.is-invalid { border-color: #ffacac; background: #2a1822; color: var(--white); }
.field-error { color: #ffb6b6; font-size: .875rem; }
.form-status { color: var(--amber); }
.form-status:empty { display: none; }
.contact-details { align-self: start; }
.contact-details > * + * { margin-top: 24px; }
address { font-style: normal; }
.notice { padding: 24px; border: 1px solid #8d784e; border-radius: 6px; background: #26251b; color: #ffe4ae; font-size: .9rem; }
.map-section { display: grid; gap: 24px; }
.static-map { border: 1px solid var(--line); border-radius: 8px; }
.bengaluru-location-schematic { display: block; width: 100%; height: auto; border-radius: 8px 8px 0 0; }
.static-map figcaption { padding: 24px; color: var(--muted); font-size: .875rem; }
@media (max-width: 1100px) {
  .score-row { grid-template-columns: 32px minmax(0, 1fr) minmax(0, 92px) minmax(0, 92px) minmax(0, 88px); }
  .cookie-banner { grid-template-columns: minmax(0, 1fr); }
  .contact-layout { gap: 40px; }
}
@media (max-width: 767px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .site-header { height: 52px; }
  .header-inner { gap: 8px; }
  .brand { font-size: 1rem; }
  .cricket-stumps-mark { width: 24px; height: 28px; }
  .header-cta { margin-left: auto; font-size: .75rem; padding: 8px; min-height: 36px; }
  .menu-toggle { display: inline-flex; min-height: 36px; padding: 8px; font-size: .75rem; background: #122437; color: var(--white); border-color: #73899d; }
  .menu-toggle[aria-expanded="true"] { background: var(--amber); color: #1c1708; border-color: var(--amber); }
  .main-nav {
    position: fixed;
    z-index: 50;
    inset: 52px 0 0;
    margin: 0;
    padding: 40px 24px;
    background: #081321;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    overflow-y: auto;
  }
  .main-nav a { font-size: 1.75rem; padding: 16px; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-block: 64px 0; }
  .floodlit-cricket-ground { max-width: 420px; justify-self: center; }
  h1 { font-size: clamp(2.5rem, 8vw, 3.8rem); }
  .score-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding: 24px; }
  .row-index, .row-copy, .row-link { grid-column: 1 / -1; }
  .row-link { justify-self: start; }
  .metric { align-self: start; }
  .supporting-section { padding: 24px; }
  .page-hero { padding-block: 64px; }
  .footer-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 24px; }
  .footer-inner > div:first-child { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 64px; }
  .cookie-banner { bottom: 8px; left: 8px; right: 8px; padding: 24px; gap: 24px; }
  .cookie-actions { gap: 8px; }
  .cookie-actions button { flex: 1 1 140px; }
  .preferences-dialog { padding: 24px; }
  th, td { padding: 16px; }
  .table-wrapper table { font-size: .8125rem; }
}
@media (max-width: 399px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .header-inner { gap: 4px; }
  .site-header .brand { font-size: .9rem; gap: 4px; flex: 1 1 0; }
  .site-header .brand span { max-width: 110px; }
  .header-cta { max-width: 84px; font-size: .7rem; padding: 4px 8px; }
  .menu-toggle { font-size: .7rem; padding: 8px; }
  h1 { font-size: 2.5rem; }
  .eyebrow { font-size: .72rem; }
  .score-row { padding: 24px 16px; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); }
  .footer-inner > *, .footer-bottom { grid-column: 1; }
  .contact-form-panel { padding: 16px; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { flex: 0 1 auto; width: 100%; }
  .dialog-actions { flex-direction: column; }
  .button, button { max-width: 100%; }
  .static-map figcaption { padding: 16px; }
}
@media print {
  body { background: #fff; color: #111; }
  .site-header, .cookie-banner, .preferences-dialog, .related-section, .skip-link { display: none !important; }
  .container { width: 100%; max-width: none; }
  h1 span, .article-body p, .article-body strong, .lead, a, .eyebrow, .article-meta { color: #111; }
  .site-footer { background: #fff; color: #111; }
  .site-footer a, .site-footer h2 { color: #111; }
  .page-hero { padding-top: 0; }
  .article-body section { break-inside: avoid; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}