*{margin:0;padding:0;box-sizing:border-box;font-family:monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body,html{width:100%;height:100%;overflow:hidden}.layout-container{width:100%;height:100vh;display:flex;flex-direction:column}.top-section{height:15%;display:flex;flex-direction:column;justify-content:center;padding:10px}.progress-bar{width:100%;max-width:800px;height:30px;border:1px solid black;border-radius:15px;margin:0 auto 10px;overflow:hidden}.progress-fill{height:100%;background-color:gray;transition:width .3s ease}.stats{display:flex;gap:20px;justify-content:center}.middle-section{height:70%;position:relative;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.background-layer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain;pointer-events:none}.clickable-image{width:100%;height:100%;object-fit:cover;cursor:pointer}.bottom-section{height:25%;display:flex;align-items:center;justify-content:center;padding:10px}.button-row{display:flex;gap:10px;width:100%;max-width:800px;justify-content:center;flex-wrap:wrap}.button-wrapper{flex:1;min-width:150px;max-width:200px}.action-button{width:100%;height:auto;cursor:pointer}.action-button.bought{cursor:not-allowed;opacity:.5}.action-button.poor{cursor:not-allowed;opacity:.7}@media(max-width:768px){.stats{flex-direction:column;gap:5px;font-size:14px}.button-wrapper{min-width:100px}.button-row{gap:5px}}@media(max-width:480px){.top-section{height:20%}.middle-section{height:55%}.bottom-section{height:25%}.stats{font-size:12px}.button-wrapper{min-width:80px;max-width:120px}}
