html.geobit-cursor-on,html.geobit-cursor-on *{cursor:none!important}.gb-cursor{position:fixed;top:0;left:0;width:0;height:0;pointer-events:none;z-index:2147483647;opacity:0;transition:opacity .25s}.gb-cursor.is-visible{opacity:1}.gb-cursor-frame{position:fixed;top:0;left:0;width:28px;height:28px;margin:-14px 0 0 -14px;pointer-events:none;transition:width .18s,height .18s,margin .18s;will-change:transform,width,height}.gb-corner{position:absolute;width:8px;height:8px;border:2px solid var(--accent-cyan,#00e5ff);border-radius:0!important}.gb-corner.tl{top:0;left:0;border-right:none;border-bottom:none}.gb-corner.tr{top:0;right:0;border-left:none;border-bottom:none}.gb-corner.bl{bottom:0;left:0;border-right:none;border-top:none}.gb-corner.br{bottom:0;right:0;border-left:none;border-top:none}.gb-cursor-dot{position:fixed;top:0;left:0;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:var(--accent-pink,#ff3db8);pointer-events:none;will-change:transform}.gb-cursor.is-hover .gb-cursor-frame{width:46px;height:46px;margin:-23px 0 0 -23px}.gb-cursor.is-hover .gb-corner{border-color:var(--accent-cyan,#00e5ff)}.gb-cursor.is-down .gb-cursor-frame{width:22px;height:22px;margin:-11px 0 0 -11px}@media (hover:none),(pointer:coarse){.gb-cursor,.gb-cursor-dot{display:none!important}html.geobit-cursor-on,html.geobit-cursor-on *{cursor:auto!important}}