#__next,body,html{height:100%}body{margin:0}.app-loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:white;display:flex;align-items:center;justify-content:center;z-index:9999}[data-mui-color-scheme=dark] .app-loader-overlay{background-color:#121212}.loader-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.helena-loader-ring{display:inline-block;flex-shrink:0;border-radius:50%;background:conic-gradient(from 0deg,#1565c0 0deg,#1976d2 72deg,#42a5f5 144deg,#388e3c 216deg,#42a5f5 288deg,#1565c0 1turn);animation:helena-loader-spin .85s linear infinite;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 14%),#000 calc(100% - 11%));mask:radial-gradient(farthest-side,transparent calc(100% - 14%),#000 calc(100% - 11%))}@keyframes helena-loader-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.helena-loader-ring{animation-duration:1.4s}}