.lightpix-wrap {
  max-width: 800px;
}

.lightpix-wrap h1 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.lightpix-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lightpix-card h2 {
  font-size: 1.15rem;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}

/* Status */
.lightpix-status {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.lightpix-connected {
  background: #ecfdf5;
  color: #065f46;
}

.lightpix-disconnected {
  background: #fef2f2;
  color: #991b1b;
}

/* Stats */
.lightpix-stats {
  display: flex;
  gap: 2rem;
}

.lightpix-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 8px;
}

.lightpix-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #4f46e5;
}

.lightpix-stat-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

/* Quality slider */
#lightpix_quality {
  width: 300px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#quality-display {
  font-weight: 600;
  color: #4f46e5;
}

/* Progress bar */
.lightpix-progress-bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin: 1rem 0 0.5rem;
}

.lightpix-progress-fill {
  height: 100%;
  background: #4f46e5;
  border-radius: 4px;
  width: 0%;
  transition: width 0.3s ease;
}

#bulk-status {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Footer */
.lightpix-footer {
  text-align: center;
  padding: 1rem 0;
  color: #9ca3af;
  font-size: 0.85rem;
}

.lightpix-footer a {
  color: #4f46e5;
  text-decoration: none;
}

.lightpix-footer a:hover {
  text-decoration: underline;
}
