@layer properties {
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial; --tw-grayscale: initial; --tw-hue-rotate: initial; --tw-invert: initial; --tw-opacity: initial; --tw-saturate: initial; --tw-sepia: initial; --tw-drop-shadow: initial; --tw-drop-shadow-color: initial; --tw-drop-shadow-alpha: 100%; --tw-drop-shadow-size: initial; }
}
}
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .end { inset-inline-end: var(--spacing); }
  .table { display: table; }
  .grow { flex-grow: 1; }
  .grow\! { flex-grow: 1 !important; }
  .filter { filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); }
}
:root { --ink: #173f68; --muted: #667d8c; --navy: #173f68; --navy-deep: #0e2f4f; --blue: #2f9cc6; --blue-light: #65b5d3; --teal: #2f9cc6; --teal-dark: #1f7ea7; --orange: #f68b1f; --canvas: #f2f6f8; --line: #d8e4ea; --yellow: #f8b756; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--canvas); color: var(--ink); margin: 0px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.topbar { border-bottom: 4px solid var(--orange); background: rgb(255, 255, 255); justify-content: space-between; align-items: center; height: 88px; padding: 0px clamp(24px, 5vw, 78px); display: flex; }
.brand { align-items: center; height: 100%; display: flex; }
.brand img { object-fit: contain; width: 190px; height: auto; max-height: 70px; display: block; }
.topbar-meta { color: var(--muted); align-items: center; gap: 22px; font-size: 12px; display: flex; }
.status-dot { color: var(--navy); font-weight: 700; }
.status-dot::before { content: ""; background: var(--blue); border-radius: 50%; width: 7px; height: 7px; margin-right: 8px; display: inline-block; }
.hero { color: rgb(255, 255, 255); background: radial-gradient(circle at 64% 2%, rgba(47, 156, 198, 0.3), rgba(0, 0, 0, 0) 31%), linear-gradient(120deg, rgb(14, 47, 79) 0%, rgb(23, 63, 104) 58%, rgb(31, 101, 139) 100%); grid-template-columns: minmax(0px, 1.25fr) minmax(220px, 0.55fr) minmax(210px, 0.42fr); align-items: end; gap: 42px; min-height: 366px; padding: 62px clamp(24px, 7.5vw, 118px) 98px; display: grid; position: relative; overflow: hidden; }
.hero::after { content: ""; border-top: 11px solid rgba(47, 156, 198, 0.48); border-radius: 50% 58% 0px 0px; height: 115px; position: absolute; bottom: -76px; left: -7%; right: -3%; transform: rotate(-1.4deg); box-shadow: rgba(101, 181, 211, 0.16) 0px -14px; }
.eyebrow { color: var(--teal-dark); letter-spacing: 0.17em; font-size: 11px; font-weight: 800; }
.hero .eyebrow { color: rgb(142, 213, 233); }
.hero h1 { letter-spacing: -0.04em; max-width: 720px; margin: 13px 0px 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5vw, 70px); font-weight: 500; line-height: 0.99; }
.hero h1::after { content: ""; background: var(--orange); border-radius: 5px; width: 86px; height: 5px; margin-top: 24px; display: block; }
.hero-copy { z-index: 2; position: relative; }
.hero-copy p { color: rgb(196, 216, 226); max-width: 660px; margin: 0px; font-size: 16px; line-height: 1.65; }
.hero-visual { z-index: 1; align-self: stretch; place-items: center; min-height: 230px; display: grid; position: relative; }
.wave-orbit { border: 2px solid rgba(101, 181, 211, 0.42); border-radius: 50%; width: 235px; height: 235px; position: absolute; }
.orbit-one { transform: translateY(4px); }
.orbit-two { border-color: rgba(255, 255, 255, 0.14); width: 182px; height: 182px; }
.rov-frame { backdrop-filter: blur(3px); background: rgba(9, 39, 64, 0.38); border: 1px solid rgba(255, 255, 255, 0.24); flex-direction: column; justify-content: center; width: 146px; height: 146px; padding: 24px 21px; display: flex; position: relative; transform: rotate(7deg); }
.rov-frame::before, .rov-frame::after { content: ""; background: var(--orange); width: 22px; height: 4px; position: absolute; }
.rov-frame::before { top: 32px; right: -12px; }
.rov-frame::after { bottom: 30px; left: -12px; }
.rov-frame span { color: rgb(142, 213, 233); letter-spacing: 0.18em; font-size: 11px; font-weight: 850; }
.rov-frame strong { color: rgb(255, 255, 255); letter-spacing: 0.08em; margin-top: 8px; font-size: 18px; line-height: 1.05; }
.rov-frame i { background: linear-gradient(90deg,var(--blue),var(--orange)); border-radius: 4px; width: 65px; height: 4px; margin-top: 13px; display: block; }
.hero-stat { z-index: 2; border-left: 1px solid rgba(255, 255, 255, 0.22); flex-direction: column; min-width: 210px; padding: 24px 0px 5px 26px; display: flex; position: relative; }
.hero-stat span { color: rgb(169, 198, 212); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
.hero-stat strong { color: rgb(255, 255, 255); letter-spacing: -0.04em; margin: 6px 0px 2px; font-size: 49px; font-weight: 500; line-height: 1; }
.hero-stat small { color: rgb(169, 198, 212); font-size: 11px; }
.filter-shell { z-index: 3; background: rgb(255, 255, 255); border: 1px solid rgba(216, 228, 234, 0.95); border-radius: 14px; grid-template-columns: 1fr 260px; gap: 26px; width: min(1240px, 100% - 48px); margin: -38px auto 0px; padding: 22px 24px; display: grid; position: relative; box-shadow: rgba(23, 63, 104, 0.1) 0px 14px 38px; }
.filter-group label { color: rgb(114, 131, 136); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 10px; font-size: 10px; font-weight: 800; display: block; }
.survey-tabs { flex-wrap: wrap; gap: 8px; display: flex; }
.survey-tabs button { border: 1px solid var(--line); color: rgb(80, 102, 107); background: rgb(255, 255, 255); border-radius: 8px; align-items: center; gap: 8px; padding: 10px 13px; font-size: 12px; font-weight: 700; transition: 0.2s; display: flex; }
.survey-tabs button span { opacity: 0.65; border-radius: 50%; width: 7px; height: 7px; }
.survey-tabs button:hover { border-color: rgb(146, 191, 209); }
.survey-tabs button.active { background: var(--navy); color: rgb(255, 255, 255); border-color: var(--navy); box-shadow: inset 0 -3px 0 var(--orange),0 4px 10px #173f682e; }
.survey-tabs button.active span { opacity: 1; }
.region-filter select { width: 100%; min-height: 40px; color: var(--ink); border: 1px solid var(--line); background: rgb(249, 251, 252); border-radius: 8px; padding: 0px 34px 0px 12px; font-size: 12px; font-weight: 650; }
.dashboard-body { width: min(1240px, 100% - 48px); margin: 0px auto; padding: 54px 0px 84px; }
.scope-note { background: rgb(255, 248, 229); border: 1px solid rgb(239, 216, 134); border-radius: 10px; gap: 13px; margin: -8px 0px 30px; padding: 16px 18px; display: flex; }
.scope-icon { background: var(--yellow); width: 24px; height: 24px; color: var(--navy); border-radius: 50%; flex: 0 0 24px; place-items: center; font-family: Georgia, serif; font-weight: 800; display: grid; }
.scope-note strong { font-size: 13px; }
.scope-note p { color: rgb(102, 93, 65); margin: 4px 0px 0px; font-size: 12px; line-height: 1.55; }
.participation-chart-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 12px; margin-bottom: 42px; padding: 29px 32px 24px; position: relative; overflow: hidden; box-shadow: rgba(7, 49, 61, 0.043) 0px 8px 30px; }
.participation-chart-card::after { content: ""; pointer-events: none; border: 1px solid rgba(9, 164, 154, 0.11); border-radius: 50%; width: 250px; height: 250px; position: absolute; top: -115px; right: -85px; box-shadow: rgba(9, 164, 154, 0.024) 0px 0px 0px 35px; }
.participation-chart-header { z-index: 1; justify-content: space-between; align-items: flex-start; gap: 24px; display: flex; position: relative; }
.participation-chart-header h2 { letter-spacing: -0.02em; margin: 5px 0px 4px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; }
.participation-chart-header p { color: rgb(128, 144, 149); margin: 0px; font-size: 11px; }
.chart-mode-toggle { background: rgb(231, 236, 234); border-radius: 9px; padding: 4px; display: flex; }
.chart-mode-toggle button { color: rgb(100, 119, 125); background: 0px 0px; border: 0px; border-radius: 6px; min-width: 76px; padding: 9px 13px; font-size: 11px; font-weight: 750; }
.chart-mode-toggle button.active { color: var(--navy); background: rgb(255, 255, 255); box-shadow: rgba(7, 49, 61, 0.1) 0px 2px 8px; }
.participation-chart-summary { z-index: 2; flex-direction: column; display: flex; position: absolute; top: 144px; left: 32px; }
.participation-chart-summary strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1; }
.participation-chart-summary span { color: rgb(135, 149, 153); text-transform: uppercase; letter-spacing: 0.09em; margin-top: 4px; font-size: 9px; }
.sankey-wrap { margin-top: 12px; overflow-x: auto; }
.sankey-chart { width: 100%; min-width: 740px; height: auto; display: block; }
.sankey-flow { transition: stroke-opacity 0.2s; }
.sankey-flow:hover { stroke-opacity: 0.9; }
.sankey-source-label, .sankey-node-label { fill: rgb(32, 63, 72); font-size: 13px; font-weight: 750; }
.sankey-source-value, .sankey-node-value { fill: rgb(126, 143, 147); font-size: 11px; }
.sankey-node.selected .sankey-node-label { fill: rgb(7, 49, 61); font-weight: 850; }
.participation-legend { border-top: 1px solid rgb(237, 241, 239); grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 4px; padding-top: 17px; display: grid; }
.participation-legend span { color: rgb(111, 128, 132); grid-template-columns: 8px minmax(0px, 1fr) auto; align-items: center; gap: 7px; min-width: 0px; font-size: 10px; display: grid; }
.participation-legend i { border-radius: 50%; width: 7px; height: 7px; }
.participation-legend strong { color: rgb(63, 89, 96); font-size: 10px; }
.participation-legend span.selected { color: var(--navy); font-weight: 800; }
.executive-bars { grid-template-columns: repeat(4, 1fr); align-items: end; gap: 34px; height: 286px; margin: 20px 28px 0px 82px; display: grid; }
.executive-bar-item { grid-template-rows: 34px 1fr 36px; align-items: end; gap: 7px; height: 100%; display: grid; }
.executive-bar-value { justify-content: center; align-items: baseline; gap: 7px; display: flex; }
.executive-bar-value strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.executive-bar-value span { color: rgb(131, 147, 151); font-size: 9px; }
.executive-bar-stage { background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) calc(25% - 1px), rgb(237, 242, 240) 25%); border-bottom: 1px solid rgb(204, 217, 214); justify-content: center; align-items: flex-end; height: 100%; display: flex; }
.executive-bar { opacity: 0.7; border-radius: 7px 7px 0px 0px; width: min(82px, 64%); min-height: 2px; transition: height 0.35s, opacity 0.2s; }
.executive-bar-item.selected .executive-bar { opacity: 1; box-shadow: rgba(7, 49, 61, 0.05) 0px 0px 0px 4px; }
.executive-bar-label { text-align: center; color: rgb(97, 119, 124); font-size: 10px; font-weight: 700; line-height: 1.25; }
.executive-bar-item.selected .executive-bar-label { color: var(--navy); font-weight: 850; }
.section-heading, .question-toolbar { justify-content: space-between; align-items: flex-end; gap: 24px; display: flex; }
.section-heading h2, .question-toolbar h2 { letter-spacing: -0.02em; margin: 5px 0px 0px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; }
.selection-chip { color: rgb(185, 92, 0); background: rgb(255, 240, 223); border-radius: 20px; padding: 8px 12px; font-size: 11px; font-weight: 750; }
.kpi-grid { grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 22px; display: grid; }
.kpi-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 10px; flex-direction: column; min-height: 144px; padding: 23px 24px; display: flex; }
.kpi-card span { color: rgb(113, 130, 135); text-transform: uppercase; letter-spacing: 0.11em; font-size: 11px; font-weight: 750; }
.kpi-card strong { margin: 12px 0px 5px; font-family: Georgia, serif; font-size: 40px; font-weight: 500; line-height: 1; }
.kpi-card small { color: rgb(128, 144, 149); font-size: 11px; }
.kpi-card.featured { background: var(--navy); color: rgb(255, 255, 255); border-color: var(--navy); box-shadow: inset 0 4px 0 var(--orange); }
.kpi-card.featured span, .kpi-card.featured small { color: rgb(184, 207, 219); }
.kpi-card.featured strong { color: rgb(142, 213, 233); }
.overview-grid { grid-template-columns: 1.35fr 1fr; gap: 13px; margin-top: 13px; display: grid; }
.overview-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 10px; min-height: 290px; padding: 26px; }
.card-title { justify-content: space-between; align-items: flex-start; gap: 20px; display: flex; }
.card-title h3 { margin: 5px 0px 0px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.card-title > span { color: rgb(128, 144, 149); font-size: 11px; }
.card-title > strong { color: var(--teal-dark); font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.volume-list { gap: 20px; margin-top: 28px; display: grid; }
.volume-row { grid-template-columns: 135px 1fr 54px; align-items: center; gap: 13px; font-size: 12px; display: grid; }
.volume-row > span { font-weight: 700; }
.volume-row > div { background: rgb(237, 241, 239); border-radius: 8px; height: 7px; overflow: hidden; }
.volume-row i { border-radius: 8px; height: 100%; display: block; }
.volume-row strong { text-align: right; color: rgb(69, 95, 102); }
.region-list { margin-top: 17px; }
.region-list > div { border-top: 1px solid rgb(237, 241, 239); grid-template-columns: 27px 1fr 38px; align-items: center; gap: 10px; min-height: 40px; display: grid; }
.region-list > div:first-child { border-top: 0px; }
.region-list span { color: rgb(153, 166, 169); font-size: 9px; }
.region-list p { margin: 0px; font-size: 12px; font-weight: 650; }
.region-list strong { text-align: right; color: var(--teal-dark); font-size: 12px; }
.question-section { margin-top: 62px; }
.toolbar-actions { align-items: center; gap: 12px; display: flex; }
.view-toggle { background: rgb(231, 236, 234); border-radius: 8px; padding: 3px; display: flex; }
.view-toggle button { color: rgb(100, 119, 125); background: 0px 0px; border: 0px; border-radius: 6px; padding: 8px 11px; font-size: 11px; font-weight: 700; }
.view-toggle button.active { color: var(--navy); background: rgb(255, 255, 255); box-shadow: rgba(7, 49, 61, 0.08) 0px 2px 7px; }
.search-box { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 8px; align-items: center; gap: 7px; min-width: 208px; height: 36px; padding: 0px 10px; display: flex; }
.search-box span { color: rgb(132, 147, 151); font-size: 17px; }
.search-box input { width: 100%; color: var(--ink); background: 0px 0px; border: 0px; outline: 0px; font-size: 11px; }
.question-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); align-items: start; gap: 14px; margin-top: 22px; display: grid; }
.question-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 10px; padding: 24px; }
.question-header { align-items: center; gap: 9px; display: flex; }
.question-number { color: var(--teal-dark); background: rgb(231, 242, 239); border-radius: 5px; padding: 5px 7px; font-size: 10px; font-weight: 850; }
.question-responses { color: rgb(132, 147, 151); font-size: 10px; }
.question-card h3 { min-height: 45px; margin: 13px 0px 22px; font-size: 14px; font-weight: 760; line-height: 1.55; }
.simple-chart { gap: 15px; display: grid; }
.simple-row { grid-template-columns: 1fr 78px; column-gap: 10px; display: grid; }
.row-meta { color: rgb(83, 107, 113); grid-column: 1 / -1; justify-content: space-between; gap: 12px; margin-bottom: 5px; font-size: 10px; display: flex; }
.row-meta span { max-width: 82%; }
.row-meta strong { color: var(--ink); }
.bar-track { background: rgb(237, 242, 240); border-radius: 8px; height: 8px; overflow: hidden; }
.bar-fill { background: linear-gradient(90deg,var(--teal-dark),#12b7aa); border-radius: 8px; min-width: 1px; height: 100%; }
.row-count { color: rgb(137, 151, 154); text-align: right; font-size: 9px; }
.legend { flex-wrap: wrap; gap: 8px 12px; margin-bottom: 17px; display: flex; }
.legend span { color: rgb(111, 127, 131); align-items: center; gap: 5px; font-size: 8px; display: flex; }
.legend i { border-radius: 50%; width: 7px; height: 7px; }
.stacked-chart { gap: 18px; display: grid; }
.stacked-label { color: rgb(83, 107, 113); margin-bottom: 7px; font-size: 10px; line-height: 1.35; }
.stacked-track { background: rgb(237, 242, 240); border-radius: 3px; height: 16px; display: flex; overflow: hidden; }
.stacked-segment { border-right: 1px solid rgba(255, 255, 255, 0.8); height: 100%; }
.stacked-scale { color: rgb(161, 173, 175); justify-content: space-between; margin-top: 4px; font-size: 7px; display: flex; }
.open-response { background: rgb(247, 251, 250); border: 1px dashed rgb(191, 210, 207); border-radius: 8px; padding: 17px; }
.open-response span { color: var(--teal-dark); letter-spacing: 0.12em; text-transform: uppercase; font-size: 9px; font-weight: 850; }
.open-response p { color: rgb(103, 123, 128); margin: 6px 0px 0px; font-size: 11px; line-height: 1.55; }
.chart-footnote { color: rgb(137, 151, 154); margin: 16px 0px 0px; font-size: 9px; }
.empty-state { text-align: center; border: 1px solid var(--line); color: rgb(122, 140, 144); background: rgb(255, 255, 255); border-radius: 10px; margin-top: 20px; padding: 50px; }
footer { background: var(--navy); color: rgb(197, 213, 214); justify-content: space-between; align-items: center; gap: 20px; min-height: 86px; padding: 0px clamp(24px, 5vw, 78px); font-size: 11px; display: flex; }
footer span { font-weight: 750; }
footer p { color: rgb(141, 173, 176); margin: 0px; }
@media (width <= 960px) {
  .hero { flex-direction: column; align-items: flex-start; }
  .hero-stat { border-top: 1px solid rgba(255, 255, 255, 0.22); border-left: 0px; padding: 15px 0px 0px; }
  .filter-shell { grid-template-columns: 1fr; }
  .participation-legend { grid-template-columns: repeat(2, 1fr); }
  .executive-bars { gap: 20px; margin-left: 20px; margin-right: 20px; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-grid { grid-template-columns: 1fr; }
  .question-toolbar { flex-direction: column; align-items: flex-start; }
  .toolbar-actions { justify-content: space-between; width: 100%; }
}
@media (width <= 680px) {
  .topbar { height: 68px; }
  .topbar-meta > span:first-child { display: none; }
  .hero { min-height: 380px; padding: 52px 24px 82px; }
  .hero h1 { font-size: 44px; }
  .filter-shell, .dashboard-body { width: calc(100% - 28px); }
  .filter-shell { margin-top: -32px; padding: 18px; }
  .survey-tabs button { flex: 1 1 46%; justify-content: center; }
  .participation-chart-card { padding: 23px 20px 20px; }
  .participation-chart-header { flex-direction: column; align-items: stretch; }
  .participation-chart-header h2 { font-size: 26px; }
  .chart-mode-toggle { width: 100%; }
  .chart-mode-toggle button { flex: 1 1 0%; }
  .participation-chart-summary { display: none; }
  .sankey-wrap { margin-right: -20px; }
  .sankey-chart { min-width: 690px; }
  .participation-legend { grid-template-columns: 1fr; }
  .executive-bars { grid-template-columns: 1fr; gap: 13px; height: auto; margin: 24px 0px 0px; display: grid; }
  .executive-bar-item { grid-template-rows: 1fr; grid-template-columns: 106px 1fr 46px; align-items: center; height: auto; }
  .executive-bar-value { flex-direction: column; grid-area: 1 / 3; align-items: flex-end; gap: 0px; }
  .executive-bar-value strong { font-size: 17px; }
  .executive-bar-stage { background: rgb(237, 242, 240); border: 0px; border-radius: 8px; grid-area: 1 / 2; justify-content: flex-start; align-items: stretch; height: 12px; overflow: hidden; }
  .executive-bar { transform-origin: 0px center; width: 100%; transform: scaleX(var(--bar-scale,1)); border-radius: 8px; height: 100% !important; }
  .executive-bar-label { text-align: left; grid-area: 1 / 1; }
  .kpi-grid, .question-grid { grid-template-columns: 1fr; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 12px; }
  .toolbar-actions { flex-direction: column; align-items: stretch; }
  .view-toggle { width: 100%; }
  .view-toggle button { flex: 1 1 0%; }
  .search-box { width: 100%; min-width: 0px; }
  .volume-row { grid-template-columns: 106px 1fr 45px; }
  .question-card { padding: 20px; }
  footer { flex-direction: column; align-items: flex-start; padding: 22px 24px; }
}
.participation-chart-card { border-top: 4px solid var(--blue); box-shadow: rgba(23, 63, 104, 0.06) 0px 8px 30px; }
.participation-chart-card::after { border-color: rgba(47, 156, 198, 0.15); box-shadow: rgba(47, 156, 198, 0.035) 0px 0px 0px 35px; }
.chart-mode-toggle { background: rgb(231, 238, 242); }
.chart-mode-toggle button.active { box-shadow: inset 0 -2px 0 var(--orange),0 2px 8px #173f681a; }
.sankey-node.selected .sankey-node-label { fill: rgb(23, 63, 104); }
.executive-bar-item.selected .executive-bar { box-shadow: rgba(246, 139, 31, 0.13) 0px 0px 0px 4px; }
.question-number { color: rgb(185, 92, 0); background: rgb(255, 240, 223); }
.bar-track { background: rgb(233, 240, 244); }
.bar-fill { background: linear-gradient(90deg,var(--navy),var(--blue)); }
.open-response { background: rgb(247, 251, 253); border-color: rgb(185, 213, 225); }
footer { background: var(--navy-deep); border-top: 5px solid var(--orange); color: rgb(203, 221, 229); }
footer p { color: rgb(146, 178, 194); }
@media (width <= 1080px) {
  .hero { grid-template-columns: minmax(0px, 1fr) 180px 200px; gap: 24px; }
  .wave-orbit { width: 200px; height: 200px; }
  .orbit-two { width: 150px; height: 150px; }
  .rov-frame { width: 128px; height: 128px; }
  .hero h1 { font-size: 54px; }
}
@media (width <= 960px) {
  .hero { grid-template-columns: 1fr auto; align-items: flex-start; }
  .hero-copy { grid-column: 1; }
  .hero-visual { display: none; }
  .hero-stat { border-top: 1px solid rgba(255, 255, 255, 0.22); border-left: 0px; grid-column: 2; padding: 15px 0px 0px; }
}
@media (width <= 680px) {
  .topbar { height: 74px; padding-left: 18px; padding-right: 18px; }
  .brand img { width: 150px; max-height: 60px; }
  .status-dot { font-size: 0px; }
  .status-dot::before { margin-right: 0px; }
  .hero { flex-direction: column; align-items: flex-start; min-height: 410px; padding: 52px 24px 86px; display: flex; }
  .hero h1 { font-size: 44px; }
  .hero-stat { padding-top: 15px; }
}
.insights-panel { color: rgb(255, 255, 255); background: linear-gradient(145deg, rgb(16, 47, 80) 0%, rgb(23, 63, 104) 72%, rgb(30, 96, 133) 100%); border-radius: 13px; margin: 0px 0px 46px; padding: 34px 32px 24px; position: relative; overflow: hidden; box-shadow: rgba(23, 63, 104, 0.12) 0px 12px 34px; }
.insights-panel::after { content: ""; pointer-events: none; border: 1px solid rgba(101, 181, 211, 0.22); border-radius: 50%; width: 260px; height: 260px; position: absolute; top: -92px; right: -78px; box-shadow: rgba(101, 181, 211, 0.04) 0px 0px 0px 36px; }
.insights-heading { z-index: 1; justify-content: space-between; align-items: flex-end; gap: 24px; display: flex; position: relative; }
.insights-heading .eyebrow { color: rgb(142, 213, 233); }
.insights-heading h2 { letter-spacing: -0.025em; margin: 6px 0px 5px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 500; }
.insights-heading p { color: rgb(185, 208, 220); margin: 0px; font-size: 12px; }
.insights-scope { color: rgb(215, 230, 236); white-space: nowrap; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 8px 12px; font-size: 10px; font-weight: 750; }
.insight-grid { z-index: 1; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 12px; margin-top: 26px; display: grid; position: relative; }
.insight-card { border-top: 4px solid var(--blue); min-height: 270px; color: var(--ink); background: rgba(255, 255, 255, 0.97); border-radius: 9px; flex-direction: column; padding: 22px 22px 20px; display: flex; }
.insight-card.opportunity { border-top-color: var(--orange); }
.insight-card.priority { border-top-color: rgb(244, 189, 85); }
.insight-card-top { justify-content: space-between; align-items: flex-start; gap: 16px; display: flex; }
.insight-card-top span { color: rgb(111, 131, 144); letter-spacing: 0.12em; text-transform: uppercase; font-size: 9px; font-weight: 850; }
.insight-card-top strong { color: var(--navy); white-space: nowrap; font-family: Georgia, serif; font-size: 28px; font-weight: 500; line-height: 0.95; }
.insight-card h3 { margin: 20px 0px 9px; font-size: 16px; line-height: 1.35; }
.insight-card > p { color: rgb(99, 119, 130); margin: 0px; font-size: 11px; line-height: 1.6; }
.opportunity-line { color: rgb(72, 97, 111); border-top: 1px solid rgb(229, 237, 241); grid-template-columns: 23px 1fr; gap: 9px; margin-top: auto; padding-top: 16px; font-size: 10px; line-height: 1.45; display: grid; }
.opportunity-line i { width: 21px; height: 21px; color: var(--teal-dark); background: rgb(232, 244, 248); border-radius: 50%; place-items: center; font-style: normal; font-weight: 850; display: grid; }
.insight-card.opportunity .opportunity-line i { color: rgb(189, 93, 0); background: rgb(255, 240, 223); }
.insight-card.priority .opportunity-line i { color: rgb(155, 107, 0); background: rgb(255, 245, 220); }
.opportunity-line b { color: var(--ink); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 3px; font-size: 9px; display: block; }
.insights-note { color: rgb(159, 186, 199); z-index: 1; margin: 18px 2px 0px; font-size: 9px; line-height: 1.5; position: relative; }
@media (width <= 960px) {
  .insight-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (width <= 680px) {
  .insights-panel { padding: 27px 20px 20px; }
  .insights-heading { flex-direction: column; align-items: flex-start; gap: 13px; }
  .insights-heading h2 { font-size: 27px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 0px; }
  .opportunity-line { margin-top: 22px; }
}
.hero::after { display: none; }
.hero-color-wave { object-fit: fill; z-index: 0; pointer-events: none; width: calc(100% + 2px); height: 112px; position: absolute; bottom: -1px; left: -1px; right: -1px; mask-image: linear-gradient(rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 100%); }
@media (width <= 680px) {
  .hero-color-wave { height: 92px; }
}
.geography-card { border-top: 4px solid var(--orange); grid-column: 1 / -1; padding: 29px 30px; }
.geography-heading { justify-content: space-between; align-items: flex-start; gap: 28px; display: flex; }
.geography-heading h3 { letter-spacing: -0.02em; min-height: 0px; margin: 13px 0px 5px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.geography-heading p { color: rgb(113, 133, 143); margin: 0px; font-size: 11px; }
.download-button { background: var(--navy); color: rgb(255, 255, 255); box-shadow: inset 0 -3px 0 var(--orange); border-radius: 8px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 11px 15px; font-size: 11px; font-weight: 800; text-decoration: none; display: inline-flex; }
.download-button:hover { background: var(--navy-deep); }
.download-button span { font-size: 16px; }
.geography-metrics { border-top: 1px solid rgb(228, 237, 241); border-bottom: 1px solid rgb(228, 237, 241); grid-template-columns: repeat(3, 1fr); margin: 24px 0px; padding: 18px 0px; display: grid; }
.geography-metrics > div { border-left: 1px solid rgb(228, 237, 241); padding: 0px 22px; }
.geography-metrics > div:first-child { border-left: 0px; padding-left: 0px; }
.geography-metrics strong { color: var(--navy); font-family: Georgia, serif; font-size: 29px; font-weight: 500; display: block; }
.geography-metrics span { color: rgb(113, 133, 143); text-transform: uppercase; letter-spacing: 0.09em; font-size: 9px; }
.geography-layout { grid-template-columns: minmax(0px, 1.45fr) minmax(210px, 0.55fr); gap: 38px; display: grid; }
.geography-label { color: rgb(113, 133, 143); letter-spacing: 0.11em; text-transform: uppercase; margin-bottom: 14px; font-size: 9px; font-weight: 850; display: block; }
.geography-bars { gap: 10px; display: grid; }
.geography-row { grid-template-columns: 28px minmax(0px, 1fr) 32px 43px; align-items: center; gap: 9px; display: grid; }
.geography-row > span { color: var(--navy); font-size: 10px; font-weight: 850; }
.geography-track { background: rgb(233, 240, 244); border-radius: 9px; height: 9px; overflow: hidden; }
.geography-track i { background: linear-gradient(90deg,var(--navy),var(--blue)); border-radius: 9px; min-width: 2px; height: 100%; display: block; }
.geography-row strong { color: rgb(64, 92, 107); text-align: right; font-size: 10px; }
.geography-row small { color: rgb(132, 147, 151); text-align: right; font-size: 9px; }
.region-summary { background: rgb(245, 249, 251); border: 1px solid rgb(219, 232, 238); border-radius: 9px; padding: 17px 19px; }
.region-summary > div { border-top: 1px solid rgb(224, 234, 238); grid-template-columns: 1fr 34px 43px; align-items: center; gap: 8px; min-height: 35px; display: grid; }
.region-summary > div:nth-child(2) { border-top: 0px; }
.region-summary span { color: rgb(79, 104, 117); font-size: 10px; }
.region-summary strong { color: var(--navy); text-align: right; font-size: 10px; }
.region-summary small { color: rgb(132, 147, 151); text-align: right; font-size: 9px; }
.privacy-note { color: rgb(113, 133, 143); border-top: 1px solid rgb(228, 237, 241); margin: 23px 0px 0px; padding-top: 14px; font-size: 9px; line-height: 1.55; }
.privacy-note span { color: var(--blue); margin-right: 7px; font-size: 7px; }
@media (width <= 680px) {
  .geography-heading { flex-direction: column; }
  .download-button { justify-content: center; width: 100%; }
  .geography-metrics { grid-template-columns: 1fr; gap: 15px; }
  .geography-metrics > div { border: 0px; padding: 0px; }
  .geography-layout { grid-template-columns: 1fr; }
  .geography-row { grid-template-columns: 28px minmax(0px, 1fr) 28px 39px; }
}
.team-size-card { border-top: 4px solid var(--blue); grid-column: 1 / -1; padding: 29px 30px; }
.team-size-heading { justify-content: space-between; align-items: flex-start; gap: 28px; display: flex; }
.team-size-heading h3 { letter-spacing: -0.02em; min-height: 0px; margin: 13px 0px 5px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.team-size-heading p { color: rgb(113, 133, 143); margin: 0px; font-size: 11px; }
.team-size-metrics { border-top: 1px solid rgb(228, 237, 241); border-bottom: 1px solid rgb(228, 237, 241); grid-template-columns: 1.25fr repeat(3, 1fr); margin: 24px 0px; padding: 18px 0px; display: grid; }
.team-size-metrics > div { border-left: 1px solid rgb(228, 237, 241); padding: 0px 22px; }
.team-size-metrics > div:first-child { border-left: 0px; padding-left: 0px; }
.team-size-metrics strong { color: var(--navy); font-family: Georgia, serif; font-size: 29px; font-weight: 500; display: block; }
.team-size-metrics .team-total strong { color: var(--teal-dark); font-size: 34px; }
.team-size-metrics span { color: rgb(113, 133, 143); text-transform: uppercase; letter-spacing: 0.09em; font-size: 9px; }
.team-distribution { padding-top: 2px; }
.team-bars { background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) calc(25% - 1px), rgb(237, 242, 245) 25%); border-bottom: 1px solid rgb(214, 226, 232); grid-template-columns: repeat(6, 1fr); align-items: end; gap: 24px; height: 238px; padding: 8px 15px 0px; display: grid; }
.team-bar-item { grid-template-rows: 32px 1fr 44px; align-items: end; gap: 7px; height: 100%; display: grid; }
.team-bar-value { justify-content: center; align-items: baseline; gap: 6px; display: flex; }
.team-bar-value strong { color: var(--navy); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.team-bar-value span { color: rgb(132, 147, 151); font-size: 9px; }
.team-bar-stage { justify-content: center; align-items: flex-end; height: 100%; display: flex; }
.team-bar-stage i { background: linear-gradient(180deg,var(--blue),var(--navy)); border-radius: 7px 7px 0px 0px; width: min(72px, 72%); min-height: 2px; display: block; }
.team-bar-item > span { text-align: center; color: rgb(77, 101, 113); font-size: 10px; font-weight: 800; }
.team-bar-item > span small { color: rgb(138, 152, 159); margin-top: 2px; font-size: 8px; font-weight: 500; display: block; }
@media (width <= 680px) {
  .team-size-heading { flex-direction: column; }
  .team-size-metrics { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .team-size-metrics > div { border: 0px; padding: 0px; }
  .team-bars { background: 0px 0px; border: 0px; grid-template-columns: 1fr; gap: 10px; height: auto; padding: 0px; display: grid; }
  .team-bar-item { grid-template-rows: 12px; grid-template-columns: 65px 1fr 58px; align-items: center; gap: 9px; height: auto; display: grid; }
  .team-bar-value { grid-area: 1 / 3; justify-content: flex-end; }
  .team-bar-value strong { font-size: 15px; }
  .team-bar-stage { background: rgb(233, 240, 244); border-radius: 8px; grid-area: 1 / 2; justify-content: flex-start; height: 10px; overflow: hidden; }
  .team-bar-stage i { transform-origin: 0px center; width: 100%; transform: scaleX(var(--team-scale,1)); border-radius: 8px; height: 100% !important; }
  .team-bar-item > span { text-align: left; grid-area: 1 / 1; }
  .team-bar-item > span small { margin-left: 3px; display: inline; }
}
.seasons-card { border-top: 4px solid var(--orange); grid-column: 1 / -1; padding: 29px 30px; }
.seasons-heading { justify-content: space-between; align-items: flex-start; gap: 28px; display: flex; }
.seasons-heading h3 { letter-spacing: -0.02em; min-height: 0px; margin: 13px 0px 5px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.seasons-heading p { color: rgb(113, 133, 143); margin: 0px; font-size: 11px; }
.seasons-highlight { background: rgb(245, 249, 251); border: 1px solid rgb(219, 232, 238); border-radius: 10px; grid-template-columns: 128px minmax(0px, 1fr) minmax(220px, 0.7fr); align-items: center; gap: 28px; margin: 24px 0px; padding: 22px 24px; display: grid; }
.retention-ring { background: conic-gradient(var(--orange) var(--retention),#dfe9ee 0); border-radius: 50%; place-items: center; width: 112px; height: 112px; padding: 10px; display: grid; }
.retention-ring::before { content: ""; background: rgb(255, 255, 255); border-radius: 50%; grid-area: 1 / 1; width: 88px; height: 88px; }
.retention-ring > span { z-index: 1; text-align: center; grid-area: 1 / 1; }
.retention-ring strong { color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1; display: block; }
.retention-ring small { color: rgb(113, 133, 143); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; font-size: 8px; font-weight: 800; display: block; }
.retention-copy h4 { color: var(--navy); margin: 5px 0px 7px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; line-height: 1.25; }
.retention-copy p { color: rgb(113, 133, 143); margin: 0px; font-size: 10px; line-height: 1.55; }
.season-kpis { grid-template-columns: repeat(2, 1fr); gap: 10px; display: grid; }
.season-kpis > div { background: rgb(255, 255, 255); border: 1px solid rgb(223, 233, 238); border-radius: 8px; flex-direction: column; justify-content: center; min-height: 92px; padding: 16px; display: flex; }
.season-kpis strong { color: var(--navy); font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.season-kpis span { color: rgb(113, 133, 143); letter-spacing: 0.07em; text-transform: uppercase; margin-top: 3px; font-size: 8px; font-weight: 750; }
.season-distribution { padding-top: 3px; }
.season-strip { background: rgb(233, 240, 244); border-radius: 5px; height: 24px; display: flex; overflow: hidden; }
.season-strip i { border-right: 2px solid rgb(255, 255, 255); height: 100%; }
.season-strip i:last-child { border-right: 0px; }
.season-legend { grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 15px; display: grid; }
.season-legend > div { border: 1px solid rgb(224, 233, 237); border-radius: 7px; grid-template-columns: 7px 1fr auto; align-items: center; gap: 6px; padding: 10px 9px; display: grid; }
.season-legend i { border-radius: 50%; width: 7px; height: 7px; }
.season-legend span { color: rgb(96, 118, 129); font-size: 8px; line-height: 1.25; }
.season-legend strong { color: var(--navy); font-size: 10px; }
.season-legend small { color: rgb(138, 152, 159); grid-column: 2 / -1; font-size: 8px; }
@media (width <= 960px) {
  .seasons-highlight { grid-template-columns: 112px 1fr; }
  .season-kpis { grid-column: 1 / -1; }
  .season-legend { grid-template-columns: repeat(4, 1fr); }
}
@media (width <= 680px) {
  .seasons-heading { flex-direction: column; }
  .seasons-highlight { text-align: center; grid-template-columns: 1fr; justify-items: center; }
  .season-kpis { width: 100%; }
  .season-legend { grid-template-columns: repeat(2, 1fr); }
  .season-strip { height: 18px; }
}
.family-count-card { border-top: 4px solid var(--blue); padding: 25px 27px; }
.family-count-card:nth-child(2n) { border-top-color: var(--orange); }
.family-count-heading { justify-content: space-between; align-items: center; gap: 14px; display: flex; }
.family-count-heading > a { color: var(--teal-dark); letter-spacing: 0.05em; border: 1px solid rgb(191, 212, 222); border-radius: 6px; padding: 6px 9px; font-size: 9px; font-weight: 850; text-decoration: none; }
.family-count-heading > a:hover { background: rgb(237, 247, 250); }
.family-count-card h3 { min-height: 44px; margin: 13px 0px 17px; font-size: 14px; line-height: 1.5; }
.family-primary { background: linear-gradient(120deg,var(--navy-deep),var(--navy)); color: rgb(255, 255, 255); border-radius: 9px; align-items: center; gap: 15px; padding: 17px 19px; display: flex; }
.family-primary strong { font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1; }
.family-primary span { color: rgb(189, 212, 223); letter-spacing: 0.06em; text-transform: uppercase; font-size: 9px; font-weight: 750; line-height: 1.45; }
.family-mini-kpis { grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 13px 0px 22px; display: grid; }
.family-mini-kpis > div { background: rgb(245, 249, 251); border: 1px solid rgb(224, 234, 238); border-radius: 7px; padding: 12px 10px; }
.family-mini-kpis strong { color: var(--navy); font-family: Georgia, serif; font-size: 19px; font-weight: 500; display: block; }
.family-mini-kpis span { color: rgb(122, 142, 152); text-transform: uppercase; letter-spacing: 0.06em; font-size: 8px; }
.family-distribution { gap: 9px; display: grid; }
.family-bin { grid-template-columns: 24px minmax(0px, 1fr) 27px 39px; align-items: center; gap: 8px; display: grid; }
.family-bin > span { color: var(--navy); font-size: 9px; font-weight: 850; }
.family-bin > div { background: rgb(233, 240, 244); border-radius: 8px; height: 8px; overflow: hidden; }
.family-bin i { background: linear-gradient(90deg,var(--navy),var(--blue)); border-radius: 8px; min-width: 2px; height: 100%; display: block; }
.family-bin strong { color: rgb(78, 101, 112); text-align: right; font-size: 9px; }
.family-bin small { color: rgb(137, 151, 157); text-align: right; font-size: 8px; }
.family-count-card .privacy-note { margin-top: 19px; }
@media (width <= 680px) {
  .family-count-card { padding: 22px 20px; }
  .family-count-card h3 { min-height: 0px; }
  .family-primary strong { font-size: 31px; }
}
.volunteer-seasons-card { border-top-color: var(--blue); }
.volunteer-ring { background: conic-gradient(var(--blue) var(--retention),#dfe9ee 0); }
.volunteer-season-legend { grid-template-columns: repeat(6, 1fr); }
@media (width <= 960px) {
  .volunteer-season-legend { grid-template-columns: repeat(3, 1fr); }
}
@media (width <= 680px) {
  .volunteer-season-legend { grid-template-columns: repeat(2, 1fr); }
}
.response-reader-card { border-top: 4px solid var(--orange); grid-column: 1 / -1; padding: 29px 30px; }
.response-reader-heading { justify-content: space-between; align-items: flex-start; gap: 28px; display: flex; }
.response-reader-heading h3 { letter-spacing: -0.02em; min-height: 0px; margin: 13px 0px 5px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.response-reader-heading p { color: rgb(113, 133, 143); margin: 0px; font-size: 11px; }
.response-reader-heading > button { background: var(--navy); color: rgb(255, 255, 255); box-shadow: inset 0 -3px 0 var(--orange); border: 0px; border-radius: 8px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 11px 15px; font-size: 11px; font-weight: 800; display: inline-flex; }
.response-reader-heading > button:hover { background: var(--navy-deep); }
.response-reader-heading > button:disabled { cursor: not-allowed; opacity: 0.45; }
.response-reader-heading > button span { font-size: 16px; }
.response-reader-toolbar { background: rgb(245, 249, 251); border: 1px solid rgb(219, 232, 238); border-radius: 9px; grid-template-columns: 1fr minmax(230px, 0.55fr); align-items: center; gap: 24px; margin: 24px 0px 18px; padding: 16px 18px; display: grid; }
.response-reader-toolbar .geography-label { margin-bottom: 4px; }
.response-reader-toolbar strong { color: var(--navy); font-size: 12px; display: block; }
.response-reader-toolbar small { color: rgb(113, 133, 143); margin-top: 3px; font-size: 9px; display: block; }
.response-reader-toolbar label { background: rgb(255, 255, 255); border: 1px solid rgb(207, 222, 229); border-radius: 7px; align-items: center; gap: 8px; height: 38px; padding: 0px 11px; display: flex; }
.response-reader-toolbar label span { color: rgb(131, 151, 159); font-size: 16px; }
.response-reader-toolbar input { width: 100%; color: var(--ink); background: 0px 0px; border: 0px; outline: 0px; font-size: 10px; }
.verbatim-list { gap: 10px; display: grid; }
.verbatim-list > article { border-top: 1px solid rgb(220, 231, 236); border-right: 1px solid rgb(220, 231, 236); border-bottom: 1px solid rgb(220, 231, 236); border-image: none; border-left: 4px solid var(--blue); background: rgb(255, 255, 255); border-radius: 8px; padding: 17px 19px; }
.verbatim-list > article > div { justify-content: space-between; align-items: center; gap: 16px; display: flex; }
.verbatim-list > article > div span { color: var(--teal-dark); letter-spacing: 0.08em; text-transform: uppercase; font-size: 9px; font-weight: 850; }
.verbatim-list > article > div small { color: rgb(132, 150, 158); font-size: 9px; }
.verbatim-list p { color: rgb(64, 92, 105); white-space: pre-wrap; margin: 10px 0px 0px; font-size: 11px; line-height: 1.65; }
.response-reader-more { border-top: 1px solid rgb(228, 237, 241); justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; padding: 13px 0px 0px; display: flex; }
.response-reader-more > span { color: rgb(127, 145, 153); font-size: 9px; }
.response-reader-more > div { gap: 7px; display: flex; }
.response-reader-more button { color: var(--navy); background: rgb(255, 255, 255); border: 1px solid rgb(201, 220, 228); border-radius: 7px; padding: 8px 11px; font-size: 9px; font-weight: 800; }
.response-reader-more button:hover { background: rgb(237, 247, 250); }
@media (width <= 680px) {
  .response-reader-card { padding: 23px 20px; }
  .response-reader-heading { flex-direction: column; }
  .response-reader-heading > button { justify-content: center; width: 100%; }
  .response-reader-toolbar { grid-template-columns: 1fr; }
  .verbatim-list > article > div { flex-direction: column; align-items: flex-start; gap: 4px; }
  .response-reader-more { flex-direction: column; align-items: flex-start; }
  .response-reader-more > div { width: 100%; }
  .response-reader-more button { flex: 1 1 0%; }
}
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }

/* Self-hosted static build additions */
.loading-state {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: #173f68;
  background: #f3f7f9;
  font: 700 16px/1.4 Arial, sans-serif;
}

button,
select,
input,
a {
  font: inherit;
}

button,
select,
a[download] {
  cursor: pointer;
}

.response-reader-heading > button {
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  padding: 11px 15px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.empty-state {
  color: #647b86;
  background: #fff;
  border: 1px solid #dce7ec;
  border-radius: 10px;
  padding: 28px;
}

noscript {
  display: block;
  padding: 20px;
  text-align: center;
}
