/* Titanium Creek Voice additions to the shared admin-themes Monitor shell. */
.voice-theme {
  --voice-muted: #68766e;
  --voice-border: #dfe6e1;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}
.voice-theme svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  stroke-width: 1.8;
}
.voice-theme .card {
  margin-bottom: 24px;
  overflow: hidden;
}
.voice-theme .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 18px 24px;
}
.voice-theme .card-title {
  font-size: 15px;
  font-weight: 650;
  margin: 0;
}
.voice-theme .card-body {
  padding: 24px;
}
.voice-theme .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 13px;
  white-space: normal;
  text-align: center;
}
.voice-primary {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: white !important;
}
.voice-primary:hover {
  filter: brightness(0.92);
}
.voice-secondary {
  border: 1px solid var(--voice-border);
  background: var(--color-card);
  color: inherit;
}
.voice-theme .btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.voice-theme a,
.voice-theme button,
.voice-theme input,
.voice-theme select,
.voice-theme textarea,
.voice-theme summary {
  outline-offset: 4px;
}
.voice-theme :focus-visible {
  outline: 2px solid var(--color-primary);
}
.voice-theme .app-menu {
  display: flex;
  flex-direction: column;
}
.voice-theme .voice-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 24px;
  height: 100px;
  color: #f1f7f3;
}
.voice-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f8a70;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
}
.voice-mark svg {
  width: 26px;
  height: 26px;
}
.voice-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.voice-brand-copy small {
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 700;
  color: #b8c9bf;
}
.voice-brand-copy strong {
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.6px;
  line-height: 1.1;
}
.voice-theme #sidenav-menu {
  overflow: auto;
  flex: 1;
  min-height: 0;
  padding: 0 12px 16px;
}
.voice-theme .side-nav .menu-title {
  padding: 19px 12px 8px;
  font-size: 10px;
  letter-spacing: 1.1px;
  color: #9bb0a3;
  overflow-wrap: anywhere;
}
.voice-theme .side-nav .menu-link {
  border-radius: 6px;
  margin: 2px 0;
  min-height: 40px;
  gap: 11px;
  font-size: 13px;
}
.voice-theme .side-nav .menu-link.active {
  background: #244b3e;
  color: #dbf5e6;
}
.voice-sidebar-footer {
  border-top: 1px solid #32433a;
  padding: 17px 20px;
  font-size: 10px;
  color: #a8baae;
  display: flex;
  align-items: center;
  gap: 7px;
}
.voice-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #68bc95;
}
.voice-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
}
.voice-breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
}
.voice-breadcrumb > span:first-of-type {
  color: #a1ada5;
}
.voice-breadcrumb a {
  color: var(--voice-muted);
}
.voice-account {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.voice-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #edf3ef;
  color: #46765b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.voice-account-menu {
  position: relative;
}
.voice-account-menu summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.voice-account-menu summary::-webkit-details-marker {
  display: none;
}
.voice-operator {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
}
.voice-operator strong {
  font-weight: 600;
}
.voice-operator small {
  font-size: 10px;
  color: var(--voice-muted);
}
.voice-account-popover {
  position: absolute;
  right: 0;
  top: 48px;
  width: 190px;
  padding: 8px;
  border: 1px solid var(--voice-border);
  border-radius: 8px;
  background: var(--color-card);
  box-shadow: 0 8px 30px #12291b14;
  z-index: 60;
}
.voice-account-popover a,
.voice-account-popover button {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  border-radius: 5px;
}
.voice-account-popover a:hover,
.voice-account-popover button:hover {
  background: var(--color-light);
}
.voice-main {
  padding: 32px !important;
  max-width: 1600px;
  margin: auto;
  min-height: calc(100vh - 72px);
}
.voice-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
.voice-eyebrow {
  font-size: 10px;
  color: var(--voice-muted);
  letter-spacing: 1.25px;
  font-weight: 650;
  margin-bottom: 8px;
}
.voice-heading h1,
.voice-login h1 {
  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.voice-heading p {
  color: var(--voice-muted);
  max-width: 720px;
  line-height: 1.6;
  margin: 0;
}
.voice-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.voice-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.voice-stats.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.voice-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}
.voice-stat > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.voice-stat span:not(.voice-stat-icon) {
  font-size: 12px;
  color: var(--voice-muted);
}
.voice-stat strong {
  font-size: 30px;
  letter-spacing: -0.8px;
  font-weight: 600;
  line-height: 1;
}
.voice-stat .voice-stat-text {
  font-size: 20px;
  letter-spacing: -0.3px;
}
.voice-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eaf3ed;
  color: #3d7855;
  flex-shrink: 0;
}
.voice-stat-icon svg {
  width: 21px;
  height: 21px;
}
.voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.voice-grid > * {
  min-width: 0;
}
.voice-location-row {
  padding: 20px 24px;
  border-bottom: 1px solid var(--voice-border);
  display: flex;
  align-items: center;
  gap: 14px;
}
.voice-location-row:last-child {
  border-bottom: 0;
}
.voice-location-row > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.voice-location-row strong {
  font-weight: 600;
}
.voice-location-row small {
  font-size: 11px;
  color: var(--voice-muted);
}
.voice-location-status {
  margin-left: auto;
}
.voice-location-row > .btn {
  margin-left: auto;
}
.voice-checklist {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.voice-checklist > a {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.voice-checklist > a > svg:first-child {
  color: var(--color-primary);
  margin-top: 2px;
}
.voice-checklist > a > svg:last-child {
  margin-left: auto;
  color: #92a197;
  width: 16px;
}
.voice-checklist strong {
  font-size: 13px;
  font-weight: 600;
}
.voice-checklist p {
  font-size: 12px;
  color: var(--voice-muted);
  margin: 4px 0 0;
  line-height: 1.5;
}
.voice-table-wrap {
  overflow-x: auto;
}
.voice-table {
  width: 100%;
  text-align: left;
  margin: 0;
  border-collapse: collapse;
}
.voice-table thead {
  background: #f8faf8;
}
.voice-table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--voice-muted);
  font-weight: 650;
  white-space: nowrap;
  padding: 13px 24px;
}
.voice-table td {
  padding: 18px 24px;
  font-size: 13px;
  border-top: 1px solid var(--voice-border);
  vertical-align: middle;
}
.voice-table tr:hover td {
  background: #f5f9f61f;
}
.voice-table td small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: var(--voice-muted);
}
.voice-row-title {
  font-weight: 600;
  color: inherit;
}
.voice-row-title:hover,
.voice-table-link:hover {
  color: var(--color-primary);
}
.voice-table-link {
  display: flex;
  justify-content: flex-end;
  color: var(--voice-muted);
}
.voice-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 600;
}
.voice-text-link svg {
  width: 15px;
}
.voice-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 5px;
  padding: 4px 8px;
  background: #eef1ef;
  color: #68776e;
  white-space: nowrap;
}
.voice-badge.active,
.voice-badge.verified,
.voice-badge.completed {
  background: #e4f2e8;
  color: #267041;
}
.voice-badge.pending,
.voice-badge.submitted,
.voice-badge.unconfigured,
.voice-badge.in_progress {
  background: #fff2d8;
  color: #94691b;
}
.voice-badge.error,
.voice-badge.rejected {
  background: #fbe8e8;
  color: #a53a3a;
}
.voice-badge.scheduled,
.voice-badge.ported {
  background: #e8effb;
  color: #3967a6;
}
.muted {
  color: var(--voice-muted);
}
.voice-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--voice-muted);
  padding: 5px 0 23px;
  font-size: 12px;
  line-height: 1.7;
}
.voice-note svg {
  margin-top: 2px;
}
.voice-note strong {
  display: block;
  font-weight: 600;
  color: var(--color-primary);
  margin-top: 4px;
}
.voice-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #d5e4df;
  background: #edf6f2;
  color: #376b55;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.voice-notice svg {
  margin-top: 2px;
}
.voice-notice.warning {
  background: #fff8e8;
  border-color: #f0e1b6;
  color: #8b6726;
}
.voice-notice.danger {
  background: #fcf0ef;
  border-color: #edcecb;
  color: #9e4140;
}
.voice-notice ul {
  list-style: disc;
  padding-left: 17px;
}
.voice-notice.hidden {
  display: none;
}
.voice-empty {
  text-align: center;
  padding: 50px 24px 38px;
}
.voice-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eff4f0;
  color: #6b8e76;
  margin-bottom: 17px;
}
.voice-empty-icon svg {
  width: 24px;
  height: 24px;
}
.voice-empty h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 9px;
  letter-spacing: -0.2px;
}
.voice-empty p {
  font-size: 13px;
  color: var(--voice-muted);
  max-width: 380px;
  margin: auto;
  line-height: 1.7;
}
.voice-empty-action {
  text-align: center;
  padding-bottom: 40px;
  margin-top: -17px;
}
.voice-form-card {
  max-width: 800px;
}
.voice-form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.voice-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
.voice-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.voice-field > label {
  font-size: 13px;
  font-weight: 600;
}
.voice-field label .muted {
  font-size: 11px;
  font-weight: 400;
}
.voice-field small {
  font-size: 12px;
  line-height: 1.6;
  color: var(--voice-muted);
}
.voice-theme .form-input {
  display: block;
  width: 100%;
  min-height: 42px;
  border: 1px solid #ced9d1;
  border-radius: 6px;
  background: var(--color-card);
  color: inherit;
  padding: 10px 12px;
  font-size: 14px;
}
.voice-theme select.form-input {
  padding-right: 30px;
}
.voice-theme textarea {
  resize: vertical;
}
.voice-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--voice-border);
  padding-top: 22px;
  flex-wrap: wrap;
}
.voice-form-subject {
  padding-top: 10px;
  color: inherit !important;
}
.voice-check-field label,
.voice-confirm label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.voice-theme input[type="checkbox"] {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  accent-color: var(--color-primary);
  margin-top: 2px;
}
.voice-confirm {
  background: #f6f8f6;
  padding: 17px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.6;
}
.voice-hours-fields {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.voice-inline-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.voice-inline-form .form-input {
  width: auto;
  max-width: 180px;
}
.voice-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
}
.voice-details > div {
  display: grid;
  grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);
  gap: 14px;
}
.voice-details dt {
  color: var(--voice-muted);
}
.voice-details dd {
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.voice-prose p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 16px;
}
.voice-prose p:last-child {
  margin: 0;
}
.voice-member {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--voice-border);
}
.voice-member .muted {
  margin-left: auto;
}
.voice-port-flow {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding: 19px 22px;
  background: #eaf0ec;
  border: 1px solid var(--voice-border);
  border-radius: 8px;
}
.voice-port-flow > span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.voice-port-flow > svg {
  color: #97a99c;
  width: 15px;
}
.voice-port-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}
.voice-port-facts > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.voice-port-facts > div > span {
  font-size: 11px;
  color: var(--voice-muted);
}
.voice-port-facts strong {
  font-size: 12px;
  font-weight: 500;
}
.voice-history {
  padding: 18px 24px;
  border-bottom: 1px solid var(--voice-border);
}
.voice-history summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.voice-history strong {
  font-size: 13px;
  font-weight: 600;
}
.voice-history small {
  display: block;
  color: var(--voice-muted);
  font-size: 11px;
  margin-top: 6px;
}
.voice-history .voice-details {
  padding-top: 22px;
}
.voice-history[open] summary > svg {
  transform: rotate(180deg);
}
.voice-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--voice-border);
  color: var(--voice-muted);
  font-size: 10px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 12px;
  color: #123;
}
.skip-link:focus {
  top: 15px;
}
.voice-login-page {
  min-height: 100vh;
}
.voice-login {
  max-width: 470px;
  padding: 60px 24px;
  margin: auto;
}
.voice-login-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 0 34px;
  letter-spacing: -0.4px;
}
.voice-login-card .card-body {
  padding: 34px;
}
.voice-login h1 {
  font-size: 25px;
  margin-top: 12px;
}
.voice-login .muted {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.voice-login-help {
  font-size: 12px;
  color: var(--voice-muted);
  line-height: 1.7;
  padding-top: 24px;
  margin-top: 26px;
  border-top: 1px solid var(--voice-border);
}
.voice-login-caption {
  text-align: center;
  color: var(--voice-muted);
  font-size: 11px;
}
html[data-theme="dark"] .voice-theme {
  --voice-muted: #a0b0a6;
  --voice-border: #35483c;
}
html[data-theme="dark"] .voice-theme .voice-table thead,
html[data-theme="dark"] .voice-theme .voice-confirm,
html[data-theme="dark"] .voice-theme .voice-port-flow {
  background: #263c2e;
}
html[data-theme="dark"] .voice-theme .form-input {
  border-color: #4a6052;
}
html[data-theme="dark"] .voice-theme .voice-stat-icon,
html[data-theme="dark"] .voice-theme .voice-avatar,
html[data-theme="dark"] .voice-theme .voice-empty-icon {
  background: #2d4636;
  color: #a7cbb2;
}
html[data-theme="dark"] .voice-theme .voice-notice {
  background: #253b30;
  border-color: #456650;
  color: #c4e2cd;
}
html[data-theme="dark"] .voice-theme .voice-notice.danger {
  background: #442f2f;
  border-color: #694848;
  color: #f2cccc;
}
html[data-theme="dark"] .voice-theme .voice-notice.warning {
  background: #423c28;
  border-color: #615732;
  color: #e7d7a0;
}
html[data-sidenav-size="condensed"] .voice-brand-copy,
html[data-sidenav-size="condensed"] .voice-sidebar-footer {
  display: none;
}
html[data-sidenav-size="condensed"] .voice-theme .voice-brand {
  padding: 24px 14px;
}
@media (min-width: 1140px) {
  .voice-theme #button-toggle-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .voice-stats.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .voice-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .voice-port-facts {
    grid-template-columns: 1fr 1fr;
  }
  .voice-main {
    padding: 26px !important;
  }
}
@media (max-width: 767px) {
  .voice-main {
    padding: 22px 16px !important;
  }
  .voice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .voice-stats {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .voice-stats.four {
    gap: 12px;
  }
  .voice-stat {
    padding: 18px;
    margin-bottom: 16px !important;
    gap: 12px;
  }
  .voice-stat strong {
    font-size: 26px;
  }
  .voice-stats.four .voice-stat-icon {
    display: none;
  }
  .voice-heading h1 {
    font-size: 25px;
  }
  .voice-operator {
    display: none;
  }
  .voice-breadcrumb {
    font-size: 11px;
    gap: 8px;
  }
  .voice-topbar {
    gap: 9px;
    height: 64px;
  }
  .voice-account {
    gap: 7px;
  }
  .voice-theme .card-header,
  .voice-theme .card-body {
    padding: 19px;
  }
  .voice-table td,
  .voice-table th {
    padding-left: 19px;
    padding-right: 19px;
  }
  .voice-port-flow {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .voice-port-flow > svg {
    display: none;
  }
  .voice-port-flow > span {
    flex: 1 1 40%;
    font-size: 11px;
  }
  .voice-port-facts {
    gap: 20px;
  }
  .voice-location-row {
    padding: 18px;
  }
  .voice-location-status small {
    display: none;
  }
  .voice-location-row > .voice-stat-icon {
    display: none;
  }
  .voice-login {
    padding: 40px 18px;
  }
  .voice-login-card .card-body {
    padding: 27px;
  }
  .voice-footer {
    font-size: 9px;
  }
  .voice-actions {
    gap: 8px;
  }
  .voice-details > div {
    grid-template-columns: 1fr 1.2fr;
  }
  .voice-history {
    padding: 18px;
  }
  .voice-hours-fields {
    gap: 18px 12px;
  }
}
/* Shared cards default to column layout; summary cards align their icon and value. */
.voice-theme .voice-stat {
  flex-direction: row;
  justify-content: flex-start;
}
.voice-theme .card .card-body {
  color: inherit;
}
html[data-theme="dark"] .voice-theme .btn.voice-secondary {
  background: #263c2e;
  color: #e7eee9;
  border-color: #45584b;
}
html[data-theme="dark"] .voice-theme .form-input {
  background: #1e2922;
  color: #e7eee9;
}
