.tenant-admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 20%, rgba(17, 243, 217, 0.10), transparent 0 28%),
    radial-gradient(circle at 85% 12%, rgba(58, 163, 255, 0.14), transparent 0 24%),
    linear-gradient(180deg, #000000 0%, #000000 42%, #02060d 100%);
}

.tenant-admin-page::before {
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 84%);
}

.admin-header-shell {
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
}

.admin-header-actions {
  justify-self: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tenant-hero-section {
  padding: 3.2rem 0 1.4rem;
}

.tenant-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  padding: 1.8rem;
}

.tenant-hero-copy h1 {
  max-width: none;
  margin-bottom: 0.85rem;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
}

.tenant-hero-copy .hero-subhead {
  margin: 0;
  max-width: 760px;
}

.tenant-hero-actions {
  display: grid;
  gap: 0.8rem;
  justify-items: end;
  align-items: start;
}

.tenant-hero-actions-row {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.tenant-hero-actions-row-top {
  justify-content: flex-end;
}

.hero-action-fixed {
  min-width: 168px;
  justify-content: center;
}

.support-email-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
}

.support-email-btn-compact {
  min-height: 2.5rem;
  padding: 0.58rem 0.85rem;
  font-size: 0.95rem;
}

.copy-glyph {
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.82;
}

.tenant-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.tenant-summary-card {
  padding: 1.35rem 1.5rem;
}

.tenant-summary-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tenant-summary-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.tenant-summary-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.summary-pill {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-pill span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.summary-pill strong {
  font-size: 1.1rem;
  color: var(--text-primary);
}

.billing-note {
  margin: 0.95rem 0 0;
  color: var(--text-secondary);
}

.forwarding-callout {
  display: grid;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(17, 243, 217, 0.96), rgba(58, 163, 255, 0.90));
  border: 1px solid rgba(17, 243, 217, 0.35);
  color: #04111f;
  box-shadow: 0 18px 44px rgba(17, 243, 217, 0.16);
}

.forwarding-callout[hidden] {
  display: none !important;
}

.forwarding-callout-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.88;
}

.forwarding-callout-number {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  line-height: 1.05;
}

.forwarding-callout-copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(4, 17, 31, 0.90);
}

.tenant-admin-section {
  padding: 0 0 5rem;
}

.tenant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.tenant-card {
  padding: 1.5rem;
}

.tenant-card-wide {
  grid-column: 1 / -1;
}

.tenant-card-head {
  margin-bottom: 1rem;
}

.tenant-card-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.06;
}

.tenant-fields {
  display: grid;
  gap: 1rem;
}

.tenant-fields.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tenant-fields label,
.hours-row {
  min-width: 0;
}

.tenant-fields label {
  display: grid;
  gap: 0.45rem;
}

.tenant-fields label.full {
  grid-column: 1 / -1;
}

.tenant-fields > .full {
  grid-column: 1 / -1;
}

.tenant-fields span,
.hours-head h3 {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 0.1rem;
}

.tenant-fields input,
.tenant-fields select,
.tenant-fields textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.9rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
  color: var(--text-primary);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.tenant-fields textarea {
  min-height: 8rem;
}

.tenant-fields input:focus,
.tenant-fields select:focus,
.tenant-fields textarea:focus,
.hours-row input[type="text"]:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.hours-wrap {
  margin-top: 1.25rem;
}

.hours-head {
  margin-bottom: 0.8rem;
}

.hours-head h3 {
  margin: 0;
}

.hours-grid {
  display: grid;
  gap: 0.7rem;
}

.hours-row {
  display: grid;
  grid-template-columns: 120px 108px 1fr 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hours-day {
  font-weight: 800;
  color: var(--text-primary);
}

.hours-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.hours-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.hours-row input[type="text"] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
  color: var(--text-primary);
}

.tenant-table-wrap {
  margin-top: 0.35rem;
}

.tenant-toast {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(7, 16, 28, 0.94);
  border: 1px solid rgba(17, 243, 217, 0.22);
  box-shadow: var(--shadow);
  color: var(--text-primary);
  font-weight: 700;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.tenant-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.tenant-status {
  margin: 1rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(7, 16, 28, 0.84);
  border: 1px solid rgba(58, 163, 255, 0.18);
  color: var(--text-secondary);
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.tenant-status-main {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex: 1 1 320px;
}

.tenant-status-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #facc15;
  box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.12);
}

.status-dot.good {
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.status-dot.warn {
  background: #facc15;
  box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.12);
}

.status-dot.bad {
  background: #ef4444;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.12);
}

