*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}#root{overflow:auto}body{position:fixed;overflow:hidden;overscroll-behavior-y:none;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;color:#000}#root{width:100vw;height:100vh}body{margin:0}.loadingScreen{position:fixed;top:0;left:0;bottom:0;right:0;background-color:inherit;background-image:inherit;display:flex;align-items:center;justify-content:center;transition:opacity 8s;z-index:1;font-family:Almendra,serif}.loadingScreen__board{padding:64px;background-color:#16a04b6b;border-radius:24px;text-align:center;border:dashed 6px rgb(0 0 0 / 12%);transition:opacity .4s}.loadingScreen__title{font-size:4rem;color:#00000080;margin:0 0 8px}.loadingScreen__button{padding:8px 32px;background-color:#0000003d;color:#fff;border:none;font-weight:700;font-size:2.5rem;border-radius:8px;transition:background-color .4s;font-family:Almendra,serif}.loadingScreen__button:hover{background-color:#0000006b;cursor:pointer}.loadingScreen__button:disabled{opacity:.3;cursor:not-allowed}.loadingScreen__progress{position:absolute;bottom:0;left:0;width:100%;height:12px}.loadingScreen__progress__value{position:absolute;left:0;top:0;bottom:0;background-color:#0000007f;transition:width .4s}.loadingScreen--started{opacity:0;pointer-events:none}.loadingScreen--started .loadingScreen__board{opacity:0}
