@use "palette" as *; // Layer 0 — heartbeat line // Fin trait magenta en haut de l'écran — "le système est vivant" window.Heartbeat { background: transparent; > box { // gradient uses rgba() which SCSS understands natively background: linear-gradient( to right, rgba(255, 77, 166, 0.0), rgba(255, 77, 166, 0.6), rgba(201, 160, 255, 0.8), rgba(255, 77, 166, 0.6), rgba(255, 77, 166, 0.0) ); min-height: 2px; } }