*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;width:100%;height:100%}body{min-width:320px;font-family:Inter,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes neonPulse{0%{box-shadow:0 0 5px #f0f,0 0 10px #0ff,0 0 15px #f0f}50%{box-shadow:0 0 10px #f0f,0 0 20px #0ff,0 0 30px #f0f}to{box-shadow:0 0 5px #f0f,0 0 10px #0ff,0 0 15px #f0f}}.suggested-tile-glow{animation:neonPulse 2s infinite alternate;border:2px solid rgba(255,255,255,.5);z-index:10}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}body{font-family:Inter,sans-serif;background-color:#f0f2f5;color:#333}#root{width:100%;height:100%;margin:0;padding:0}.app-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.landing-page{position:relative;display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#000;overflow:hidden}.landing-stars{position:absolute;bottom:0;right:0;width:20%;max-width:280px;height:auto;object-fit:contain;pointer-events:none}.landing-tree{position:absolute;bottom:0;left:0;height:85%;width:auto;object-fit:contain;pointer-events:none}.title-image{position:absolute;top:5%;left:50%;transform:translate(-50%);max-width:700px;width:50%;height:auto;z-index:1}.landing-right{position:absolute;right:18%;top:45%;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.tagline{position:absolute;top:30%;left:65%;transform:translate(-50%);z-index:1;color:#ffffffd9;font-size:30px;font-weight:300;letter-spacing:1px;margin:0;white-space:nowrap}.enter-button{padding:clamp(16px,3vw,36px) clamp(32px,6vw,90px);font-size:clamp(1.2rem,2.5vw,2.2rem);border-radius:clamp(32px,6vw,80px);font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;border:none;cursor:pointer;box-shadow:0 12px 35px #667eea73;transition:transform .25s ease,box-shadow .25s ease}.enter-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #667eea99;background:linear-gradient(135deg,#764ba2,#f093fb,#667eea)}.chat-page{display:flex;width:100%;height:100%;background-color:#000;padding:20px;gap:20px;box-sizing:border-box;overflow:hidden}.chat-area-container{flex:1;display:flex;flex-direction:column;background-color:#000;position:relative;overflow:hidden}.sidebar-container{width:320px;height:100%;max-height:100%;background:linear-gradient(165deg,#1a1a2e,#16213e 40%,#0f3460);display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000004d;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.chat-area{display:flex;flex-direction:column;height:100%;width:100%}.messages-list{flex-grow:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px;scrollbar-width:thin;scrollbar-color:#333 #000}.messages-list::-webkit-scrollbar{width:8px}.messages-list::-webkit-scrollbar-track{background:#000}.messages-list::-webkit-scrollbar-thumb{background-color:#333;border-radius:4px;border:2px solid #000}.message-bubble{max-width:70%;padding:10px 15px;border-radius:12px;line-height:1.4;word-wrap:break-word}.message-bubble.agent{align-self:flex-start;background-color:#f0f0f0;color:#333;border-bottom-left-radius:2px}.message-bubble.user{align-self:flex-end;background-color:#007bff;color:#fff;border-bottom-right-radius:2px}.input-area{padding:20px;border-top:1px solid #000000;display:flex;gap:10px;background-color:#000}.input-area input{flex-grow:1;padding:10px;border:1px solid #ddd;border-radius:8px;outline:none}.input-area input:focus{border-color:#007bff}.input-area button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.input-area button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80;background:linear-gradient(135deg,#764ba2,#f093fb)}.input-area button:disabled{opacity:.6;cursor:not-allowed;transform:none}.sidebar{padding:20px;height:100%;max-height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.mode-selection{display:flex;flex-direction:column;gap:16px;align-items:center;padding-top:30px;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.mode-selection::-webkit-scrollbar{width:6px}.mode-selection::-webkit-scrollbar-track{background:transparent}.mode-selection::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.mode-tile{width:100%;aspect-ratio:1.5;background:linear-gradient(135deg,#667eea73,#764ba273);color:#fff;border-radius:16px;box-shadow:0 4px 15px #0003;cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.15);padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.mode-tile:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #667eea66;border-color:#ffffff4d;background:linear-gradient(135deg,#667eea99,#764ba299)}.back-button{align-self:flex-start;margin-bottom:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fffc;font-size:.9rem;cursor:pointer;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:6px;transition:all .2s ease;flex-shrink:0}.back-button:hover{background:#fff3;color:#fff;transform:translate(-2px)}.sidebar.game-selection{padding-left:0;padding-right:0}.sidebar.game-selection .back-button{margin-left:20px}.sidebar.game-selection h3{padding:0 20px}.game-selection h3{margin-top:0;margin-bottom:16px;text-align:center;color:#ffffffe6;font-size:1.1rem;font-weight:500;letter-spacing:.5px;flex-shrink:0}.game-list{display:flex;flex-direction:column;gap:14px;overflow-y:auto;padding:10px 20px;flex:1;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.game-list::-webkit-scrollbar{width:6px}.game-list::-webkit-scrollbar-track{background:transparent}.game-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.game-tile{width:100%;aspect-ratio:1.5;background:linear-gradient(135deg,#68bf938c,#57a67d8c);border-radius:14px;display:flex;justify-content:center;align-items:flex-end;cursor:pointer;font-weight:700;color:#fff;transition:all .3s ease;overflow:hidden;box-shadow:0 4px 15px #0003;border:1px solid rgba(255,255,255,.15);flex-shrink:0}.game-tile:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #68bf9373;border-color:#ffffff4d}.game-tile-overlay{width:100%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 70%,transparent 100%);padding:20px 12px 12px;text-align:center;color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.3px}.game-interface-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.game-interface-placeholder,.placeholder-content{flex:1;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-radius:14px;border:1px dashed rgba(255,255,255,.2);color:#ffffff80;font-size:.95rem;letter-spacing:.5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar.game-play{overflow:hidden}
