*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:fixed;background-color:#000}body{display:flex;justify-content:center;align-items:center;touch-action:none;-webkit-user-select:none;user-select:none}#game-container{position:relative;width:100vw;height:100vh;max-width:100%;max-height:100%;overflow:hidden}canvas{display:block;image-rendering:-moz-crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges}.gameboy-mode{background:linear-gradient(180deg,#bfbfbf,#8a8a8a)}.gameboy-mode #game-container{width:100%;height:100%}#gameboy-shell{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#bfbfbf,#8a8a8a);box-sizing:border-box;overflow:hidden}.gameboy-top-bezel{width:100%;height:20px;display:flex;justify-content:flex-start;align-items:center;padding-left:15px;flex-shrink:0;background:linear-gradient(180deg,#d0d0d0,#b0b0b0)}.gameboy-power-led{width:10px;height:10px;background:#0f0;border-radius:50%;box-shadow:0 0 10px #0f0,inset 0 0 3px #ffffff80;animation:led-pulse 2s ease-in-out infinite}@keyframes led-pulse{0%,to{opacity:1}50%{opacity:.6}}.gameboy-screen-frame{background:linear-gradient(145deg,#3a3a5a,#1a1a3a);border-radius:8px;padding:8px;margin:8px;height:calc(50vh - 40px);min-height:180px;box-shadow:inset 3px 3px 6px #00000080,3px 3px 6px #0000004d;display:flex;flex-direction:column;flex-shrink:0}.gameboy-screen-label{font-family:Arial Black,sans-serif;font-size:9px;color:#6a6a8a;text-align:center;margin-bottom:6px;letter-spacing:2px;text-transform:uppercase}#gameboy-screen{background:#000;border-radius:4px;overflow:hidden;flex:1;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 30px #000c}#gameboy-screen #game-container{width:100%;height:100%}#gameboy-screen canvas{border-radius:4px;width:100%!important;height:100%!important;object-fit:contain}.gameboy-brand{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:8px 0;flex-shrink:0}.gameboy-nintendo{font-family:Arial,sans-serif;font-size:10px;font-weight:700;color:#4a4a5a;letter-spacing:2px}.gameboy-model{font-family:Arial Black,sans-serif;font-size:18px;font-weight:700;font-style:italic;color:#1a1a3a;letter-spacing:0;text-shadow:1px 1px 0 rgba(255,255,255,.3)}.gameboy-controls{display:flex;justify-content:space-between;align-items:center;width:100%;padding:15px 25px;flex:1;min-height:140px}.gameboy-dpad-container{width:130px;height:130px;display:flex;justify-content:center;align-items:center}.gameboy-dpad{display:grid;grid-template-columns:42px 42px 42px;grid-template-rows:42px 42px 42px;gap:0}.dpad-btn{background:#2a2a3a;border:none;outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.dpad-up{grid-column:2;grid-row:1;border-radius:6px 6px 0 0;box-shadow:inset 0 3px 6px #ffffff1a,0 3px 4px #0000004d}.dpad-down{grid-column:2;grid-row:3;border-radius:0 0 6px 6px;box-shadow:inset 0 -3px 6px #0003,0 3px 4px #0000004d}.dpad-left{grid-column:1;grid-row:2;border-radius:6px 0 0 6px;box-shadow:inset 3px 0 6px #ffffff1a,0 3px 4px #0000004d}.dpad-right{grid-column:3;grid-row:2;border-radius:0 6px 6px 0;box-shadow:inset -3px 0 6px #0003,0 3px 4px #0000004d}.dpad-center{grid-column:2;grid-row:2;background:#3a3a4a;pointer-events:none}.dpad-btn.pressed{background:#1a1a2a;box-shadow:inset 0 0 10px #0009}.gameboy-action-buttons{display:flex;gap:20px;transform:rotate(-25deg)}.action-btn{width:64px;height:64px;border-radius:50%;border:none;font-family:Arial Black,sans-serif;font-size:20px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:4px 4px 8px #0006,inset 0 3px 6px #fff3}.btn-a,.btn-b{background:linear-gradient(145deg,#a01040,#800030);color:#fcd}.action-btn.pressed{box-shadow:2px 2px 4px #0006,inset 0 3px 10px #0006;transform:scale(.95)}.gameboy-menu-buttons{display:flex;justify-content:center;gap:30px;padding:10px 0 15px;flex-shrink:0}.menu-btn{width:50px;height:14px;background:#5a5a6a;border:none;border-radius:7px;font-family:Arial,sans-serif;font-size:7px;color:#3a3a4a;cursor:pointer;transform:rotate(-25deg);box-shadow:inset 0 2px 3px #fff3,3px 3px 4px #0000004d;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.menu-btn:active{background:#4a4a5a;box-shadow:inset 0 2px 4px #0006}.gameboy-speaker{display:flex;justify-content:flex-end;padding:10px 20px;gap:4px;flex-shrink:0}.speaker-line{width:4px;height:30px;background:#4a4a5a;border-radius:2px;transform:rotate(-25deg)}.gameboy-mode .mobile-controls-overlay{display:none!important}@media screen and (max-height:600px){.gameboy-screen-frame{height:calc(45vh - 30px);min-height:150px;margin:5px;padding:5px}.gameboy-screen-label{font-size:7px;margin-bottom:3px}.gameboy-brand{padding:5px 0}.gameboy-model{font-size:14px}.gameboy-controls{padding:10px 20px;min-height:120px}.gameboy-dpad{grid-template-columns:36px 36px 36px;grid-template-rows:36px 36px 36px}.action-btn{width:54px;height:54px;font-size:16px}.gameboy-menu-buttons{padding:5px 0 10px}.gameboy-speaker{display:none}}@media screen and (min-height:800px){.gameboy-screen-frame{height:calc(48vh - 40px)}.gameboy-controls{padding:20px 30px}.gameboy-dpad{grid-template-columns:48px 48px 48px;grid-template-rows:48px 48px 48px}.action-btn{width:72px;height:72px;font-size:24px}.gameboy-action-buttons{gap:25px}}
