/* Public applicant profile (/ref/:handle) — the page is built from Tailwind/daisyUI
   utilities; only what can't be expressed as utilities lives here. */

/* Striped placeholder behind video posters while they load. */
.pp-stripes {
  background: repeating-linear-gradient(135deg, oklch(0.915 0.012 85) 0 9px, oklch(0.95 0.008 85) 9px 18px);
}

/* Ring pulse on the featured play button — used via animate-[pp-play-pulse_2.6s_ease_infinite]. */
@keyframes pp-play-pulse {
  0% { box-shadow: 0 0 0 0 oklch(0.55 0.1 180 / 0.4); }
  70%, 100% { box-shadow: 0 0 0 16px oklch(0.55 0.1 180 / 0); }
}
