*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#1c3d5a,#2a5298);font-family:Lilita One,Fredoka One,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none}#screen-background{width:100vw;height:100dvh;display:flex;justify-content:center;align-items:center}#aspect-wrapper{position:relative;height:100%;aspect-ratio:288 / 512;max-width:100%;background:#000;box-shadow:0 0 40px #000c;overflow:hidden}canvas#game-canvas{width:100%;height:100%;display:block;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated}#ui-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.ui-element{position:absolute;pointer-events:auto}.text-stroke{color:#fff;text-shadow:-2px -2px 0 #185a9d,2px -2px 0 #185a9d,-2px 2px 0 #185a9d,2px 2px 0 #185a9d,-2px 0 0 #185a9d,2px 0 0 #185a9d,0 -2px 0 #185a9d,0 2px 0 #185a9d,0 4px 0 #0d3866}.panel{background:linear-gradient(to bottom,#fff,#e6f7ff);border:4px solid #185a9d;border-radius:20px;box-shadow:0 8px #185a9d66;padding:24px;display:flex;flex-direction:column;align-items:center;pointer-events:auto;width:85%;max-width:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.title-text{color:#f7a400;font-size:38px;text-align:center;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 4px 0 rgba(0,0,0,.1);margin-bottom:24px;letter-spacing:2px;-webkit-text-stroke:1px #a86c00}.btn{background:linear-gradient(to bottom,#ffd000,#f90);color:#fff;border:3px solid #fff;padding:14px 20px;font-family:inherit;font-size:22px;letter-spacing:1px;cursor:pointer;text-transform:uppercase;border-radius:15px;width:100%;margin-bottom:12px;box-shadow:0 6px #cc7a00,0 8px 10px #0003;transition:transform .1s,box-shadow .1s;text-shadow:1px 2px 0 #cc7a00}.btn:active{box-shadow:0 2px #cc7a00,0 3px 5px #0003;transform:translateY(4px)}.btn-secondary{background:linear-gradient(to bottom,#9d00ff,#6b00b3);box-shadow:0 6px #4d0080,0 8px 10px #0003;text-shadow:1px 2px 0 #4d0080}.btn-secondary:active{box-shadow:0 2px #4d0080,0 3px 5px #0003;transform:translateY(4px)}.ui-handle{border:2px dashed #ff9900;cursor:grab;background:#f903;border-radius:8px}.ui-handle:active{cursor:grabbing}.settings-group{width:100%;margin-bottom:16px}.settings-group label{display:block;font-size:14px;color:#185a9d;margin-bottom:4px}.settings-input{width:100%;padding:10px;font-family:inherit;font-size:16px;border:2px solid #99c2ff;border-radius:8px;background:#f0f7ff;color:#185a9d}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;background:#f90;border-radius:50%;border:2px solid #fff;cursor:pointer;margin-top:-6px;box-shadow:0 2px 4px #0003}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;background:#99c2ff;border-radius:4px}.badge{background:linear-gradient(to bottom,#185a9d,#103d6a);border:2px solid #fff;border-radius:12px;padding:6px 12px;color:#fff;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px #08223c}.badge-title{font-size:10px;color:#99c2ff;margin-bottom:2px}.badge-score{font-size:16px;display:flex;align-items:center;gap:4px}.btn-icon{background:#fff;border:none;border-radius:10px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px #ccc;cursor:pointer;font-size:20px;transition:transform .1s}.btn-icon:active{box-shadow:0 1px #ccc;transform:translateY(3px)}
