.logo-stage{align-items:center;display:inline-flex;height:calc(var(--spacing)*96);isolation:isolate;justify-content:center;position:relative;width:calc(var(--spacing)*96)}.logo{height:100%;position:relative;width:100%;z-index:1}.glow-ambient,.glow-ring{border-radius:50%;mix-blend-mode:color-burn;pointer-events:none;position:absolute;z-index:2}.glow-ring{animation:rotate-glow 15s linear infinite,shimmer-pulse 13s ease-in-out infinite;background:conic-gradient(from 0deg,oklch(.5069 .2126 274.84),oklch(.8184 .1731 144.34),oklch(.697 .1251 281.62),oklch(.5069 .2126 274.84));filter:blur(32px);inset:-120px;opacity:.7}.glow-ambient{animation:rotate-glow 20s linear infinite reverse,shimmer-pulse 16s ease-in-out 1.5s infinite;background:conic-gradient(from 180deg,oklch(.697 .1251 281.62),oklch(.8184 .1731 144.34),oklch(.5069 .2126 274.84),oklch(.5069 .2126 274.84));filter:blur(60px);inset:-220px;opacity:.25}@keyframes rotate-glow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer-pulse{0%,to{opacity:.5}50%{opacity:1}}