.ambient-glow{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.ambient-glow span{aspect-ratio:1;filter:blur(64px);background:radial-gradient(circle, color-mix(in srgb, var(--color-brand-primary) 20%, transparent), transparent 70%);border-radius:50%;width:min(72vw,640px);position:absolute}.ambient-glow span:first-child{top:8%;left:-8%}.ambient-glow span:last-child{background:radial-gradient(circle, color-mix(in srgb, var(--color-brand-accent) 24%, transparent), transparent 70%);bottom:4%;right:-8%}@media (prefers-reduced-motion:no-preference){.ambient-glow span{animation:16s ease-in-out infinite alternate ambient-glow-drift}.ambient-glow span:last-child{animation-direction:alternate-reverse;animation-delay:-8s}}@keyframes ambient-glow-drift{0%{transform:translateY(-24px)scale(.95)}to{transform:translate(48px,40px)scale(1.08)}}
