/* VieraNow public site. Base styles carried over verbatim from the approved prototype. */
:root {
  color-scheme: light dark;
  --paper: #f4f3ee;
  --surface: #ffffff;
  --surface-soft: #e8eee9;
  --ink: #17211c;
  --muted: #59645e;
  --line: #cbd2cc;
  --brand: #0d5c4c;
  --brand-ink: #f5fffb;
  --accent: #ef6c3e;
  --sun: #f2c44c;
  --shadow: 0 18px 45px rgba(20, 44, 34, .11);
  --focus: #0f766e;
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #101613;
    --surface: #18211d;
    --surface-soft: #202c26;
    --ink: #eef5f0;
    --muted: #b8c4bc;
    --line: #35443c;
    --brand: #63c9ad;
    --brand-ink: #0b241c;
    --accent: #ff8a61;
    --sun: #eac65a;
    --shadow: 0 20px 50px rgba(0, 0, 0, .3);
    --focus: #7ce0c2;
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Public Sans", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.45;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { padding: clamp(34px, 7vw, 86px) 0 38px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 760px); }
.eyebrow-note { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: .81rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-note::before { content: ""; width: 30px; height: 3px; border-radius: 3px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 19px 0 18px; max-width: 760px; font-family: "Newsreader", Georgia, serif; font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .9; letter-spacing: -.052em; }
.hero-copy { max-width: 650px; margin-bottom: 0; font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted); }
.filters-wrap { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--paper) 94%, transparent); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.filters { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 13px 0; flex-wrap: wrap; }
.filter-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter-label { margin-right: 4px; font-size: .79rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.chip { border: 1px solid var(--line); background: var(--surface); color: var(--ink); padding: 9px 14px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: .86rem; }
.chip:hover { border-color: var(--brand); }
.chip[aria-pressed="true"] { background: var(--brand); border-color: var(--brand); color: var(--brand-ink); }
.filters .spacer { flex: 1; }
.shortlist { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--ink); padding: 9px 0 9px 10px; font-weight: 800; cursor: pointer; }
.count { min-width: 24px; height: 24px; padding: 0 7px; border-radius: 999px; background: var(--accent); color: white; display: inline-grid; place-items: center; font-size: .78rem; }
.content { padding: 50px 0 84px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
h2 { margin-bottom: 6px; font-family: "Newsreader", Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; letter-spacing: -.03em; }
.section-head p { margin-bottom: 0; color: var(--muted); }
.results { font-size: .86rem; font-weight: 800; color: var(--muted); white-space: nowrap; }
.event-list { display: grid; gap: 18px; }
.event-card { min-width: 0; display: grid; grid-template-columns: 300px minmax(0, 1fr) 94px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.event-card[hidden] { display: none; }
.event-image { min-height: 228px; position: relative; overflow: hidden; background: var(--surface-soft); }
.event-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.88) contrast(1.02); transition: transform .35s ease; }
.event-card:hover .event-image img { transform: scale(1.025); }
.date-tile { position: absolute; left: 14px; top: 14px; width: 62px; padding: 8px 6px 7px; background: var(--paper); color: var(--ink); text-align: center; box-shadow: 0 7px 20px rgba(0,0,0,.16); }
.date-tile b { display: block; color: var(--accent); font-size: .72rem; letter-spacing: .08em; }
.date-tile strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 1.9rem; line-height: .9; }
.event-body { padding: 25px 28px 23px; min-width: 0; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tag { padding: 5px 9px; background: var(--surface-soft); color: var(--brand); border-radius: 3px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.tag.free { background: color-mix(in srgb, var(--sun) 35%, var(--surface)); color: color-mix(in srgb, var(--ink) 82%, #6b4d00); }
.event-body h3 { margin-bottom: 10px; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.15rem); line-height: 1; letter-spacing: -.018em; }
.meta { display: flex; gap: 7px 18px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.meta span { display: inline-flex; align-items: center; gap: 7px; }
.meta svg { width: 16px; height: 16px; flex: 0 0 auto; }
.event-blurb { margin: 17px 0 0; max-width: 650px; color: var(--muted); font-size: .93rem; }
.event-actions { padding: 20px 17px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.save-btn, .details-btn { border: 0; cursor: pointer; }
.save-btn { width: 44px; height: 44px; display: grid; place-items: center; background: var(--surface-soft); color: var(--ink); border-radius: 50%; }
.save-btn svg { width: 21px; height: 21px; }
.save-btn[aria-pressed="true"] { background: var(--accent); color: white; }
.details-btn { background: none; color: var(--brand); padding: 8px 3px; font-size: .83rem; font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.empty { display: none; padding: 54px 20px; border: 1px dashed var(--line); text-align: center; color: var(--muted); background: var(--surface); }
.empty.show { display: block; }
.weekend-note { margin-top: 58px; display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 6vw, 80px); padding: clamp(28px, 5vw, 52px); background: var(--brand); color: var(--brand-ink); }
.weekend-note .eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; opacity: .78; }
.weekend-note h2 { margin: 9px 0 0; color: inherit; }
.weekend-note p { margin: 0; font-size: clamp(1rem, 2vw, 1.15rem); opacity: .88; }
.legend { margin-top: 24px; display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: .82rem; opacity: .9; }
.legend span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sun); display: inline-block; margin-right: 8px; }
.site-foot { padding: 28px 0 max(28px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-foot .shell { display: flex; gap: 18px; justify-content: space-between; flex-wrap: wrap; }
@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 230px minmax(0, 1fr) 74px; }
  .event-body { padding: 22px; }
  .weekend-note { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 28px; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .filters-wrap { position: relative; }
  .filters { align-items: flex-start; }
  .filter-label { width: 100%; margin-bottom: 2px; }
  .filters .spacer { display: none; }
  .shortlist { width: 100%; justify-content: flex-start; padding-left: 0; border-top: 1px solid var(--line); margin-top: 3px; padding-top: 12px; }
  .section-head { align-items: start; flex-direction: column; gap: 8px; }
  .event-card { grid-template-columns: 1fr; }
  .event-image { min-height: 215px; aspect-ratio: 16 / 10; }
  .event-actions { border-left: 0; border-top: 1px solid var(--line); flex-direction: row; padding: 12px 18px; }
  .event-body { padding: 22px 20px 21px; }
  .weekend-note { margin-top: 42px; padding: 27px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .event-image img { transition: none; }
}

/* ---------------------------------------------------------------------------
   Production additions (live data, extra filters, detail pages, states).
   ------------------------------------------------------------------------ */
.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; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--brand); color: var(--brand-ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
a { color: var(--brand); }
.site-top { padding-top: 18px; }
.site-top .shell { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { font-family: "Newsreader", Georgia, serif; font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em; color: var(--ink); text-decoration: none; }
.brand span { color: var(--accent); }

/* Filters: second row */
.filters-form { margin: 0; }
.chip { text-decoration: none; display: inline-flex; align-items: center; }
.filters-more { display: flex; align-items: center; gap: 10px 12px; flex-wrap: wrap; padding: 0 0 13px; }
.field { display: inline-flex; align-items: center; gap: 8px; }
.field label { font-size: .79rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.input, .select { font: inherit; font-size: .9rem; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; min-height: 40px; }
.select { padding-right: 34px; appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.input:hover, .select:hover { border-color: var(--brand); }
.search-field { flex: 1 1 260px; max-width: 380px; position: relative; }
.search-field .input { width: 100%; padding-left: 38px; }
.search-field svg { position: absolute; left: 13px; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.date-fields { display: inline-flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.date-fields[hidden] { display: none; }
.date-fields .input { border-radius: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--brand); background: var(--brand); color: var(--brand-ink); font-weight: 800; font-size: .88rem; cursor: pointer; text-decoration: none; }
.btn.secondary { background: transparent; color: var(--brand); }
.btn.large { min-height: 48px; padding: 12px 22px; font-size: .95rem; }
.link-btn { border: 0; background: none; color: var(--brand); font-weight: 800; font-size: .86rem; padding: 8px 2px; cursor: pointer; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.more-toggle { display: none; }
.js .apply-btn { display: none; }

/* Cards */
.date-tile small { display: block; margin-top: 3px; font-size: .66rem; font-weight: 800; letter-spacing: .08em; color: var(--muted); }
.event-image.is-placeholder { display: grid; place-items: center; background-color: var(--surface-soft); background-image: radial-gradient(color-mix(in srgb, var(--brand) 16%, transparent) 1.2px, transparent 1.3px); background-size: 16px 16px; }
.placeholder-art { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--brand); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.placeholder-art svg { width: 38px; height: 38px; }
.event-image img { position: absolute; inset: 0; }
.tag.status { background: color-mix(in srgb, var(--accent) 18%, var(--surface)); color: color-mix(in srgb, var(--ink) 80%, var(--accent)); }
.event-body h3 a { color: inherit; text-decoration: none; }
.event-body h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.meta .more-dates { font-weight: 700; color: var(--brand); }
.details-btn { text-align: center; }
.event-card.is-hidden { display: none; }

/* Results states */
.results-region { min-height: 240px; }
.results-region[aria-busy="true"] .event-list { opacity: .55; transition: opacity .15s ease; }
.empty.show p { margin: 8px 0 18px; }
.empty h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 1.7rem; color: var(--ink); }
.notice { margin-bottom: 18px; padding: 12px 16px; background: var(--surface-soft); color: var(--ink); font-size: .9rem; display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 30px; font-weight: 700; color: var(--muted); font-size: .9rem; }
.pagination a { font-weight: 800; }

/* Editorial aside */
.weekend-note .disclosure { margin-top: 18px; font-size: .86rem; opacity: .8; }

/* Detail page */
.detail-status { margin: 18px 0 0; padding: 12px 14px; background: color-mix(in srgb, var(--accent) 16%, var(--surface)); font-weight: 700; }
.detail-lede { margin: 16px 0 20px; color: var(--muted); font-size: 1.02rem; }
.facts { display: grid; grid-template-columns: 110px 1fr; gap: 12px 18px; margin: 0; }
.facts dt { color: var(--muted); font-weight: 700; }
.facts dd { margin: 0; font-weight: 600; }
.facts ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.facts .sub { display: block; font-weight: 500; color: var(--muted); font-size: .88rem; }
.detail-description { margin-top: 24px; color: var(--ink); }
.detail-description p { margin: 0 0 12px; }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.detail-disclosure { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.detail-page { padding: 34px 0 84px; }
.detail-page .back { display: inline-block; margin-bottom: 18px; font-weight: 800; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 56px); align-items: start; }
.detail-layout .event-image { min-height: 0; aspect-ratio: 4 / 3; }
.detail-page h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin: 14px 0 0; }
.detail-card { background: var(--surface); border: 1px solid var(--line); padding: 26px; }
.preview-banner { background: var(--sun); color: #231a00; padding: 10px 0; font-weight: 800; font-size: .88rem; }
.unavailable { padding: 70px 0 110px; max-width: 640px; }
.unavailable h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.unavailable p { color: var(--muted); font-size: 1.1rem; }

@media (max-width: 820px) {
  .detail-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .filters-more { padding-top: 4px; }
  .js .more-toggle { display: inline-flex; }
  .js .filters-more.is-collapsed { display: none; }
  .search-field { max-width: none; flex-basis: 100%; }
  .field { flex: 1 1 100%; justify-content: space-between; }
  .field .select { flex: 1; }
  .facts { grid-template-columns: 84px 1fr; }
  .detail-card { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .results-region[aria-busy="true"] .event-list { transition: none; }
}

/* Documentation pages */
.doc-page { padding: 30px 0 90px; max-width: 860px; }
.doc-page .back { display: inline-block; margin-bottom: 14px; font-weight: 800; }
.doc-page h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 12px; }
.doc-meta { display: flex; gap: 8px 20px; flex-wrap: wrap; margin: 0 0 26px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.doc-index { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.doc-index li { display: grid; gap: 4px; padding: 20px 22px; background: var(--surface); border: 1px solid var(--line); }
.doc-index li > a:first-child { font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.doc-index span { color: var(--muted); font-size: .9rem; }
.doc-body { font-size: .96rem; line-height: 1.65; }
.doc-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 38px 0 12px; }
.doc-body h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.4rem; margin: 28px 0 10px; }
.doc-body p, .doc-body li { color: var(--ink); }
.doc-body ul, .doc-body ol { padding-left: 1.3rem; }
.doc-body li { margin-bottom: 6px; }
.doc-body code { background: var(--surface-soft); padding: 2px 6px; border-radius: 4px; font-size: .88em; overflow-wrap: anywhere; }
.doc-body pre { background: var(--surface); border: 1px solid var(--line); padding: 16px 18px; overflow-x: auto; font-size: .84rem; }
.doc-body pre code { background: none; padding: 0; }
.doc-body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .88rem; display: block; overflow-x: auto; }
.doc-body th, .doc-body td { border: 1px solid var(--line); padding: 8px 11px; text-align: left; vertical-align: top; }
.doc-body th { background: var(--surface-soft); }
.doc-body blockquote { margin: 18px 0; padding-left: 16px; border-left: 3px solid var(--accent); color: var(--muted); }
.doc-body .heading-permalink { margin-left: 8px; color: var(--line); text-decoration: none; font-weight: 400; }
.doc-body h2:hover .heading-permalink, .doc-body h3:hover .heading-permalink { color: var(--brand); }

/* Homepage masthead: one compact row in place of the prototype's display hero */
.hero.masthead { padding: 18px 0 16px; }
.masthead-row { display: flex; align-items: baseline; gap: 10px 16px; flex-wrap: wrap; }
.masthead .brand { font-size: 1.5rem; }
.masthead-rule { width: 1px; height: 22px; align-self: center; background: var(--line); }
.masthead h1 { margin: 0; max-width: none; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.15; letter-spacing: -.02em; }
.masthead .hero-copy { margin-left: auto; font-size: .9rem; }
@media (max-width: 820px) {
  .masthead-row { flex-direction: column; gap: 4px; }
  .masthead-rule { display: none; }
  .masthead .hero-copy { margin-left: 0; }
}
@media (max-width: 620px) {
  .hero.masthead { padding-top: 16px; }
  .masthead h1 { font-size: 1.35rem; }
}

/* Community submissions */
.submit-page { padding: 34px 0 90px; }
.submit-shell { max-width: 760px; }
.submit-page .back { display: inline-block; margin-bottom: 18px; font-weight: 800; }
.submit-page h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin: 0 0 14px; }
.submit-intro { color: var(--muted); font-size: 1.05rem; max-width: 620px; }
.submit-form { display: grid; gap: 22px; margin-top: 28px; }
.form-section { margin: 0; padding: 24px 26px 26px; border: 1px solid var(--line); background: var(--surface); display: grid; gap: 18px; min-width: 0; }
.form-section > legend { float: left; width: 100%; margin: 0 0 2px; padding: 0; font-family: "Newsreader", Georgia, serif; font-size: 1.6rem; font-weight: 700; line-height: 1.1; }
.form-section > legend + * { clear: both; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.form-field { display: grid; gap: 6px; align-content: start; min-width: 0; }
.form-field > label, .choice-group > legend { font-weight: 800; font-size: .92rem; }
.optional { font-weight: 500; color: var(--muted); }
.form-hint { margin: 0; color: var(--muted); font-size: .86rem; }
.form-error { margin: 0; color: color-mix(in srgb, var(--ink) 30%, #b42318); font-weight: 700; font-size: .88rem; }
.form-error::before { content: "⚠ "; }
.form-control { width: 100%; font: inherit; font-size: .95rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; min-height: 44px; }
.form-control:hover { border-color: var(--brand); }
.form-control:focus-visible, textarea:focus-visible, .choice input:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
textarea.form-control { resize: vertical; line-height: 1.45; }
.select-control { appearance: none; padding-right: 36px; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.has-error .form-control { border-color: #b42318; border-width: 2px; }
.choice-group { margin: 0; padding: 0; border: 0; }
.choice-group > legend { padding: 0; margin-bottom: 6px; }
.choices { display: flex; gap: 10px 22px; flex-wrap: wrap; }
.choice { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; cursor: pointer; min-height: 32px; }
.choice input { width: 20px; height: 20px; margin: 0; accent-color: var(--brand); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: grid; gap: 10px; justify-items: start; }
.form-summary { padding: 18px 22px; border: 2px solid #b42318; background: var(--surface); margin-top: 20px; }
.form-summary:focus { outline: 3px solid var(--focus); outline-offset: 3px; }
.form-summary h2 { font-size: 1.5rem; margin: 0 0 8px; }
.form-summary ul { margin: 0; padding-left: 1.2rem; }
.form-summary a { font-weight: 700; }
.weekend-note .submit-link { display: inline-block; margin-top: 18px; color: inherit; font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.site-foot a { color: inherit; font-weight: 700; }
.detail-community { margin: 0 0 8px; }
@media (prefers-color-scheme: dark) {
  .form-error { color: #ffb4a8; }
  .has-error .form-control, .form-summary { border-color: #ffb4a8; }
}
@media (max-width: 620px) {
  .form-section { padding: 20px 18px 22px; }
}

/* Event reports */
.detail-report { margin: 12px 0 0; font-size: .84rem; }
.detail-report a { color: var(--muted); font-weight: 700; }
.detail-report a:hover { color: var(--ink); }
.report-reasons { display: grid; gap: 12px; }
.report-reason { align-items: flex-start; }
.report-reason input { margin-top: 2px; flex: none; }
.report-reason .form-hint { display: block; font-weight: 500; }
