html{overflow:auto}body,html{height:101%;margin:0;padding:0;width:100%}body{background-color:#000;left:0;overflow:hidden;top:0}div{padding-bottom:env(safe-area-inset-bottom)}h1{color:#fff;font-family:Futura,sans-serif;font-size:31px;font-weight:400;left:calc(50% - 130px);margin-left:auto;margin-right:auto;pointer-events:none;position:absolute;text-transform:uppercase;top:calc(50% + 32px)}#orientationswipe{background:url(../img/swipe2.gif);background-color:#000;background-position:50%;background-repeat:no-repeat;display:none;height:100%;left:0;margin:0 auto;opacity:.8;position:fixed;top:0;width:100%;z-index:999}.loader{height:64px;left:calc(50% - 32px);perspective:800px;top:calc(50% - 32px);width:64px}.inner,.loader{border-radius:50%;position:absolute}.inner{box-sizing:border-box;height:100%;width:100%}.inner.one{animation:rotate-one 1s linear infinite;border-bottom:3px solid #efeffa;left:0;top:0}.inner.two{animation:rotate-two 1s linear infinite;border-right:3px solid #efeffa;right:0;top:0}.inner.three{animation:rotate-three 1s linear infinite;border-top:3px solid #efeffa;bottom:0;right:0}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}#snackbar{background-color:#333;border-radius:2px;bottom:30px;color:#fff;left:50%;margin-left:-125px;min-width:250px;padding:16px;position:fixed;text-align:center;visibility:hidden;z-index:1}#snackbar.show{-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s;visibility:visible}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}.version{border-top-right-radius:5px;bottom:0;color:#666;font-size:10px;left:0;padding:5px;position:fixed}