:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.schema-form{padding:1rem}.form-field{margin-bottom:1.5rem}.form-field label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-field label.required:after{content:" *";color:#e74c3c}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.form-field textarea{resize:vertical;min-height:80px}.field-description{font-size:.8rem;color:#6c757d;margin-bottom:.5rem;font-style:italic}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin-right:.5rem}.checkbox-label span.required:after{content:" *";color:#e74c3c}.object-field fieldset{border:1px solid #dee2e6;border-radius:4px;padding:1rem;margin:0}.object-field legend{font-weight:600;padding:0 .5rem;color:#2c3e50}.object-field legend.required:after{content:" *";color:#e74c3c}.array-field{border:1px solid #dee2e6;border-radius:4px;padding:1rem}.array-items{margin-bottom:1rem}.array-item{position:relative;background-color:#f8f9fa;padding:1rem;margin-bottom:.5rem;border-radius:4px;border:1px solid #e9ecef}.remove-item-button{position:absolute;top:.5rem;right:.5rem;background:#dc3545;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.remove-item-button:hover{background:#c82333}.add-item-button{background:#28a745;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem}.add-item-button:hover{background:#218838}.no-schema{text-align:center;color:#6c757d;font-style:italic;padding:2rem}.input-method-toggle{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}.input-method-button{padding:.5rem 1rem;border:1px solid #ced4da;background:#fff;cursor:pointer;border-radius:4px;font-size:.9rem}.input-method-button.active{background:#007bff;color:#fff;border-color:#007bff}.input-method-button:hover:not(.active){background:#f8f9fa}.sample-selector{margin-bottom:1rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}.sample-selector label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.sample-selector select{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background-color:#fff}.loading-text{font-size:.8rem;color:#6c757d;font-style:italic;margin-left:.5rem}.warning-block{border-radius:4px;padding:1rem;margin:1rem 0;border-left:4px solid;background-color:#f8f9fa}.warning-warning{border-left-color:#ffc107;background-color:#fff3cd;color:#856404}.warning-error{border-left-color:#dc3545;background-color:#f8d7da;color:#721c24}.warning-info{border-left-color:#17a2b8;background-color:#d1ecf1;color:#0c5460}.warning-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600}.warning-icon{font-size:1.1em}.warning-title{font-size:1rem}.warning-content{margin-bottom:.5rem}.warning-message{margin:0;line-height:1.4}.warning-details{margin-top:.75rem;font-size:.9rem}.warning-details summary{cursor:pointer;font-weight:500;margin-bottom:.5rem}.warning-details pre{background-color:#0000000d;padding:.5rem;border-radius:3px;font-size:.8rem;white-space:pre-wrap;word-wrap:break-word;margin:0}.warning-actions{margin-top:.75rem}.warning-retry-button{background-color:#007bff;color:#fff;border:none;border-radius:3px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem}.warning-retry-button:hover{background-color:#0056b3}.app{display:flex;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar{width:300px;background-color:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:1rem;border-bottom:1px solid #e9ecef}.vault-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.search-container{margin-top:.5rem}.search-input{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem}.tools-list{flex:1;overflow-y:auto;padding:.5rem}.tool-item{padding:.75rem;margin-bottom:.25rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.tool-item:hover{background-color:#e9ecef}.tool-item.selected{background-color:#007bff;color:#fff}.tool-name{font-weight:600;margin-bottom:.25rem}.tool-description{font-size:.85rem;opacity:.8;line-height:1.3}.loading-message,.no-tools-message{padding:2rem;text-align:center;color:#6c757d}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.welcome-container{padding:2rem;width:100%;max-width:none}.welcome-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.stat-card{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center}.stat-card h3{margin:0 0 .5rem;color:#495057;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.stat-card p{margin:0;font-size:1.5rem;font-weight:700;color:#007bff}.welcome-description{margin-top:2rem}.tool-view{display:flex;flex-direction:column;height:100%}.tool-header{padding:1.5rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.tool-header h1{margin:0 0 .5rem;font-size:1.75rem;color:#2c3e50}.tool-header p{margin:0;color:#6c757d}.tab-bar{display:flex;background-color:#fff;border-bottom:1px solid #e9ecef}.tab{padding:.75rem 1.5rem;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{background-color:#f8f9fa}.tab.active{border-bottom-color:#007bff;color:#007bff;font-weight:600}.tab-content{flex:1;overflow-y:auto;padding:1.5rem}.tab-loading{text-align:center;color:#6c757d;padding:2rem}.info-tab{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1200px){.info-tab{grid-template-columns:1fr 1fr;gap:2rem}.schema-section{grid-column:span 2}}.info-tab h3{margin:0 0 1rem;color:#2c3e50}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin-bottom:2rem}.info-item{padding:.75rem;background-color:#f8f9fa;border-radius:4px}.git-history-section{margin-top:1rem}.git-commits{max-height:300px;overflow-y:auto;border:1px solid #e9ecef;border-radius:4px}.commit-item{display:flex;padding:.75rem;border-bottom:1px solid #e9ecef}.commit-hash{width:80px;font-family:monospace;font-size:.85rem;color:#6c757d;margin-right:1rem}.commit-info{flex:1}.commit-message{font-weight:500;margin-bottom:.25rem}.commit-meta{font-size:.8rem;color:#6c757d}.schema-section{margin-top:1rem}.schema-display{background-color:#f8f9fa;padding:1rem;border-radius:4px;border:1px solid #e9ecef;font-size:.85rem;overflow-x:auto}.execute-tab{height:100%;width:100%;max-width:none}.execute-panel{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;height:100%;max-width:none;width:100%}@media (max-width: 900px){.execute-panel{grid-template-columns:1fr;gap:1rem}}.input-section,.result-section{display:flex;flex-direction:column;min-width:0;width:100%}.sample-selector{margin-bottom:1rem}.sample-selector label{display:block;margin-bottom:.25rem;font-weight:500}.sample-selector select{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px}.input-textarea{flex:1;width:100%;font-family:monospace;font-size:.85rem;border:1px solid #ced4da;border-radius:4px;padding:.75rem;resize:none;margin-bottom:1rem;box-sizing:border-box}.execute-button{background-color:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:500}.execute-button:hover:not(:disabled){background-color:#0056b3}.execute-button:disabled{background-color:#6c757d;cursor:not-allowed}.result-container{flex:1;border:1px solid #e9ecef;border-radius:4px;overflow:hidden}.result-container.success{border-color:#28a745}.result-container.error{border-color:#dc3545}.result-content,.error-details{background-color:#f8f9fa;padding:1rem;font-family:monospace;font-size:.85rem;overflow:auto;height:100%}.error-content{padding:1rem;color:#dc3545}.result-meta{padding:.5rem 1rem;font-size:.8rem;color:#6c757d;border-top:1px solid #e9ecef}.no-result{flex:1;display:flex;align-items:center;justify-content:center;color:#6c757d;border:2px dashed #e9ecef;border-radius:4px}.code-tab{height:100%;display:flex;flex-direction:column}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.code-header h3{margin:0}.copy-button{background-color:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem}.copy-button:hover{background-color:#5a6268}.source-code-container{flex:1;border:1px solid #e9ecef;border-radius:4px;overflow:auto}.source-code-html{padding:1rem;height:100%}.source-code-pre{margin:0;padding:1rem;font-size:.85rem;background-color:#f8f9fa;height:100%;overflow:auto}.fallback-description{padding:1rem;background-color:#f8f9fa;border-radius:4px}.error-state{display:flex;align-items:center;justify-content:center;height:100vh}.error-container{text-align:center;max-width:400px}.error-container button{background-color:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;margin-top:1rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;border:1px solid #f5c6cb;margin-bottom:1rem}.loading{text-align:center;color:#6c757d;padding:1rem}.loading-text{font-size:.8rem;color:#6c757d;margin-left:.5rem}.schema-tab{display:flex;flex-direction:column;gap:1rem}.schema-card{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background-color:#fff;box-shadow:0 1px 2px #0000000a}.schema-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.schema-card-meta h4{margin:0;font-size:1rem;color:#2c3e50}.schema-path{display:inline-block;margin-top:.25rem;font-size:.8rem;color:#6c757d;background:#f8f9fa;padding:.2rem .5rem;border-radius:4px}.schema-card-actions{display:flex;align-items:center;gap:.5rem}.schema-action-button{border:1px solid #ced4da;background:#fff;color:#2c3e50;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .15s ease-in-out}.schema-action-button:hover:not(:disabled){background:#f1f3f5}.schema-action-button:disabled{opacity:.6;cursor:not-allowed}.schema-action-link{font-size:.85rem;color:#007bff;text-decoration:none}.schema-action-link:hover{text-decoration:underline}.schema-loading{color:#6c757d;font-style:italic;padding:.5rem 0}.schema-details{margin-top:.5rem}.schema-details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.schema-json{background-color:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:6px;overflow-x:auto;font-family:Fira Code,Consolas,Courier New,monospace;font-size:.85rem;line-height:1.4;max-height:400px}
