.meeting-tabs { max-width: 1060px; margin: 0 auto; padding: 38px 0 0; display: flex; gap: 11px; }
.meeting-tabs button { flex: 1; border: 0; border-radius: 3px; padding: 11px 14px; color: #fff; background: var(--taupe); cursor: pointer; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.meeting-tabs button[aria-selected="true"] { background: #000; }
.meeting-tabs button:focus-visible, .meeting-rsvp:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.meeting-content { max-width: 1060px; min-height: 340px; margin: 0 auto; padding: 0 0 66px; background: #f9fafb; }
.meeting-panel { min-height: 340px; background: #f9fafb; }
.meeting-panel:focus { outline: 0; }
.meeting-status { margin: 0; padding: 42px 24px; color: #4b5563; background: #f9fafb; text-align: center; font-size: 16px; }
.meeting-status-error { color: #9b2c1b; }
.meeting-card-list, .meeting-post-list { display: grid; max-width: 896px; margin: 0 auto; padding: 24px 16px; gap: 24px; }
.meeting-card, .meeting-post { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.meeting-card { padding: 24px; }
.meeting-card h2, .meeting-card h3 { margin: 0; color: #111827; font-size: 20px; line-height: 1.4; font-weight: 600; }
.meeting-host { margin: 4px 0 0; color: #4b5563; font-size: 17px; }
.meeting-details { display: grid; gap: 8px; margin-top: 12px; color: #1f2937; font-size: 17px; }
.meeting-detail-row { display: flex; align-items: flex-start; }
.meeting-detail-row svg { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 8px 0 0; fill: none; stroke: #0d9488; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.meeting-detail-row em { color: #4b5563; font-style: italic; }
.meeting-detail-row small { display: block; color: #6b7280; font-size: 15px; }
.meeting-description { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid #e5e7eb; color: #1f2937; font-size: 17px; line-height: 1.55; white-space: pre-line; }
.meeting-card-actions { display: flex; justify-content: flex-end; margin-top: 16px; padding-top: 12px; border-top: 1px solid #e5e7eb; }
.meeting-rsvp { display: inline-block; padding: 12px 24px; color: #fff; background: #0d9488; border-radius: 8px; font-size: 16px; font-weight: 500; text-decoration: none; }
.meeting-rsvp:hover { background: #0f766e; }
.meeting-post-copy { padding: 24px; }
.meeting-post-source { margin: 0; color: #111827; font-size: 17px; }
.meeting-post time { display: block; margin-top: 4px; color: #6b7280; font-size: 14px; }
.meeting-post-body { margin-top: 16px; color: #1f2937; overflow-wrap: anywhere; font-size: 17px; line-height: 1.55; }
.meeting-post-body a, .meeting-post-body button { color: #2563eb; }
.meeting-post-body a { text-decoration: underline; }
.meeting-post-body button { margin: 0 0 0 4px; padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; font-weight: 500; }
.meeting-post-media { position: relative; min-height: 256px; background: #f3f4f6; border-radius: 8px; }
.meeting-gallery-stage { position: relative; height: 100%; min-height: 256px; background: #f3f4f6; }
.meeting-gallery-item { display: none; width: 100%; min-height: 256px; height: 100%; object-fit: contain; background: #f3f4f6; }
.meeting-gallery-item.is-active { display: block; }
.meeting-gallery-item:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.meeting-gallery-control, .meeting-gallery-modal-nav, .meeting-gallery-close { border: 0; cursor: pointer; }
.meeting-gallery-control { position: absolute; z-index: 1; top: 50%; width: 34px; height: 34px; padding: 0; color: #252525; background: rgba(255, 255, 255, .82); border-radius: 50%; box-shadow: 0 1px 5px rgba(0, 0, 0, .3); font-size: 29px; line-height: 28px; transform: translateY(-50%); }
.meeting-gallery-control:hover { background: #fff; }
.meeting-gallery-prev { left: 10px; }.meeting-gallery-next { right: 10px; }
.meeting-gallery-dots { position: absolute; z-index: 1; bottom: 10px; left: 50%; display: flex; gap: 5px; transform: translateX(-50%); }
.meeting-gallery-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .5); cursor: pointer; }
.meeting-gallery-dots button.is-active { background: #fff; }
.meeting-gallery-modal[hidden] { display: none; }
.meeting-gallery-modal { position: fixed; z-index: 30; inset: 0; display: flex; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 32px 56px; background: rgba(0, 0, 0, .9); }
.meeting-gallery-modal-dialog { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 1280px; min-height: 100%; }
.meeting-gallery-modal-content { display: flex; align-items: center; justify-content: center; width: 100%; }
.meeting-gallery-modal-content img, .meeting-gallery-modal-content video { display: block; max-width: 100%; max-height: calc(100vh - 64px); background: #000; object-fit: contain; }
.meeting-gallery-close { position: fixed; z-index: 1; top: 18px; right: 22px; width: 38px; height: 38px; padding: 0; color: #fff; background: transparent; font-size: 35px; line-height: 35px; }
.meeting-gallery-modal-nav { position: fixed; top: 50%; width: 46px; height: 46px; padding: 0; color: #fff; background: rgba(255, 255, 255, .18); border-radius: 50%; font-size: 38px; line-height: 40px; transform: translateY(-50%); }
.meeting-gallery-modal-nav:hover { background: rgba(255, 255, 255, .32); }
.meeting-gallery-modal-prev { left: 20px; }.meeting-gallery-modal-next { right: 20px; }
.meeting-gallery-counter { position: fixed; bottom: 20px; left: 50%; margin: 0; padding: 4px 11px; color: #fff; background: rgba(0, 0, 0, .55); border-radius: 14px; font-size: 12px; transform: translateX(-50%); }
body.meeting-gallery-modal-open { overflow: hidden; }
.home-upcoming { padding: 50px 0 58px; background: #f9fafb; }
.home-upcoming > h2 { max-width: 896px; margin: 0 auto; padding: 0 16px; color: #111; font-size: 34px; letter-spacing: -1px; text-align: center; text-transform: uppercase; }
.home-upcoming .meeting-card-list { padding-top: 25px; padding-bottom: 0; }
@media (min-width: 768px) { .meeting-post.has-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.meeting-post-media, .meeting-gallery-stage, .meeting-gallery-item { height: 100%; } }
@media (max-width: 860px) { .meeting-tabs, .meeting-content { margin-left: 24px; margin-right: 24px; } }
@media (max-width: 767px) { .meeting-gallery-modal { display: none; } }
@media (max-width: 560px) { .meeting-tabs, .meeting-content { margin-left: 20px; margin-right: 20px; }.meeting-tabs { padding-top: 24px; }.meeting-card-list, .meeting-post-list { padding: 20px 0; }.meeting-card, .meeting-post-copy { padding: 24px; }.meeting-post-media, .meeting-gallery-stage, .meeting-gallery-item { min-height: 256px; }.meeting-gallery-modal { padding: 20px; } }
