body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.scanlines {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: .12;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, #000 4px);
}
@keyframes status-pulse {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}
.pulse-dot { animation: status-pulse 1.7s steps(2, end) infinite; }
@keyframes panel-ready {
  0% { box-shadow: inset 0 0 0 transparent; }
  50% { box-shadow: inset 0 0 24px #b9e65a18; }
  100% { box-shadow: inset 0 0 0 transparent; }
}
.draft-panel.ready, .decision-panel.unlocked { animation: panel-ready .8s ease-out 1; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
