body{margin:0;overflow:hidden}#menu-inventory{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000528f2;z-index:2000;color:#fff;font-family:Courier New,Courier,monospace;display:none;justify-content:center;align-items:center}.menu-full-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000528f2;z-index:2000;color:#fff;font-family:Courier New,Courier,monospace;display:flex;justify-content:center;align-items:center}.menu-content{width:60%;max-width:600px;border:4px solid white;padding:40px;background:navy;box-shadow:0 0 20px #000}.menu-footer{margin-top:40px;font-size:.9rem;color:#aaa;text-align:center}.stats-grid{display:flex;justify-content:space-around;margin-top:20px}.stat-column h3{color:gold;font-size:1rem}#dialogue-box{position:fixed;bottom:50px;left:50%;transform:translate(-50%);width:60%;background:#000000d9;color:#fff;padding:20px;border:3px solid #00ff00;font-family:Courier New,monospace;overflow-y:auto}.dialogue-content{display:flex;align-items:center}#dialogue-portrait{width:80px;height:80px;border:2px solid #555;margin-right:20px;image-rendering:pixelated}.dialogue-text-container{flex:1}#fade-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;pointer-events:none;opacity:0;z-index:9999}.battle-full-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;color:#fff;font-family:Courier New,Courier,monospace;display:flex;justify-content:center;align-items:flex-end;padding-bottom:20px}.battle-layout{display:flex;width:90%;max-width:800px;background:navy;border:4px solid white;padding:10px;box-shadow:0 0 20px #000;justify-content:space-between}.battle-layout>div{padding:10px}.battle-enemies{width:30%;border-right:2px solid white}.battle-enemies ul{list-style-type:none;padding:0;margin:0}.battle-enemies li{margin-bottom:10px}.battle-log{width:40%;border-right:2px solid white}.battle-hero{width:15%;border-right:2px solid white}.battle-actions{width:15%;display:flex;align-items:center;justify-content:center}#btn-attack{background:none;border:2px solid white;color:#fff;padding:10px 20px;font-family:Courier New,Courier,monospace;font-size:1.2rem;cursor:pointer}#btn-attack:hover{background:#fff;color:navy}
