*, *::before, *::after { box-sizing: border-box; }
  body { margin: 0; background: #FBFCF7; }
  a { color: #5B43A6; text-decoration: none; }
  a:hover { color: #7C5CD6; }
  ::selection { background: #16181D; color: #FBFCF7; }
  input, button { font: inherit; }
  @keyframes bf-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes bf-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  @keyframes bf-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) { * { animation: none !important; } }
