:root{--bg:#f5f7fb;--surface:#fff;--soft:#f8fafc;--border:#dbe3ee;--text:#182230;--muted:#667085;--primary:#2563eb;--primary2:#1d4ed8;--canvas:#f7faff;--line:#64748b;--danger:#dc2626;--shadow:0 8px 24px rgba(16,24,40,.10);}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}button,input{font:inherit}button{cursor:pointer}.app{height:100vh;height:100dvh;display:grid;grid-template-rows:54px 42px minmax(0,1fr) 28px;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.topbar{display:flex;align-items:center;gap:8px;padding:0 12px;background:var(--surface);border-bottom:1px solid var(--border);z-index:30}.brand{font-weight:800;display:flex;align-items:center;gap:9px;min-width:0}.logo{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;display:grid;place-items:center}.workspace-name{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-name.dirty::after{content:' *';color:#dc2626;font-weight:900}.spacer{flex:1}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:8px 10px;border-radius:9px;font-weight:650}.btn:hover{border-color:#93c5fd;background:#eff6ff}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.icon{width:38px;height:38px;padding:0;display:grid;place-items:center}.tabbar{display:flex;align-items:center;gap:6px;padding:5px 10px;background:var(--soft);border-bottom:1px solid var(--border);overflow-x:auto}.tab{display:flex;align-items:center;gap:6px;min-width:130px;max-width:220px;height:30px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#334155}.tab.active{border-color:var(--primary);background:#eff6ff;color:#1d4ed8}.tab-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:700}.tab-close{border:0;background:transparent;color:#64748b;padding:0;width:18px;height:18px}.main{display:grid;grid-template-columns:240px 1fr 260px;min-height:0;transition:grid-template-columns .2s ease}.panel{position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:visible;background:#fff;border-right:1px solid var(--border);z-index:20}.panel.right{border-right:0;border-left:1px solid var(--border)}.panel-content{flex:1 1 auto;min-width:0;min-height:0;overflow:auto;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .16s ease,visibility .16s ease}.panel.collapsed:not(.peek-expanded) .panel-content{opacity:0;visibility:hidden;pointer-events:none}.panel-toggle{position:absolute;top:14px;width:24px;height:48px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:12px;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 18px rgba(15,23,42,.24);font-size:14px;font-weight:800;line-height:1;cursor:pointer;z-index:30}.panel-toggle:hover{filter:brightness(1.08)}.panel-toggle.left{right:-12px}.panel-toggle.right{left:-12px}.panel-peek-zone{position:absolute;top:0;width:10px;height:100%;z-index:22;display:none}.panel-peek-zone.left{right:0}.panel-peek-zone.right{left:0}.panel.collapsed:not(.peek-expanded) .panel-peek-zone{display:block}.panel-head{padding:12px;border-bottom:1px solid var(--border);font-weight:800;font-size:13px}.panel-body{padding:10px;display:grid;gap:8px}.palette-btn,.map-item{width:100%;text-align:left;border:1px solid var(--border);background:#fff;border-radius:9px;padding:9px}.palette-btn:hover,.map-item:hover{background:#eff6ff;border-color:#93c5fd}.palette-btn.guide-active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12)}.palette-guide{position:sticky;top:0;z-index:3;margin:10px;padding:10px 11px;border:1px solid #bfdbfe;border-radius:10px;background:linear-gradient(145deg,#eff6ff,#f8fafc);box-shadow:0 5px 14px rgba(37,99,235,.08)}.palette-guide.active{border-color:#60a5fa;background:linear-gradient(145deg,#dbeafe,#f8fafc)}.palette-guide-title{margin-bottom:4px;color:#1d4ed8;font-size:12px;font-weight:850}.palette-guide-text{min-height:46px;color:#475569;font-size:10.5px;line-height:1.42}.palette-guide-hint{margin-top:6px;color:#64748b;font-size:9.5px;font-weight:700}.palette-help-actions{padding-top:2px}.palette-help-actions .btn{width:100%;text-align:left}.help-icon{width:22px;height:22px;flex:0 0 22px;display:inline-grid;place-items:center;border-radius:7px;color:#fff;background:linear-gradient(145deg,#2563eb,#06b6d4);box-shadow:0 3px 8px rgba(37,99,235,.28)}.help-icon svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.help-label{display:flex;align-items:center;gap:8px}.map-item.active{background:#eff6ff;border-color:var(--primary)}.map-meta{font-size:10px;color:var(--muted);margin-top:3px}.workspace{position:relative;overflow:hidden;background-color:var(--canvas);background-image:linear-gradient(rgba(100,116,139,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.08) 1px,transparent 1px);background-size:24px 24px;touch-action:none}.search-panel{position:absolute;left:12px;top:12px;bottom:12px;width:380px;max-width:calc(100% - 24px);display:none;flex-direction:column;overflow:hidden;border:1px solid #bfdbfe;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(15,23,42,.2);z-index:24;touch-action:auto}.search-panel.open{display:flex}.search-panel-head{display:flex;align-items:center;gap:8px;padding:11px 12px;border-bottom:1px solid var(--border);background:linear-gradient(145deg,#eff6ff,#f8fafc)}.search-panel-title{flex:1;color:#1d4ed8;font-size:13px;font-weight:900}.search-panel-close{width:30px;height:30px;padding:0;border:1px solid #bfdbfe;border-radius:8px;background:#fff;color:#475569;font-size:18px}.search-controls{display:grid;gap:8px;padding:10px;border-bottom:1px solid var(--border);background:#fff}.search-input-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px}.search-input{width:100%;height:38px;padding:8px 10px;border:1px solid #93c5fd;border-radius:9px;outline:none;background:#fff;color:#172033}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.13)}.search-clear{height:38px;padding:0;border:1px solid var(--border);border-radius:9px;background:#fff;color:#64748b;font-size:16px}.search-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.search-filter-row select{width:100%;padding:7px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#334155;font-size:11px}.search-summary{display:flex;align-items:center;gap:7px;min-height:34px;padding:6px 10px;border-bottom:1px solid var(--border);background:#f8fafc;color:#64748b;font-size:10px}.search-summary-text{flex:1}.search-nav{width:28px;height:26px;padding:0;border:1px solid var(--border);border-radius:7px;background:#fff;color:#334155}.search-nav:disabled{cursor:default;opacity:.4}.search-results{flex:1;min-height:0;overflow:auto;padding:8px;display:grid;align-content:start;gap:7px}.search-empty{padding:26px 18px;text-align:center;color:#64748b;font-size:12px;line-height:1.5}.search-result{width:100%;padding:9px 10px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#172033;text-align:left}.search-result:hover{border-color:#93c5fd;background:#f8fbff}.search-result.active{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px rgba(37,99,235,.12)}.search-result-head{display:flex;align-items:flex-start;gap:7px}.search-result-icon{flex:0 0 20px;font-size:15px;text-align:center}.search-result-title{flex:1;min-width:0;font-size:12px;font-weight:850;overflow-wrap:anywhere}.search-result-meta{margin:4px 0 0 27px;color:#64748b;font-size:9.5px;line-height:1.35}.search-result-snippet{margin:6px 0 0 27px;padding:6px 7px;border-left:3px solid #93c5fd;border-radius:0 6px 6px 0;background:#f8fafc;color:#475569;font-size:10px;line-height:1.4;overflow-wrap:anywhere}.search-result-field{display:block;margin-bottom:2px;color:#64748b;font-size:8.5px;font-weight:850;text-transform:uppercase}.search-result mark{padding:0 1px;border-radius:2px;background:#fde68a;color:#78350f;font-weight:850}.search-result-select{flex:0 0 18px;width:18px;height:18px;margin:0;accent-color:#2563eb}.search-selection-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;align-items:center;padding:7px 10px;border-bottom:1px solid var(--border);background:#eef6ff}.search-selection-count{color:#1d4ed8;font-size:10px;font-weight:800}.search-selection-bar button{padding:5px 8px;border:1px solid #93c5fd;border-radius:7px;background:#fff;color:#1e40af;font-size:10px;font-weight:750}.search-selection-bar button.primary{border-color:#2563eb;background:#2563eb;color:#fff}.search-selection-bar button:disabled{opacity:.45;cursor:default}.search-resize{position:absolute;right:-4px;top:56px;bottom:56px;width:9px;cursor:ew-resize;z-index:2}.search-resize::after{content:"";position:absolute;left:3px;top:35%;bottom:35%;width:2px;border-radius:2px;background:#93c5fd}.search-hint{padding:7px 10px;border-top:1px solid var(--border);background:#f8fafc;color:#64748b;font-size:9px;line-height:1.4}.tag-editor-box{width:min(720px,96vw)}.tag-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.tag-input-row input{width:100%;padding:10px;border:1px solid #93c5fd;border-radius:9px;outline:none}.tag-input-row input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.13)}.tag-chip-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:48px;margin-top:10px;padding:9px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.tag-chip{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:5px 8px;border:1px solid #93c5fd;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:11px;font-weight:750}.tag-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-chip button{width:19px;height:19px;padding:0;border:0;border-radius:50%;background:transparent;color:#64748b;font-weight:900}.tag-chip button:hover{background:#dbeafe;color:#b91c1c}.tag-suggestions{display:flex;flex-wrap:wrap;gap:6px;min-height:28px;margin-top:8px}.tag-suggestions button{padding:5px 8px;border:1px dashed #94a3b8;border-radius:999px;background:#fff;color:#475569;font-size:10px}.tag-suggestions button:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.tag-summary{display:flex;flex-wrap:wrap;gap:5px;margin:6px 0}.tag-summary .tag-chip{padding:3px 7px;font-size:10px}.doc-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin:.4rem 0 .65rem}.doc-tag{padding:.14rem .45rem;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1e40af;font-size:.72rem;font-weight:700}.consolidator-editor-box{width:min(920px,96vw);max-height:94vh}.consolidator-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.consolidator-references{display:grid;gap:7px;max-height:310px;overflow:auto;margin-top:8px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.consolidator-reference{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto auto;gap:6px;align-items:center;padding:8px;border:1px solid #dbeafe;border-radius:8px;background:#fff}.consolidator-reference.broken{border-color:#fecaca;background:#fff7f7}.consolidator-reference-title{font-size:11px;font-weight:800;overflow-wrap:anywhere}.consolidator-reference-meta{margin-top:2px;color:#64748b;font-size:9px}.consolidator-reference button{width:28px;height:26px;padding:0;border:1px solid var(--border);border-radius:6px;background:#fff}.consolidator-origin{padding:8px;border-left:3px solid #60a5fa;background:#eff6ff;color:#475569;font-size:10px;line-height:1.45}.consolidator-card{margin-top:7px;padding:7px;border:1px solid #bfdbfe;border-radius:8px;background:#f8fbff}.consolidator-card-head{display:flex;align-items:center;gap:6px;color:#1e40af;font-size:10px;font-weight:850}.consolidator-list{display:grid;gap:4px;margin-top:6px}.consolidator-item{display:block;width:100%;padding:5px 6px;border:0;border-left:3px solid #60a5fa;border-radius:0 5px 5px 0;background:#fff;color:#334155;text-align:left;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.consolidator-item.broken{border-color:#ef4444;color:#991b1b}.doc-consolidator{margin:.65rem 0;padding:.7rem;border:1px solid #bfdbfe;border-radius:.6rem;background:#f8fbff}.doc-consolidator-list{margin:.45rem 0 0;padding-left:1.2rem}.doc-consolidator-item{margin:.35rem 0}.doc-consolidator-meta{display:block;color:#64748b;font-size:.78rem}.doc-consolidator-broken{color:#991b1b}@media(max-width:700px){.consolidator-grid{grid-template-columns:1fr}.search-selection-bar{grid-template-columns:1fr auto}.search-selection-bar .primary{grid-column:1/-1}}.viewport{position:absolute;left:0;top:0;transform-origin:0 0}#edges{position:absolute;left:0;top:0;overflow:visible;pointer-events:none}#nodes{position:absolute;left:0;top:0}.node{position:absolute;min-width:150px;min-height:70px;border:2px solid #94a3b8;border-radius:14px;background:#fff;box-shadow:0 6px 16px rgba(16,24,40,.10);user-select:none;touch-action:none}.node.expanded{display:grid;grid-template-rows:31px minmax(0,1fr)}.node.root{border-color:var(--primary);background:#eff6ff;isolation:isolate;--core-accent:#2563eb}.node.root::before{content:"";position:absolute;inset:-11px;border:2px solid var(--core-accent);border-radius:inherit;pointer-events:none;z-index:-2;box-shadow:0 0 13px color-mix(in srgb,var(--core-accent) 36%,transparent)}.node.map-node{border-color:#7c3aed;background:#f5f3ff}.node.selected{outline:4px solid #2563eb;outline-offset:3px;box-shadow:0 0 0 2px rgba(255,255,255,.92),0 10px 26px rgba(37,99,235,.26)}.node.object-drop-target{outline:4px solid rgba(16,185,129,.34);outline-offset:3px;box-shadow:0 0 0 3px rgba(16,185,129,.18),0 10px 24px rgba(15,23,42,.16)}.node-head{height:31px;padding:0 9px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #e2e8f0;font-size:12px;font-weight:800;cursor:grab}.node-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-body{padding:8px 10px;font-size:.92em;color:inherit;opacity:.86}.node.expanded .node-body{display:flex;min-height:0;flex-direction:column;overflow:hidden}.node-rich-preview{min-height:0;flex:1;margin-top:6px;padding:7px 8px;border-top:1px solid rgba(148,163,184,.38);font-weight:400;line-height:1.42;overflow:auto;overscroll-behavior:contain;user-select:text;touch-action:pan-y;word-break:break-word}.node-rich-preview p,.node-rich-preview div,.node-rich-preview h1,.node-rich-preview h2,.node-rich-preview h3,.node-rich-preview pre,.node-rich-preview blockquote{margin:.18em 0}.node-rich-preview ul,.node-rich-preview ol{margin:.22em 0;padding-left:1.4em}.node-resize{display:none;position:absolute;right:7px;bottom:7px;width:14px;height:14px;border-radius:4px;background:#fff;border:2px solid #2563eb;cursor:nwse-resize;z-index:14;box-shadow:0 1px 4px rgba(15,23,42,.2)}.node.selected .node-resize{display:block}.node-content-indicator{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:2px 6px;border:1px solid currentColor;border-radius:999px;font-size:9px;font-weight:800;opacity:.72}.node-document-excluded{display:inline-flex;margin-left:5px;padding:2px 5px;border:1px solid #dc2626;border-radius:999px;color:#b91c1c;background:#fff7f7;font-size:9px;font-weight:800}.node-title{color:inherit}.node-head{color:inherit}.edge{fill:none;stroke:var(--edge-color,var(--line));stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.hierarchy-edge-hit{fill:none;stroke:transparent;stroke-width:16;pointer-events:stroke;cursor:pointer}.hierarchy-edge-hit:hover+.hierarchy-edge{filter:drop-shadow(0 0 3px rgba(37,99,235,.62))}.hierarchy-edge.selected{filter:drop-shadow(0 0 4px rgba(37,99,235,.9))}.hierarchy-endpoint{fill:#fff;stroke:#2563eb;stroke-width:2.5;pointer-events:all;cursor:crosshair;filter:drop-shadow(0 2px 3px rgba(15,23,42,.2))}.hierarchy-endpoint.to{fill:#fef3c7;stroke:#b45309}.hierarchy-port{position:absolute;width:12px;height:12px;padding:0;border:2px solid #2563eb;border-radius:50%;background:#fff;z-index:12;pointer-events:none;box-shadow:0 1px 4px rgba(15,23,42,.2);box-sizing:border-box}.hierarchy-port.top{left:50%;top:-7px;transform:translateX(-50%)}.hierarchy-port.top-right{right:-7px;top:-7px}.hierarchy-port.right{right:-7px;top:50%;transform:translateY(-50%)}.hierarchy-port.bottom-right{right:-7px;bottom:-7px}.hierarchy-port.bottom{left:50%;bottom:-7px;transform:translateX(-50%)}.hierarchy-port.bottom-left{left:-7px;bottom:-7px}.hierarchy-port.left{left:-7px;top:50%;transform:translateY(-50%)}.hierarchy-port.top-left{left:-7px;top:-7px}.hierarchy-port.branch-controller{width:14px;height:14px;color:#1d4ed8;font-size:10px;line-height:10px;font-weight:900;display:grid;place-items:center;pointer-events:auto;cursor:crosshair;touch-action:none}.hierarchy-port.branch-controller::after{content:"";position:absolute;inset:-5px;border-radius:50%}.hierarchy-port.branch-controller.collapsed{background:#dbeafe}.hierarchy-port.branch-drag-source{background:#bfdbfe;border-color:#1d4ed8;box-shadow:0 0 0 4px rgba(37,99,235,.22)}.hierarchy-port.snap-target{background:#facc15;border-color:#b45309;box-shadow:0 0 0 4px rgba(250,204,21,.3)}.free-object{position:absolute;min-width:150px;min-height:90px;border:2px solid #f59e0b;border-radius:10px;background:#fffbeb;box-shadow:0 6px 16px rgba(16,24,40,.10);user-select:none;touch-action:none;overflow:visible}.free-object.selected{outline:4px solid #f59e0b;outline-offset:3px;box-shadow:0 0 0 2px rgba(255,255,255,.92),0 10px 26px rgba(245,158,11,.28)}.free-object.free-comment{border-style:dashed;background:#fff7ed}.free-object.free-text{border-color:transparent;background:transparent;box-shadow:none}.free-object.free-image{border-color:#06b6d4;background:#ecfeff}.free-head{height:31px;padding:0 9px;display:flex;align-items:center;gap:6px;border-bottom:1px solid rgba(148,163,184,.35);font-size:12px;font-weight:800;cursor:grab}.free-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.free-content{padding:9px;font-size:12px;line-height:1.4;white-space:pre-wrap;overflow:hidden;max-height:calc(100% - 31px)}.free-content.rich{white-space:normal;word-break:break-word}.free-content.rich p,.free-content.rich div,.free-content.rich h1,.free-content.rich h2,.free-content.rich h3,.free-content.rich pre,.free-content.rich blockquote{margin:.16em 0}.free-content.rich ul,.free-content.rich ol{margin:.2em 0;padding-left:1.35em}.free-kind-badge{font-size:9px;font-weight:800;text-transform:uppercase;color:#92400e;margin-bottom:4px}.free-resize{position:absolute;right:-5px;bottom:-5px;width:14px;height:14px;border-radius:4px;background:#fff;border:2px solid #f59e0b;cursor:nwse-resize;z-index:6}.free-rotation-arm{display:none;position:absolute;left:50%;top:-34px;width:2px;height:32px;transform:translateX(-50%);background:#2563eb;pointer-events:none;z-index:10}.free-rotate-handle{display:none;position:absolute;left:50%;top:-52px;width:22px;height:22px;padding:0;transform:translateX(-50%);border:3px solid #2563eb;border-radius:50%;background:#fff;color:#1d4ed8;cursor:grab;touch-action:none;z-index:12;box-shadow:0 2px 7px rgba(15,23,42,.25)}.free-rotate-handle::after{content:"↻";display:grid;place-items:center;font-size:12px;font-weight:900;line-height:1}.free-rotate-handle:active{cursor:grabbing;background:#dbeafe}.free-angle-indicator{display:none;position:absolute;left:50%;top:-79px;min-width:48px;padding:3px 7px;transform:translateX(-50%);border:1px solid #93c5fd;border-radius:999px;background:#eff6ff;color:#1e40af;text-align:center;font-size:10px;font-weight:850;white-space:nowrap;z-index:13;box-shadow:0 2px 6px rgba(15,23,42,.16)}.free-object.selected .free-rotation-arm,.free-object.selected .free-rotate-handle,.free-object.rotating .free-angle-indicator{display:block}.free-object.rotating{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}.content-handle{position:absolute;left:-13px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:2px solid #0ea5e9;border-radius:50%;background:#fff;color:#0369a1;font-size:12px;font-weight:900;display:grid;place-items:center;z-index:8;cursor:crosshair;box-shadow:0 2px 6px rgba(15,23,42,.18)}.content-handle:hover{background:#e0f2fe;transform:translateY(-50%) scale(1.08)}.content-edge{fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.content-edge-hit{fill:none;stroke:transparent;stroke-width:14;pointer-events:stroke;cursor:pointer}.content-edge-hit:hover+.content-edge{filter:drop-shadow(0 0 3px rgba(14,165,233,.8))}.content-edge-label{font-size:11px;font-weight:700;paint-order:stroke fill;stroke:#fff;stroke-width:4px;stroke-linejoin:round;pointer-events:none}.content-waypoint{fill:#fff;stroke:#0ea5e9;stroke-width:2;pointer-events:all;cursor:move}.content-link-guide{fill:none;stroke:#0ea5e9;stroke-width:2;stroke-dasharray:6 4;pointer-events:none}.edge-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.edge-editor-grid .field.full{grid-column:1/-1}.edge-editor-grid select,.edge-editor-grid input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px;background:#fff}.floating{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:6px;background:rgba(15,23,42,.92);padding:6px;border-radius:11px;color:#fff;z-index:10}.floating button{border:1px solid rgba(255,255,255,.16);background:#1f2937;color:#fff;border-radius:8px;height:32px;min-width:32px}.zoom-label{font-size:11px;min-width:48px;text-align:center}.mobile-actions{display:none}.status{display:flex;align-items:center;padding:0 10px;background:#fff;border-top:1px solid var(--border);font-size:11px;color:var(--muted)}.field{display:grid;gap:4px}.field label{font-size:11px;color:var(--muted);font-weight:700}.field input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px}.sheet{position:absolute;left:8px;right:8px;bottom:8px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);z-index:40;display:none;max-height:70%;overflow:auto}.sheet.open{display:block}.sheet-head{display:flex;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border);font-weight:800}.sheet-head .spacer{flex:1}.sheet-body{padding:10px;display:grid;gap:8px}.overlay-menu,.node-context-menu{color:#e5e7eb;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#111827;box-shadow:0 18px 45px rgba(0,0,0,.36)}.overlay-menu{position:fixed;right:8px;top:46px;width:min(270px,calc(100% - 16px));max-height:calc(100vh - 54px);overflow:auto;z-index:1000;display:none;padding:6px}.overlay-menu.open{display:grid;gap:3px}.menu-section{display:grid;gap:3px;padding:0}.menu-item,.menu-submenu-toggle,.menu-submenu-panel button,.node-context-menu>button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#e5e7eb;text-align:left;border-radius:8px;padding:10px 11px;transform:none}.menu-item:hover,.menu-submenu-toggle:hover,.menu-submenu-panel button:hover,.node-context-menu>button:hover{background:#243044;color:#fff;transform:none}.menu-icon{width:21px;flex:0 0 21px;text-align:center;color:#93c5fd;font-size:15px}.menu-arrow{margin-left:auto;color:#94a3b8;font-size:20px;line-height:1;transition:transform .16s ease}.menu-divider{height:1px;margin:4px 5px;background:rgba(148,163,184,.18)}.menu-submenu{position:relative}.menu-submenu-panel{display:none;gap:3px;margin:3px 0 3px 26px;padding:3px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0b1220}.menu-submenu.open>.menu-submenu-panel{display:grid}.menu-submenu.open>.menu-submenu-toggle .menu-arrow{transform:rotate(90deg)}.menu-submenu-panel button{padding:8px 9px}@media(max-width:1000px){.main{grid-template-columns:200px 1fr}.panel.right{display:none}}@media(max-width:700px){.app{grid-template-rows:calc(50px + env(safe-area-inset-top))minmax(0,1fr)calc(58px + env(safe-area-inset-bottom))26px;}.topbar{padding-top:env(safe-area-inset-top);min-width:0;}.brand{min-width:0}.brand span{font-size:15px}.workspace-name{display:none}.tabbar{display:none}.main{grid-template-columns:minmax(0,1fr);min-width:0;min-height:0}.panel{display:none}.search-panel{position:absolute;left:6px;right:6px;top:auto;bottom:6px;width:auto;height:min(58%,520px);max-width:none;border-radius:12px}.search-resize{display:none}.search-filter-row{grid-template-columns:1fr}.topbar .desktop-only{display:none}.workspace{min-width:0;min-height:0}.mobile-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;width:100%;min-width:0;padding:4px 6px calc(4px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);z-index:30;overflow:visible;}.mobile-actions button{border:0;background:transparent;font-size:20px;width:100%;min-width:0;min-height:48px;padding:0;display:grid;place-items:center;touch-action:manipulation;}.floating{left:8px;right:8px;bottom:8px;justify-content:center;max-width:calc(100% - 16px);overflow-x:auto;-webkit-overflow-scrolling:touch;}.floating button{flex:0 0 38px}.zoom-label{flex:0 0 48px}.node{min-width:138px}.sheet{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:calc(8px + env(safe-area-inset-bottom));}.overlay-menu{top:calc(8px + env(safe-area-inset-top));right:max(8px,env(safe-area-inset-right));}}@media(max-width:390px){.brand span{display:none}.mobile-actions{padding-left:2px;padding-right:2px}.mobile-actions button{font-size:19px}}.node-menu-btn{flex:0 0 auto;width:24px;height:24px;padding:0;border:0;border-radius:7px;background:transparent;color:#64748b;display:grid;place-items:center;font-size:16px}.node-menu-btn:hover{background:#e2e8f0;color:#0f172a}.node-context-menu{position:fixed;display:none;min-width:250px;max-width:min(310px,calc(100vw - 16px));max-height:calc(100vh - 16px);overflow:auto;padding:6px;z-index:1001}.node-context-menu.open{display:grid;gap:3px}.node-context-menu button.danger{color:#fca5a5}.node-context-menu button.danger:hover{background:#451a1a;color:#fecaca}.context-menu-heading{padding:8px 10px 6px;color:#93c5fd;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.context-menu-note{padding:3px 10px 8px;color:#94a3b8;font-size:10px;line-height:1.4}.context-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px}.context-control{display:grid;gap:3px;min-width:0;color:#cbd5e1;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.context-control.full{grid-column:1/-1}.context-control input,.context-control select{box-sizing:border-box;width:100%;min-width:0;height:30px;border:1px solid #334155;border-radius:7px;background:#0b1220;color:#e5e7eb;padding:4px 6px;font:11px Inter,system-ui,sans-serif;text-transform:none;letter-spacing:normal}.context-control input[type="color"]{padding:2px;cursor:pointer}.context-action{width:100%;display:flex;align-items:center;gap:9px;border:0;border-radius:8px;background:transparent;color:#e5e7eb;padding:9px 10px;text-align:left}.context-action:hover{background:#243044}.confirm-backdrop{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.42);z-index:120}.confirm-backdrop.open{display:flex}.confirm-box{width:min(460px,100%);background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.confirm-head{padding:14px 16px;border-bottom:1px solid var(--border);font-weight:800}.confirm-body{padding:16px;font-size:13px;line-height:1.5;color:#475569}.confirm-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border)}.btn.danger{background:#b91c1c;border-color:#b91c1c;color:#fff}.btn.danger:hover{background:#991b1b}.reparent-list{display:grid;gap:8px;margin-top:10px}.reparent-list select{width:100%;border:1px solid var(--border);border-radius:8px;padding:9px;background:#fff;color:var(--text)}.small-note{font-size:11px;color:var(--muted);line-height:1.45}.minimap{position:absolute;right:12px;top:12px;width:190px;height:120px;background:rgba(15,23,42,.90);border:1px solid rgba(255,255,255,.14);border-radius:12px;overflow:hidden;z-index:12;box-shadow:var(--shadow);}.minimap svg{width:100%;height:100%;display:block;touch-action:none;cursor:crosshair}.mini-node{fill:#60a5fa;opacity:.78}.mini-root{fill:#fbbf24;opacity:.95}.mini-root-halo{fill:none;stroke:#f59e0b;stroke-width:1.4;stroke-dasharray:2 1;opacity:.95}.mini-view{fill:rgba(255,255,255,.05);stroke:#fff;stroke-width:1.2}.view-toolbar{position:absolute;left:12px;top:12px;display:flex;gap:6px;z-index:12;background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:11px;padding:5px;box-shadow:var(--shadow);}.view-toolbar button{border:1px solid var(--border);background:#fff;border-radius:8px;min-height:32px;padding:0 9px;}@media(max-width:700px){.minimap{display:none}.view-toolbar{display:none}}.link-chip-wrap{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.link-chip{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:700;cursor:pointer;}.link-chip:hover{background:#dbeafe}.nav-back{display:none;align-items:center;gap:6px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:9px;padding:7px 10px;font-weight:800;}.nav-back.visible{display:flex}.link-list{display:grid;gap:7px;margin-top:8px}.link-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid var(--border);border-radius:9px;padding:8px;background:#fff}.link-row button{border:0;background:transparent;color:#b91c1c}.link-target-preview{font-size:11px;color:var(--muted)}.physical-edge{fill:none;stroke:#7c3aed;stroke-width:2.4;stroke-dasharray:7 4;pointer-events:stroke;cursor:pointer}.physical-edge-hit{fill:none;stroke:transparent;stroke-width:14;pointer-events:stroke;cursor:pointer}.physical-label{font:700 11px Inter,system-ui,sans-serif;fill:#5b21b6;stroke:#fff;stroke-width:4px;paint-order:stroke fill;pointer-events:none}.portal-button{position:absolute;width:28px;height:28px;border-radius:50%;border:2px solid #7c3aed;background:#fff;color:#6d28d9;display:grid;place-items:center;font-size:13px;font-weight:900;z-index:8;transform:translate(-50%,-50%);box-shadow:0 3px 10px rgba(15,23,42,.18)}.portal-button.portal-right{transform:translate(-50%,calc(-50% + 34px))}.portal-button.portal-left{transform:translate(-50%,calc(-50% + 34px))}.portal-button:hover{background:#f5f3ff}.physical-list{display:grid;gap:7px;margin-top:8px}.physical-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid #ddd6fe;border-radius:9px;padding:8px;background:#faf5ff}.intermap-badge{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:3px 6px;border-radius:999px;border:1px solid #c4b5fd;background:#f5f3ff;color:#6d28d9;font-size:10px;font-weight:800;}.portal-button.intermap{border-color:#0ea5e9;color:#0369a1;background:#f0f9ff;}.portal-button.intermap:hover{background:#e0f2fe}.node[data-shape="rounded"]{border-radius:18px}.node[data-shape="pill"]{border-radius:999px}.node[data-shape="square"]{border-radius:3px}.node[data-shape="note"]{border-radius:4px 4px 18px 4px}.node-kind-badge{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:3px 6px;border-radius:999px;border:1px solid rgba(100,116,139,.25);background:rgba(248,250,252,.85);font-size:9px;font-weight:800;color:#475569}.prop-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.prop-grid .full{grid-column:1/-1}.prop-grid label{font-size:10px;font-weight:800;color:#64748b}.prop-grid input,.prop-grid select,.prop-grid textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px;background:#fff;color:var(--text)}.prop-grid textarea{min-height:72px;resize:vertical}.color-input{height:36px;padding:3px!important}.palette .btn[data-kind]{justify-content:flex-start}.id-chip{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:3px 6px;border-radius:999px;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;font-size:9px;font-weight:800;}.field-error{border-color:#dc2626!important;background:#fff1f2!important;}.validation-msg{font-size:10px;color:#b91c1c;line-height:1.35;margin-top:3px;}.external-link-list{display:grid;gap:7px;margin-top:8px}.external-link-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid #bae6fd;border-radius:9px;padding:8px;background:#f0f9ff}.external-link-row a{color:#0369a1;font-weight:800;text-decoration:none;word-break:break-word}.external-link-row a:hover{text-decoration:underline}.external-link-row button{border:0;background:transparent;color:#b91c1c}.external-chip{border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800;cursor:pointer}.external-chip:hover{background:#e0f2fe}.confirm-box.severity-high{border:2px solid #dc2626}.confirm-box.severity-high .confirm-head{background:#fff1f2;color:#991b1b}.confirm-box.severity-medium{border:2px solid #f59e0b}.confirm-box.severity-medium .confirm-head{background:#fffbeb;color:#92400e}.impact-list{margin:10px 0 0;padding:10px 12px;border-radius:9px;background:#f8fafc;border:1px solid var(--border);font-size:12px;line-height:1.5;}.impact-list strong{color:#991b1b}.attachment-list{display:grid;gap:7px;margin-top:8px}.attachment-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;border:1px solid #dbeafe;border-radius:9px;padding:8px;background:#f8fbff}.attachment-main{min-width:0}.attachment-name{font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-meta{font-size:9px;color:var(--muted);margin-top:2px}.attachment-row button{border:0;background:transparent;color:#0369a1;padding:4px 6px;border-radius:6px}.attachment-row button:hover{background:#e0f2fe}.attachment-row button.danger{color:#b91c1c}.attachment-chip{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800;cursor:pointer}.attachment-chip:hover{background:#dbeafe}.editor-attachments{display:grid;gap:8px;margin-top:12px;padding:12px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.editor-attachments-head{display:flex;align-items:center;gap:8px}.editor-attachments-head strong{flex:1;color:#334155;font-size:12px}.editor-attachment-empty{font-size:11px;color:var(--muted)}.embedded-object-strip{flex:0 1 52%;min-width:0;display:flex;align-items:center;gap:4px;overflow-x:auto;overflow-y:hidden;padding:2px}.embedded-object-icon{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#334155;box-shadow:0 1px 3px rgba(15,23,42,.12);cursor:grab;font-size:13px;padding:0;touch-action:none}.embedded-object-icon:hover,.embedded-object-icon.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.embedded-object-icon:active{cursor:grabbing}.embedded-drag-ghost{position:fixed;z-index:2200;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#0f172a;color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.3);pointer-events:none;font-size:16px}.free-object.embedded-expanded{z-index:80;box-shadow:0 18px 44px rgba(15,23,42,.28),0 0 0 3px rgba(37,99,235,.18)}.embedded-expanded-badge{display:inline-flex;align-items:center;gap:4px;max-width:100%;margin:3px 0 5px;padding:3px 7px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawing-preview{width:100%;height:42px;margin-top:6px;border:1px solid rgba(100,116,139,.22);border-radius:7px;background:rgba(255,255,255,.72);overflow:hidden;}.drawing-preview svg{width:100%;height:100%;display:block}.drawing-preview.free-drawing-preview{height:min(180px,calc(100% - 24px));min-height:70px;background:#fff}.drawing-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;}.drawing-toolbar label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:var(--muted);}.drawing-toolbar input[type="range"]{width:100px}.drawing-canvas-wrap{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff;}#drawingCanvas{display:block;width:100%;height:360px;touch-action:none;cursor:crosshair;background:#fff;}.drawing-image-actions{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.drawing-image-actions .check-row{margin:0}.drawing-floating-status{display:none;padding:7px 9px;border:1px solid #7dd3fc;border-radius:8px;background:#f0f9ff;color:#075985;font-size:10px;font-weight:750}.drawing-floating-status.active{display:block}@media(max-width:700px){#drawingCanvas{height:300px}}.container-object{position:absolute;border:2px dashed #94a3b8;border-radius:16px;background:rgba(241,245,249,.55);min-width:220px;min-height:150px;z-index:0;touch-action:none;}.container-object.selected{outline:4px solid #7c3aed;outline-offset:3px;box-shadow:0 0 0 2px rgba(255,255,255,.9),0 8px 24px rgba(124,58,237,.25)}.selection-marquee{position:absolute;border:2px dashed #2563eb;background:rgba(59,130,246,.12);pointer-events:none;z-index:1000;box-sizing:border-box}.multi-selection-summary{display:grid;gap:7px;padding:9px;border:1px solid #93c5fd;border-radius:9px;background:#eff6ff;color:#1e3a8a;font-size:11px}.multi-selection-summary strong{font-size:12px}.multi-selection-summary .btn{justify-self:start}.audio-player-box{width:min(720px,94vw)}.audio-resource-card{display:grid;gap:10px;padding:12px;border:1px solid #bae6fd;border-radius:11px;background:#f0f9ff}.audio-resource-name{font-size:14px;font-weight:850;color:#0c4a6e;overflow-wrap:anywhere}.audio-resource-meta{color:#64748b;font-size:10px}.audio-resource-card audio{width:100%}.audio-note{padding:8px;border-left:3px solid #38bdf8;background:#fff;color:#475569;font-size:10px;line-height:1.45}.container-head{height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;border-bottom:1px dashed rgba(100,116,139,.45);font-size:12px;font-weight:800;cursor:grab;user-select:none;}.container-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container-resize{position:absolute;right:-7px;bottom:-7px;width:18px;height:18px;border:2px solid #64748b;background:#fff;border-radius:5px;cursor:nwse-resize;}.container-member-badge{position:absolute;left:8px;bottom:7px;padding:3px 6px;border-radius:999px;background:#fff;border:1px solid #cbd5e1;font-size:9px;color:#475569;font-weight:800;}.container-anchor-badge{position:absolute;right:8px;bottom:7px;max-width:55%;padding:3px 6px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.container-object.container-hidden{display:none}.image-preview{width:100%;max-height:120px;margin-top:6px;border:1px solid rgba(100,116,139,.22);border-radius:8px;background:#fff;overflow:hidden;display:grid;place-items:center;}.image-preview img{width:100%;height:100%;max-height:120px;object-fit:contain;display:block;}.free-image .free-content{height:calc(100% - 31px);max-height:none;padding:0;display:flex;flex-direction:column;overflow:hidden;}.free-image .free-kind-badge{display:none}.free-image .image-preview{flex:1 1 auto;min-height:0;height:100%;max-height:none;margin:0;border:0;border-radius:0 0 8px 8px;}.free-image .image-preview img{width:100%;height:100%;max-height:none;object-fit:contain}.image-drop-ready{outline:4px solid rgba(14,165,233,.5)!important;outline-offset:3px;box-shadow:0 0 0 5px rgba(14,165,233,.16),0 12px 28px rgba(15,23,42,.2)!important}.image-drop-ready::after{content:'Solte a imagem aqui';position:absolute;inset:8px;display:grid;place-items:center;border:2px dashed #0284c7;border-radius:9px;background:rgba(240,249,255,.94);color:#075985;font-size:12px;font-weight:900;z-index:30;pointer-events:none}.audio-drop-ready{outline:4px solid rgba(124,58,237,.5)!important;outline-offset:3px;box-shadow:0 0 0 5px rgba(124,58,237,.16),0 12px 28px rgba(15,23,42,.2)!important}.audio-drop-ready::after{content:'Solte o áudio para anexar';position:absolute;inset:8px;display:grid;place-items:center;border:2px dashed #7c3aed;border-radius:9px;background:rgba(245,243,255,.95);color:#4c1d95;font-size:12px;font-weight:900;z-index:31;pointer-events:none}.free-image .link-chip-wrap{flex:0 0 auto;padding:4px 7px}.image-meta{font-size:9px;color:var(--muted);margin-top:5px;}.rich-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:8px;border:1px solid #cbd5e1;border-bottom:0;border-radius:8px 8px 0 0;background:#f8fafc}.rich-toolbar button,.rich-toolbar select,.rich-toolbar input[type=color]{height:30px;min-width:30px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;color:#334155}.rich-toolbar button{padding:0 8px;font-weight:700}.rich-toolbar select{padding:0 7px}.rich-toolbar input[type=color]{width:34px;padding:3px}.rich-toolbar .font-size-select{min-width:92px}.rich-toolbar .clear-format-button{display:inline-flex;align-items:center;gap:5px;color:#9f1239;border-color:#fecdd3;background:#fff1f2}.rich-toolbar .clear-format-button:hover{background:#ffe4e6;border-color:#fda4af}.rich-editor{min-height:220px;max-height:46vh;overflow:auto;border:1px solid #cbd5e1;border-radius:0 0 8px 8px;padding:12px;outline:none;background:#fff;color:#0f172a;line-height:1.5}.rich-editor:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.16)}.rich-editor:empty::before{content:attr(data-placeholder);color:#94a3b8}.free-editor-box{width:min(760px,100%)}.free-editor-field{display:grid;gap:6px;margin-bottom:12px}.free-editor-field label{font-size:12px;font-weight:700;color:#475569}.free-editor-field>input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:9px;color:#0f172a;background:#fff}.document-box{width:min(980px,100%);max-height:92vh}.document-controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr);gap:10px;margin-bottom:12px}.document-controls select,.document-controls input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:9px;background:#fff;color:#0f172a}.document-preview{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:22px;max-height:58vh;overflow:auto;color:#172033;line-height:1.55;user-select:text}.document-preview h1{font-size:1.75rem;margin:.2em 0 .7em}.document-preview h2{font-size:1.42rem}.document-preview h3{font-size:1.2rem}.document-preview h4,.document-preview h5,.document-preview h6{font-size:1.05rem}.document-preview .doc-section{margin:0 0 1.15rem}.document-preview .doc-content{margin:.35rem 0 .7rem}.document-preview .doc-object{margin:.65rem 0 .65rem 1.35rem;padding:.75rem .9rem;border-left:4px solid #38bdf8;background:#f0f9ff;border-radius:0 9px 9px 0;box-shadow:0 2px 8px rgba(15,23,42,.05)}.document-preview .doc-object-title{font-weight:800}.document-preview .doc-object-type{margin-bottom:2px;color:#0369a1;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.document-preview .doc-meta{font-size:.8rem;color:#64748b}.document-preview .doc-drawing,.document-preview .doc-image{margin:.65rem 0}.document-preview .doc-drawing svg,.document-preview .doc-image img{display:block;width:min(100%,720px);height:auto;max-height:560px;object-fit:contain;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.document-preview .doc-drawing figcaption,.document-preview .doc-image figcaption{font-size:.78rem;color:#64748b;margin-top:3px}.document-preview .doc-media-missing{margin:.55rem 0;padding:.6rem;border:1px dashed #f59e0b;border-radius:7px;color:#92400e;background:#fffbeb}.document-preview .doc-resources ul{margin:.25rem 0 .55rem;padding-left:1.25rem}.document-preview .doc-title-page{position:relative;display:grid;place-items:center;min-height:420px;margin:-22px -22px 28px;padding:44px 32px;border-radius:10px 10px 0 0;overflow:hidden;text-align:center;background:linear-gradient(145deg,#eff6ff,#f8fafc 55%,#e0e7ff)}.document-preview .doc-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.document-preview .doc-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.18),rgba(15,23,42,.72))}.document-preview .doc-title-content{position:relative;z-index:1;max-width:760px}.document-preview .doc-title-page.has-cover .doc-title-content{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.7)}.document-preview .doc-title-page h1{margin:0;border:0;font-size:2.25rem}.document-preview .doc-subtitle{margin:.55rem 0 1.5rem;font-size:1.2rem}.document-preview .doc-byline{font-size:.9rem;opacity:.9}.document-preview .doc-summary{margin:1.2rem auto 0;max-width:650px;font-size:.95rem;line-height:1.55}.document-preview .doc-toc-page{min-height:420px;margin:0 -22px 28px;padding:36px 42px;border-bottom:2px solid #dbe3ee;background:#fff;break-after:page}.document-preview .doc-toc-page h1{margin:0 0 1.2rem;font-size:1.85rem}.document-preview .doc-toc{font-size:.95rem}.document-preview .doc-toc ol{margin:.32rem 0;padding-left:1.45rem}.document-preview .doc-toc li{margin:.26rem 0}.document-preview .doc-toc a{color:#1d4ed8;text-decoration:none}.document-preview .doc-toc a:hover{text-decoration:underline}.document-preview .doc-section{scroll-margin-top:24px}.manual-box{width:min(960px,100%);max-height:92vh}.manual-layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:480px;max-height:68vh}.manual-nav{display:grid;align-content:start;gap:5px;padding:12px;border-right:1px solid var(--border);background:#f8fafc;overflow:auto}.manual-nav button{border:1px solid transparent;border-radius:8px;background:transparent;padding:9px 10px;color:#334155;text-align:left;font-weight:700}.manual-nav button:hover,.manual-nav button.active{border-color:#bfdbfe;background:#dbeafe;color:#1d4ed8}.manual-content{padding:20px 24px;overflow:auto;color:#334155;line-height:1.55}.manual-section{display:none}.manual-section.active{display:block}.manual-section h2{margin:0 0 10px;color:#172033}.manual-section h3{margin:20px 0 7px;color:#1e3a5f}.manual-section p{margin:7px 0}.manual-section ul,.manual-section ol{padding-left:1.35rem}.manual-section li{margin:.35rem 0}.manual-callout{margin:12px 0;padding:10px 12px;border-left:4px solid #2563eb;border-radius:0 8px 8px 0;background:#eff6ff}.document-order-list{display:grid;gap:5px}.document-order-row{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;align-items:center;gap:5px;padding:6px;border:1px solid #dbe3ee;border-radius:8px;background:#f8fafc}.document-order-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.document-order-row button{height:30px;padding:0;border:1px solid #cbd5e1;border-radius:7px;background:#fff}.check-row{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#334155}.check-row input{margin-top:2px}.free-object.free-table{border-color:#0f766e;background:#f0fdfa}.free-object.free-snippet{border-color:#475569;background:#0f172a;color:#e2e8f0}.table-preview-wrap{width:100%;height:100%;overflow:auto}.rich-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff;color:#0f172a}.rich-table td,.rich-table th{min-width:72px;padding:6px;vertical-align:top;overflow-wrap:anywhere;font-weight:400}.rich-table td img,.rich-table th img{display:block;max-width:100%;max-height:110px;margin:4px auto;border-radius:5px}.rich-table.first-row-title thead th{font-weight:800}.table-editor-box{width:min(1180px,98vw);max-height:96vh}.table-editor-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:12px}.table-structure{display:grid;align-content:start;gap:8px;max-height:70vh;overflow:auto}.table-grid-editor{max-height:46vh;overflow:auto;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.table-grid-editor table{min-width:100%;border-collapse:collapse;table-layout:fixed}.table-grid-editor td,.table-grid-editor th{min-width:120px;height:64px;padding:6px;vertical-align:top;cursor:pointer;overflow-wrap:anywhere}.table-grid-editor td.selected,.table-grid-editor th.selected{outline:3px solid #2563eb;outline-offset:-3px}.table-grid-editor td img,.table-grid-editor th img{display:block;max-width:100%;max-height:90px;margin:4px auto}.table-cell-editor{min-height:115px;max-height:180px}.table-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.table-actions .btn{padding:7px;font-size:11px}.table-style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.table-style-grid .field{margin:0}.snippet-editor-box{width:min(980px,96vw)}.snippet-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.snippet-code-input{width:100%;min-height:390px;max-height:58vh;resize:vertical;border:1px solid #475569;border-radius:9px;padding:14px;background:#0f172a;color:#e2e8f0;font:13px/1.55 Consolas,"Cascadia Code","Liberation Mono",monospace;tab-size:4;white-space:pre;overflow:auto}.code-snippet{margin:0;overflow:auto;border-radius:8px;background:#0f172a;color:#e2e8f0;font:12px/1.5 Consolas,"Cascadia Code","Liberation Mono",monospace;tab-size:4}.code-snippet.light{background:#f8fafc;color:#172033;border:1px solid #cbd5e1}.code-snippet code{display:block;padding:10px;white-space:pre}.code-snippet.wrap code{white-space:pre-wrap;overflow-wrap:anywhere}.code-line{display:block}.code-line::before{content:attr(data-line);display:inline-block;width:3.2em;margin-right:1em;color:#64748b;text-align:right;user-select:none}.code-snippet:not(.line-numbers) .code-line::before{display:none}.tok-key{color:#c084fc;font-weight:700}.tok-str{color:#86efac}.tok-com{color:#94a3b8;font-style:italic}.tok-num{color:#fbbf24}.tok-tag{color:#60a5fa}.tok-attr{color:#f9a8d4}.tok-op{color:#67e8f9}.doc-code{margin:.7rem 0}.doc-code figcaption{margin-bottom:4px;color:#64748b;font-size:.78rem}.doc-table{margin:.7rem 0;overflow-x:auto}.doc-table figcaption{margin-bottom:5px;font-weight:800}.document-preview .doc-table table{width:100%;border-collapse:collapse;table-layout:auto}.document-preview .doc-table td,.document-preview .doc-table th{padding:7px;vertical-align:top}.document-preview .doc-table td img,.document-preview .doc-table th img{display:block;max-width:100%;max-height:260px;margin:5px auto}@media(max-width:800px){.table-editor-layout{grid-template-columns:1fr}.table-structure{max-height:none}.snippet-controls{grid-template-columns:1fr}.table-style-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.document-controls{grid-template-columns:1fr}.document-preview{padding:14px;max-height:50vh}.manual-layout{grid-template-columns:1fr;max-height:72vh}.manual-nav{grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--border)}.manual-content{padding:16px}.palette-guide{position:static;margin:0 0 8px}}