@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Fira+Code:wght@400;500&display=swap";
:root{--bg-color:#0b0c10;--bg-panel:#1f283399;--text-main:#c5c6c7;--text-highlight:#66fcf1;--text-muted:#45a29e;--border-color:#66fcf133;--accent-color:#45a29e;--danger-color:#ff4c4c;--glass-blur:blur(10px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(circle at 100% 0,#1f2833,#0b0c10 70%);justify-content:center;align-items:center;height:100vh;font-family:Outfit,sans-serif;display:flex;overflow:hidden}.app-container{background:var(--bg-panel);width:100%;max-width:900px;height:90vh;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000080}.auth-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.auth-container h1{color:var(--text-highlight);text-shadow:0 0 10px #66fcf14d;margin-bottom:.5rem;font-size:3rem}.auth-container p{color:var(--text-muted);margin-bottom:2rem}.auth-form{flex-direction:column;gap:1.5rem;width:100%;max-width:320px;display:flex}input{border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#0b0c10cc;border-radius:8px;outline:none;padding:.8rem 1rem;font-family:Outfit,sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}input:focus{border-color:var(--text-highlight);box-shadow:0 0 8px #66fcf166}button{color:var(--text-highlight);border:1px solid var(--text-highlight);cursor:pointer;background:0 0;border-radius:8px;padding:.8rem 1rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}button:hover{background:var(--text-highlight);color:var(--bg-color);box-shadow:0 0 15px #66fcf199}button:disabled{opacity:.5;cursor:not-allowed}.toggle-auth{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:.9rem}.toggle-auth:hover{color:var(--text-main);box-shadow:none;background:0 0}.chat-layout{width:100%;height:100%;display:flex}.sidebar{border-right:1px solid var(--border-color);background:#0b0c1099;flex-direction:column;gap:1.5rem;width:250px;padding:1.5rem;display:flex}.sidebar-header h2{color:var(--text-highlight);margin-bottom:.5rem;font-size:1.2rem}.stat-box{border:1px solid var(--border-color);background:#1f283380;border-radius:8px;padding:1rem}.stat-box h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem}.stat-value{font-size:1.1rem;font-weight:600}.health-bar-container{background:#0b0c10cc;border-radius:5px;width:100%;height:10px;margin-top:.5rem;overflow:hidden}.health-bar{background:var(--danger-color);height:100%;transition:width .3s}.inventory-list{margin-top:.5rem;list-style:none}.inventory-list li{border-bottom:1px solid #c5c6c71a;padding:.3rem 0;font-size:.95rem}.logout-btn{border-color:var(--danger-color);color:var(--danger-color);margin-top:auto}.logout-btn:hover{background:var(--danger-color);color:#fff;box-shadow:0 0 15px #ff4c4c66}.chat-main{flex-direction:column;flex:1;display:flex;position:relative}.chat-history{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.chat-history::-webkit-scrollbar{width:8px}.chat-history::-webkit-scrollbar-track{background:0 0}.chat-history::-webkit-scrollbar-thumb{background:#66fcf133;border-radius:4px}.chat-history::-webkit-scrollbar-thumb:hover{background:#66fcf166}.message{flex-direction:column;max-width:85%;animation:.3s fadeIn;display:flex}.message-user{align-self:flex-end;align-items:flex-end}.message-game{align-self:flex-start}.message-bubble{white-space:pre-wrap;border-radius:12px;padding:1rem 1.2rem;font-family:Fira Code,monospace;line-height:1.5}.message-user .message-bubble{color:#fff;background:#66fcf126;border:1px solid #66fcf14d;border-bottom-right-radius:2px}.message-game .message-bubble{border:1px solid var(--border-color);color:var(--text-main);background:#1f2833cc;border-bottom-left-radius:2px}.message-game .message-bubble strong{color:var(--text-highlight)}.chat-input-container{border-top:1px solid var(--border-color);background:#0b0c10cc;gap:1rem;padding:1.5rem;display:flex}.chat-input-container input{background:#1f283380;flex:1;font-family:Fira Code,monospace}.chat-input-container button{padding:.8rem 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.chat-layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border-color);width:100%;height:auto;padding:1rem}}
