:root{--quantum:#2DD4BF;--indigo:#6366F1}body{background-color:#050812;overflow-x:hidden}.bg-grid{background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 0);background-size:68px 68px;mask-image:radial-gradient(ellipse 90% 80% at 50% 50%,#000 60%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 50%,#000 60%,transparent 100%)}.bg-grid,.bg-orbs{position:fixed;inset:0;pointer-events:none;z-index:0}.bg-orbs{overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(132px);animation:drift 22s ease-in-out infinite alternate}.orb-1{width:820px;height:540px;background:var(--indigo);top:18%;left:calc(50% - 560px);animation-delay:0s;opacity:.052}.orb-2{width:760px;height:520px;background:var(--quantum);top:34%;left:calc(50% - 90px);animation-delay:-8s;opacity:.036}.orb-3{width:620px;height:500px;background:#3730a3;top:42%;left:calc(50% - 310px);animation-delay:-15s;opacity:.032}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(50px,35px) scale(1.06)}}