.master-sphere-static{--master-sphere-size:min(62vh,640px);--master-sphere-overlay-opacity:0.5;position:relative;width:var(--master-sphere-size);max-width:92vw;display:grid;place-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.master-sphere-static__image,.master-sphere-static__reference{grid-area:1/1;display:block;width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.master-sphere-static__image{opacity:1;animation-name:sopher-sphere-breathe;animation-duration:8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:both;transform-origin:center center;backface-visibility:hidden}@keyframes sopher-sphere-breathe{0%{transform:scale(1)}to{transform:scale(1.015)}}.master-sphere-static__reference{opacity:var(--master-sphere-overlay-opacity);mix-blend-mode:difference}.master-sphere-static--debug{outline:1px dashed rgba(184,137,35,.45);outline-offset:6px}@media (prefers-reduced-motion:reduce){.master-sphere-static,.master-sphere-static *{animation:none!important;transition:none!important}}