/* PHAENACORY HUD — static preview mockup (index) */
.pha-hud-preview {
  margin: 8px 0 24px;
  padding: 0;
}

.pha-hud-preview__stage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 28px 16px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(6, 16, 28, 0.6) 0%, rgba(13, 30, 51, 0.85) 100%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 18px,
      rgba(0, 180, 216, 0.03) 18px,
      rgba(0, 180, 216, 0.03) 19px
    );
  border: 1px solid rgba(0, 180, 216, 0.22);
}

.pha-hud-box {
  width: min(100%, 280px);
  padding: 10px 12px 11px;
  border-radius: 6px;
  background: rgba(4, 10, 18, 0.92);
  border: 1px solid rgba(0, 180, 216, 0.35);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 8px 32px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(0, 180, 216, 0.12);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #b8d4ea;
  letter-spacing: 0.02em;
}

.pha-hud-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pha-hud-brand {
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: #00b4d8;
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 180, 216, 0.25);
}

.pha-hud-phase {
  font-weight: 700;
  color: #e8f4ff;
}

.pha-hud-accent {
  color: #00b4d8;
  font-weight: 700;
}

.pha-hud-speed {
  color: #ffd778;
  font-weight: 700;
}

.pha-hud-muted {
  opacity: 0.72;
  font-size: 0.66rem;
}

.pha-hud-maneuver {
  color: #51cf66;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pha-hud-pocket {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px dashed rgba(0, 180, 216, 0.2);
  font-weight: 700;
  color: #e8f4ff;
}

.pha-hud-preview__caption {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #8ba3c7;
}

.pha-hud-preview__caption strong {
  color: #00b4d8;
  font-weight: 700;
}

@media (max-width: 480px) {
  .pha-hud-preview__stage {
    min-height: 190px;
    padding: 20px 12px;
  }

  .pha-hud-box {
    width: 100%;
    font-size: 0.66rem;
  }

  .pha-hud-brand {
    font-size: 0.76rem;
  }
}
