.v2-session-debug {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.v2-session-debug-mode {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
}

.v2-session-mode-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-session-mode-pill[data-mode="live"] {
  background: rgba(118, 224, 160, 0.2);
  color: #76e0a0;
  border: 1px solid rgba(118, 224, 160, 0.45);
}

.v2-session-mode-pill[data-mode="test"] {
  background: rgba(217, 164, 65, 0.18);
  color: #d9a441;
  border: 1px solid rgba(217, 164, 65, 0.45);
}

.v2-session-mode-pill[data-mode="demo"] {
  background: rgba(160, 120, 255, 0.18);
  color: #c8b4ff;
  border: 1px solid rgba(160, 120, 255, 0.4);
}

.v2-session-debug-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 6px 12px;
  font-size: 13px;
  margin: 0 0 12px;
}

.v2-session-debug-grid dt {
  margin: 0;
  color: #6a9ab8;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.v2-session-debug-grid dd {
  margin: 0;
  word-break: break-all;
}

.v2-session-debug-grid code {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: #dce8f0;
}

.v2-tn-dev-footer {
  margin-top: 16px;
  padding: 12px 0 6px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.v2-tn-dev-footer.hidden {
  display: none !important;
}

.v2-tn-reset-link {
  background: none;
  border: none;
  color: #6a8a9a;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
  padding: 4px 8px;
}

.v2-tn-reset-link:hover {
  color: #9ab8c8;
}
