.join-session-button {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #e2e8f0;
  color: #64748b;
  font-weight: 700;
}

.join-session-button:disabled { cursor: not-allowed; opacity: .78; }
.join-session-button.active { background: #16a34a; border-color: #15803d; color: #fff; cursor: pointer; opacity: 1; }
.join-session-button.active:hover { background: #15803d; }

.scribe-view-note { margin: .35rem 0 0; color: #64748b; font-size: .82rem; }
.modal-actions .primary:disabled { background: #cbd5e1; border-color: #cbd5e1; color: #64748b; cursor: not-allowed; }

.agenda-proposal-row.approval-required {
  background: #fff7ed;
  box-shadow: inset 4px 0 #f59e0b;
}

.agenda-proposal-row.approval-required::before {
  content: "Onayınız bekleniyor";
  grid-column: 1 / -1;
  width: max-content;
  padding: .2rem .5rem;
  border-radius: 999px;
  background: #ffedd5;
  color: #9a3412;
  font-size: 10px;
  font-weight: 800;
}

.live-agenda-approvals {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #fdba74;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(154, 52, 18, .08);
}

.live-agenda-approvals-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 14px;
  background: #fff7ed;
  color: #9a3412;
}

.live-agenda-approvals-heading span { font-size: 11px; font-weight: 700; }
.live-agenda-approval-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 12px 14px; border-top: 1px solid #ffedd5; }
.live-agenda-approval-row > div:first-child { display: grid; gap: 3px; }
.live-agenda-approval-row span { color: #64748b; font-size: 11px; }
.live-agenda-approval-row p { margin: 2px 0 0; color: #475569; font-size: 11px; }

.minute-session {
  margin: 14px 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .045);
}

.minute-session .session-heading {
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.meeting-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px 12px;
}

.meeting-pagination button {
  display: inline-grid;
  width: 25px;
  min-width: 25px;
  height: 25px;
  place-items: center;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #475569;
  font-size: 11pt;
  line-height: 1;
  cursor: pointer;
}

.meeting-pagination button.active {
  border-color: #0f766e;
  background: #0f766e;
  color: #fff;
  font-weight: 800;
}

.meeting-pagination button:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.attendance-details-button {
  border: 0;
  border-radius: 999px;
  padding: .34rem .72rem;
  background: #ecfdf5;
  color: #047857;
  font-weight: 700;
  cursor: pointer;
}

.meeting-detail-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, .56);
}

.meeting-detail-modal {
  width: min(560px, 100%);
  max-height: 80vh;
  overflow: auto;
  padding: 1.25rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  color: #172033;
}

.meeting-detail-modal-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.meeting-detail-modal-heading button { border: 0; background: transparent; cursor: pointer; }
.meeting-detail-modal h5 { margin: 1rem 0 .5rem; }
.attendee-name-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.attendee-name-list span { padding: .35rem .65rem; border-radius: 999px; background: #ecfdf5; color: #047857; font-weight: 650; }
.absence-detail-list { display: grid; gap: .5rem; }
.absence-detail-list p { display: grid; gap: .2rem; margin: 0; padding: .65rem .75rem; border-radius: 10px; background: #fff7ed; }
.absence-detail-list span { color: #7c2d12; }

.meeting-reports-panel { margin-top: 1.25rem; }
.meeting-report-group { border-top: 1px solid #e2e8f0; }
.meeting-report-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.meeting-report-group-heading > div { display: grid; gap: .2rem; }
.meeting-report-group-heading span { color: #64748b; font-size: .84rem; }
.meeting-report-session-wrap { padding-bottom: 1rem; }
.meeting-excel-button { margin: 0 0 .8rem auto; }
.meeting-report-table { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 12px; }
.meeting-report-row { min-width: 980px; display: grid; grid-template-columns: 150px 1.5fr 1.6fr 90px 80px 120px; gap: .75rem; align-items: start; padding: .75rem; border-top: 1px solid #e2e8f0; }
.meeting-report-row:first-child { border-top: 0; }
.meeting-report-row.head { background: #f8fafc; color: #475569; }
.meeting-report-row span { overflow-wrap: anywhere; }
.meeting-report-row span:first-child { display: grid; gap: .2rem; }
.meeting-report-row small { color: #64748b; }

@media (max-width: 760px) {
  .meeting-hero-actions { flex-wrap: wrap; }
  .join-session-button { flex: 1 1 150px; justify-content: center; }
  .meeting-report-group-heading { align-items: flex-start; }
}
