body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:2rem 0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease forwards}.editor-container{border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;height:calc(100vh - 200px);min-height:500px;overflow:hidden}.prompt-section{border-right:1px solid #eee}.prompt-section,.sql-section{display:flex;flex:1 1;flex-direction:column}.editor-header{background-color:#f8f9fa;border-bottom:1px solid #eee;font-weight:600;padding:1rem}.editor-content{flex:1 1;overflow-y:auto;padding:1rem}.editor-footer{background-color:#f8f9fa;border-top:1px solid #eee;display:flex;justify-content:space-between;padding:1rem}@media (max-width:768px){.editor-container{flex-direction:column;height:auto}.prompt-section,.sql-section{border-bottom:1px solid #eee;border-right:none}}
/*# sourceMappingURL=main.88a27aad.css.map*/