body{font-family:Inter,sans-serif;margin:0}#loader{align-items:center;background:var(--brand-gradient);display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}@supports (height:100dvh){#loader{height:100dvh}}.star{background-color:#fefeff;border-radius:50%;box-shadow:0 0 0 1px #fefeffa3;height:4px;position:absolute;width:4px}#star-1{left:5%;opacity:.5;top:30%}#star-2{left:20%;opacity:.9;top:20%}#star-3{opacity:.8;right:40%;top:12%}#star-4{opacity:.6;right:6%;top:38%}#star-5{bottom:35%;left:12%;opacity:.7}#star-6{bottom:20%;left:28%;opacity:.2}#star-7{bottom:17%;opacity:.5;right:23%}#star-8{opacity:.8;right:38%;top:30%}#star-9{opacity:.9;right:52%;top:25%}#star-10{opacity:.9;right:56%;top:48%}#star-11{bottom:23%;opacity:.5;right:4%}#wave{left:0;max-height:95vh;position:absolute;top:90%;transform:translateY(-90%);width:100%;z-index:1}#bg-up{left:0;top:0;width:90%}#bg-down,#bg-up{display:none;position:absolute;z-index:2}#bg-down{bottom:0;left:-8%;width:120%}#game-logo{margin-top:auto;position:relative;text-align:center;width:100%;z-index:2}#main-game-image-wrap{margin:0 auto;position:relative;width:fit-content}#main-image{position:relative;width:463px;z-index:2}#main-image-mobile{display:none}#main-game-image-wrap:before{background:radial-gradient(ellipse at center,var(--spotlight-color,#fff0) 20%,#0000 70%);border-radius:100%;content:"";height:120%;max-width:415px;position:absolute;top:-10%;width:100%;z-index:2}#mines-text{margin-bottom:20px;margin-top:40px;max-height:10vh;width:310px}#loader-content{margin-bottom:40px;margin-top:auto;text-align:center;z-index:2}#logo{margin-bottom:16px;text-align:center}#logo img{height:var(--logo-height);width:var(--logo-width)}#progress{background-color:#fff;box-sizing:border-box;height:8px;padding:2px;position:relative;width:330px}#bar,#progress{border-radius:10px}#bar{background-color:var(--progress-color);height:4px;position:absolute;right:2px;width:98%}#percent{color:var(--fg-content-primary,#fff);font-size:20px;font-weight:600;letter-spacing:-.09px;line-height:24px;margin-top:13px;text-align:center}@media screen and (max-width:744px){#wave{left:-25%;max-height:75vh;top:90%;transform:translateY(-90%);width:150%}#main-image{width:295px}#mines-text{width:226px}#logo{margin-bottom:20px}#logo img{height:var(--logo-height-mobile);width:var(--logo-width-mobile)}#progress{width:246px}#percent{font-size:14px;line-height:20px;margin-top:9px}#bg-up{left:-50%;width:200%}#bg-down{left:-81%;width:226%}}@media screen and (max-height:550px){#mines-text{margin:10px 0}}@media screen and (max-width:549px){#bg-down{left:-165%;width:390%}#wave{left:-25%;max-height:75vh;top:80%;transform:translateY(-100%);width:150%}}