/**handles:geshmak-icon-button,geshmak-icon-button-cursor,geshmak-progress-bar,geshmak-progress-ring**/
.geshmak-icon-button__icon,.geshmak-icon-button__sep{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0;width:1em;height:1em}.geshmak-icon-button__icon svg,.geshmak-icon-button__sep svg{display:block;width:100%;height:100%}.geshmak-icon-button__text{flex:0 1 auto;line-height:1.2}
.gshmk-btn-cursor{position:fixed;top:0;left:0;z-index:2147483600;pointer-events:none;opacity:0;transform:translate3d(-50%,-50%,0);will-change:transform,opacity;transition:opacity .18s ease}.gshmk-btn-cursor.is-visible{opacity:var(--gshmk-btn-cursor-opacity, 1)}.gshmk-btn-cursor svg{display:block;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.gshmk-btn-cursor{display:none!important}}
.geshmak-progress-bar{top:0;height:var(--gpb-height,4px)}.geshmak-progress-bar--bottom{top:auto;bottom:0}.geshmak-progress-bar::after,.geshmak-progress-bar::before{content:"";position:absolute;inset:0}.geshmak-progress-bar::before{background:currentColor;opacity:var( --gpb-track-opacity, .12 )}.geshmak-progress-bar::after{width:calc(var(--gpb-progress,0) * 1%);background:linear-gradient(90deg,currentColor 0,color-mix(in srgb,currentColor 55%,#fff) 50%,currentColor 100%);background-size:200% 100%}@media (prefers-reduced-motion:no-preference){.geshmak-progress-bar:not( .geshmak-progress-bar--no-shimmer )::after{animation:geshmak-progress-bar-sweep 2.2s linear infinite}}@keyframes geshmak-progress-bar-sweep{0%{background-position:200% 0}100%{background-position:-200% 0}}
.geshmak-progress-ring{width:var(--gpr-size,64px);height:var(--gpr-size,64px)}.geshmak-progress-ring--fixed{position:fixed;z-index:9999}.geshmak-progress-ring--corner-top-left{top:var(--gpr-offset,24px);left:var(--gpr-offset,24px)}.geshmak-progress-ring--corner-top-right{top:var(--gpr-offset,24px);right:var(--gpr-offset,24px)}.geshmak-progress-ring--corner-bottom-left{bottom:var(--gpr-offset,24px);left:var(--gpr-offset,24px)}.geshmak-progress-ring--corner-bottom-right{bottom:var(--gpr-offset,24px);right:var(--gpr-offset,24px)}.geshmak-progress-ring::after,.geshmak-progress-ring::before{content:"";position:absolute;inset:0;border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--gpr-stroke,6px)),#000 calc(100% - var(--gpr-stroke,6px)));mask:radial-gradient(farthest-side,transparent calc(100% - var(--gpr-stroke,6px)),#000 calc(100% - var(--gpr-stroke,6px)))}.geshmak-progress-ring::before{background:currentColor;opacity:var( --gpr-track-opacity, .15 )}.geshmak-progress-ring::after{background:conic-gradient(currentColor calc(var(--gpr-progress,0) * 1%),transparent 0)}@media (prefers-reduced-motion:no-preference){.geshmak-progress-ring::after{transition:background 80ms linear}}.geshmak-progress-ring__label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.8em;line-height:1;font-variant-numeric:tabular-nums;pointer-events:none}