.SqlFormatter-module__IhV-9G__container{max-width:1300px;margin:0 auto;padding:2rem 1.5rem}.SqlFormatter-module__IhV-9G__header{text-align:center;margin-bottom:2rem}.SqlFormatter-module__IhV-9G__title{font-family:var(--font-outfit);background:linear-gradient(to right, var(--accent-from), var(--accent-to));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.SqlFormatter-module__IhV-9G__description{color:var(--secondary-text)}.SqlFormatter-module__IhV-9G__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.SqlFormatter-module__IhV-9G__grid{grid-template-columns:350px 1fr}}.SqlFormatter-module__IhV-9G__formCard{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1.5rem;height:fit-content;padding:1.5rem;display:flex;position:sticky;top:6rem;box-shadow:0 4px 6px -1px #0000001a}.SqlFormatter-module__IhV-9G__formGroup{flex-direction:column;gap:.5rem;display:flex}.SqlFormatter-module__IhV-9G__label{color:var(--primary-text);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.9rem;font-weight:600}.SqlFormatter-module__IhV-9G__input,.SqlFormatter-module__IhV-9G__textarea{background-color:var(--background);border:1px solid var(--border);color:var(--primary-text);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.SqlFormatter-module__IhV-9G__textarea{resize:vertical;min-height:120px}.SqlFormatter-module__IhV-9G__input:focus,.SqlFormatter-module__IhV-9G__textarea:focus{border-color:var(--accent-from);outline:none;box-shadow:0 0 0 3px #4f46e533}.SqlFormatter-module__IhV-9G__select{background-color:var(--background);border:1px solid var(--border);color:var(--primary-text);appearance:none;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.SqlFormatter-module__IhV-9G__submitBtn{background:linear-gradient(to right, var(--accent-from), var(--accent-to));color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s}.SqlFormatter-module__IhV-9G__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.SqlFormatter-module__IhV-9G__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.SqlFormatter-module__IhV-9G__resultCard{border:1px solid var(--border);background-color:#0f111a;border-radius:12px;flex-direction:column;height:75vh;min-height:500px;max-height:800px;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0003}.SqlFormatter-module__IhV-9G__editorHeader{background-color:#090a0f;border-bottom:1px solid #1f2438;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.SqlFormatter-module__IhV-9G__editorTabs{gap:.5rem;display:flex}.SqlFormatter-module__IhV-9G__editorTab{color:#a6accd;box-shadow:0 -2px 0 0 inset var(--accent-from);background-color:#1a1e2e;border-radius:6px;padding:.4rem 1rem;font-family:monospace;font-size:.85rem}.SqlFormatter-module__IhV-9G__copyBtn{color:#a6accd;cursor:pointer;background-color:#0000;border:1px solid #2a2f4c;border-radius:4px;padding:.35rem .8rem;font-family:monospace;font-size:.8rem;transition:all .2s}.SqlFormatter-module__IhV-9G__copyBtn:hover{color:#fff;border-color:var(--accent-from);background-color:#ffffff1a}.SqlFormatter-module__IhV-9G__markdownContainer{background-color:#0f111a;flex:1;padding:1.5rem;overflow-y:auto}.SqlFormatter-module__IhV-9G__markdownContainer::-webkit-scrollbar{width:10px}.SqlFormatter-module__IhV-9G__markdownContainer::-webkit-scrollbar-track{background:#090a0f}.SqlFormatter-module__IhV-9G__markdownContainer::-webkit-scrollbar-thumb{background:#2a2f4c;border-radius:5px}.SqlFormatter-module__IhV-9G__markdownContainer::-webkit-scrollbar-thumb:hover{background:#3b4266}.SqlFormatter-module__IhV-9G__emptyState{color:#636b8a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.SqlFormatter-module__IhV-9G__loading{height:100%;color:var(--accent-from);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.SqlFormatter-module__IhV-9G__spinner{border:3px solid #4f46e51a;border-left-color:var(--accent-from);border-radius:50%;width:40px;height:40px;animation:1s linear infinite SqlFormatter-module__IhV-9G__spin}@keyframes SqlFormatter-module__IhV-9G__spin{to{transform:rotate(360deg)}}.SqlFormatter-module__IhV-9G__markdown{color:#a6accd;font-family:Courier New,Courier,monospace;font-size:.95rem;line-height:1.6}.SqlFormatter-module__IhV-9G__markdown pre{color:#82aaff;background-color:#0000;border:none;margin:0 0 1.5rem;padding:0;overflow-x:auto}.SqlFormatter-module__IhV-9G__markdown p{font-family:var(--font-inter);color:#8f96b3;margin-bottom:1rem}.SqlFormatter-module__IhV-9G__markdown code{color:#82aaff}
