*{box-sizing:border-box;margin:0;padding:0;font-family:"Roboto","Segoe UI",Arial,sans-serif}.css-check{width:10px;height:10px;position:fixed;top:0;left:0;z-index:9999;background-color:#3b82f6;opacity:.5}body{background-color:#f0f2f5;padding:20px;color:#333;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease}h1{background:linear-gradient(90deg,#2563eb,#3b82f6)!important;background-clip:text!important;-webkit-background-clip:text!important;color:transparent!important;font-size:1.75rem!important;padding-bottom:.5rem!important;border-bottom:2px solid #e5e7eb!important;margin-bottom:1.5rem!important}h2{color:#1e40af;margin:1.5rem 0 1rem;font-weight:600}textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:"Consolas","Monaco",monospace;font-size:.9rem;resize:vertical;min-height:150px;transition:border .2s,box-shadow .2s}textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}code{font-family:"Consolas","Monaco",monospace}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.fade-in{animation:fadeIn .3s ease-in}.hidden{display:none}.header-container{display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:2rem}.editor-title{background:linear-gradient(90deg,#2563eb,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:2rem;padding-bottom:.25rem;margin-bottom:.5rem;text-align:center}.editor-subtitle{color:#4b5563;font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.github-link{position:absolute;top:0;right:0;color:#4b5563;transition:color .2s ease}.github-link:hover{color:#2563eb}.github-icon{width:24px;height:24px;fill:currentColor}.editor-wrapper{border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.simple-json-editor-container{display:flex;width:100%;height:300px}.editor-line-numbers,.simple-json-editor-container{font-family:"Consolas","Monaco",monospace;font-size:14px;line-height:1.5;overflow:hidden}.editor-line-numbers{padding:8px;background-color:#f1f5f9;border-right:1px solid #d1d5db;color:#64748b;text-align:right;-webkit-user-select:none;user-select:none;min-width:40px}.line-number{padding:0 4px;height:21px}.editor-textarea{flex-grow:1;padding:8px;border:none;resize:none;background-color:#f8fafc;outline:none;overflow:auto;line-height:1.5;font-family:"Consolas","Monaco",monospace;font-size:14px}.toggle-container{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.toggle-item{display:flex;align-items:center;margin-right:1rem}.toggle{position:relative;display:inline-block;width:44px;height:24px;margin-right:.5rem}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#2563eb}input:checked+.toggle-slider:before{transform:translateX(20px)}.checkbox-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:.75rem;gap:.75rem}.custom-checkbox{display:flex;align-items:center}.custom-checkbox input[type=checkbox]{position:relative;cursor:pointer;-webkit-appearance:none;appearance:none;width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px;margin-right:.5rem;transition:all .2s}.custom-checkbox input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.custom-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:-1px;left:3px}.section{margin-bottom:2rem;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;transition:all .3s ease}.section-header{background-color:#f9fafb;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.section-content{padding:1rem}pre{background-color:#f8fafc;border-radius:6px;padding:2.5rem 3.5rem 1rem 1rem;white-space:pre-wrap;word-wrap:break-word;font-family:"Consolas","Monaco",monospace;font-size:.9rem;line-height:1.6;color:#334155}.json-tree-item{margin:4px 0;transition:all .2s}.json-tree-item-content{cursor:pointer;display:flex;align-items:center;padding:3px 0;border-radius:4px}.json-tree-item-content:hover{background-color:rgba(59,130,246,.1)}.json-tree-key{font-weight:600;color:#2563eb;margin-right:5px}.json-tree-value{color:#0f766e}.json-tree-value-string{color:#15803d}.json-tree-value-number{color:#9333ea}.json-tree-value-boolean{color:#b91c1c}.json-tree-value-null{color:#737373;font-style:italic}.json-tree-expand-icon{width:18px;height:18px;margin-right:5px;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:all .2s}.json-tree-expand-icon:hover{background-color:#e5e7eb}.json-tree-children{padding-left:20px;border-left:1px solid #e5e7eb;margin-left:9px;transition:all .3s ease}.json-tree-collapsed .json-tree-children{display:none}.tree-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-bottom:1.5rem;overflow:auto;max-height:400px;position:relative}.editor-actions{display:flex;margin-top:1rem;grid-gap:.5rem;gap:.5rem;justify-content:space-between}.container{border:3px solid #3b82f6!important}.navbar{background:linear-gradient(90deg,#1e3a8a,#2563eb);color:#fff;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.navbar-links{display:flex;grid-gap:1.5rem;gap:1.5rem}.navbar-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease;font-size:1rem}.navbar-link:hover{color:#fff;background-color:hsla(0,0%,100%,.2)}.navbar-link.active{color:#fff;background-color:hsla(0,0%,100%,.3);box-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width:768px){.navbar-container{flex-direction:column;grid-gap:1rem;gap:1rem}.navbar-links{width:100%;justify-content:center}}.validator-description{margin-bottom:1.5rem;color:#4b5563}.validator-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}@media (max-width:768px){.validator-grid{grid-template-columns:1fr}.navbar-container{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.app-navigation{background-color:#2c3e50;padding:.75rem 0;color:#fff;margin-bottom:2rem}.nav-container{display:flex;align-items:center;justify-content:space-between}.app-title{font-size:1.25rem;font-weight:600}.nav-links{display:flex;grid-gap:1.5rem;gap:1.5rem}.nav-link{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.nav-link.active{color:#fff;font-weight:500;border-bottom:2px solid #3498db}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.p-4{padding:1rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.text-gray-800{color:#1f2937}.mb-4{margin-bottom:1rem}.space-y-2>*+*{margin-top:.5rem}.flex{display:flex}.items-center{align-items:center}.mr-2{margin-right:.5rem}.text-sm{font-size:.875rem}.w-full{width:100%}.p-2{padding:.5rem}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.rounded{border-radius:.25rem}.bg-blue-500{background-color:#3b82f6}.text-white{color:#fff}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.hover\:bg-blue-600:hover{background-color:#2563eb}.mr-4{margin-right:1rem}.mt-6{margin-top:1.5rem}.text-xl{font-size:1.25rem}.font-semibold{font-weight:600}.text-gray-700{color:#374151}.mb-2{margin-bottom:.5rem}.relative{position:relative;overflow:visible}.bg-white{background-color:#fff}.overflow-auto{overflow:auto}.absolute{position:absolute}.top-2{top:.5rem}.right-2{right:.5rem}.bg-gray-200{background-color:#e5e7eb}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.hover\:bg-gray-300:hover{background-color:#d1d5db}.mb-1{margin-bottom:.25rem}.font-medium{font-weight:500}.max-h-64{max-height:16rem}.pl-4{padding-left:1rem}.border-l{border-left-width:1px}.ml-4{margin-left:1rem}.cursor-pointer{cursor:pointer}.text-sky-500{color:#0ea5e9}.bg-red-500{background-color:#ef4444}.hover\:bg-red-600:hover{background-color:#dc2626}button{cursor:pointer;font-weight:500;padding:.6rem 1.2rem;font-size:.95rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-primary,button{border-radius:6px;border:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;padding:.7rem 1.5rem;box-shadow:0 2px 4px rgba(37,99,235,.2)}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 8px rgba(37,99,235,.3)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#1f2937;font-weight:500;padding:.7rem 1.5rem;border-radius:6px;border:none;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.btn-secondary:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.btn-secondary:active{transform:translateY(0)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:600;padding:.7rem 1.5rem;border-radius:6px;border:none;transition:all .2s;box-shadow:0 2px 4px rgba(220,38,38,.2)}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 8px rgba(220,38,38,.3)}.btn-danger:active{transform:translateY(0)}.btn-copy{position:absolute;top:.5rem;right:.5rem;background-color:rgba(241,245,249,.9);padding:.35rem .75rem;border-radius:4px;font-size:.8rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid #e5e7eb;transition:all .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-copy:hover{background-color:#e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.btn-download{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:500;padding:.6rem 1.2rem;border-radius:6px;border:none;transition:all .2s;box-shadow:0 2px 4px rgba(14,165,233,.2)}.btn-download:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 4px 8px rgba(14,165,233,.3)}.btn-download:active{transform:translateY(0)}.button-group{display:flex;grid-gap:.5rem;gap:.5rem}.icon-clear,.icon-download,.icon-sample,.icon-upload{display:inline-block;width:16px;height:16px;margin-right:6px;vertical-align:text-bottom;background-size:contain;background-repeat:no-repeat;background-position:50%}.icon-download{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 16 16"><path d="M8 12l-4-4h2.5V4h3v4H12L8 12z"/><path d="M2 14h12v-2H2v2z"/></svg>')}.icon-upload{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16"><path d="M8 4l4 4h-2.5v4h-3V8H4l4-4z"/><path d="M2 14h12v-2H2v2z"/></svg>')}.icon-sample{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16"><path d="M4 1h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zm0 2v10h8V3H4z"/><path d="M6 5h4v1H6V5zm0 2h4v1H6V7zm0 2h4v1H6V9z"/></svg>')}.icon-clear{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16"><path d="M8 2C4.7 2 2 4.7 2 8s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm2.5 7.5l-1 1L8 9l-1.5 1.5-1-1L7 8 5.5 6.5l1-1L8 7l1.5-1.5 1 1L9 8l1.5 1.5z"/></svg>')}.responsive-button-group .button-text{display:inline}@media (max-width:640px){.responsive-button-group{display:flex;grid-gap:.5rem;gap:.5rem}.responsive-button-group button{padding:.6rem .8rem;flex:1 1}.responsive-button-group .button-text{display:none}.responsive-button-group i{margin-right:0}.btn-copy{top:.3rem;right:.5rem;background-color:rgba(241,245,249,.95);box-shadow:0 1px 3px rgba(0,0,0,.1);padding:.35rem .5rem;font-size:.75rem;max-width:35%}}@media (max-width:640px){.container{padding:1rem}.header-container{margin-bottom:1rem}.editor-title{font-size:1.75rem}.editor-subtitle{font-size:1rem;margin-bottom:1rem}.checkbox-container{grid-template-columns:1fr}button{width:100%;margin-bottom:.5rem}.editor-actions{flex-direction:column}.editor-actions button{width:100%}pre{padding-top:3rem;padding-right:3.5rem;font-size:.85rem}.relative{padding:0}}@media (min-width:641px) and (max-width:768px){.editor-actions{display:flex;justify-content:flex-end}.editor-actions button:first-child{margin-right:auto}}
/*# sourceMappingURL=main.9a57a90c.chunk.css.map */