.navbar{animation:slideIn .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-list{align-items:center;display:flex;justify-content:space-between;list-style:none;margin:0 auto;max-width:1200px;padding:0}.navbar-item:first-child{margin-right:auto;position:relative}.navbar-item:first-child .navbar-link{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;position:relative;text-decoration:none;transition:all .3s ease}.navbar-item:first-child .navbar-link:hover{text-shadow:0 0 10px #ffffff80;transform:scale(1.05)}.navbar-item:first-child .navbar-link:after{background:linear-gradient(90deg,#fff,#0000);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-item:first-child .navbar-link:hover:after{width:100%}.navbar-item:not(:first-child){margin-left:2rem}.navbar-link{border-radius:25px;color:#ffffffe6;font-size:1rem;font-weight:500;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link:not(:first-child):hover{background:#fff3;box-shadow:0 4px 12px #ffffff4d;color:#fff;transform:translateY(-2px)}.navbar-link.active{background:#ffffff40;color:#fff;font-weight:600}.navbar-link:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s,top .6s,left .6s;width:0;z-index:-1}.navbar-link:active:before{height:300px;left:50%;top:50%;width:300px}@media (max-width:768px){.navbar{padding:1rem}.navbar-list{flex-direction:column;gap:1rem}.navbar-item:first-child{margin-bottom:1rem;margin-right:0}.navbar-item:not(:first-child){margin-left:0}.navbar-link{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:480px){.navbar-item:first-child .navbar-link{font-size:1.3rem}.navbar-list{gap:.5rem}.navbar-link{font-size:.85rem;padding:.5rem 1rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.file-menu{background-color:#fafafa;border:none;border-radius:8px;box-shadow:0 2px 6px #0000000d;display:inline-block;font-family:Segoe UI,Arial,sans-serif;margin:12px 0;padding:12px 20px}.menu-buttons{display:flex;flex-wrap:wrap;gap:20px}.menu-button{background-color:#fff;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;font-size:1rem;font-weight:500;margin:0;padding:10px 20px;transition:all .25s ease}.menu-button:disabled:hover{background-color:#e0e0e0;box-shadow:none;cursor:not-allowed;transform:none}.menu-button:focus,.menu-button:not(:disabled):hover{background-color:#1a73e8;color:#fff;outline:none;transform:translateY(-2px)}.menu-button:active{box-shadow:0 1px 2px #0003;transform:translateY(0)}.text-area{background-color:#fdfdfd;border:2px solid #ccc;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:block;font-family:Courier New,Courier,monospace;font-size:16px;height:auto;line-height:1.5;margin:50px auto;max-width:800px;min-width:300px;padding:15px;resize:vertical;width:80%}.text-area:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80;outline:none}.sql-output{background-color:#f9f9f9}.from-csv-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.from-csv-content{margin:0 auto;max-width:1200px;padding:2rem}.from-csv-header{animation:slideInFromTop .8s ease-out;margin-bottom:3rem;padding:2rem 0;text-align:center}.from-csv-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 8px #0000001a}.from-csv-description{color:#ffffffe6;font-size:1.125rem;font-weight:400;line-height:1.8;margin:0 auto;max-width:800px;text-shadow:0 2px 4px #0000001a}.from-csv-sections{display:flex;flex-direction:column;gap:2rem}.from-csv-card{animation:slideInFromBottom .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.from-csv-card:hover{box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #ffffff1a;transform:translateY(-8px)}.from-csv-card:first-child{animation-delay:.1s}.from-csv-card:nth-child(2){animation-delay:.2s}.from-csv-card:nth-child(3){animation-delay:.3s}.from-csv-success{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #0596694d;color:#fff}.from-csv-error{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc26264d;color:#fff}.from-csv-card:focus-within{outline:3px solid #4f46e5;outline-offset:3px}@media (min-width:768px){.from-csv-sections{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}}@media (min-width:1024px){.from-csv-content{padding:3rem 2rem}.from-csv-card{padding:2.5rem}}@media (max-width:768px){.from-csv-content{padding:1rem}.from-csv-header{margin-bottom:2rem;padding:1rem 0}.from-csv-description{font-size:1rem}.from-csv-card{border-radius:16px;padding:1.5rem}}@media (max-width:480px){.from-csv-card{border-radius:12px;padding:1rem}.from-csv-sections{gap:1.5rem}}.from-csv-fade-in{animation:slideInFromBottom .6s ease-out forwards;opacity:0}.from-csv-pulse{animation:pulse 2s infinite}.from-csv-hidden{display:none}.from-csv-visible{display:block}@media print{.from-csv-page{background:#fff;color:#000}.from-csv-card{background:#fff;border:1px solid #ccc;box-shadow:none}.filemenu-section{background:#fff;color:#000}}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;max-width:600px;padding:25px;width:80%}.modal-content h2{margin-top:0}.modal-content textarea{border:1px solid #ccc;border-radius:6px;font-family:monospace;font-size:14px;margin-bottom:15px;padding:10px;resize:vertical;width:100%}.modal-buttons{display:flex;gap:10px;justify-content:flex-end}.modal-buttons button{background-color:#fff;border:1px solid #007bff;border-radius:6px;color:#007bff;cursor:pointer;font-weight:700;padding:8px 14px}.modal-buttons button:disabled{border-color:#aaa;color:#aaa;cursor:not-allowed}.modal-buttons button:hover:not(:disabled){background-color:#007bff;color:#fff}.table-cols-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #00000014;margin:2rem auto;max-width:1200px;padding:2rem}.table-cols-title{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.columns-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center}.column-item{max-width:280px;width:100%}.column-label{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;padding:1rem;position:relative;transition:all .2s ease-in-out;width:100%}.column-label:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.column-label:has(.column-checkbox:checked){background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.column-checkbox{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;height:18px;margin-right:12px;width:18px}.column-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.column-name{color:#374151;font-size:.95rem;font-weight:500;margin-bottom:4px;word-break:break-word}.include-text{color:#6b7280;font-size:.8rem;font-weight:400}.column-label:has(.column-checkbox:checked) .column-name{color:#1e40af;font-weight:600}.column-label:has(.column-checkbox:checked) .include-text{color:#3b82f6;font-weight:500}@media (max-width:768px){.table-cols-container{margin:1rem;padding:1.5rem}.columns-grid{gap:.8rem;grid-template-columns:1fr}.table-cols-title{font-size:1.3rem}}.table-name-field-container{background-color:#fdfdfd;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;margin:20px auto;max-width:500px;padding:15px}.table-name-field-title{color:#333;font-size:1.2rem;margin-bottom:10px}.table-name-input{border:1px solid #bbb;border-radius:6px;font-size:1rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out}.table-name-input:focus{border-color:#40a9ff;box-shadow:0 0 5px #40a9ff80}.table-name-input::placeholder{color:#aaa;font-style:italic}body{align-items:center;display:flex;justify-content:center;min-height:100vh}.from-excel-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.from-excel-content{margin:0 auto;max-width:1200px;padding:2rem}.from-excel-header{animation:slideInFromTop .8s ease-out;margin-bottom:3rem;padding:2rem 0;text-align:center}.from-excel-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 8px #0000001a}.from-excel-description{color:#ffffffe6;font-size:1.125rem;font-weight:400;line-height:1.8;margin:0 auto;max-width:800px;text-shadow:0 2px 4px #0000001a}.from-excel-sections{display:flex;flex-direction:column;gap:2rem}.from-excel-card{animation:slideInFromBottom .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;opacity:0;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.from-excel-card:hover{box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #ffffff1a;transform:translateY(-8px)}.from-excel-card:first-child{animation-delay:.1s}.from-excel-card:nth-child(2){animation-delay:.2s}.from-excel-card:nth-child(3){animation-delay:.3s}.from-excel-loading{align-items:center;color:#6b7280;display:flex;font-size:1.1rem;justify-content:center;padding:3rem}.from-excel-loading:after{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#4f46e5;content:"";height:24px;margin-left:.75rem;width:24px}.from-excel-notification{align-items:center;animation:slideInFromRight .4s ease-out;border-radius:12px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1rem;padding:1rem 1.5rem}.from-excel-success{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #0596694d;color:#fff}.from-excel-error{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc26264d;color:#fff}.from-excel-card:focus-within{outline:3px solid #4f46e5;outline-offset:3px}@media (min-width:768px){.from-excel-sections{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}}@media (min-width:1024px){.from-excel-content{padding:3rem 2rem}.from-excel-card{padding:2.5rem}}@media (max-width:768px){.from-excel-content{padding:1rem}.from-excel-header{margin-bottom:2rem;padding:1rem 0}.from-excel-description{font-size:1rem}.from-excel-card{border-radius:16px;padding:1.5rem}}@media (max-width:480px){.from-excel-card{border-radius:12px;padding:1rem}.from-excel-sections{gap:1.5rem}}.from-excel-fade-in{animation:slideInFromBottom .6s ease-out forwards;opacity:0}.from-excel-pulse{animation:pulse 2s infinite}.from-excel-hidden{display:none}.from-excel-visible{display:block}@media print{.from-excel-page{background:#fff;color:#000}.from-excel-card{background:#fff;border:1px solid #ccc;box-shadow:none}.filemenu-section{background:#fff;color:#000}}.home-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;overflow:hidden;position:relative}.home-container:before{animation:rotate 20s linear infinite;background:radial-gradient(circle at center,#667eea0d 0,#0000 50%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-content{animation:fadeInUp .8s ease-out;margin:0 auto;max-width:800px;padding:40px 20px;position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-content h1{-webkit-text-fill-color:#0000;animation:slideInFromTop 1s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.home-content h1:after{animation:expandLine 1.2s ease-out .5s both;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}@keyframes expandLine{0%{width:0}to{width:100px}}.home-content p{animation:slideInFromLeft .8s ease-out;animation-fill-mode:both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0000001a;color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;padding:1.5rem;text-align:justify;transition:all .3s ease}.home-content p:nth-child(2){animation-delay:.2s}.home-content p:nth-child(3){animation-delay:.4s}.home-content p:nth-child(5){animation-delay:.6s}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.home-content p:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.home-content code{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 2px 8px #667eea4d;color:#fff;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;font-weight:500;padding:4px 8px;transition:all .3s ease}.home-content code:hover{box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.home-content strong{color:#2d3748;font-weight:600;position:relative}.home-content a{color:#667eea;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.home-content a:before{background:linear-gradient(90deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.home-content a:hover{color:#764ba2;transform:translateY(-1px)}.home-content a:hover:before{width:100%}.repo-link-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#667eea14;border:1px solid #667eea4d;border-radius:20px;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:3rem;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.repo-link-container:hover{box-shadow:0 12px 30px #667eea4d;transform:translateY(-5px)}.repo-link-container:before{animation:float 3s ease-in-out infinite;content:"🚀";font-size:2.5rem;opacity:.25;position:absolute;right:10px;top:10px}.repo-link-container strong{color:#4f46e5;font-size:1.25rem}.repo-link-container a{background:#667eea;border-radius:12px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.repo-link-container a:hover{background:#5a67d8;box-shadow:0 8px 20px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.home-content{padding:20px 15px}.home-content h1{font-size:2.5rem;margin-bottom:1.5rem}.home-content p{font-size:1rem;padding:1rem;text-align:left}.home-content h1:after{width:80px}@keyframes expandLine{0%{width:0}to{width:80px}}}@media (max-width:480px){.home-content h1{font-size:2rem}.home-content p{font-size:.95rem;padding:.8rem}.repo-link-container{padding:1rem}}.fade-in{animation:fadeIn .6s ease-out forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.from-json-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.from-json-content{margin:0 auto;max-width:1200px;padding:2rem}.from-json-header{animation:slideInFromTop .8s ease-out;margin-bottom:3rem;padding:2rem 0;text-align:center}.from-json-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 8px #0000001a}.from-json-description{color:#ffffffe6;font-size:1.125rem;font-weight:400;line-height:1.8;margin:0 auto;max-width:800px;text-shadow:0 2px 4px #0000001a}.from-json-sections{display:flex;flex-direction:column;gap:2rem}.from-json-card{animation:slideInFromBottom .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;opacity:0;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.from-json-card:hover{box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #ffffff1a;transform:translateY(-8px)}.from-json-card:first-child{animation-delay:.1s}.from-json-card:nth-child(2){animation-delay:.2s}.from-json-card:nth-child(3){animation-delay:.3s}.filemenu-section{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;overflow:hidden;position:relative}.filemenu-section:before{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .6s ease}.filemenu-section:hover:before{transform:translateX(100%)}.filemenu-section:hover{background:linear-gradient(135deg,#4338ca,#6d28d9)}.textarea-section{min-height:300px;overflow:hidden;padding:0}.from-json-loading{align-items:center;color:#6b7280;display:flex;font-size:1.1rem;justify-content:center;padding:3rem}.from-json-loading:after{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#4f46e5;content:"";height:24px;margin-left:.75rem;width:24px}.from-json-notification{align-items:center;animation:slideInFromRight .4s ease-out;border-radius:12px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1rem;padding:1rem 1.5rem}.from-json-success{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #0596694d;color:#fff}.from-json-error{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc26264d;color:#fff}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.from-json-card:focus-within{outline:3px solid #4f46e5;outline-offset:3px}@media (min-width:768px){.from-json-sections{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}}@media (min-width:1024px){.from-json-content{padding:3rem 2rem}.from-json-card{padding:2.5rem}}@media (max-width:768px){.from-json-content{padding:1rem}.from-json-header{margin-bottom:2rem;padding:1rem 0}.from-json-description{font-size:1rem}.from-json-card{border-radius:16px;padding:1.5rem}}@media (max-width:480px){.from-json-card{border-radius:12px;padding:1rem}.from-json-sections{gap:1.5rem}}.from-json-fade-in{animation:slideInFromBottom .6s ease-out forwards;opacity:0}.from-json-pulse{animation:pulse 2s infinite}.from-json-hidden{display:none}.from-json-visible{display:block}@media print{.from-json-page{background:#fff;color:#000}.from-json-card{background:#fff;border:1px solid #ccc;box-shadow:none}.filemenu-section{background:#fff;color:#000}}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#1a202c;font-family:Inter,sans-serif;height:100%;width:100%}a{color:inherit;text-decoration:none}.app-container{background:inherit;display:flex;flex-direction:column;min-height:100vh}
/*# sourceMappingURL=main.99057d25.css.map*/