.tando-web-backdrop{pointer-events:none;background-color:#0b0e1f;position:absolute;inset:0;overflow:hidden}.tando-web-backdrop__orb{aspect-ratio:1;filter:blur(84px);opacity:.22;will-change:transform, opacity;border-radius:50%;width:min(70vw,900px);position:absolute;transform:translate(0,0)}.tando-web-backdrop__dot{will-change:opacity;background:#fff9;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite tando-backdrop-pulse;position:absolute}.tando-web-backdrop__orb--violet{background:#5b3fd6;animation:34s ease-in-out infinite alternate tando-backdrop-violet;top:-30%;left:-20%}.tando-web-backdrop__orb--blue{background:#3a6ff7;animation:40s ease-in-out infinite alternate tando-backdrop-blue;top:22%;right:-28%}.tando-web-backdrop__orb--coral{background:#ff5e62;animation:28s ease-in-out infinite alternate tando-backdrop-coral;bottom:-42%;right:8%}@keyframes tando-backdrop-violet{0%{opacity:.15;transform:translate(-3%,-2%)scale(.94)}to{opacity:.25;transform:translate(18%,12%)scale(1.08)}}@keyframes tando-backdrop-blue{0%{opacity:.13;transform:translate(7%,-5%)scale(1.04)}to{opacity:.23;transform:translate(-18%,14%)scale(.91)}}@keyframes tando-backdrop-coral{0%{opacity:.12;transform:translate(-5%,8%)scale(.9)}to{opacity:.21;transform:translate(13%,-12%)scale(1.08)}}@keyframes tando-backdrop-pulse{0%,to{opacity:.4}50%{opacity:.9}}@media (width<=480px){.tando-web-backdrop{display:none}}@media (prefers-reduced-motion:reduce){.tando-web-backdrop__orb,.tando-web-backdrop__dot{animation:none}}