:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:1024px){:root{font-size:16px}}@media(prefers-color-scheme:dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:1126px;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media(max-width:1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media(max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.wfh-skills-layout{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:20px;margin-top:12px;align-items:start}.wfh-skills-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.wfh-skills-item{display:block;width:100%;text-align:left;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:none;cursor:pointer;font:inherit}.wfh-skills-item:hover{border-color:var(--wfh-primary)}.wfh-skills-item.active{border-color:var(--wfh-primary);background:color-mix(in srgb,var(--wfh-primary) 8%,white)}.wfh-skills-editor{min-width:0;display:flex;flex-direction:column;gap:12px}.wfh-field{display:flex;flex-direction:column;gap:4px}.wfh-field>span{font-size:12px;font-weight:600;color:#6b7280}.wfh-skills-body{min-height:340px;font-family:ui-monospace,Cascadia Code,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;white-space:pre;overflow-wrap:normal;overflow-x:auto}.wfh-skills-bind{border-top:1px solid #e5e7eb;padding-top:12px;margin-top:4px}@media(prefers-color-scheme:dark){.wfh-skills-item{border-color:#374151}.wfh-skills-item.active{background:color-mix(in srgb,var(--wfh-primary) 22%,#0b1220)}.wfh-skills-bind{border-top-color:#374151}}.wfh-skills-panel{display:flex;flex-direction:column;gap:8px}.wfh-skills-chips{display:flex;flex-wrap:wrap;gap:6px}.wfh-skills-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 10px;border-radius:999px;background:color-mix(in srgb,var(--wfh-primary) 10%,white);font-size:12px}.wfh-skills-chip-remove{border:none;background:none;cursor:pointer;font-size:14px;line-height:1;padding:2px;color:#6b7280}.wfh-skills-chip-remove:hover{color:var(--wfh-error, #b91c1c)}@media(prefers-color-scheme:dark){.wfh-skills-chip{background:color-mix(in srgb,var(--wfh-primary) 22%,#0b1220)}}.wfh-gantt{margin-top:.75rem;border:1px solid var(--wfh-border, #d0d5dd);border-radius:8px;overflow:hidden}.wfh-gantt-legend{display:flex;gap:1.25rem;padding:.5rem .75rem;font-size:.8rem;border-bottom:1px solid var(--wfh-border, #eaecf0)}.wfh-gantt-legend span{display:inline-flex;align-items:center;gap:.4rem}.wfh-gantt-swatch{width:14px;height:10px;border-radius:2px;display:inline-block}.wfh-gantt-swatch.critical{background:var(--wfh-danger, #d92d20)}.wfh-gantt-swatch.normal{background:var(--wfh-primary, #2e6df0)}.wfh-gantt-row{display:grid;grid-template-columns:minmax(160px,32%) 1fr;align-items:center;gap:.75rem;padding:.4rem .75rem;border-top:1px solid var(--wfh-border, #f0f1f3)}.wfh-gantt-row:first-of-type{border-top:none}.wfh-gantt-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wfh-gantt-track{position:relative;height:18px;background:var(--wfh-surface-2, #f2f4f7);border-radius:4px}.wfh-gantt-bar{position:absolute;top:2px;height:14px;border-radius:4px;background:var(--wfh-primary, #2e6df0);min-width:2px}.wfh-gantt-bar.critical{background:var(--wfh-danger, #d92d20)}.wfh-gantt-slack{position:absolute;top:6px;height:6px;border-radius:3px;background:var(--wfh-border, #d0d5dd);opacity:.8}.wfh-gantt-unscheduled{font-size:.8rem;padding-left:.25rem}.wfh-notice{margin:10px 0;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--wfh-primary) 8%,white);color:#1f2937}.wfh-linkbtn{background:none;border:none;padding:0;color:var(--wfh-primary);font:inherit;font-weight:600;cursor:pointer}.wfh-linkbtn:hover{text-decoration:underline}.wfh-template{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:12px}.wfh-template-section{min-width:0}.wfh-subhead{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 8px}.wfh-stage-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.wfh-stage{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px}.wfh-stage-order{flex:0 0 auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--wfh-primary);background:color-mix(in srgb,var(--wfh-primary) 12%,white);border-radius:50%}.wfh-badge-gate{color:#92400e;background:color-mix(in srgb,#f59e0b 20%,white)}.wfh-badge-cond{margin-left:auto}.wfh-transition-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.wfh-transition{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px}.wfh-arrow{color:#6b7280}.wfh-template-add{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed #e5e7eb}.wfh-template-add .wfh-input{min-width:120px}@media(prefers-color-scheme:dark){.wfh-template-add{border-top-color:#374151}}:root{--wfh-primary: #2563eb;--wfh-accent: #7c3aed;--wfh-env: #6b7280}html,body,#root{height:100%;margin:0}.wfh-shell{display:flex;flex-direction:column;height:100%;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#1f2937;background:#f9fafb}.wfh-env-ribbon{position:fixed;top:0;right:0;padding:2px 14px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;background:var(--wfh-env);border-bottom-left-radius:6px;z-index:10}.wfh-topbar{display:flex;align-items:center;gap:12px;padding:10px 20px;background:#fff;border-bottom:3px solid var(--wfh-primary)}.wfh-logo{height:26px}.wfh-brand{font-size:19px;font-weight:700;color:var(--wfh-primary)}.wfh-env-tag{font-size:11px;font-weight:600;color:#fff;background:var(--wfh-env);padding:2px 8px;border-radius:10px}.wfh-spacer{flex:1}.wfh-user{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#374151}.wfh-admin-tag{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--wfh-accent);border:1px solid var(--wfh-accent);border-radius:8px;padding:1px 6px}.wfh-signout{margin-left:12px;padding:5px 12px;font-size:13px;font-weight:600;color:var(--wfh-primary);background:#fff;border:1px solid var(--wfh-primary);border-radius:8px;cursor:pointer}.wfh-signout:hover{background:color-mix(in srgb,var(--wfh-primary) 8%,white)}.wfh-login{display:flex;align-items:center;justify-content:center;min-height:100%;padding:24px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f9fafb}.wfh-login-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 44px;background:#fff;border:1px solid #e5e7eb;border-top:4px solid var(--wfh-primary);border-radius:14px;box-shadow:0 10px 30px #0f172a14}.wfh-login-brand{font-size:26px;font-weight:700;color:var(--wfh-primary)}.wfh-login-sub{margin:0 0 12px;font-size:14px;color:#6b7280}.wfh-login-providers{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-width:260px}.wfh-provider-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;font-size:14px;font-weight:600;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#1f2937;cursor:pointer}.wfh-provider-btn:hover:not(:disabled){background:#f3f4f6}.wfh-provider-btn:disabled{opacity:.55;cursor:default}.wfh-provider-microsoft{border-color:#2f2f2f}.wfh-login-error{margin:6px 0 0;font-size:13px;color:#b91c1c}.wfh-body{display:flex;flex:1;min-height:0}.wfh-nav{width:200px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.wfh-nav-item{text-align:left;padding:9px 14px;border:none;background:transparent;border-radius:8px;font-size:14px;color:#374151;cursor:pointer}.wfh-nav-item:hover{background:#f3f4f6}.wfh-nav-item.active{background:color-mix(in srgb,var(--wfh-primary) 12%,white);color:var(--wfh-primary);font-weight:600}.wfh-content{flex:1;min-width:0;overflow:auto;padding:24px 28px}.wfh-page-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.wfh-page-head h1{font-size:22px;margin:0}.wfh-count{font-size:13px;font-weight:700;color:#fff;background:var(--wfh-primary);border-radius:999px;padding:2px 10px}.wfh-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;font-size:14px}.wfh-table thead th{text-align:left;padding:10px 14px;background:#f3f4f6;color:#6b7280;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.wfh-table thead th.wfh-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.wfh-table thead th.wfh-th-sortable:hover{color:#374151}.wfh-table tbody td{padding:11px 14px;border-top:1px solid #f0f1f3}.wfh-table tbody tr:hover{background:#fafafa}.wfh-strong{font-weight:600;color:#111827}.wfh-badge{display:inline-block;font-size:12px;font-weight:600;color:var(--wfh-primary);background:color-mix(in srgb,var(--wfh-primary) 12%,white);border-radius:8px;padding:2px 8px}.wfh-muted{color:#6b7280}.wfh-error{color:#b91c1c}.wfh-ok{color:#047857}.wfh-nav-section{margin:14px 8px 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.wfh-form{display:flex;flex-direction:column;gap:14px;max-width:520px;margin-top:8px}.wfh-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.wfh-form input[type=text],.wfh-form input:not([type]){padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-color-row{display:flex;gap:24px}.wfh-color-row label{align-items:flex-start}.wfh-color-row input[type=color]{width:44px;height:30px;border:1px solid #d1d5db;border-radius:6px;padding:0;background:none;cursor:pointer}.wfh-form-actions{display:flex;align-items:center;gap:14px;margin-top:20px}.wfh-btn{padding:9px 20px;border:none;border-radius:8px;background:var(--wfh-primary);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.wfh-btn:disabled{opacity:.6;cursor:default}.wfh-help{position:relative;display:inline-flex;align-items:center}.wfh-help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:1px solid color-mix(in srgb,var(--wfh-primary) 40%,white);border-radius:50%;background:color-mix(in srgb,var(--wfh-primary) 10%,white);color:var(--wfh-primary);font-size:11px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer}.wfh-help-icon:hover,.wfh-help-icon:focus-visible{background:color-mix(in srgb,var(--wfh-primary) 20%,white);outline:none}button.wfh-help-icon{cursor:help}.wfh-help-tooltip{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:20;width:max-content;max-width:240px;padding:8px 10px;border-radius:8px;background:#1f2937;color:#f9fafb;font-size:12px;font-weight:400;line-height:1.4;box-shadow:0 4px 12px #0000002e}.wfh-help-noarticle{display:block;margin-top:4px;color:#9ca3af;font-size:11px;font-style:italic}.wfh-label-with-help{display:inline-flex;align-items:center;gap:6px}.wfh-settings-toolbar{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:12px 0 18px}.wfh-settings-toolbar label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.wfh-settings-toolbar input,.wfh-settings-toolbar select{padding:7px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-settings-value{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:13px}.wfh-link-btn{border:none;background:none;color:var(--wfh-primary);font-size:13px;font-weight:600;cursor:pointer;padding:2px 6px}.wfh-link-btn:hover{text-decoration:underline}.wfh-settings-editor{margin-top:22px;padding:18px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:620px}.wfh-settings-editor h2{font-size:16px;margin:0 0 12px}.wfh-settings-editor textarea,.wfh-settings-editor select,.wfh-settings-editor input:not([type=checkbox]){padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;width:100%;box-sizing:border-box}.wfh-settings-editor textarea{font-family:ui-monospace,Cascadia Code,Consolas,monospace;resize:vertical}.wfh-checkbox{flex-direction:row!important;align-items:center;gap:8px!important}.wfh-checkbox input{width:auto}.wfh-row-clickable{cursor:pointer}.wfh-row-clickable:hover{background:color-mix(in srgb,var(--wfh-primary) 6%,white)}.wfh-detail-h2{font-size:15px;margin:22px 0 8px;padding-bottom:4px;border-bottom:1px solid #e5e7eb}.wfh-detail-actions{display:flex;align-items:center;gap:12px;margin:12px 0}.wfh-detail-route{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.wfh-detail-route select,.wfh-detail-route input{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-detail-route input{flex:1;min-width:180px}.wfh-detail-addnote{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.wfh-detail-addnote textarea{flex:1;min-width:240px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical}.wfh-detail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.wfh-detail-list li{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-size:14px}.wfh-detail-list-meta{font-size:12px;color:#6b7280;margin-bottom:4px}.wfh-description{margin:8px 0 20px}.wfh-description-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.wfh-desc-view{margin-top:8px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;max-height:420px;overflow:auto;resize:vertical}.wfh-desc-edit{width:100%;box-sizing:border-box;margin-top:8px;min-height:160px;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;font-family:inherit;line-height:1.5;resize:vertical}.wfh-markdown>:first-child{margin-top:0}.wfh-markdown>:last-child{margin-bottom:0}.wfh-markdown p{margin:8px 0}.wfh-markdown h1,.wfh-markdown h2,.wfh-markdown h3{margin:14px 0 6px}.wfh-markdown pre{background:#f3f4f6;padding:10px 12px;border-radius:8px;overflow-x:auto}.wfh-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.wfh-markdown table{border-collapse:collapse}.wfh-markdown th,.wfh-markdown td{border:1px solid #e5e7eb;padding:4px 8px}.wfh-markdown blockquote{margin:8px 0;padding-left:12px;border-left:3px solid #d1d5db;color:#4b5563}.wfh-designer-toolbar{display:flex;align-items:center;gap:16px;margin:12px 0}.wfh-designer-mode-on{color:var(--wfh-accent);font-weight:700}.wfh-designer-canvas-wrap{border:1px solid #e5e7eb;border-radius:12px;background:linear-gradient(90deg,#f3f4f6 1px,transparent 1px) 0 0 / 24px 24px,linear-gradient(#f3f4f6 1px,transparent 1px) 0 0 / 24px 24px,#fbfcfe;overflow:auto;max-height:560px}.wfh-designer-canvas{display:block}.wfh-designer-node{cursor:grab}.wfh-designer-node text{pointer-events:none;-webkit-user-select:none;user-select:none}.wfh-designer-node-connect{cursor:pointer}.wfh-designer-panels{display:flex;gap:20px;margin-top:18px;flex-wrap:wrap}.wfh-designer-panel{flex:1;min-width:260px}.wfh-designer-field{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151;max-width:360px}.wfh-designer-field input{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-designer-edge{cursor:context-menu}.wfh-designer-edge-hit{cursor:pointer}.wfh-row-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;white-space:nowrap}.wfh-designer-tabs{display:flex;align-items:center;gap:4px;border-bottom:2px solid #e5e7eb;margin:8px 0 14px;flex-wrap:wrap}.wfh-tab{border:none;background:none;padding:9px 16px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.wfh-tab:hover{color:#374151}.wfh-tab-active{color:var(--wfh-primary);border-bottom-color:var(--wfh-primary)}.wfh-tabs-spacer{flex:1}.wfh-designer-panel{min-height:200px}.wfh-designer-subtabs{display:flex;gap:6px;margin-bottom:12px}.wfh-subtab{border:1px solid #e5e7eb;background:#fff;padding:5px 14px;border-radius:999px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer}.wfh-subtab-active{background:color-mix(in srgb,var(--wfh-primary) 12%,white);border-color:color-mix(in srgb,var(--wfh-primary) 40%,white);color:var(--wfh-primary)}.wfh-fd-embedbar{display:flex;gap:8px;margin-bottom:8px}.wfh-witype-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 10px;margin-bottom:12px;border:1px solid #e5e7eb;border-radius:8px;background:color-mix(in srgb,var(--wfh-primary) 4%,white)}.wfh-witype-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em}.wfh-witype-list{display:flex;gap:6px;flex-wrap:wrap}.wfh-witype-chip{border:1px solid #e5e7eb;background:#fff;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.wfh-witype-chip-active{background:color-mix(in srgb,var(--wfh-primary) 12%,white);border-color:color-mix(in srgb,var(--wfh-primary) 40%,white);color:var(--wfh-primary)}.wfh-witype-rename{display:flex;align-items:center;gap:6px}.wfh-designer-routes-scope{padding:6px 10px;margin-bottom:8px;border-left:3px solid var(--wfh-primary);background:color-mix(in srgb,var(--wfh-primary) 6%,white);border-radius:4px;font-size:13px}.wfh-fields-editor{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px;align-items:start}.wfh-fields-list-pane,.wfh-fields-prop-pane{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px}.wfh-fields-list-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.wfh-fields-table th,.wfh-fields-table td{vertical-align:middle}.wfh-fields-row-active>td{background:color-mix(in srgb,var(--wfh-primary) 8%,white)}.wfh-fields-row-error>td{background:color-mix(in srgb,var(--wfh-accent) 8%,white)}.wfh-fields-row-flag{color:var(--wfh-accent)}.wfh-field-props-head{font-weight:600;margin-bottom:10px}.wfh-field-row{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:8px;margin-bottom:8px;font-size:13px}.wfh-field-toggles{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.wfh-field-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;cursor:pointer}.wfh-field-toggle-off{color:#9ca3af;cursor:not-allowed}.wfh-sec{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px;align-items:start}.wfh-sec-list,.wfh-sec-detail{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px}.wfh-sec-detail{display:flex;flex-direction:column;gap:14px}.wfh-sec-members{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.wfh-sec-members li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.wfh-sec-adduser{display:flex;gap:8px;margin-top:10px}.wfh-sec-tree-hint{margin:0 0 12px}.wfh-sec-tree{display:flex;flex-direction:column;gap:6px}.wfh-sec-tree-node{border:1px solid #eef0f2;border-radius:8px;padding:8px 10px}.wfh-sec-tree-parent{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.wfh-sec-tree-empty{margin:6px 0 0 26px;font-size:12px}.wfh-sec-tree-children{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:6px 12px;margin:8px 0 0 26px}.wfh-sec-tree-leaf{display:inline-flex;align-items:center;gap:7px;font-size:13px}@media(max-width:1000px){.wfh-sec{grid-template-columns:1fr}}.wfh-designer-menu{position:fixed;z-index:50;min-width:140px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 20px #00000026;padding:4px;display:flex;flex-direction:column}.wfh-designer-menu button{text-align:left;border:none;background:none;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;color:#374151}.wfh-designer-menu button:hover{background:#f3f4f6}.wfh-designer-menu button.wfh-error{color:#b91c1c}.wfh-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172a59;display:flex;align-items:center;justify-content:center}.wfh-modal{background:#fff;border-radius:12px;box-shadow:0 12px 40px #00000040;padding:20px;width:min(420px,calc(100vw - 32px))}.wfh-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px}.wfh-modal input{width:100%;box-sizing:border-box;padding:9px 11px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.wfh-modal input:focus{outline:none;border-color:var(--wfh-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wfh-primary) 20%,transparent)}.wfh-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.wfh-btn-danger{background:#b91c1c;color:#fff;border-color:#b91c1c}.wfh-detail-meta{margin-top:-4px;font-size:12px;color:#6b7280}.wfh-detail-meta code{font-size:11px;color:#9ca3af}.wfh-timeline{list-style:none;margin:.5rem 0;padding:0 0 0 8px}.wfh-timeline-item{position:relative;padding:0 0 1.1rem 1.4rem;border-left:2px solid #e5e7eb}.wfh-timeline-item:last-child{border-left-color:transparent}.wfh-timeline-dot{position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:var(--wfh-primary, #4f46e5);box-shadow:0 0 0 3px #fff}.wfh-timeline-meta{font-size:12px;color:#6b7280}.wfh-timeline-arrow{color:var(--wfh-primary, #4f46e5);font-weight:700}.wfh-print-only{display:none}@media print{body *{visibility:hidden}.wfh-print-only,.wfh-print-only *{visibility:visible}.wfh-print-only{display:block;position:absolute;left:0;top:0;width:100%;padding:0 8px;color:#000}.wfh-print-only h1{font-size:18px;margin:0 0 4px}.wfh-print-only h2{font-size:14px;margin:16px 0 6px;border-bottom:1px solid #999}.wfh-print-meta{color:#555;font-size:11px}.wfh-print-fields{width:100%;border-collapse:collapse;font-size:12px}.wfh-print-fields th,.wfh-print-fields td{border:1px solid #ccc;padding:4px 8px;text-align:left;vertical-align:top}.wfh-print-fields th{width:30%;background:#f3f4f6;font-weight:600}}.wfh-dashboard-cards{display:flex;gap:16px;flex-wrap:wrap;margin:14px 0 6px}.wfh-card{flex:1;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-top:3px solid var(--wfh-primary);border-radius:12px;padding:18px 20px}.wfh-card-value{font-size:30px;font-weight:700;color:var(--wfh-primary);line-height:1.1}.wfh-card-label{margin-top:4px;font-size:13px;color:#6b7280}.wfh-rules-panel{margin-top:20px;padding:16px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.wfh-rules-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.wfh-rules-head h2{margin:0;border:none;padding:0}.wfh-rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.wfh-rule{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fbfcfe}.wfh-rule-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.wfh-rule-summary>.wfh-muted{margin-left:auto}.wfh-rule-body{margin-top:10px;display:flex;flex-direction:column;gap:12px}.wfh-rule-row{display:flex;gap:14px;flex-wrap:wrap}.wfh-rule-row label{display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:600;color:#374151}.wfh-rule-section{border-top:1px dashed #e5e7eb;padding-top:10px}.wfh-rule-condhead{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.wfh-scenario{border:1px solid #eef0f3;border-radius:8px;padding:8px 10px;margin-bottom:8px;background:#fff}.wfh-scenario-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}.wfh-criterion{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.wfh-rules-panel select,.wfh-rules-panel input{padding:6px 8px;border:1px solid #d1d5db;border-radius:7px;font-size:13px}.wfh-input,.wfh-select,.wfh-textarea{width:100%;box-sizing:border-box;padding:7px 9px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-family:inherit;background:#fff}.wfh-input:focus,.wfh-select:focus,.wfh-textarea:focus{outline:none;border-color:var(--wfh-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wfh-primary) 18%,transparent)}.wfh-textarea{resize:vertical}.wfh-btn-sm{padding:5px 11px;font-size:13px}.wfh-btn-ghost{background:#fff;color:#374151;border:1px solid #d1d5db;font-weight:500}.wfh-btn-ghost:hover:not(:disabled){background:#f3f4f6}.wfh-badge-sm{font-size:11px;padding:1px 6px;margin-left:4px}.wfh-fd-empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:24px 0}.wfh-fd{display:grid;grid-template-columns:270px minmax(0,1fr) 320px;gap:14px;align-items:start}.wfh-fd-structure,.wfh-fd-preview,.wfh-fd-props{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px;max-height:640px;overflow:auto}.wfh-fd-toolbar{display:flex;gap:8px;margin-bottom:8px}.wfh-fd-node{display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:7px;font-size:13px;cursor:pointer}.wfh-fd-node:hover{background:#f3f4f6}.wfh-fd-node-sel{background:color-mix(in srgb,var(--wfh-primary) 12%,white);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--wfh-primary) 40%,white)}.wfh-fd-indent{margin-left:14px}.wfh-fd-indent2{margin-left:28px}.wfh-fd-tools{margin-top:14px;border-top:1px solid #eef0f2;padding-top:10px}.wfh-fd-tools-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.wfh-fd-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.wfh-fd-preview-head{font-size:11px;letter-spacing:.06em;margin-bottom:8px}.wfh-fd-preview-frame{border:1px dashed #d1d5db;border-radius:10px;padding:14px;background:#fbfcfe}.wfh-fd-panel h3{margin:0 0 10px;font-size:14px}.wfh-fd-row{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.wfh-fd-row-label{font-size:12px;color:#6b7280}.wfh-fd-checks{display:flex;flex-wrap:wrap;gap:10px;font-size:13px}.wfh-fd-checks label{display:inline-flex;align-items:center;gap:5px}.wfh-fd-fieldset{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;margin:12px 0}.wfh-fd-fieldset legend{font-size:12px;color:#6b7280;padding:0 4px}.wfh-fd-opt{display:flex;gap:6px;margin-bottom:6px}.wfh-fd-panel-actions{display:flex;gap:8px;margin-top:14px}.wfh-formr-tabs{display:flex;gap:2px;border-bottom:2px solid #e5e7eb;margin-bottom:14px;flex-wrap:wrap}.wfh-formr-tab{border:none;background:none;padding:8px 14px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.wfh-formr-tab-active{color:var(--wfh-primary);border-bottom-color:var(--wfh-primary)}.wfh-formr-tab-system{font-style:italic}.wfh-formr-section{margin-bottom:18px}.wfh-formr-section-title{font-weight:600;font-size:13px;margin-bottom:8px;color:#374151}.wfh-formr-grid{display:grid;gap:12px}.wfh-formr-field{display:flex;flex-direction:column;gap:4px;min-width:0;border-radius:8px}.wfh-formr-field-selected{box-shadow:0 0 0 2px var(--wfh-primary);padding:4px;margin:-4px}.wfh-formr-field-draggable{cursor:grab}.wfh-formr-field-draggable:active{cursor:grabbing}.wfh-formr-field-dragging{opacity:.4}.wfh-formr-field-drop{box-shadow:-3px 0 0 0 var(--wfh-accent)}.wfh-formr-label{font-size:12px;color:#374151;font-weight:500}.wfh-formr-required:after{content:" *";color:#b91c1c}.wfh-formr-heading{font-size:15px;font-weight:600;color:#1f2937;padding-top:4px}.wfh-formr-static{margin:0;font-size:13px;color:#374151}.wfh-formr-checkbox,.wfh-formr-choice{display:inline-flex;align-items:center;gap:6px;font-size:13px}.wfh-formr-radios{display:flex;flex-direction:column;gap:4px}.wfh-formr-system{padding:8px}.wfh-formr-placeholder{color:#9ca3af;font-style:italic;font-size:13px;padding:20px;text-align:center;border:1px dashed #e5e7eb;border-radius:8px}@media(max-width:1100px){.wfh-fd{grid-template-columns:1fr}}.wfh-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.wfh-search-tabbar{display:flex;align-items:center;gap:6px;border-bottom:2px solid #e5e7eb;margin:8px 0 14px;flex-wrap:wrap}.wfh-search-tabitem{display:inline-flex;align-items:center;border-bottom:2px solid transparent;margin-bottom:-2px}.wfh-search-tabitem-active{border-bottom-color:var(--wfh-primary)}.wfh-search-tab-label{border:none;background:none;padding:9px 8px 9px 16px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer}.wfh-search-tabitem-active .wfh-search-tab-label{color:var(--wfh-primary)}.wfh-search-tab-label:hover{color:#374151}.wfh-search-tabitem .wfh-tab-close{border:none;background:none;padding:0 12px 0 4px;font-size:16px;line-height:1;color:#9ca3af;cursor:pointer}.wfh-search-tabitem .wfh-tab-close:hover{color:#b91c1c}.wfh-panel{max-width:520px;padding:16px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:8px}.wfh-form-row{display:flex;flex-direction:column;gap:4px;margin-top:12px}.wfh-form-row label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.wfh-form-row select{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-search-controls{display:flex;align-items:center;gap:16px;margin-bottom:12px}.wfh-search-controls label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#374151}.wfh-search-controls select{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.wfh-search-paging{display:flex;align-items:center;gap:14px;margin-top:14px}.wfh-import-pickers{display:flex;flex-wrap:wrap;gap:14px;margin:10px 0}.wfh-import-pickers label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.wfh-import-mapping{margin:12px 0}.wfh-import-map-row{display:flex;align-items:center;gap:10px;margin:4px 0}.wfh-import-col{min-width:160px;font-size:13px;font-weight:600;color:#374151}.wfh-saved-searches{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:8px 0 4px}.wfh-saved-chip{display:inline-flex;align-items:center;gap:2px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:2px 6px 2px 10px;font-size:13px}.wfh-saved-del{border:none;background:none;cursor:pointer;color:#6b7280;font-size:15px;line-height:1;padding:0 4px}.wfh-saved-del:hover{color:#b91c1c}.wfh-batch-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 14px;margin-bottom:10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px}.wfh-batch-count{font-size:13px;font-weight:700;color:#3730a3}.wfh-batch-action{display:flex;align-items:center;gap:6px}.wfh-batch-bar select,.wfh-batch-bar input[type=text]{padding:6px 10px;border:1px solid #c7d2fe;border-radius:8px;font-size:14px}.wfh-batch-msg{font-size:13px;font-weight:600;color:#3730a3}.wfh-th-select,.wfh-td-select{width:32px;text-align:center}.wfh-search-filters{border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:12px}.wfh-search-filters summary{cursor:pointer;font-size:13px;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none}.wfh-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 18px;margin-top:12px}.wfh-filter-field{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.wfh-filter-range{display:flex;align-items:center;gap:8px}.wfh-filter-range input{flex:1;min-width:0}.wfh-filter-field input,.wfh-filter-field select{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:400}.wfh-fieldcrit{display:flex;flex-direction:column;gap:10px;margin-top:12px}.wfh-fieldcrit-empty{margin-top:12px}.wfh-fieldcrit-group{border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px}.wfh-fieldcrit-group summary{cursor:pointer;font-size:13px;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none}.wfh-fieldcrit-rows{display:flex;flex-direction:column;gap:8px;margin-top:10px}.wfh-fieldcrit-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(120px,160px) minmax(160px,1fr);gap:10px;align-items:center}.wfh-fieldcrit-label{display:flex;flex-direction:column;gap:1px;min-width:0}.wfh-fieldcrit-alias{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wfh-fieldcrit-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wfh-fieldcrit-row select,.wfh-fieldcrit-row input{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;min-width:0}.wfh-fieldcrit-actions{display:flex;gap:10px}@media(max-width:720px){.wfh-fieldcrit-row{grid-template-columns:1fr}}.wfh-queue-toolbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-bottom:12px}.wfh-queue-picker{display:flex;flex-direction:column;gap:4px;font-size:13px}.wfh-queue-picker select{min-width:220px}.wfh-btn-primary{background:var(--wfh-accent)}.wfh-pull-btn{font-size:15px;padding:10px 26px}.wfh-queue-filter{max-width:240px}.wfh-queue-hint{margin:4px 0 14px;font-size:13px}.wfh-notice{padding:10px 14px;border-radius:8px;background:color-mix(in srgb,var(--wfh-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--wfh-accent) 40%,transparent);margin-bottom:12px;font-size:14px}.wfh-queue-filters-panel{margin:0 0 12px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--wfh-accent) 30%,transparent);border-radius:8px;background:color-mix(in srgb,var(--wfh-accent) 6%,transparent)}.wfh-queue-filters-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.wfh-queue-filters-row .wfh-input{max-width:200px}.wfh-queue-filter-chips{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px}.wfh-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 10px;border-radius:999px;background:color-mix(in srgb,var(--wfh-accent) 16%,transparent);font-size:13px}.wfh-chip-x{border:none;background:transparent;cursor:pointer;font-size:15px;line-height:1;padding:0 2px;color:inherit}.wfh-code-block{background:color-mix(in srgb,var(--wfh-primary) 6%,transparent);border:1px solid color-mix(in srgb,var(--wfh-primary) 20%,transparent);border-radius:8px;padding:10px 12px;font-size:12px;white-space:pre;margin:8px 0}.wfh-kb-article{text-align:left;max-width:74ch;margin:0 auto;line-height:1.6;color:#1f2937}.wfh-kb-article h2{font-size:1.35rem;margin:1.5rem 0 .5rem;text-align:left}.wfh-kb-article h3{font-size:1.1rem;margin:1.2rem 0 .4rem;text-align:left}.wfh-kb-article h4{font-size:1rem;margin:1rem 0 .3rem;text-align:left}.wfh-kb-article p{margin:.6rem 0}.wfh-kb-article ul,.wfh-kb-article ol{margin:.5rem 0 .9rem 1.5rem;padding:0}.wfh-kb-article li{margin:.25rem 0}.wfh-kb-article blockquote{margin:.9rem 0;padding:.5rem 1rem;border-left:3px solid var(--wfh-primary);background:color-mix(in srgb,var(--wfh-primary) 6%,white);color:#374151}.wfh-kb-article code{background:color-mix(in srgb,var(--wfh-primary) 10%,white);padding:.1em .35em;border-radius:4px;font-size:.9em}.wfh-kb-article hr{border:none;border-top:1px solid #e5e7eb;margin:1.3rem 0}.wfh-kb-code{background:#1e293b;color:#e2e8f0;padding:.9rem 1rem;border-radius:8px;overflow-x:auto;margin:.8rem 0;font-size:.85rem;line-height:1.5}.wfh-kb-code code{background:none;color:inherit;padding:0;font-size:inherit;white-space:pre}.wfh-kb-table{border-collapse:collapse;margin:.9rem 0;width:100%;font-size:.9rem;display:block;overflow-x:auto}.wfh-kb-table th,.wfh-kb-table td{border:1px solid #e5e7eb;padding:.4rem .7rem;text-align:left;vertical-align:top}.wfh-kb-table th{background:#f8fafc;font-weight:600}.wfh-lock-banner{margin:10px 0;padding:10px 14px;border-radius:8px;border:1px solid #f59e0b;background:color-mix(in srgb,#f59e0b 12%,white);color:#92400e;font-size:14px}.wfh-detail-summary{padding:4px 2px}.wfh-detail-h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:18px 0 8px}.wfh-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 20px;margin:0}.wfh-detail-cell{display:flex;flex-direction:column;gap:2px;min-width:0;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}.wfh-detail-cell dt{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.wfh-detail-cell dd{margin:0;font-size:14px;color:#111827;overflow-wrap:anywhere}@media(prefers-color-scheme:dark){.wfh-detail-cell{border-color:#374151;background:#111827}.wfh-detail-cell dd{color:#e5e7eb}}.wfh-instructions-skill{margin-bottom:18px}.wfh-instructions-body{white-space:pre-wrap;font-size:13px;line-height:1.5;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}@media(prefers-color-scheme:dark){.wfh-instructions-body{border-color:#374151;background:#111827}}.wfh-wi{max-width:1120px}.wfh-wi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:6px 0 4px}.wfh-wi-title{display:flex;flex-direction:column;gap:8px;min-width:0}.wfh-wi-title h1{font-size:22px;margin:0;line-height:1.25}.wfh-wi-badges{display:flex;gap:8px;flex-wrap:wrap}.wfh-wi-actions{display:flex;gap:8px;flex-shrink:0}.wfh-status{display:inline-block;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.wfh-status-new{color:#1d4ed8;background:color-mix(in srgb,#2563eb 12%,white);border-color:color-mix(in srgb,#2563eb 28%,white)}.wfh-status-queue{color:#b45309;background:color-mix(in srgb,#d97706 14%,white);border-color:color-mix(in srgb,#d97706 30%,white)}.wfh-status-done{color:#047857;background:color-mix(in srgb,#059669 13%,white);border-color:color-mix(in srgb,#059669 30%,white)}.wfh-prio{display:inline-block;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.wfh-prio-0{color:#4b5563;background:color-mix(in srgb,#6b7280 12%,white);border-color:color-mix(in srgb,#6b7280 25%,white)}.wfh-prio-1{color:#1d4ed8;background:color-mix(in srgb,#2563eb 12%,white);border-color:color-mix(in srgb,#2563eb 26%,white)}.wfh-prio-2{color:#b45309;background:color-mix(in srgb,#d97706 14%,white);border-color:color-mix(in srgb,#d97706 30%,white)}.wfh-prio-3{color:#c2410c;background:color-mix(in srgb,#ea580c 14%,white);border-color:color-mix(in srgb,#ea580c 30%,white)}.wfh-prio-4{color:#b91c1c;background:color-mix(in srgb,#dc2626 13%,white);border-color:color-mix(in srgb,#dc2626 30%,white)}.wfh-wi-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;margin-top:14px}.wfh-wi-main{min-width:0}.wfh-wi-side{display:flex;flex-direction:column;gap:14px;position:sticky;top:14px}@media(max-width:900px){.wfh-wi-layout{grid-template-columns:1fr}.wfh-wi-side{position:static}}.wfh-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px}.wfh-card-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 10px}.wfh-prop{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;font-size:13px;border-top:1px solid #f0f1f3}.wfh-prop:first-of-type{border-top:none}.wfh-prop-k{color:#6b7280;flex-shrink:0}.wfh-prop>span:last-child,.wfh-prop>code{text-align:right;min-width:0;overflow-wrap:anywhere}.wfh-prop-id{font-size:11px;color:#6b7280}.wfh-assignee{display:inline-flex;align-items:center;gap:7px}.wfh-avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--wfh-primary);color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.wfh-move{display:flex;flex-direction:column;gap:8px}.wfh-move select,.wfh-move input{width:100%}.wfh-move-finish{margin-top:12px;padding-top:12px;border-top:1px solid #f0f1f3}.wfh-move-finish .wfh-muted{font-size:12px;margin:0 0 4px}.wfh-side-actions{display:flex;flex-direction:column;gap:8px}.wfh-side-actions .wfh-btn{width:100%}
