:root{--penn-blue: #011F5B;--penn-red: #990000;--white: #FFFFFF;--light-gray: #F0F0F0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Press Start 2P",cursive;background-color:#1a1a2e;min-height:100vh;display:flex;justify-content:center;align-items:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}#root{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.game-container{width:640px;height:480px;background-color:var(--penn-blue);border:8px solid var(--light-gray);border-radius:4px;box-shadow:0 0 0 4px #333,0 0 20px #00000080,inset 0 0 60px #0000004d;overflow:hidden;position:relative}.pixel-text{font-family:"Press Start 2P",cursive;text-rendering:optimizeSpeed;-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset}.main-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:url(/images/backgrounds/homeScreen.png) center/cover no-repeat;position:relative;cursor:default}.instructions-button{background:url(/images/buttons/instructions-button.png) no-repeat center/contain;border:none;width:176px;height:67px;cursor:pointer;font-size:0;color:transparent}.instructions-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:url(/images/backgrounds/instructions.png) center/cover no-repeat;position:relative;cursor:default}.start-button{background:url(/images/buttons/start-button.png) no-repeat center/contain;border:none;width:128px;height:67px;cursor:pointer;font-size:0;color:transparent;margin-top:100px}.backpack-button{position:absolute;left:60px;bottom:8px;width:45px;height:55px;cursor:pointer;z-index:50;background:transparent}.backpack-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:500;cursor:pointer}.backpack-image{max-width:90%;max-height:90%;object-fit:contain}.game-screen{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.npc{position:absolute;z-index:5}.dialogue-box p{margin:0 0 15px;font-size:16px;line-height:1.5;white-space:pre-line}.debug-position{position:fixed;top:10px;left:10px;background:#000000b3;color:#0f0;padding:8px 12px;border-radius:4px;font-family:monospace;font-size:14px;z-index:100}.levine-room{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.character{position:absolute;width:32px;height:auto;z-index:10}.npc-arvind{position:absolute;z-index:5}.interaction-prompt{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:10px 20px;border-radius:8px;font-size:18px;z-index:100}.dialogue-box{position:fixed;bottom:50px;left:50%;transform:translate(-50%);width:80%;max-width:600px;background:#000000e6;color:#fff;padding:20px;border-radius:10px;border:2px solid #4a90d9;z-index:200}.dialogue-box p{margin:0 0 15px;font-size:16px;line-height:1.5}.dialogue-hint{display:block;text-align:right;font-size:12px;color:#888;font-style:italic}.full-map-button{position:absolute;left:10px;bottom:10px;width:50px;height:50px;cursor:pointer;z-index:50;background:transparent}.full-map-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:500;cursor:pointer}.full-map-image{width:640px;height:480px;object-fit:contain}.game-container{position:relative}.screen-enter{opacity:0}.screen-enter-active{opacity:1;transition:opacity .2s ease-in}.screen-exit{opacity:1}.screen-exit-active{opacity:0;transition:opacity .2s ease-out}
