.committee-shell { display: grid; grid-template-columns: 245px minmax(0,1fr); min-height: 75vh; }
.member-filters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; max-width: none; padding: 1.5rem; background: white; border: 1px solid #dcdde3; }
.member-filters .form-field { margin: 0; }
.member-filters label { font-size: .875rem; }
.filter-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.filter-actions button { color: white; border: 0; cursor: pointer; }
.member-pagination { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.member-pagination a { color: #0026e2; border: 1px solid #a7aab5; background: white; padding: .6rem .9rem; }
.member-pagination span { font-size: .9rem; }
@media(max-width:1000px) { .member-filters { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:580px) { .member-filters { grid-template-columns: 1fr; padding: 1rem; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.agenda-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; }
.agenda-toolbar h3 { margin: 0; text-transform: capitalize; }
.agenda-toolbar nav { gap: .5rem; }
.agenda-toolbar nav a { color: #101114; border: 1px solid #a7aab5; padding: .5rem .9rem; background: white; }
.agenda-toolbar nav a:hover { color: #0026e2; border-color: #0026e2; }
.agenda-scroll { overflow-x: auto; }
.agenda-grid { width: 100%; min-width: 630px; table-layout: fixed; border-collapse: collapse; background: white; }
.agenda-grid th { padding: .75rem; font-size: .875rem; color: #62646e; font-weight: 600; text-align: left; }
.agenda-grid td { border: 1px solid #dcdde3; height: 105px; vertical-align: top; padding: .5rem; }
.agenda-grid time { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; font-size: .875rem; }
.agenda-grid .today time { background: #0026e2; color: white; border-radius: 50%; }
.agenda-grid .outside-month { background: #f0f1f5; color: #747782; }
.agenda-event { font-size: .875rem; line-height: 1.35; padding: .4rem; margin-top: .4rem; background: #edf0ff; border-left: 2px solid #0026e2; overflow-wrap: anywhere; }
.agenda-event a { color: #152c99; }
.agenda-event a:hover { text-decoration: underline; }
.agenda-event small { display: block; font-size: .8rem; margin-bottom: .2rem; }
.committee-sidebar { padding: 2.5rem 1.5rem; background: #17191e; }
.committee-person { font-size: 1.4rem; font-weight: 700; overflow-wrap: anywhere; }
.committee-person small { display: block; font-size: .85rem; font-weight: 400; color: #b5b8c5; }
.committee-sidebar nav { display: grid; gap: .4rem; margin: 2rem 0; }
.committee-sidebar nav a { padding: .8rem; }
.committee-sidebar nav a[aria-current] { background: #0026e2; box-shadow: none; }
.committee-main { background: #f6f7f9; color: #101114; padding: clamp(1.25rem,4vw,4rem); min-width: 0; }
.committee-main h1 { font-size: clamp(2.3rem,4vw,4rem); margin-bottom: 1.5rem; }
.committee-main h2 { font-size: 1.7rem; letter-spacing: -.035em; }
.committee-main h3 { font-size: 1.3rem; letter-spacing: -.02em; }
.committee-main .eyebrow { color: #0026e2; }
.muted { color: #62646e; }
.committee-heading { display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; margin: 1.5rem 0; flex-wrap: wrap; }
.committee-heading h1 { margin-bottom: 0; }
.committee-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 2rem 0 3rem; }
.committee-stats a { display: grid; gap: .5rem; padding: 2rem; background: white; border: 1px solid #dcdde3; }
.committee-stats strong { font-size: 3rem; line-height: 1; color: #0026e2; }
.committee-event { padding: 1.75rem 0; border-bottom: 1px solid #dcdde3; }
.committee-event span { font-size: .9rem; color: #62646e; }
.committee-event h2, .committee-event h3 { margin: .8rem 0; }
.committee-event p { white-space: pre-wrap; }
.empty-state { padding: 2rem; background: #eceef4; color: #62646e; }
.committee-login { display: grid; grid-template-columns: 1fr 1fr; padding: 5rem var(--space); gap: 5rem; align-items: center; }
.committee-login h1 { font-size: clamp(3rem,5vw,5rem); }
.login-panel { padding: 2.5rem; background: white; border: 1px solid #dcdde3; }
.login-panel h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.login-panel .small-note { margin-top: 1.5rem; }
.committee-form { max-width: 720px; }
.form-title { margin-top: 2rem; }
.committee-form select { width: 100%; padding: .9rem 1rem; background: white; color: #101114; border: 1px solid #a7aab5; font: inherit; }
.committee-form input[type=checkbox] { width: 1.5rem; height: 1.5rem; }
.subtle-button { background: transparent; border: 1px solid currentColor; color: inherit; padding: .6rem 1rem; cursor: pointer; font: inherit; font-size: .875rem; }
.committee-main .button, .committee-login .button { color: white; }
.committee-search { margin: 2rem 0 1rem; }
.committee-search label { display: block; margin-bottom: .5rem; }
.committee-search>div { display: flex; gap: .75rem; }
.committee-search input { min-width: 0; width: 100%; background: white; border: 1px solid #a7aab5; padding: .8rem; font: inherit; }
.committee-search button { border: 0; }
.table-scroll { overflow-x: auto; margin: 1.5rem 0; }
.table-scroll table { border-collapse: collapse; width: 100%; min-width: 550px; background: white; }
.table-scroll th, .table-scroll td { text-align: left; padding: 1rem; border-bottom: 1px solid #dcdde3; }
.table-scroll th { font-size: .875rem; color: #62646e; }
.table-scroll td { font-size: .95rem; }
.table-scroll td a { color: #0026e2; font-weight: 650; }
.table-scroll caption { text-align: left; padding: .8rem 0; color: #62646e; }
.member-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.member-details>div { padding: 1rem 0; border-bottom: 1px solid #dcdde3; min-width: 0; }
.member-details dt { color: #62646e; font-size: .875rem; }
.member-details dd { margin: .25rem 0 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.archive-action, .upload-panel { padding: 1.5rem; margin: 2rem 0; border: 1px solid #a7aab5; }
.archive-action summary, .upload-panel summary, .document-list summary { cursor: pointer; padding: .5rem 0; }
.document-category { margin: 2.5rem 0 1rem; }
.document-list article { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid #dcdde3; padding: 1rem 0; }
.document-list article>div { min-width: 0; }
.document-list a { color: #0026e2; overflow-wrap: anywhere; font-weight: 600; }
.document-list small { display: block; color: #62646e; }
@media(max-width:1000px) {
  .committee-shell { grid-template-columns: 190px minmax(0,1fr); }
  .committee-login { gap: 2rem; }
}
@media(max-width:700px) {
  .committee-shell, .committee-login { grid-template-columns: 1fr; }
  .committee-sidebar { padding: 1.5rem; }
  .committee-sidebar nav { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
  .committee-sidebar nav a { font-size: .875rem; padding: .5rem; }
  .committee-login { padding: 2.5rem var(--space); }
  .login-panel { padding: 1.5rem; }
  .committee-stats { gap: .75rem; }
  .committee-stats a { padding: 1.25rem; }
  .committee-stats span { font-size: .875rem; }
  .member-details { grid-template-columns: 1fr; }
  .document-list article { align-items: start; }
}

.member-form fieldset { min-width: 0; margin: 0 0 2rem; padding: 1.5rem; border: 1px solid #dcdde3; background: white; }
.member-form legend { font-weight: 700; font-size: 1.2rem; padding: 0 .5rem; }
.member-filters.committee-form { max-width: none; }
@media(max-width:580px) { .member-form fieldset { padding: 1rem; } }
