#lock-screen,
#party-screen {
  width: 100%;
  transition: opacity 0.6s ease;
}

#lock-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 40px 20px;
  text-align: center;
  gap: 28px;
}

#party-screen {
  display: none;
  padding: 0 0 40px;
}

.lock-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 20px;
  padding: 5px 14px;
  background: rgba(201, 168, 76, 0.12);
}

.lock-title {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

.lock-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  max-width: 320px;
}

.pin-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pin-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
}

.pin-dots {
  display: flex;
  gap: 12px;
}

.pin-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s, border-color 0.2s;
}

.pin-dot.filled {
  background: #c9a84c;
  border-color: #c9a84c;
}

.pin-dot.error {
  background: #e87a7a;
  border-color: #e87a7a;
}

.pin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 200px;
}

.pin-btn {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  padding: 14px 0;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  font-family: inherit;
}

.pin-btn:hover {
  background: #161616;
  border-color: rgba(255, 255, 255, 0.14);
}

.pin-btn:active {
  background: rgba(201, 168, 76, 0.1);
  border-color: #c9a84c;
}

.pin-btn.del {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.pin-error {
  font-size: 11px;
  color: #e87a7a;
  letter-spacing: 1px;
  min-height: 16px;
  transition: opacity 0.2s;
}

.powered {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 2px;
}

.powered span {
  color: #c9a84c;
}

.pin-sub{
  font-size: 15px;
  color: #a5a5a5;
  letter-spacing: 1px;
}

/* ── PARTY SCREEN ── */
.party-hero {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 36px 32px 28px;
  text-align: center;
}

.party-eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 14px;
}

.party-title {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 8px;
}

.party-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}

.party-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 5px 13px;
  background: rgba(255, 255, 255, 0.08);
}

.meta-chip i {
  font-size: 13px;
  color: #c9a84c;
}

.party-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Countdown */
.countdown-block {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.countdown-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin-bottom: 16px;
}

.countdown-row {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 60px;
}

.cd-num {
  font-size: 36px;
  font-weight: 500;
  color: #c9a84c;
  line-height: 1;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 8px 12px;
  min-width: 60px;
}

.cd-lbl {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
}

.cd-sep {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

/* Schedule */
.section-heading {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin-bottom: 14px;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  overflow: hidden;
}

.sched-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #111111;
  padding: 14px 18px;
  transition: background 0.15s;
}

.sched-row:hover {
  background: #161616;
}

.sched-row.active-event {
  background: rgba(201, 168, 76, 0.06);
  border-left: 2px solid #c9a84c;
}

.sched-time {
  font-size: 12px;
  color: #c9a84c;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 52px;
}

.sched-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
}

.sched-row.active-event .sched-dot {
  background: #c9a84c;
}

.sched-name {
  font-size: 13px;
  color: #ffffff;
  flex: 1;
}

.sched-badge {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a84c;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 2px;
  padding: 2px 7px;
}

/* Song requests */
.song-section {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  overflow: hidden;
}

.song-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.song-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.song-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.song-input-row {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.song-input {
  flex: 1;
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
  color: #ffffff;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}

.song-input:focus {
  border-color: rgba(201, 168, 76, 0.25);
}

.song-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.song-send {
  background: #c9a84c;
  color: #0d0d0d;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.song-send:hover {
  opacity: 0.85;
}

.song-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 200px;
  overflow-y: auto;
}

.song-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.song-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #c9a84c;
  flex-shrink: 0;
}

.song-text {
  flex: 1;
}

.song-track {
  font-size: 12px;
  color: #ffffff;
}

.song-guest {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.song-icon {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.15);
}

/* Guest check-in strip */
.checkin-strip {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.checkin-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkin-icon {
  width: 42px;
  height: 42px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9a84c;
  flex-shrink: 0;
}

.checkin-label {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

.checkin-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}

.checkin-stat {
  text-align: right;
}

.stat-big {
  font-size: 28px;
  font-weight: 500;
  color: #c9a84c;
}

.stat-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
}