/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/next@14.2.35_@opentelemetry+api@1.9.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../node_modules/.pnpm/next@14.2.35_@opentelemetry+api@1.9.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light;
  --bg: #f6f7f4;
  --panel: #ffffff;
  --panel-muted: #eef2ed;
  --ink: #1d2323;
  --muted: #66736f;
  --line: #d7ded7;
  --success: #147a5c;
  --warning: #a15c00;
  --danger: #b42318;
  --listen: #51606d;
  --shadow: 0 14px 40px rgb(26 32 32 / 8%);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.app-shell {
  min-height: 100vh;
  padding: 20px;
}

.ai-entry-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  max-width: 1440px;
  margin: 20px auto -6px;
  padding: 12px 14px;
  border: 1px solid rgb(21 90 74 / 18%);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(21 90 74 / 10%), rgb(236 176 75 / 10%));
  color: var(--ink);
  box-shadow: var(--shadow);
}

.ai-entry-notice span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.role-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.demo-intro {
  display: grid;
  gap: 8px;
  max-width: 980px;
  margin: 0 auto 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #eef2ed 100%);
  box-shadow: var(--shadow);
}

.demo-intro h1 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.role-link {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.role-link strong,
.workspace-title,
.tile-title,
.section-title {
  overflow-wrap: anywhere;
}

.role-link span,
.subtitle,
.tile-meta,
.kv span,
.empty-copy {
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(240px, 310px);
  gap: 16px;
  max-width: 1440px;
  min-height: calc(100vh - 40px);
  margin: 0 auto;
}

.workspace-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.rail,
.diagnostics {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
}

.main-area {
  display: grid;
  grid-template-rows: auto minmax(340px, 1fr) auto;
  gap: 16px;
  min-width: 0;
}

.role-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}

.workspace-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.subtitle {
  margin: 4px 0 0;
}

.badge-row,
.control-bar,
.form-grid,
.state-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  max-width: 100%;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-muted);
  color: var(--muted);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.badge.connected {
  border-color: rgb(20 122 92 / 35%);
  color: var(--success);
}

.badge.waiting,
.badge.ringing {
  border-color: rgb(161 92 0 / 35%);
  color: var(--warning);
}

.badge.error {
  border-color: rgb(180 35 24 / 35%);
  color: var(--danger);
}

.badge.listen-only {
  border-color: rgb(81 96 109 / 40%);
  color: var(--listen);
}

.media-panel {
  display: grid;
  min-height: 340px;
  padding: 16px;
}

.participant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  align-content: start;
}

.participant-tile {
  display: grid;
  min-height: 164px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbf8;
}

.tile-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #dfe9e4;
  color: #24463d;
  font-weight: 700;
}

.tile-title {
  margin: 14px 0 4px;
  font-weight: 700;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 24px;
  text-align: center;
}

