.orbital-wrap {width: 100%;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;}.orbital-base, .rotate-left, .rotate-right, .orbital-top, .voice-bars {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}.orbital-base {z-index: 1;transform: translate(-50%, -50%) scale(2) rotate(90deg);transform-origin: center;animation: pulse 8s ease-in-out infinite;}.rotate-left {z-index: 2;animation: spinL 5s linear infinite;transform: scale(1.5);}.rotate-right {z-index: 2;animation: spinR 4s linear infinite;transform-origin: center;}.orbital-top {z-index: 3;transform: translate(-50%, -50%);}.orbital-wrap svg {display: block;width: 100%;height: auto;overflow: visible;}@keyframes spinL {0% {transform: translate(-50%, -50%) rotate(0deg);}100% {transform: translate(-50%, -50%) rotate(-360deg);}}@keyframes spinR {0% {transform: translate(-50%, -50%) rotate(0deg);}100% {transform: translate(-50%, -50%) rotate(360deg);}}@keyframes pulse {0%, 100% {transform: translate(-50%, -50%) scale(1.3) rotate(10deg);}50% {transform: translate(-50%, -50%) scale(1.5) rotate(15deg);}}.voice-bars {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: flex;gap: 4px;align-items: center;z-index: 10;}.voice-bars .bar {width: 4px;height: 30px;background: #333;border-radius: 2px;transform-origin: center center;animation: scalePulse 1.3s ease-in-out infinite;}.bar:nth-child(1) {animation-name: pulse1;animation-delay: 0s;background-color: #C4B7F9;}.bar:nth-child(2) {animation-name: pulse2;animation-delay: 0.1s;background-color: #F9C8B1 ;}.bar:nth-child(3) {animation-name: pulse3;animation-delay: 0.2s;background-color: #A3D3D3 ;}.bar:nth-child(4) {animation-name: pulse4;animation-delay: 0.05s;background-color: #A3D3D3;}.bar:nth-child(5) {animation-name: pulse5;animation-delay: 0.15s;background-color: #C4B7F9;}.bar:nth-child(6) {animation-name: pulse3;animation-delay: 0.25s;background-color: #A3D3D3;}.bar:nth-child(7) {animation-name: pulse1;animation-delay: 0.12s;background-color: #F9C8B1 ;}.bar:nth-child(8) {animation-name: pulse4;animation-delay: 0.3s;background-color: #C4B7F9;}.bar:nth-child(9) {animation-name: pulse2;animation-delay: 0.18s;background-color: #A3D3D3;}.bar:nth-child(10) {animation-name: pulse5;animation-delay: 0.22s;background-color: #F9C8B1 ;}@keyframes pulse1 {0%, 100% {height: 4px;}50% {height: 42px;}}@keyframes pulse2 {0%, 100% {height: 2px;}50% {height: 50px;}}@keyframes pulse3 {0%, 100% {height: 20px;}50% {height: 44px;}}@keyframes pulse4 {0%, 100% {height: 10px;}50% {height: 40px;}}@keyframes pulse5 {0%, 100% {height: 22px;}50% {height: 38px;}}@media (max-width: 600px){.orbital-wrap {width: 85vw;right: 5px;margin: 0;}}