.animated-bg-container{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.orbit-system{width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.house-center{z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-wrapper{transform-origin:50%;width:100%;height:100%;position:absolute;top:50%;left:50%}.orbit-clockwise,.orbit-counter{transform:translate(-50%,-50%)rotate(var(--start-angle,0deg))}.orb{filter:blur(8px);border-radius:50%;position:absolute}.orb-inner{width:20px;height:20px;top:calc(50% - 120px);left:calc(50% - 10px)}.orb-middle{width:16px;height:16px;top:calc(50% - 200px);left:calc(50% - 8px)}.orb-outer{width:12px;height:12px;top:calc(50% - 280px);left:calc(50% - 6px)}@keyframes rotate-clockwise{0%{transform:translate(-50%,-50%)rotate(var(--start-angle,0deg))}to{transform:translate(-50%,-50%)rotate(calc(var(--start-angle,0deg) + 360deg))}}@keyframes rotate-counter{0%{transform:translate(-50%,-50%)rotate(var(--start-angle,0deg))}to{transform:translate(-50%,-50%)rotate(calc(var(--start-angle,0deg) - 360deg))}}
