.crosshair-separator.svelte-cysdcr{position:relative;left:50%;color:#d8d8d8;--h-no-unit:var(--sep-h);--w-no-unit:var(--sep-w);--hoff-no-unit:var(--sep-hoff);--woff-no-unit:var(--sep-woff);--h: calc(var(--h-no-unit) * 1px);--w: calc(var(--w-no-unit) * 1px);--hoff: calc(var(--hoff-no-unit) * 1px);--woff: calc(var(--woff-no-unit) * 1px);--g-hoff: calc((.5 - var(--hoff-no-unit) / var(--h-no-unit))*100%);--g-woff: calc((.5 - var(--woff-no-unit) / var(--w-no-unit))*100% )}.crosshair-separator.svelte-cysdcr:after{content:"";position:absolute;width:1px;height:var(--h);top:calc(var(--h) * -.5 + .5px + var(--hoff));left:0;background:linear-gradient(180deg,rgba(217,217,217,0) 0%,currentColor var(--g-hoff),rgba(217,217,217,0) 100%)}.crosshair-separator.svelte-cysdcr:before{content:"";position:absolute;width:var(--w);height:1px;top:0;left:calc(var(--w) * -.5 + .5px + var(--woff));background:linear-gradient(90deg,rgba(217,217,217,0) 0%,currentColor var(--g-woff),rgba(217,217,217,0) 100%)}
