*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#1a1a1a;color:#eee;font-family:system-ui,sans-serif;display:flex;align-items:center;justify-content:center}.app{text-align:center;padding:0 8px}.app-header{margin-bottom:.5rem}.app-header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.game-select-label{font-size:.9rem;color:#aaa}.game-select{margin-left:.25rem;padding:.25rem .5rem;font-size:.9rem;background:#333;color:#eee;border:1px solid #555;border-radius:4px;cursor:pointer}.game-wrapper{display:inline-block;padding:8px;background:#000;cursor:pointer;width:min(800px,100vw);max-width:100vw;aspect-ratio:4 / 3;max-height:min(600px,calc(100vh - 140px))}.game-wrapper canvas{display:block;width:100%;height:100%;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}.kitty-placeholder{min-height:200px;display:flex;align-items:center;justify-content:center;color:#888;font-size:1rem}.red-dot-chaser-container{display:inline-flex;flex-direction:column;align-items:center;gap:12px}.red-dot-controls{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:4px;width:140px;height:140px}.red-dot-btn{min-width:44px;min-height:44px;font-size:1.5rem;background:#333;color:#eee;border:2px solid #555;border-radius:8px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.red-dot-btn:hover{background:#444;border-color:#666}.red-dot-btn:active{background:#555}.red-dot-btn-up{grid-column:2;grid-row:1}.red-dot-btn-down{grid-column:2;grid-row:3}.red-dot-btn-left{grid-column:1;grid-row:2}.red-dot-btn-right{grid-column:3;grid-row:2}.kitty-throw-container{display:inline-flex;flex-direction:column;align-items:center;gap:12px}.kitty-throw-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.kitty-throw-btn{min-width:56px;min-height:48px;font-size:1.25rem;background:#333;color:#eee;border:2px solid #555;border-radius:8px;cursor:pointer;padding:0 12px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.kitty-throw-btn:hover{background:#444;border-color:#666}.kitty-throw-btn:active{background:#555}.kitty-throw-btn-fire{min-width:80px;font-size:1rem}
