.property-panel{position:fixed;right:0;top:0;width:400px;height:100vh;background:#1a1a1a;border-left:1px solid #333;display:flex;flex-direction:column;overflow:hidden;z-index:10}.property-panel-header{padding:20px;border-bottom:1px solid #333;background:#222}.property-panel-header h2{margin:0 0 10px;color:#fff;font-size:24px}.node-type-badge{display:inline-block;padding:4px 12px;background:#4a9eff;color:#fff;border-radius:12px;font-size:12px;font-weight:600}.property-panel-content{flex:1;overflow-y:auto;padding:20px}.property-section{margin-bottom:30px}.property-section h3{color:#fff;font-size:18px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #333}.property-section h4{color:#ccc;font-size:14px;margin:15px 0 10px;font-weight:600}.property-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #2a2a2a}.property-label{color:#888;font-size:14px}.property-value{color:#fff;font-size:14px;font-weight:500}.relationship-group{margin-bottom:20px}.relationship-item{padding:8px 12px;margin-bottom:8px;background:#252525;border-radius:6px;border-left:3px solid #4a9eff}.relationship-label{color:#888;font-size:13px;display:block;margin-bottom:4px}.relationship-target{color:#4a9eff;font-size:14px;font-weight:500}.relationship-field{color:#666;font-size:12px;margin-left:8px}.no-relationships{color:#666;font-style:italic;padding:10px 0}.field-filters{margin-bottom:15px}.field-search-input{width:100%;padding:8px 12px;background:#ffffff1a;border:1px solid #444;border-radius:4px;color:#fff;font-size:14px;outline:none;margin-bottom:12px}.field-search-input:focus{border-color:#4a9eff;background:#ffffff26}.field-search-input::placeholder{color:#888}.field-type-filters{margin-top:12px}.field-type-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:#aaa}.field-type-clear{background:none;border:none;color:#4a9eff;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.field-type-clear:hover{color:#6ab8ff}.field-type-checkboxes{display:flex;flex-wrap:wrap;gap:8px}.field-type-checkbox{display:flex;align-items:center;gap:6px;font-size:12px;color:#ccc;cursor:pointer;padding:4px 8px;background:#ffffff0d;border-radius:4px;transition:background .2s}.field-type-checkbox:hover{background:#ffffff1a}.field-type-checkbox input[type=checkbox]{cursor:pointer;margin:0}.fields-list{max-height:500px;overflow-y:auto}.field-item{padding:10px;margin-bottom:8px;background:#252525;border-radius:6px;border-left:3px solid #666}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.field-name{color:#fff;font-size:14px;font-weight:500}.field-type{color:#888;font-size:12px;background:#333;padding:2px 8px;border-radius:4px}.field-db-name{color:#666;font-size:12px;font-family:monospace;margin-top:4px}.field-required{display:inline-block;color:#ff6b6b;font-size:11px;margin-top:4px;font-weight:600}.field-description{color:#aaa;font-size:12px;margin-top:4px;font-style:italic}.field-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.field-badge{display:inline-block;color:#888;font-size:11px;background:#333;padding:2px 6px;border-radius:3px;font-weight:500}.field-relationship{color:#4a9eff;font-size:12px;margin-top:6px;font-style:italic}.field-enum-values{color:#aaa;font-size:12px;margin-top:6px;font-family:monospace}.field-default{color:#888;font-size:12px;margin-top:4px;font-family:monospace}.no-fields-message{color:#666;font-style:italic;text-align:center;padding:20px}.property-panel-content::-webkit-scrollbar{width:8px}.property-panel-content::-webkit-scrollbar-track{background:#1a1a1a}.property-panel-content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.property-panel-content::-webkit-scrollbar-thumb:hover{background:#555}.object-list-panel{position:fixed;left:20px;top:20px;width:280px;max-height:calc(100vh - 40px);background:#1a1a1af2;border:1px solid #333;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;z-index:30;overflow:hidden}.object-list-header{padding:16px;border-bottom:1px solid #333}.object-list-header h3{margin:0;color:#fff;font-size:16px;font-weight:600}.object-list-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.object-list-search{padding:12px;border-bottom:1px solid #333}.object-list-search-input{width:100%;padding:8px 12px;background:#ffffff1a;border:1px solid #444;border-radius:4px;color:#fff;font-size:14px;outline:none}.object-list-search-input:focus{border-color:#4a9eff;background:#ffffff26}.object-list-search-input::placeholder{color:#888}.object-list-filters{margin-top:8px}.object-list-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;color:#aaa;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.object-list-filter-clear{background:none;border:none;color:#4a9eff;cursor:pointer;font-size:11px;padding:0;text-decoration:underline;text-transform:none;letter-spacing:normal}.object-list-filter-clear:hover{color:#6ab8ff}.object-list-filter-buttons{display:flex;flex-wrap:wrap;gap:6px}.object-list-filter-button{flex:1;min-width:0;padding:6px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer;font-size:11px;color:#ccc;transition:all .2s;font-weight:500}.object-list-filter-button:hover{background:#ffffff1a;border-color:#fff3}.object-list-filter-button.active{background:#4a9eff33;border-color:#4a9eff;color:#4a9eff;font-weight:600}.object-list-filter-button.active:hover{background:#4a9eff4d}.object-list-items{flex:1;overflow-y:auto;padding:8px}.object-list-items::-webkit-scrollbar{width:6px}.object-list-items::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.object-list-items::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.object-list-items::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.object-list-item{padding:10px 12px;margin-bottom:6px;background:#ffffff0d;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s}.object-list-item:hover{background:#ffffff1a;border-color:#4a9eff}.object-list-item.selected{background:#4a9eff33;border-color:#4a9eff}.object-list-item.stock{border-left:3px solid #ff6b6b}.object-list-item.custom{border-left:3px solid #4a9eff}.object-list-item.selected.stock,.object-list-item.selected.custom{border-left-color:gold}.object-list-item-name{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px}.object-list-item.selected .object-list-item-name{color:gold}.object-list-item-meta{display:flex;gap:12px;font-size:11px;color:#aaa}.object-list-item-type{text-transform:uppercase;font-weight:600}.object-list-item.stock .object-list-item-type{color:#ff6b6b}.object-list-item.custom .object-list-item-type{color:#4a9eff}.object-list-item-fields{color:#888}.object-list-item-content{display:flex;align-items:flex-start;gap:8px}.object-list-expand{background:none;border:none;color:#888;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;transition:color .2s}.object-list-expand:hover{color:#4a9eff}.object-list-expand-spacer{width:16px;flex-shrink:0}.object-list-item-info{flex:1;min-width:0}.object-list-children{margin-left:24px;border-left:1px solid rgba(255,255,255,.1);padding-left:8px}.object-list-child{margin-left:0;margin-bottom:4px;background:#ffffff08}.object-list-child:hover{background:#ffffff14}.object-list-item.has-children .object-list-item-name{font-weight:600}.progress-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;max-width:90vw;max-height:80vh;background:#1a1a1afa;border:1px solid #333;border-radius:8px;box-shadow:0 8px 32px #00000080;z-index:2000;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-panel-header{padding:16px 20px;border-bottom:1px solid #333}.progress-panel-header h3{margin:0;color:#fff;font-size:18px;font-weight:600}.progress-panel-content{padding:16px 20px;overflow-y:auto;max-height:calc(80vh - 60px)}.progress-step{margin-bottom:16px;padding:12px;background:#ffffff0d;border-radius:6px;border-left:3px solid #4a9eff}.progress-step.completed{opacity:.7;border-left-color:#28a745}.progress-step.active{border-left-color:gold;background:#ffd7001a}.progress-step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.progress-step-stage{color:#fff;font-weight:600;font-size:14px}.progress-step-count{color:#4a9eff;font-size:12px;font-weight:500}.progress-step-message{color:#ccc;font-size:13px;margin-bottom:4px}.progress-step-details{color:#888;font-size:11px;font-family:Courier New,monospace;margin-top:4px;white-space:pre-wrap;max-height:100px;overflow-y:auto}.progress-step.active .progress-step-message{color:gold}.file-upload-container{position:fixed;inset:0 400px 0 0;display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:none}.file-upload-area{width:500px;height:300px;border:2px dashed #444;border-radius:12px;background:#1a1a1af2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:all;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.file-upload-area:hover{border-color:#4a9eff;background:#1e1e1efa}.file-upload-area.dragging{border-color:#4a9eff;background:#283c644d;transform:scale(1.02)}.file-upload-area.loading{border-color:#4a9eff;cursor:wait}.upload-content{text-align:center;padding:20px}.upload-content svg{color:#4a9eff;margin-bottom:20px}.upload-content h3{color:#fff;margin:0 0 10px;font-size:20px}.upload-content p{color:#888;margin:8px 0;font-size:14px}.upload-hint{color:#666;font-size:12px;font-style:italic}.spinner{width:48px;height:48px;border:4px solid #333;border-top-color:#4a9eff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.app{width:100%;height:100vh;position:relative;overflow:hidden}.graph-container{position:absolute;inset:0 400px 0 320px}.error-banner{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#f44;color:#fff;padding:12px 24px;border-radius:8px;z-index:1000;display:flex;align-items:center;gap:16px;box-shadow:0 4px 12px #0000004d}.error-banner button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.error-banner button:hover{background:#fff3}.controls-info{position:fixed;bottom:20px;left:320px;z-index:20}.info-panel{background:#1a1a1af2;border:1px solid #333;border-radius:8px;padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px}.info-panel h4{color:#fff;margin:0 0 12px;font-size:14px;font-weight:600}.info-panel ul{list-style:none;padding:0;margin:0 0 16px}.info-panel li{color:#ccc;font-size:12px;margin-bottom:6px;padding-left:16px;position:relative}.info-panel li:before{content:"•";position:absolute;left:0;color:#4a9eff}.reset-button{width:100%;padding:8px 16px;background:#4a9eff;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.reset-button:hover{background:#3a8eef}.reset-button:active{background:#2a7edf}.exit-link{position:fixed;top:20px;right:20px;z-index:1000;color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;background:#1a1a1af2;border:1px solid #333;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s}.exit-link:hover{background:#282828f2;border-color:#4a9eff;color:#4a9eff}.exit-link:active{background:#141414f2}:root{font-family:Inter,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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}
