/* Decorative project orbit shared by the main homepage. */
body[data-page="index"] .hero:has(.lw-universe){height:auto;min-height:0}
.hero > .lw-universe{flex-shrink:0}
.lw-universe{height:360px;position:relative;isolation:isolate;width:min(100%,540px);margin:0 auto 26px;background:radial-gradient(ellipse at center,#18355566,transparent 65%)}
.lw-orbit{position:absolute;border:1px solid #a3c6ef25;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-25deg);pointer-events:none}.lw-orbit-one{width:86%;height:74%}.lw-orbit-two{width:64%;height:100%;transform:translate(-50%,-50%) rotate(45deg);border-style:dashed}
.lw-world-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.lw-world-center img{width:180px;height:180px;object-fit:contain}
.lw-satellite{position:absolute;left:0;top:0;display:flex;gap:10px;align-items:center;justify-content:center;box-sizing:border-box;width:148px;padding:12px 10px;border:1px solid #304153;border-radius:12px;background:#101b2a;color:#f3f6fa;font-size:14px;white-space:nowrap;cursor:default;offset-path:ellipse(calc(50% - 78px) calc(50% - 44px) at 50% 50%);offset-anchor:center;offset-rotate:0deg;offset-distance:var(--phase);animation:lw-revolve 48s linear infinite;animation-delay:var(--delay)}
.lw-satellite img{width:36px;height:36px;object-fit:contain}
@keyframes lw-revolve{from{offset-distance:0%}to{offset-distance:100%}}
.lw-universe[data-paused] .lw-satellite{animation-play-state:paused}
.lw-motion-toggle{position:absolute;right:0;bottom:0;width:32px;height:32px;border:1px solid #304153;border-radius:50%;background:#101b2a;color:#b5c9de;cursor:pointer;font:14px sans-serif;z-index:2}.lw-motion-toggle:focus-visible{outline:2px solid #79e4ff;outline-offset:4px}
@media(max-width:560px){.lw-satellite{width:124px;font-size:12px;padding:9px;gap:6px;offset-path:ellipse(calc(50% - 66px) calc(50% - 40px) at 50% 50%)}.lw-satellite img{width:30px;height:30px}.lw-world-center img{width:150px;height:150px}}
@media(max-width:420px){.lw-universe{height:310px}.lw-satellite{width:100px;gap:4px;padding:8px 4px;font-size:11px;offset-path:ellipse(calc(50% - 52px) calc(50% - 34px) at 50% 50%)}.lw-satellite img{width:24px;height:24px}.lw-world-center img{width:110px;height:110px}}
@media(prefers-reduced-motion:reduce){.lw-satellite{animation:none}.lw-motion-toggle{display:none}}