.demo-hint {
  align-self: end;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.control-bar {
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px;
}

.icon-button,
.action-button,
.input-field {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  background: var(--panel);
  color: var(--ink);
}

.icon-button[data-active="true"] {
  border-color: rgb(20 122 92 / 45%);
  background: #e4f3ec;
  color: var(--success);
}

.icon-button.danger,
.action-button.danger {
  border-color: rgb(180 35 24 / 35%);
  color: var(--danger);
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  background: #1f312f;
  color: #fff;
  font-weight: 650;
}

.action-button.secondary {
  background: var(--panel);
  color: var(--ink);
}

.input-field {
  width: min(100%, 240px);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
}

.section-title {
  margin: 0 0 8px;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: var(--muted);
}

.kv-list {
  display: grid;
  gap: 10px;
}

.kv {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.kv strong {
  font-size: 0.84rem;
}

.error-box {
  padding: 12px;
  border: 1px solid rgb(180 35 24 / 28%);
  border-radius: 8px;
  background: #fff4f2;
  color: var(--danger);
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .workspace {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .diagnostics {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .app-shell {
    padding: 12px;
  }

  .workspace,
  .role-switcher {
    grid-template-columns: 1fr;
  }

  .workspace {
    min-height: auto;
  }

  .main-area {
    grid-template-rows: auto minmax(280px, auto) auto;
  }

  .role-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .control-bar {
    justify-content: flex-start;
  }

  .action-button {
    min-width: 132px;
  }
}

/* Teams-like meeting MVP */
.meeting-shell {
  height: 100vh;
  background:
    radial-gradient(circle at top left, rgb(92 118 255 / 18%), transparent 34rem),
    linear-gradient(135deg, #171820 0%, #242735 46%, #16171d 100%);
  color: #f4f6fb;
  overflow: hidden;
  padding: 24px;
}

.teams-setup {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 520px);
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.setup-copy h1,
.teams-topbar h1 {
  margin: 8px 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.setup-copy p {
  max-width: 620px;
  color: #c9cfdd;
  font-size: 1.05rem;
  line-height: 1.7;
}

.teams-eyebrow {
  color: #9ea7bd;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.setup-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(22 24 32 / 78%);
  box-shadow: 0 26px 80px rgb(0 0 0 / 34%);
  backdrop-filter: blur(18px);
}

.setup-field {
  display: grid;
  gap: 8px;
  color: #dfe4f1;
  font-weight: 700;
}

.setup-field input {
  min-height: 48px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  background: #0f1117;
  color: #fff;
  padding: 0 14px;
}

.role-picker,
.agent-start-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
  margin: 0;
}

.role-picker legend,
.agent-start-picker legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #dfe4f1;
  font-weight: 800;
}

.role-option {
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
  cursor: pointer;
}

.role-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.role-option[data-selected="true"] {
  border-color: currentColor;
  background: rgb(255 255 255 / 10%);
}

.role-option span {
  color: #aab3c8;
  font-size: 0.88rem;
  line-height: 1.4;
}

.agent-start-picker label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 12px;
  background: rgb(255 255 255 / 5%);
  color: #dfe4f1;
  font-weight: 750;
}

.agent-start-picker label[data-selected="true"] {
  border-color: rgb(72 213 151 / 50%);
  background: rgb(72 213 151 / 14%);
}

.role-customer { color: #66a6ff; }
.role-agent { color: #48d597; }
.role-supervisor { color: #ffaf4d; }
.role-ai-bot { color: #3fe0dc; }

.teams-primary {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: #6264a7;
  color: #fff;
  font-weight: 850;
}

.meeting-error {
  padding: 12px;
  border: 1px solid rgb(255 96 96 / 35%);
  border-radius: 12px;
  background: rgb(110 21 32 / 42%);
  color: #ffd6da;
  overflow-wrap: anywhere;
}

.teams-room {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  height: calc(100vh - 48px);
  min-height: 0;
  overflow: hidden;
}

.teams-topbar,
.teams-controls,
.teams-side,
.teams-stage {
  border: 1px solid rgb(255 255 255 / 11%);
  background: rgb(18 20 28 / 82%);
  box-shadow: 0 20px 60px rgb(0 0 0 / 24%);
}

.teams-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
}

.teams-topbar h1 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  letter-spacing: -0.04em;
}

.room-meta {
  display: grid;
  gap: 4px;
  max-width: min(48vw, 620px);
  text-align: right;
  color: #cfd5e5;
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.room-meta span,
.room-meta strong {
  overflow-wrap: anywhere;
}

.teams-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: stretch;
  min-height: 0;
  overflow: hidden;
}

.teams-layout[data-transcript-open="true"] {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) minmax(320px, 380px);
}

.teams-stage {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 16px;
  border-radius: 18px;
}

.stage-summary {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #aab3c8;
  font-weight: 750;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  align-content: center;
}

.teams-tile {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 18px;
  background: linear-gradient(145deg, rgb(45 49 62 / 92%), rgb(25 28 38 / 92%));
  overflow: hidden;
}

.teams-tile[data-local="true"] {
  outline: 2px solid rgb(255 255 255 / 32%);
  outline-offset: -5px;
}

.tile-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.role-badge,
.local-badge,
.speaking-badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.local-badge { color: #ffffff; }
.speaking-badge { color: #b6ffcf; }

.teams-avatar {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: currentColor;
  color: #101218;
  font-size: 1.55rem;
  font-weight: 900;
  box-shadow: 0 0 0 10px rgb(255 255 255 / 6%);
}

.teams-name {
  align-self: end;
  max-width: 100%;
  color: #fff;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-align: center;
}

.media-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  color: #aab3c8;
  font-size: 0.78rem;
}

.media-state span {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgb(255 255 255 / 7%);
}

.teams-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: #aab3c8;
}

.teams-side {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding: 16px;
  border-radius: 18px;
}

.side-title {
  display: flex;
  justify-content: space-between;
  color: #f4f6fb;
}

.participant-list {
  display: grid;
  gap: 10px;
}

.participant-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgb(255 255 255 / 5%);
}

.participant-row small {
  grid-column: 2;
  color: #9ea7bd;
}

.participant-row span:not(.role-dot) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.transcript-sidebar {
  display: flex;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.transcript-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  background: rgb(255 255 255 / 8%);
  color: #f4f6fb;
  font-size: 0.86rem;
  font-weight: 850;
}

.transcript-toggle[aria-pressed="true"] {
  border-color: rgb(102 166 255 / 42%);
  background: rgb(102 166 255 / 16%);
}

.transcript-toggle strong {
  min-width: 22px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  color: #dfe4f1;
  font-size: 0.74rem;
  text-align: center;
}

.transcript-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
}

.transcript-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #f4f6fb;
}

.transcript-heading span {
  color: #9ea7bd;
  font-size: 0.8rem;
  font-weight: 800;
}

.transcript-note,
.transcript-empty {
  margin: 0;
  color: #9ea7bd;
  font-size: 0.78rem;
  line-height: 1.45;
}

.transcript-list {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 10px;
  min-height: 0;
  overscroll-behavior: contain;
  overflow: auto;
  padding-right: 2px;
}

.transcript-item {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-left: 3px solid #66a6ff;
  border-radius: 12px;
  background: rgb(15 17 23 / 46%);
}

.transcript-item[data-source="bot_tts"] {
  border-left-color: #3fe0dc;
}

.transcript-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 8px;
  color: #f4f6fb;
  font-size: 0.82rem;
}

