/* Shared app styles */
body { background: #f8f9fa; }

/* Projector screen — large display */
.projector-body {
  background: #1a1a2e;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projector-number {
  font-size: 18vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.projector-label {
  font-size: 3vw;
  opacity: 0.7;
  margin-top: 0.5rem;
}

.projector-title {
  font-size: 5vw;
  font-weight: 700;
}

.projector-subtitle {
  font-size: 2.5vw;
  opacity: 0.8;
}

.projector-amount {
  font-size: 12vw;
  font-weight: 900;
  color: #4ade80;
}

.projector-countdown {
  font-size: 8vw;
  font-weight: 700;
  color: #fbbf24;
}

.qr-container canvas, .qr-container img {
  border: 8px solid white;
  border-radius: 8px;
}

/* Bidder screen — mobile optimized */
.bidder-body {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bidder-card {
  min-height: 100vh;
  border-radius: 0;
}

/* Share selector buttons */
.share-btn {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: all 0.15s;
}

.share-btn.active {
  border-color: #6c5ce7;
  background: #6c5ce7;
  color: white;
}

.share-btn:hover:not(.active) {
  border-color: #6c5ce7;
  color: #6c5ce7;
}

/* Confetti canvas overlay */
#confetti-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* Countdown ring — simple text display */
.countdown-display {
  font-size: 10vw;
  font-weight: 700;
  color: #fbbf24;
  text-shadow: 0 0 20px rgba(251,191,36,0.5);
}

/* Admin screen */
.state-badge {
  font-size: 0.75rem;
  padding: 0.25em 0.6em;
}

.round-card { margin-bottom: 1rem; }

/* Progress bar */
.bid-progress {
  height: 8px;
  border-radius: 4px;
}
