*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:linear-gradient(135deg,#00467f,#036 50%,#001f3f);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:5px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.cell{align-items:center;background:#fff;border:2px solid #495057;display:flex;flex-direction:column;height:88px;justify-content:center;position:relative;transition:all .2s ease;width:88px}.cell.unexplored{background:#2c3e50;border-color:#1a252f;color:#fff}.cell.agent-cell{background:#e6f2ff;border-color:#00467f;border-width:3px;box-shadow:0 0 10px #00467f80}.cell:hover{transform:scale(1.02);z-index:10}.cell-content{grid-gap:2px;align-items:center;display:grid;gap:2px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:100%;justify-items:center;padding:3px;width:100%}.cell-content.single-item,.item{align-items:center;display:flex;justify-content:center}.item{animation:fadeIn .3s ease;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3));font-size:1.8rem}.item.breeze,.item.stench{animation:float 2s ease-in-out infinite;font-size:2.2rem}.item.gold,.item.pit,.item.wumpus{font-size:2.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.agent-icon{animation:pulse 1.5s ease-in-out infinite;color:#00467f;filter:drop-shadow(0 0 8px rgba(0,70,127,.6));font-size:2.6rem;font-weight:700;text-shadow:0 2px 4px #0003}.agent-direction{background:#fff;border:2px solid #00467f;border-radius:50%;bottom:8px;box-shadow:0 2px 4px #0003;color:#00467f;font-size:1.5rem;font-weight:700;height:28px;position:absolute;right:8px;width:28px}.agent-direction,.item.agent{align-items:center;display:flex;justify-content:center}.item.agent{flex-direction:column;position:relative}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.fog{color:#7f8c8d;font-size:2rem;opacity:.6}.cell-coords{background:#ffffffd9;border-radius:2px;bottom:2px;color:#6c757d;font-size:.55rem;font-weight:600;padding:1px 3px;position:absolute;right:3px}.cell.unexplored .cell-coords{background:#0000004d;color:#95a5a6}@media (max-width:1000px){.cell{height:75px;width:75px}.item{font-size:1.3rem}.agent-icon{font-size:2.2rem}.fog{font-size:1.7rem}.cell-coords{font-size:.5rem}}.wumpus-grid{border:3px solid #00467f;border-radius:8px;box-shadow:0 6px 16px #00000040;display:flex;flex-direction:column;overflow:hidden}.grid-row{display:flex}@media (max-width:1000px){.wumpus-grid{border:2px solid #00467f}}.sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:10px;max-height:calc(100vh - 40px);overflow-y:auto;width:260px}.sidebar-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #dee2e6;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:12px}.sidebar-section h3{border-bottom:2px solid #00467f;color:#00467f;font-size:.95rem;font-weight:700;margin:0 0 10px;padding-bottom:5px}.stat-item{display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:6px}.stat-label{color:#495057;font-weight:600}.stat-value{color:#00467f;font-weight:700}.perceptions{display:flex;flex-direction:column;gap:5px}.perception-item{background:#fff3cd;border-left:3px solid #ff9800;color:#856404;font-size:.8rem;font-weight:600;padding:6px 10px}.perception-item,.perception-warning{border-radius:5px;box-shadow:0 1px 2px #00000014}.perception-warning{animation:pulse-warning 2s ease-in-out infinite;background:#f8d7da;border-left:3px solid #dc3545;color:#721c24;font-size:.75rem;font-weight:700;padding:8px 10px}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.8}}.pit-control{display:flex;flex-direction:column;gap:8px}.pit-control label{color:#495057;font-size:.8rem;font-weight:600}.pit-slider{background:#dee2e6;border-radius:3px;cursor:pointer;height:6px;outline:none;width:100%}.pit-slider::-webkit-slider-thumb{appearance:none;background:#00467f;border-radius:50%;cursor:pointer;height:16px;width:16px}.pit-slider::-moz-range-thumb{background:#00467f;border:none;border-radius:50%;cursor:pointer;height:16px;width:16px}.control-buttons{display:flex;flex-direction:column;gap:6px}.turn-buttons{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr}.btn{-webkit-tap-highlight-color:transparent;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001f;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.3px;padding:8px 12px;text-transform:uppercase;touch-action:manipulation;transition:all .2s ease}.btn:hover:not(:disabled){box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-move{background:#4caf50;color:#fff}.btn-turn{background:#00467f;color:#fff}.btn-grab{background:#ff9800;color:#fff}.btn-reset{background:#f44336;color:#fff}.instructions{color:#495057;font-size:.7rem;line-height:1.4;margin:0;padding-left:16px}.instructions li{margin-bottom:3px}@media (max-width:1100px){.sidebar{max-width:600px;width:100%}}.hint-section{background:linear-gradient(135deg,#fff9e6,#fff3cd);border-color:#ffc107}.hint-section h3{border-bottom-color:#ff9800;color:#856404}.hint-content{display:flex;flex-direction:column;gap:5px}.hint-item{align-items:center;background:#fff;border-radius:5px;box-shadow:0 1px 2px #00000014;display:flex;gap:8px;padding:6px 8px}.hint-icon{font-size:1.2rem}.hint-text{color:#856404;font-size:.8rem;font-weight:600}.game-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000e6;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.overlay-content{animation:slideUp .5s ease;background:#fff;border-radius:15px;max-width:350px;padding:30px;text-align:center}.overlay-icon{animation:bounce 1s ease infinite;font-size:4rem;margin-bottom:15px}.overlay-title{color:#333;font-size:2rem;margin-bottom:8px}.overlay-title.victory{color:#4caf50}.overlay-message{color:#666;font-size:1rem;margin-bottom:20px}.overlay-stats{background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-around;margin-bottom:20px;padding:15px}.overlay-stat{display:flex;flex-direction:column;gap:4px}.overlay-stat .stat-label{color:#666;font-size:.8rem}.overlay-stat .stat-value{color:#00467f;font-size:1.5rem;font-weight:700}.restart-button{background:#00467f;border:none;border-radius:8px;box-shadow:0 3px 5px #0000001a;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.restart-button:hover{background:#0b7dda;box-shadow:0 5px 10px #0003;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.App{align-items:center;height:100vh;justify-content:center;padding:8px}.App,.game-container{display:flex;overflow:hidden;width:100%}.game-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000059;gap:12px;max-height:98vh;max-width:950px;padding:12px}.game-area{align-items:center;display:flex;flex:1 1;flex-direction:column;min-width:0;position:relative}.game-title{color:#00467f;font-size:1.5rem;font-weight:700;margin-bottom:2px;text-align:center;text-shadow:1px 1px 2px #0000001a}.game-subtitle{color:#495057;font-size:.7rem;font-weight:600;margin-bottom:8px;text-align:center}@media (max-width:1000px){.game-container{flex-direction:column;max-height:98vh;overflow-y:auto;padding:12px}.game-title{font-size:1.3rem}.game-subtitle{font-size:.65rem}}.bottom-controls{display:flex;gap:15px;margin-top:12px;max-width:600px;width:100%}.controls-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;flex:1.2 1;padding:10px}.controls-section h3{border-bottom:2px solid #00467f;color:#00467f;font-size:.9rem;font-weight:700;margin:0 0 8px;padding-bottom:4px}.control-pad{gap:8px}.control-pad,.direction-pad{align-items:center;display:flex;flex-direction:column}.direction-pad{gap:4px}.direction-middle{align-items:center;display:flex;gap:4px}.center-indicator{align-items:center;background:#e6f2ff;border:2px solid #00467f;border-radius:8px;color:#00467f;display:flex;font-size:1.8rem;font-weight:700;height:50px;justify-content:center;width:50px}.agent-indicator{animation:pulse-agent 1.5s ease-in-out infinite}@keyframes pulse-agent{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.btn-direction{background:#00467f;border:none;border-radius:8px;box-shadow:0 2px 4px #00000026;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;height:50px;padding:0;transition:all .2s ease;width:50px}.btn-direction:hover:not(:disabled){background:#036;box-shadow:0 4px 8px #00000040;transform:scale(1.05)}.btn-direction:active:not(:disabled){transform:scale(.98)}.btn-direction:disabled{cursor:not-allowed;opacity:.5}.action-buttons-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr;max-width:250px;width:100%}.control-buttons-inline{display:flex;flex-wrap:wrap;gap:6px}.turn-buttons-inline{display:flex;gap:6px}.legend-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;flex:1 1;padding:10px}.legend-section h3{border-bottom:2px solid #00467f;color:#00467f;font-size:.9rem;font-weight:700;margin:0 0 8px;padding-bottom:4px}.legend-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,1fr);margin-bottom:8px}.legend-item{align-items:center;color:#495057;display:flex;font-size:.75rem;font-weight:600;gap:6px}.legend-icon{font-size:1.2rem}.keyboard-hint{color:#6c757d;font-style:italic;margin-top:8px;text-align:center}@media (max-width:1000px){.bottom-controls{flex-direction:column;gap:10px}.controls-section,.legend-section{flex:1 1}}
/*# sourceMappingURL=main.5f61fcf4.css.map*/