body{margin:0;background:none transparent;overflow:hidden}#target-container{position:absolute;width:100%;height:100%}#jackpot-app{width:100%;height:100%;display:flex;flex-direction:column;border:2px dotted black;background-color:#000;color:#fff}#jackpot-app #main-container{height:80%}#jackpot-app #top-container{height:10%;display:flex;justify-content:center;align-items:center;transition:opacity .25s ease .25s}#jackpot-app #top-container #top-message{background:linear-gradient(180deg,#fda905,#fce6c8 .01%,#ddb25e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:30px}#jackpot-app #bottom-container{height:10%;position:relative}#jackpot-app #bottom-container #action-button{-webkit-user-select:none;user-select:none;position:absolute;width:120px;max-height:40px;height:80%;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;border:3px solid #F1F1F1;background:linear-gradient(180deg,#5c5c5c,#000 50%);border-radius:100px;transition:opacity .5s ease}#top-container.stop-clicked,#action-button.stop-clicked{pointer-events:none;opacity:0}
