.earth-container:where(.astro-BZBICQU4){perspective:1000px;animation:float 6s ease-in-out infinite}.earth:where(.astro-BZBICQU4){width:100%;height:100%;background:url(/assets/earth-map.png)repeat-x;background-size:cover;border-radius:50%;filter:grayscale(100%) brightness(.9);box-shadow:inset 0 0 50px #0009,0 0 20px #0003,-5px -5px 50px #ffffff1a inset,5px 5px 50px #0003 inset;animation:spin 20s linear infinite;transform-style:preserve-3d;position:relative}.earth:where(.astro-BZBICQU4):before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.15)0,rgba(0,0,0,.3) 100%);pointer-events:none}@keyframes spin{0%{background-position-x:0}to{background-position-x:200%}}@keyframes float{0%{transform:translateY(0) rotateX(15deg)}50%{transform:translateY(-20px) rotateX(15deg)}to{transform:translateY(0) rotateX(15deg)}}