.SQLEditor_editorContainer__ZN9fr{display:flex;flex-direction:column;background:rgba(13,17,39,.6);border:1px solid rgba(255,255,255,.05);border-radius:14px;overflow:visible;box-shadow:0 10px 40px rgba(0,0,0,.4)}.SQLEditor_editorHeader__9T5_i{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:rgba(5,7,20,.5);border-bottom:1px solid rgba(255,255,255,.05);font-size:.8rem;color:var(--text-secondary)}.SQLEditor_editorTitle__sNaLT{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--text-primary)}.SQLEditor_editorBody__0y61e{display:flex;position:relative;min-height:200px}.SQLEditor_lineNumberGutter__LmUOa{display:flex;flex-direction:column;align-items:flex-end;padding:14px 10px;background:rgba(5,7,20,.3);border-right:1px solid rgba(255,255,255,.03);font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);user-select:none;line-height:1.5;min-width:40px}.SQLEditor_textareaWrapper__8sWic{flex:1;position:relative}.SQLEditor_editorTextarea__v5wvN{width:100%;height:100%;min-height:200px;background:transparent;border:none;outline:none;padding:14px 16px;font-family:var(--font-mono);font-size:.85rem;color:#fff;resize:vertical;line-height:1.5;white-space:pre}.SQLEditor_mobileHelperBar__kgehA{display:flex;gap:6px;padding:8px 16px;background:rgba(0,0,0,.15);overflow-x:auto;border-top:1px solid rgba(255,255,255,.03);scrollbar-width:none}.SQLEditor_mobileHelperBar__kgehA::-webkit-scrollbar{display:none}.SQLEditor_helperBtn__tbR9c{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);padding:5px 10px;border-radius:6px;font-family:var(--font-mono);font-size:.72rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;transition:all .15s ease}.SQLEditor_helperBtn__tbR9c:hover{background:rgba(99,102,241,.1);border-color:var(--primary);color:#fff}.SQLEditor_editorActions__98aPV{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:rgba(5,7,20,.4);border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap;gap:12px}.SQLEditor_actionGroup__UDhxv{display:flex;gap:10px}.SQLEditor_reviewEngineCard__gE5c_{background:rgba(13,17,39,.8);border:1px solid rgba(99,102,241,.25);border-radius:12px;padding:18px;margin-top:16px;box-shadow:0 4px 20px rgba(0,0,0,.2);animation:SQLEditor_fade-in__aJ_mh .3s ease}.SQLEditor_reviewHeader__Y4hnh{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.SQLEditor_scoreBadge__sSqHU{background:linear-gradient(135deg,var(--accent-cyan),var(--primary));padding:4px 10px;border-radius:8px;font-weight:800;font-size:.85rem;color:white;box-shadow:0 2px 10px var(--primary-glow)}.SQLEditor_suggestionList__TC_WX{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.SQLEditor_suggestionItem__6_ohy{padding:10px 14px;border-radius:8px;font-size:.82rem;border-left:3px solid transparent}.SQLEditor_suggestionInfo__tL_PU{background:rgba(6,182,212,.05);border-color:var(--accent-cyan);color:#fff}.SQLEditor_suggestionWarning__v_Zkf{background:rgba(239,68,68,.05);border-color:var(--accent-rose);color:#fff}.SQLEditor_suggestionSuccess__aHxlv{background:rgba(16,185,129,.05);border-color:var(--accent-teal);color:#fff}.SQLEditor_suggestionTitle__c5G6f{font-weight:700;margin-bottom:3px;display:flex;align-items:center;gap:6px}.SQLEditor_explanationContainer__0ZCZR{margin-top:16px;border-top:1px solid rgba(255,255,255,.05);padding-top:16px}.SQLEditor_explanationTitle__bLueQ{font-size:.85rem;font-weight:700;margin-bottom:12px;color:var(--text-primary);display:flex;align-items:center;gap:6px}.SQLEditor_flowchartGrid__uQnpV{display:flex;flex-direction:column;gap:14px;position:relative}.SQLEditor_flowNode__Oo8Y_{position:relative;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px 14px;font-size:.8rem}.SQLEditor_flowNode__Oo8Y_:not(:last-child):after{content:"↓";position:absolute;bottom:-15px;left:30px;color:var(--primary);font-weight:800;font-size:.9rem}