/* Setup Tab */
#setup-section {
  width: 100%;
  max-width: 800px;
}

.setup-container {
  width: calc(100% - 4rem);
  background: var(--card-bg);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.setup-container h2 { color: #3c4043; margin-top: 0; }

