.tfr-shell{--tfr-ink:color-mix(in srgb,var(--text-color)90%,transparent);--tfr-ink-soft:color-mix(in srgb,var(--text-color)80%,transparent);background:var(--surface-card,var(--surface-a));border:1px solid var(--surface-border);border-radius:20px;height:100%;min-height:0;margin:.3rem;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a14,0 16px 40px -16px #0f172a52}.tfr-main{flex-direction:column;flex:75%;min-width:0;min-height:0;display:flex}.tfr-head{background:var(--surface-card,var(--surface-a));flex:none;justify-content:space-between;align-items:center;gap:1rem;min-height:3.6rem;padding:.45rem 1rem;display:flex;position:relative}.tfr-head:after{content:"";background:linear-gradient(90deg,color-mix(in srgb,var(--primary-color)55%,transparent),var(--surface-border)38%);height:1px;position:absolute;bottom:0;left:0;right:0}.tfr-head-block{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.6rem;min-width:0;display:grid}.tfr-head-block:not(.tfr-head-block-right){flex-shrink:0;max-width:34%}.tfr-head-block:before{content:"";background:linear-gradient(180deg,var(--primary-500,var(--primary-color)),color-mix(in srgb,var(--primary-color)35%,transparent));border-radius:999px;grid-area:1/1/3;width:3px;height:1.85rem}.tfr-head-lbl,.tfr-head-val{grid-column:2;min-width:0}.tfr-head-block-right{text-align:right;grid-template-columns:minmax(0,1fr) auto}.tfr-head-block-right:before{background:linear-gradient(180deg,var(--green-500,#22c55e),color-mix(in srgb,var(--green-500,#22c55e)35%,transparent));grid-column:2}.tfr-head-block-right .tfr-head-lbl,.tfr-head-block-right .tfr-head-val{grid-column:1}.tfr-head-lbl{letter-spacing:.11em;text-transform:uppercase;color:var(--text-color-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;line-height:1.3;overflow:hidden}.tfr-head-val{letter-spacing:-.005em;color:var(--tfr-ink);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:700;line-height:1.3;overflow:hidden}.tfr-asset-gate{background:radial-gradient(60rem 30rem at 50% -10%,#3b82f61a,transparent 60%),var(--surface-ground,var(--surface-b));background:radial-gradient(60rem 30rem at 50% -10%,color-mix(in srgb,var(--primary-color)12%,transparent),transparent 60%),var(--surface-ground,var(--surface-b));justify-content:center;align-items:flex-start;height:100%;padding:clamp(2.5rem,11vh,7rem) 2rem 2rem;display:flex}.tfr-asset-panel{background:var(--surface-card,var(--surface-a));border:1px solid var(--surface-border);border-radius:20px;flex-direction:column;gap:1.4rem;width:min(760px,94%);max-height:86%;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a14,0 16px 40px -16px #0f172a52}.tfr-asset-panel:before{content:"";background:linear-gradient(90deg,var(--primary-800,var(--primary-color)),var(--primary-500,var(--primary-color)),var(--primary-300,var(--primary-color)));height:4px;position:absolute;top:0;left:0;right:0}.tfr-asset-head{align-items:center;gap:.9rem;display:flex}.tfr-asset-icon{background:linear-gradient(135deg,var(--primary-700,var(--primary-color)),var(--primary-400,var(--primary-color)));width:2.75rem;height:2.75rem;color:var(--primary-color-text,#fff);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:1.3rem;display:flex;box-shadow:0 4px 12px #0000002e}.tfr-asset-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:flex}.tfr-asset-class{background:var(--primary-50,var(--surface-100));border:1px solid var(--primary-200,var(--surface-border));color:var(--primary-800,var(--primary-color));white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.tfr-asset-class .pi{font-size:.8rem}.tfr-asset-count{background:var(--surface-100);color:var(--text-color-secondary);white-space:nowrap;border-radius:999px;padding:.25rem .85rem;font-size:.85rem;font-weight:600}.tfr-asset-flow{align-items:center;gap:.5rem;display:flex}.tfr-asset-flow-name{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:1.25rem;font-weight:700;overflow:hidden}.tfr-asset-flow-ver{border:1.5px solid var(--primary-color);color:var(--primary-color);background:0 0;border-radius:999px;flex:none;padding:.1rem .6rem;font-size:.78rem;font-weight:700;line-height:1.4}.tfr-asset-sub{color:var(--text-color-secondary);font-size:.95rem}.tfr-asset-chips{flex-wrap:wrap;gap:.75rem;min-height:0;padding:.25rem;display:flex;overflow-y:auto}.tfr-asset-chip{border:1px solid var(--surface-border);background:linear-gradient(180deg,var(--surface-0,var(--surface-a))0%,var(--surface-50,var(--surface-100))100%);cursor:pointer;text-align:left;border-radius:999px;align-items:center;gap:.75rem;max-width:100%;padding:.6rem 1.25rem .6rem .65rem;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;display:inline-flex;box-shadow:0 1px 2px #0000000a}.tfr-asset-chip:hover{border-color:var(--primary-300,var(--primary-color));transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.tfr-asset-chip.selected{border-color:var(--primary-color);background:linear-gradient(180deg,var(--primary-50,var(--surface-100))0%,var(--surface-0,var(--surface-a))100%);box-shadow:0 0 0 3px var(--primary-100,#00000014),0 6px 16px #0000001a}.tfr-asset-chip-ico{background:var(--primary-50,var(--surface-100));width:2.1rem;height:2.1rem;color:var(--primary-color);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.95rem;transition:background .15s,color .15s;display:flex}.tfr-asset-chip.selected .tfr-asset-chip-ico{background:var(--primary-color);color:var(--primary-color-text,#fff)}.tfr-asset-chip-body{flex-direction:column;min-width:0;display:flex}.tfr-asset-chip-id{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:.98rem;font-weight:600;overflow:hidden}.tfr-asset-chip.selected .tfr-asset-chip-id{color:var(--primary-800,var(--primary-color))}.tfr-asset-chip-desc{color:var(--text-color-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:34ch;font-size:.83rem;overflow:hidden}.tfr-asset-foot{justify-content:flex-end;margin-top:.25rem;display:flex}.tfr-asset-next{background:linear-gradient(90deg,var(--primary-700,var(--primary-color)),var(--primary-500,var(--primary-color)));padding:.7rem 1.9rem;box-shadow:0 4px 14px #0000002e}.tfr-asset-next:enabled:hover{filter:brightness(1.07);box-shadow:0 6px 18px #00000040}.tfr-asset-empty{color:var(--text-color-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.tfr-asset-empty .pi{font-size:2rem}.tfr-head-version{background:color-mix(in srgb,var(--primary-color)12%,transparent);border:1px solid color-mix(in srgb,var(--primary-color)24%,transparent);color:var(--primary-700,var(--primary-color));letter-spacing:.02em;vertical-align:middle;border-radius:999px;margin-left:.5rem;padding:.05rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.tfr-head-asset{background:color-mix(in srgb,var(--primary-color)10%,var(--surface-card,var(--surface-a)));border:1px solid color-mix(in srgb,var(--primary-color)22%,transparent);min-width:0;max-width:34%;color:var(--primary-700,var(--primary-color));white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:.45rem;padding:.3rem .9rem;display:flex;overflow:hidden}.tfr-head-asset .pi{opacity:.7;font-size:.8rem}.tfr-head-asset-cls{opacity:.75;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.tfr-head-asset-id{letter-spacing:.01em;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.tfr-head-asset-id:before{content:"";vertical-align:-.1em;opacity:.25;background:currentColor;width:1px;height:.85em;margin-right:.5rem;display:inline-block}.tfr-body{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--surface-300,#d1d5db)transparent;flex:auto;min-height:0;overflow:auto}.tfr-body::-webkit-scrollbar{width:10px}.tfr-body::-webkit-scrollbar-track{background:0 0}.tfr-body::-webkit-scrollbar-thumb{background:var(--surface-300,#d1d5db);background-clip:padding-box;border:3px solid #0000;border-radius:999px}.tfr-body::-webkit-scrollbar-thumb:hover{background:var(--surface-400,#9ca3af);background-clip:padding-box}.tfr-slide{height:100%}.tfr-slide .dynamicForm-instance-inpage-footer{display:none!important}.tfr-outline{--tfr-r-container:14px;--tfr-r-inner:10px;--tfr-lift-1:0 1px 2px #0f172a0f,0 1px 3px #0f172a14;--tfr-lift-2:0 1px 2px #0f172a0f,0 6px 14px -6px #0f172a47;--tfr-lift-3:0 2px 4px #0f172a14,0 10px 20px -8px #0f172a57;background:var(--surface-b);border-right:1px solid var(--surface-border);flex-direction:column;flex:0 0 25%;max-width:25%;min-height:0;line-height:1.5;display:flex;position:relative;box-shadow:4px 0 16px #0000000a}.tfr-outline:after{content:"";pointer-events:none;background:linear-gradient(to top,var(--surface-ground,var(--surface-b)),transparent);height:2rem;position:absolute;bottom:0;left:0;right:0}.tfr-outline-head-bar{z-index:1;background:var(--primary-50,var(--surface-100));border-bottom:1px solid var(--primary-200,var(--surface-border));flex:none;align-items:center;gap:.65rem;min-height:3.6rem;padding:.45rem .9rem;display:flex;position:relative}.tfr-outline-head-ico{background:linear-gradient(135deg,var(--primary-600,var(--primary-color)),var(--primary-400,var(--primary-color)));width:2rem;height:2rem;color:var(--primary-color-text,#fff);border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:.85rem;display:flex;box-shadow:0 2px 6px #00000029}.tfr-outline-head-txt{flex-direction:column;min-width:0;line-height:1.25;display:flex}.tfr-outline-head-title{letter-spacing:.01em;color:var(--primary-800,var(--primary-color));font-size:1.05rem;font-weight:700}.tfr-outline-head-sub{color:var(--primary-700,var(--primary-color));opacity:.85;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.tfr-outline-head-pct{letter-spacing:-.02em;color:var(--primary-700,var(--primary-color));font-variant-numeric:tabular-nums;flex:none;align-items:baseline;margin-left:auto;font-size:1.5rem;font-weight:800;line-height:1;display:flex}.tfr-outline-head-pct-sign{opacity:.8;margin-left:.08rem;font-size:.8rem;font-weight:700}.tfr-outline-progress{background:var(--surface-200,var(--surface-100));flex:none;height:4px}.tfr-outline-progress-fill{background:linear-gradient(90deg,var(--primary-500,var(--primary-color)),var(--green-500,var(--primary-color)));border-radius:0 999px 999px 0;height:100%;transition:width .45s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #22c55e73}.tfr-outline-tools{border-bottom:1px solid var(--surface-border);flex:none;justify-content:space-between;align-items:center;gap:.4rem;padding:.55rem .7rem;display:flex}.tfr-tool-btn{border:1px solid var(--surface-border);background:var(--surface-a);color:var(--tfr-ink-soft);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.36rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.tfr-tool-btn .pi{font-size:.8rem}.tfr-tool-btn:enabled:hover{border-color:var(--primary-300,var(--primary-color));color:var(--primary-700,var(--primary-color));box-shadow:0 2px 8px #00000012}.tfr-tool-btn:disabled{opacity:.45;cursor:default}.tfr-tool-btn:focus-visible,.tfr-tool-seg-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:1px}.tfr-tool-btn-icon{border-radius:50%;justify-content:center;width:1.95rem;height:1.95rem;padding:0}.tfr-tool-seg{background:var(--surface-200,var(--surface-100));border-radius:999px;align-items:center;gap:2px;padding:2px;display:inline-flex}.tfr-tool-seg-btn{color:var(--text-color-secondary);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .7rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.tfr-tool-seg-btn:hover{color:var(--text-color)}.tfr-tool-seg-btn.on{background:var(--surface-a);color:var(--primary-700,var(--primary-color));box-shadow:0 1px 3px #0000001f}.tfr-tool-seg-count{background:var(--surface-300,#d1d5db);min-width:1.2rem;color:var(--tfr-ink-soft);text-align:center;font-variant-numeric:tabular-nums;border-radius:999px;padding:0 .3rem;font-size:.78rem;font-weight:700;line-height:1.4}.tfr-tool-seg-btn.on .tfr-tool-seg-count{background:var(--primary-500,var(--primary-color));color:var(--primary-color-text,#fff)}.tfr-outline-body{scrollbar-width:thin;scrollbar-color:var(--surface-300,#d1d5db)transparent;flex:auto;min-height:0;padding:0 .7rem 1rem;overflow-y:auto}.tfr-outline-body::-webkit-scrollbar{width:9px}.tfr-outline-body::-webkit-scrollbar-track{background:0 0}.tfr-outline-body::-webkit-scrollbar-thumb{background:var(--surface-300,#d1d5db);background-clip:padding-box;border:3px solid #0000;border-radius:999px}.tfr-outline-body::-webkit-scrollbar-thumb:hover{background:var(--surface-400,#9ca3af);background-clip:padding-box}.tfr-outline-group{--tfr-sec:var(--primary-color);box-shadow:none;background:0 0;border:0;border-radius:0;position:relative}.tfr-outline-group.active{--tfr-sec:var(--green-500,#22c55e)}.tfr-outline-group:first-child{margin-top:.5rem}.tfr-outline-group+.tfr-outline-group{margin-top:.6rem}.tfr-outline-group-head{z-index:2;border:0;border-left:3px solid var(--tfr-sec);border-bottom:1px solid;border-color:color-mix(in srgb,var(--tfr-sec)55%,var(--surface-ground,var(--surface-d)));border-left-color:var(--tfr-sec);border-radius:var(--tfr-r-container);background:linear-gradient(90deg,color-mix(in srgb,var(--tfr-sec)16%,var(--surface-ground,var(--surface-b))),color-mix(in srgb,var(--tfr-sec)15%,var(--surface-ground,var(--surface-b)))45%);-webkit-backdrop-filter:blur(10px);letter-spacing:-.005em;width:100%;color:var(--text-color);text-align:left;cursor:pointer;align-items:center;gap:.5rem;padding:.62rem .55rem .62rem .7rem;font-family:inherit;font-size:1.02rem;font-weight:700;transition:background .16s,box-shadow .16s;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0f172a12}.tfr-outline-group.open .tfr-outline-group-head{border-radius:var(--tfr-r-container)var(--tfr-r-container)0 0}.tfr-outline-group-head:hover{background:linear-gradient(90deg,color-mix(in srgb,var(--tfr-sec)36%,var(--surface-ground,var(--surface-b))),color-mix(in srgb,var(--tfr-sec)24%,var(--surface-ground,var(--surface-b)))58%);box-shadow:0 2px 5px #0f172a1a}.tfr-outline-group-head:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color)30%,transparent);outline:none}.tfr-outline-group-no{background:conic-gradient(var(--primary-500,var(--primary-color))calc(var(--tfr-pct,0)*1%),var(--surface-200,#e5e7eb)0);border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.05rem;height:2.05rem;transition:background .4s;display:flex;position:relative}.tfr-outline-group-no-in{z-index:1;background:var(--surface-a);width:calc(100% - 5px);height:calc(100% - 5px);color:var(--primary-700,var(--primary-color));font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:background .18s,color .18s;display:flex;position:relative}.tfr-outline-group-no .pi{font-size:.75rem}.tfr-outline-group.complete .tfr-outline-group-no{background:var(--green-500,#22c55e)}.tfr-outline-group.complete .tfr-outline-group-no-in{background:var(--green-500,#22c55e);color:#fff}.tfr-outline-group-title{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-width:0;line-height:1.3;display:-webkit-box;overflow:hidden}.tfr-outline-group-live{background:var(--green-500,#22c55e);border-radius:50%;flex:none;width:.5rem;height:.5rem;animation:1.9s ease-in-out infinite tfr-node-pulse;box-shadow:0 0 0 3px #22c55e40}.tfr-outline-group-count{border:1px solid color-mix(in srgb,var(--tfr-sec)30%,transparent);background:var(--surface-0,var(--surface-card,var(--surface-a)));color:var(--tfr-ink-soft);letter-spacing:.01em;font-variant-numeric:tabular-nums;border-radius:999px;flex:none;margin-left:auto;padding:.12rem .5rem;font-size:.76rem;font-weight:700;visibility:hidden!important}.tfr-outline-group.complete .tfr-outline-group-count{background:var(--green-100,#dcfce7);color:var(--green-700,#15803d)}.tfr-outline-chevron{background:color-mix(in srgb,var(--text-color)6%,transparent);width:1.75rem;height:1.75rem;color:var(--tfr-ink-soft);border:1px solid #0000;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;transition:transform .32s cubic-bezier(.34,1.4,.5,1),background .16s,border-color .16s,color .16s;display:flex}.tfr-outline-chevron.open{transform:rotate(180deg)}.tfr-outline-group.open .tfr-outline-chevron{background:color-mix(in srgb,var(--primary-color)12%,transparent);color:var(--primary-700,var(--primary-color))}.tfr-outline-group-head:hover .tfr-outline-chevron{background:color-mix(in srgb,var(--primary-color)18%,transparent);border-color:color-mix(in srgb,var(--primary-color)30%,transparent);color:var(--primary-color)}.tfr-outline-group-head:active .tfr-outline-chevron{background:color-mix(in srgb,var(--primary-color)26%,transparent)}.tfr-outline-panel{visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .28s,visibility 0s linear .28s;display:grid}.tfr-outline-panel.open{visibility:visible;grid-template-rows:1fr;transition:grid-template-rows .28s,visibility}.tfr-outline-nodes{background:color-mix(in srgb,var(--tfr-sec)5%,var(--surface-ground,var(--surface-b)));min-height:0;box-shadow:inset 1px 0 0 color-mix(in srgb,var(--tfr-sec)20%,transparent),inset -1px 0 0 color-mix(in srgb,var(--tfr-sec)20%,transparent),inset 0 -1px 0 color-mix(in srgb,var(--tfr-sec)20%,transparent);border-radius:0 0 var(--tfr-r-container)var(--tfr-r-container);flex-direction:column;gap:.55rem;padding:0 .5rem;display:flex;overflow:hidden}.tfr-outline-nodes>:first-child{margin-top:.45rem}.tfr-outline-nodes>:last-child{margin-bottom:.55rem}.tfr-outline-empty{text-align:center;color:var(--text-color-secondary);padding:.75rem .6rem;font-size:.82rem;font-weight:600}.tfr-node-card{--tfr-hue:var(--surface-400,#9ca3af);--tfr-mix:18%;--tfr-mix-edge:26%;--tfr-band:color-mix(in srgb,var(--tfr-hue)var(--tfr-mix),var(--surface-card,var(--surface-a)));--tfr-ring:inset 0 0 0 1px color-mix(in srgb,var(--tfr-hue)45%,transparent);--tfr-band-ink:var(--tfr-ink-soft);--tfr-solid:color-mix(in srgb,var(--tfr-hue)25%,var(--surface-0,#fff));--tfr-block-ink:color-mix(in srgb,var(--tfr-hue)18%,var(--text-color));border:1px solid color-mix(in srgb,var(--tfr-hue)38%,transparent);border-radius:var(--tfr-r-inner);filter:drop-shadow(0 2px 3px #0f172a38);background:0 0;align-items:stretch;gap:0;padding:0;scroll-margin-top:3.4rem;scroll-margin-bottom:.8rem;transition:transform .16s,filter .16s;display:flex;position:relative}.tfr-node-card:before{display:none}.tfr-node-card:after{content:"";border-left:2px dotted color-mix(in srgb,var(--text-color)22%,transparent);width:0;height:.55rem;position:absolute;top:100%;left:calc(1.95rem - 1px)}.tfr-node-card.done:after{border-left-style:solid;border-left-color:color-mix(in srgb,var(--text-color)28%,transparent)}.tfr-node-card:last-child:after{display:none}.tfr-node-num{z-index:2;border-radius:var(--tfr-r-inner)0 0 var(--tfr-r-inner);background:var(--tfr-solid);width:3.9rem;min-height:3rem;box-shadow:none;color:var(--tfr-block-ink);letter-spacing:-.03em;font-variant-numeric:tabular-nums;border:0;flex-direction:column;flex:0 0 3.9rem;justify-content:center;align-self:stretch;align-items:center;gap:.1rem;padding:.5rem .3rem;font-size:1.5rem;font-weight:800;line-height:1;transition:background .18s;display:flex;position:relative}.tfr-node-num:after{content:"";background:var(--tfr-solid);clip-path:polygon(0 0,100% 50%,0 100%);width:.55rem;transition:background .18s;position:absolute;top:0;bottom:0;left:100%}.tfr-node-num .pi{font-size:1.25rem}.tfr-node-body{z-index:1;background:var(--surface-0,var(--surface-card,var(--surface-a)));min-width:0;box-shadow:none;border:0;border-radius:0;flex-direction:column;flex:auto;justify-content:center;gap:.15rem;margin:0;padding:.6rem .7rem .6rem 1.05rem;display:flex;position:relative}.tfr-node-label{-webkit-line-clamp:3;color:var(--tfr-ink);overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.tfr-node-sub{-webkit-line-clamp:2;color:var(--text-color-secondary);overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.tfr-node-sub .pi{vertical-align:-.08em;margin-right:.32rem;font-size:.85rem;transition:transform .18s}.tfr-node-sub .pi-arrow-right{margin:0 0 0 .3rem}.tfr-node-end{z-index:1;border-radius:0 var(--tfr-r-inner)var(--tfr-r-inner)0;background:var(--tfr-solid);color:var(--tfr-block-ink);flex:0 0 2.7rem;justify-content:center;align-self:stretch;align-items:center;gap:0;padding:0;transition:background .18s;display:flex;position:relative}.tfr-node-go,.tfr-node-card .tfr-node-go,.tfr-node-card .tfr-node-eye{display:none}.tfr-node-pill{color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;align-items:center;gap:0;padding:0;font-size:0;transition:transform .16s;display:inline-flex}.tfr-node-pill:before{content:"";font-family:primeicons;font-size:1.15rem;line-height:1}.tfr-node-card.done .tfr-node-pill:before{content:""}.tfr-node-card.current .tfr-node-pill:before{content:""}.tfr-node-card.available .tfr-node-pill:before{content:""}.tfr-node-card.viewing .tfr-node-pill:before{content:""}.tfr-node-card.done{--tfr-hue:var(--surface-400,#9ca3af);--tfr-mix:46%;--tfr-mix-edge:58%}.tfr-node-card.done,.tfr-node-card.pending{filter:drop-shadow(0 1px 2px #0f172a29)}.tfr-node-card.done .tfr-node-label{color:var(--tfr-ink-soft);font-weight:500}.tfr-node-card.pending{--tfr-hue:var(--surface-400,#9ca3af);--tfr-mix:30%;--tfr-mix-edge:40%}.tfr-node-card.current{--tfr-hue:var(--green-500,#22c55e);--tfr-band-ink:color-mix(in srgb,var(--tfr-hue)35%,var(--text-color))}.tfr-node-card.current .tfr-node-body{box-shadow:0 2px 6px #0f172a24}.tfr-node-card.current{filter:drop-shadow(0 2px 3px #0f172a38)drop-shadow(0 4px 10px color-mix(in srgb,var(--tfr-hue)45%,transparent))}.tfr-node-card.current .tfr-node-label{color:var(--tfr-band-ink);font-weight:700}.tfr-node-card.current .tfr-node-sub{color:var(--tfr-band-ink)}.tfr-node-live{width:.95rem;height:.95rem;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 22%,transparent);background:currentColor;border-radius:50%;animation:1.9s ease-in-out infinite tfr-node-pulse}@keyframes tfr-node-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.55)}}.tfr-node-card.available{--tfr-hue:var(--yellow-500,#eab308);--tfr-band-ink:color-mix(in srgb,var(--tfr-hue)35%,var(--text-color));cursor:pointer;filter:drop-shadow(0 2px 3px #0f172a38)drop-shadow(0 4px 10px color-mix(in srgb,var(--tfr-hue)50%,transparent))}.tfr-node-card.available .tfr-node-label{color:var(--tfr-band-ink);font-weight:700}.tfr-node-card.available .tfr-node-sub{color:var(--tfr-band-ink);font-weight:600}.tfr-node-card.available:hover .tfr-node-sub .pi{transform:translate(3px)}.tfr-node-card.pending .tfr-node-label{color:var(--tfr-ink-soft);font-weight:500}.tfr-slide-parked{position:relative}.tfr-slide-parked>:not(.tfr-parked-overlay){pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.55}.tfr-parked-overlay{z-index:20;background:var(--maskbg,#0003);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tfr-parked-card{background:var(--surface-card,var(--surface-a));border:1px solid var(--surface-border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;max-width:25rem;padding:1.75rem 2rem;animation:.28s cubic-bezier(.2,.8,.2,1) both tfr-finish-in;display:flex;box-shadow:0 1px 3px #0f172a14,0 20px 48px -16px #0f172a66}.tfr-parked-ico{background:var(--yellow-500,#eab308);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.25rem;font-size:1.35rem;display:flex;box-shadow:0 0 0 6px #eab30833}.tfr-parked-title{color:var(--text-color);font-size:1.05rem;font-weight:700}.tfr-parked-text{color:var(--text-color-secondary);font-size:.9rem;line-height:1.45}.tfr-parked-card .tfr-btn{margin-top:.6rem}@media (prefers-reduced-motion:reduce){.tfr-parked-card{animation:none}}.tfr-node-card.viewing{--tfr-hue:var(--orange-400,#fb923c);--tfr-band-ink:color-mix(in srgb,var(--tfr-hue)35%,var(--text-color))}.tfr-node-card.viewing .tfr-node-num,.tfr-node-card.viewing .tfr-node-num:after{color:var(--tfr-band-ink)}.tfr-node-card.viewing .tfr-node-label{color:var(--tfr-band-ink);font-weight:700}.tfr-node-card.viewing .tfr-node-sub{color:var(--tfr-band-ink)}.tfr-node-card.clickable{cursor:pointer}.tfr-node-card.clickable:hover{filter:drop-shadow(0 4px 6px #0f172a4d);transform:translateY(-2px)}.tfr-node-card.clickable:hover .tfr-node-num,.tfr-node-card.clickable:hover .tfr-node-num:after,.tfr-node-card.clickable:hover .tfr-node-end{background:color-mix(in srgb,var(--tfr-hue)38%,var(--surface-0,#fff))}.tfr-node-card.clickable:active{transform:translateY(0)}.tfr-node-card.clickable:focus-visible{outline:none}.tfr-node-card.clickable:focus-visible .tfr-node-body{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--primary-color)65%,transparent)}@media (prefers-reduced-motion:reduce){.tfr-node-live,.tfr-outline-group-live{animation:none!important}.tfr-node-card,.tfr-node-num,.tfr-node-go,.tfr-node-sub .pi,.tfr-outline-chevron,.tfr-outline-group-no,.tfr-outline-panel{transition:none}}.tfr-foot{z-index:1;background:var(--surface-card,var(--surface-a));border-top:1px solid var(--surface-border);flex:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem 1rem;display:flex;position:relative;box-shadow:0 -4px 16px #0f172a0d}.tfr-btn{letter-spacing:.01em;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-width:7.5rem;padding:.6rem 1.35rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .12s,opacity .18s;display:inline-flex}.tfr-btn:disabled{opacity:.45;cursor:default}.tfr-btn:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color)18%,transparent);outline:none}.tfr-btn:enabled:active{transform:translateY(1px)}.tfr-btn .pi{font-size:.82rem}.tfr-btn-primary{background:linear-gradient(135deg,var(--primary-600,var(--primary-color)),var(--primary-400,var(--primary-color)));color:var(--primary-color-text);box-shadow:0 2px 8px #00000029}.tfr-btn-primary:enabled:hover{filter:brightness(1.05);box-shadow:0 6px 18px #00000038}.tfr-btn-ghost{color:var(--text-color-secondary);background:0 0}.tfr-btn-ghost:enabled:hover{background:color-mix(in srgb,var(--primary-color)8%,transparent);color:var(--primary-color);border-color:#0000}.tfr-btn-ghost:enabled:active{background:color-mix(in srgb,var(--primary-color)14%,transparent)}.tfr-foot-actions{align-items:center;gap:.6rem;display:flex}.tfr-btn-cancel{background:var(--red-50,#fef2f2);border-color:var(--red-200,#fecaca);color:var(--red-700,#b91c1c)}.tfr-btn-cancel:enabled:hover{background:var(--red-100,#fee2e2);border-color:var(--red-300,#fca5a5);box-shadow:0 4px 12px #dc262629}.tfr-slide .tfr-step-host{height:100%;padding:.5rem}.tfr-slide-step-submitted .gridstep-footer,.tfr-slide-step-submitted .logSheet-step-instance-footer-section,.tfr-slide-step-submitted .logSheet-instance-esignature-container-footer,.tfr-slide-step-submitted .logSheet-instance-esignature-container-footer-main{display:none!important}.tfr-slide .tfr-checklist-host{height:100%;padding:.5rem .75rem;overflow-y:auto}.tfr-slide .tfr-checklist-host .checklist-instance-dialog-main,.tfr-slide .tfr-checklist-host .checklist-instance-dialog-page-content-form{width:100%!important;height:auto!important;position:static!important}.tfr-slide .tfr-checklist-host .checklist-instance-dialog-page,.tfr-slide .tfr-checklist-host .checklist-instance-dialog-page-content,.tfr-slide .tfr-checklist-host .checklist-instance-dialog-page-content-form-page,.tfr-slide .tfr-checklist-host .checklist-instance-dialog-page-content-form-page-esignature{height:auto!important;overflow:visible!important}.tfr-slide .tfr-checklist-host .logSheet-instance-esignature-container-footer-main{height:auto!important;position:static!important}.tfr-slide .tfr-checklist-host .logSheet-instance-esignature-container-footer,.tfr-slide .tfr-checklist-host .logSheet-instance-esignature-container-footer-checklist{border-radius:0!important;justify-content:flex-end!important;gap:.5rem!important;width:100%!important;margin:0!important;padding:.5rem 0 0!important;position:static!important;bottom:auto!important}.tfr-slide .tfr-checklist-host .logSheet-instance-esignature-container-footer button{min-width:5.5rem;width:auto!important;padding:.5rem 1rem!important}.tfr-slide .tfr-checklist-host,.tfr-slide .tfr-checklist-host *{box-sizing:border-box}.tfr-slide .tfr-checklist-host .checklist-opened{transition:none!important}.tfr-slide .tfr-step-host .form-header-readmore{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.25rem;padding:0 .25rem;display:inline-flex}.tfr-slide .tfr-step-host .form-header-readmore:focus,.tfr-slide .tfr-step-host .form-header-readmore:focus-visible{box-shadow:none;outline:none}.tfr-finish{background:radial-gradient(46rem 26rem at 50% 8%,#22c55e24,transparent 62%),var(--surface-ground,var(--surface-b));justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.tfr-finish-card{background:var(--surface-card,var(--surface-a));border:1px solid var(--surface-border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.6rem;width:min(30rem,100%);padding:2.5rem 2rem;animation:.32s cubic-bezier(.2,.8,.2,1) both tfr-finish-in;display:flex;box-shadow:0 1px 3px #0f172a14,0 20px 48px -16px #0f172a52}@keyframes tfr-finish-in{0%{opacity:0;transform:translateY(10px)scale(.98)}}.tfr-finish-ico{background:var(--green-500,#22c55e);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:.35rem;font-size:1.6rem;display:flex;box-shadow:0 0 0 8px #22c55e24,0 0 0 10px #22c55e42}.tfr-finish-title{letter-spacing:-.01em;color:var(--text-color);font-size:1.35rem;font-weight:700}.tfr-finish-sub{color:var(--text-color-secondary);font-size:.92rem}.tfr-finish-actions{gap:.75rem;margin-top:1rem;display:flex}@media (prefers-reduced-motion:reduce){.tfr-finish-card{animation:none}}
.ot-tree-panel{background:var(--surface-0);flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.ot-tree-panel__header{border-bottom:1px solid var(--surface-border);background:linear-gradient(180deg,var(--surface-50,#f8fafc)0%,var(--surface-0)100%);flex-shrink:0;align-items:center;gap:.625rem;padding:.875rem 1rem;display:flex}.ot-tree-panel__icon{width:32px;height:32px;color:var(--primary-color);background:#3b82f61f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ot-tree-panel__title{letter-spacing:.2px;color:var(--text-color);flex:1;min-width:0;margin:0;font-size:1rem;font-weight:700;line-height:1.3}.ot-tree-panel__count{min-width:28px;height:22px;color:var(--primary-color);font-variant-numeric:tabular-nums;background:#3b82f61f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.ot-tree-panel__body{flex:1;min-height:0;padding:.5rem .5rem .75rem;overflow:hidden auto}.ot-tree-panel__body::-webkit-scrollbar{width:6px}.ot-tree-panel__body::-webkit-scrollbar-thumb{background:var(--surface-300);border-radius:3px}.ot-tree-panel__body::-webkit-scrollbar-thumb:hover{background:var(--surface-400)}.ot-tree.p-tree{background:0 0!important;border:none!important;padding:0!important}.ot-tree .p-tree-container{gap:2px!important}.ot-tree .p-treenode-content{border-radius:8px!important;padding:.375rem .5rem!important;transition:background-color .15s!important}.ot-tree .p-treenode-content:hover{background:var(--surface-100)!important}.ot-tree .p-treenode-content.p-highlight{position:relative;color:var(--primary-color)!important;background:#3b82f61f!important}.ot-tree .p-treenode-content.p-highlight:before{content:"";background:var(--primary-color);border-radius:0 3px 3px 0;width:3px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ot-tree .p-treenode-content:focus{box-shadow:none!important;outline:none!important}.ot-tree .p-treenode-content .p-tree-toggler{width:24px!important;height:24px!important;color:var(--text-color-secondary)!important;margin-right:.25rem!important}.ot-tree .p-treenode-content .p-tree-toggler:hover{background:var(--surface-200)!important;color:var(--text-color)!important}.ot-tree .p-treenode-label{flex:1;min-width:0}.ot-node{justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.ot-node__label{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.875rem;font-weight:600;overflow:hidden}.p-treenode-content.p-highlight .ot-node__label{color:var(--primary-color)}.ot-node__meta{flex-shrink:0;align-items:center;gap:.375rem;display:inline-flex}.ot-node__user{background:var(--surface-200);height:22px;color:var(--text-color);letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;justify-content:center;align-items:center;max-width:80px;padding:0 .5rem;font-size:.75rem;font-weight:600;display:inline-flex;overflow:hidden}.ot-node__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 2px #ffffffb3}.ot-node__status{text-transform:uppercase;letter-spacing:.4px;color:#fff;white-space:nowrap;border-radius:999px;align-items:center;height:22px;padding:0 .625rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:inset 0 -1px #0000001f}.ot-node__exceptions{background:var(--red-500,#ef4444);color:#fff;font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 .4375rem;font-size:.6875rem;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #ef444466}.ot-tree-panel__empty{text-align:center;color:var(--text-color-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;font-size:.875rem;font-weight:500;display:flex}
