:root{--color-grey:#293652;--color-grey-dark:#141f38;--color-grey-dark-dark:#0a101c}body,html{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--components-stage-background-color,var(--color-primary-dark,var(--color-grey-dark)));-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body.ready{-webkit-transition:all 1s;transition:all 1s}body.ready:after{content:"";opacity:0;background:radial-gradient(var(--color-grey),var(--color-grey-dark));-webkit-animation:fade-in-75 3.5s linear 1s 1 forwards;animation:fade-in-75 3.5s linear 1s 1 forwards;position:absolute;top:0;bottom:0;left:0;right:0}#dokbot{margin:auto;position:fixed;width:100%;height:100%;max-width:540px;display:none;z-index:1}body.ready #dokbot{display:inline;display:initial;-webkit-animation:fade-in-100 .5s ease-in 1 forwards;animation:fade-in-100 .5s ease-in 1 forwards}#logo-wrapper{opacity:0;-webkit-animation:fade-in-100 .2s ease-in 1 forwards;animation:fade-in-100 .2s ease-in 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;width:270px;background-color:rgba(0,0,0,.2);border-radius:12px}#logo{max-height:30px;height:100%;width:100%;opacity:.5;background:no-repeat url(/logo-plain.png) 50%/contain}@media (min-width:540px){#dokbot{max-height:440px}}@-webkit-keyframes fade-in-100{0%{opacity:0}to{opacity:1}}@keyframes fade-in-100{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in-75{0%{opacity:0}to{opacity:.75}}@keyframes fade-in-75{0%{opacity:0}to{opacity:.75}}