.transcript-meta strong,
.transcript-item p {
  overflow-wrap: anywhere;
}

.transcript-meta strong {
  min-width: 0;
}

.transcript-meta time,
.transcript-item span {
  color: #9ea7bd;
  font-size: 0.74rem;
}

.transcript-item p {
  margin: 0;
  color: #dfe4f1;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ai-control-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
}

.bot-policy-panel,
.transfer-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
}

.teams-secondary {
  min-height: 36px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 10px;
  background: rgb(255 255 255 / 8%);
  color: #f4f6fb;
  font-weight: 800;
  cursor: pointer;
}

.teams-secondary:hover {
  background: rgb(255 255 255 / 12%);
}

.bot-policy-panel[data-disabled="true"] {
  border-color: rgb(255 255 255 / 8%);
  background: rgb(255 255 255 / 3%);
}

.bot-policy-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: #f4f6fb;
}

.bot-policy-heading small,
.bot-policy-panel p {
  margin: 0;
  color: #9ea7bd;
  font-size: 0.78rem;
}

.bot-policy-hint {
  padding: 9px 10px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 10px;
  background: rgb(255 255 255 / 5%);
  line-height: 1.45;
}

.bot-policy-row {
  display: grid;
  gap: 6px;
  color: #dfe4f1;
  font-size: 0.86rem;
  font-weight: 750;
}

.bot-policy-row span {
  overflow-wrap: anywhere;
}

.bot-policy-row select {
  min-height: 36px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 10px;
  background: #0f1117;
  color: #f4f6fb;
  padding: 0 10px;
}

.bot-policy-row select:disabled {
  color: #858da0;
  background: rgb(15 17 23 / 62%);
}

.ai-control-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  color: #f4f6fb;
}

.ai-control-heading small,
.ai-control-meta {
  color: #9ea7bd;
  font-size: 0.78rem;
  line-height: 1.4;
}

.ai-control-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(63 224 220 / 14%);
  color: #6ee7e4;
}

.ai-mode-switch,
.ai-control-meta {
  display: grid;
  gap: 8px;
}

.ai-mode-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 38px;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 10px;
  background: rgb(255 255 255 / 7%);
  color: #f4f6fb;
  padding: 0 10px;
}

.ai-mode-button[data-active="true"] {
  border-color: rgb(110 231 228 / 45%);
  background: rgb(63 224 220 / 14%);
  color: #e8fffe;
}

.ai-control-error {
  padding: 9px;
  border: 1px solid rgb(255 96 96 / 28%);
  border-radius: 10px;
  background: rgb(110 21 32 / 34%);
  color: #ffd6da;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.role-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.teams-controls {
  position: sticky;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
}

.teams-control,
.leave-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  color: #f4f6fb;
  padding: 0 14px;
}

.teams-control[data-active="true"] {
  background: #6264a7;
}

.bot-profile-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  color: #dfe4f1;
  padding: 0 12px;
}

.bot-profile-picker select {
  border: 0;
  background: transparent;
  color: #f4f6fb;
}

.leave-button {
  border-color: rgb(255 101 101 / 34%);
  background: #c4314b;
}

.whiteboard-placeholder {
  padding: 14px;
  border: 1px dashed rgb(255 255 255 / 18%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
  color: #dfe4f1;
}

.whiteboard-placeholder p {
  margin: 6px 0 0;
  color: #aab3c8;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .teams-setup,
  .teams-layout {
    grid-template-columns: 1fr;
  }

  .teams-layout[data-transcript-open="true"] {
    grid-template-columns: 1fr;
  }

  .room-meta {
    max-width: 100%;
    text-align: left;
  }

  .teams-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

}

@media (max-width: 640px) {
  .meeting-shell {
    padding: 12px;
  }

  .role-picker,
  .agent-start-picker {
    grid-template-columns: 1fr;
  }

  .teams-grid {
    grid-template-columns: 1fr;
  }

  .teams-control span {
    display: none;
  }

  .topbar-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