.page-locked .tenant-admin-section,
.page-locked .tenant-hero-card,
.page-locked .tenant-summary-grid {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

.auth-gate {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.auth-gate[hidden] {
  display: none !important;
}

.auth-panel {
  width: min(100%, 540px);
  padding: 1.5rem;
  border-radius: 22px;
}

.auth-panel h2 {
  margin-bottom: 0.65rem;
}

.auth-copy {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

#logout-btn[hidden] {
  display: none !important;
}

@media (max-width: 1080px) {
  .tenant-grid,
  .tenant-fields.two,
  .tenant-summary-pills {
    grid-template-columns: 1fr;
  }

  .tenant-hero-card,
  .hours-row {
    grid-template-columns: 1fr;
  }

  .admin-header-shell {
    grid-template-columns: 1fr;
  }

  .brand,
  .admin-header-actions {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .tenant-hero-section {
    padding: 2.2rem 0 1rem;
  }

  .tenant-card,
  .tenant-hero-card,
  .tenant-summary-card {
    padding: 1.2rem;
  }

  .hours-row {
    padding: 0.8rem;
  }

  .tenant-toast {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}


.support-copy-note {
  min-height: 1rem;
  font-size: 0.78rem;
  color: var(--accent);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
  margin-top: 0;
}

.support-copy-note-inline {
  font-size: 0.74rem;
}

.support-copy-note.show {
  opacity: 1;
  transform: translateY(0);
}


.network-health-pill {
  margin: 1rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(7, 16, 28, 0.84);
  border: 1px solid rgba(58, 163, 255, 0.18);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.network-health-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #facc15;
  box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.12);
}

.network-health-pill.good .network-health-dot {
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.network-health-pill.warn .network-health-dot {
  background: #facc15;
  box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.12);
}

.email-summary-controls {
  display: grid;
  gap: 0.7rem;
  align-self: end;
}

.email-toggle-row {
  min-height: 3.2rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
}

.email-toggle-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.email-status-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.email-indicator {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  background: #ef4444;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.12);
}

.email-indicator.on {
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.email-indicator.off {
  background: #ef4444;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.12);
}

.email-toggle-checkbox {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0;
  accent-color: var(--accent);
  flex: 0 0 auto;
}

.email-disclosure-btn {
  min-height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-primary);
  font: inherit;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.email-disclosure-btn:hover {
  border-color: rgba(17, 243, 217, 0.32);
  background: rgba(255, 255, 255, 0.055);
}

.email-disclosure-btn:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.email-disclosure-chevron {
  font-size: 1rem;
  line-height: 1;
}

.email-disclosure-panel {
  display: grid;
  gap: 1rem;
}

.email-delivery-block {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.email-toggle-stack {
  display: grid !important;
  gap: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.email-toggle-top {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.email-toggle-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.email-toggle-copy > span:first-child {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.35;
}

.email-status-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.email-delivery-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.email-delivery-fields .full {
  grid-column: 1 / -1;
}

.email-delivery-fields input {
  width: 100%;
}

.clock-preview-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  justify-items: stretch;
  gap: 1rem;
  min-height: clamp(220px, 28vh, 320px);
  height: 100%;
  padding: 1.35rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(17, 243, 217, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.clock-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.clock-preview-head span,
.clock-preview-head strong {
  margin: 0;
}

.clock-preview-head strong {
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.clock-preview-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.clock-preview-note {
  margin: 0;
  text-align: center;
  color: var(--text-secondary);
}


.recent-calls-wrap {
  overflow-x: auto;
}

.recent-calls-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.recent-calls-col-time {
  width: 16%;
}

.recent-calls-col-caller {
  width: 18%;
}

.recent-calls-col-summary {
  width: 46%;
}

.recent-calls-col-transcript {
  width: 20%;
}

.recent-calls-table thead th {
  padding: 0 0.9rem 0.9rem;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  border: 0;
}

.recent-call-row td {
  padding: 1rem 0.9rem;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.recent-call-row:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recent-calls-empty-row td {
  padding: 1.15rem 0.15rem 0.2rem;
  border: 0;
  color: var(--text-secondary);
  background: transparent;
}

.recent-call-date {
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.recent-call-time {
  margin-top: 0.22rem;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.2;
}

.recent-call-caller {
  display: inline-block;
  font-weight: 700;
  color: var(--text-primary);
  word-break: break-word;
}

.recent-call-summary-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.recent-call-expand-icon {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.recent-call-expand-icon:hover {
  border-color: rgba(17, 243, 217, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.recent-call-expand-icon:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.recent-call-summary {
  color: var(--text-primary);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-call-action-btn {
  min-height: 2.7rem;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.recent-call-action-btn:hover {
  border-color: rgba(17, 243, 217, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.recent-call-action-btn:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.recent-call-empty {
  color: var(--text-secondary);
}

.recent-call-modal[hidden] {
  display: none !important;
}

.recent-call-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.recent-call-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
}

.recent-call-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 1.25rem;
  border-radius: 24px;
  overflow: hidden;
}

.recent-call-modal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recent-call-modal-head h3 {
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.recent-call-modal-meta {
  margin: 0;
  color: var(--text-secondary);
}

.recent-call-modal-close {
  width: 2.9rem;
  height: 2.9rem;
  min-height: 2.9rem;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.recent-call-modal-close:hover {
  border-color: rgba(17, 243, 217, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.recent-call-modal-close:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.recent-call-modal-body-wrap {
  min-height: 0;
  overflow: auto;
  padding-top: 1rem;
}

.recent-call-modal-body {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font: inherit;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-primary);
}

.recent-call-modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .recent-calls-table {
    min-width: 760px;
  }

  .recent-call-modal {
    padding: 0.6rem;
  }

  .recent-call-modal-dialog {
    width: calc(100vw - 1.2rem);
    max-height: calc(100vh - 1.2rem);
    padding: 1rem;
    border-radius: 20px;
  }
}


.recent-calls-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin: 0.1rem 0 1.2rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.recent-calls-toolbar-copy {
  min-width: 0;
}

.recent-calls-results-note {
  margin: 0;
  color: var(--text-primary);
  font-weight: 700;
}

.recent-calls-results-subnote {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.recent-calls-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
  justify-content: flex-end;
}

.recent-calls-filter-field {
  display: grid;
  gap: 0.45rem;
  min-width: 168px;
}

.recent-calls-filter-field span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.recent-calls-filter-field input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
  color: var(--text-primary);
  font: inherit;
}

.recent-calls-filter-field input:focus {
  outline: none;
  border-color: rgba(17, 243, 217, 0.45);
  box-shadow: 0 0 0 4px rgba(17, 243, 217, 0.12);
}

.recent-calls-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

@media (max-width: 980px) {
  .recent-calls-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .recent-calls-filters {
    justify-content: flex-start;
  }
}

