:root{--header-height:60px}.chat-module__jNFwxa__chatContainer{flex-direction:column;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.chat-module__jNFwxa__inputForm{z-index:20;background-color:#000;border-top:1px solid #333;width:100%;padding:10px;display:flex;position:sticky;bottom:0}.chat-module__jNFwxa__input{color:#f4f4f4;background-color:#111;border:2px solid #333;border-radius:60px;flex-grow:1;margin-right:10px;padding:16px 24px;font-size:1em}.chat-module__jNFwxa__input::placeholder{color:#888!important}.chat-module__jNFwxa__input:focus{background-color:#111;border-color:#0ff;outline:none!important}.chat-module__jNFwxa__button{color:#000;background-color:#0ff;border:none;border-radius:60px;padding:8px 24px;font-size:1em;transition:background-color .3s}.chat-module__jNFwxa__button:hover{background-color:#00c3ff}.chat-module__jNFwxa__button:disabled{color:#999;background-color:#444}.chat-module__jNFwxa__messages{white-space:pre-wrap;flex-direction:column;flex:1;min-height:0;padding:60px 10px 10px;display:flex;overflow-y:auto}.chat-module__jNFwxa__userMessage,.chat-module__jNFwxa__assistantMessage,.chat-module__jNFwxa__codeMessage{overflow-wrap:break-word;border-radius:15px;align-self:flex-start;max-width:80%;margin:8px 0;padding:8px 16px}.chat-module__jNFwxa__userMessage{color:#f4f4f4;background-color:#111;border:2px solid #0ff;align-self:flex-end;font-size:1em}.chat-module__jNFwxa__assistantMessage{color:#f4f4f4;background-color:#1a1a1a}.chat-module__jNFwxa__assistantMessage img{border-radius:8px;max-width:100%;margin:8px 0}.chat-module__jNFwxa__codeMessage{color:#f4f4f4;counter-reset:line;background-color:#222;padding:10px 16px;font-family:monospace}.chat-module__jNFwxa__codeMessage>div{margin-top:4px}.chat-module__jNFwxa__codeMessage span{color:#888;margin-right:8px}.chat-module__jNFwxa__header{width:100%;box-shadow:none;z-index:10;height:var(--header-height);background:0 0;border-bottom:none;justify-content:flex-start;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.chat-module__jNFwxa__headerText{text-align:left;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(90deg,#00b3ff,#0072ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;padding:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}
