*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%}:root{--app-viewport-height: 100vh}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;background-color:#f5f5f5;color:#333;min-height:var(--app-viewport-height);overflow-x:hidden;-webkit-user-select:none;user-select:none}#root{width:100%;min-height:var(--app-viewport-height)}.app{min-height:var(--app-viewport-height)}.flex-center{display:flex;justify-content:center;align-items:center}.route-loading{width:100%;min-height:var(--app-viewport-height);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.98507vw;background:var(--route-loading-bg, #fff);color:var(--route-loading-color, #6b7280);font-size:3.23383vw;font-weight:500;line-height:4.47761vw;letter-spacing:0}.route-loading__spinner{width:6.96517vw;height:6.96517vw;border-radius:50%;border:.49751vw solid var(--route-loading-spinner-track, rgba(6, 229, 231, .18));border-top-color:var(--route-loading-spinner-color, #06e5e7);animation:route-loading-spin .8s linear infinite}.route-loading__text{min-height:4.47761vw}@keyframes route-loading-spin{to{transform:rotate(360deg)}}
