*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}body,code{font-family:Courier New,monospace}.App{justify-content:center;width:100%}.App,.game-container{align-items:center;background-color:#000;display:flex;min-height:100vh}.game-container{box-sizing:border-box;flex-direction:column;justify-content:flex-start;max-height:100vh;overflow:hidden;padding:20px}.game-header{align-items:center;display:flex;flex-direction:row;flex-shrink:0;justify-content:space-between;margin-bottom:10px;width:100%}@media (pointer:coarse){.game-header{margin-bottom:5px}}.header-right{align-items:center;display:flex;flex-direction:row;gap:10px}.score{color:gold;font-size:18px}.power-mode-indicator,.score{font-family:Courier New,monospace;font-weight:700}.power-mode-indicator{animation:blink .5s infinite;color:#0ff;font-size:16px}.audio-toggle-button{align-items:center;background-color:#2121de;border:2px solid gold;border-radius:3px;color:gold;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:18px;height:32px;justify-content:center;min-width:40px;padding:5px 10px;transition:background-color .2s,transform .1s}.audio-toggle-button:hover{background-color:#2a2aff;transform:scale(1.05)}.audio-toggle-button:active{background-color:#1a1acc;transform:scale(.95)}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.maze-container{flex-shrink:0;position:relative}.maze{grid-gap:0;background-color:#000;border-color:#2121de;border-style:solid;display:grid;gap:0}.maze-win-gif{height:100%;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;object-fit:cover;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:500}.cell{align-items:center;display:flex;justify-content:center;position:relative}.cell-type-0{background-color:#000}.cell-type-1{background-color:#2121de}.cell-type-2,.cell-type-3{background-color:#000}.dot,.power-pellet{background-color:#ffb8ff;border-radius:50%;position:absolute}.power-pellet{animation:pulse .5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.pacman{background-color:#ff0;border-radius:50%;position:absolute}.pacman.pacman-right.mouth-open{-webkit-clip-path:polygon(50% 50%,100% 0,100% 100%);clip-path:polygon(50% 50%,100% 0,100% 100%)}.pacman.pacman-right.mouth-closed{-webkit-clip-path:circle(50%);clip-path:circle(50%)}.pacman.pacman-left.mouth-open{-webkit-clip-path:polygon(50% 50%,0 0,0 100%);clip-path:polygon(50% 50%,0 0,0 100%)}.pacman.pacman-left.mouth-closed{-webkit-clip-path:circle(50%);clip-path:circle(50%)}.pacman.pacman-up.mouth-open{-webkit-clip-path:polygon(50% 50%,0 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0)}.pacman.pacman-up.mouth-closed{-webkit-clip-path:circle(50%);clip-path:circle(50%)}.pacman.pacman-down.mouth-open{-webkit-clip-path:polygon(50% 50%,0 100%,100% 100%);clip-path:polygon(50% 50%,0 100%,100% 100%)}.pacman.pacman-down.mouth-closed{-webkit-clip-path:circle(50%);clip-path:circle(50%)}.ghost{align-items:flex-start;display:flex;justify-content:center;position:absolute}.ghost.scared{animation:blink-scared .5s infinite}@keyframes blink-scared{0%,to{opacity:1}50%{opacity:.5}}.ghost-emotion-fear{animation:fear-pulse 2s ease-in-out infinite;box-shadow:0 0 8px #f009}@keyframes fear-pulse{0%,to{box-shadow:0 0 8px #f009}50%{box-shadow:0 0 12px #ff0000e6}}.ghost-emotion-anxiety{animation:anxiety-shake .3s ease-in-out infinite;box-shadow:0 0 8px #ffb8ff99}@keyframes anxiety-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-1px)}75%{transform:translateX(1px)}}.ghost-emotion-stress{animation:stress-flicker 1.5s ease-in-out infinite;box-shadow:0 0 8px #0ff9}@keyframes stress-flicker{0%,to{box-shadow:0 0 8px #0ff9;opacity:1}50%{box-shadow:0 0 10px #0ffc;opacity:.85}}.ghost-emotion-doubt{animation:doubt-fade 2.5s ease-in-out infinite;box-shadow:0 0 8px #ffb85199}@keyframes doubt-fade{0%,to{box-shadow:0 0 8px #ffb85199;opacity:1}50%{box-shadow:0 0 6px #ffb85166;opacity:.7}}.ghost.scared.ghost-emotion-anxiety,.ghost.scared.ghost-emotion-doubt,.ghost.scared.ghost-emotion-fear,.ghost.scared.ghost-emotion-stress{animation:blink-scared .5s infinite;box-shadow:0 0 8px #2121de99}.ghost-eye{background-color:#fff;border-radius:50%;position:absolute}.ghost-pupil{background-color:#000;border-radius:50%;left:25%;position:absolute;top:25%}.ghost-emotion-label{color:#ff0;font-family:Courier New,monospace;font-weight:700;left:50%;letter-spacing:1px;pointer-events:none;position:absolute;text-shadow:2px 2px 4px #000c;transform:translateX(-50%);white-space:nowrap;z-index:10}.ghost-emotion-fear .ghost-emotion-label{color:red;text-shadow:0 0 8px #f00c,2px 2px 4px #000c}.ghost-emotion-anxiety .ghost-emotion-label{color:#ffb8ff;text-shadow:0 0 8px #ffb8ffcc,2px 2px 4px #000c}.ghost-emotion-stress .ghost-emotion-label{color:#0ff;text-shadow:0 0 8px #0ffc,2px 2px 4px #000c}.ghost-emotion-doubt .ghost-emotion-label{color:#ffb851;text-shadow:0 0 8px #ffb851cc,2px 2px 4px #000c}.ghost.scared .ghost-emotion-label{opacity:.6}.controls-instruction{color:#fff;flex-shrink:0;font-family:Courier New,monospace;font-size:14px;margin-top:10px}@media (pointer:coarse){.controls-instruction{font-size:12px;margin-top:5px}}.mobile-bottom-container{display:flex;flex-direction:column;width:100%}.message-legend-container{flex-shrink:0;max-width:800px;width:100%}@media (pointer:coarse){.mobile-bottom-container{align-items:flex-start;flex-direction:row;gap:10px;margin-top:10px}.message-legend-container{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:0;max-height:160px;max-width:none;min-height:160px}.touch-controls{flex-shrink:0;margin-bottom:0;margin-top:0}}.touch-controls{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:5px;margin-bottom:10px;margin-top:20px}@media (pointer:coarse){.touch-controls{gap:5px;margin-bottom:15px;margin-top:5px;padding-bottom:10px}}.direction-button-row{display:flex;gap:5px}@media (pointer:coarse){.direction-button-row{gap:5px}}.direction-button{-webkit-tap-highlight-color:transparent;align-items:center;background-color:#2121de;border:2px solid gold;border-radius:5px;color:gold;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:24px;font-weight:700;justify-content:center;min-height:60px;min-width:60px;padding:15px 20px;touch-action:manipulation;transition:background-color .2s,transform .1s;-webkit-user-select:none;user-select:none}@media (pointer:coarse){.direction-button{font-size:20px;min-height:50px;min-width:50px;padding:10px 15px}}.direction-button:hover{background-color:#2a2aff;transform:scale(1.05)}.direction-button:active{background-color:#1a1acc;transform:scale(.95)}@media (hover:hover) and (pointer:fine){.touch-controls{display:none}}@media (pointer:coarse){.touch-controls{display:flex}.game-container{padding:10px 10px 20px}.score{font-size:14px}.power-mode-indicator{font-size:12px}}.ghost-legend{background-color:#000000b3;border:2px solid #2121de;border-radius:5px;flex-shrink:0;margin-top:20px;max-width:600px;padding:15px;width:100%}@media (pointer:coarse){.message-legend-container .ghost-legend{align-items:center;display:flex;height:100%;justify-content:center;margin-top:0;max-width:100%;padding:10px;width:100%}.message-legend-container .ghost-legend-items{align-items:center;height:100%}}.ghost-legend-items{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (pointer:coarse){.message-legend-container .ghost-legend-items{gap:10px}}.ghost-legend-item{align-items:center;display:flex;gap:8px}.ghost-legend-icon{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center;position:relative}.ghost-legend-label{color:#fff;font-family:Courier New,monospace;font-size:14px;font-weight:700;white-space:nowrap}.ghost-legend-fear{color:red;text-shadow:0 0 4px #f00c}.ghost-legend-anxiety{color:#ffb8ff;text-shadow:0 0 4px #ffb8ffcc}.ghost-legend-stress{color:#0ff;text-shadow:0 0 4px #0ffc}.ghost-legend-doubt{color:#ffb851;text-shadow:0 0 4px #ffb851cc}.overlay{align-items:center;background-color:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.overlay-content{min-width:300px;padding:30px;text-align:center}.overlay-content,.overlay-content-bottom-left{background-color:#000000b3;border:3px solid #2121de}.overlay-content-bottom-left{bottom:15px;box-sizing:border-box;left:15px;max-width:-webkit-fit-content;max-width:fit-content;padding:15px 20px;position:absolute;text-align:left;width:auto;z-index:600}.overlay-content-bottom-left .overlay-title{font-size:24px;margin-bottom:10px}.overlay-content-bottom-left .overlay-score{font-size:16px;margin-bottom:0}.overlay-title{color:gold;font-size:32px;font-weight:700}.overlay-score,.overlay-title{font-family:Courier New,monospace;margin-bottom:20px}.overlay-score{color:#fff;font-size:18px}.play-again-button{background-color:#2121de;border:2px solid gold;color:gold;cursor:pointer;font-family:Courier New,monospace;font-size:16px;font-weight:700;padding:10px 20px;transition:background-color .2s}.play-again-button:hover{background-color:#2a2aff}.play-again-button:active{background-color:#1a1acc}.play-again-button-bottom-right{background-color:#2121de;border:2px solid gold;bottom:15px;color:gold;cursor:pointer;font-family:Courier New,monospace;font-size:16px;font-weight:700;padding:10px 20px;position:absolute;right:15px;transition:background-color .2s;z-index:600}.play-again-button-bottom-right:hover{background-color:#2a2aff}.play-again-button-bottom-right:active{background-color:#1a1acc}.wisdom-message-container{animation:wisdomFadeInOut 5s ease-in-out;background-color:#000000b3;border:2px solid #2121de;border-radius:5px;flex-shrink:0;margin-top:20px;max-width:800px;padding:15px;width:100%}@media (pointer:coarse){.message-legend-container .wisdom-message-container{align-items:center;animation:none;display:flex;height:100%;justify-content:center;margin-top:0;max-width:100%;padding:10px;width:100%}}.wisdom-content{align-items:flex-start;display:flex;gap:15px}@media (pointer:coarse){.message-legend-container .wisdom-content{align-items:center;gap:8px;width:100%}}.wisdom-image{flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}@media (pointer:coarse){.wisdom-image{max-height:60px;max-width:60px}}.wisdom-speech-bubble{background-color:#000000e6;border:2px solid #2121de;border-radius:8px;box-shadow:0 0 20px #ffd70080;flex:1 1;padding:12px 15px;position:relative}@media (pointer:coarse){.wisdom-speech-bubble{padding:8px 10px}}.wisdom-speech-bubble:before{border-bottom:12px solid #0000;border-right:12px solid #2121de;border-top:12px solid #0000;content:"";height:0;left:-12px;position:absolute;top:20px;width:0}.wisdom-speech-bubble:after{border-bottom:10px solid #0000;border-right:10px solid #000000e6;border-top:10px solid #0000;content:"";height:0;left:-9px;position:absolute;top:22px;width:0}.wisdom-message{color:gold;font-family:Courier New,monospace;font-size:16px;font-weight:700;line-height:1.4;margin:0;text-align:left}@media (pointer:coarse){.wisdom-message{font-size:14px;line-height:1.3}}@keyframes wisdomFadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.9a2f1e76.css.map*/