.powered-by-logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;.icon,.logo{width:32px;height:32px}}.brand-content{justify-content:center;gap:8px}.brand-content,.solar-system{display:flex;flex-direction:column}.solar-system{position:relative;width:350px;height:350px;margin:0 auto;justify-content:flex-end}.orbit-lines-svg{position:absolute;top:0;left:0;transform:translate(-50%,-50%);width:350px;height:350px;z-index:1;pointer-events:none;animation:slowSpin 20s linear infinite}.orbit-ring{z-index:5}.static-sun{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;z-index:10;background:radial-gradient(circle,rgba(236,122,8,.4) 0,rgba(236,122,8,0) 60%);border-radius:50%;display:flex;justify-content:center;align-items:center}.static-sun a{pointer-events:auto;width:48px;height:48px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,filter .3s ease;&:hover{transform:scale(1.1)}}.static-sun .logo{width:100%;height:auto;filter:none}.orbit-ring{width:100%;height:100%;position:absolute;animation:slowSpin 60s linear infinite}.orbit-item{position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;--angle:45deg;--radius:100px;transform:rotate(var(--angle)) translate(var(--radius)) rotate(calc(var(--angle) * -1))}.counter-rotator{width:100%;height:100%;animation:slowSpinReverse 60s linear infinite}.counter-rotator img,.counter-rotator svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease,filter .3s ease}.counter-rotator:hover img,.counter-rotator:hover svg{filter:none;transform:scale(1.2)}@keyframes slowSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slowSpinReverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.anchor-line{width:1px;height:50px;background:linear-gradient(180deg,rgba(255,255,255,.1) 10%,rgba(236,122,8,1) 50%,rgba(255,255,255,.1));margin:0 auto 8px}.brand-footer{opacity:.6;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;text-align:center;margin-bottom:64px}.dynamic-word{color:rgb(236,122,8)}.fade-out{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}.fade-in{visibility:visible;opacity:1;transition:visibility 2s 0s,opacity 2s linear}