/* Flashback Brand Gradients - Matching the Swift app */

.flashback-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: 
    radial-gradient(circle at 13% 18%, rgba(255, 134, 225, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 47% 6%, rgba(137, 188, 255, 0.15) 0%, transparent 60%);
}