.sql-to-yaml-converter{--primary-color:#4a6baf;--primary-hover:#385696;--secondary-color:#6c757d;--secondary-hover:#5a6268;--success-color:#28a745;--error-color:#dc3545;--background-color:#f8f9fa;--card-bg:#ffffff;--text-color:#212529;--border-color:#dee2e6;--textarea-bg:#f8f9fa;--textarea-border:#ced4da;width:100%;min-height:100vh;background-color:var(--background-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s;padding:2rem 0}.sql-to-yaml-converter.dark{--primary-color:#7289da;--primary-hover:#5e77d4;--secondary-color:#8e9297;--secondary-hover:#72767d;--success-color:#43b581;--error-color:#f04747;--background-color:#2f3136;--card-bg:#36393f;--text-color:#dcddde;--border-color:#42454a;--textarea-bg:#40444b;--textarea-border:#42454a}.sql-to-yaml-converter *{box-sizing:border-box}.sql-to-yaml-converter .container{max-width:1200px;margin:0 auto;padding:0 1rem}.sql-to-yaml-converter header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.sql-to-yaml-converter header h1{font-size:2rem;margin:0;font-weight:600}.sql-to-yaml-converter .theme-toggle{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;color:var(--text-color)}.sql-to-yaml-converter .theme-toggle:hover{background-color:rgba(0,0,0,.1)}.sql-to-yaml-converter .converter-container{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:992px){.sql-to-yaml-converter .converter-container{grid-template-columns:1fr auto 1fr}}.sql-to-yaml-converter .input-section,.sql-to-yaml-converter .output-section{display:flex;flex-direction:column;border-radius:.5rem;background-color:var(--card-bg);box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}.sql-to-yaml-converter .section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border-color)}.sql-to-yaml-converter .section-header h2{margin:0;font-size:1.25rem;font-weight:600}.sql-to-yaml-converter .code-textarea{flex:1;width:100%;min-height:400px;padding:1rem;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.5;color:var(--text-color);background-color:var(--textarea-bg);border:none;border-radius:0;resize:vertical;outline:none}.sql-to-yaml-converter .code-textarea::placeholder{color:var(--secondary-color);opacity:.7}.sql-to-yaml-converter .code-textarea:focus{outline:none}.sql-to-yaml-converter .controls{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem}@media(min-width:992px){.sql-to-yaml-converter .controls{padding:0}}.sql-to-yaml-converter button{cursor:pointer;border:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .2s,transform .1s}.sql-to-yaml-converter button:active{transform:translateY(1px)}.sql-to-yaml-converter .primary-button{background-color:var(--primary-color);color:#fff}.sql-to-yaml-converter .primary-button:hover{background-color:var(--primary-hover)}.sql-to-yaml-converter .secondary-button{background-color:var(--secondary-color);color:#fff}.sql-to-yaml-converter .secondary-button:hover{background-color:var(--secondary-hover)}.sql-to-yaml-converter .secondary-button.success{background-color:var(--success-color)}.sql-to-yaml-converter .button-group{display:flex;gap:.5rem}.sql-to-yaml-converter .error-message{padding:1rem;margin-bottom:1.5rem;background-color:var(--error-color);color:#fff;border-radius:.25rem;font-weight:500}.sql-to-yaml-converter .info-section{background-color:var(--card-bg);border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.sql-to-yaml-converter .info-section h3{margin-top:0;margin-bottom:1rem;font-size:1.25rem}.sql-to-yaml-converter .info-section h4{margin-bottom:.5rem}.sql-to-yaml-converter .info-section ul{margin-top:.5rem;padding-left:1.5rem}.sql-to-yaml-converter .info-section ul li{margin-bottom:.25rem}.sql-to-yaml-converter .info-section p{margin-bottom:1rem;line-height:1.5}.sql-to-yaml-converter .info-section p.note{font-style:italic;opacity:.8}