.SQLBeautifier_container__5cUGE{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.SQLBeautifier_header__rAFqF{text-align:center;margin-bottom:3rem}.SQLBeautifier_title__dc3NW{color:#ffffff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:1px}.SQLBeautifier_subtitle__S7LPM{color:rgba(255,255,255,.9);font-size:1.1rem;font-weight:400;margin:0}.SQLBeautifier_mainContent__af16t{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.SQLBeautifier_inputSection__0mlGR{background:rgba(255,255,255,.95);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.2);backdrop-filter:blur(10px)}.SQLBeautifier_inputGroup__NwpJg{margin-bottom:2rem}.SQLBeautifier_label__9FkYu{display:block;margin-bottom:.5rem}.SQLBeautifier_labelText__NCqDJ{color:#333;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.SQLBeautifier_sqlTextarea__vWME3{width:100%;padding:16px;font-size:14px;font-family:Courier New,monospace;border:2px solid #e0e0e0;border-radius:12px;background:white;color:#333;outline:none;transition:all .3s ease;resize:vertical;min-height:200px;line-height:1.5}.SQLBeautifier_sqlTextarea__vWME3:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.SQLBeautifier_sqlTextarea__vWME3::placeholder{color:#999;font-style:italic}.SQLBeautifier_optionsSection__cEeoa{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.SQLBeautifier_optionsTitle__5asFy{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.SQLBeautifier_optionsGrid__1SY6d{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.SQLBeautifier_optionGroup__kWv7k{display:flex;flex-direction:column}.SQLBeautifier_optionLabel__pTMjv{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.SQLBeautifier_select__0LOPf{padding:8px 12px;font-size:14px;border:2px solid #e0e0e0;border-radius:6px;background:white;color:#333;outline:none;transition:all .3s ease;cursor:pointer}.SQLBeautifier_select__0LOPf:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.SQLBeautifier_buttonGroup__QfsGZ{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.SQLBeautifier_button__qxqDx{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:140px;justify-content:center}.SQLBeautifier_formatButton__iOhrY{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 4px 12px rgba(102,126,234,.3)}.SQLBeautifier_formatButton__iOhrY:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.SQLBeautifier_formatButton__iOhrY:disabled{opacity:.6;cursor:not-allowed;transform:none}.SQLBeautifier_minifyButton__reEWW{background:#FF9800;color:white;box-shadow:0 4px 12px rgba(255,152,0,.3)}.SQLBeautifier_minifyButton__reEWW:hover:not(:disabled){background:#F57C00;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,152,0,.4)}.SQLBeautifier_minifyButton__reEWW:disabled{opacity:.6;cursor:not-allowed;transform:none}.SQLBeautifier_exampleButton__285lI{background:#4CAF50;color:white;box-shadow:0 4px 12px rgba(76,175,80,.3)}.SQLBeautifier_exampleButton__285lI:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 16px rgba(76,175,80,.4)}.SQLBeautifier_clearButton__qCYxe{background:#f44336;color:white;box-shadow:0 4px 12px rgba(244,67,54,.3)}.SQLBeautifier_clearButton__qCYxe:hover{background:#d32f2f;transform:translateY(-2px);box-shadow:0 6px 16px rgba(244,67,54,.4)}.SQLBeautifier_resultSection__sEBLM{background:rgba(255,255,255,.95);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.2);backdrop-filter:blur(10px);animation:SQLBeautifier_fadeInUp__ng_2e .5s ease-out}@keyframes SQLBeautifier_fadeInUp__ng_2e{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SQLBeautifier_resultHeader__UEFdk{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.SQLBeautifier_resultTitle__Y3WKE{color:#333;font-size:1.4rem;font-weight:600;margin:0}.SQLBeautifier_copyButton__CHYaW{display:flex;align-items:center;gap:.5rem;padding:10px 20px;background:#4CAF50;color:white;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.SQLBeautifier_copyButton__CHYaW:hover{background:#45a049;transform:translateY(-1px)}.SQLBeautifier_sqlOutput__RFe4b{margin-bottom:2rem;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0}.SQLBeautifier_sqlCode__C2_7p{margin:0;padding:1.5rem;background:#2d3748;color:#e2e8f0;font-family:Courier New,monospace;font-size:14px;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.SQLBeautifier_sqlStats__F4tIr{padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #667eea}.SQLBeautifier_statsTitle__4laeK{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.SQLBeautifier_statsGrid__M9bqH{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.SQLBeautifier_stat__nHOZK{text-align:center;padding:1rem;background:white;border-radius:8px}.SQLBeautifier_statValue__dMtQw{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.SQLBeautifier_statLabel__1Jdwc{font-size:.8rem;color:#666;font-weight:500}.SQLBeautifier_infoSection__JLPHD{max-width:1200px;margin:3rem auto 0;background:rgba(255,255,255,.95);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.2);backdrop-filter:blur(10px)}.SQLBeautifier_infoTitle__YVSOL{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.SQLBeautifier_infoGrid__3kdyg{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.SQLBeautifier_infoCard__jlktW{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #667eea}.SQLBeautifier_infoCard__jlktW h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.SQLBeautifier_infoCard__jlktW p{color:#666;font-size:.95rem;line-height:1.5;margin:0}.SQLBeautifier_examplesSection__tX1io{background:linear-gradient(135deg,#e8f5e8,#f0f8ff);border-radius:12px;padding:1.5rem;border-left:4px solid #4caf50}.SQLBeautifier_examplesSection__tX1io h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.SQLBeautifier_examplesList__txlTS{display:flex;flex-direction:column;gap:1.5rem}.SQLBeautifier_example__nJFJI{background:rgba(255,255,255,.8);padding:1.5rem;border-radius:8px}.SQLBeautifier_example__nJFJI h4{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.SQLBeautifier_beforeCode__tyZIt{background:#ffebee;color:#c62828;margin-bottom:1rem;border-left:4px solid #f44336}.SQLBeautifier_afterCode__8iN0B,.SQLBeautifier_beforeCode__tyZIt{display:block;padding:1rem;border-radius:6px;font-family:Courier New,monospace;font-size:.85rem}.SQLBeautifier_afterCode__8iN0B{background:#e8f5e8;color:#2e7d32;white-space:pre-line;border-left:4px solid #4caf50}@media (max-width:768px){.SQLBeautifier_container__5cUGE{padding:15px}.SQLBeautifier_title__dc3NW{font-size:2rem}.SQLBeautifier_subtitle__S7LPM{font-size:1rem}.SQLBeautifier_infoSection__JLPHD,.SQLBeautifier_inputSection__0mlGR,.SQLBeautifier_resultSection__sEBLM{padding:1.5rem}.SQLBeautifier_optionsGrid__1SY6d{grid-template-columns:1fr}.SQLBeautifier_buttonGroup__QfsGZ{flex-direction:column;align-items:center}.SQLBeautifier_button__qxqDx{width:100%;max-width:300px}.SQLBeautifier_resultHeader__UEFdk{flex-direction:column;gap:1rem;align-items:stretch}.SQLBeautifier_copyButton__CHYaW{align-self:center}.SQLBeautifier_statsGrid__M9bqH{grid-template-columns:repeat(2,1fr)}.SQLBeautifier_infoGrid__3kdyg{grid-template-columns:1fr}.SQLBeautifier_sqlCode__C2_7p{font-size:12px;padding:1rem}}@media (max-width:480px){.SQLBeautifier_title__dc3NW{font-size:1.8rem}.SQLBeautifier_infoSection__JLPHD,.SQLBeautifier_inputSection__0mlGR,.SQLBeautifier_resultSection__sEBLM{padding:1rem}.SQLBeautifier_sqlTextarea__vWME3{font-size:13px;padding:12px}.SQLBeautifier_button__qxqDx{padding:10px 20px;font-size:14px}.SQLBeautifier_statsGrid__M9bqH{grid-template-columns:1fr}.SQLBeautifier_statValue__dMtQw{font-size:1.2rem}.SQLBeautifier_sqlCode__C2_7p{font-size:11px}}.SQLBeautifier_sqlCode__C2_7p::-webkit-scrollbar{height:6px}.SQLBeautifier_sqlCode__C2_7p::-webkit-scrollbar-track{background:#4a5568;border-radius:3px}.SQLBeautifier_sqlCode__C2_7p::-webkit-scrollbar-thumb{background:#718096;border-radius:3px}.SQLBeautifier_sqlCode__C2_7p::-webkit-scrollbar-thumb:hover{background:#a0aec0}.SQLBeautifier_button__qxqDx:focus,.SQLBeautifier_copyButton__CHYaW:focus,.SQLBeautifier_select__0LOPf:focus,.SQLBeautifier_sqlTextarea__vWME3:focus{outline:2px solid #667eea;outline-offset:2px}.SQLBeautifier_container__5cUGE *{transition:all .3s cubic-bezier(.4,0,.2,1)}