html.csh-blur #app-root{filter:blur(3px);transition:filter .18s ease}#boot-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.55);backdrop-filter:blur(4px);z-index:6000;pointer-events:none;opacity:1;transition:opacity .22s ease}#boot-loader.hide{opacity:0}html[data-csh-hydrated=true] #boot-loader{opacity:0;pointer-events:none}.csh-spinner{width:132px;height:132px;animation:csh-spin 1.2s linear infinite;will-change:transform}@keyframes csh-spin{to{transform:rotate(1turn)}}@keyframes csh-rotate{to{transform:rotate(1turn)}}.csh-spin{animation:csh-rotate 1.1s linear infinite;will-change:transform}.csh-spin-slow{animation:csh-rotate 3s linear infinite;will-change:transform}