/* DashControl Voice — compact shared workspace */
:root {
  --voice-ink: #10272c;
  --voice-muted: #60767d;
  --voice-line: #d5e2e3;
  --voice-soft: #f4f9f8;
  --voice-accent: #009d8e;
  --voice-accent-dark: #006d67;
}

body {
  background: #f4f8f8;
}

body .bg-glow {
  opacity: 0.35;
}

body .ops-container,
body .walker-shell {
  width: min(1460px, calc(100% - 32px));
  max-width: 1460px;
  margin-inline: auto;
}

body .btn-primary,
body .primary-btn,
body .btn-logout {
  border-radius: 9px;
  box-shadow: none;
}

body .btn-outline,
body .ghost-btn {
  border-radius: 9px;
  box-shadow: none;
}

/* Staff Console */
body .ops-container {
  padding-top: 14px;
}

body .main-header {
  display: block;
  margin-bottom: 12px;
  border: 1px solid var(--voice-line);
  border-top: 3px solid var(--voice-accent);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(17, 48, 53, 0.07);
}

body .main-header .hero-main {
  min-height: 74px;
  padding: 12px 14px;
}

body .main-header .logo-wrapper,
body .main-header .header-pills,
body .main-header .hero-side,
body .main-header #heroKicker {
  display: none;
}

body .main-header .header-titles h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1;
}

body .main-header .header-titles .txt-muted {
  max-width: 650px;
  margin-top: 5px;
  font-size: 0.76rem;
}

body .staff-hero-tools {
  gap: 8px;
}

body .staff-hero-tools .user-badge {
  min-height: 46px;
  padding: 6px 10px;
  border-radius: 9px;
  box-shadow: none;
}

body .staff-hero-tools .session-avatar {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

body .staff-hero-tools .user-copy {
  font-size: 0.72rem;
}

body .staff-hero-tools .top-action-buttons > * {
  min-height: 40px;
  padding-inline: 15px;
}

body #app .board {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.75fr);
  gap: 12px;
}

body #app .panel {
  min-height: calc(100dvh - 170px);
  border: 1px solid var(--voice-line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17, 48, 53, 0.06);
}

body #app .panel-inner {
  padding: 12px;
}

body #app .panel-head {
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 9px;
}

body #app .panel-head h2 {
  margin-top: 2px;
  font-size: 1.15rem;
}

body #app .panel-kicker {
  font-size: 0.62rem;
}

body #app .panel-copy {
  font-size: 0.72rem;
}

body #app .admin-queue-tools {
  margin-top: 8px;
}

body #app .queue-tab-bar {
  gap: 4px;
}

body #app .queue-tab-bar button,
body #app .queue-closed-trigger {
  min-height: 42px;
  padding: 6px 10px;
}

body #app .list-controls {
  margin-top: 8px;
  padding: 9px;
  border-radius: 9px;
}

body #app .toolbar {
  gap: 7px;
  padding: 0;
  border: 0;
}

body #app .toolbar input,
body #app .simple-filters select,
body #app .toolbar button {
  min-height: 38px;
}

body #app .simple-filters {
  margin-top: 7px;
  padding-top: 7px;
}

body #app .list,
body #app .detail-shell {
  min-height: 330px;
  margin-top: 10px;
  border-radius: 10px;
}

body #app .detail-empty,
body #app .list:empty::after {
  font-size: 0.82rem;
}

/* Submit request */
body .voice-page {
  width: min(900px, calc(100% - 28px));
  padding-top: 22px;
}

body .voice-header {
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid var(--voice-line);
  border-top: 3px solid var(--voice-accent);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 48, 53, 0.07);
}

body .voice-header .company-logo {
  width: 58px;
  height: 58px;
  border-radius: 13px;
}

body .voice-header h1 {
  font-size: clamp(1.8rem, 4vw, 2.35rem);
}

body .voice-header .txt-muted {
  max-width: 580px;
  font-size: 0.88rem;
}

body .form-layout {
  margin-top: 12px;
}

body .form-surface {
  border: 1px solid var(--voice-line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 48, 53, 0.06);
}

body .form-surface .card-inner {
  padding: 18px;
}

body .form-surface .surface-head {
  padding-bottom: 12px;
}

body .form-surface .section-copy {
  max-width: 640px;
  font-size: 0.82rem;
}

body .voice-form {
  gap: 10px;
}

body .voice-form .field-block {
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--voice-soft);
}

body .voice-form input,
body .voice-form select {
  min-height: 42px;
}

body .voice-form textarea {
  min-height: 150px;
}

/* Track request */
body .walker-shell {
  width: min(900px, calc(100% - 28px));
  padding-top: 22px;
}

body .portal-panel.track-panel {
  padding: 0;
  border: 1px solid var(--voice-line);
  border-top: 3px solid var(--voice-accent);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(17, 48, 53, 0.08);
  overflow: hidden;
}

body .track-head {
  min-height: 104px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--voice-line);
  border-radius: 0;
  box-shadow: none;
}

body .track-head .company-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

body .track-head h1 {
  font-size: clamp(1.8rem, 4vw, 2.25rem);
}

body .track-head .hero-copy {
  margin-top: 4px;
  font-size: 0.84rem;
}

body .track-panel > .schedule-card,
body .track-panel > .notification-panel,
body .track-panel > .alert,
body .track-panel > .track-result {
  margin-inline: 18px;
}

body .track-panel .lookup-panel {
  margin-top: 14px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 11px;
  box-shadow: none;
}

body .track-panel .section-head {
  padding: 0 0 10px;
}

body .track-panel .search-form {
  gap: 8px;
}

body .track-panel .search-form input,
body .track-panel .search-form button {
  min-height: 42px;
}

@media (max-width: 760px) {
  body .ops-container,
  body .walker-shell,
  body .voice-page {
    width: min(100% - 16px, 100%);
    padding-top: 8px;
  }

  body .main-header .hero-main,
  body .voice-header,
  body .track-head {
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
  }

  body .staff-hero-tools,
  body .voice-header,
  body .track-head {
    flex-direction: column;
  }

  body #app .board {
    grid-template-columns: 1fr;
  }

  body #app .panel {
    min-height: auto;
  }

  body #app .panel-detail {
    min-height: 420px;
  }

  body .voice-header .company-logo,
  body .track-head .company-logo {
    width: 44px;
    height: 44px;
  }

  body .form-surface .card-inner,
  body .track-panel .lookup-panel {
    padding: 12px;
  }

  body .track-panel > .schedule-card,
  body .track-panel > .notification-panel,
  body .track-panel > .alert,
  body .track-panel > .track-result {
    margin-inline: 10px;
  }
}
