*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f7fa;min-height:100vh;color:#1a1a2e;padding:70px 20px 20px}.navbar{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 24px;z-index:1000;box-shadow:0 1px 3px #0000000d}.navbar-brand{font-size:1.2rem;font-weight:700;color:#00d084;margin-right:40px}.navbar-links{display:flex;gap:4px}.nav-link{padding:8px 16px;border-radius:6px;color:#64748b;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s}.nav-link:hover{color:#1a1a2e;background:#f1f5f9}.nav-link.active{color:#00d084;background:#00d08414}.settings-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.settings-row:last-child{border-bottom:none}.settings-label{color:#64748b;width:120px;flex-shrink:0}.settings-value{color:#1a1a2e}.container{max-width:900px;margin:0 auto}.container-wide{max-width:1200px;margin:0 auto}h1{text-align:center;margin-bottom:30px;font-size:2rem;color:#1a1a2e}.card{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.card h2{margin-bottom:20px;font-size:1.3rem;color:#1a1a2e}.form-group{margin-bottom:20px}label{display:block;margin-bottom:8px;font-weight:500;color:#475569}input[type=text],input[type=password],input[type=url],input[type=number]{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1a1a2e;font-size:1rem;transition:border-color .3s,box-shadow .3s}input:focus{outline:none;border-color:#00d084;box-shadow:0 0 0 3px #00d0841a}input::placeholder{color:#94a3b8}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#00d084;color:#fff}.btn-primary:hover{background:#00b872;transform:translateY(-1px);box-shadow:0 4px 12px #00d0844d}.btn-primary:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.checkbox-item{display:flex;align-items:center;padding:15px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.checkbox-item:hover{background:#f1f5f9;border-color:#00d084}.checkbox-item input{width:20px;height:20px;margin-right:12px;accent-color:#00d084}.checkbox-item label{margin:0;cursor:pointer;color:#1a1a2e}.status{padding:15px;border-radius:8px;margin-top:20px;font-size:.9rem}.status.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.status.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.status.loading{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.button-group{display:flex;gap:10px;margin-top:20px}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:10px}.progress-bar-fill{height:100%;background:#00d084;transition:width .3s}.log-panel{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:15px;margin-top:20px;max-height:400px;overflow-y:auto;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8rem;line-height:1.6}.log-panel::-webkit-scrollbar{width:6px}.log-panel::-webkit-scrollbar-track{background:transparent}.log-panel::-webkit-scrollbar-thumb{background:#00d0844d;border-radius:3px}.log-entry{padding:2px 0;border-bottom:1px solid rgba(255,255,255,.05)}.log-entry .log-time{color:#64748b;margin-right:8px}.log-entry.log-info .log-msg{color:#e2e8f0}.log-entry.log-warn .log-msg{color:#fbbf24}.log-entry.log-error .log-msg{color:#f87171}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;margin-top:20px}.log-header h3{color:#1a1a2e;font-size:.95rem}.log-header .log-count{color:#64748b;font-size:.8rem}.subtitle{text-align:center;color:#64748b;margin-bottom:30px}.tabs{display:flex;gap:5px;margin-bottom:20px;flex-wrap:wrap}.tab{padding:10px 20px;border:1px solid #e2e8f0;border-radius:8px 8px 0 0;background:#f8fafc;color:#64748b;cursor:pointer;font-size:.95rem;transition:all .2s}.tab:hover{background:#f1f5f9}.tab.active{background:#fff;border-color:#00d084;border-bottom-color:#fff;color:#00d084;font-weight:600}.tab .count{font-size:.8rem;color:#94a3b8;margin-left:5px}.tab.active .count{color:#00d084}.content-panel{background:#fff;border:1px solid #e2e8f0;border-radius:0 12px 12px;padding:20px;min-height:400px}.search-bar{width:100%;padding:10px 15px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#1a1a2e;font-size:.95rem;margin-bottom:15px}.search-bar:focus{outline:none;border-color:#00d084;background:#fff;box-shadow:0 0 0 3px #00d0841a}.search-bar::placeholder{color:#94a3b8}.item-list{display:flex;flex-direction:column;gap:10px}.item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:15px;cursor:pointer;transition:all .2s}.item-card:hover{background:#f1f5f9;border-color:#00d084}.item-card.expanded{border-color:#00d084;box-shadow:0 2px 8px #00d0841a}.item-header{display:flex;justify-content:space-between;align-items:center}.item-title{font-weight:600;color:#1a1a2e}.item-id{color:#94a3b8;font-size:.8rem}.item-meta{color:#64748b;font-size:.85rem;margin-top:5px}.item-json{margin-top:15px;padding:15px;background:#1e293b;border-radius:6px;font-family:SF Mono,Fira Code,monospace;font-size:.8rem;color:#e2e8f0;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:500px;overflow-y:auto}.json-key{color:#7dd3fc}.json-string{color:#86efac}.json-number{color:#fbbf24}.json-bool{color:#f87171}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:25px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px;text-align:center}.stat-card .stat-num{font-size:2rem;font-weight:700;color:#00d084}.stat-card .stat-label{color:#64748b;font-size:.85rem;margin-top:5px}.back-link{color:#00d084;text-decoration:none;display:inline-block;margin-bottom:20px}.back-link:hover{text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.pagination button{padding:8px 16px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;cursor:pointer;transition:all .2s}.pagination button:disabled{opacity:.3;cursor:not-allowed}.pagination button:hover:not(:disabled){background:#f1f5f9;border-color:#00d084}.pagination .page-info{color:#64748b;font-size:.9rem}.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:15px}.result-card h3{color:#1a1a2e;margin-bottom:10px;font-size:1.1rem}.result-count{font-size:2rem;font-weight:700;color:#00d084}.data-table{width:100%;border-collapse:collapse;margin-top:15px}.data-table th,.data-table td{padding:10px;text-align:left;border-bottom:1px solid #f1f5f9}.data-table th{color:#475569;font-weight:600}.data-table tr:hover{background:#f8fafc}.tag{display:inline-block;background:#e2e8f0;color:#475569;padding:2px 8px;border-radius:4px;font-size:.8rem}.loading-text{text-align:center;padding:50px;color:#64748b}.node-preview-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding:2rem;overflow-y:auto}.node-preview-panel{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 20px 60px #0000004d}.preview-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:10;border-radius:12px 12px 0 0}.preview-header h2{margin:0 0 .25rem;font-size:1.25rem}.preview-meta{display:flex;align-items:center;margin-top:.25rem}.preview-tabs{display:flex;border-bottom:1px solid #e2e8f0;padding:0 1.5rem;background:#f8fafc}.preview-tab{padding:.75rem 1.25rem;border:none;background:none;cursor:pointer;color:#64748b;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px}.preview-tab.active{color:#2563eb;border-bottom-color:#2563eb}.preview-tab:hover{color:#334155}.preview-content{padding:1.5rem}.copyable{cursor:pointer;position:relative;transition:background .15s;border-radius:4px}.copyable:hover{background:#eff6ff}.copyable.copied{background:#dcfce7}.copied-badge{position:absolute;top:-4px;right:-4px;background:#16a34a;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:4px;font-weight:500;white-space:nowrap;pointer-events:none;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.downloadable-media{position:relative;display:inline-block;width:100%}.downloadable-media:hover .media-download-btn{opacity:1}.media-download-btn{position:absolute;top:6px;right:6px;background:#000000b3;color:#fff;border:none;border-radius:6px;width:32px;height:32px;font-size:1.1rem;cursor:pointer;opacity:0;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.media-download-btn:hover{background:#000000e6}.seo-section{background:#f8fafc;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;border-left:3px solid #94a3b8}.seo-section p{margin:.25rem 0 0;color:#334155;font-size:.9rem}.pagepart-section{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.pagepart-section.pagepart-header{border-color:#bfdbfe;background:#f0f7ff}.pagepart-type-label{margin-bottom:.5rem}.pagepart-title{margin:.5rem 0 .25rem;font-size:1.1rem;color:#1e293b}.pagepart-subtitle{margin:0 0 .5rem;color:#64748b;font-size:.9rem}.rich-text-content{padding:.75rem;background:#fafafa;border-radius:6px;margin:.5rem 0;font-size:.9rem;line-height:1.6;color:#334155}.rich-text-content img{max-width:100%;height:auto;border-radius:4px;margin:.5rem 0}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3{margin:.75rem 0 .25rem;color:#1e293b}.rich-text-content p{margin:.25rem 0}.rich-text-content a{color:#2563eb}.media-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin:.75rem 0}.media-item{border-radius:6px;overflow:hidden;border:1px solid #e2e8f0}.media-preview-img{width:100%;height:120px;object-fit:cover;display:block}.media-badge{display:inline-block;background:#dbeafe;color:#1e40af;padding:4px 10px;border-radius:4px;font-size:.8rem;font-weight:500}.tiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:.75rem 0}.preview-tile{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;background:#fff}.preview-tile h4{margin:.5rem 0 .25rem;font-size:.9rem;color:#1e293b}.tile-preview-img{width:100%;height:120px;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.tile-media-placeholder{background:#f1f5f9;color:#64748b;padding:1rem;text-align:center;border-radius:4px;font-size:.8rem;margin-bottom:.5rem}.tile-btn{display:inline-block;margin-top:.5rem;background:#e2e8f0;color:#475569;padding:4px 10px;border-radius:4px;font-size:.75rem}.tasks-list{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.task-item{background:#f8fafc;padding:.75rem;border-radius:6px;border-left:3px solid #2563eb}.task-item strong{color:#1e293b}.task-item p{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.preview-quote{border-left:4px solid #2563eb;padding:.75rem 1rem;margin:.75rem 0;background:#f8fafc;font-style:italic;color:#334155;border-radius:0 6px 6px 0}.slides-list{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.slide-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f8fafc;border-radius:6px}.slide-preview-img{width:80px;height:50px;object-fit:cover;border-radius:4px}.json-view{padding:1.5rem;background:#1e293b;border-radius:0 0 12px 12px;overflow-x:auto}.json-view pre{color:#e2e8f0;font-size:.8rem;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}@media(max-width:600px){.checkbox-group{grid-template-columns:1fr}}
