: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}#root{height:100vh;width:100vw;margin:0 auto}#container{display:grid;grid-template-columns:1fr 500px;height:100%;width:100%;overflow:hidden}*{box-sizing:border-box}.chatbox{display:flex;flex-direction:column;height:100%;background-color:#fff;border-left:1px solid #ccc;padding:16px;height:100vh;width:100%;box-sizing:border-box}.chatbox h2{margin:0 0 12px;font-size:22px;color:#333}.chat-content{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}.chat-messages{flex-grow:1;overflow-y:auto;border:1px solid #ccc;border-radius:8px;padding:10px 6px 10px 10px;margin-bottom:12px;display:flex;flex-direction:column;gap:10px;max-height:1200px}.message{max-width:80%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4;color:#111;word-wrap:break-word}.incoming{background-color:#e0ecff;align-self:flex-start;max-width:450px}.outgoing{background-color:#d3f9d8;align-self:flex-end}.chat-controls{display:flex;flex-direction:column;gap:8px}.execute-button{padding:10px 16px;background-color:#28a745;border:none;color:#fff;border-radius:6px;cursor:pointer;font-weight:700}.execute-button:hover{background-color:#218838}.chat-input{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px;position:sticky;bottom:12px;height:80px}.chat-input textarea{padding:10px;font-size:14px;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#000}.chat-input textarea::placeholder{color:#888}.chat-input button{padding:10px 16px;background-color:#007bff;border:none;color:#fff;border-radius:6px;cursor:pointer;font-weight:700}.chat-input button:hover{background-color:#0056b3}.message{display:flex;align-items:flex-start;gap:8px;max-width:390px}.bot-icon{width:40px;height:40px;background-color:#007bff;border-radius:50%;margin-top:6px;flex-shrink:0}.bot-icon img{width:100%;height:100%;border-radius:50%}.message-text{max-width:100%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4;color:#111;word-wrap:break-word;background-color:#e0ecff}.outgoing .message-text{background-color:#d3f9d8;align-self:flex-end}.message-container{grid-template-columns:40px auto;gap:10px;display:grid;width:100%}.execute-inline{background-color:#007bff;display:inline-block;font-size:12px;margin-right:8px;color:#fff}.execute-inline:hover{background-color:#0056b3;transform:translateY(-1px)}.btn-container{color:#fff;display:flex;justify-content:left;align-items:center;margin-top:12px;margin-bottom:8px}.message pre{background-color:#2d2d2d;color:#f8f8f2;padding:12px 16px;font-size:13px;line-height:1.6;white-space:pre;overflow-x:auto;word-break:normal;box-shadow:inset 0 0 0 1px #444;margin:20px 0;max-width:100%}.message code{font-family:Fira Code,Consolas,Menlo,Monaco,Courier New,monospace;display:block}.message pre::-webkit-scrollbar{height:8px}.message pre::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.message pre::-webkit-scrollbar-track{background-color:#2d2d2d}.code-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.code-modal{background-color:#1e1e1e;color:#f8f8f2;border-radius:8px;max-width:800px;width:90%;max-height:80vh;overflow:auto;padding:1.5rem;position:relative;box-shadow:0 8px 30px #00000080;font-family:Consolas,Monaco,Courier New,monospace}.code-modal-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:1.5rem;color:#aaa;cursor:pointer}.code-modal-close:hover{color:#ff5f56}.code-modal-content pre{background-color:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.5;white-space:pre;margin:0}.code-modal-content code{display:block}
