.tab-btn.active {
  border-bottom-color: #2563eb;
  color: #2563eb;
}

.intent-high { color: #dc2626; font-weight: 600; }
.intent-medium { color: #f59e0b; font-weight: 600; }
.intent-low { color: #6b7280; }

.snippet-box {
  background: #1e293b;
  color: #e2e8f0;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: monospace;
  font-size: 13px;
  position: relative;
  overflow-x: auto;
}

.snippet-box .copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #475569;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}

.snippet-box .copy-btn:hover {
  background: #64748b;
}
