:root{--color-red: #cc1410;--color-green: rgb(40, 141, 9);--color-orange: #e04e00;--color-main: var(--color-orange);--color-header: var(--color-main);--color-background: white;--color-text: black;--color-text-light: #bbb;--color-text-buttons: white;--color-border: black}@media (prefers-color-scheme: dark){:root{--color-red: #cc1410;--color-green: rgb(40, 141, 9);--color-orange: #e04e00;--color-main: var(--color-orange);--color-header: var(--color-main);--color-background: #1a1a1a;--color-text: white;--color-text-light: #6a6a6a;--color-text-buttons: white;--color-border: #dadada}}body.dark{--color-red: #cc1410;--color-green: rgb(40, 141, 9);--color-orange: #e04e00;--color-main: var(--color-orange);--color-header: var(--color-main);--color-background: #1a1a1a;--color-text: white;--color-text-light: #6a6a6a;--color-text-buttons: white;--color-border: #dadada}html,body{font-family:Arial, Helvetica, sans-serif;margin:0px;position:relative;z-index:-20;background-color:var(--color-background);overflow:hidden}body{height:100vh;width:100vw;overflow:hidden;position:fixed}.button{width:100%;height:80px;line-height:80px;font-size:2.5em;color:var(--color-text-buttons);text-align:center;white-space:nowrap;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button>i.material-icons{position:absolute;right:10px;height:100%;line-height:200%;font-size:100%}header{width:100%;height:50px;line-height:50px;font-size:2em;color:var(--color-text-buttons);text-align:center;white-space:nowrap;background-color:var(--color-header);cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;font-family:'Bangers', sans-serif}header>i.material-icons{position:absolute;right:5px;height:100%;line-height:150%;font-size:100%}#list-view{width:100%;height:100%;position:fixed;background-color:var(--color-background);z-index:50;left:100%;transition:left 0.5s;display:flex;flex-direction:column;justify-content:space-between}#list-view.visible{left:0px}#list-view .close-button{position:absolute;right:5px;top:5px;cursor:pointer;color:var(--color-text)}#list-view .close-button i.material-icons{font-size:4em}#list-view #shot-list-text{padding:10px;overflow:auto}#list-view #shot-list-text .info{color:var(--color-text-light);font-style:italic}#list-view #shot-list-text .shot{font-size:2em;color:var(--color-text)}#list-view #shot-list-text .shot .count{display:inline-block;font-weight:bold;margin-right:30px}#game-view.hidden{display:none}#game-view #new-round-button{background-color:var(--color-red)}#game-view #spin-button{position:absolute;bottom:0px;background-color:var(--color-green)}#game-view #shot-list-wrapper{height:80px;width:100vw;display:flex;align-items:stretch;justify-content:space-between;border-bottom-style:solid;border-color:var(--color-border);border-width:2px}#game-view #shot-list-wrapper #list-button{width:70px;flex-shrink:0;flex-grow:0;display:flex;justify-content:center;align-items:center;border-left-style:solid;border-color:var(--color-border);border-width:1px;cursor:pointer;color:var(--color-text);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#game-view #shot-list-wrapper #list-button>i.material-icons{font-size:4em}#game-view #shot-list-wrapper #shot-list{overflow-x:auto;overflow-y:hidden;white-space:nowrap;background-color:var(--color-background);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-grow:1}#game-view #shot-list-wrapper #shot-list.flexfix{position:relative}#game-view #shot-list-wrapper #shot-list .info{margin-left:5px;margin-top:5px;color:var(--color-text-light);font-style:italic}#game-view #shot-list-wrapper #shot-list .shot{margin:0px;padding-left:5px;padding-right:5px;padding-top:3px;display:inline-block;text-align:center;border-right-style:dashed;border-color:var(--color-text-light);border-width:1px;line-height:normal;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;overflow:hidden}#game-view #shot-list-wrapper #shot-list .shot .name{color:var(--color-text)}#game-view #shot-list-wrapper #shot-list .shot .image{animation:shot-add 0.5s;height:50px;border-radius:11.11px}#game-view #shot-list-wrapper #shot-list .shot.removing{transition:transform 0.5s linear;transform:scale(0);background-color:var(--color-background);border-style:none}#game-view #shot-list-wrapper #shot-list .shot.removing+.shot{border-left-style:dashed}#game-view #touch-scroll-area{position:absolute;left:0px;bottom:80px;width:100%;height:280px;z-index:15}#game-view #roulette-wheel{position:absolute;left:50%;transform-origin:0px 0px;z-index:-15;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#game-view #roulette-wheel .plane{position:absolute;z-index:-15}#game-view #roulette-wheel .plane .shot{transform:rotate(-45deg);display:inline-block;text-align:center;position:relative;width:300px;height:280px;top:-140px;left:-150px}#game-view #roulette-wheel .plane .shot img{width:300px;border-radius:50px}#game-view #roulette-wheel .plane .shot .name{position:relative;top:-25px;color:white;font-size:40px;text-shadow:-2px -2px 0 #000,0 -2px 0 #000,2px -2px 0 #000,2px 0 0 #000,2px 2px 0 #000,0 2px 0 #000,-2px 2px 0 #000,-2px 0 0 #000}@keyframes shot-add{from{transform:scale(2)}to{transform:scale(1)}}#info-box,#imprint-box{z-index:100;position:fixed;top:0px;left:0px;width:calc(100vw);height:100%;background-color:var(--color-background);transition:top 1s;color:var(--color-text)}#info-box h1,#imprint-box h1{margin:0px}#info-box ul,#imprint-box ul{padding-left:20px;margin:0px}#info-box.hidden,#imprint-box.hidden{top:-120vh}#info-box .close-button,#imprint-box .close-button{background-color:var(--color-red);position:absolute;bottom:0px;left:0px}#info-box .content,#imprint-box .content{position:absolute;top:0px;left:0px;padding:10px;width:calc(100% - 20px);max-height:calc(100% - 100px);overflow-y:auto}#info-box #imprint-button,#imprint-box #imprint-button{position:absolute;bottom:90px;right:10px;font-size:0.7em;cursor:pointer;text-decoration:underline}#loading-overlay{z-index:200;position:fixed;top:50px;left:0px;width:100vw;height:calc(100vh - 50px);background-color:var(--color-background)}#loading-overlay #loading-overlay-content-wrapper{position:absolute;top:50%;left:50%;height:30vh;width:100vw}#loading-overlay #loading-overlay-content-wrapper #loading-overlay-content-wrapper-inner{position:relative;top:-50%;left:-50%;text-align:center}#loading-overlay #loading-overlay-content-wrapper #loading-overlay-content-wrapper-inner #loading-text-outer{font-size:3em;color:var(--color-main);position:absolute;height:55px;width:200px;text-align:center;top:calc(50% - 27.5px);left:calc(50% - 100px);z-index:10}#loading-overlay #loading-overlay-content-wrapper #loading-overlay-content-wrapper-inner #loading-bar{width:0vw;margin-left:auto;margin-right:auto;position:relative;display:flex;justify-content:center;align-items:center;height:30vh;background-color:var(--color-main);overflow:hidden;z-index:20}#loading-overlay #loading-overlay-content-wrapper #loading-overlay-content-wrapper-inner #loading-bar #loading-text-inner{font-size:3em;color:var(--color-background);flex:1 0 170px}
