.inventory-container{background:#0000004d;border-radius:12px;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1)}.inventory-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;color:#fff}.inventory-icon{font-size:1.2rem}.inventory-title{font-size:.9rem}.inventory-count{font-size:.8rem;color:#999;margin-left:auto}.inventory-items{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2rem}.inventory-item{background:#6b8dd633;border:1px solid rgba(107,141,214,.3);border-radius:6px;padding:.4rem .75rem;font-size:.85rem;color:#fff;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.inventory-empty{color:#ffffff80;font-size:.85rem;font-style:italic;padding:.25rem 0}@media (max-width: 480px){.inventory-container{padding:.6rem .8rem}.inventory-item{font-size:.8rem;padding:.35rem .6rem}}.stats-container{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem;background:#0000004d;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.stat-icon{font-size:1.2rem}.stat-label{font-size:.9rem;color:#fffc}.stat-value{font-size:1rem;font-weight:600;color:#fff}@media (max-width: 480px){.stat-item{padding:.4rem .8rem}.stat-icon{font-size:1rem}.stat-label,.stat-value{font-size:.85rem}}.win-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,#1e1e2e,#2d2d44)}.win-content{background:#00000080;border-radius:20px;padding:2.5rem;max-width:500px;width:100%;text-align:center;border:2px solid rgba(255,215,0,.3);box-shadow:0 10px 40px #00000080;animation:winFadeIn .5s ease-out}@keyframes winFadeIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.win-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.win-title{font-size:2rem;color:gold;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.win-message{font-size:1.1rem;color:#e0e0e0;margin-bottom:2rem;line-height:1.6}.win-stats{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px}.win-stat{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#6b8dd61a;border-radius:8px}.win-stat-label{font-size:1rem;color:#fffc}.win-stat-value{font-size:1.2rem;font-weight:600;color:gold}.win-inventory{margin-bottom:2rem;text-align:left}.win-inventory h3{font-size:1.1rem;color:#fff;margin-bottom:1rem;text-align:center}.win-items{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.win-item{background:#6b8dd633;border:1px solid rgba(107,141,214,.3);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;color:#fff}.restart-button{padding:1rem 2rem;background:linear-gradient(135deg,#6b8dd6,#5a7bc4);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.restart-button:hover{background:linear-gradient(135deg,#7a9de6,#6a8bd4);transform:translateY(-2px);box-shadow:0 6px 20px #6b8dd666}.restart-button:active{transform:translateY(0)}@media (max-width: 480px){.win-content{padding:1.5rem}.win-icon{font-size:3rem}.win-title{font-size:1.5rem}.win-message{font-size:1rem}.win-stat{padding:.6rem}.win-stat-label{font-size:.9rem}.win-stat-value{font-size:1.1rem}}.hint-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#f39c12,#e67e22);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.hint-button:hover:not(:disabled){background:linear-gradient(135deg,#f4a460,#f39c12);transform:translateY(-2px);box-shadow:0 4px 12px #f39c1266}.hint-button:active:not(:disabled){transform:translateY(0)}.hint-button:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#7f8c8d,#95a5a6)}.hint-icon{font-size:1.1rem}.hint-text{font-size:.9rem}@media (max-width: 480px){.hint-button{padding:.5rem .8rem;font-size:.85rem}.hint-icon{font-size:1rem}}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.help-modal-content{background:linear-gradient(135deg,#2d2d44,#1e1e2e);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #00000080;border:2px solid rgba(107,141,214,.3);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.help-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.help-modal-header h2{margin:0;color:#fff;font-size:1.5rem}.help-modal-close{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.help-modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}.help-modal-body{padding:1.5rem}.help-intro{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.help-command-item{margin-bottom:1.5rem;padding:1rem;background:#0003;border-radius:8px;border-left:3px solid #6b8dd6}.help-command-header{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.help-command-name{color:#6bd686;font-weight:600;font-size:1rem}.help-command-desc{color:#fffc;font-size:.9rem}.help-examples{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.help-examples-label{color:#ffffffb3;font-size:.85rem;margin-right:.25rem}.help-example{background:#6b8dd633;border:1px solid rgba(107,141,214,.3);border-radius:4px;padding:.25rem .5rem;font-size:.85rem;color:#fff;font-family:Courier New,monospace}.help-tips{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.help-tips h3{color:gold;margin-bottom:1rem;font-size:1.1rem}.help-tips ul{list-style:none;padding:0;margin:0}.help-tips li{color:#ffffffe6;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6;font-size:.9rem}.help-tips li:before{content:"→";position:absolute;left:0;color:#6b8dd6;font-weight:700}@media (max-width: 480px){.help-modal-content{max-height:95vh;border-radius:12px}.help-modal-header{padding:1rem}.help-modal-header h2{font-size:1.25rem}.help-modal-body{padding:1rem}.help-command-item{padding:.75rem}.help-command-name{font-size:.9rem}.help-command-desc{font-size:.85rem}.help-example{font-size:.8rem;padding:.2rem .4rem}.help-tips li{font-size:.85rem}}.help-button{position:fixed;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#6b8dd6,#5a7bc4);border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;z-index:100}.help-button:hover{background:linear-gradient(135deg,#7a9de6,#6a8bd4);transform:scale(1.1);box-shadow:0 6px 16px #6b8dd666}.help-button:active{transform:scale(.95)}@media (max-width: 480px){.help-button{width:2.25rem;height:2.25rem;font-size:1.25rem;top:.75rem;right:.75rem}}.game-container{display:flex;flex-direction:column;max-width:100%;min-height:100vh;padding:1rem;margin:0 auto}.game-header{text-align:center;margin-bottom:1rem}.game-header h1{font-size:1.5rem;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-content{display:flex;flex-direction:column;flex:1;gap:1rem;max-width:800px;margin:0 auto;width:100%}.messages-container{flex:1;background:#0000004d;border-radius:12px;padding:1rem;overflow-y:auto;min-height:300px;max-height:calc(100vh - 400px);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 2px 10px #0000004d}.message{margin-bottom:1rem;padding:.75rem;border-radius:8px;line-height:1.6;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-system{background:#64649633;border-left:3px solid #6b8dd6;color:#e0e0e0}.message-player{background:#64966433;border-left:3px solid #6bd686;color:#fff;text-align:right}.player-prefix{font-weight:700;color:#6bd686}.typing-indicator{color:#999;font-style:italic}.input-section{display:flex;flex-direction:column;gap:.5rem}.command-form{display:flex;gap:.5rem}.command-input{flex:1;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.command-input:focus{background:#ffffff26;border-color:#6b8dd6;box-shadow:0 0 0 3px #6b8dd633}.command-input::placeholder{color:#ffffff80}.command-input:disabled{opacity:.6;cursor:not-allowed}.submit-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#6b8dd6,#5a7bc4);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#7a9de6,#6a8bd4);transform:translateY(-2px);box-shadow:0 4px 12px #6b8dd666}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.game-container{padding:.5rem}.game-header h1{font-size:1.25rem}.messages-container{min-height:250px;max-height:calc(100vh - 350px);padding:.75rem}.message{padding:.5rem;font-size:.9rem}.command-input{font-size:.9rem;padding:.65rem .85rem}.submit-button{padding:.65rem 1.25rem;font-size:.9rem}}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e1e2e,#2d2d44);color:#e0e0e0;min-height:100vh;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
