.coral-module__cEfAVG__container{max-width:1200px;margin:0 auto;padding:1.5rem}.coral-module__cEfAVG__pageHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.coral-module__cEfAVG__headerTitle{color:#fff;align-items:center;gap:10px;margin:0;font-size:1.5rem;font-weight:800;display:flex}.coral-module__cEfAVG__headerSubtitle{color:#949ba4;margin:4px 0 0;font-size:.875rem}.coral-module__cEfAVG__layout{grid-template-columns:280px 1fr;align-items:start;gap:1.25rem;display:grid}.coral-module__cEfAVG__schemaBrowser{background-color:#2b2d31;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:1.25rem;padding:1rem;display:flex}.coral-module__cEfAVG__browserTitle{color:#dbdee1;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin:0 0 .75rem;font-size:.8rem;font-weight:700;display:flex}.coral-module__cEfAVG__tableList{flex-direction:column;gap:.75rem;display:flex}.coral-module__cEfAVG__tableName{color:#5865f2;align-items:center;gap:4px;margin-bottom:.25rem;font-family:monospace;font-size:.85rem;font-weight:600;display:flex}.coral-module__cEfAVG__columnList{border-left:1px solid #ffffff14;flex-direction:column;gap:.2rem;padding-left:.75rem;display:flex}.coral-module__cEfAVG__columnItem{color:#949ba4;justify-content:space-between;font-family:monospace;font-size:.75rem;display:flex}.coral-module__cEfAVG__colType{color:#a3a3a3;opacity:.7}.coral-module__cEfAVG__consoleArea{flex-direction:column;gap:1.25rem;display:flex}.coral-module__cEfAVG__editorCard{background-color:#2b2d31;border:1px solid #ffffff0d;border-radius:12px;overflow:hidden}.coral-module__cEfAVG__editorHeader{background-color:#232428;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.coral-module__cEfAVG__editorTitle{color:#949ba4;margin:0;font-family:monospace;font-size:.85rem}.coral-module__cEfAVG__sqlEditor{color:#dbdee1;resize:none;background-color:#1e1f22;border:none;outline:none;width:100%;height:120px;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.95rem;line-height:1.5}.coral-module__cEfAVG__editorFooter{background-color:#2b2d31;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.coral-module__cEfAVG__btnRun{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:6px;align-items:center;gap:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.coral-module__cEfAVG__btnRun:hover{background-color:#4752c4}.coral-module__cEfAVG__quickQueries{flex-wrap:wrap;gap:.5rem;display:flex}.coral-module__cEfAVG__queryChip{color:#b5bac1;cursor:pointer;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;transition:background-color .2s,border-color .2s}.coral-module__cEfAVG__queryChip:hover{color:#fff;background-color:#5865f214;border-color:#5865f24d}.coral-module__cEfAVG__resultsCard{background-color:#2b2d31;border:1px solid #ffffff0d;border-radius:12px;min-height:200px;padding:1.25rem}.coral-module__cEfAVG__resultsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.coral-module__cEfAVG__statusIndicator{color:#23a55a;align-items:center;gap:6px;font-size:.8rem;display:flex}.coral-module__cEfAVG__errorText{color:#f23f43;white-space:pre-wrap;background-color:#f23f430d;border:1px solid #f23f4326;border-radius:6px;padding:1rem;font-family:monospace;font-size:.85rem;line-height:1.5}.coral-module__cEfAVG__emptyState{color:#949ba4;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.coral-module__cEfAVG__tableWrapper{border:1px solid #ffffff0a;border-radius:6px;overflow-x:auto}.coral-module__cEfAVG__dataTable{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.coral-module__cEfAVG__dataTable th{color:#dbdee1;background-color:#232428;border-bottom:2px solid #ffffff14;padding:.75rem 1rem;font-family:monospace;font-weight:600}.coral-module__cEfAVG__dataTable td{color:#b5bac1;border-bottom:1px solid #ffffff0a;padding:.75rem 1rem}.coral-module__cEfAVG__dataTable tr:hover td{color:#fff;background-color:#ffffff05}.coral-module__cEfAVG__configTextarea{color:#e3e5e8;background-color:#1e1f22;border:1px solid #ffffff0d;border-radius:6px;width:100%;height:250px;padding:1rem;font-family:monospace;font-size:.85rem;line-height:1.6}.coral-module__cEfAVG__chatContainer{background-color:#2b2d31;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;height:520px;display:flex;overflow:hidden}.coral-module__cEfAVG__chatPanel{background-color:#1e1f22;flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}.coral-module__cEfAVG__chatMessage{align-self:flex-start;gap:.75rem;max-width:85%;display:flex}.coral-module__cEfAVG__userMessage{flex-direction:row-reverse;align-self:flex-end}.coral-module__cEfAVG__avatar{background-color:#313338;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.coral-module__cEfAVG__userAvatar{color:#fff;background-color:#5865f2}.coral-module__cEfAVG__grokAvatar{color:#fff;background:linear-gradient(135deg,#ff5e3a 0%,#ff2a6d 100%);box-shadow:0 0 10px #ff2a6d4d}.coral-module__cEfAVG__bubble{color:#dbdee1;border-radius:12px;padding:.875rem 1.125rem;font-size:.875rem;line-height:1.5;position:relative}.coral-module__cEfAVG__userBubble{color:#fff;background-color:#5865f2;border-top-right-radius:2px;box-shadow:0 4px 12px #5865f226}.coral-module__cEfAVG__grokBubble{background-color:#2b2d31;border:1px solid #ffffff0a;border-top-left-radius:2px;width:100%;box-shadow:0 4px 12px #0000001a}.coral-module__cEfAVG__grokText{color:#dbdee1}.coral-module__cEfAVG__grokText p{margin:0 0 .5rem}.coral-module__cEfAVG__grokText p:last-child{margin-bottom:0}.coral-module__cEfAVG__sqlPreview{background-color:#111214;border:1px solid #ffffff0f;border-radius:8px;margin-bottom:.75rem;font-family:monospace;overflow:hidden}.coral-module__cEfAVG__sqlHeader{color:#949ba4;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#1a1b1e;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.75rem;transition:background-color .2s;display:flex}.coral-module__cEfAVG__sqlHeader:hover{background-color:#232428}.coral-module__cEfAVG__sqlHeaderTitle{color:#e3e5e8;align-items:center;gap:6px;font-weight:600;display:flex}.coral-module__cEfAVG__sqlChevron{transition:transform .2s}.coral-module__cEfAVG__sqlChevronExpanded{transform:rotate(90deg)}.coral-module__cEfAVG__sqlBody{border-bottom:1px solid #ffffff08;padding:.75rem;font-size:.8rem;line-height:1.4}.coral-module__cEfAVG__sqlQueryCode{color:#00d2ff;white-space:pre-wrap;word-break:break-all;margin:0}.coral-module__cEfAVG__sqlMeta{color:#949ba4;gap:12px;margin-top:6px;font-size:.7rem;display:flex}.coral-module__cEfAVG__sqlResultTableWrapper{background-color:#161719;max-height:150px;overflow-y:auto}.coral-module__cEfAVG__sqlResultTable{border-collapse:collapse;text-align:left;width:100%;font-size:.75rem}.coral-module__cEfAVG__sqlResultTable th{color:#b5bac1;background-color:#1e1f22;border-bottom:1px solid #ffffff0d;padding:4px 8px;font-weight:600}.coral-module__cEfAVG__sqlResultTable td{color:#949ba4;border-bottom:1px solid #ffffff05;padding:4px 8px}.coral-module__cEfAVG__sqlResultError{color:#f23f43;background-color:#f23f430d;border-top:1px solid #f23f4326;padding:8px;font-size:.75rem}.coral-module__cEfAVG__chatInputBar{background-color:#2b2d31;border-top:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.coral-module__cEfAVG__chatInputField{color:#dbdee1;background-color:#1e1f22;border:1px solid #ffffff0d;border-radius:8px;outline:none;flex:1;padding:.625rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.coral-module__cEfAVG__chatInputField:focus{border-color:#5865f2;box-shadow:0 0 0 2px #5865f233}.coral-module__cEfAVG__btnSend{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s,transform .1s;display:flex}.coral-module__cEfAVG__btnSend:hover{background-color:#4752c4}.coral-module__cEfAVG__btnSend:active{transform:scale(.95)}.coral-module__cEfAVG__emptyStateContainer{text-align:center;color:#949ba4;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.coral-module__cEfAVG__emptyStateTitle{color:#fff;margin:.75rem 0 .25rem;font-size:1.15rem;font-weight:700}.coral-module__cEfAVG__emptyStateText{color:#949ba4;max-width:380px;margin-bottom:2rem;font-size:.825rem;line-height:1.4}.coral-module__cEfAVG__starterChips{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;max-width:520px;display:grid}.coral-module__cEfAVG__starterChip{color:#dbdee1;cursor:pointer;text-align:left;background-color:#2b2d31;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:.75rem 1rem;font-size:.8rem;transition:background-color .2s,border-color .2s,transform .2s;display:flex}.coral-module__cEfAVG__starterChip:hover{color:#fff;background-color:#5865f214;border-color:#5865f24d;transform:translateY(-2px)}.coral-module__cEfAVG__typingDots{align-items:center;gap:4px;padding:6px 4px;display:flex}.coral-module__cEfAVG__typingDots span{background-color:#949ba4;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both coral-module__cEfAVG__typingBounce}.coral-module__cEfAVG__typingDots span:first-child{animation-delay:-.32s}.coral-module__cEfAVG__typingDots span:nth-child(2){animation-delay:-.16s}@keyframes coral-module__cEfAVG__typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
