/* The paper / green / Songti reading language of the local meeting UI. */
:root {
  --ink: #15211d;
  --muted: #69736f;
  --faint: #929b97;
  --paper: #f6f4ee;
  --surface: #fffefb;
  --surface-soft: #f6f4ee;
  --line: #e4e2da;
  --line-strong: #d6d3ca;
  --green: #196a4a;
  --green-dark: #0f4f37;
  --green-soft: #e5f1ea;
  --amber: #9e6625;
  --red: #b84b3d;
  --radius-lg: 22px;
  --radius-md: 15px;
  --shadow: 0 18px 55px rgb(31 44 38 / 8%);
  font-synthesis: none;
}

html, body { height: 100%; min-height: 100%; background: var(--paper); }
body { overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif; }
summary { cursor: pointer; }
summary:focus-visible { outline: 3px solid rgb(25 106 74 / 22%); outline-offset: 3px; }
.topbar { height: 80px; border-bottom: 1px solid var(--line); background: rgb(246 244 238 / 92%); }
.topbar-inner { width: 100%; height: 100%; padding: 0 30px; }
.brand { gap: 12px; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 18px rgb(25 106 74 / 20%); }
.brand-mark svg { width: 27px; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.brand strong { display: block; font-family: "Songti SC", "STSong", serif; font-size: 20px; letter-spacing: .05em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: .08em; }
.topnav { font-size: 12px; }
.privacy-chip { display: inline-flex; height: 34px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); font-size: 11px; }
.privacy-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgb(25 106 74 / 9%); }
main { width: 100%; margin: 0; padding: 0; }
.records-workbench { height: calc(100vh - 80px); height: calc(100dvh - 80px); min-height: 0; grid-template-columns: minmax(290px, 340px) minmax(0, 1fr); border: 0; border-radius: 0; background: var(--surface); }
.record-index { display: block; min-height: 0; padding: 24px 22px; overflow-y: auto; background: linear-gradient(180deg, rgb(255 254 251 / 55%), transparent 420px), var(--paper); overscroll-behavior-y: contain; }
.record-index, .record-detail { scrollbar-color: rgb(25 106 74 / 24%) transparent; scrollbar-width: thin; scrollbar-gutter: stable; }
.record-detail { min-height: 0; overflow-y: auto; background: radial-gradient(ellipse at 85% 0, rgb(229 241 234 / 26%), transparent 620px), #fffefb; scroll-behavior: smooth; }
.detail-content { max-width: 1240px; margin: 0 auto; padding: 38px clamp(24px, 4vw, 64px) 64px; }
.detail-placeholder { min-height: 100%; padding: 70px 25px; text-align: center; }
.placeholder-mark { width: 68px; height: 68px; border-radius: 20px; font-family: "Songti SC", "STSong", serif; font-size: 30px; }
.detail-placeholder h2 { color: var(--muted); font-family: "Songti SC", "STSong", serif; font-size: 20px; }
.meeting-library { margin-bottom: 20px; }
.page-head { align-items: center; gap: 12px; margin-bottom: 14px; list-style: none; }
.page-head::-webkit-details-marker, .minutes-toc > summary::-webkit-details-marker { display: none; }
.kicker { display: block; margin-bottom: 5px; font-size: 9px; letter-spacing: .12em; }
.library-title { font-family: "Songti SC", "STSong", serif; font-size: 22px; font-weight: 650; }
.page-summary { margin-left: auto; font-size: 10px; }
.page-summary strong { font-family: "Songti SC", "STSong", serif; font-size: 20px; }
.filterbar { grid-template-columns: minmax(0, 1fr) auto; gap: 7px; padding: 0 0 14px; border: 0; }
.filterbar .quiet-command { display: none; }
.filterbar input { border-color: var(--line); border-radius: 10px; background: var(--surface); font-size: 11px; }
.filterbar button, .quiet-command, .download-command { border-radius: 10px; font-size: 11px; }
.record-row { min-height: 100px; margin-bottom: 9px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgb(255 254 251 / 70%); transition: border-color 140ms, background 140ms; }
.record-row:hover { border-color: rgb(25 106 74 / 28%); background: var(--surface); }
.record-row.is-active { border-color: rgb(25 106 74 / 28%); background: var(--surface); box-shadow: var(--shadow); }
.record-row.is-active strong { color: var(--green-dark); }
.record-row strong { font-size: 13px; }
.record-participants { display: block; font-size: 10px; }
.record-date { font-size: 10px; }
.status-label { border: 1px solid transparent; font-size: 9px; }
.status-label[data-status="uploaded"] { color: var(--green-dark); background: var(--green-soft); }
.pagination { padding: 12px 0; border: 0; gap: 5px; font-size: 10px; }
.pagination button { min-height: 31px; padding-inline: 9px; font-size: 10px; border-color: var(--line); border-radius: 8px; }
.minutes-toc { margin: 0 0 26px; padding: 18px 15px; border: 1px solid rgb(25 106 74 / 18%); border-radius: 22px; background: rgb(255 254 251 / 96%); box-shadow: var(--shadow); }
.minutes-toc > summary { padding: 0 5px; list-style: none; }
.minutes-toc > summary > strong { display: block; font-family: "Songti SC", "STSong", serif; font-size: 20px; font-weight: 650; }
.minutes-toc[open] > summary { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.minutes-toc-list, .minutes-toc-sublist { margin: 0; padding: 0; list-style: none; }
.minutes-toc-list { display: grid; gap: 4px; }
.minutes-toc-item a { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: baseline; gap: 8px; padding: 8px; border-radius: 8px; color: var(--muted); font-size: 11px; line-height: 1.6; text-decoration: none; }
.minutes-toc-item a:hover { color: var(--green-dark); background: #f3f6f1; }
.minutes-toc-item a.is-active { color: var(--green-dark); background: var(--green-soft); }
.minutes-toc-item a > span { color: var(--faint); font-size: 9px; white-space: nowrap; }
.minutes-toc-item a > strong { min-width: 0; font-weight: 600; overflow-wrap: anywhere; }
.minutes-toc-sublist { margin: 1px 0 6px 13px; padding-left: 7px; border-left: 1px solid var(--line); }
.minutes-toc-sublist a { padding: 5px 6px; font-size: 10px; }
.minutes-toc-sublist a > strong { font-weight: 450; }
.detail-head { min-height: 0; gap: 20px; padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.detail-labels { font-size: 10px; }
.detail-head h2 { margin: 13px 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(28px, 3vw, 40px); font-weight: 650; line-height: 1.35; }
.detail-head > div { min-width: 0; }
.detail-head > button { flex: 0 0 auto; margin-top: 3px; }
.detail-meta { gap: 7px 15px; font-size: 10px; line-height: 1.6; }
.detail-meta div { min-width: 0; }
.detail-meta dt { flex: 0 0 auto; }
.model-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 11px; }
.model-tag { padding: 4px 8px; border: 1px solid rgb(25 106 74 / 16%); border-radius: 99px; color: var(--green-dark); background: rgb(229 241 234 / 55%); font-size: 10px; font-weight: 650; overflow-wrap: anywhere; }
.reader-notice { display: flex; align-items: center; gap: 12px; margin: 24px 0 10px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 15px; background: #faf9f5; }
.reader-notice-icon { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: var(--green); background: var(--green-soft); }
.reader-notice strong { font-size: 11px; }
.reader-notice p { margin: 3px 0 0; color: var(--faint); font-size: 10px; line-height: 1.5; }
.document-toolbar { min-height: 60px; padding: 0; gap: 14px; }
.document-tabs { padding: 0; border: 0; border-radius: 0; background: transparent; gap: 22px; }
.document-tabs button { height: 60px; min-width: 0; padding: 0 0 2px; border-bottom: 2px solid transparent; border-radius: 0; color: var(--muted); background: transparent; font-size: 12px; }
.document-tabs button.is-active { border-bottom-color: var(--green); box-shadow: none; color: var(--ink); background: transparent; }
.reader-actions { display: flex; gap: 7px; }
.reader-actions button { min-height: 33px; padding-inline: 11px; }
.document-info { min-height: 0; padding: 12px 0 0; color: var(--faint); font-size: 9px; line-height: 1.6; overflow-wrap: anywhere; }
.document-body { min-height: 300px; max-height: none; margin: 0; padding: 26px 0 0; overflow: visible; color: var(--ink); background: transparent; font-size: 14px; line-height: 1.85; white-space: normal; word-break: normal; }
.publication-banner { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 10px; margin-bottom: 24px; padding: 15px 17px; border: 1px solid #efd7b8; border-radius: 13px; color: #8d5d29; background: #fff8ee; font-size: 11px; line-height: 1.7; }
.publication-banner strong { font-size: 12px; }
.publication-banner.is-uploaded { color: var(--green-dark); border-color: rgb(25 106 74 / 18%); background: #f1f7f3; }
.publication-banner.is-invalid { color: var(--red); border-color: #efd1cb; background: #fcf1ee; }
.minutes-review-notice { margin: 0 0 26px; padding: 15px 18px; border: 1px solid #efd7b8; border-radius: 13px; color: #8d5d29; background: #fff8ee; font-size: 11px; line-height: 1.8; }
.minutes-review-notice > strong { display: block; margin-bottom: 5px; font-size: 12px; }
.minutes-review-notice .document-paragraph { margin-bottom: 6px; }
.minutes-review-notice .minutes-point-list { gap: 6px; margin: 8px 0 0; }
.minutes-review-notice .minutes-point-list > li { grid-template-columns: 10px minmax(0, 1fr); gap: 6px; }
.minutes-review-notice .minutes-point-copy > p, .minutes-review-notice .minutes-point-number { color: inherit; font-size: 11px; }
.minutes-document-heading { max-width: 860px; margin: 2px auto 26px; text-align: center; }
.minutes-document-heading span { display: block; margin-bottom: 6px; color: var(--green); font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.minutes-document-heading h2 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(26px, 3vw, 38px); font-weight: 650; line-height: 1.35; }
.minutes-hero { display: grid; grid-template-columns: minmax(0, 1fr) repeat(3, minmax(85px, 112px)); gap: 12px; margin-bottom: 32px; }
.minutes-hero > * { min-width: 0; }
.overview-card, .metric-card, .minutes-section { border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.overview-card { padding: 23px 25px; }
.overview-card > span, .metric-card > span { display: block; margin-bottom: 8px; color: var(--green); font-size: 10px; font-weight: 750; letter-spacing: .11em; }
.overview-card p { margin: 0; color: #39443f; font-family: "Songti SC", "STSong", serif; font-size: 15px; line-height: 1.85; }
.metric-card { display: flex; flex-direction: column; justify-content: center; min-height: 128px; padding: 18px 12px; text-align: center; }
.metric-card b { font-family: "Songti SC", "STSong", serif; font-size: 32px; font-weight: 500; line-height: 1.2; }
.minutes-section { margin-bottom: 16px; padding: 25px 27px; }
.minutes-section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.minutes-section-heading h3 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: 20px; font-weight: 650; }
.structured-minutes-section { padding: 29px 31px; }
.structured-section-heading { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 13px; margin-bottom: 21px; }
.chapter-number { display: inline-flex; align-items: baseline; justify-content: center; gap: 2px; min-width: 61px; padding: 4px 9px; border-radius: 10px; color: #fff; background: var(--green); font-family: "Songti SC", "STSong", serif; white-space: nowrap; }
.chapter-number b { font-size: 15px; font-weight: 700; }
.chapter-number small { font-size: 10px; font-weight: 600; opacity: .82; }
.structured-section-heading h3 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: 21px; font-weight: 650; line-height: 1.5; }
.minutes-subsection { margin-top: 26px; padding-top: 22px; border-top: 1px solid #ebe9e1; }
.minutes-subsection-heading { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 10px; margin-bottom: 16px; }
.minutes-subsection-heading > span { display: inline-grid; min-width: 39px; height: 25px; padding: 0 7px; border: 1px solid rgb(25 106 74 / 20%); border-radius: 7px; color: var(--green); background: rgb(229 241 234 / 52%); font-family: Georgia, serif; font-size: 10px; font-weight: 700; place-items: center; }
.minutes-subsection-heading h4 { margin: 0; color: #2f3b35; font-size: 14px; font-weight: 720; }
.minutes-narrative { margin: 0 0 22px; padding: 16px 18px; border-left: 3px solid rgb(25 106 74 / 42%); border-radius: 0 10px 10px 0; background: rgb(245 249 246 / 88%); }
.minutes-narrative > span, .minutes-points-label { display: block; margin-bottom: 8px; color: var(--green); font-size: 10px; font-weight: 760; letter-spacing: .08em; }
.minutes-narrative > p { margin: 0; color: #34413b; font-size: 14px; line-height: 1.95; text-align: justify; white-space: pre-line; }
.minutes-narrative > p + p { margin-top: 12px; }
.minutes-subsection .minutes-narrative { margin-bottom: 18px; padding: 13px 15px; border-left-width: 2px; background: rgb(248 250 248 / 88%); }
.minutes-subsection .minutes-narrative > p { font-size: 13px; }
.minutes-points-label { margin: 0 0 13px 62px; color: var(--muted); }
.minutes-point-list { display: flex; flex-direction: column; gap: 17px; margin: 0 0 18px; padding: 0; list-style: none; }
.minutes-point-list > li { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: start; gap: 10px; }
.minutes-point-number { padding-top: 4px; color: var(--green); font-family: Georgia, serif; font-size: 10px; font-variant-numeric: tabular-nums; font-weight: 700; }
.minutes-point-copy > p { margin: 0; color: #39443f; font-size: 13px; line-height: 1.85; white-space: pre-line; }
.evidence-disclosure { margin-top: 8px; }
.evidence-disclosure > summary { display: inline-flex; align-items: center; gap: 7px; padding: 4px 8px; border: 1px solid rgb(25 106 74 / 14%); border-radius: 7px; color: var(--green); background: rgb(229 241 234 / 45%); font-size: 10px; font-weight: 700; list-style: none; }
.evidence-disclosure > summary::-webkit-details-marker { display: none; }
.evidence-disclosure > summary::before { content: "＋"; }
.evidence-disclosure[open] > summary::before { content: "－"; }
.evidence-disclosure > summary small { color: var(--muted); font-size: 9px; font-weight: 450; }
.evidence-clip-list { display: grid; gap: 8px; margin-top: 8px; }
.evidence-clip { padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #faf9f5; }
.evidence-clip > span { color: var(--muted); font-size: 10px; }
.evidence-clip p { margin: 6px 0; color: #44504a; font-family: "Songti SC", "STSong", serif; font-size: 13px; line-height: 1.8; }
.evidence-clip button { padding: 3px 0; border: 0; color: var(--green-dark); background: transparent; font-size: 10px; font-weight: 650; cursor: pointer; }
.minutes-disclosure { padding: 0; }
.minutes-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 25px; list-style: none; }
.minutes-disclosure > summary::after { content: "+"; color: var(--green); }
.minutes-disclosure[open] > summary::after { content: "−"; }
.minutes-disclosure > summary::-webkit-details-marker { display: none; }
.minutes-disclosure > summary strong { display: block; font-family: "Songti SC", "STSong", serif; font-size: 20px; }
.minutes-disclosure > summary small { display: block; margin-top: 3px; color: var(--faint); font-size: 10px; }
.minutes-disclosure > summary b { margin-left: auto; color: var(--green); font-size: 10px; font-weight: 600; white-space: nowrap; }
.minutes-disclosure-body { padding: 0 24px 24px; }
.action-table-wrap { width: 100%; overflow-x: auto; }
.action-table { width: 100%; min-width: 540px; border-collapse: collapse; font-size: 12px; }
.action-table th { padding: 11px 10px; color: var(--muted); background: #f6f7f2; font-size: 10px; font-weight: 650; text-align: left; }
.action-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.action-table th:nth-child(2) { width: 40%; }
.priority { display: inline-block; padding: 2px 7px; border-radius: 6px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; }
.document-disclosure { margin: 18px 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); font-size: 12px; }
.document-disclosure > summary { font-weight: 650; }
.document-disclosure[open] > summary { margin-bottom: 15px; }
.document-paragraph { margin: 0 0 16px; white-space: pre-line; }
.quote-item { margin: 16px 0; padding: 13px 17px; border-left: 3px solid #b9cabc; color: #46534b; background: #f5f7f2; font-family: "Songti SC", "STSong", serif; }
.source-code { max-width: 100%; margin: 0; padding: 20px; overflow: auto; border: 1px solid var(--line); border-radius: 13px; color: #44504a; background: #faf9f5; font-family: ui-monospace, "SFMono-Regular", monospace; font-size: 12px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; }
.document-body code { padding: 1px 4px; border-radius: 4px; background: #f0f2ec; font-size: .9em; }
.document-body hr { margin: 24px 0; border: 0; border-top: 1px solid var(--line); }
.preview-target { scroll-margin-top: 22px; }
.preview-target:focus { outline: none; }
.transcript-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; }
.transcript-search { display: block; width: min(400px, 100%); }
.transcript-search input { width: 100%; height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #faf9f5; font-size: 11px; }
#transcriptCount { flex: 0 0 auto; color: var(--faint); font-size: 10px; }
.transcript-list { display: flex; flex-direction: column; gap: 2px; }
.transcript-segment { display: grid; grid-template-columns: 78px 85px minmax(0, 1fr); gap: 12px; padding: 16px 10px; border-bottom: 1px solid #efede7; border-radius: 9px; transition: background 140ms; }
.transcript-segment:hover { background: #f7f8f4; }
.transcript-segment.is-highlighted { outline: 2px solid rgb(25 106 74 / 30%); background: var(--green-soft); }
.transcript-time { color: var(--green); font-size: 11px; font-variant-numeric: tabular-nums; }
.transcript-time small { display: block; color: var(--faint); font-size: 9px; }
.transcript-speaker { font-size: 11px; font-weight: 700; }
.transcript-copy { color: #44504a; font-family: "Songti SC", "STSong", serif; font-size: 15px; line-height: 1.85; }
.transcript-copy > p { margin: 0; white-space: pre-line; }
.transcript-copy mark, .transcript-speaker mark { border-radius: 2px; background: #f5df9f; }
.transcript-copy .transcript-note { margin-top: 8px; color: var(--muted); font-size: 12px; }
.verified-badge, .review-badge { display: inline-flex; margin-top: 6px; padding: 2px 7px; border-radius: 99px; color: var(--green-dark); background: var(--green-soft); font-family: -apple-system, "PingFang SC", sans-serif; font-size: 9px; }
.review-badge { color: var(--amber); background: #fff2df; }
.transcript-source { margin: 20px 10px 8px; color: var(--green); font-size: 13px; }
.unlock-dialog { border-radius: 22px; background: var(--surface); }
.unlock-form h2 { font-family: "Songti SC", "STSong", serif; }
.unlock-field input { border-color: var(--line); border-radius: 10px; background: #faf9f5; }
.unlock-actions button { border-radius: 10px; }
.toast { z-index: 100; border-radius: 13px; }

@media (max-width: 1200px) {
  .records-workbench { grid-template-columns: 300px minmax(0, 1fr); }
  .record-index { padding: 22px 18px; }
  .detail-content { padding: 32px 30px 55px; }
  .minutes-hero { grid-template-columns: repeat(3, 1fr); }
  .overview-card { grid-column: 1 / -1; }
  .metric-card { min-height: 86px; }
}

@media (max-width: 900px) {
  html, body { height: auto; overflow: auto; }
  .topbar { height: 72px; }
  .topbar-inner { width: 100%; padding-inline: 20px; }
  .topnav a { display: none; }
  main { width: 100%; padding: 0; }
  .records-workbench { display: block; height: auto; overflow: visible; }
  .record-index { display: flex; flex-direction: column; min-height: auto; padding: 18px 20px; overflow: visible; border-bottom: 1px solid var(--line); }
  .meeting-library { order: -1; margin: 0; }
  .meeting-library:not([open]) .page-head { margin-bottom: 0; }
  .page-head::after, .minutes-toc > summary::after { content: "⌄"; margin-left: auto; color: var(--muted); font-size: 14px; }
  .minutes-toc > summary::after { position: absolute; right: 18px; top: 22px; }
  .minutes-toc { position: relative; margin: 15px 0 0; box-shadow: none; }
  .minutes-toc-list { max-height: 280px; overflow-y: auto; }
  .record-list { max-height: 280px; overflow: auto; }
  .record-detail { min-height: 500px; overflow: visible; }
  .detail-placeholder { min-height: 460px; }
  .detail-content { padding: 28px 24px 48px; }
  .detail-head h2 { font-size: 31px; }
  .preview-target { scroll-margin-top: 16px; }
}

@media (max-width: 560px) {
  .topbar-inner { padding-inline: 16px; gap: 12px; }
  .brand-mark { width: 37px; height: 37px; border-radius: 11px; }
  .brand strong { font-size: 18px; }
  .privacy-chip { height: 30px; padding-inline: 9px; font-size: 10px; }
  .record-index { padding: 17px 16px; }
  .detail-content { padding: 25px 16px 40px; }
  .detail-head { padding: 0 0 22px; }
  .detail-head h2 { font-size: 29px; }
  .detail-meta { gap: 6px 13px; }
  .model-tag { max-width: 100%; font-size: 9px; }
  .reader-notice { margin-top: 18px; padding: 12px; }
  .document-toolbar { flex-direction: row; align-items: center; gap: 8px; padding: 0; }
  .document-tabs { display: inline-flex; gap: 15px; }
  .document-tabs button { height: 55px; font-size: 11px; }
  .reader-actions { gap: 4px; }
  .reader-actions button { padding-inline: 8px; min-height: 31px; font-size: 10px; width: auto; }
  .document-info { padding: 10px 0 0; }
  .document-body { padding: 22px 0 0; }
  .minutes-document-heading { margin-bottom: 22px; }
  .minutes-document-heading h2 { font-size: 27px; }
  .minutes-hero { gap: 8px; margin-bottom: 24px; }
  .overview-card { padding: 19px; }
  .overview-card p { font-size: 14px; }
  .metric-card { min-height: 78px; padding: 14px 7px; }
  .metric-card b { font-size: 28px; }
  .minutes-section, .structured-minutes-section { padding: 20px 16px; }
  .structured-section-heading { gap: 10px; align-items: start; margin-bottom: 18px; }
  .structured-section-heading h3 { padding-top: 2px; font-size: 19px; }
  .chapter-number { min-width: 56px; padding-inline: 7px; }
  .minutes-narrative { padding: 13px 14px; }
  .minutes-narrative > p { font-size: 13px; text-align: left; }
  .minutes-point-list > li { grid-template-columns: 34px minmax(0, 1fr); gap: 7px; }
  .minutes-points-label { margin-left: 41px; }
  .minutes-point-copy > p { font-size: 12px; }
  .minutes-point-number { font-size: 9px; }
  .minutes-disclosure { padding: 0; }
  .minutes-disclosure > summary { padding: 18px 16px; }
  .minutes-disclosure-body { padding: 0 16px 18px; }
  .transcript-toolbar { gap: 10px; }
  .transcript-segment { grid-template-columns: 67px minmax(0, 1fr); gap: 5px 10px; padding: 15px 5px; }
  .transcript-time { grid-column: 1; grid-row: 1 / 3; }
  .transcript-speaker { grid-column: 2; }
  .transcript-copy { grid-column: 2; font-size: 14px; }
  .publication-banner { padding: 13px 14px; }
}

@media print {
  html, body { height: auto; overflow: visible; background: #fff; }
  .topbar, .record-index, .document-toolbar, .document-info, .reader-notice, .transcript-toolbar, .detail-head > button { display: none !important; }
  .records-workbench { display: block; height: auto; overflow: visible; }
  .record-detail { overflow: visible; }
  .detail-content { max-width: none; padding: 0; }
  .minutes-section { break-inside: avoid; }
  .evidence-disclosure { display: none; }
}
