/* Phone once during scan — next to progress bar */

#prank-shell:not(.prank-shell--failed) #mac-corner {
  display: none;
}

.scan-progress-phone {
  margin: 14px 0 0;
  padding: 12px 16px;
  text-align: center;
  border-radius: 6px;
}

.scan-progress-phone-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.9;
}

.scan-progress-phone-num {
  display: block;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.scan-progress-phone--mac {
  max-width: 420px;
  background: rgba(255, 69, 58, 0.12);
  border: 1px solid rgba(255, 69, 58, 0.35);
}

.scan-progress-phone--mac .scan-progress-phone-num {
  color: #2997ff;
}

.scan-progress-phone--win {
  max-width: 400px;
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.2);
  border-left: 4px solid #fff;
  text-align: left;
}

.scan-progress-phone--win .scan-progress-phone-label {
  color: rgba(255, 255, 255, 0.9);
}

.scan-progress-phone--win .scan-progress-phone-num {
  color: #fff;
  font-size: clamp(24px, 4vw, 34px);
}

/* Flashing support number — high visibility */
@keyframes phone-flash-pulse {
  0%,
  45% {
    background-color: #ffeb3b;
    color: #000;
    box-shadow: 0 0 0 2px #ffeb3b;
  }
  55%,
  100% {
    background-color: #e81123;
    color: #fff;
    box-shadow: 0 0 14px rgba(232, 17, 35, 0.75);
  }
}

.phone-flash__num,
.win-phone-flash__num,
.mac-phone-flash__num {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.35;
  white-space: nowrap;
  animation: phone-flash-pulse 0.9s step-end infinite;
  -webkit-animation: phone-flash-pulse 0.9s step-end infinite;
  text-decoration: none !important;
}

.scan-progress-phone-num.phone-flash__num,
.bsod-phone-hero-num .phone-flash__num {
  font-size: inherit;
  padding: 4px 12px;
}
