/* Slimbot Meet — lichte schil, donker videovlak (schermdelen blijft scherp). */
:root {
  --brand-primary: #00a86b;
  --brand-accent: #00a86b;
  --bg: #f1f5f9;
  --topbar-bg: #ffffff;
  --sidebar-bg: #ffffff;
  --sidebar-border: #e2e8f0;
  --input-bg: #ffffff;
  --text: #0f172a;
  --text-muted: #475569;
  --text-dim: #64748b;
  --ai-bubble: #ecfdf5;
  --ai-border: #bbf7d0;
  --bg-card: #ffffff;
  --bg-input: #ffffff;
  --border: #e2e8f0;
  --border-focus: #00a86b;
  --red: #dc2626;
  --shadow: 0 8px 24px rgba(15, 23, 42, .08);
  --shadow-glow: 0 0 0 1px rgba(0, 168, 107, .12);
}
html, body { background: var(--bg); color: var(--text); }
#topbar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.tb-logo-text { color: #0f172a; }
.tb-logo-text span { color: #00a86b; }
.tb-title { color: #475569; }
.tb-code-badge {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #047857;
}
.tb-btn { color: #334155; }
#stage { background: #0f172a; }
#sidebar {
  background: #fff;
  border-left: 1px solid #e2e8f0;
  color: #0f172a;
}
.tab-btn { color: #64748b; }
.tab-btn.active { color: #00a86b; border-bottom-color: #00a86b; }
.chat-input, .ai-transcript-box {
  background: #fff;
  border-color: #e2e8f0;
  color: #0f172a;
}
.ai-transcript-box { background: #f8fafc; }
.chat-msg-body { background: #f1f5f9; color: #334155; }
.chat-msg-own .chat-msg-body { background: #ecfdf5; }
.ai-msg-ai { background: #ecfdf5; border-color: #bbf7d0; color: #0f172a; }
.ai-msg-user { background: #f1f5f9; color: #475569; }
.participant-item { background: #f8fafc; }
.p-role-host { background: #ecfdf5; color: #047857; }
.p-role-team { background: #eef2ff; color: #4338ca; }
.p-role-guest { background: #f1f5f9; color: #64748b; }
#notes-area { color: #0f172a; background: #fff; }
.notes-save-btn { color: #047857; }
.tool-item { background: #f8fafc; border: 1px solid #e2e8f0; color: inherit; text-decoration: none; }
.doc-item { background: #f8fafc; }
#toast { background: #0f172a; color: #fff; }
.sheet-card { background: #fff; color: #0f172a; }
#video-grid.has-screen {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-content: stretch;
}
#video-grid.has-screen .video-tile.is-stage {
  flex: 1;
  min-height: 0;
  aspect-ratio: auto;
  width: 100%;
}
#video-grid.has-screen .video-tile.is-stage video {
  object-fit: contain;
  background: #020617;
}
#video-grid.has-screen .pip-strip {
  display: flex;
  gap: 6px;
  height: 88px;
  flex-shrink: 0;
  overflow-x: auto;
  padding: 0 4px 4px;
}
#video-grid.has-screen .pip-strip .video-tile {
  width: 140px;
  height: 80px;
  min-height: 80px;
  aspect-ratio: auto;
  flex: 0 0 140px;
}
body.lobby-light {
  background: #f1f5f9;
  color: #0f172a;
}
.lobby-light .hero-badge,
.lobby-light .card,
.lobby-light .tools-strip {
  background: #fff;
  border-color: #e2e8f0;
}
.lobby-light h1, .lobby-light h2 { color: #0f172a; }
.lobby-light p, .lobby-light .login-hint { color: #475569; }
.acl-select {
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 3px 8px;
  background: #fff;
  color: #334155;
  font-family: inherit;
}
