.how-it-works .how-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--lime); text-decoration: underline; text-underline-offset: 5px; font-size: 14px; font-weight: 700; }
.sharing-walkthrough { display: grid; grid-template-columns: minmax(0,1fr); gap: 36px; margin-top: 56px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.16); scroll-margin-top: 90px; }
.sharing-copy h3 { margin: 18px 0; font-size: clamp(28px,3vw,42px); line-height: 1.2; letter-spacing: -.04em; }
.sharing-copy > p, .sharing-send-note p, .sharing-help p { color: #c4d2cb; font-size: 16px; line-height: 1.75; }
.sharing-copy .eyebrow { color: var(--lime); }
.sharing-send-note { margin: 26px 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--lime); }
.sharing-send-note strong { font-size: 17px; }
.sharing-send-note p:last-child { font-size: 14px; margin-bottom: 0; }
.sharing-help { border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); padding: 16px 0; }
.sharing-help summary { cursor: pointer; color: var(--lime); font-size: 15px; line-height: 1.6; padding: 6px 0; }
.sharing-help p { font-size: 14px; }
.how-it-works a:focus-visible, .sharing-help summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; }
.whatsapp-example { margin: 0; width: 100%; max-width: 430px; justify-self: center; align-self: center; min-width: 0; }
.whatsapp-chat { border-radius: 18px; overflow: hidden; background: #eee9e1; color: #182c25; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 24px 50px rgba(0,0,0,.18); }
.whatsapp-chat-heading { display: flex; align-items: center; gap: 12px; padding: 18px; background: #f7f8f3; }
.whatsapp-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--forest); color: var(--lime); font-size: 13px; font-weight: 800; }
.whatsapp-chat-heading strong, .whatsapp-chat-heading div > span { display: block; }
.whatsapp-chat-heading strong { font-size: 15px; }
.whatsapp-chat-heading div > span { color: #53665d; font-size: 11px; margin-top: 3px; }
.whatsapp-chat-body { padding: 20px 16px 30px; }
.whatsapp-day { display: table; margin: 0 auto 22px; padding: 5px 10px; background: #fffdf6; border-radius: 6px; color: #52635b; font-size: 11px; }
.whatsapp-message { margin-left: 16px; padding: 10px; border-radius: 10px 0 10px 10px; background: #d9f8c7; box-shadow: 0 1px 2px rgba(0,0,0,.12); }
.whatsapp-message > p { margin: 2px 0 10px; font-size: 14px; line-height: 1.5; }
.whatsapp-card { display: block; overflow: hidden; border-radius: 7px; background: #cbedbc; }
.whatsapp-map-image { display: block; width: 100%; height: auto; }
.whatsapp-map-image[hidden] { display: none; }
.whatsapp-card-copy { padding: 12px; }
.whatsapp-card-copy > span { display: block; font-size: 11px; color: #415a49; margin-bottom: 5px; }
.whatsapp-card-copy strong { font-size: 14px; line-height: 1.5; }
.whatsapp-card-copy p { font-size: 12px; line-height: 1.6; margin: 6px 0 0; color: #415a49; }
.whatsapp-message-link { display: block; overflow-wrap: anywhere; color: #075b93; text-decoration: underline; margin-top: 12px; font-size: 13px; line-height: 1.6; }
.whatsapp-message-time { display: block; text-align: right; font-size: 10px; color: #53675c; margin-top: 8px; }
.whatsapp-message-time > span { color: #126790; }
.whatsapp-example figcaption { font-size: 12px; line-height: 1.7; color: #bccdc4; margin-top: 16px; }
.whatsapp-map-illustration { position: relative; display: grid; place-items: center; aspect-ratio: 1200 / 630; background: #416342; }
.whatsapp-map-illustration::before { content: ""; position: absolute; inset: 20px 30px; border: 2px solid #d8f18c; background: linear-gradient(90deg, transparent 49.5%, #d8f18c 49.5%, #d8f18c 50.5%, transparent 50.5%); }
.whatsapp-map-illustration > strong { z-index: 1; padding: 8px 12px; border-radius: 20px; background: var(--red); color: white; font-size: 13px; }
.whatsapp-map-illustration > small { position: absolute; bottom: 3px; color: white; font-size: 9px; }
@media (min-width: 900px) {
  .sharing-walkthrough { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: clamp(40px,7vw,110px); }
}

.workflow-shot { width: min(100%, 330px); margin: 26px 0 12px; }
.workflow-shot a { display: block; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; overflow: hidden; background: var(--paper); }
.workflow-shot img { display: block; width: 100%; height: auto; }
.workflow-shot figcaption { color: #c4d2cb; font-size: 13px; line-height: 1.6; margin-top: 12px; }
.how-it-works .steps p { max-width: none; min-height: 145px; }
@media (max-width: 899px) {
  .how-it-works .steps { grid-template-columns: 1fr; }
  .how-it-works .steps article, .how-it-works .steps article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .how-it-works .steps p { min-height: 0; }
  .workflow-shot { margin-left: auto; margin-right: auto; }
}

:root {
  --ink: #102a24;
  --ink-2: #24433b;
  --muted: #697872;
  --paper: #f5f6f0;
  --white: #fff;
  --line: #dce1d9;
  --red: #ed513d;
  --red-dark: #ce402f;
  --lime: #d8f18c;
  --forest: #123b31;
  --forest-dark: #08271f;
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --shadow: 0 18px 60px rgba(24, 50, 42, .12);
  --site-column: 1310px;
  --site-inset: max(30px, calc((100% - 1250px) / 2));
  --venue-map-gutter: 30px;
  --venue-column-inset: max(var(--venue-map-gutter), calc((100% - 1250px) / 2));
  --venue-map-sidebar-width: 370px;
  --venue-map-height: 590px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 78px; padding: 0 var(--site-inset); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16,42,36,.1); background: rgba(245,246,240,.92); backdrop-filter: blur(16px); position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; background: var(--red); border-radius: 10px 10px 10px 3px; transform: rotate(-4deg); }
.brand-mark i { width: 9px; height: 9px; border: 3px solid white; border-radius: 50%; position: relative; }
.brand-mark i::after { content: ""; width: 3px; height: 9px; background: white; position: absolute; top: 6px; left: 0; border-radius: 2px; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav a { opacity: .8; transition: opacity .2s; }
.site-nav a:hover { opacity: 1; }
.league-chip { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 9px 13px; border-radius: 99px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.league-chip i, .live-dot i { width: 7px; height: 7px; border-radius: 50%; background: #48a86c; box-shadow: 0 0 0 4px rgba(72,168,108,.12); }
.mobile-menu { display: none; border: 0; background: transparent; width: 36px; height: 36px; padding: 9px; }
.mobile-menu span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.home-hero { min-height: 710px; padding: 92px clamp(24px,7vw,112px) 78px; display: grid; grid-template-columns: minmax(420px, .95fr) minmax(430px, 1.05fr); align-items: center; gap: clamp(55px, 8vw, 130px); overflow: hidden; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font: 500 11px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { display: block; width: 17px; height: 2px; background: currentColor; }
.hero-copy h1 { font-size: clamp(48px, 5.4vw, 78px); line-height: .99; letter-spacing: -.065em; margin: 25px 0 30px; max-width: 680px; }
.hero-copy h1 em, .home-cta h2 em { color: var(--red); font-style: normal; }
.hero-coverage { margin: -8px 0 20px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; color: var(--ink); }
.hero-coverage span { display: inline-flex; align-items: baseline; gap: 6px; }
.hero-coverage strong { font-size: 25px; letter-spacing: -.045em; }
.hero-coverage b { font: 600 11px var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.hero-coverage i { color: var(--red); font: 700 17px var(--mono); }
.hero-copy > p { max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.venue-search { margin-top: 38px; background: var(--white); box-shadow: var(--shadow); border-radius: 6px; padding: 7px; display: flex; align-items: center; max-width: 610px; border: 1px solid rgba(16,42,36,.08); }
.venue-search > svg { width: 21px; height: 21px; margin: 0 12px; fill: none; stroke: var(--ink); stroke-width: 1.8; }
.venue-search input { border: 0; outline: 0; min-width: 0; flex: 1; height: 50px; color: var(--ink); background: transparent; }
.venue-search input::placeholder { color: #89938f; }
.venue-search button, .button { background: var(--red); border: 0; border-radius: 4px; color: white; min-height: 47px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 12px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.venue-search button:hover, .button:hover { transform: translateY(-1px); background: var(--red-dark); box-shadow: 0 8px 22px rgba(237,81,61,.23); }
.search-hint { display: flex; align-items: center; gap: 5px; font-size: 10px !important; font-family: var(--mono); margin: 13px 0 0 4px; color: #8b9691 !important; }
kbd { background: #e7e9e3; border: 1px solid #d8ddd4; border-radius: 3px; padding: 2px 5px; box-shadow: 0 1px 0 #c5cbc2; }

.hero-map-card { height: 505px; position: relative; border-radius: 8px; transform: rotate(2.5deg); box-shadow: 0 28px 70px rgba(15,45,35,.22); background: #254c36; padding: 10px; }
.hero-aerial, .fallback-aerial { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 4px; background-color: #496640; background-image: radial-gradient(circle at 20% 25%, rgba(14,45,29,.32) 0 1px, transparent 2px), radial-gradient(circle at 70% 55%, rgba(255,255,255,.07) 0 1px, transparent 2px), linear-gradient(118deg, transparent 47%, rgba(192,189,164,.28) 48% 51%, transparent 52%); background-size: 18px 18px, 21px 21px, auto; }
.hero-aerial::after, .fallback-texture { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(103deg, transparent 0 15px, rgba(255,255,255,.025) 16px 17px); mix-blend-mode: overlay; pointer-events: none; }
.demo-pitch { position: absolute; width: 39%; height: 30%; border: 3px solid rgba(229,244,194,.9); background: rgba(66,132,74,.72); box-shadow: inset 0 0 0 2px rgba(19,55,31,.16); display: grid; place-items: center; }
.demo-pitch::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.5%, rgba(229,244,194,.85) 50%, transparent 50.5%); }
.demo-pitch::after { content: ""; position: absolute; width: 48px; height: 48px; border: 2px solid rgba(229,244,194,.85); border-radius: 50%; }
.demo-pitch span { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; font: 700 18px var(--mono); background: var(--red); box-shadow: 0 5px 15px rgba(0,0,0,.24); }
.demo-pitch-one { top: 11%; left: 12%; transform: rotate(-5deg); }
.demo-pitch-two { bottom: 14%; right: 10%; transform: rotate(-6deg); }
.demo-parking { position: absolute; bottom: 12%; left: 8%; color: white; display: flex; align-items: center; gap: 7px; z-index: 3; }
.demo-parking span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #2a65d5; font: 700 12px var(--mono); }
.demo-parking small { font-size: 10px; text-shadow: 0 1px 4px #000; }
.walk-line { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.walk-line path { fill: none; stroke: white; stroke-width: .6; stroke-dasharray: 2 2; opacity: .9; }
.map-road { position: absolute; height: 22px; background: #b1af98; opacity: .56; }
.road-one { width: 120%; top: 46%; left: -10%; transform: rotate(21deg); }
.road-two { width: 70%; top: 14%; right: -20%; transform: rotate(74deg); }
.tree-cluster { position: absolute; width: 30%; height: 20%; border-radius: 50%; background: radial-gradient(circle, #24482e 0 23%, transparent 25%) 0 0/24px 24px; opacity: .8; }
.cluster-one { right: -5%; top: 10%; }.cluster-two { left: 1%; bottom: 28%; }
.map-label { position: absolute; padding: 5px 8px; border-radius: 3px; color: white; background: rgba(8,31,23,.72); font: 500 9px var(--mono); }
.label-pitches { top: 8%; left: 8%; }.label-road { bottom: 4%; right: 25%; transform: rotate(-6deg); opacity: .8; }
.floating-match-card { position: absolute; right: -35px; top: 43%; width: 330px; display: flex; align-items: center; gap: 13px; padding: 15px; border-radius: 7px; background: white; color: var(--ink); box-shadow: 0 17px 45px rgba(9,35,27,.25); transform: rotate(-2.5deg); }
.club-crests { display: flex; min-width: 54px; }.club-crests span { width: 34px; height: 34px; margin-right: -10px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; color: white; background: #294c96; font: 600 8px var(--mono); }.club-crests span:last-child { background: var(--red); }
.floating-match-card div:nth-child(2) { flex: 1; display: grid; gap: 3px; }.floating-match-card b { font-size: 11px; }.floating-match-card small { color: var(--muted); font: 400 8px var(--mono); }.floating-match-card > i { font-style: normal; color: var(--red); }
.map-card-caption { position: absolute; height: 48px; left: 10px; right: 10px; bottom: 10px; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; color: white; background: rgba(8,34,25,.84); border-radius: 0 0 4px 4px; font: 500 9px var(--mono); transform: rotate(-2.5deg); transform-origin: bottom right; }
.live-dot { display: flex; gap: 8px; align-items: center; text-transform: uppercase; letter-spacing: .1em; }

.trust-strip { min-height: 118px; padding: 0 var(--site-inset); display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #ecefe7; }
.trust-strip > div { display: flex; align-items: center; gap: 20px; padding-left: clamp(0px, 3vw, 45px); border-right: 1px solid #d2d8ce; }.trust-strip > div:last-child { border: 0; }
.trust-strip strong { color: var(--red); font: 500 12px var(--mono); }
.trust-strip span { display: grid; gap: 3px; }.trust-strip b { font-size: 13px; }.trust-strip small { color: var(--muted); font-size: 11px; }

.venue-directory { padding: 105px var(--site-inset) 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(38px,4vw,56px); letter-spacing: -.055em; margin: 15px 0 0; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.directory-stats { margin: -24px 0 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .045em; }
.directory-stats strong { color: var(--ink); font-size: 13px; }
.directory-stats i { color: #a8b2ad; font-style: normal; }
.venue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.venue-card { min-width: 0; background: white; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.venue-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.venue-card-map { height: 220px; position: relative; overflow: hidden; background-color: #65815a; background-image: radial-gradient(circle,rgba(28,70,40,.62) 0 24%,transparent 26%), linear-gradient(31deg,transparent 44%,rgba(202,199,174,.7) 45% 50%,transparent 51%); background-size: 27px 27px,auto; }
.venue-card-preview { display: block; width: 100%; height: 100%; object-fit: cover; }
.mini-pitch { position: absolute; width: 40%; height: 47%; border: 2px solid rgba(237,248,214,.9); background: rgba(66,131,71,.62); transform: rotate(-7deg); }.mini-pitch.one { left: 12%; top: 12%; }.mini-pitch.two { right: 7%; bottom: 7%; }
.mini-pin { position: absolute; left: 45%; top: 42%; width: 30px; height: 30px; background: var(--red); border: 3px solid white; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); box-shadow: 0 4px 12px rgba(0,0,0,.25); }.mini-pin i { display: block; width: 7px; height: 7px; margin: 8px; background: white; border-radius: 50%; }
.coverage { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 7px 9px; color: white; background: rgba(9,40,28,.8); border-radius: 3px; text-transform: uppercase; font: 500 8px var(--mono); letter-spacing: .1em; }
.venue-card-body { padding: 24px; }.venue-type, .kicker { color: var(--red); text-transform: uppercase; letter-spacing: .12em; font: 500 9px var(--mono); }.venue-type { display: inline-flex; align-items: center; gap: 7px; }.venue-type > i { width: 22px; height: 22px; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--forest); background: #edf1e9; border: 1px solid #d7dfd5; border-radius: 4px; font: 700 8px var(--mono); letter-spacing: 0; }.venue-card h3 { margin: 11px 0 6px; font-size: 21px; letter-spacing: -.03em; }.venue-card-body > h3:first-child { margin-top: 0; }.venue-card p { color: var(--muted); margin: 0; font-size: 12px; }.venue-meta { border-top: 1px solid var(--line); margin-top: 21px; padding-top: 16px; display: flex; align-items: center; gap: 13px; font: 400 9px var(--mono); text-transform: uppercase; color: #65736e; }.venue-meta i { margin-left: auto; color: var(--red); font-style: normal; font-size: 18px; }.venue-meta span + span::before { content: "·"; margin-right: 13px; }
.queued-venue-list { margin: 14px 0 0; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.queued-venue-list li::marker { color: var(--red); }
.pending-map { display: grid; place-items: center; background: repeating-linear-gradient(45deg,#eef0ea 0 9px,#e7eae2 10px 19px); color: #9aa39e; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.search-summary { margin: 0 0 24px; color: var(--muted); }
.search-summary strong { color: var(--ink); }
.empty-search { padding: 45px; border: 1px dashed #b9c2ba; color: var(--muted); text-align: center; }
.empty-search h2 { margin: 0 0 10px; color: var(--ink); font-size: 25px; }
.empty-search p { margin: 0 auto; max-width: 540px; line-height: 1.65; }
.empty-search-actions { margin-top: 24px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; }
.empty-search-contact { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.venue-directory.is-search-active .section-heading, .venue-directory.is-search-active .directory-stats { display: none; }
.venue-directory.is-search-active { padding-top: 48px; }

.how-it-works { padding: 110px var(--site-inset) 125px; background: var(--forest); color: white; }
.section-heading.light > p { color: #aebfb7; }.section-heading.light .eyebrow { color: #d5ef89; }
.steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.steps article { padding: 35px clamp(20px,4vw,55px) 10px 0; position: relative; border-right: 1px solid rgba(255,255,255,.16); min-height: 250px; }.steps article + article { padding-left: clamp(20px,4vw,55px); }.steps article:last-child { border: 0; }
.steps article > span { color: #b6c8c0; font: 400 10px var(--mono); }.step-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; margin: 24px 0; color: var(--forest); background: var(--lime); font-size: 22px; }.steps h3 { font-size: 17px; margin: 0 0 11px; }.steps p { max-width: 250px; color: #9db2a9; font-size: 12px; line-height: 1.7; }
.home-cta { padding: 125px 24px 145px; text-align: center; }.home-cta h2 { font-size: clamp(48px,6vw,80px); line-height: 1; letter-spacing: -.06em; margin: 25px 0 40px; }.button.dark { background: var(--ink); }.button.dark:hover { background: #061d17; box-shadow: 0 8px 22px rgba(9,38,29,.22); }

.site-footer { min-height: 125px; padding: 0 var(--site-inset); display: flex; align-items: center; gap: 35px; color: #82918b; border-top: 1px solid var(--line); font-size: 11px; }.brand-footer { color: var(--ink); margin-right: auto; }.site-footer > span { font-family: var(--mono); text-transform: uppercase; letter-spacing: .06em; }.footer-contact { display: grid; gap: 4px; padding-right: 35px; border-right: 1px solid var(--line); }.footer-contact p { margin: 0; font-size: 9px; }.footer-contact a { color: var(--ink); font-size: 11px; font-weight: 700; }.footer-contact a span { color: var(--red); }.data-note a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 100; transform: translate(-50%, 20px); padding: 12px 18px; color: white; background: var(--ink); border-radius: 4px; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%,0); }

.public-state-page { min-height: 68vh; padding: 90px clamp(22px,8vw,130px); display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.state-symbol { width: 54px; height: 54px; margin-bottom: 28px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50% 50% 50% 8px; font: 700 20px var(--mono); transform: rotate(-5deg); }
.public-state-page h1 { max-width: 780px; margin: 20px 0 18px; font-size: clamp(45px,6vw,76px); line-height: 1; letter-spacing: -.06em; }
.public-state-page > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.state-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.contact-page { min-height: 72vh; padding: 76px clamp(22px,8vw,130px) 100px; display: grid; grid-template-columns: minmax(300px,.85fr) minmax(420px,1fr); gap: clamp(45px,9vw,140px); align-items: start; }
.contact-intro h1 { max-width: 620px; margin: 24px 0 22px; font-size: clamp(46px,5.5vw,74px); line-height: 1; letter-spacing: -.06em; }
.contact-intro > p { max-width: 610px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-beta-note { margin-top: 28px; padding: 18px 20px; color: #526c63; background: #e9eee7; border-left: 3px solid var(--lime); }
.contact-beta-note b { color: var(--ink); font-size: 12px; }.contact-beta-note p { margin: 6px 0 0; font-size: 11px; line-height: 1.65; }
.contact-form-card { padding: 30px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form-card h2 { margin: 11px 0 22px; font-size: 27px; letter-spacing: -.04em; }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 700; }
.contact-form label > small { color: var(--muted); font-size: 9px; font-weight: 400; line-height: 1.5; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 3px; font: 400 13px var(--sans); }
.contact-form textarea { resize: vertical; line-height: 1.55; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--ink); outline-offset: 1px; }
.contact-form .button { width: 100%; }
.contact-form input[readonly] { color: var(--muted); background: #f4f6f1; }
.correction-context { padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; background: #f4f6f1; border: 1px solid var(--line); }
.correction-context span { color: var(--muted); font: 500 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.correction-context b { font-size: 12px; }
.contact-error { margin-bottom: 16px; padding: 12px 14px; color: #9f382c; background: #fff0ec; border-left: 3px solid var(--red); font-size: 11px; }
.contact-direct { margin: 18px 0 0; color: var(--muted); font-size: 10px; text-align: center; }.contact-direct a { color: var(--ink); font-weight: 700; text-decoration: underline; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-success { min-height: 360px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }.contact-success > span { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: #479465; border-radius: 50%; font-weight: 800; }.contact-success h2 { margin-bottom: 8px; }.contact-success p { margin: 0 0 24px; color: var(--muted); font-size: 12px; }

/* Venue page */
.venue-page { background: #f3f5ef; }
.venue-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 15px; }.quiet-action { color: var(--muted); font-size: 11px; font-weight: 700; }.share-button { min-height: 40px; padding: 0 15px; gap: 9px; }.share-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.work-in-progress-badge { position: relative; min-height: 34px; display: inline-flex; align-items: center; padding: 0 11px; color: #8a5420; background: #fff5df; border: 1px solid #e7c98f; border-radius: 99px; font: 600 8px var(--mono); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; cursor: help; }
.work-in-progress-badge:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.work-in-progress-tooltip { position: absolute; z-index: 30; top: calc(100% + 9px); right: 0; width: min(280px, calc(100vw - 32px)); padding: 10px 12px; color: white; background: var(--ink); border-radius: 4px; box-shadow: 0 7px 20px rgba(8,39,31,.18); font: 500 9px/1.5 var(--sans); letter-spacing: 0; text-transform: none; white-space: normal; opacity: 0; visibility: hidden; transform: translateY(-3px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease; pointer-events: none; }
.work-in-progress-tooltip::before { content: ""; position: absolute; right: 22px; bottom: 100%; border: 5px solid transparent; border-bottom-color: var(--ink); }
.work-in-progress-badge:hover .work-in-progress-tooltip, .work-in-progress-badge:focus .work-in-progress-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.share-action { display: flex; flex-direction: column; align-items: stretch; }
.share-helper { max-width: 180px; margin: 5px 0 0; color: var(--muted); font: 400 9px/1.35 var(--mono); text-align: center; }
.admin-manage-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.venue-heading { padding: 18px var(--venue-column-inset) 24px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 18px 30px; }.venue-heading-primary { min-width: min(100%, 420px); flex: 1 1 520px; align-self: center; }.venue-heading-aside { min-width: 0; display: grid; justify-items: end; gap: 10px; }.venue-heading h1 { font-size: clamp(39px,5vw,64px); letter-spacing: -.06em; line-height: 1; margin: 0 0 10px; }
.venue-title-link { color: inherit; text-decoration: none; }
.venue-title-link:hover { color: var(--red); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.venue-title-link:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; border-radius: 2px; }.venue-heading p { margin: 0; color: var(--muted); font-size: 13px; }.venue-location-row { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.venue-heading-type { margin-bottom: 10px; }
.venue-location { min-width: 0; max-width: 920px; overflow-wrap: anywhere; }
.venue-location-compact { display: none; }
.venue-location-row .updated { flex: 0 0 auto; white-space: nowrap; }.venue-location a { color: var(--ink); border-bottom: 1px solid #aab6b0; font-weight: 600; }.venue-location a:hover { color: var(--red); border-color: currentColor; }.venue-status { max-width: 520px; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }.status-pill { display: flex; align-items: center; gap: 8px; border: 1px solid #efcfc8; background: #fff5f1; border-radius: 99px; padding: 8px 12px; color: #ae3c2d; font: 500 9px var(--mono); text-transform: uppercase; }.status-pill i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: white; background: var(--red); font-style: normal; }.status-pill.verified { color: #36734d; border-color: #c7dfce; background: #edf8f0; }.status-pill.verified i { background: #479465; }.updated { color: #929d98; font: 400 9px var(--mono); }
.pitch-directions-bar { margin: 0 var(--venue-column-inset) 14px; padding: 14px 16px; display: grid; grid-template-columns: minmax(220px,1fr) auto auto; align-items: center; gap: 16px; background: white; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(17,48,39,.08); }
.pitch-directions-copy { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 2px 7px; align-items: baseline; }
.pitch-directions-copy > span { color: var(--red); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.pitch-directions-copy strong { overflow: hidden; color: var(--ink); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.pitch-directions-copy small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.pitch-directions-unavailable-warning { grid-column: 1 / -1; margin: 0; padding: 11px 13px; color: #8b2f25; background: #fff1ed; border: 1px solid #efc2ba; border-left: 4px solid #a52f43; border-radius: 4px; font-size: 17px; font-weight: 750; line-height: 1.35; }
.pitch-directions-unavailable-warning strong { color: #731d30; font-weight: 850; }
.pitch-directions-primary { min-height: 44px; padding: 0 18px; white-space: nowrap; }
.pitch-directions-primary.unavailable { background: #7b1f35; }
.pitch-directions-primary.unavailable:hover { background: #5f1628; box-shadow: 0 8px 22px rgba(95,22,40,.25); }
.parking-severe-warning {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 13px;
  color: #8b2f25;
  background: #fff1ed;
  border: 1px solid #efc2ba;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.pitch-directions-options { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.pitch-directions-options > span { color: var(--muted); font: 500 7px var(--mono); text-transform: uppercase; }
.pitch-directions-options a { color: var(--ink); font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.direction-app-link { display: inline-flex; align-items: center; gap: 5px; }
.direction-app-icon { width: 22px; height: 22px; flex: 0 0 22px; overflow: visible; }

.map-shell { height: var(--venue-map-height); margin: 0 var(--venue-column-inset); min-height: var(--venue-map-height); display: grid; grid-template-columns: minmax(0,1fr) var(--venue-map-sidebar-width); box-shadow: 0 17px 55px rgba(17,48,39,.13); background: white; border-radius: 8px; overflow: hidden; }
.venue-map { min-width: 0; height: var(--venue-map-height); min-height: var(--venue-map-height); position: relative; background: #466344; overflow: hidden; }.venue-map > .mapkit-map { position: absolute; inset: 0; }
.fallback-aerial { position: absolute; inset: 0; border-radius: 0; }.fallback-aerial svg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }
.fallback-aerial .pitch-polygon { fill: rgba(216,241,140,.18); stroke: #e7ff9e; stroke-width: 3; vector-effect: non-scaling-stroke; cursor: pointer; transition: .2s; }.fallback-aerial .pitch-polygon.selected { fill: rgba(237,81,61,.35); stroke: #ff6f58; stroke-width: 5; filter: drop-shadow(0 4px 10px rgba(0,0,0,.3)); }.fallback-aerial .parking-polygon { fill: rgba(53,107,221,.35); stroke: #77a8ff; stroke-width: 3; stroke-dasharray: 8 5; vector-effect: non-scaling-stroke; }.fallback-aerial .pitch-label-bg { fill: #fff; fill-opacity: .84; stroke: rgba(16,42,36,.15); stroke-width: 1; }.fallback-aerial .pitch-label-bg.selected { fill: var(--red); fill-opacity: .86; stroke: #fff; stroke-width: 3; }.fallback-aerial .pitch-label { font: 700 18px var(--mono); fill: var(--ink); text-anchor: middle; dominant-baseline: central; pointer-events: none; }.fallback-aerial .pitch-label.selected { fill: white; }.fallback-aerial .parking-label-bg { fill: #356bdd; stroke: #fff; stroke-width: 3; }.fallback-aerial .parking-label { fill: white; font: 700 16px var(--mono); text-anchor: middle; dominant-baseline: central; }.fallback-aerial .facility-label-bg { stroke: #fff; stroke-width: 3; }.fallback-aerial .facility-label { fill: white; font: 800 13px var(--mono); text-anchor: middle; dominant-baseline: central; }.fallback-aerial .route-line { fill: none; stroke: #fff; stroke-width: 3; stroke-dasharray: 7 7; opacity: .85; vector-effect: non-scaling-stroke; }
.fallback-aerial .club-house-polygon { fill: rgba(47,122,85,.28); stroke: #70d0a0; stroke-width: 3; stroke-dasharray: 5 3; vector-effect: non-scaling-stroke; }
.fallback-aerial .pitch-context-label { cursor: pointer; }
.fallback-aerial .parking-polygon.no-parking { fill: rgba(214,75,87,.34); stroke: #ff97a0; }
.fallback-aerial .parking-label-bg.no-parking { fill: #d64b57; }
.fallback-aerial .pitch-context-label-bg { fill: rgba(8,31,23,.78); stroke: rgba(255,255,255,.78); stroke-width: 1; }
.fallback-aerial .pitch-context-label-text { fill: white; font: 600 12px var(--sans); text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.fallback-aerial .pitch-polygon.unavailable { fill: rgba(212,154,29,.4); stroke: #ffe17a; stroke-dasharray: 8 5; }
.fallback-aerial .pitch-polygon.unavailable.selected { fill: rgba(212,154,29,.52); stroke: #fff0a8; }
.fallback-aerial .pitch-label-bg.unavailable, .fallback-aerial .pitch-label-bg.unavailable.selected { fill: #d49a1d; fill-opacity: .96; stroke: white; stroke-width: 3; }
.fallback-aerial .pitch-label.unavailable { fill: white; }
.fallback-aerial .pitch-context-label.unavailable .pitch-context-label-bg { fill: rgba(117,78,5,.9); stroke: #ffe17a; }
.fallback-aerial .pitch-map-organization rect { fill: #fff4ed; stroke: rgba(9,35,28,.72); stroke-width: 1; }
.fallback-aerial .pitch-map-organization text { fill: var(--ink); font: 750 12px var(--sans); text-anchor: middle; }
.pitch-map-context-label { min-width: 92px; max-width: 180px; padding: 7px 9px; display: grid; gap: 2px; color: white; background: rgba(8,31,23,.82); border: 1px solid rgba(255,255,255,.82); border-radius: 5px; box-shadow: 0 3px 10px rgba(0,0,0,.2); text-align: center; text-decoration: none; }
.pitch-map-context-label.unavailable { background: rgba(117,78,5,.92); border-color: #ffe17a; }
.pitch-map-context-label b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.pitch-map-context-label small { overflow: hidden; color: rgba(255,255,255,.78); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.pitch-map-context-label strong { color: #d8f3e0; font-size: 9px; line-height: 1.3; white-space: normal; }
.map-mode { position: absolute; z-index: 8; top: 18px; left: 18px; padding: 4px; display: flex; background: rgba(255,255,255,.91); border-radius: 5px; box-shadow: 0 3px 13px rgba(0,0,0,.16); font: 500 9px var(--mono); }.map-mode button { padding: 8px 10px; color: var(--ink); background: transparent; border: 0; border-radius: 3px; cursor: pointer; }.map-mode button:hover { background: rgba(16,42,36,.08); }.map-mode button:focus-visible { outline: 2px solid var(--red); outline-offset: 1px; }.map-mode .active { color: white; background: var(--ink); }.map-mode .active:hover { background: var(--ink); }.map-zoom-controls { position: absolute; z-index: 8; right: 17px; bottom: 65px; display: grid; overflow: hidden; border-radius: 5px; box-shadow: 0 3px 13px rgba(0,0,0,.2); }.map-zoom-controls button, .map-reset { width: 40px; height: 40px; color: var(--ink); background: white; border: 0; font-size: 20px; cursor: pointer; }.map-zoom-controls button + button { border-top: 1px solid var(--line); }.map-zoom-controls button:hover, .map-reset:hover { background: #f1f4ef; }.map-reset { position: absolute; z-index: 8; right: 17px; bottom: 17px; border-radius: 5px; box-shadow: 0 3px 13px rgba(0,0,0,.2); }.demo-map-note { position: absolute; z-index: 8; left: 18px; bottom: 18px; color: white; background: rgba(8,39,31,.78); border-radius: 3px; padding: 8px 10px; font: 400 9px var(--mono); }
.pitch-panel { background: #fff; padding: 39px 29px; overflow: auto; }.panel-handle { display: none; }.panel-heading h2 { font-size: 29px; letter-spacing: -.045em; margin: 13px 0 9px; }.panel-heading p { color: var(--muted); font-size: 11px; line-height: 1.65; }.pitch-list { display: grid; gap: 9px; margin-top: 24px; }.pitch-choice { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 5px; transition: .2s; }.pitch-choice:hover { border-color: #b9c5bc; transform: translateX(2px); }.pitch-choice.selected { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); background: #fff7f4; }.pitch-number { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font: 500 11px var(--mono); }.selected .pitch-number { background: var(--red); }.pitch-choice-info { display: grid; gap: 3px; min-width: 0; flex: 1; }.pitch-choice-info b { font-size: 11px; }.pitch-choice-info small { color: var(--muted); font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.surface-tag { padding: 5px 7px; border-radius: 2px; color: #3d7250; background: #e9f4e5; font: 500 7px var(--mono); text-transform: uppercase; }.surface-tag.astro, .surface-tag.synthetic_3g, .surface-tag.synthetic_4g { color: #40667f; background: #e1f0f7; }.surface-tag.hybrid { color: #6c6037; background: #f5efd9; }.pitch-choice > i { color: #9eaaa4; font-style: normal; }
.surface-tag.to_be_confirmed { color: #65736e; background: #edf0ec; }
.pitch-choice.unavailable { border-color: #e2c26d; background: #fff9e8; }
.pitch-choice.unavailable.selected { border-color: #c68a0e; box-shadow: 0 0 0 1px #c68a0e; background: #fff4cf; }
.pitch-choice.unavailable .pitch-number, .pitch-choice.unavailable.selected .pitch-number { background: #c68a0e; }
.pitch-unavailable-tag { padding: 5px 7px; display: inline-flex; align-items: center; gap: 4px; border-radius: 2px; color: #74520a; background: #ffe9a8; font: 600 7px var(--mono); text-transform: uppercase; }
.pitch-unavailable-tag b { width: 13px; height: 13px; display: inline-grid; place-items: center; color: white; background: #c68a0e; border-radius: 50%; font-size: 8px; }
.venue-content { max-width: var(--site-column); margin: 55px auto 100px; padding: 0 30px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.7fr); gap: 25px; align-items: start; }.main-column { display: grid; gap: 18px; }.detail-card, .fixtures-card { background: white; border: 1px solid var(--line); padding: 31px; }.card-title-row, .fixture-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }.card-title-row h2, .fixture-heading h2 { margin: 9px 0 0; font-size: 26px; letter-spacing: -.04em; }.big-pitch-number { display: grid; place-items: center; min-width: 52px; height: 52px; border-radius: 50%; background: var(--red); color: white; font: 600 17px var(--mono); }.detail-grid { display: grid; grid-template-columns: .7fr 1.3fr; margin: 28px 0 22px; border: 1px solid var(--line); }.detail-grid > div { padding: 17px; display: grid; gap: 6px; }.detail-grid > div + div { border-left: 1px solid var(--line); }.detail-grid span { color: var(--muted); text-transform: uppercase; font: 400 8px var(--mono); letter-spacing: .1em; }.detail-grid b { font-size: 11px; line-height: 1.5; }.detail-note, .venue-description { color: var(--muted); padding: 13px 15px; background: #f5f6f1; border-left: 2px solid var(--lime); font-size: 10px; line-height: 1.65; }.full-width { width: 100%; }
.pitch-organization-attribution { margin: 18px 0 0; padding: 13px 15px; background: #eef4ee; border-left: 3px solid #789688; }.pitch-organization-attribution span { color: var(--muted); font: 500 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.pitch-organization-attribution p { margin: 5px 0 0; font-size: 11px; }.pitch-organization-attribution a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.walk-time { color: var(--red); font: 700 24px var(--mono); text-align: right; }.walk-time small { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; }.parking-row { display: flex; gap: 14px; align-items: center; margin-top: 26px; padding: 16px; border: 1px solid var(--line); }.parking-icon { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: white; background: #356bdd; border-radius: 50%; font: 600 16px var(--mono); }.parking-row > div { display: grid; gap: 4px; flex: 1; }.parking-row b { font-size: 11px; }.parking-row small { color: var(--muted); font-size: 9px; line-height: 1.5; }.button.outline { min-height: 38px; color: var(--ink); background: white; border: 1px solid var(--line); padding: 0 13px; gap: 9px; }.button.outline:hover { border-color: var(--ink); box-shadow: none; }.venue-description { margin: 18px 0 0; }
.parking-type { display: block; }
.parking-row.preferred-parking { border-color: #9bc6a8; box-shadow: inset 4px 0 0 #4d9163; background: #fbfefb; }
.parking-arrival-label { color: #39764e !important; font-weight: 750; }
.mapped-distance { display: block; color: #39764e !important; font-weight: 650; }
.mapped-walk-time { display: block; color: var(--ink) !important; font-weight: 700; }
.mapped-facility-distance { margin-top: 14px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid #cfe0d3; background: #f4faf5; }
.mapped-facility-distance > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #9a6734; border-radius: 50%; font: 700 11px var(--mono); }
.mapped-facility-distance > div { display: grid; gap: 3px; }
.mapped-facility-distance b { font-size: 10px; }
.mapped-facility-distance small { color: var(--muted); font-size: 9px; }

.parking-notes { margin: -1px 0 0; padding: 13px 16px 14px 68px; color: var(--muted); background: #f4f7fb; border: 1px solid var(--line); border-top: 0; }
.parking-notes span { display: block; margin-bottom: 5px; color: #315fbd; font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.parking-notes p { margin: 0; font-size: 11px; line-height: 1.6; }
.pitch-identity-change-notice { margin: 16px 0 20px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; color: #725135; background: #fff4e5; border: 1px solid #ead0a9; border-left: 4px solid #d8923d; border-radius: 4px; }
.pitch-identity-change-notice > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #d8923d; border-radius: 50%; font: 700 11px var(--mono); }
.pitch-identity-change-notice b { font-size: 14px; }
.pitch-identity-change-notice p { margin: 4px 0 0; font-size: 15px; line-height: 1.55; }
.pitch-unavailable-notice { margin: 16px 0 20px; padding: 15px 17px; display: flex; align-items: flex-start; gap: 12px; color: #6f5111; background: #fff6d8; border: 1px solid #e5c66f; border-left: 4px solid #c68a0e; border-radius: 4px; }
.pitch-unavailable-notice > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #c68a0e; border-radius: 50%; font: 700 12px var(--mono); }
.pitch-unavailable-notice b { color: var(--ink); font-size: 14px; }
.pitch-unavailable-notice p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; }
.pitch-unavailable-notice small { display: block; margin-top: 6px; color: #7b672f; font-size: 10px; line-height: 1.5; }
.detail-grid.three { grid-template-columns: repeat(3,1fr); }
.facilities-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.facility-item { min-width: 0; padding: 15px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); background: #fafbf8; }.facility-item > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: #cbd1cd; background: #f5f7f4; border: 1px solid #edf0ed; border-radius: 50%; font: 700 8px var(--mono); opacity: .45; }.facility-item > div { min-width: 0; display: grid; gap: 4px; }.facility-item b { font-size: 9px; }.facility-item small { color: var(--muted); font-size: 8px; }.facility-item.status-available > span { color: white; background: #4d9163; border-color: #4d9163; opacity: 1; }.facility-item.status-available small { color: #39764e; }.facility-item.status-limited > span { color: white; background: #c66a1b; border-color: #c66a1b; opacity: 1; }.facility-item.status-limited small { color: #9a5318; }.facility-item.status-not_available > span { color: white; background: #b84d59; border-color: #b84d59; opacity: 1; }.facility-item.status-not_available small { color: #9d3f49; }
.facility-access-guidance { display: block; margin-top: 4px; color: var(--muted); line-height: 1.4; }
.venue-links { margin-top: 16px; display: grid; border-top: 1px solid var(--line); }.venue-links a { padding: 13px 2px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }.venue-links span { color: var(--muted); font: 500 7px var(--mono); text-transform: uppercase; }.venue-links b { font-size: 9px; }.venue-links i { color: var(--red); font-style: normal; }
.related-venues-intro { margin: 12px 0 0; color: var(--muted); font-size: 11px; }.related-venue-list { margin-top: 20px; display: grid; border-top: 1px solid var(--line); }.related-venue-list a { padding: 14px 2px; display: grid; grid-template-columns: 155px minmax(180px,1fr) minmax(80px,.55fr) minmax(74px,auto) auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }.related-venue-list .venue-type { margin: 0; }.related-venue-list b { font-size: 16px; line-height: 1.3; }.related-venue-list small { color: var(--muted); font-size: 9px; }.related-venue-list .related-venue-pitch-count { font-family: var(--mono); text-transform: uppercase; white-space: nowrap; }.related-venue-list > a > i { color: var(--red); font-style: normal; }.related-club-heading { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.facility-item > span svg { width: 22px; height: 22px; fill: currentColor; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.facility-item > span .facility-icon-cutout { fill: currentColor; opacity: .45; }
.facility-item.status-available > span .facility-icon-cutout { fill: #4d9163; opacity: 1; }
.facility-item.status-not_available > span .facility-icon-cutout { fill: #b84d59; opacity: 1; }
.surface-table-wrap { margin-top: 23px; overflow-x: auto; }.surface-table { width: 100%; min-width: 570px; border-collapse: collapse; text-align: left; }.surface-table th { padding: 0 12px 10px; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }.surface-table td { padding: 14px 12px; vertical-align: top; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.surface-table th:first-child, .surface-table td:first-child { padding-left: 0; }.surface-table td:first-child { min-width: 135px; color: var(--ink); }.surface-table td:first-child b { vertical-align: middle; }.surface-table td:nth-child(2) { min-width: 150px; }.surface-table td:last-child { min-width: 250px; }.surface-table td:last-child > span { display: block; margin-top: 6px; }.surface-swatch { width: 10px; height: 10px; margin-right: 8px; display: inline-block; vertical-align: middle; border-radius: 50%; background: #5a9d5a; }.surface-swatch.astro, .surface-swatch.synthetic_3g, .surface-swatch.synthetic_4g { background: #44a6ae; }.surface-swatch.hybrid { background: #a99345; }.footwear-policy { width: fit-content; display: inline-flex; padding: 4px 6px; color: #65736e; background: #edf0ec; border-radius: 2px; font: 600 8px var(--mono); font-style: normal; letter-spacing: .04em; text-transform: uppercase; }.footwear-policy.policy-recommended { color: #40667f; background: #e1f0f7; }.footwear-policy.policy-required_enforced { color: #a43f32; background: #fff0ec; border: 1px solid #efc1b8; }.footwear-notice-link { width: fit-content; margin-top: 7px; display: block; color: var(--ink); font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }.selected-footwear b { display: grid; gap: 7px; }.selected-footwear .footwear-notice-link { font-size: 11px; }.notice-photo-control { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; background: #f2f4ef; border: 1px solid var(--line); }.notice-photo-control a { color: var(--ink); font-size: 12px; font-weight: 700; }.notice-photo-control label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }.notice-photo-control input { width: auto; }
.surface-swatch.to_be_confirmed { background: #9eaaa4; }
.unconfirmed-surface-notice { margin-top: 22px; padding: 16px 18px; color: #725135; background: #fff4e5; border-left: 4px solid #d8923d; }
.unconfirmed-surface-notice b { color: var(--ink); font-size: 14px; }
.unconfirmed-surface-notice p { margin: 5px 0 0; font-size: 14px; line-height: 1.6; }
.selected-surface { align-content: start; }
.surface-correction-link { width: fit-content; display: block; margin-top: 8px; color: var(--ink); font-size: 10px; font-weight: 700; line-height: 1.4; text-decoration: underline; text-underline-offset: 2px; }
.fixture-column { display: grid; gap: 14px; }.fixture-date { padding: 7px 8px; color: var(--muted); background: #f1f3ee; font: 400 8px var(--mono); }.date-picker { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 20px 0 7px; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.date-picker label { color: var(--muted); font: 400 8px var(--mono); text-transform: uppercase; }.date-picker input { border: 0; background: transparent; color: var(--ink); font: 500 9px var(--mono); }.fixture { padding: 17px 0; display: grid; grid-template-columns: 46px 1fr auto; gap: 13px; border-bottom: 1px solid var(--line); }.fixture time { font: 500 12px var(--mono); color: var(--red); }.fixture > div { display: grid; gap: 3px; }.fixture div span { color: var(--muted); font: 400 7px var(--mono); text-transform: uppercase; }.fixture div b { font-size: 10px; }.fixture div small { margin-top: 4px; color: #43805b; font: 500 8px var(--mono); }.fixture > i { align-self: center; color: #9ba6a1; font-style: normal; }.no-fixtures { padding: 35px 10px 15px; text-align: center; color: var(--muted); }.no-fixtures > span { font-size: 29px; }.no-fixtures b { display: block; color: var(--ink); font-size: 11px; margin-top: 8px; }.no-fixtures p { font-size: 9px; }.data-note { display: flex; gap: 12px; padding: 17px; color: #526c63; background: #e9eee7; }.data-note > span { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #779088; border-radius: 50%; font: 500 10px var(--mono); }.data-note p { margin: 0; font-size: 8px; line-height: 1.6; }.data-note b { display: block; color: var(--ink); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(14px); animation: reveal .65s ease forwards; }.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; } @keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  :root { --venue-map-height: 540px; }
  .pitch-directions-bar { grid-template-columns: 1fr auto; }.pitch-directions-options { grid-column: 1 / -1; }
  .home-hero { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { max-width: 700px; }.hero-map-card { max-width: 650px; width: 90%; justify-self: center; }
  .venue-grid { grid-template-columns: repeat(2,1fr); }.map-shell { height: auto; grid-template-columns: 1fr; }.pitch-panel { padding: 26px; }.pitch-list { grid-template-columns: repeat(3,1fr); }.pitch-choice { padding: 9px; }.surface-tag { display: none; }
  .venue-content { grid-template-columns: 1fr; }.fixture-column { grid-template-columns: 1fr 1fr; }.data-note { align-self: start; }
}

@media (max-width: 680px) {
  :root { --venue-map-gutter: 0px; --venue-map-height: clamp(380px,58svh,560px); }
  .pitch-directions-bar { margin: 0 10px 10px; padding: 14px; grid-template-columns: 1fr; gap: 12px; border-radius: 6px; }
  .pitch-directions-unavailable-warning, .parking-restricted-warning { text-align: center; }
  .pitch-directions-primary { width: 100%; min-height: 50px; }.pitch-directions-options { grid-column: auto; justify-content: space-between; gap: 8px; }.pitch-directions-options > span { display: none; }
  .site-header { height: 66px; }.site-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 25px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: start; }.site-nav.open { display: flex; }.mobile-menu { display: block; }
  .contact-page { padding: 54px 16px 70px; grid-template-columns: 1fr; gap: 34px; }.contact-intro h1 { font-size: 48px; }.contact-form-card { padding: 23px 18px; }
  .public-state-page { min-height: 72vh; padding: 60px 20px; }.state-actions { width: 100%; display: grid; }.state-actions .button { width: 100%; }
  .home-hero { min-height: 0; padding: 50px 21px 70px; gap: 60px; }.hero-copy h1 { font-size: 47px; }.hero-copy > p { font-size: 14px; }.venue-search { display: grid; grid-template-columns: auto 1fr; }.venue-search button { grid-column: 1 / -1; }.search-hint { display: none; }.hero-map-card { height: 360px; width: 97%; }.floating-match-card { width: 270px; right: -15px; }.map-card-caption { display: none; }
  .trust-strip { padding: 20px; grid-template-columns: 1fr; gap: 0; }.trust-strip > div { min-height: 74px; padding: 0; border-right: 0; border-bottom: 1px solid #d2d8ce; }.trust-strip > div:last-child { border: 0; }
  .venue-directory, .how-it-works { padding: 80px 20px; }.section-heading { align-items: start; flex-direction: column; }.directory-stats { margin-top: -12px; }.venue-grid { grid-template-columns: 1fr; }.venue-card-map { height: 210px; }.steps { grid-template-columns: 1fr; }.steps article, .steps article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); min-height: 0; }.home-cta { padding: 90px 20px; }.home-cta h2 { font-size: 45px; }.site-footer { padding: 30px 22px; align-items: start; flex-direction: column; gap: 10px; }.brand-footer { margin-bottom: 8px; }
  .quiet-action { display: none; }.venue-heading { padding-top: 12px; align-items: start; flex-direction: column; }.venue-heading-aside { width: 100%; justify-items: stretch; }.venue-actions, .venue-status { justify-content: flex-start; }.venue-heading h1 { font-size: 45px; }.map-shell { margin: 0; border-radius: 0; box-shadow: none; overflow: visible; }.pitch-panel { position: relative; z-index: 10; margin: -18px 12px 0; border-radius: 12px 12px 0 0; box-shadow: 0 -9px 25px rgba(10,40,30,.12); }.panel-handle { display: block; width: 40px; height: 4px; border-radius: 9px; background: #d3d8d2; margin: -13px auto 19px; }.pitch-list { display: flex; overflow-x: auto; margin-left: -8px; margin-right: -8px; padding: 2px 8px 8px; }.pitch-choice { min-width: 210px; }.venue-content { margin-top: 25px; padding: 0 12px; }.detail-card, .fixtures-card { padding: 23px 19px; }.detail-grid { grid-template-columns: 1fr; }.detail-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }.parking-row { align-items: start; flex-wrap: wrap; }.parking-row .button { width: 100%; }.surface-list > div { grid-template-columns: 12px 1fr 1fr; }.surface-list small { grid-column: 2 / -1; }.fixture-column { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; animation: none; } * { transition-duration: 0s !important; } }

/* Map editor */
.editor-overlay .area.parking.no-parking { fill: rgba(214,75,87,.25); stroke: #ff97a0; }
.editor-overlay .area.active.parking.no-parking { fill: rgba(214,75,87,.38); stroke: #ff6f7c; }
.editor-overlay .area.facility { fill: rgba(47,122,85,.26); stroke: #70d0a0; stroke-dasharray: 5 3; }
.editor-overlay .area.active.facility { fill: rgba(47,122,85,.38); stroke: #8de2b5; stroke-width: 4; }
.editor-overlay .vertex.facility { stroke: #2f7a55; }
.editor-page { height: 100vh; overflow: hidden; background: #eef1eb; }.editor-page .site-header, .editor-page .site-footer { display: none; }.editor-page main { height: 100%; display: flex; flex-direction: column; }
.editor-bar { height: 65px; flex: 0 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }.editor-bar > div { display: flex; align-items: center; gap: 13px; }.editor-bar a { color: var(--muted); font-size: 10px; }.editor-bar > div:first-child > span { height: 18px; border-left: 1px solid var(--line); }.editor-bar b { font-size: 12px; }.editor-bar small { padding: 5px 7px; color: #50705f; background: #edf3eb; border-radius: 3px; font: 500 7px var(--mono); text-transform: uppercase; }.editor-bar .button { min-height: 37px; padding: 0 15px; }.save-state { color: #6e7f78; font: 400 8px var(--mono); }.save-state.dirty { color: #c45a3e; }
.editor-layout { min-height: 0; flex: 1; display: grid; grid-template-columns: 245px minmax(450px,1fr) 280px; }.feature-sidebar, .property-sidebar { min-height: 0; overflow: auto; background: white; }.feature-sidebar { border-right: 1px solid var(--line); }.property-sidebar { border-left: 1px solid var(--line); padding: 0 19px; }.editor-section-heading { height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); text-transform: uppercase; font: 500 8px var(--mono); letter-spacing: .08em; }.editor-section-heading small { color: #8e9994; font-size: 7px; }.feature-list { padding: 10px 8px; }.feature-group { display: block; padding: 13px 9px 8px; color: #89958f; font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.feature-item { width: 100%; padding: 10px 9px; display: flex; align-items: center; gap: 10px; text-align: left; color: var(--ink); border: 1px solid transparent; border-radius: 4px; background: transparent; cursor: pointer; }.feature-item:hover { background: #f5f7f2; }.feature-item.active { border-color: #efc2ba; background: #fff5f1; }.feature-symbol { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font: 500 8px var(--mono); font-style: normal; }.feature-symbol.parking { background: #356bdd; }.feature-item.active .feature-symbol.pitch { background: var(--red); }.feature-item > span { min-width: 0; flex: 1; display: grid; gap: 2px; }.feature-item b { font-size: 9px; }.feature-item small { color: var(--muted); font-size: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.feature-item em { color: #9da7a2; font-style: normal; }.editor-help { margin: 15px; padding: 14px; color: #61736b; background: #edf1eb; border-radius: 4px; }.editor-help b { color: var(--ink); font-size: 9px; }.editor-help p { margin: 6px 0 0; font-size: 8px; line-height: 1.6; }
.editor-workspace { min-width: 0; min-height: 0; display: flex; flex-direction: column; position: relative; }.map-search { z-index: 12; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: min(460px, calc(100% - 170px)); height: 43px; display: flex; align-items: center; padding: 4px; background: white; border-radius: 4px; box-shadow: 0 5px 22px rgba(8,38,29,.25); }.map-search svg { width: 17px; height: 17px; margin: 0 10px; fill: none; stroke: var(--ink); stroke-width: 1.8; }.map-search input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 10px; }.map-search button { height: 31px; padding: 0 12px; border: 0; border-radius: 3px; color: white; background: var(--ink); font-size: 9px; font-weight: 700; cursor: pointer; }.editor-map { flex: 1; min-height: 0; position: relative; overflow: hidden; background: #486544; }.editor-map > .mapkit-editor-map { position: absolute; inset: 0; }.editor-overlay { position: absolute; z-index: 7; inset: 0; width: 100%; height: 100%; touch-action: none; pointer-events: none; }.editor-overlay.draw-mode { pointer-events: all; cursor: crosshair; }.editor-overlay .area { fill: rgba(216,241,140,.16); stroke: #e9ffad; stroke-width: 2.5; vector-effect: non-scaling-stroke; pointer-events: none; }.editor-overlay .area.parking { fill: rgba(53,107,221,.24); stroke: #8bb3ff; stroke-dasharray: 7 5; }.editor-overlay .area.active { fill: rgba(237,81,61,.28); stroke: #ff6f58; stroke-width: 4; }.editor-overlay .area.active.parking { fill: rgba(53,107,221,.35); stroke: #75a2ff; }.editor-overlay .vertex { fill: white; stroke: var(--red); stroke-width: 3; cursor: grab; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)); pointer-events: all; }.editor-overlay .vertex.parking { stroke: #356bdd; }.editor-overlay .vertex:active { cursor: grabbing; }.editor-tools { position: absolute; z-index: 9; top: 15px; left: 15px; display: flex; padding: 3px; background: white; border-radius: 4px; box-shadow: 0 4px 15px rgba(8,38,29,.21); }.editor-tools button { height: 36px; display: flex; align-items: center; gap: 6px; border: 0; border-radius: 3px; background: white; color: var(--muted); font-size: 8px; font-weight: 700; cursor: pointer; }.editor-tools button.active { color: white; background: var(--ink); }.editor-tools button:disabled { opacity: .4; }.editor-tools span { font-size: 14px; }.draw-instruction { position: absolute; z-index: 9; left: 50%; bottom: 17px; transform: translateX(-50%); padding: 9px 12px; color: white; background: rgba(8,39,31,.9); border-radius: 4px; font: 400 9px var(--mono); }.draw-instruction button { margin-left: 10px; padding: 5px 8px; border: 0; border-radius: 2px; color: var(--ink); background: var(--lime); font: 600 8px var(--sans); cursor: pointer; }.editor-note { bottom: 17px; left: 17px; }.coordinate-strip { min-height: 52px; flex: 0 0 auto; display: flex; align-items: center; gap: 12px; padding: 7px 15px; color: var(--muted); background: #f7f8f4; border-top: 1px solid var(--line); font: 400 7px var(--mono); text-transform: uppercase; }.coordinate-strip > span { margin-right: auto; }.coordinate-strip label { display: flex; align-items: center; gap: 5px; }.coordinate-strip input { width: 82px; padding: 5px; border: 1px solid var(--line); color: var(--ink); background: white; font: 400 8px var(--mono); }.coordinate-strip button { border: 0; padding: 9px 13px; color: white; background: var(--ink); border-radius: 2px; font-size: 8px; font-weight: 700; cursor: pointer; }.coordinate-strip button:disabled { color: #78857f; background: #dfe5df; cursor: default; }
.property-card { padding: 20px 0; border-bottom: 1px solid var(--line); }.property-card > span { color: var(--red); font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.property-card h2 { margin: 9px 0 5px; font-size: 19px; letter-spacing: -.03em; }.property-card p { color: var(--muted); margin: 0; font-size: 9px; line-height: 1.5; }.property-row { padding: 13px 0; display: grid; gap: 5px; border-bottom: 1px solid var(--line); }.property-row span { color: var(--muted); font: 400 7px var(--mono); text-transform: uppercase; }.property-row b { font-size: 9px; line-height: 1.5; }.boundary-stats { padding: 18px 0; display: grid; gap: 13px; border-bottom: 1px solid var(--line); }.boundary-stats div { display: flex; align-items: center; justify-content: space-between; }.boundary-stats span { color: var(--muted); font-size: 8px; }.boundary-stats b { font: 500 8px var(--mono); }.editor-key { padding: 17px 0; display: grid; gap: 7px; color: var(--muted); font: 400 7px var(--mono); text-transform: uppercase; }.editor-key input { padding: 9px; border: 1px solid var(--line); }.editor-warning { margin-top: 18px; display: flex; gap: 10px; padding: 13px; color: #7b6549; background: #f8f1e7; }.editor-warning > span { width: 18px; height: 18px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: #d59445; font: 600 9px var(--mono); }.editor-warning p { margin: 0; font-size: 7px; line-height: 1.55; }.editor-warning b { display: block; color: #65482c; font-size: 8px; }

@media (max-width: 900px) { .editor-layout { grid-template-columns: 200px 1fr; }.property-sidebar { display: none; }.map-search { left: auto; right: 14px; transform: none; width: min(390px, calc(100% - 170px)); } }
@media (max-width: 620px) { .editor-layout { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }.feature-sidebar { grid-row: 2; max-height: 185px; border-top: 1px solid var(--line); }.feature-list { display: flex; overflow-x: auto; }.feature-group, .editor-help { display: none; }.feature-item { min-width: 170px; }.editor-workspace { grid-row: 1; }.editor-bar b, .editor-bar small, .save-state { display: none; }.map-search { top: 62px; left: 12px; right: 12px; width: auto; }.coordinate-strip > span, .coordinate-strip label { display: none; }.editor-tools { top: 14px; }.editor-note { display: none; } }

.default-view-actions { display: flex; gap: 6px; }
.coordinate-strip .secondary-coordinate-action { color: var(--ink); background: white; border: 1px solid var(--line); }
.coordinate-strip .secondary-coordinate-action:hover { border-color: var(--ink); }
.coordinate-strip .secondary-coordinate-action:disabled { color: #8b9691; background: #f0f2ef; border-color: var(--line); }
@media (max-width: 620px) {
  .coordinate-strip { flex-wrap: wrap; }
  .default-view-actions { width: 100%; }
  .default-view-actions button { flex: 1; }
  .coordinate-strip > .save-coordinate-edit { width: 100%; }
}

/* Private admin */
.admin-page { min-height: 100vh; background: #eef1eb; }.admin-header { height: 68px; padding: 0 var(--site-inset); display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }.admin-header .brand small { margin-left: 4px; padding: 5px 7px; border-radius: 3px; color: #557069; background: #edf2ec; font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .08em; }.admin-header nav { display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: 10px; font-weight: 700; }.admin-header nav form { margin: 0; display: flex; }.admin-header nav button { min-height: 44px; padding: 0 10px; color: var(--muted); border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }.admin-main { max-width: var(--site-column); margin: auto; padding: 55px 30px 100px; }.admin-login-card { width: min(440px, calc(100vw - 40px)); margin: 8vh auto 0; padding: 42px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }.admin-login-card h1 { margin: 18px 0 10px; font-size: 39px; letter-spacing: -.05em; }.admin-login-card > p { color: var(--muted); font-size: 11px; line-height: 1.7; }.admin-login-form { display: grid; gap: 17px; margin-top: 28px; }.admin-login-form label, .admin-form label { display: grid; gap: 7px; color: #607069; font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .05em; }.admin-login-form input, .admin-form input, .admin-form textarea, .admin-form select { width: 100%; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #cfd6ce; border-radius: 3px; outline: none; font: 500 11px var(--sans); text-transform: none; letter-spacing: normal; }.admin-login-form input:focus, .admin-form input:focus, .admin-form textarea:focus, .admin-form textarea:focus, .admin-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(16,42,36,.08); }.admin-alert { margin-top: 24px; padding: 17px; color: #715637; background: #fbf0df; border-left: 3px solid #d89847; }.admin-alert b { font-size: 10px; }.admin-alert p { margin: 5px 0 0; font-size: 9px; line-height: 1.6; }.admin-alert.error { color: #923c31; background: #fff0ed; border-color: var(--red); font-size: 10px; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }.admin-heading h1 { margin: 15px 0 7px; font-size: 47px; letter-spacing: -.055em; }.admin-heading p { margin: 0; color: var(--muted); font-size: 11px; }.admin-count { padding: 8px 11px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 99px; font: 500 8px var(--mono); text-transform: uppercase; }.admin-venue-list { display: grid; gap: 10px; }.admin-venue-row { padding: 18px; display: grid; grid-template-columns: auto minmax(230px,1fr) auto auto; align-items: center; gap: 17px; background: white; border: 1px solid var(--line); }.admin-venue-icon { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 6px; font-weight: 800; }.admin-venue-row > div:nth-child(2) { display: grid; gap: 3px; }.admin-venue-row h2 { margin: 0; font-size: 14px; }.admin-venue-row div > span { color: var(--red); font: 500 7px var(--mono); text-transform: uppercase; }.admin-venue-row code { color: var(--muted); font: 400 8px var(--mono); }.admin-row-stats { display: flex; gap: 20px; }.admin-row-stats span { display: grid; gap: 2px; color: var(--muted) !important; font: 400 7px var(--mono) !important; }.admin-row-stats b { color: var(--ink); font-size: 10px; }.admin-row-stats .is-verified { color: #39805a !important; }.admin-venue-row .button { min-height: 37px; }.admin-breadcrumbs { display: flex; gap: 9px; margin-bottom: 30px; color: var(--muted); font: 400 8px var(--mono); }.admin-breadcrumbs a { color: var(--ink); }.venue-admin-heading { align-items: center; }.venue-admin-heading h1 { font-size: 42px; }.venue-admin-heading p a { color: var(--ink); font-family: var(--mono); }.admin-flash { margin: -10px 0 22px; padding: 12px 15px; color: #376b4b; background: #e4f2e7; border-left: 3px solid #4d9b68; font-size: 9px; }.admin-flash.error { color: #923c31; background: #fff0ed; border-color: var(--red); }
.admin-edit-grid { display: grid; gap: 16px; }.admin-form-card { padding: 25px; background: white; border: 1px solid var(--line); }.admin-card-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.admin-card-title > div { display: flex; align-items: center; gap: 12px; }.admin-card-title span { color: var(--red); font: 500 8px var(--mono); }.admin-card-title h2 { margin: 0; font-size: 18px; }.admin-card-title small { color: var(--muted); font: 400 7px var(--mono); text-transform: uppercase; }.admin-form { display: grid; gap: 16px; margin-top: 22px; }.form-grid { display: grid; gap: 14px; }.form-grid.two { grid-template-columns: 1fr 1fr; }.admin-form label > small { color: #929d98; font: 400 7px var(--sans); text-transform: none; letter-spacing: 0; }.admin-form textarea { resize: vertical; line-height: 1.5; }.admin-form .button { justify-self: start; min-width: 120px; }.check-label { grid-template-columns: auto 1fr; align-items: start; padding: 13px; background: #f4f6f1; cursor: pointer; }.check-label input { width: 15px; margin-top: 2px; }.check-label span { display: grid; gap: 3px; }.check-label b { color: var(--ink); font: 700 10px var(--sans); text-transform: none; letter-spacing: 0; }.check-label small { color: var(--muted); line-height: 1.45; }.admin-accordion-list details { border-bottom: 1px solid var(--line); }.admin-accordion-list summary { padding: 15px 4px; display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; }.admin-accordion-list summary::-webkit-details-marker { display: none; }.admin-accordion-list summary > div { min-width: 0; flex: 1; display: grid; gap: 3px; }.admin-accordion-list summary b { font-size: 10px; }.admin-accordion-list summary small { color: var(--muted); font: 400 8px var(--mono); }.admin-accordion-list summary > i { color: var(--red); font-style: normal; transition: transform .2s; }.admin-accordion-list details[open] summary > i { transform: rotate(45deg); }.admin-form.compact { margin: 0 0 20px 46px; padding: 18px; background: #f5f7f2; }.admin-empty { padding: 20px; color: var(--muted); font-size: 10px; text-align: center; }
.geography-control { min-width: 0; margin: 0; padding: 16px; display: grid; gap: 14px; border: 1px solid var(--line); background: #fbfcf9; }.geography-control legend { padding: 0 7px; color: var(--ink); font: 700 11px var(--sans); }.geography-control legend small { margin-left: 6px; color: var(--muted); font-weight: 400; }.venue-heading .eyebrow a, .all-venues-area a { color: inherit; text-decoration: underline; text-decoration-color: #bbc6bf; text-underline-offset: 3px; }.all-venues-area a { position: relative; z-index: 2; }.directory-filter-summary { margin-top: 8px !important; font-size: 12px !important; }.directory-filter-summary a { color: var(--red); }
@media (max-width: 760px) { .admin-header nav > a { display: none; }.admin-main { padding: 35px 14px 70px; }.admin-heading { align-items: start; flex-direction: column; }.venue-admin-heading .button { width: 100%; }.admin-venue-row { grid-template-columns: auto 1fr auto; }.admin-row-stats { display: none; }.form-grid.two { grid-template-columns: 1fr; }.admin-form-card { padding: 18px 14px; }.admin-form.compact { margin-left: 0; }.admin-login-card { padding: 30px 23px; } }

.pitch-inline-error { margin: 0 18px 14px; }
.notification-settings { margin: 0 0 28px; }
.notification-delivery-status { margin-top: 20px; padding: 14px 16px; border-left: 3px solid #4d9b68; background: #edf6ef; }
.notification-delivery-status.status-invalid, .notification-delivery-status.status-not-configured { color: #7b513d; border-color: #d38946; background: #fff3e6; }
.notification-delivery-status b, .notification-delivery-status strong { font-size: 12px; }
.notification-delivery-status p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.notification-delivery-status strong { display: block; margin-top: 9px; }
.notification-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.notification-groups fieldset { min-width: 0; margin: 0; padding: 12px; border: 1px solid var(--line); }
.notification-groups legend { padding: 0 6px; font: 600 10px var(--mono); text-transform: uppercase; }
.notification-groups .check-label { margin-bottom: 7px; }
.notification-test-form { margin-top: 14px; display: flex; align-items: center; gap: 12px; }
.notification-test-form small { color: var(--muted); font-size: 11px; }
@media (max-width: 800px) { .notification-groups { grid-template-columns: 1fr; }.notification-test-form { align-items: stretch; flex-direction: column; } }

/* Verification workflow and richer geometry editing */
.public-review-warning { margin: -18px var(--venue-column-inset) 28px; padding: 17px 20px; display: flex; align-items: flex-start; gap: 14px; color: #725135; background: #fff4e5; border: 1px solid #ead0a9; border-left: 4px solid #d8923d; border-radius: 4px; }.public-review-warning > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #d8923d; border-radius: 50%; font: 700 11px var(--mono); }.public-review-warning b { font-size: 11px; }.public-review-warning p { margin: 4px 0 0; font-size: 9px; line-height: 1.6; }.status-pill.status-draft { color: #69645d; border-color: #d7d1c7; background: #f2f0ec; }.status-pill.status-draft i { background: #8c857a; }.coverage.status-draft { background: rgba(60,65,61,.82); }.coverage.status-to_be_verified { background: rgba(132,82,31,.86); }.coverage.status-verified { background: rgba(29,104,61,.86); }
.admin-heading-actions { display: flex; align-items: center; gap: 10px; }.admin-create-venue { margin: -10px 0 24px; }.admin-create-venue[hidden], .create-feature-form[hidden] { display: none; }.text-button { padding: 5px; color: var(--red); border: 0; background: transparent; font: 700 9px var(--sans); cursor: pointer; }.review-control { padding: 17px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 15px; background: #f4f6f1; border: 1px solid var(--line); }.create-feature-form { margin-left: 0 !important; }.create-feature-form p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.6; }.admin-row-stats .status-draft { color: #82796f !important; }.admin-row-stats .status-to_be_verified { color: #b36d27 !important; }
.editor-overlay .area { pointer-events: all; cursor: pointer; }.editor-overlay.draw-mode .area { pointer-events: none; }.editor-overlay.move-mode { pointer-events: all; }.editor-overlay.move-mode .area.active { pointer-events: all; cursor: move; }.move-instruction { position: absolute; z-index: 9; left: 50%; bottom: 17px; transform: translateX(-50%); padding: 9px 12px; color: white; background: rgba(8,39,31,.9); border-radius: 4px; font: 400 9px var(--mono); white-space: nowrap; }.move-instruction[hidden] { display: none; }
.pitch-context-menu { position: absolute; z-index: 15; width: 184px; padding: 6px; display: grid; gap: 3px; background: white; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 10px 30px rgba(8,38,29,.28); }
.pitch-context-menu[hidden] { display: none; }
.pitch-context-menu b { padding: 7px 8px 6px; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.pitch-context-menu button { padding: 9px 8px; text-align: left; color: var(--ink); background: transparent; border: 0; border-radius: 3px; font-size: 9px; cursor: pointer; }
.pitch-context-menu button:hover { background: #f1f4ef; }
.pitch-context-menu button.danger { color: #a23f32; }
.map-feature-label { pointer-events: none; }
.map-feature-label .number-bg { fill: var(--red); stroke: white; stroke-width: 2; filter: drop-shadow(0 3px 6px rgba(0,0,0,.3)); }
.map-feature-label.active .number-bg { stroke-width: 4; filter: drop-shadow(0 4px 8px rgba(0,0,0,.42)); }
.map-feature-label .number { fill: white; font: 800 12px var(--mono); text-anchor: middle; dominant-baseline: central; }
.map-feature-label .surface-bg { fill: rgba(9,35,28,.9); stroke: rgba(255,255,255,.7); stroke-width: 1; }
.map-feature-label .surface { fill: white; font: 700 7px var(--mono); text-anchor: middle; text-transform: uppercase; }
.map-feature-label .organization-bg { fill: #fff4ed; stroke: rgba(9,35,28,.72); stroke-width: 1; }
.map-feature-label .organization { fill: var(--ink); font: 750 8px var(--sans); text-anchor: middle; }
.facility-map-marker { pointer-events: all; cursor: pointer; color: white; }.facility-map-marker .marker-bg { fill: var(--facility-color, #7d6cad); stroke: white; stroke-width: 2; filter: drop-shadow(0 3px 6px rgba(0,0,0,.3)); }.facility-map-marker:not(.confirmed) .marker-bg { filter: grayscale(.6) drop-shadow(0 3px 6px rgba(0,0,0,.3)); stroke-dasharray: 4 3; }.facility-map-marker.active .marker-bg { stroke-width: 4; filter: brightness(.85) drop-shadow(0 3px 6px rgba(0,0,0,.3)); }.facility-map-marker svg { color: white; pointer-events: none; }.facility-map-marker .facility-icon-cutout { fill: var(--facility-color, #7d6cad); }.editor-overlay.move-mode .facility-map-marker.active { cursor: move; }
.parking-map-marker { pointer-events: all; cursor: pointer; }.parking-map-marker .marker-bg { fill: #356bdd; stroke: white; stroke-width: 2; filter: drop-shadow(0 3px 6px rgba(0,0,0,.3)); }.parking-map-marker.active .marker-bg { stroke-width: 4; filter: brightness(.9) drop-shadow(0 3px 6px rgba(0,0,0,.3)); }.parking-map-marker.no-parking .marker-bg { fill: #d64b57; }.parking-map-marker text { fill: white; font: 800 16px var(--mono); text-anchor: middle; dominant-baseline: central; pointer-events: none; }
@media (max-width: 680px) { .public-review-warning { margin: -12px 15px 20px; }.review-control { grid-template-columns: 1fr; }.admin-heading-actions { width: 100%; justify-content: space-between; }.move-instruction { max-width: calc(100% - 24px); white-space: normal; text-align: center; } }

/* Venue creation map search */
.form-step { color: var(--red); font: 500 8px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.venue-locator { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(400px,1.2fr); min-height: 390px; border: 1px solid var(--line); background: #f7f8f4; }
.venue-locator-controls { padding: 23px; display: flex; flex-direction: column; gap: 17px; border-right: 1px solid var(--line); }
.map-link-input { display: flex; gap: 7px; }
.map-link-input input { min-width: 0; flex: 1; }
.map-link-input .button { min-width: auto; flex: 0 0 auto; padding: 0 16px; }
.map-link-input .button:disabled { opacity: .6; cursor: wait; }
.location-results { max-height: 160px; overflow: auto; border: 1px solid var(--line); background: white; }
.location-results[hidden] { display: none; }
.location-results button { width: 100%; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink); text-align: left; border: 0; border-bottom: 1px solid var(--line); background: white; cursor: pointer; }
.location-results button:last-child { border-bottom: 0; }
.location-results button:hover, .location-results button.active { background: #f0f5ec; }
.location-results button span { min-width: 0; display: grid; gap: 3px; }
.location-results button b { font-size: 9px; }
.location-results button small { color: var(--muted); font-size: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.location-results button i { color: var(--red); font-style: normal; }
.location-selection { margin-top: auto; padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); background: white; }
.location-selection.confirmed { border-color: #8ab79a; background: #eff8f1; }
.location-selection-icon { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; }
.location-selection.confirmed .location-selection-icon { background: #39805a; }
.location-selection div { min-width: 0; display: grid; gap: 3px; }
.location-selection b { font-size: 9px; }
.location-selection small { color: var(--muted); font-size: 7px; line-height: 1.45; }
.confirm-location { width: 100%; min-height: 39px; justify-content: center; }
.confirm-location:disabled { opacity: .45; cursor: not-allowed; }
.venue-preview { min-width: 0; min-height: 390px; position: relative; overflow: hidden; background: #486544; }
.venue-preview > .mapkit-create-map { position: absolute; inset: 0; }
.venue-preview-label { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 7px 9px; color: white; background: rgba(8,39,31,.86); border-radius: 3px; font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .06em; pointer-events: none; }
.create-submit-row { display: flex; align-items: center; gap: 13px; }
.create-submit-row > small { color: var(--muted); font-size: 8px; }
.create-submit-row .button:disabled { opacity: .48; cursor: not-allowed; }

@media (max-width: 800px) {
  .venue-locator { grid-template-columns: 1fr; }
  .venue-locator-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .venue-preview { min-height: 330px; }
}

@media (max-width: 520px) {
  .map-link-input { display: grid; }
  .map-link-input .button { min-height: 39px; }
  .create-submit-row { align-items: flex-start; flex-direction: column; }
}

/* URL availability, Eircode and verification provenance */
.slug-field.is-taken input, .slug-field.is-invalid input { border-color: #c94838; background: #fff3f0; box-shadow: 0 0 0 2px rgba(201,72,56,.1); }
.slug-field.is-taken small, .slug-field.is-invalid small { color: #b63f31; font-weight: 700; }
.slug-field.is-available input { border-color: #6ca27d; background: #f5fbf6; }
.slug-field.is-available small { color: #397250; }
.admin-form input::placeholder { color: #a2aba6; opacity: 1; font-style: italic; }
.admin-form input.needs-value { border-color: #c94838; background: #fff3f0; box-shadow: 0 0 0 2px rgba(201,72,56,.1); }
.venue-link-symbol { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #547468; border-radius: 50%; font-size: 11px; }
.venue-link-create { padding: 18px; background: #f7f9f5; }
.admin-relationship-list { margin-top: 20px; display: grid; border-top: 1px solid var(--line); }.admin-relationship-row { padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }.admin-relationship-row > div:first-child { min-width: 0; display: grid; gap: 4px; }.admin-relationship-row b { font-size: 11px; }.admin-relationship-row small { color: var(--muted); font: 400 8px/1.4 var(--mono); }.admin-relationship-row .form-actions { margin: 0; flex: 0 0 auto; }.admin-relationship-row .form-actions form { margin: 0; }.admin-relationship-row .button { min-width: 0; }.venue-relationship-create { padding: 18px; background: #f7f9f5; }
.pitch-organization-fieldset { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); }.pitch-organization-fieldset legend { padding: 0 6px; font-weight: 700; }.pitch-organization-fieldset legend small { font-weight: 400; }.pitch-organization-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }.pitch-organization-options .check-label { margin: 0; }
.organization-list-heading, .organization-list summary { grid-template-columns: minmax(280px, 1fr) minmax(110px, 150px) minmax(110px, 150px) minmax(150px, 190px) 24px; column-gap: 18px; }.organization-list-heading { padding: 18px 4px 9px; display: grid; align-items: end; color: var(--muted); font: 500 10px/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--line); }.organization-list-heading span:not(:first-child) { text-align: center; }.organization-list-heading span:last-child { grid-column: 4 / 6; }.organization-list summary { padding: 15px 4px; display: grid; align-items: center; }.organization-identity { min-width: 0; display: flex; align-items: center; gap: 12px; }.organization-identity > span:last-child { min-width: 0; display: grid; gap: 3px; }.organization-identity b, .organization-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.organization-count { display: grid; justify-items: center; gap: 2px; }.organization-count b { font: 700 18px var(--sans) !important; }.organization-count small { font-size: 10px !important; }.organization-type { text-align: center; font: 600 12px/1.4 var(--sans); }.organization-list summary > i { text-align: center; }
@media (max-width: 760px) { .organization-list-heading { display: none; }.organization-list summary { grid-template-columns: 1fr 1fr 24px; gap: 10px 12px; }.organization-identity { grid-column: 1 / -1; }.organization-count { padding: 9px; justify-items: start; background: #f5f7f2; }.organization-type { grid-column: 1 / 3; text-align: left; }.organization-list summary > i { grid-column: 3; grid-row: 2 / 4; align-self: center; }.organization-list .admin-form.compact { margin-left: 0; } }
@media (max-width: 760px) { .related-venue-list a { grid-template-columns: 1fr auto; }.related-venue-list .venue-type, .related-venue-list small { grid-column: 1 / -1; }.admin-relationship-row { align-items: stretch; flex-direction: column; }.admin-relationship-row .form-actions { justify-content: stretch; }.admin-relationship-row .button { flex: 1; }.admin-relationship-row .form-actions form { display: flex; flex: 1; } }
.form-actions { display: flex; align-items: center; gap: 8px; }
.form-actions .button { justify-self: auto; }
.facility-control { margin: 0; padding: 17px; border: 1px solid var(--line); background: #f7f9f5; }
.facility-control legend { padding: 0 6px; color: var(--ink); font-size: 10px; font-weight: 700; }
.facility-control > p { margin: 0 0 13px; color: var(--muted); font-size: 8px; line-height: 1.5; }
.facility-control > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.facility-applicability-preview { margin: 0; padding: 15px; display: grid; gap: 13px; color: var(--ink); background: #fbfcf9; border: 1px solid var(--line); border-radius: 4px; text-transform: none; letter-spacing: 0; }
.facility-applicability-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.facility-applicability-heading > div { display: grid; gap: 3px; }
.facility-applicability-heading b { font: 700 13px var(--sans); }
.facility-applicability-heading small, .facility-applicability-preview > p { color: var(--muted); font: 400 11px/1.45 var(--sans); }
.facility-applicability-heading > span { padding: 5px 7px; color: #426957; background: #edf5ee; border-radius: 99px; font: 600 9px var(--mono); white-space: nowrap; }
.facility-applicability-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.inspector-form .facility-applicability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.facility-applicability-item { min-width: 0; padding: 9px; display: flex; align-items: center; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 4px; }
.facility-applicability-item > i { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #69a17a; border-radius: 8px; color: #39734e; background: #eef8f0; font: 800 9px var(--mono); font-style: normal; }
.facility-applicability-item > span { min-width: 0; display: grid; gap: 2px; }
.facility-applicability-item b { overflow: hidden; font: 700 11px var(--sans); text-overflow: ellipsis; white-space: nowrap; }
.facility-applicability-item small { color: #4b7459; font: 500 9px/1.35 var(--sans); }
.facility-applicability-item.is-omitted { color: #7f8984; background: #f4f5f2; border-style: dashed; }
.facility-applicability-item.is-omitted > i { color: #919b96; background: transparent; border-color: #adb6b1; border-style: dashed; border-radius: 50%; }
.facility-applicability-item.is-omitted small { color: #7f8984; }
.facility-applicability-item.is-review { color: #805423; background: #fff8ea; border-color: #e5bd80; }
.facility-applicability-item.is-review > i { color: #985d1d; background: #fff2d9; border-color: #d69742; box-shadow: 0 0 0 3px rgba(214,151,66,.14); }
.facility-applicability-item.is-review small { color: #8c612f; }
.facility-applicability-preview > p { margin: 0; }
.representative-control { padding: 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: #f7f4ee; border: 1px solid #dfd9cd; }
.status-pill.representative-status { color: #68756f; border-color: #d6ddd8; background: #f2f5f2; }
.status-pill.representative-status i { background: #84928b; }
.status-pill.representative-status.status-requested { color: #8a632f; border-color: #ead7b8; background: #fff7e9; }
.status-pill.representative-status.status-requested i { background: #c58a40; }
.status-pill.representative-status.status-confirmed { color: #36734d; border-color: #c7dfce; background: #edf8f0; }
.status-pill.representative-status.status-confirmed i { background: #479465; }
.public-confirmation-note { margin: -18px var(--venue-column-inset) 28px; padding: 15px 20px; display: flex; align-items: flex-start; gap: 14px; color: #4f6059; background: #f1f4f1; border: 1px solid #d5ddd7; border-left: 4px solid #87978f; border-radius: 4px; }
.public-confirmation-note > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #87978f; border-radius: 50%; font: 700 11px var(--mono); }
.public-confirmation-note b { font-size: 11px; }
.public-confirmation-note p { margin: 4px 0 0; font-size: 9px; line-height: 1.6; }

@media (max-width: 680px) {
  .facilities-grid, .facility-control > div, .facility-applicability-grid, .inspector-form .facility-applicability-grid, .detail-grid.three { grid-template-columns: 1fr; }
  .detail-grid.three > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .venue-links a { grid-template-columns: 1fr auto; }.venue-links span { grid-column: 1 / -1; }
  .representative-control { grid-template-columns: 1fr; }
  .public-confirmation-note { margin: -12px 15px 20px; }
}

/* Map-first venue administration */
.venue-publication-controls { margin: -8px 0 26px; padding: 18px; display: grid; grid-template-columns: minmax(210px,.65fr) minmax(620px,2fr); gap: 24px; align-items: center; background: white; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(18,51,42,.06); }
.venue-publication-heading { display: grid; gap: 5px; }
.venue-publication-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.venue-publication-heading p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.venue-publication-form { display: grid; grid-template-columns: minmax(180px,1fr) minmax(190px,1fr) minmax(210px,1.2fr) auto; gap: 12px; align-items: end; }
.venue-publication-form > label { min-width: 0; display: grid; gap: 6px; color: var(--muted); font: 600 8px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.venue-publication-form select { min-width: 0; width: 100%; padding: 10px 30px 10px 10px; color: var(--ink); background-color: white; border: 1px solid var(--line); font: 600 11px var(--sans); text-transform: none; letter-spacing: 0; }
.venue-publication-form label > small { color: var(--muted); font: 400 8px/1.4 var(--sans); text-transform: none; letter-spacing: 0; }
.venue-publication-notices { min-height: 42px; align-content: center; padding: 8px 10px; border: 1px solid var(--line); }
.venue-publication-notices span { display: grid; gap: 2px; }
.venue-publication-notices span b { color: var(--ink); font: 700 10px var(--sans); text-transform: none; letter-spacing: 0; }
.venue-publication-form .button { min-height: 42px; padding: 0 14px; white-space: nowrap; }

.admin-inline-editor { margin: -8px 0 26px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 12px 38px rgba(18,51,42,.08); }
.admin-card-preview-editor { margin: 0 0 26px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 12px 38px rgba(18,51,42,.08); }
.admin-preview-layout { display: grid; grid-template-columns: minmax(480px,1fr) 330px; }
.admin-preview-map { min-width: 0; aspect-ratio: 600 / 315; position: relative; overflow: hidden; background: #58734f; border-right: 1px solid var(--line); }
.admin-preview-map > .mapkit-preview-map, .admin-preview-map > .preview-fallback { position: absolute; inset: 0; }
.admin-preview-controls { padding: 25px; display: flex; flex-direction: column; justify-content: center; }
.admin-preview-controls h3 { margin: 13px 0 9px; font-size: 21px; letter-spacing: -.035em; }
.admin-preview-controls > p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.preview-options { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.preview-options label { display: grid; gap: 6px; color: var(--muted); font: 600 7px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.preview-options select { min-width: 0; width: 100%; padding: 10px 28px 10px 10px; border: 1px solid var(--line); border-radius: 0; background-color: #fff; color: var(--ink); font: 600 9px var(--sans); text-transform: none; letter-spacing: 0; }

.preview-coordinate-summary { margin: 18px 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.preview-coordinate-summary span { min-width: 0; padding: 11px; display: grid; gap: 4px; color: var(--muted); font: 500 7px var(--mono); text-transform: uppercase; }
.preview-coordinate-summary span + span { border-left: 1px solid var(--line); }
.preview-coordinate-summary b { overflow: hidden; color: var(--ink); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.preview-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.preview-actions .button { min-width: 0; min-height: 40px; padding: 0 10px; font-size: 8px; }
.preview-token-note { margin-top: 13px !important; padding: 10px; color: #855c29 !important; background: #fff5e6; border-left: 3px solid #d9a65e; }
.inline-editor-heading { min-height: 76px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.inline-editor-heading > div { display: flex; align-items: center; gap: 13px; }
.inline-editor-heading > div:first-child { display: grid; gap: 5px; }
.inline-editor-heading h2 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.inline-editor-heading .button { min-height: 38px; padding: 0 15px; }
.admin-map-setup { min-height: calc(var(--venue-map-height) + 52px); display: grid; grid-template-columns: minmax(520px,1fr) var(--venue-map-sidebar-width); }
.admin-editor-workspace { min-height: calc(var(--venue-map-height) + 52px); }
.admin-inline-editor .map-search { left: auto; right: 14px; transform: none; width: min(360px, calc(100% - 350px)); }
.admin-map-editor { height: var(--venue-map-height); min-height: var(--venue-map-height); flex: 0 0 var(--venue-map-height); }
.venue-setup-sidebar { min-width: 0; max-height: calc(var(--venue-map-height) + 52px); padding: 18px; overflow: auto; scroll-margin-top: 12px; border-left: 1px solid var(--line); background: #fbfcf9; }
.inspector-heading { display: grid; gap: 5px; }
.inspector-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.inspector-heading p { margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.inspector-back { width: max-content; min-height: 34px; margin: -5px 0 5px; padding: 0 10px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 3px; cursor: pointer; font-size: 11px; font-weight: 700; }
.inspector-back[hidden], .inspector-panel[hidden], .inspector-map-actions[hidden], .inline-boundary-stats[hidden] { display: none; }
.inspector-panel { padding-bottom: 4px; }
.inspector-object-status { margin: 0 0 10px; padding: 9px 10px; color: var(--muted); background: #eef3ec; border-left: 3px solid #799083; font-size: 11px; }
.pitch-size-summary { color: #47685b !important; font-weight: 700; }
.shared-pitch-warning { margin: 12px 0; padding: 11px 12px; color: #65480d; background: #fff7df; border-left: 3px solid #cf9318; }
.shared-pitch-warning b { color: var(--ink); font-size: 10px; }
.shared-pitch-warning p { margin: 4px 0 0; font-size: 9px; line-height: 1.5; }
.pitch-panel > .shared-pitch-warning { order: 1; }
.pitch-panel > .shared-pitch-warning b { font-size: 14px; line-height: 1.5; }
.pitch-panel > .shared-pitch-warning p { font-size: 13px; line-height: 1.5; }
.pitch-organization-badge { width: max-content; max-width: 100%; padding: 4px 7px; color: #315f4f; background: #edf6ef; border: 1px solid #bfd5c5; border-radius: 3px; font: 700 9px/1.35 var(--sans); white-space: normal; overflow-wrap: anywhere; }
.pitch-dimension-preview { margin: 0 0 16px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border: 1px solid #cfdacf; background: #f4f8f2; }
.pitch-dimension-preview > div { min-width: 0; display: grid; gap: 4px; }
.pitch-dimension-preview span { color: var(--muted); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.pitch-dimension-preview b { font-size: 12px; line-height: 1.4; }
.pitch-dimension-preview > small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; line-height: 1.5; }
.inspector-form { margin: 0; gap: 12px; }
.inspector-form label { font-size: 10px; }
.inspector-form input, .inspector-form textarea, .inspector-form select { padding: 9px 10px; font-size: 13px; }
.inspector-form .button { width: 100%; min-height: 40px; }
.inspector-fieldset { margin: 0; padding: 11px; display: grid; gap: 10px; border: 1px solid var(--line); }
.inspector-fieldset legend { padding: 0 5px; color: var(--muted); font: 500 10px var(--mono); text-transform: uppercase; }
.inspector-add-heading { margin: 20px 0 5px; padding-top: 16px; display: grid; gap: 3px; border-top: 1px solid var(--line); }
.inspector-add-heading b { font-size: 13px; }
.inspector-add-heading small { color: var(--muted); font-size: 10px; }
.inspector-map-actions { margin: 12px 0; padding: 11px; display: grid; gap: 8px; border: 1px solid var(--line); background: white; }
.inspector-map-actions > b { font-size: 11px; }
.inspector-map-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.inspector-map-actions .button { min-width: 0; min-height: 36px; padding: 0 8px; font-size: 11px; }
.inspector-map-actions small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.setup-sidebar-heading { display: grid; gap: 7px; }
.inspector-tabs { position: sticky; z-index: 6; top: 0; display: grid; grid-template-columns: 1.15fr .85fr 1fr; background: white; border-bottom: 1px solid var(--line); }
.inspector-tabs button { min-width: 0; padding: 12px 7px 10px; display: flex; justify-content: center; align-items: center; gap: 5px; color: var(--muted); background: white; border: 0; border-bottom: 3px solid transparent; font-size: 8px; font-weight: 750; cursor: pointer; }
.inspector-tabs button + button { border-left: 1px solid var(--line); }
.inspector-tabs button.active { color: var(--ink); border-bottom-color: var(--red); }
.inspector-tabs button span { min-width: 17px; padding: 2px 4px; color: #66756e; background: #edf1eb; border-radius: 9px; font: 600 7px var(--mono); }
.contextual-inspector .inspector-object-list { max-height: none; overflow: visible; margin-bottom: 13px; }
.inspector-list-empty { display: block; padding: 18px 12px; color: var(--muted); font-size: 8px; line-height: 1.5; }
.setup-sidebar-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.setup-sidebar-heading p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.55; }
.setup-counts { margin: 15px 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: white; }
.setup-counts span { padding: 10px; display: grid; gap: 2px; color: var(--muted); font: 400 7px var(--mono); text-transform: uppercase; }
.setup-counts span + span { border-left: 1px solid var(--line); }
.setup-counts b { color: var(--ink); font-size: 13px; }
.feature-symbol.facility { background: var(--facility-color, #6b55a3); font-size: 7px; }
.map-edit-guidance { margin: 0 0 12px; padding: 11px 12px; color: #4f625a; background: #eef3ec; border-left: 3px solid #799083; }
.map-edit-guidance b { color: var(--ink); font-size: 9px; }
.map-edit-guidance p { margin: 4px 0 0; font-size: 7px; line-height: 1.55; }
.inline-feature-list { max-height: 205px; margin: 0 -4px 13px; padding: 0; overflow: auto; }
.inline-feature-list .feature-group { padding-top: 7px; }
.inspector-object-list { padding: 4px; border: 1px solid var(--line); background: white; }
.inspector-object-list .feature-item { border-radius: 0; }
.inspector-object-list .feature-item:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.pitch-order-help { padding: 10px 11px; display: flex; align-items: end; justify-content: space-between; gap: 10px; color: var(--muted); background: #f5f7f2; border-bottom: 1px solid var(--line); }
.pitch-order-help p { margin: 0; font-size: 10px; line-height: 1.45; }
.pitch-order-help span { flex: 0 0 auto; color: #607168; font: 600 9px var(--mono); }
.pitch-order-list { display: grid; }
.pitch-order-item { display: grid; grid-template-columns: 40px minmax(0,1fr); align-items: stretch; border-bottom: 1px solid var(--line); background: white; transition: transform .15s, box-shadow .15s, opacity .15s; }
.pitch-order-item:last-child { border-bottom: 0; }
.pitch-order-item .feature-item { min-width: 0; border-left: 1px solid var(--line); }
.pitch-drag-handle { min-width: 40px; display: grid; place-items: center; color: #78877f; background: #f8faf7; border: 0; cursor: grab; touch-action: none; }
.pitch-drag-handle span { font-size: 22px; line-height: 1; transform: rotate(90deg); }
.pitch-drag-handle:hover, .pitch-drag-handle:focus-visible { color: var(--ink); background: #edf2eb; outline: 2px solid var(--red); outline-offset: -2px; }
.pitch-drag-handle:active { cursor: grabbing; }
.pitch-drag-handle:disabled { opacity: .35; cursor: not-allowed; }
.pitch-order-list.is-reordering .pitch-order-item:not(.dragging) { transition-duration: .08s; }
.pitch-order-item.dragging { z-index: 2; opacity: .78; box-shadow: 0 9px 22px rgba(9,35,28,.2); transition: none; will-change: transform; }
.pitch-editor-modes { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; gap: 7px; background: #f5f7f2; border-bottom: 1px solid var(--line); }
.pitch-editor-modes button { min-height: 36px; padding: 7px 10px; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: 3px; font: 700 10px var(--mono); text-transform: uppercase; letter-spacing: .035em; cursor: pointer; }
.pitch-editor-modes button:hover, .pitch-editor-modes button:focus-visible { color: var(--ink); border-color: #b8c3ba; outline: 0; }
.pitch-editor-modes button.active { color: white; background: var(--forest); border-color: var(--forest); }
.advanced-pitch-editor { display: grid; background: #f7f8f4; }
.advanced-pitch-editor[hidden] { display: none; }
.advanced-pitch-intro { padding: 13px 14px; border-bottom: 1px solid var(--line); }
.advanced-pitch-intro b { font-size: 13px; }
.advanced-pitch-intro p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.advanced-pitch-list { display: grid; gap: 1px; background: var(--line); }
.advanced-pitch-row { display: grid; grid-template-columns: 58px minmax(0,1fr); background: white; box-shadow: inset 3px 0 transparent; }
.advanced-pitch-row.active { background: #fff5e8; box-shadow: inset 3px 0 #e4832c; }
.advanced-pitch-locate { min-width: 0; display: grid; align-content: center; justify-items: center; gap: 3px; color: white; background: var(--forest); border: 0; border-right: 1px solid var(--line); cursor: pointer; }
.advanced-pitch-locate span { max-width: 50px; overflow: hidden; font: 700 14px var(--mono); text-overflow: ellipsis; }
.advanced-pitch-locate small { opacity: .7; font: 600 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.advanced-pitch-row.active .advanced-pitch-locate { background: #bd6323; }
.advanced-pitch-locate:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.advanced-pitch-fields { min-width: 0; padding: 11px 12px 12px; display: grid; grid-template-columns: minmax(95px,.6fr) minmax(150px,1.4fr); gap: 7px 9px; }
.advanced-pitch-fields label { min-width: 0; display: grid; gap: 4px; color: var(--muted); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .03em; }
.advanced-pitch-fields input { width: 100%; min-width: 0; padding: 8px 9px; color: var(--ink); background: white; border: 1px solid #b8c3ba; border-radius: 2px; font: 500 13px var(--sans); text-transform: none; letter-spacing: 0; }
.advanced-pitch-fields input:focus { border-color: var(--forest); outline: 2px solid rgba(18,54,43,.14); }
.advanced-pitch-fields code { grid-column: 1 / -1; grid-row: 2; min-width: 0; overflow: hidden; color: #63746b; font: 500 9px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.advanced-pitch-fields label:last-child { grid-column: 2; grid-row: 1 / span 2; }
.advanced-pitch-actions { padding: 12px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 8px; border-top: 1px solid var(--line); }
.advanced-pitch-actions .button { min-height: 40px; }
.advanced-pitch-status { margin: -4px 12px 12px; color: var(--muted); font: 600 9px var(--mono); }
.inspector-object-list .pitch-tab-add { margin: 8px; background: #f7faf5; }
.parking-instructions { margin: 18px 0 4px; padding: 14px 16px; color: #334b42; background: #eef3ec; border-left: 3px solid #356bdd; font-size: 12px; line-height: 1.6; white-space: pre-line; }
.quick-add { margin-top: 9px; border: 1px solid var(--line); background: white; }
.quick-add > summary { padding: 10px; display: flex; align-items: center; gap: 9px; cursor: pointer; list-style: none; }
.quick-add > summary::-webkit-details-marker { display: none; }
.quick-add > summary > div { min-width: 0; flex: 1; display: grid; gap: 2px; }
.quick-add > summary b { font-size: 9px; }
.quick-add > summary small { color: var(--muted); font-size: 7px; }
.quick-add > summary > i { color: var(--muted); font-style: normal; transition: transform .2s; }
.quick-add[open] > summary > i { transform: rotate(180deg); }
.quick-add.locked { opacity: .48; }
.quick-add.locked > summary { cursor: not-allowed; }
.quick-add-form { margin: 0 !important; padding: 0 11px 12px; gap: 10px; border-top: 1px solid var(--line); }
.quick-add-form .form-grid { gap: 8px; }
.quick-add-form label { font-size: 7px; }
.quick-add-form input, .quick-add-form select { padding: 8px; font-size: 9px; }
.quick-add-form .button { width: 100%; min-height: 34px; }
.selected-pitch-actions { margin: 0 0 12px; padding: 11px; display: grid; gap: 8px; border: 1px solid var(--line); background: white; }
.selected-pitch-actions[hidden] { display: none; }
.selected-pitch-actions > b { font-size: 8px; }
.selected-pitch-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.selected-pitch-actions form { margin: 0; }
.selected-pitch-actions .button { width: 100%; min-width: 0; min-height: 32px; padding: 0 9px; }
.selected-pitch-actions .button.danger { color: #a23f32; border-color: #e3bcb6; }
.selected-pitch-actions .button:disabled { opacity: .45; cursor: not-allowed; }
.selected-pitch-actions small { color: var(--muted); font-size: 7px; line-height: 1.45; }
.inline-feature-properties .property-card { padding: 15px 0 10px; }
.inline-feature-properties .property-card h2 { font-size: 15px; }
.inline-feature-properties .property-row { padding: 9px 0; }
.inline-boundary-stats { padding: 12px 0; }
.setup-tip { margin: 13px 0 7px; color: var(--muted); font-size: 7px; line-height: 1.55; }
.focused-editor-link { color: var(--ink); font-size: 8px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.feature-item:disabled { opacity: .4; cursor: not-allowed; }
.inline-editor-heading .button:disabled, .editor-bar .button:disabled { color: #78857f; background: #dfe5df; cursor: default; }

@media (max-width: 980px) {
  .admin-map-setup { grid-template-columns: 1fr; }
  .admin-preview-layout { grid-template-columns: 1fr; }
  .venue-publication-controls { grid-template-columns: 1fr; }
  .venue-publication-form { grid-template-columns: 1fr 1fr; }
  .admin-preview-map { border-right: 0; border-bottom: 1px solid var(--line); }
  .venue-setup-sidebar { max-height: none; border-top: 1px solid var(--line); border-left: 0; }
  .admin-editor-workspace { min-height: 0; }
}

@media (max-width: 620px) {
  .inline-editor-heading { align-items: flex-start; flex-direction: column; }
  .inline-editor-heading > div:last-child { width: 100%; justify-content: space-between; }
  .venue-publication-controls { padding: 16px; gap: 16px; }
  .venue-publication-form { grid-template-columns: 1fr; }
  .venue-publication-form .button { min-height: 46px; }
  .admin-inline-editor .map-search { top: 62px; }
  .venue-setup-sidebar { padding: 14px; }
  .inspector-back, .inspector-map-actions .button { min-height: 44px; }
  .admin-preview-controls { padding: 20px 16px; }
  .preview-actions { grid-template-columns: 1fr; }
}

/* Readable typography and mobile-first interaction polish */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body { font-size: 16px; line-height: 1.5; }
body:not(.admin-page):not(.editor-page) { font-size: 17px; }
button, input, textarea, select { font: inherit; }

.site-nav { font-size: 16px; }
.league-chip, .eyebrow { font-size: 13px; }
.venue-search input { font-size: 16px; }
.button { font-size: 14px; }
.venue-search button, body:not(.admin-page):not(.editor-page) .button { font-size: 16px; }
.search-hint { font-size: 13px !important; }
.demo-parking small, .trust-strip small { font-size: 14px; }
.floating-match-card b { font-size: 15px; }
.floating-match-card small { font-size: 12px; }
.trust-strip b { font-size: 17px; }
.section-heading > p, .steps p { font-size: 17px; }
.venue-type, .kicker { font-size: 12px; }
.venue-card p { font-size: 16px; }
.venue-meta { font-size: 12px; }
.steps article > span { font-size: 12px; }
.steps h3 { font-size: 19px; }
.site-footer { font-size: 15px; }
.footer-contact p { font-size: 14px; }
.footer-contact a { font-size: 16px; }
.toast { font-size: 16px; }

.quiet-action { font-size: 15px; }
.share-helper { font-size: 11px; }
.venue-heading p { font-size: 17px; }
.status-pill { font-size: 12px; }
.updated { font-size: 13px; }
.public-review-warning b, .public-confirmation-note b { font-size: 14px; }
.public-review-warning p, .public-confirmation-note p { font-size: 15px; }
.special-event-notice { margin: -18px var(--venue-column-inset) 28px; padding: 18px 20px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; color: #234b3c; background: #edf7e9; border: 1px solid #bcd6b4; border-left: 4px solid var(--forest); border-radius: 4px; }.special-event-notice > span { padding: 7px 9px; color: white; background: var(--forest); border-radius: 3px; font: 700 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.special-event-notice b { font-size: 14px; }.special-event-notice p { margin: 4px 0 0; font-size: 15px; line-height: 1.55; }.special-event-notice .button { white-space: nowrap; }
.special-event-admin { margin: 0 0 28px; padding: 22px; display: grid; grid-template-columns: minmax(220px,.8fr) minmax(320px,1.2fr); gap: 24px; background: #eef6ea; border: 1px solid #bdd4b5; }.special-event-admin h2 { margin: 7px 0; font-size: 24px; }.special-event-admin p { margin: 0; color: var(--muted); line-height: 1.55; }.special-event-admin p a { color: var(--forest); text-decoration: underline; }.special-event-create-form { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: end; gap: 12px; }.special-event-create-form label { display: grid; gap: 6px; font-weight: 700; }.special-event-create-form input { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid var(--line); background: white; }.special-event-create-form small { color: var(--muted); font-weight: 400; }.special-event-list { grid-column: 1 / -1; display: grid; gap: 7px; }.special-event-list a { padding: 11px 13px; display: grid; grid-template-columns: 1fr minmax(180px,auto) auto auto; align-items: center; gap: 12px; color: var(--ink); background: white; border: 1px solid var(--line); }.special-event-list span { font-weight: 700; }.special-event-list code, .special-event-list small { color: var(--muted); }
.special-event-admin[hidden] { display: none; }
.pitch-directions-copy > span, .pitch-directions-options > span { font-size: 10px; }
.pitch-directions-copy strong { font-size: 16px; }
.pitch-directions-copy small, .pitch-directions-options a { font-size: 12px; }
.map-mode, .demo-map-note { font-size: 12px; }
.panel-heading p { font-size: 16px; }
.pitch-choice { min-height: 64px; }
.pitch-choice-info b { font-size: 16px; }
.pitch-choice-info small { font-size: 14px; }
.surface-tag { font-size: 11px; }
.detail-grid span { font-size: 12px; }
.detail-grid b { font-size: 16px; }
.detail-note, .venue-description { font-size: 16px; }
.walk-time small { font-size: 11px; }
.parking-row b { font-size: 16px; }
.parking-row small { font-size: 15px; }
.parking-notes p { font-size: 15px; }
.facility-item b { font-size: 14px; }
.facility-item small { font-size: 13px; }
.venue-links span { font-size: 11px; }
.venue-links b { font-size: 15px; }
.surface-table td { font-size: 15px; }
.surface-table th { font-size: 12px; }
.footwear-policy { font-size: 11px; }
.footwear-notice-link { font-size: 14px; }
.fixture-date, .date-picker label, .date-picker input { font-size: 12px; }
.fixture time { font-size: 16px; }
.fixture div span { font-size: 11px; }
.fixture div b { font-size: 15px; }
.fixture div small { font-size: 13px; }
.no-fixtures b { font-size: 16px; }
.no-fixtures p { font-size: 15px; }
.data-note p { font-size: 14px; }
.data-note b { font-size: 15px; }

.public-state-page > p, .contact-intro > p { font-size: 18px; }
.contact-beta-note b { font-size: 14px; }
.contact-beta-note p { font-size: 13px; }
.contact-form label { font-size: 13px; }
.contact-form label > small { font-size: 11px; }
.contact-form input, .contact-form textarea { font-size: 16px; }
.contact-error { font-size: 13px; }
.contact-direct { font-size: 12px; }
.contact-success p { font-size: 14px; }

.editor-bar a { font-size: 12px; }
.editor-bar b { font-size: 14px; }
.editor-bar small, .save-state { font-size: 10px; }
.editor-section-heading { font-size: 10px; }
.editor-section-heading small, .feature-group { font-size: 9px; }
.feature-item { min-height: 52px; }
.feature-item b { font-size: 12px; }
.feature-item small { font-size: 10px; }
.editor-help b { font-size: 12px; }
.editor-help p { font-size: 11px; }
.map-search input { font-size: 14px; }
.map-search button, .editor-tools button { font-size: 11px; }
.draw-instruction, .move-instruction { font-size: 11px; }
.draw-instruction button { font-size: 11px; }
.coordinate-strip { font-size: 9px; }
.coordinate-strip input, .coordinate-strip button { font-size: 10px; }
.property-card > span, .property-row span { font-size: 9px; }
.property-card p, .property-row b { font-size: 12px; }
.boundary-stats span, .boundary-stats b, .editor-key { font-size: 10px; }
.editor-warning p { font-size: 10px; }
.editor-warning b { font-size: 11px; }
.pitch-context-menu b { font-size: 11px; }
.pitch-context-menu button { min-height: 40px; font-size: 12px; }
.map-feature-label .number { font-size: 13px; }
.map-feature-label .surface { font-size: 9px; }

.admin-page { font-size: 17px; }
.admin-header { height: 78px; }
.admin-header .brand small, .admin-header .admin-badge { font-size: 12px; }
.admin-header nav, .admin-header nav button { font-size: 16px; }
.admin-header nav > a { min-height: 44px; display: inline-flex; align-items: center; }
.admin-login-card > p, .admin-heading p { font-size: 16px; }
.admin-login-form label, .admin-form label { font-size: 13px; }
.admin-login-form input, .admin-form input, .admin-form textarea, .admin-form select {
  min-height: 44px;
  font-size: 16px;
}
.admin-alert b { font-size: 15px; }
.admin-alert p, .admin-alert.error { font-size: 14px; }
.admin-count, .admin-venue-row div > span, .admin-row-stats span, .admin-breadcrumbs { font-size: 12px !important; }
.admin-venue-row h2 { font-size: 18px; }
.admin-venue-row code { font-size: 13px; }
.admin-row-stats b { font-size: 15px; }
.admin-flash { font-size: 14px; }
.admin-card-title span { font-size: 12px; }
.admin-card-title h2 { font-size: 20px; }
.admin-card-title small { font-size: 12px; }
.admin-form label > small { font-size: 13px; }
.check-label b { font-size: 15px; }
.admin-accordion-list summary b { font-size: 15px; }
.admin-accordion-list summary small { font-size: 12px; }
.admin-empty { font-size: 15px; }
.text-button { font-size: 14px; }
.create-feature-form p, .facility-control > p { font-size: 13px; }
.form-step { font-size: 12px; }
.location-results button b, .location-selection b { font-size: 14px; }
.location-results button small, .location-selection small { font-size: 12px; }
.venue-preview-label { font-size: 11px; }
.create-submit-row > small { font-size: 13px; }
.facility-control legend { font-size: 15px; }
.setup-sidebar-heading p { font-size: 13px; }
.setup-counts span { font-size: 11px; }
.map-edit-guidance b, .quick-add > summary b { font-size: 14px; }
.map-edit-guidance p, .quick-add > summary small { font-size: 12px; }
.quick-add-form label { font-size: 12px; }
.quick-add-form input, .quick-add-form select { font-size: 15px; }
.selected-pitch-actions > b { font-size: 13px; }
.selected-pitch-actions small, .setup-tip { font-size: 12px; }
.focused-editor-link { font-size: 13px; }
.inspector-heading p { font-size: 14px; }
.inspector-tabs button { font-size: 11px; }
.inspector-list-empty { font-size: 12px; }
.pitch-order-help p { font-size: 12px; }
.pitch-order-help span { font-size: 10px; }
.pitch-editor-modes button { font-size: 11px; }
.advanced-pitch-intro p { font-size: 12px; }
.advanced-pitch-fields label { font-size: 10px; }
.advanced-pitch-fields input { font-size: 15px; }
.advanced-pitch-fields code, .advanced-pitch-status { font-size: 10px; }
.inspector-form label { font-size: 12px; }
.inspector-form input, .inspector-form textarea, .inspector-form select { font-size: 16px; }
.inspector-object-status, .inspector-map-actions small { font-size: 13px; }
.inspector-map-actions > b, .inspector-map-actions .button { font-size: 13px; }

@media (max-width: 800px) {
  .venue-preview { order: -1; min-height: 390px; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 16px; }
  .site-nav { gap: 20px; padding: 24px 20px 30px; font-size: 16px; }
  .site-nav a { width: 100%; padding: 8px 0; }
  .league-chip { min-height: 42px; }
  .mobile-menu { width: 44px; height: 44px; }
  .home-hero { padding: 42px 18px 64px; gap: 48px; }
  .home-hero .eyebrow { display: none; }
  .hero-copy h1 { margin-top: 0; font-size: clamp(42px, 12vw, 54px); }
  .hero-copy > p { font-size: 17px; line-height: 1.65; }
  .venue-search { gap: 4px; padding: 8px; }
  .venue-search input { height: 52px; }
  .venue-search button { min-height: 50px; }
  .hero-map-card { height: 330px; }
  .trust-strip b { font-size: 16px; }
  .trust-strip small { font-size: 13px; }
  .venue-directory, .how-it-works { padding: 68px 18px; }
  .section-heading { gap: 24px; margin-bottom: 36px; }
  .section-heading > p { font-size: 16px; line-height: 1.65; }
  .venue-card h3 { font-size: 23px; }
  .venue-card-body { padding: 22px 20px; }
  .venue-meta { flex-wrap: wrap; }
  .steps h3 { font-size: 20px; }
  .steps p { max-width: none; font-size: 15px; }
  .site-footer { gap: 22px; }
  .footer-contact { width: 100%; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  body.home-search-active .home-hero { padding-bottom: 22px; }
  body.home-search-active .venue-directory { padding: 0 18px 48px; }
  body.home-search-active .homepage-map-card { width: calc(100% - 36px); margin: 36px auto 48px; }
  body.home-search-active .trust-strip { width: 100%; }
  .empty-search { padding: 30px 18px; }
  .empty-search-actions { align-items: stretch; flex-direction: column; }
  .empty-search-actions .button { width: 100%; }

  .venue-page { width: 100%; max-width: 100%; overflow-x: hidden; }
  .venue-page main { width: 100%; min-width: 0; max-width: 100%; }
  .venue-page main > section { min-width: 0; max-width: 100%; }
  .venue-heading {
    padding: 10px 14px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 7px 8px;
  }
  .venue-heading-primary { width: 100%; flex: 0 0 auto; align-self: stretch; display: contents; }
  .venue-heading h1 { grid-column: 1 / -1; margin-bottom: 1px; font-size: clamp(26px, 7.125vw, 33px); line-height: .98; letter-spacing: -.045em; }
  .venue-location-row { grid-column: 1; grid-row: 2; display: grid; align-items: start; justify-items: start; gap: 2px; }
  .pitch-page .venue-location-full { display: none; }
  .pitch-page .venue-location-compact { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .venue-heading p { font-size: 15px; line-height: 1.3; }
  .venue-location-row .updated { margin: 0; font-size: 10px; text-align: left; }
  .venue-heading-aside { grid-column: 2; grid-row: 2; width: auto; justify-items: end; align-self: start; gap: 4px; }
  .venue-actions { justify-content: flex-end; gap: 6px; }
  .share-action { align-items: flex-end; }
  .share-button { min-height: 46px; padding: 0 12px; white-space: nowrap; font-size: 13px; }
  .venue-share-helper { display: none; }
  .pitch-share-helper { display: block; max-width: none; margin-top: 3px; font-size: 9px; line-height: 1.2; text-align: right; white-space: nowrap; }
  .work-in-progress-badge { min-height: 40px; padding: 0 10px; font-size: 7px; }
  .venue-status { width: auto; justify-content: flex-end; gap: 5px; }
  .status-pill { min-height: 36px; padding: 7px 10px; }
  .public-review-warning, .public-confirmation-note { margin-left: 10px; margin-right: 10px; padding: 13px; }
  .pitch-directions-bar { margin: 0 8px 8px; padding: 11px; gap: 9px; }
  .pitch-directions-primary { min-height: 46px; }
  .map-shell { width: 100%; min-width: 0; min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .venue-map, .pitch-panel { min-width: 0; max-width: 100%; }
  .venue-map { height: 58svh; min-height: 380px; max-height: 560px; }
  .map-zoom-controls button, .map-reset { width: 48px; height: 48px; }
  .map-zoom-controls { bottom: 73px; }
  .pitch-panel { margin: -14px 10px 0; padding: 24px 14px 22px; display: flex; flex-direction: column; }
  .map-shell[data-page-context="venue"] .pitch-panel { order: -1; margin: 0 8px 8px; border-radius: 8px; box-shadow: 0 8px 24px rgba(10,40,30,.1); }
  .panel-heading { order: 1; }
  .panel-heading h2 { font-size: 26px; }
  .pitch-list { order: 2; width: 100%; min-width: 0; max-width: 100%; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; overflow: visible; }
  .pitch-choice { width: 100%; min-width: 0; min-height: 68px; scroll-snap-align: none; }
  .pitch-facility-dashboard { order: 3; margin-top: 18px; padding: 17px 0 0; border-top: 1px solid var(--line); }
  .pitch-facility-heading { margin-bottom: 13px; }
  .pitch-facility-heading h3 { font-size: 21px; }
  .pitch-facility-heading p { font-size: 13px; }
  .pitch-facility-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 6px; }
  .pitch-facility-tile small { font-size: 11px; line-height: 1.3; }
  .dashboard-links a { grid-template-columns: 1fr auto; }
  .dashboard-links a > span { grid-column: 1 / -1; }
  .venue-content { margin: 24px auto 70px; padding: 0 10px; }
  .detail-card, .fixtures-card { padding: 24px 18px; border-radius: 6px; }
  .card-title-row h2, .fixture-heading h2 { font-size: 25px; }
  .detail-grid.three { grid-template-columns: 1fr; }
  .facilities-grid { grid-template-columns: 1fr; gap: 8px; }
  .facility-item { min-height: 66px; padding: 13px 14px; }
  .facility-item > span { width: 40px; height: 40px; }
  .facility-item > span svg { width: 25px; height: 25px; }
  .parking-row { padding: 16px 14px; }
  .parking-row .button { min-height: 48px; }
  .surface-table { min-width: 540px; }

  .admin-header { height: 64px; padding: 0 14px; }
  .admin-header nav { gap: 12px; }
  .admin-header nav button { min-height: 44px; padding: 0 6px; }
  .admin-main { padding: 24px 10px 64px; }
  .admin-heading { gap: 20px; margin-bottom: 26px; }
  .admin-heading h1, .venue-admin-heading h1 { font-size: clamp(36px, 10vw, 44px); }
  .admin-heading-actions { align-items: stretch; flex-direction: column; }
  .admin-heading-actions .button { width: 100%; min-height: 48px; }
  .admin-venue-row { padding: 14px 12px; gap: 12px; }
  .admin-venue-row .button { min-width: 44px; min-height: 44px; padding: 0 12px; }
  .admin-form-card { padding: 20px 14px; }
  .admin-login-form input, .admin-form input, .admin-form textarea, .admin-form select,
  .quick-add-form input, .quick-add-form select, .map-search input { font-size: 16px; }
  .admin-form .button { min-height: 48px; }
  .review-control, .representative-control, .facility-control { padding: 14px; }
  .admin-accordion-list summary { min-height: 58px; }
  .admin-form.compact { padding: 16px 12px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .venue-locator-controls { padding: 16px; }
  .venue-preview { min-height: 58svh; }
  .admin-inline-editor { margin-left: -10px; margin-right: -10px; border-left: 0; border-right: 0; }
  .inline-editor-heading { padding: 14px; }
  .admin-map-setup { min-height: 0; }
  .admin-editor-workspace { min-height: 0; }
  .admin-inline-editor .map-search { top: 66px; left: 10px; right: 10px; width: auto; }
  .coordinate-strip { min-height: 58px; }
  .coordinate-strip button { min-height: 44px; font-size: 12px; }
  .venue-setup-sidebar { padding: 18px 14px; }
  .quick-add > summary { min-height: 58px; }
  .quick-add-form .button, .selected-pitch-actions .button { min-height: 44px; }
  .feature-item { min-height: 58px; }
}

@media (hover: none) {
  .venue-card:hover, .pitch-choice:hover, .venue-search button:hover, .button:hover { transform: none; }
}

/* Homepage overview: every public venue shares one operator-framed map. */
.homepage-map-card { padding: 0; overflow: hidden; transform: none; background: #dfe7dc; }
.homepage-overview-map { border-radius: 8px; background-color: #dfe7dc; background-image: none; }
.homepage-overview-map::after { display: none; }
.homepage-mapkit-map { position: absolute; z-index: 1; inset: 0; }
.homepage-map-fallback { position: absolute; z-index: 0; inset: 0; display: grid; place-content: center; gap: 6px; color: #dfe9e4; background: radial-gradient(circle at 35% 35%, #56755f, #294b3b); text-align: center; }
.homepage-map-fallback[hidden] { display: none; }
.homepage-map-fallback span { font: 600 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.homepage-map-fallback small { color: #c1d0c8; font-size: 11px; }
.homepage-venue-pin { position: relative; display: block; width: 34px; height: 42px; cursor: pointer; filter: drop-shadow(0 2px 4px rgba(0,0,0,.32)); transform-origin: 50% 100%; transition: transform .15s ease; }
.homepage-venue-pin > svg { position: absolute; inset: 0; display: block; width: 34px; height: 42px; overflow: visible; }
.homepage-venue-pin > svg path { fill: var(--venue-pin-color, #ed513d); stroke: #fff; stroke-width: 3px; stroke-linejoin: round; }
.homepage-venue-pin-football { position: absolute; z-index: 1; top: 5px; left: 50%; display: block; line-height: 1; transform: translateX(-50%); font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; }
.homepage-venue-pin-football.homepage-venue-pin-gaa > svg { display: block; width: 1em; height: 1em; }
.homepage-venue-pin-football.homepage-venue-pin-custom > img { display: block; width: 1em; height: 1em; object-fit: contain; }
.homepage-venue-pin.selected { transform: scale(1.12); }
.venue-sport { margin-left: 2px; padding: 2px 6px; border-radius: 3px; color: var(--forest); background: #edf1e9; border: 1px solid #d7dfd5; font-style: normal; letter-spacing: .08em; }
.homepage-map-card .map-card-caption { z-index: 3; top: 14px; right: auto; bottom: auto; width: auto; height: 42px; gap: 24px; border-radius: 4px; transform: none; pointer-events: none; }

.homepage-map-admin { margin-bottom: 26px; }
.homepage-map-admin-layout { margin-top: 22px; display: grid; grid-template-columns: minmax(520px, 1fr) 340px; min-height: 470px; border: 1px solid var(--line); }
.homepage-map-editor { min-width: 0; min-height: 470px; position: relative; overflow: hidden; background: #dfe7dc; border-right: 1px solid var(--line); }
.homepage-map-controls { padding: 25px; display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.homepage-map-controls h3 { margin: 0; font-size: 23px; letter-spacing: -.035em; }
.homepage-map-controls > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.homepage-map-controls > label { display: grid; gap: 6px; color: var(--muted); font: 600 8px var(--mono); text-transform: uppercase; }
.homepage-map-controls select { min-height: 42px; padding: 0 34px 0 11px; color: var(--ink); background: white; border: 1px solid var(--line); font: 600 11px var(--sans); text-transform: none; }
.homepage-map-controls > small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.homepage-map-readout { margin: 2px 0; display: grid; grid-template-columns: 1.4fr .8fr; border: 1px solid var(--line); }
.homepage-map-readout div { min-width: 0; padding: 11px; display: grid; gap: 4px; }
.homepage-map-readout div + div { border-left: 1px solid var(--line); }
.homepage-map-readout dt { color: var(--muted); font: 500 7px var(--mono); text-transform: uppercase; }
.homepage-map-readout dd { margin: 0; overflow: hidden; color: var(--ink); font: 600 9px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.homepage-map-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.homepage-map-actions .button { min-width: 0; min-height: 43px; padding: 0 10px; font-size: 8px; }

@media (max-width: 900px) {
  .homepage-map-admin-layout { grid-template-columns: 1fr; }
  .homepage-map-editor { min-height: 430px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .homepage-map-card .map-card-caption { right: 12px; justify-content: space-between; }
  .homepage-map-admin-layout { min-height: 0; }
  .homepage-map-editor { min-height: 58svh; }
  .homepage-map-controls { padding: 20px 14px; }
  .homepage-map-actions { grid-template-columns: 1fr; }
  .homepage-map-actions .button { min-height: 48px; }
}

/* Full public venue directory */
.all-venues { max-width: var(--site-column); min-height: calc(100vh - 180px); margin: auto; padding: 72px 30px 100px; }
.all-venues-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 30px; }
.all-venues-heading h1 { margin: 14px 0 8px; font-size: clamp(42px, 6vw, 68px); letter-spacing: -.055em; }
.all-venues-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.area-filter-clear { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.venue-sort { min-width: 210px; display: grid; gap: 7px; }
.venue-sort label { color: var(--muted); font: 500 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.venue-sort select { min-height: 48px; padding: 0 38px 0 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 3px; font-size: 15px; }
.directory-search { max-width: 620px; height: 54px; margin-bottom: 20px; padding: 0 16px; display: flex; align-items: center; gap: 12px; background: white; border: 1px solid var(--line); }
.directory-search svg { width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.directory-search input { min-width: 0; flex: 1; border: 0; outline: 0; font-size: 16px; }
.all-venues-list { max-height: min(68vh, 760px); overflow-y: auto; border: 1px solid var(--line); background: white; scrollbar-color: #aab5af transparent; }
.all-venues-row { min-height: 92px; padding: 17px 19px; position: relative; display: grid; grid-template-columns: auto minmax(210px, 1.5fr) minmax(120px, .8fr) minmax(150px, .8fr) minmax(145px, .7fr) auto; align-items: center; gap: 18px; color: var(--ink); border-bottom: 1px solid var(--line); transition: background .18s; }
.all-venues-row:last-child { border-bottom: 0; }
.all-venues-row:hover { background: #f4f7f1; }
.all-venues-public-link { position: absolute; z-index: 1; inset: 0; }
.all-venues-public-link:focus-visible { outline: 3px solid var(--red); outline-offset: -4px; }
.all-venues-pin { width: 42px; height: 42px; display: grid; place-items: center; background: var(--forest); border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); }
.all-venues-pin i { width: 12px; height: 12px; background: var(--lime); border: 3px solid white; border-radius: 50%; }
.all-venues-name, .all-venues-area, .all-venues-dates { min-width: 0; display: grid; gap: 4px; }
.all-venues-name .venue-type { margin-bottom: 2px; font-size: 9px; }
.all-venues-name .venue-type > i { width: 18px; height: 18px; font-size: 7px; }
.all-venues-name b { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.all-venues-name small, .all-venues-area small, .all-venues-dates small { color: var(--muted); font-size: 12px; }
.admin-draft-pill { width: fit-content; margin-top: 3px; padding: 4px 7px; color: #8b5426; background: #fff0d9; border: 1px solid #e6c89e; border-radius: 99px; font: 600 10px var(--mono); font-style: normal; }
.all-venues-area small { font: 500 10px var(--mono); text-transform: uppercase; }
.all-venues-area b { font-size: 14px; }
.all-venues-counts { color: var(--muted); font-size: 12px; }
.all-venues-counts b { color: var(--ink); }
.all-venues-dates { font-family: var(--mono); }
.all-venues-arrow { color: var(--red); font-size: 20px; font-style: normal; }
.admin-row-manage { min-height: 40px; padding: 0 11px; position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 3px; font-size: 12px; font-weight: 700; }
.admin-row-manage:hover { border-color: var(--ink); }
.admin-row-manage svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 860px) {
  .all-venues-row { grid-template-columns: auto minmax(180px, 1fr) auto; }
  .all-venues-area, .all-venues-counts, .all-venues-dates { display: none; }
}

@media (max-width: 680px) {
  .all-venues { padding: 42px 14px 72px; }
  .all-venues-heading { align-items: stretch; flex-direction: column; gap: 24px; }
  .all-venues-heading h1 { font-size: clamp(40px, 12vw, 52px); }
  .venue-sort { width: 100%; }
  .venue-sort select { font-size: 16px; }
  .directory-search { max-width: none; }
  .all-venues-list { max-height: none; overflow: visible; }
  .all-venues-row { min-height: 84px; padding: 15px 13px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 13px; }
  .all-venues-pin { width: 36px; height: 36px; }
  .all-venues-name b { font-size: 16px; }
  .all-venues-name small { font-size: 12px; }
  .admin-row-manage { width: 44px; padding: 0; }
  .admin-row-manage span { display: none; }
}

@media (max-width: 420px) {
  .venue-actions { gap: 7px; }
  .admin-manage-button { width: 46px; min-width: 46px; padding: 0; font-size: 0; }
}

/* Keep ordinary pitches legible without competing with the selected one. */
.editor-overlay .area.pitch:not(.active) {
  fill: rgba(16, 42, 36, .1);
  stroke: rgba(238, 246, 240, .78);
}
.map-feature-label:not(.active) .number-bg { fill: var(--ink); opacity: .88; }
.map-feature-label.active .number-bg,
.fallback-aerial .pitch-label-bg.selected,
.pitch-choice.selected .pitch-number {
  transform-box: fill-box;
  transform-origin: center;
  animation: pitchpin-selected-pitch 1.8s ease-in-out infinite;
}
@keyframes pitchpin-selected-pitch {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .map-feature-label.active .number-bg,
  .fallback-aerial .pitch-label-bg.selected,
  .pitch-choice.selected .pitch-number { animation: none; }
}

/* Structured footwear guidance keeps mandatory directions prominent. */
.footwear-policy.policy-required { color: #855d18; background: #fff6dc; border: 1px solid #e8cf91; }
.footwear-policy.policy-enforced { color: #9b3429; background: #fff0ec; border: 1px solid #efb8af; }
.selected-footwear-layout { display: grid; grid-template-columns: minmax(0,1fr) 110px; gap: 14px; align-items: start; }
.footwear-guidance-copy { min-width: 0; display: grid; gap: 9px; }
.footwear-direction, .footwear-extra { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.5; }
.footwear-direction strong, .footwear-extra strong { display: block; margin-bottom: 2px; font: 700 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.footwear-direction.allowed strong { color: #245f3e; }
.footwear-direction.not-allowed strong { color: #9b3429; }
.footwear-extra { color: var(--muted); font-size: 10px; }
.footwear-extra strong { color: var(--muted); }
.footwear-guidance-media { width: 110px; display: grid; gap: 7px; justify-items: stretch; }
.footwear-guidance-link { width: fit-content; padding: 0; border: 0; background: transparent; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 700; text-align: left; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.footwear-guidance-media .footwear-guidance-link { width: 100%; justify-content: center; text-align: center; }
.footwear-guidance-thumbnail { width: 110px; padding: 0; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #f2f4ef; cursor: zoom-in; }
.footwear-guidance-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.footwear-table-cell { display: table-cell; }
.footwear-table-direction strong { color: #245f3e; }
.footwear-table-direction.not-allowed strong { color: #9b3429; }
.footwear-table-notes { color: var(--muted); font-size: 10px; }

.parking-empty { margin-top: 20px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #f4f6f1; border: 1px solid var(--line); }
.parking-empty > div { min-width: 0; display: grid; gap: 5px; }
.parking-empty b { color: var(--ink); font-size: 14px; }
.parking-empty p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
@media (max-width: 620px) {
  .parking-empty { align-items: stretch; flex-direction: column; }
}
.footwear-guidance-link.has-thumbnail { margin-top: 9px; text-decoration: none; }
.footwear-guidance-link.has-thumbnail img { width: 30px; height: 30px; object-fit: cover; border: 1px solid var(--line); border-radius: 3px; }
.footwear-guidance-link.has-thumbnail span { text-decoration: underline; text-underline-offset: 2px; }
body.guidance-dialog-open { overflow: hidden; }
.guidance-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); border: 0; background: transparent; }
.guidance-dialog[open] { display: grid; place-items: center; }
.guidance-dialog::backdrop { background: rgba(7, 27, 23, .82); backdrop-filter: blur(3px); }
.guidance-dialog-panel { width: min(100%, 880px); max-height: 100%; padding: 14px; overflow: auto; border-radius: 10px; background: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.guidance-dialog-header { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.guidance-dialog-header h2 { margin: 0; color: var(--ink); font-size: 18px; }
.guidance-dialog-header button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.guidance-dialog-panel > img { width: 100%; max-height: calc(100dvh - 190px); margin-bottom: 12px; display: block; object-fit: contain; background: #f2f4ef; }
.notice-photo-preview { width: 52px; height: 52px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 3px; }
.notice-photo-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (max-width: 620px) {
  .selected-footwear-layout { grid-template-columns: 1fr; }
  .footwear-guidance-media, .footwear-guidance-thumbnail { width: min(100%, 240px); }
  .footwear-guidance-thumbnail { aspect-ratio: 4 / 3; }
  .guidance-dialog { padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); }
  .guidance-dialog-panel { padding: 10px; border-radius: 7px; }
  .guidance-dialog-panel > img { max-height: calc(100dvh - 175px); }
  .notice-photo-control { align-items: flex-start; flex-direction: column; }
}

/* Limited-beta launch notice and public explanation. */
.league-chip { transition: border-color .2s, background .2s; }
.league-chip:hover { border-color: #bdc8be; background: white; }
.footer-beta-link { color: var(--ink); text-decoration: underline; text-decoration-color: #bdc8be; text-underline-offset: 3px; }
.beta-launch-notice { position: fixed; z-index: 90; top: 92px; right: clamp(18px, 5vw, 80px); width: min(360px, calc(100vw - 36px)); padding: 22px 48px 20px 22px; color: white; background: var(--forest); border: 1px solid rgba(216,241,140,.35); border-radius: 6px; box-shadow: 0 20px 60px rgba(8,39,31,.28); opacity: 1; transform: translateY(0); transition: opacity .18s, transform .18s; }
.beta-launch-notice.first-visit-preview { top: auto; bottom: 14px; }
.beta-launch-notice.first-visit-preview::before { display: none; }
.beta-launch-notice[hidden] { display: none; }
.beta-launch-notice::before { content: ""; position: absolute; top: -9px; right: 35px; width: 16px; height: 16px; background: var(--forest); border-top: 1px solid rgba(216,241,140,.35); border-left: 1px solid rgba(216,241,140,.35); transform: rotate(45deg); }
.beta-launch-notice.is-dismissing { opacity: 0; transform: translateY(-8px); }
.beta-notice-kicker { color: var(--lime); font: 500 11px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.beta-launch-notice p { margin: 9px 0 13px; font-size: 15px; font-weight: 700; line-height: 1.45; }
.beta-launch-notice p a { text-decoration: underline; text-underline-offset: 3px; }
.beta-launch-notice > a { color: white; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }
.beta-launch-notice > a span { color: var(--lime); }
.beta-notice-dismiss { position: absolute; z-index: 1; top: 10px; right: 10px; width: 34px; height: 34px; padding: 0; display: grid; place-items: center; color: white; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 25px; line-height: 1; opacity: .72; }
.beta-notice-dismiss:hover { background: rgba(255,255,255,.1); opacity: 1; }

.beta-hero { padding: 100px var(--site-inset) 90px; border-bottom: 1px solid var(--line); }
.beta-hero h1 { max-width: 1050px; margin: 25px 0 30px; font-size: clamp(46px,6vw,82px); line-height: 1.02; letter-spacing: -.06em; }
.beta-hero h1 em { color: var(--red); font-style: normal; }
.beta-hero > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.beta-details { display: grid; grid-template-columns: repeat(2,1fr); padding: 0 var(--site-inset); }
.beta-details article { min-height: 310px; padding: 54px clamp(28px,4vw,60px) 55px 0; border-bottom: 1px solid var(--line); }
.beta-details article:nth-child(odd) { border-right: 1px solid var(--line); }
.beta-details article:nth-child(even) { padding-left: clamp(28px,4vw,60px); }
.beta-details article > span { color: var(--red); font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.beta-details h2 { margin: 20px 0 14px; font-size: clamp(27px,3vw,38px); letter-spacing: -.045em; }
.beta-details p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.beta-growth { padding: 70px var(--site-inset) 80px; border-bottom: 1px solid var(--line); }
.beta-growth-heading h2 { margin: 18px 0 14px; font-size: clamp(32px,4vw,48px); letter-spacing: -.05em; }
.beta-growth-heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.growth-chart { margin: 40px 0 0; padding: 26px clamp(16px,3vw,34px) 22px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.growth-legend { display: flex; flex-wrap: wrap; gap: 8px 34px; margin: 0 0 18px; padding: 0; list-style: none; }
.growth-legend li { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font: 500 11px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.growth-legend i { display: block; width: 12px; height: 12px; border-radius: 3px; }
.growth-legend strong { color: var(--ink); font: 700 18px/1 var(--sans); letter-spacing: -.03em; }
.growth-venues i, .growth-bar-venues { fill: #1f8f63; background: #1f8f63; }
.growth-pitches i, .growth-bar-pitches { fill: var(--red); background: var(--red); }
.growth-chart svg { display: block; width: 100%; height: auto; overflow: visible; }
.growth-grid { stroke: var(--line); stroke-width: 1; }
.growth-baseline { stroke: #b9c3ba; stroke-width: 1; }
.growth-month-line { stroke: #c9d1c8; stroke-width: 1; }
.growth-axis, .growth-month, .growth-date { fill: var(--muted); font: 500 11px var(--mono); letter-spacing: .04em; }
.growth-date { fill: var(--ink); font-weight: 700; }
.growth-month { text-transform: uppercase; letter-spacing: .11em; }
.growth-value { fill: var(--ink); font: 700 12px var(--sans); }
.growth-hit { fill: transparent; }
.growth-slot:hover .growth-hit { fill: rgba(16,42,36,.05); }
.growth-slot.is-today .growth-hit { fill: rgba(216,241,140,.28); }
.growth-chart figcaption { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.growth-table { margin-top: 12px; }
.growth-table summary { cursor: pointer; color: var(--ink); font-size: 13px; font-weight: 700; }
.growth-table table { width: 100%; max-width: 420px; margin: 12px 0 0; border-collapse: collapse; font-size: 13px; }
.growth-table th, .growth-table td { padding: 6px 10px 6px 0; text-align: left; border-bottom: 1px solid var(--line); }
.growth-table thead th { color: var(--muted); font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.growth-table tbody th { font-weight: 500; }
.growth-table td { font-variant-numeric: tabular-nums; }
.beta-accuracy { padding: 70px var(--site-inset); background: #e9eee7; }
.beta-accuracy h2 { margin: 18px 0 14px; font-size: clamp(32px,4vw,48px); letter-spacing: -.05em; }
.beta-accuracy p { max-width: 950px; margin: 0; color: #526c63; font-size: 17px; line-height: 1.75; }
.beta-status-guide { padding: 90px var(--site-inset); display: grid; grid-template-columns: minmax(260px,.7fr) minmax(460px,1.3fr); gap: clamp(50px,8vw,130px); background: var(--forest); color: white; }
.beta-status-guide h2 { margin: 18px 0 0; font-size: clamp(38px,4vw,55px); line-height: 1.05; letter-spacing: -.055em; }
.beta-status-guide dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.beta-status-guide dl > div { padding: 24px 0; display: grid; grid-template-columns: minmax(150px,.7fr) 1.3fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.beta-status-guide dt { color: var(--lime); font-weight: 700; }
.beta-status-guide dd { margin: 0; color: #b4c4bd; font-size: 14px; line-height: 1.65; }
.beta-contact { padding: 100px 24px 115px; text-align: center; }
.beta-contact h2 { margin: 20px 0 10px; font-size: clamp(42px,5vw,66px); letter-spacing: -.055em; }
.beta-contact p { margin: 0 auto 28px; color: var(--muted); font-size: 16px; }
.beta-contact .button { min-height: 52px; }

@media (max-width: 680px) {
  .beta-launch-notice { top: auto; right: 14px; bottom: 14px; width: calc(100vw - 28px); padding: 20px 46px 18px 19px; }
  .beta-launch-notice::before { display: none; }
  .beta-launch-notice p { font-size: 15px; }
  .beta-hero { padding: 62px 18px 58px; }
  .beta-hero h1 { font-size: clamp(42px,12vw,56px); }
  .beta-hero > p { font-size: 16px; }
  .beta-details { grid-template-columns: 1fr; padding: 0 18px; }
  .beta-details article, .beta-details article:nth-child(even) { min-height: 0; padding: 40px 0; border-right: 0; }
  .beta-accuracy { padding: 52px 18px; }
  .beta-status-guide { padding: 65px 18px; grid-template-columns: 1fr; gap: 42px; }
  .beta-status-guide dl > div { grid-template-columns: 1fr; gap: 8px; }
  .beta-contact { padding: 70px 18px 80px; }
}

/* Private analytics: server-rendered and intentionally usable without JavaScript. */
.stats-page { max-width: 1500px; margin: 0 auto; display: grid; gap: 22px; }
.stats-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.stats-heading h1 { margin: 8px 0; font-size: clamp(34px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.stats-heading > div > p:last-child, .stats-journeys header p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.6; }
.stats-periods { display: inline-flex; flex-wrap: wrap; gap: 6px; padding: 5px; border: 1px solid var(--line); background: #fff; }
.stats-periods a { padding: 9px 13px; color: var(--muted); font: 600 13px var(--mono); text-decoration: none; text-transform: uppercase; }
.stats-periods a[aria-current="page"] { color: #fff; background: var(--ink); }
.stats-summary { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: #fff; }
.stats-summary article { min-width: 0; padding: 22px; display: grid; gap: 8px; border-right: 1px solid var(--line); }
.stats-summary article:last-child { border-right: 0; }
.stats-summary span, .stats-summary small { color: var(--muted); }
.stats-summary span { font: 600 13px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.stats-summary strong { font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; }
.stats-summary small { font-size: 12px; }
.stats-panel { min-width: 0; padding: 22px; border: 1px solid var(--line); background: #fff; }
.stats-panel > header { margin-bottom: 18px; display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.stats-panel h2 { margin: 4px 0 0; font-size: 22px; letter-spacing: -.025em; }
.stats-panel > header > span { color: var(--muted); font: 500 12px var(--mono); }
.stats-ranking-periods { display: inline-flex; flex: none; gap: 3px; padding: 3px; border: 1px solid var(--line); background: #f8faf6; }
.stats-ranking-periods a { padding: 7px 9px; color: var(--muted); font: 600 11px var(--mono); text-decoration: none; text-transform: uppercase; }
.stats-ranking-periods a[aria-current="page"] { color: #fff; background: var(--ink); }
.stats-ranking-periods small { margin-left: 3px; color: inherit; font: inherit; opacity: .72; }
.stats-chart svg { width: 100%; height: 250px; overflow: visible; }
.stats-chart line { stroke: var(--line); stroke-width: 1; }
.stats-chart .stats-chart-grid { opacity: .75; }
.stats-chart .stats-chart-tick { stroke-width: 1.5; }
.stats-chart polyline { fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.stats-chart polyline.traffic-ai { stroke: #7258c7; }
.stats-chart polyline.traffic-search { stroke: #3378c4; }
.stats-chart polyline.traffic-scanner { stroke: #d98232; stroke-dasharray: 8 6; }
.stats-chart polyline.traffic-other { stroke: #87928d; stroke-dasharray: 3 6; }
.stats-chart .traffic-point { fill: #fff; stroke: var(--red); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.stats-chart .traffic-point.traffic-ai { stroke: #7258c7; }
.stats-chart .traffic-point.traffic-search { stroke: #3378c4; }
.stats-chart .traffic-point.traffic-scanner { stroke: #d98232; }
.stats-chart .traffic-point.traffic-other { stroke: #87928d; }
.stats-chart .traffic-point.is-today { fill: var(--red); }
.stats-chart .traffic-point.traffic-ai.is-today { fill: #7258c7; }
.stats-chart .traffic-point.traffic-search.is-today { fill: #3378c4; }
.stats-chart .traffic-point.traffic-scanner.is-today { fill: #d98232; }
.stats-chart .traffic-point.traffic-other.is-today { fill: #87928d; }
.stats-chart .stats-chart-date { fill: var(--muted); font: 500 11px var(--mono); }
.stats-traffic-legend { margin: 0 0 18px; padding: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; list-style: none; }
.stats-traffic-legend li { padding: 7px 9px; display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 7px; color: var(--muted); border: 1px solid var(--line); background: #f8faf6; font-size: 11px; }
.stats-traffic-legend i { width: 15px; height: 3px; background: var(--red); border-radius: 9px; }
.stats-traffic-legend .traffic-ai i { background: #7258c7; }
.stats-traffic-legend .traffic-search i { background: #3378c4; }
.stats-traffic-legend .traffic-scanner i { background: #d98232; }
.stats-traffic-legend .traffic-other i { background: #87928d; }
.stats-traffic-legend strong { color: var(--ink); font: 700 12px var(--mono); }
.stats-current-days { margin: 0 0 10px; display: flex; justify-content: flex-end; gap: 8px; }
.stats-current-days div { padding: 7px 9px; border: 1px solid var(--line); background: #fff; }
.stats-current-days dt { color: var(--muted); font: 500 11px var(--mono); text-transform: uppercase; }
.stats-current-days dd { margin: 2px 0 0; color: var(--ink); font-size: 13px; font-weight: 650; }
.stats-panel > header .stats-panel-note { margin: 5px 0 0; max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.stats-grid-thirds { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-ranking { margin: 0; padding: 0; display: grid; gap: 4px; list-style: none; }
.stats-ranking li { min-height: 42px; padding: 8px 10px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2px 12px; overflow: hidden; }
.stats-ranking-bar { position: absolute; inset: 0 auto 0 0; z-index: 0; background: #eef3ed; }
.stats-ranking-label, .stats-ranking strong, .stats-ranking small { position: relative; z-index: 1; }
.stats-ranking-label { min-width: 0; overflow: hidden; font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.stats-ranking strong { font: 600 14px var(--mono); }
.stats-ranking small { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.stats-empty, .stats-note { margin: 0; padding: 18px; color: var(--muted); background: #f4f6f1; }
.stats-journeys header form { min-width: min(100%, 360px); display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.stats-journeys header label { grid-column: 1 / -1; color: var(--muted); font: 600 12px var(--mono); text-transform: uppercase; }
.stats-journeys select, .stats-journeys button { min-height: 42px; border: 1px solid var(--line); background: #fff; font: inherit; }
.stats-journeys select { min-width: 0; padding: 0 10px; }
.stats-journeys button { padding: 0 14px; color: #fff; border-color: var(--ink); background: var(--ink); cursor: pointer; }
.journey-list { margin: 0 0 16px; padding: 0; display: grid; gap: 8px; list-style: none; }
.journey-list li { padding: 14px; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; background: #f4f6f1; }
.journey-list strong { font: 600 10px var(--mono); }
.journey-list div { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.journey-list code { padding: 4px 7px; color: var(--ink); border: 1px solid var(--line); background: #fff; font-size: 9px; }
.stats-note { padding: 12px 14px; font-size: 12px; line-height: 1.5; border-left: 3px solid var(--red); }
@media (max-width: 900px) {
  .stats-heading { align-items: start; flex-direction: column; }
  .stats-summary { grid-template-columns: repeat(2, 1fr); }
  .stats-summary article:nth-child(2) { border-right: 0; }
  .stats-summary article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats-grid, .stats-grid-thirds { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .stats-heading h1 { font-size: 38px; }
  .stats-periods { width: 100%; }
  .stats-periods a { flex: 1; text-align: center; }
  .stats-summary { grid-template-columns: 1fr 1fr; }
  .stats-summary article { padding: 15px; }
  .stats-panel { padding: 15px; }
  .stats-panel > header { flex-direction: column; }
  .stats-journeys header form { width: 100%; min-width: 0; grid-template-columns: 1fr; }
  .stats-journeys header label { grid-column: auto; }
  .journey-list li { grid-template-columns: 1fr; }
  .stats-current-days { justify-content: stretch; }
  .stats-current-days div { flex: 1; }
}

/* Compact venue-status totals on the private dashboard. */
.admin-dashboard-toolbar { margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.admin-deployment-info { margin: -14px 0 24px; color: var(--muted); font: 500 11px var(--mono); }
.admin-deployment-info span { text-transform: uppercase; }
.admin-deployment-info code { color: var(--ink); font: inherit; overflow-wrap: anywhere; user-select: all; }
.admin-dashboard-toolbar [data-toggle-create] { margin-left: auto; }
.admin-heading-actions { flex-wrap: wrap; justify-content: flex-end; }
.admin-status-counts { display: flex; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: white; }
.admin-status-count { min-width: 88px; padding: 7px 10px; display: grid; gap: 1px; color: var(--muted); font: 500 10px var(--mono); line-height: 1.25; text-transform: uppercase; }
.admin-status-count + .admin-status-count { border-left: 1px solid var(--line); }
.admin-status-count b { color: var(--ink); font: 800 14px var(--sans); }
.admin-status-count.status-draft { background: #f2f0ec; }
.admin-status-count.status-to_be_verified { color: #8a581f; background: #fff7e8; }
.admin-status-count.status-verified { color: #2f6b48; background: #edf8f0; }

/* Venue URL aliases and immutable rename/release history. */
.venue-url-history-card { margin: 16px 0; scroll-margin-top: 20px; }
.admin-card-intro { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.admin-card-intro a { color: var(--ink); font-family: var(--mono); }
.venue-url-history-layout { margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.venue-url-history-layout h3 { margin: 0 0 10px; color: var(--muted); font: 600 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.venue-url-alias-list, .venue-url-event-list { display: grid; gap: 8px; }
.venue-url-alias-row, .venue-url-event { min-width: 0; padding: 13px; border: 1px solid var(--line); background: #f7f8f4; }
.venue-url-alias-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.venue-url-alias-row > div, .venue-url-event { display: grid; gap: 5px; }
.venue-url-alias-row code, .venue-url-event code { color: var(--ink); font: 600 10px var(--mono); overflow-wrap: anywhere; }
.venue-url-alias-row small, .venue-url-event small { color: var(--muted); font: 400 8px var(--mono); line-height: 1.45; }
.venue-url-event b { color: var(--red); font: 650 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.venue-url-event span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.venue-url-alias-row form { flex: 0 0 auto; }
.venue-url-alias-row .button { min-width: 0; min-height: 38px; padding: 0 12px; }
.button.outline.danger { color: #a23f32; border-color: #e3bcb6; }
@media (max-width: 680px) {
  .admin-dashboard-toolbar { display: grid; grid-template-columns: 1fr auto; }
  .admin-dashboard-toolbar .admin-status-counts { grid-column: 1 / -1; grid-row: 1; }
  .admin-dashboard-toolbar [data-toggle-create] { margin-left: 0; }
  .admin-status-counts { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); }
  .admin-status-count { min-width: 0; padding: 10px 8px; }
  .admin-status-count + .admin-status-count { border-left: 1px solid var(--line); }
  .venue-url-history-layout { grid-template-columns: 1fr; }
  .venue-url-alias-row { align-items: stretch; flex-direction: column; }
  .venue-url-alias-row .button { width: 100%; min-height: 46px; }
}

/* Keep the public brand and private admin destination independently clickable. */
.admin-brand-lockup { display: inline-flex; align-items: center; gap: 15px; }
.admin-header .admin-badge { padding: 5px 7px; border-radius: 3px; color: #557069; background: #edf2ec; font: 500 12px var(--mono); text-transform: uppercase; letter-spacing: .08em; }


/* Compact facility status dashboard beside the venue map. */
.pitch-facility-dashboard {
  margin-top: 24px;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}
.pitch-facility-heading { margin-bottom: 16px; }
.pitch-facility-heading h3 { margin: 5px 0 4px; font-size: 22px; letter-spacing: -.035em; }
.pitch-facility-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.dashboard-links { margin-top: 4px; }
.pitch-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.pitch-facility-tile {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0;
  text-align: center;
  color: var(--ink);
}
.pitch-facility-tile > span:last-child {
  display: grid;
  gap: 2px;
}
.pitch-facility-tile small {
  color: var(--muted);
  font-size: .7rem;
}
.pitch-facility-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #b8d1ff;
  border-radius: 10px;
  background: #eaf2ff;
  color: #356bdd;
  font-size: 1.4rem;
  font-weight: 800;
}
.pitch-facility-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pitch-facility-icon .facility-icon-cutout { fill: #eaf2ff; }
.pitch-facility-tile.status-unknown .facility-icon-cutout { fill: #f5f7f4; }
.pitch-facility-tile.status-not_available .facility-icon-cutout { fill: #fff0f2; }
.pitch-facility-tile.status-unknown {
  color: var(--muted);
}
.pitch-facility-tile.status-unknown .pitch-facility-icon {
  border-color: var(--line);
  background: #f5f7f4;
  color: #cbd1cd;
  filter: grayscale(1);
  opacity: .45;
}
.pitch-facility-tile.status-not_available {
  color: #9d3f49;
}
.pitch-facility-tile.status-not_available .pitch-facility-icon {
  border-color: #e4aeb4;
  background: #fff0f2;
  color: #b84d59;
  filter: none;
  opacity: 1;
}
.pitch-facility-tile.status-limited {
  color: #9a5318;
}
.pitch-facility-tile.status-limited .pitch-facility-icon {
  border-color: #efbb83;
  background: #fff2e4;
  color: #c66a1b;
  filter: none;
  opacity: 1;
}
.pitch-facility-tile.status-limited .facility-access-guidance {
  color: #795538;
}
.parking-icon-large {
  background: #356bdd;
  color: #fff;
}
.pitch-facility-tile.status-limited .parking-icon-large {
  background: #c66a1b;
  border-color: #c66a1b;
  color: #fff;
}
.pitch-facility-tile.status-not_available .parking-icon-large {
  background: #b84d59;
  border-color: #b84d59;
  color: #fff;
}
.share-preview-choice {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}
.share-preview-choice select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 9px 10px;
  font: inherit;
}
@media (max-width: 760px) {
  .pitch-facility-dashboard { padding-inline: 16px; }
  .pitch-facility-icon { width: 46px; height: 46px; }
}

.venue-map-facility-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 6px;
  background: var(--facility-marker-color, #24312d);
  color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 35%);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
}
.venue-map-facility-icon svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.venue-map-facility-icon.facility-pictogram {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.venue-map-facility-icon.facility-pictogram svg {
  width: 16px;
  height: 16px;
}
.venue-map-facility-icon .facility-icon-cutout,
.fallback-facility-marker .facility-icon-cutout {
  fill: var(--facility-marker-color, #24312d);
}
.fallback-facility-marker { color: #fff; }
.fallback-facility-marker .facility-icon-cutout { fill: #2f7a55; }
.venue-map-facility-icon.parking {
  background: #356bdd;
  font-size: .9rem;
}
.venue-map-facility-icon.parking.no-parking { background: #d64b57; }



.location-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.location-confirm-actions .button {
  flex: 1 1 145px;
}
.refine-location.active {
  border-color: #ed513d;
  background: #fff1ee;
  color: #b63828;
}
.venue-centre-help {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.5;
}
.venue-centre-help b {
  color: var(--ink);
}
.venue-refine-instruction {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 28px);
  padding: 8px 11px;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 7px;
  background: rgb(9 35 28 / 88%);
  color: #fff;
  box-shadow: 0 4px 16px rgb(0 0 0 / 24%);
  font-size: .76rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .venue-refine-instruction { white-space: normal; }
}


/* Touch-friendly venue map refinement */
.venue-centre-crosshair {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(25, 48, 76, .78), 0 2px 8px rgba(0, 0, 0, .28);
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.venue-centre-crosshair::before,
.venue-centre-crosshair::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #19304c;
  transform: translate(-50%, -50%);
}
.venue-centre-crosshair::before { width: 58px; height: 2px; }
.venue-centre-crosshair::after { width: 2px; height: 58px; }
.set-map-centre {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 18px;
  min-height: 44px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.venue-preview.is-refining .venue-preview-label { opacity: .65; }
.editor-overlay.draw-mode,
.editor-overlay.move-mode { touch-action: none; }

@media (pointer: coarse), (max-width: 760px) {
  .admin-create-venue input:not([type="checkbox"]),
  .admin-create-venue select,
  .admin-create-venue textarea { font-size: 16px; }
  .location-confirm-actions .button,
  .map-link-input .button,
  .editor-tools button,
  .save-coordinate-edit,
  .map-search button { min-height: 44px; }
  .location-confirm-actions { align-items: stretch; }
  .location-confirm-actions .button { flex: 1 1 10rem; }
  .venue-preview { min-height: 380px; }
  .venue-refine-instruction {
    max-width: calc(100% - 24px);
    white-space: normal;
  }
  .set-map-centre {
    bottom: 16px;
    min-width: 160px;
  }
}
@media (max-width: 520px) {
  .pitch-dimension-preview { grid-template-columns: 1fr; }
  .pitch-dimension-preview > small { grid-column: auto; }
}
@media (max-width: 760px) {
  .special-event-notice { margin: -12px 10px 20px; grid-template-columns: auto 1fr; padding: 14px; }
  .special-event-notice .button { grid-column: 1 / -1; width: 100%; }
  .special-event-admin { grid-template-columns: 1fr; padding: 18px 14px; }
  .special-event-create-form { grid-template-columns: 1fr; }
  .special-event-list { grid-column: auto; }
  .special-event-list a { grid-template-columns: 1fr auto; }
  .special-event-list code, .special-event-list small { grid-column: 1; }
  .special-event-list i { grid-column: 2; grid-row: 1 / span 3; }
}


/* Restricted parking: accessible only under stated conditions. */
.parking-polygon.restricted-parking { fill: #c47a16 !important; stroke: #f3bd58 !important; }
.parking-label-bg.restricted-parking { fill: #b86f12 !important; stroke: #f3bd58 !important; }
.venue-map-facility-icon.parking.restricted { background: #b86f12; border-color: #f3bd58; color: #fff; }
.parking-restricted-label { color: #9a5b0b; font-weight: 700; }
.parking-restricted-warning { margin: 10px 0 0; padding: 9px 12px; border: 1px solid rgba(196, 122, 22, .45); border-radius: 10px; background: rgba(243, 189, 88, .18); color: #7a4909; font-weight: 700; }
.admin-attention-card { margin: 18px 0; padding: 18px; border: 1px solid rgba(196, 122, 22, .38); border-radius: 16px; background: rgba(243, 189, 88, .10); }
.admin-attention-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admin-attention-heading h2 { margin: 2px 0 0; }
.admin-attention-heading > b { min-width: 32px; height: 32px; display: grid; place-items: center; border-radius: 999px; background: #b86f12; color: #fff; }
.admin-attention-list { display: grid; gap: 8px; margin-top: 12px; }
.admin-attention-list a { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,.72); text-decoration: none; color: inherit; }
.admin-attention-list a span { font-weight: 700; }
.admin-attention-list a small { grid-column: 1; }
.admin-attention-list a i { grid-column: 2; grid-row: 1 / span 2; align-self: center; }

/* Admin sports page: pin icons and usage per sport */
.admin-sports-table { width: 100%; margin-top: 22px; border-collapse: collapse; font-size: 13px; }
.admin-sports-table th, .admin-sports-table td { padding: 12px 10px; text-align: left; vertical-align: middle; border-bottom: 1px solid var(--line); }
.admin-sports-table thead th { color: var(--muted); font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.admin-sports-table td.numeric, .admin-sports-table th.numeric { text-align: right; font-variant-numeric: tabular-nums; }
.admin-sports-table td.numeric b { font-size: 16px; }
.admin-sports-table td.numeric span { color: var(--muted); }
.admin-sports-table tr:target { background: #f5f7f2; }
.admin-sport-name { display: grid; gap: 3px; }
.admin-sport-name b { font-size: 14px; }
.admin-sport-name small { color: var(--muted); font: 400 11px var(--mono); }
.admin-sport-pin { display: inline-flex; align-items: center; gap: 12px; }
.admin-sport-pin .homepage-venue-pin { cursor: default; }
.admin-sport-pin small { color: var(--muted); font-size: 11px; }
.admin-sport-icon-form { display: grid; gap: 8px; min-width: 200px; }
.admin-sport-icon-form input[type="file"] { max-width: 220px; font-size: 12px; }
.admin-sport-icon-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-sport-icon-actions .button { min-width: 0; padding: 8px 12px; font-size: 11px; }
.admin-sports-hint { color: var(--muted); font-size: 12px; }
.admin-sports-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
@media (max-width: 760px) {
  .admin-sports-table-wrap { overflow-x: auto; }
  .admin-sports-table { min-width: 720px; }
}

.organization-pages { margin: 24px 0; padding: 24px; border: 1px solid var(--line); background: white; scroll-margin-top: 20px; }
.organization-pages > p { max-width: 90ch; color: var(--muted); font-size: 14px; line-height: 1.6; }
.organization-page-editor { margin-top: 20px; padding: 20px; border: 1px solid var(--line); background: #fbfcf9; }
.organization-page-editor header, .organization-page-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: space-between; }
.organization-page-editor h3 { margin: 0; font-size: 18px; }
.organization-page-editor p, .organization-page-state { font-size: 13px; line-height: 1.6; }
.organization-page-state { color: #315f4f; background: #edf6ef; padding: 5px 9px; }
.organization-page-editor p a, .organization-pages > p a { text-decoration: underline; }
.organization-page-create { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 18px; }
.organization-page-create summary { cursor: pointer; font-size: 17px; font-weight: 700; }
.organization-page-create form { margin-top: 20px; }
.organization-url-field { min-width: 0; display: grid; gap: 8px; }
.organization-url-row { display: flex; align-items: stretch; gap: 8px; }
.organization-url-row input { min-width: 0; flex: 1; }
.organization-url-row .button { width: auto; flex: 0 0 auto; white-space: nowrap; }
.organization-url-row .button[hidden] { display: none; }
.organization-url-field small { color: var(--muted); overflow-wrap: anywhere; line-height: 1.5; }
.organization-view-context { grid-column: 1 / -1; min-width: 0; width: 100%; margin-top: 14px; font-size: 13px; line-height: 1.6; }
.organization-view-page .main-column { min-width: 0; grid-template-columns: minmax(0, 1fr); }
.organization-view-context a { text-decoration: underline; }
.organization-view-context .pitch-organization-badge { display: inline-block; font-size: 13px; }
.organization-view-draft { padding: 12px; background: #fff6d9; }
.organization-view-links { order: 4; margin-top: 24px; border-top: 1px solid var(--line); }
.organization-view-links h3 { font-size: 15px; }
.organization-view-links a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; font-size: 12px; border-bottom: 1px solid var(--line); }
.organization-view-links a span { flex-shrink: 0; }
.directory-organization-pages { margin-top: 32px; }
.directory-organization-pages > p { color: var(--muted); font-size: 14px; }
.directory-organization-page { padding: 18px; margin-top: 10px; border: 1px solid var(--line); background: white; }
.directory-organization-page a { display: grid; gap: 6px; }
.directory-organization-page small { color: var(--muted); }
.pitch-choice.shared-context { flex-wrap: wrap; }
.shared-context-note { flex: 0 0 100%; color: #74520a; font-size: 13px; line-height: 1.5; }
.shared-context-count { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
@media (max-width: 680px) {
  .organization-pages, .organization-page-editor { padding: 14px; }
  .organization-page-actions { align-items: stretch; flex-direction: column; }
}

.pitch-panel > .venue-conditions { order: 1; flex-shrink: 0; margin-top: 18px; padding: 16px; border: 1px solid #e5b6ab; border-left: 4px solid #b42318; border-radius: 6px; background: #fff6f2; color: #45251e; }
.venue-conditions h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.4; }
.venue-condition { display: flex; align-items: center; gap: 12px; font-size: 17px; line-height: 1.4; }
.no-dogs-icon { width: 44px; height: 44px; flex: 0 0 44px; }
.venue-conditions-details { margin: 12px 0 0; white-space: pre-line; overflow-wrap: anywhere; font-size: 14px; line-height: 1.6; }
.venue-conditions-scope { margin: 10px 0 0; font-size: 12px; line-height: 1.5; }

.editor-overlay .parking-add-point { pointer-events: all; cursor: copy; }
.editor-overlay .parking-add-point circle { fill: #fff; stroke: #356bdd; stroke-width: 2; }
.editor-overlay .parking-add-point text { fill: #356bdd; font: bold 16px sans-serif; pointer-events: none; user-select: none; }
.editor-overlay .parking-add-point:hover circle { fill: #dce8ff; }

/* Purple distinguishes drop-off-only areas from blue parking. */
.editor-overlay .area.parking.drop-off { fill: rgba(132,70,176,.35); stroke: #d4a3f5; }
.parking-map-marker.drop-off .marker-bg { fill: #8446b0; }
.fallback-aerial .parking-polygon.drop-off { fill: rgba(132,70,176,.35); stroke: #d4a3f5; }
.fallback-aerial .parking-label-bg.drop-off { fill: #8446b0; }
.venue-map-facility-icon.parking.drop-off, .parking-icon.drop-off { background: #8446b0; color: #fff; }

/* Community queue */
.hero-coverage a { display: inline-flex; align-items: baseline; gap: 6px; color: inherit; text-decoration: none; border-bottom: 2px solid var(--red); }
.hero-coverage a:hover { color: var(--red); }
.directory-stats a { color: inherit; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--red); }
.directory-stats a:hover { color: var(--red); }
a.venue-card.coming-soon { color: inherit; text-decoration: none; }
.venue-card.coming-soon[hidden] { display: none; }
.community-queue { padding: 105px var(--site-inset) 120px; background: #ecefe7; border-top: 1px solid var(--line); }
.community-queue .section-heading { margin-bottom: 40px; }
.queue-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.queue-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); grid-template-areas: "thumb body" "missing missing" "help help"; align-items: start; gap: 16px; padding: 20px 22px; background: white; border: 1px solid var(--line); }
.queue-thumb { grid-area: thumb; width: 72px; height: 72px; overflow: hidden; display: grid; place-items: center; color: #9aa39e; background: repeating-linear-gradient(45deg,#eef0ea 0 9px,#e7eae2 10px 19px); border: 1px solid var(--line); border-radius: 6px; font-size: 26px; }
.queue-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.queue-body { grid-area: body; min-width: 0; display: grid; gap: 6px; }
.queue-item h3 { margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.03em; overflow-wrap: anywhere; }
.queue-item h3 a { color: inherit; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--red); }
.queue-item h3 a:hover { color: var(--red); }
.queue-location { margin: 0; color: var(--muted); font-size: 14px; }
.queue-missing { grid-area: missing; padding-top: 14px; border-top: 1px solid var(--line); }
.queue-missing b { display: block; margin-bottom: 8px; color: var(--ink); font: 600 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.queue-missing ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.queue-missing li::marker { color: var(--red); }
.queue-missing p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.queue-state { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font: 500 12px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.queue-state::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #b9c2ba; }
.queue-state.is-live::before { background: #4d9b68; }
.queue-help { grid-area: help; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; }
.queue-help:hover { border-color: var(--ink); }
.queue-help span { color: var(--red); }
.queue-footnote { margin: 28px 0 0; color: var(--muted); font-size: 15px; }
.queue-footnote a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 680px) {
  .community-queue { padding: 68px 18px; }
  .queue-list { grid-template-columns: 1fr; }
  .queue-item { padding: 18px 16px; }
}

/* Organization research indicators (admin dashboard and venue editor) */
.admin-research-icons { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.admin-research-icon { position: relative; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; box-sizing: border-box; font: inherit; color: #68716b; background: #f7f8f5; border: 1px dashed #aab3ab; border-radius: 5px; }
.admin-research-icon.is-active { color: #21613c; background: #e4f2e7; border: 1px solid #39805a; }
.admin-research-icon svg { width: 20px; height: 20px; display: block; flex: none; }
.admin-research-icon.is-active::after { content: '✓'; position: absolute; right: -3px; bottom: -4px; color: #21613c; background: #e4f2e7; border-radius: 50%; font: bold 10px sans-serif; }
.admin-research-icon:not(:disabled) { cursor: pointer; }
.admin-research-icon:disabled { opacity: 1; }
.admin-research-icon:focus-visible { outline: 3px solid var(--forest); outline-offset: 3px; }
.research-dialog { width: min(440px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); box-sizing: border-box; padding: 24px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); }
.research-dialog::backdrop { background: rgb(0 0 0 / .4); }
.research-dialog h2 { margin-top: 0; }
.research-dialog label { display: grid; gap: 8px; margin: 16px 0; }
.research-dialog input, .research-dialog select, .research-dialog textarea { width: 100%; box-sizing: border-box; padding: 10px; font: inherit; }
.research-dialog textarea { min-height: 160px; resize: vertical; }
.research-dialog-actions { display: flex; justify-content: end; gap: 12px; margin-top: 20px; }
.research-dialog [hidden] { display: none; }
#research-whatsapp-entry { grid-template-columns: auto 1fr; align-items: start; }
#research-whatsapp-entry input { width: auto; margin-top: 4px; }
.research-dialog-error { color: #923c31; }
@media (pointer: coarse) { .admin-research-icon { width: 44px; height: 44px; } }
.inspector-research { margin: 0 0 18px; padding: 0 0 16px; border-bottom: 1px solid var(--line); }
.inspector-research .form-step { display: block; margin-bottom: 2px; }
.inspector-research small { display: block; color: var(--muted); font-size: 9px; line-height: 1.5; }

/* Pitch inspector: size and sport sit under the dimension hint with their own save. */
.pitch-quick-settings { display: grid; gap: 14px; padding: 0 0 18px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.pitch-quick-settings .form-step { margin-bottom: -6px; }
.pitch-quick-settings .form-actions { margin: 0; }
