@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:#1a3d0f;width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:none;font-family:"Press Start 2P",monospace}.game-container{width:100vw;height:100vh;position:relative;overflow:hidden}.game-canvas{image-rendering:pixelated;image-rendering:crisp-edges;display:block}.hud-prompt,.controls-hint{color:#fff;text-align:center;pointer-events:none;white-space:nowrap;background:#000000d9;border:3px solid #c8a870;padding:14px 28px;font-family:"Press Start 2P",monospace;font-size:11px;position:absolute;bottom:48px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000080}.hud-prompt{animation:1.2s ease-in-out infinite hudBounce}@keyframes hudBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-6px)}}.overlay-backdrop{z-index:100;background:#0009;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shop-panel{color:#f0e0c0;background:#2a1a0a;border:4px solid #c8a870;width:90vw;max-width:600px;max-height:80vh;padding:32px;animation:.25s panelSlide;position:relative;overflow-y:auto;box-shadow:0 0 0 2px #1a0d05,8px 8px #0000004d}@keyframes panelSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-close{color:#c8a870;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:"Press Start 2P",monospace;font-size:24px;line-height:1;position:absolute;top:8px;right:12px}.shop-close:hover{color:#fff}.shop-content h2{color:#f0d090;text-align:center;margin-bottom:20px;font-family:"Press Start 2P",monospace;font-size:16px}.shop-content h3{color:#c8a870;margin-top:20px;margin-bottom:10px;font-family:"Press Start 2P",monospace;font-size:11px}.shop-content p{margin-bottom:12px;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.7}.chat-msg{margin-bottom:12px}.chat-bubble{padding:4px 0;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700;line-height:1.7}.chat-bubble a{color:#48c;text-decoration:underline}.chat-bubble a:hover{color:#6ae}.chat-bubble p{margin:0 0 6px;font-size:16px}.chat-bubble p:last-child{margin-bottom:0}.chat-input{color:#f0e0c0;background:0 0;border:none;border-bottom:2px solid #6b5030;outline:none;flex:1;padding:6px 4px;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700}.chat-input:focus{border-bottom-color:#c8a870}.chat-input::placeholder{color:#6b5030;font-weight:400}.chat-form{margin-top:16px}.chat-field{flex-wrap:wrap;align-items:center;gap:8px;padding:6px 4px;display:flex}.chat-field label{color:#c8a870;min-width:60px;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700}.chat-field-active label{color:#f0d090}.chat-field .chat-input{flex:1;min-width:150px}.chat-error{color:#c54;margin-top:12px;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:700}.chat-form-actions{border-top:1px solid #3a2a1a;margin-top:16px;padding-top:12px}.chat-options{flex-direction:column;gap:2px;margin-top:16px;display:flex}.chat-option{color:#8ac;cursor:pointer;background:0 0;border:none;padding:4px;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700;line-height:1.6}.chat-cursor{color:#8ac;margin-right:8px}.chat-option-active,.chat-option:hover{color:#ace}.chat-option-desc{color:#8a7a60;margin-left:6px;font-size:13px;font-weight:400}.mobile-controls{pointer-events:none;z-index:50;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:absolute;bottom:80px;left:0;right:0}.dpad{pointer-events:auto;flex-direction:column;align-items:center;gap:2px;display:flex}.dpad-mid{align-items:center;gap:2px;display:flex}.dpad-center{width:46px;height:46px}.dpad-btn{color:#c8a870;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;pointer-events:auto;background:#0000008c;border:2px solid #c8a870;border-radius:4px;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;display:flex}.dpad-btn:active{color:#fff;background:#c8a8704d}.mobile-chat-btn{color:#c8a870;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;pointer-events:auto;background:#0000008c;border:2px solid #c8a870;border-radius:50%;width:64px;height:64px;font-family:"Press Start 2P",monospace;font-size:10px;animation:1.2s ease-in-out infinite hudBounce}.mobile-chat-btn:active{color:#fff;background:#c8a8704d}
