*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin-bottom:20px;padding:24px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;text-decoration:none;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover{background-color:#059669}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn:disabled{cursor:not-allowed;opacity:.5}.input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;transition:border-color .2s;width:100%}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;width:100%}.select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.error,.success{margin-bottom:16px;padding:12px}.success{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a}.grid{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-template-columns:1fr 1fr}@media (max-width:768px){.grid-2{grid-template-columns:1fr}.container{padding:16px}}.editor-mode-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.editor-mode-toggle .btn{border:none;border-radius:0;margin:0}.editor-mode-toggle .btn:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.editor-mode-toggle .btn:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.visual-editor{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.visual-editor-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:16px 20px}.editor-title{align-items:center;color:#374151;display:flex;font-weight:600;gap:8px}.visual-editor-content{padding:20px}.fields-container{display:flex;flex-direction:column;gap:20px}.field-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.field-label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.field-description{color:#6b7280;font-size:12px;font-weight:400}.checkbox-group{align-items:center;display:flex;gap:8px}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.checkbox-label{color:#374151;cursor:pointer;font-size:14px}.array-field,.object-field{background:#f1f5f9;border:1px solid #cbd5e1}.array-header,.object-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;padding:8px 0}.array-title,.object-title{align-items:center;display:flex;gap:8px}.array-title .field-label,.object-title .field-label{margin-bottom:0}.array-items{display:flex;flex-direction:column;gap:12px}.array-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px}.array-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.array-item-label{color:#374151;font-size:13px;font-weight:500}.array-item-content{margin-left:8px}.array-string-item{width:100%}.array-string-item .text-field-container{align-items:center;display:flex;gap:8px}.array-string-item .text-input{flex:1 1}.array-string-item .rich-text-btn{flex-shrink:0}.array-empty{background:#fff;border:2px dashed #cbd5e1;border-radius:6px;color:#6b7280;padding:20px;text-align:center}.array-empty p{font-size:14px;margin-bottom:12px}.object-content{display:flex;flex-direction:column;gap:16px;margin-left:8px}.json-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:24px;padding:16px}.json-preview h4{color:#374151;font-size:14px;margin:0 0 12px}.json-preview-content{background:#1e293b;border-radius:4px;color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.5;overflow-x:auto;padding:16px;white-space:pre-wrap;word-break:break-word}.visual-editor-empty{padding:40px;text-align:center}.btn-sm{font-size:12px;padding:6px 12px}.main-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:350px 1fr;transition:grid-template-columns .3s ease}.main-layout.sidebar-collapsed{grid-template-columns:60px 1fr}.file-list-sidebar{background:#fff;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;overflow:hidden;padding:24px;transition:all .3s ease}.file-list-sidebar.collapsed{padding:16px 12px}.sidebar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;min-height:32px}.sidebar-actions{align-items:center;display:flex;gap:8px}.collapse-toggle{align-items:center;display:flex;justify-content:center;min-width:36px;padding:8px!important}.collapsed-indicator{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px 0}.collapsed-files-count{background:#3b82f6;border-radius:50%;color:#fff;font-size:14px;font-weight:600;height:32px;width:32px}.collapsed-files-count,.collapsed-selected-file{align-items:center;display:flex;justify-content:center}.selected-file-indicator{background:#f0fdf4;border:2px solid #bbf7d0;border-radius:6px;color:#10b981}.no-selection-indicator,.selected-file-indicator{align-items:center;display:flex;justify-content:center;padding:8px}.no-selection-indicator{background:#f9fafb;border:2px solid #e5e7eb;border-radius:6px;color:#6b7280}@media (max-width:768px){.main-layout{gap:16px}.main-layout,.main-layout.sidebar-collapsed{grid-template-columns:1fr}.file-list-sidebar.collapsed{display:none}}.text-field-container{align-items:stretch;display:flex;gap:8px}.text-input{flex:1 1}.rich-text-btn{border-radius:6px;min-width:36px;padding:8px!important}.rich-text-btn,.rich-text-modal-overlay{align-items:center;display:flex;justify-content:center}.rich-text-modal-overlay{background:#00000080;bottom:0;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.rich-text-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.rich-text-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.rich-text-title{align-items:center;display:flex;gap:12px}.rich-text-title h3{color:#374151;font-size:18px;font-weight:600;margin:0}.rich-text-actions{display:flex;gap:12px}.rich-text-toolbar{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:8px;padding:12px 24px}.toolbar-group{display:flex;gap:4px}.toolbar-separator{background:#d1d5db;height:24px;margin:0 8px;width:1px}.toolbar-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.toolbar-btn:hover{background:#f3f4f6;border-color:#9ca3af}.toolbar-btn:active{background:#e5e7eb}.rich-text-content{flex:1 1;overflow-y:auto;padding:24px}.rich-text-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rich-text-editor:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rich-text-editor h1,.rich-text-editor h2,.rich-text-editor h3,.rich-text-editor h4,.rich-text-editor h5,.rich-text-editor h6{font-weight:600;line-height:1.25;margin:16px 0 8px}.rich-text-editor h1{font-size:24px}.rich-text-editor h2{font-size:20px}.rich-text-editor h3{font-size:18px}.rich-text-editor h4{font-size:16px}.rich-text-editor h5{font-size:14px}.rich-text-editor h6{font-size:12px}.rich-text-editor p{line-height:1.6;margin:8px 0}.rich-text-editor ol,.rich-text-editor ul{margin:8px 0;padding-left:24px}.rich-text-editor li{line-height:1.5;margin:4px 0}.rich-text-editor a{color:#3b82f6;text-decoration:underline}.rich-text-editor a:hover{color:#2563eb}.rich-text-editor strong{font-weight:600}.rich-text-editor em{font-style:italic}.rich-text-editor u{text-decoration:underline}.rich-text-footer{align-items:flex-start;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:space-between;padding:16px 24px}.rich-text-help{flex:1 1}.rich-text-help small{color:#6b7280;font-size:12px;line-height:1.4}.rich-text-preview{flex:1 1;text-align:right}.preview-content{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.preview-content strong{color:#374151;font-size:12px;font-weight:600}.preview-text{word-wrap:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 1px 3px 0 #0000001a;color:#374151;font-size:13px;line-height:1.5;max-width:300px;min-height:60px;overflow-wrap:break-word;padding:12px;text-align:left}@media (max-width:768px){.rich-text-modal{margin:10px;max-height:95vh}.rich-text-header{align-items:stretch;flex-direction:column;gap:12px;padding:16px 20px}.rich-text-actions,.rich-text-toolbar{justify-content:center}.rich-text-toolbar{padding:8px 16px}.rich-text-content{padding:16px}.rich-text-footer{align-items:center;flex-direction:column;gap:12px;padding:12px 16px}.rich-text-preview{text-align:center}.preview-content{align-items:center}.preview-text{max-width:100%;min-height:50px}}.backup-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.backup-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:100%}.backup-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 24px}.backup-header,.backup-title{align-items:center;display:flex}.backup-title{gap:12px}.backup-title h3{color:#374151;font-size:18px;font-weight:600;margin:0}.backup-content{flex:1 1;overflow-y:auto;padding:20px}.backup-footer{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 24px}.backup-help{flex:1 1}.backup-help small{color:#6b7280;font-size:12px;line-height:1.4}.backups-list{display:flex;flex-direction:column;gap:12px}.backup-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.backup-item-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px;transition:background-color .2s}.backup-item-header:hover{background:#f9fafb}.backup-item-info{align-items:center;display:flex;flex:1 1;gap:12px}.backup-item-details{display:flex;flex-direction:column;gap:4px}.backup-item-name{align-items:center;color:#374151;display:flex;font-weight:500;gap:8px}.backup-version{background:#3b82f6;border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:2px 6px}.backup-item-meta{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:4px}.backup-item-actions{display:flex;gap:8px}.backup-item-content{background:#f8fafc;border-top:1px solid #e5e7eb}.backup-preview{padding:16px}.backup-preview h4{color:#374151;font-size:14px;margin:0 0 12px}.backup-preview-info{background:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:12px;padding:8px 12px}.backup-preview-info p{color:#6b7280;font-size:12px;margin:4px 0}.backup-preview-json{background:#1e293b;border-radius:4px;color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;line-height:1.4;max-height:200px;overflow-x:auto;overflow-y:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.empty-state{color:#6b7280;padding:40px;text-align:center}.empty-state h3{color:#374151;font-size:18px;margin:16px 0 8px}.empty-state p{font-size:14px;margin:0}.loading{align-items:center;color:#6b7280;display:flex;gap:12px;justify-content:center;padding:40px}.spinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;height:20px;width:20px}@media (max-width:768px){.backup-modal{margin:10px;max-height:95vh}.backup-header{padding:16px 20px}.backup-content{padding:16px}.backup-footer{padding:12px 16px}.backup-footer,.backup-item-header{align-items:stretch;flex-direction:column;gap:12px}.backup-item-actions{justify-content:center}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.login-header h1{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 8px}.login-header p{color:#6b7280;font-size:14px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:8px;padding:12px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px}.form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:12px 16px;transition:border-color .2s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container .form-input{flex:1 1;padding-right:48px}.password-toggle{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;position:absolute;right:12px;transition:color .2s ease}.password-toggle:hover{color:#374151}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.login-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-top:8px;padding:12px 24px;transition:all .2s ease}.login-button:hover:not(:disabled){box-shadow:0 10px 20px -5px #667eea66;transform:translateY(-1px)}.login-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.login-footer{background:#f8fafc;border-radius:8px;margin-top:24px;padding:16px;text-align:center}.login-footer p{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.login-footer code{background:#e5e7eb;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;padding:2px 6px}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media (max-width:480px){.login-container{padding:16px}.login-card{padding:24px}.login-header h1{font-size:20px}}.image-selector-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.image-selector-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:100%}.image-selector-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.image-selector-header h3{color:#1e293b;font-size:18px;font-weight:600;margin:0}.image-selector-content{flex:1 1;overflow-y:auto;padding:24px}.image-selector-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-container{flex:1 1;min-width:200px;position:relative}.search-container svg{color:#64748b;height:16px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.search-container input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px 10px 40px;width:100%}.search-container input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.upload-container{align-items:center;display:flex;gap:8px}.image-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:24px}.image-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;overflow:hidden;transition:all .2s}.image-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.image-item.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.image-preview{aspect-ratio:1}.image-preview img{height:100%;transition:transform .2s}.image-item:hover .image-preview img{transform:scale(1.05)}.selected-indicator{align-items:center;background:#3b82f6;border-radius:50%;box-shadow:0 2px 8px #0003;color:#fff;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}.image-name{color:#64748b;flex:1 1;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;min-width:auto;padding:4px;transition:background-color .2s}.delete-btn:hover{background:#dc2626}.empty-state,.loading-state{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.loading-state .spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:32px;margin-bottom:16px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state p{margin:4px 0}.image-selector-footer{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.selected-info{color:#64748b;font-size:14px}.actions{display:flex;gap:12px}.image-field-container{display:flex;flex-direction:column;gap:12px}.image-preview-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.image-preview{max-height:200px;overflow:hidden;position:relative}.image-preview img{display:block;height:auto;max-height:200px;object-fit:cover;width:100%}.image-info{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:8px;justify-content:space-between;padding:12px}.image-filename{color:#64748b;flex:1 1;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-actions{display:flex;gap:8px}.image-placeholder{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.image-placeholder svg{color:#9ca3af;margin-bottom:8px}.image-select-btn{align-self:flex-start}@media (max-width:768px){.image-selector-modal{margin:10px;max-height:calc(100vh - 20px)}.image-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-selector-toolbar{align-items:stretch;flex-direction:column}.search-container{min-width:auto}.image-selector-footer{align-items:stretch;flex-direction:column;gap:16px}.actions{justify-content:stretch}.actions .btn{flex:1 1}}
/*# sourceMappingURL=main.b33a1cfe.css.map*/