.wf-root{color:#f0f0f0;height:calc(100vh - 70px);font-family:var(--fb,"Manrope",sans-serif);background:#111;flex-direction:column;display:flex;overflow:hidden}.wf-body{flex:1;min-height:0;display:flex;overflow:hidden}.wf-canvas-wrap{flex:1;min-width:0;min-height:0;position:relative}.wf-toolbar{z-index:50;background:#111;border-bottom:4px solid #2a2a2a;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:56px;padding:0 20px;display:flex}.wf-toolbar-left,.wf-toolbar-right{align-items:center;gap:10px;display:flex}.wf-toolbar-logo{background:#1a1a1a;border:2px solid #2a2a2a;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.wf-toolbar-divider{background:#2a2a2a;flex-shrink:0;width:1px;height:20px;margin:0 2px}.wf-legend{align-items:center;gap:6px;display:flex}.wf-legend-item{background:#1a1a1a;border:1.5px solid #2a2a2a;border-radius:2px;align-items:center;gap:5px;padding:3px 8px;display:flex}.wf-legend-dot{border-radius:1px;flex-shrink:0;width:6px;height:6px}.wf-legend-label{color:#9ca3af;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif)}.wf-name-wrap{align-items:center;display:flex}.wf-name-btn{color:#f0f0f0;font-family:var(--fh,"Unbounded",sans-serif);cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;border-radius:2px;align-items:center;gap:7px;max-width:280px;padding:5px 8px;font-size:12px;font-weight:700;transition:background .15s,color .15s;display:flex}.wf-name-btn span{text-overflow:ellipsis;overflow:hidden}.wf-name-btn svg{color:#4b5563;flex-shrink:0;transition:color .15s}.wf-name-btn:hover{background:#1a1a1a}.wf-name-btn:hover svg{color:#9ca3af}.wf-name-input{color:#f0f0f0;font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.04em;background:#1a1a1a;border:2px solid #31a362;border-radius:2px;outline:none;width:260px;padding:5px 10px;font-size:12px;font-weight:700}.wf-status{background:#1a1a1a;border:2px solid #2a2a2a;border-radius:2px;align-items:center;gap:6px;padding:5px 10px;display:flex}.wf-status-dot{background:#4b5563;border-radius:1px;width:6px;height:6px}.wf-status-dot--saved{background:#31a362}.wf-status-dot--saving{background:#c99a2e;animation:.7s ease-in-out infinite alternate wf-dot-pulse}.wf-status-dot--error{background:#e53e3e}@keyframes wf-dot-pulse{0%,to{opacity:.2}50%{opacity:1}}.wf-status-label{color:#6b7280;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif)}.wf-export-btn{color:#9ca3af;font-size:11px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:2px;align-items:center;gap:6px;padding:7px 12px;transition:border-color .15s,color .15s;display:flex}.wf-export-btn:hover{color:#f0f0f0;border-color:#4b5563}.wf-save-btn{color:#9ca3af;font-size:11px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:2px;align-items:center;gap:6px;padding:7px 14px;transition:border-color .15s,color .15s,transform .1s,box-shadow .15s;display:flex}.wf-save-btn:hover{color:#f0f0f0;border-color:#4b5563}.wf-run-btn{color:#fff;font-size:11px;font-weight:800;font-family:var(--fh,"Unbounded",sans-serif);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:#31a362;border:3px solid #31a362;border-radius:2px;align-items:center;gap:7px;padding:7px 20px;transition:background .15s,color .15s,transform .1s,box-shadow .15s;display:flex}.wf-run-btn:hover:not(:disabled){color:#fff;background:#27905a}.wf-run-btn:active:not(:disabled){box-shadow:none;transform:translate(0)}.wf-run-btn.running{cursor:not-allowed;background:#1e7a4b;border-color:#1e7a4b}.wf-run-spinner{animation:.8s linear infinite wf-spin}.wf-stop-btn{font-size:11px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.04em;color:#e53e3e;cursor:pointer;background:#e53e3e1a;border:1.5px solid #e53e3e66;border-radius:2px;align-items:center;gap:5px;padding:6px 12px;transition:background .15s,border-color .15s;display:flex}.wf-stop-btn:hover{background:#e53e3e33;border-color:#e53e3e}.wf-run-error{color:#e53e3e;font-size:10px;font-weight:600;font-family:var(--fb,"Manrope",sans-serif);text-align:right;max-width:150px;line-height:1.35}@keyframes wf-spin{to{transform:rotate(360deg)}}.wf-sidebar{z-index:20;background:#111;border-right:4px solid #1a1a1a;flex-direction:column;flex-shrink:0;width:228px;display:flex;overflow:hidden}.wf-sidebar-header{border-bottom:2px solid #1a1a1a;flex-shrink:0;align-items:center;padding:14px 14px 12px;display:flex}.wf-sidebar-title{font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.14em;color:#6b7280;font-size:10px;font-weight:800}.wf-sidebar-search{flex-shrink:0;padding:10px 10px 8px;position:relative}.wf-search-icon{color:#4b5563;pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.wf-search-input{color:#d1d5db;width:100%;font-family:var(--fb,"Manrope",sans-serif);background:#161616;border:2px solid #222;border-radius:2px;outline:none;padding:6px 10px 6px 30px;font-size:12px;transition:border-color .15s}.wf-search-input::placeholder{color:#333}.wf-search-input:focus{border-color:#31a362}.wf-node-groups{flex:1;padding:6px 8px 8px;overflow:hidden auto}.wf-node-groups::-webkit-scrollbar{width:3px}.wf-node-groups::-webkit-scrollbar-track{background:0 0}.wf-node-groups::-webkit-scrollbar-thumb{background:#2a2a2a}.wf-node-groups::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.wf-node-group{margin-bottom:4px}.wf-group-header{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:2px;align-items:center;gap:8px;width:100%;padding:8px;transition:background .12s,color .12s;display:flex}.wf-group-header:hover{color:#d1d5db;background:#161616}.wf-group-header.open{color:#f0f0f0}.wf-group-dot{border-radius:1px;flex-shrink:0;width:7px;height:7px}.wf-group-label{font-size:11px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.02em;flex:1}.wf-group-count{color:#4b5563;font-size:9px;font-weight:800;line-height:1.6;font-family:var(--fb,"Manrope",sans-serif);background:#1a1a1a;border:1px solid #2a2a2a;border-radius:2px;padding:1px 5px}.wf-group-chevron{color:#4b5563;flex-shrink:0;transition:transform .18s}.wf-node-list{border-left:2px solid #1e1e1e;flex-direction:column;gap:2px;margin-left:9px;padding:4px 0 6px 14px;display:flex}.wf-node-item{color:#9ca3af;cursor:grab;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-left:2px solid #0000;border-radius:2px;align-items:center;gap:9px;width:100%;padding:7px 8px;transition:background .12s,color .12s,border-left-color .1s,padding-left .1s;display:flex}.wf-node-item:active{cursor:grabbing}.wf-node-item:hover{color:#f0f0f0;border-left-color:var(--node-color,#31a362);background:#161616;padding-left:6px}.wf-node-item:hover .wf-node-drag{opacity:1}.wf-node-icon{text-align:center;flex-shrink:0;width:18px;font-size:14px;line-height:1}.wf-node-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.wf-node-name{font-size:11.5px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);white-space:nowrap;text-overflow:ellipsis;line-height:1.3;overflow:hidden}.wf-node-desc{color:#4b5563;white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.3;overflow:hidden}.wf-node-item:hover .wf-node-desc{color:#6b7280}.wf-node-drag{opacity:0;color:var(--node-color,#31a362);flex-shrink:0;transition:opacity .12s}.wf-sidebar-hint{color:#2d3748;font-size:10px;line-height:1.5;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.03em;border-top:2px solid #1a1a1a;flex-shrink:0;align-items:center;gap:6px;padding:10px 14px;display:flex}.wf-node{font-family:var(--fb,"Manrope",sans-serif);background:#111;border:2px solid #2a2a2a;border-radius:2px;transition:box-shadow .15s,transform .12s;position:relative}.wf-node.selected{outline-offset:2px;outline:2px solid #31a362}.wf-node--product{border-color:#31a362;width:208px}.wf-node--product .wf-node-header{background:#31a362;border-radius:0;justify-content:space-between;align-items:center;margin:-2px -2px 0;padding:6px 14px 5px;display:flex}.wf-node-header-label{font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.12em;color:#fff;font-size:9px;font-weight:800}.wf-node-header-dot{background:#fff6;border-radius:1px;width:6px;height:6px}.wf-node--product .wf-node-body{padding:12px 12px 10px}.wf-node--generation{border-color:#4f9cf9;width:260px}.wf-node--generation .wf-node-header{background:#4f9cf9;justify-content:space-between;align-items:center;margin:-2px -2px 0;padding:6px 14px 5px;display:flex}.wf-node--generation .wf-node-body{align-items:center;gap:10px;padding:12px 12px 10px;display:flex}.wf-node--gate{border-color:#c99a2e;width:168px;transition:box-shadow .3s}.wf-node--gate:not(.gate-approved){animation:2s ease-in-out infinite wf-gate-pulse}@keyframes wf-gate-pulse{0%,to{box-shadow:0 0 #c99a2e00}50%{box-shadow:0 0 0 4px #c99a2e24}}@keyframes wf-processing-glow{0%,to{box-shadow:0 0 #4f9cf900,0 0 #4f9cf900}50%{box-shadow:0 0 0 3px #4f9cf933,0 0 18px 2px #4f9cf91a}}@keyframes wf-scan-beam{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@keyframes wf-progress-slide{0%{left:-60%}to{left:120%}}.wf-node--generation.processing{animation:1.8s ease-in-out infinite wf-processing-glow}.wf-node--generation.processing .wf-node-header{position:relative;overflow:hidden}.wf-node--generation.processing .wf-node-header:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);border-radius:1px;width:55%;height:2px;animation:1.3s ease-in-out infinite wf-progress-slide;position:absolute;bottom:0;left:-60%}.wf-node--gate .wf-node-header{background:#c99a2e;justify-content:space-between;align-items:center;margin:-2px -2px 0;padding:6px 14px 5px;display:flex}.wf-gate-body{align-items:center;gap:9px;padding:10px 12px;display:flex}.wf-gate-icon{color:#c99a2e;background:#c99a2e1a;border:2px solid #c99a2e4d;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,border-color .2s,color .2s;display:flex}.wf-node--gate.gate-approved .wf-gate-icon{color:#31a362;background:#31a3621a;border-color:#31a3624d}.wf-gate-info{flex:1;min-width:0}.wf-gate-label{color:#f0f0f0;margin-bottom:5px;font-size:11.5px;font-weight:700;line-height:1.2}.wf-gate-btn{width:100%;font-size:9.5px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;padding:4px 8px;transition:background .12s,color .12s;display:block}.wf-gate-btn--approve{color:#c99a2e;background:#c99a2e1f;border:1.5px solid #c99a2e}.wf-gate-btn--approve:hover{background:#c99a2e3d}.wf-gate-btn--reset{color:#9ca3af;background:#31a36214;border:1.5px solid #31a36266}.wf-gate-btn--reset:hover{color:#31a362;background:#31a36226}.wf-node--gate .wf-handle--source,.wf-node--gate .wf-handle--target{background:#c99a2e!important}.wf-node--output{border-color:#4b5563;width:188px}.wf-node--output .wf-node-header{background:#374151;justify-content:space-between;align-items:center;margin:-2px -2px 0;padding:6px 14px 5px;display:flex}.wf-node--output .wf-node-body{align-items:center;gap:10px;padding:12px 12px 10px;display:flex}.wf-product-thumb{color:#4b5563;cursor:pointer;letter-spacing:.03em;background:#161616;border:2px dashed #2a2a2a;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:72px;margin-bottom:10px;font-size:10.5px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:flex}.wf-product-thumb:hover{color:#31a362;background:#31a3620d;border-color:#31a362}.wf-product-actions{gap:6px;margin-bottom:8px;display:flex}.wf-product-btn{font-size:10px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border:1.5px solid #0000;border-radius:2px;flex:1;justify-content:center;align-items:center;gap:5px;padding:6px;transition:background .12s,color .12s,border-color .12s;display:flex}.wf-product-btn--upload{color:#31a362;background:#31a3621a;border-color:#31a362}.wf-product-btn--upload:hover{background:#31a36233}.wf-product-btn--pick{color:#6b7280;background:#1a1a1a;border-color:#2a2a2a}.wf-product-btn--pick:hover{color:#d1d5db;border-color:#4b5563}.wf-node-label{color:#4b5563;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wf-gen-icon{color:#4f9cf9;background:#4f9cf914;border:2px solid #4f9cf940;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.wf-gen-info{flex:1;min-width:0}.wf-gen-label{color:#f0f0f0;letter-spacing:.01em;font-size:12.5px;font-weight:700;line-height:1.2}.wf-gen-desc{color:#6b7280;letter-spacing:.02em;margin-top:3px;font-size:10px}.wf-gen-settings-slot{background:#4f9cf91a;height:1px;margin-top:10px}.wf-output-icon{color:#9ca3af;background:#4b55631f;border:2px solid #4b55634d;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wf-output-info{flex:1;min-width:0}.wf-output-label{color:#f0f0f0;font-size:12.5px;font-weight:700;line-height:1.2}.wf-output-desc{color:#6b7280;margin-top:3px;font-size:10px}.wf-output-status{flex-shrink:0;margin-left:4px}.wf-edge-gate-btn{color:#c99a2e;cursor:pointer;background:#111;border:2px solid #c99a2e;border-radius:2px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:border-color .15s,color .15s,background .15s;display:flex}.wf-edge-gate-btn:hover{background:#c99a2e26}.wf-edge-gate-btn.approved{color:#31a362;background:#111;border-color:#31a362}.wf-edge-gate-btn.approved:hover{background:#31a3621f}.wf-handle{border:2px solid #111!important;border-radius:2px!important;width:11px!important;height:11px!important}.wf-handle--source{background:#31a362!important;right:-7px!important}.wf-handle--target{background:#31a362!important;left:-7px!important}.wf-node--generation .wf-handle--source,.wf-node--output .wf-handle--target{background:#4f9cf9!important}.wf-canvas-wrap .wf-edge-gate-label{z-index:1000;position:relative}.wf-canvas-wrap .react-flow__node{z-index:1;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.wf-canvas-wrap .react-flow__background{background:#111}.wf-canvas-wrap .react-flow__edge-path{stroke:#31a362;stroke-width:1.5px;opacity:.5;transition:stroke-width .15s,opacity .15s,filter .15s}.wf-canvas-wrap .react-flow__edge:hover .react-flow__edge-path{stroke:#31a362;opacity:1;stroke-width:2px}.wf-canvas-wrap .react-flow__edge.selected .react-flow__edge-path{filter:drop-shadow(0 0 6px #31a362b3);stroke:#31a362!important;stroke-width:3.5px!important;opacity:1!important}.wf-canvas-wrap .react-flow__edge.animated .react-flow__edge-path{stroke-dasharray:6 4;animation:1.4s linear infinite wf-edge-flow}@keyframes wf-edge-flow{to{stroke-dashoffset:-20px}}.wf-canvas-wrap .react-flow__connection-path{stroke:#31a362;stroke-width:2px;stroke-dasharray:5 3;opacity:.7}.wf-canvas-wrap .react-flow__edge-interaction{fill:none;cursor:pointer;stroke-width:20px!important;stroke:#0000!important}.wf-controls.react-flow__controls{box-shadow:none;background:#111;border:2px solid #2a2a2a;border-radius:2px;overflow:hidden}.wf-controls .react-flow__controls-button{color:#6b7280;background:#111;border:none;border-bottom:1px solid #1e1e1e;width:28px;height:28px;transition:background .12s,color .12s}.wf-controls .react-flow__controls-button:hover{color:#31a362;background:#1a1a1a}.wf-controls .react-flow__controls-button:last-child{border-bottom:none}.wf-controls .react-flow__controls-button svg{fill:currentColor}.wf-minimap-panel.react-flow__panel{flex-direction:column;align-items:flex-end;gap:4px;margin:0 8px 8px 0;display:flex}.wf-minimap.react-flow__minimap{box-shadow:none;background:#111;border:2px solid #2a2a2a;border-radius:2px;overflow:hidden;margin:0!important;position:static!important}.wf-minimap-toggle{color:#6b7280;cursor:pointer;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .15s,color .15s;display:flex}.wf-minimap-toggle:hover{color:#e5e7eb;border-color:#4b5563}.wf-canvas-wrap .react-flow__selection{background:#31a3620d;border:2px solid #31a36280;border-radius:2px}.react-flow__attribution{display:none}.react-flow__resize-control{display:none!important}.wf-node-header-left{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.wf-node-header-label.nodrag{cursor:text;border-radius:2px;margin:-1px -2px;padding:1px 2px;transition:background .12s}.wf-node-header-label.nodrag:hover{background:#ffffff1a}.wf-node-title-input{color:#fff;font-family:var(--fh,"Unbounded",sans-serif);letter-spacing:.1em;text-transform:uppercase;background:#00000059;border:1.5px solid #ffffff59;border-radius:2px;outline:none;width:110px;min-width:50px;max-width:100%;padding:1px 5px;font-size:9px;font-weight:800}.wf-gen-header-info .wf-node-title-input{font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.04em;text-transform:none;width:90px;font-size:9.5px;font-weight:700}.wf-node-header-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.wf-node-dup-btn{color:#ffffffa6;cursor:pointer;background:#ffffff14;border:1.5px solid #fff3;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .12s,color .12s;display:flex}.wf-node-dup-btn:hover{color:#fff;background:#ffffff2e}.wf-node-collapse-btn{color:#ffffffa6;cursor:pointer;background:#ffffff14;border:1.5px solid #fff3;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .12s,color .12s;display:flex}.wf-node-collapse-btn:hover{color:#fff;background:#ffffff2e}.wf-node-collapse-btn svg{transition:transform .18s;transform:rotate(90deg)}.wf-node-collapse-btn.collapsed svg{transform:rotate(0)}.wf-ctx-backdrop{z-index:9000;position:fixed;inset:0}.wf-ctx-menu{z-index:9001;background:#111;border:2px solid #31a362;border-radius:2px;flex-direction:column;min-width:220px;display:flex;position:fixed;overflow:hidden;box-shadow:-4px 4px #c99a2e}.wf-ctx-header{font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.12em;color:#4b5563;border-bottom:1px solid #1e1e1e;flex-shrink:0;padding:8px 12px 6px;font-size:9px;font-weight:800}.wf-ctx-search-wrap{border-bottom:1px solid #1e1e1e;flex-shrink:0;padding:8px 10px;position:relative}.wf-ctx-search-icon{color:#4b5563;pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.wf-ctx-search-input{color:#f0f0f0;width:100%;font-family:var(--fb,"Manrope",sans-serif);background:#161616;border:1.5px solid #222;border-radius:2px;outline:none;padding:5px 8px 5px 28px;font-size:12px;transition:border-color .12s}.wf-ctx-search-input:focus{border-color:#31a362}.wf-ctx-search-input::placeholder{color:#333}.wf-ctx-list{max-height:280px;padding:4px;overflow-y:auto}.wf-ctx-list::-webkit-scrollbar{width:3px}.wf-ctx-list::-webkit-scrollbar-track{background:0 0}.wf-ctx-list::-webkit-scrollbar-thumb{background:#2a2a2a}.wf-ctx-item{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:2px;align-items:center;gap:8px;width:100%;padding:7px 8px;transition:background .1s,color .1s,border-left-color .1s;display:flex}.wf-ctx-item:hover{color:#f0f0f0;border-left-color:var(--item-color);background:#161616}.wf-ctx-item-icon{text-align:center;flex-shrink:0;width:16px;font-size:13px;line-height:1}.wf-ctx-item-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.wf-ctx-item-name{font-size:11.5px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);white-space:nowrap;text-overflow:ellipsis;line-height:1.3;overflow:hidden}.wf-ctx-item-desc{color:#4b5563;font-size:9.5px;line-height:1.3}.wf-ctx-item:hover .wf-ctx-item-desc{color:#6b7280}.wf-ctx-item-dot{border-radius:1px;flex-shrink:0;width:5px;height:5px}.wf-ctx-empty{color:#4b5563;text-align:center;font-size:11px;font-family:var(--fb,"Manrope",sans-serif);padding:12px}.wf-gen-header-info{align-items:center;gap:7px;min-width:0;display:flex}.wf-gen-header-mode{font-family:var(--fb,"Manrope",sans-serif);color:#ffffffb3;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;cursor:text;border-radius:2px;margin:-1px -2px;padding:1px 2px;font-size:9.5px;font-weight:700;transition:background .12s;overflow:hidden}.wf-gen-header-mode:hover{color:#ffffffe6;background:#ffffff1a}.wf-gen-body{flex-direction:column;display:flex}.wf-gen-section{flex-direction:column;padding:0;display:flex}.wf-gen-section--sep{border-top:1px solid #1e1e1e}.wf-gen-section-hdr{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:7px 12px;transition:background .1s;display:flex}.wf-gen-section-hdr:hover{background:#ffffff08}.wf-gen-section-label{font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.1em;color:#4b5563;font-size:8.5px;font-weight:800}.wf-gen-section-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.wf-gen-section-summary{font-family:var(--fh,"Unbounded",sans-serif);letter-spacing:.06em;color:#4f9cf9;background:#4f9cf91a;border:1px solid #4f9cf940;border-radius:2px;padding:1px 5px;font-size:8px;font-weight:800}.wf-gen-section-chevron{color:#374151;flex-shrink:0;transition:transform .18s;transform:rotate(-90deg)}.wf-gen-section-chevron.open{transform:rotate(0)}.wf-gen-section>:not(.wf-gen-section-hdr){padding:0 12px 9px}.wf-gen-style-row{align-items:center;gap:5px;display:flex}.wf-gen-style-nav{color:#6b7280;cursor:pointer;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:44px;padding:0;font-family:serif;font-size:17px;line-height:1;transition:border-color .12s,color .12s,background .12s;display:flex}.wf-gen-style-nav:hover{color:#f0f0f0;background:#1a1a1a;border-color:#4b5563}.wf-gen-style-card{cursor:pointer;text-align:left;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;flex:1;min-width:0;padding:7px 9px;transition:border-color .15s}.wf-gen-style-card:hover{border-color:#31a362}.wf-gen-style-card-icon{border-radius:6px;flex-shrink:0;width:36px;height:36px;margin-bottom:5px;overflow:hidden}.wf-gen-style-card-icon svg{width:100%;height:100%;display:block}.wf-gen-style-name{color:#f0f0f0;font-size:11.5px;font-weight:700;line-height:1.2;font-family:var(--fb,"Manrope",sans-serif)}.wf-gen-style-desc{color:#6b7280;font-size:9.5px;line-height:1.4;font-family:var(--fb,"Manrope",sans-serif);margin-top:3px}.wf-gen-style-pager{color:#4b5563;text-align:center;letter-spacing:.08em;font-size:9px;font-weight:800;font-family:var(--fh,"Unbounded",sans-serif);padding-bottom:3px}.wf-gen-ratios{gap:3px;display:flex}.wf-gen-ratio-btn{cursor:pointer;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;padding:5px 3px;transition:border-color .12s,background .12s,color .12s;display:flex}.wf-gen-ratio-btn:hover{background:#1a1a1a;border-color:#4b5563}.wf-gen-ratio-btn.active{background:#4f9cf91a;border-color:#4f9cf9}.wf-gen-ratio-val{color:#d1d5db;font-size:10px;font-weight:800;font-family:var(--fh,"Unbounded",sans-serif);letter-spacing:-.02em;line-height:1}.wf-gen-ratio-btn.active .wf-gen-ratio-val{color:#4f9cf9}.wf-gen-ratio-lbl{color:#4b5563;font-size:8px;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.02em;font-weight:600}.wf-gen-ratio-btn.active .wf-gen-ratio-lbl{color:#6b7280}.wf-gen-res-row{gap:4px;display:flex}.wf-gen-res-btn{cursor:pointer;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px 4px;transition:border-color .12s,background .12s;display:flex}.wf-gen-res-btn:hover{background:#1a1a1a;border-color:#4b5563}.wf-gen-res-btn.active{background:#4f9cf91a;border-color:#4f9cf9}.wf-gen-res-label{color:#d1d5db;font-size:13px;font-weight:800;font-family:var(--fh,"Unbounded",sans-serif);letter-spacing:.02em;line-height:1}.wf-gen-res-btn.active .wf-gen-res-label{color:#4f9cf9}.wf-gen-res-extra{color:#4b5563;font-size:8.5px;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.03em;font-weight:700}.wf-gen-res-btn.active .wf-gen-res-extra{color:#6b7280}.wf-gen-tz-header{justify-content:space-between;align-items:center;display:flex}.wf-gen-preset-btn{color:#6b7280;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.04em;cursor:pointer;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;align-items:center;gap:4px;padding:2px 7px;font-size:9px;font-weight:700;transition:border-color .12s,color .12s,background .12s;display:flex}.wf-gen-preset-btn:hover,.wf-gen-preset-btn.active{color:#4f9cf9;background:#4f9cf914;border-color:#4f9cf9}.wf-gen-preset-dropdown{z-index:50;background:#111;border:1.5px solid #2a2a2a;border-radius:2px;max-height:130px;position:absolute;top:38px;left:12px;right:12px;overflow-y:auto;box-shadow:0 4px 16px #00000080}.wf-gen-preset-dropdown::-webkit-scrollbar{width:3px}.wf-gen-preset-dropdown::-webkit-scrollbar-track{background:0 0}.wf-gen-preset-dropdown::-webkit-scrollbar-thumb{background:#2a2a2a}.wf-gen-preset-item{color:#9ca3af;width:100%;font-family:var(--fb,"Manrope",sans-serif);text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-bottom:1px solid #1a1a1a;padding:6px 9px;font-size:10.5px;font-weight:600;transition:background .1s,color .1s;display:block;overflow:hidden}.wf-gen-preset-item:last-child{border-bottom:none}.wf-gen-preset-item:hover{color:#f0f0f0;background:#1a1a1a}.wf-gen-preset-empty{font-family:var(--fb,"Manrope",sans-serif);color:#374151;text-align:center;padding:10px;font-size:10px}.wf-gen-textarea{color:#d1d5db;width:100%;font-family:var(--fb,"Manrope",sans-serif);resize:none;box-sizing:border-box;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;outline:none;padding:6px 8px;font-size:11px;line-height:1.5;transition:border-color .12s}.wf-gen-textarea:focus{border-color:#4f9cf9}.wf-gen-textarea::placeholder{color:#374151}.wf-gen-checkbox-row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}.wf-gen-checkbox{color:#4f9cf9;cursor:pointer;background:#161616;border:1.5px solid #2a2a2a;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .12s,background .12s;display:flex}.wf-gen-checkbox.checked{background:#4f9cf91f;border-color:#4f9cf9}.wf-gen-checkbox-label{font-family:var(--fb,"Manrope",sans-serif);color:#6b7280;font-size:10px;font-weight:600;line-height:1.3}.wf-gen-checkbox-row:hover .wf-gen-checkbox-label{color:#9ca3af}.wf-gen-cost{background:#0d0d0d;border-top:1px solid #1e1e1e;justify-content:space-between;align-items:center;margin:0;padding:7px 12px;display:flex}.wf-gen-cost-label{font-family:var(--fh,"Unbounded",sans-serif);text-transform:uppercase;letter-spacing:.1em;color:#4b5563;font-size:8.5px;font-weight:800}.wf-gen-cost-value{font-family:var(--fh,"Unbounded",sans-serif);color:#c99a2e;letter-spacing:.04em;font-size:11px;font-weight:800}.wf-node-icon svg{width:16px;height:16px;display:block}.wf-toolbar-cost{background:#c99a2e14;border:2px solid #c99a2e59;border-radius:2px;align-items:center;gap:3px;padding:5px 10px;display:flex}.wf-toolbar-cost-value{font-family:var(--fh,"Unbounded",sans-serif);color:#c99a2e;letter-spacing:.04em;font-size:11px;font-weight:800;line-height:1}.wf-toolbar-cost-label{font-family:var(--fb,"Manrope",sans-serif);color:#a07820;letter-spacing:.05em;font-size:9px;font-weight:700;line-height:1}.wf-gen-result{border-top:1px solid #1e1e1e}.wf-gen-result-loading{aspect-ratio:3/4;background:#070b10;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex;position:relative;overflow:hidden}.wf-gen-result-loading:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#4f9cf912 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0}.wf-gen-result-loading:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#4f9cf90d 35%,#4f9cf91a 50%,#4f9cf90d 65%,#0000 100%);height:35%;animation:2.4s ease-in-out infinite wf-scan-beam;position:absolute;left:0;right:0}.wf-gen-result-spinner{z-index:2;filter:drop-shadow(0 0 5px #4f9cf973);border:2px solid #4f9cf9;border-color:#4f9cf9 #4f9cf973 #4f9cf91f #4f9cf91f;border-radius:50%;flex-shrink:0;width:26px;height:26px;animation:.85s cubic-bezier(.5,.1,.5,.9) infinite wf-spin;position:relative}.wf-gen-result-error{color:#e53e3e;text-align:center;letter-spacing:.05em;font-size:10px;font-weight:600;font-family:var(--fb,"Manrope",sans-serif);background:#e53e3e14;padding:8px 12px}.wf-gen-result-placeholder{color:var(--t3,#888);font-size:10px;font-family:var(--fb,"Manrope",sans-serif);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:18px 12px;display:flex}.wf-gen-section--result{border-top:1px solid var(--bd)}.wf-gen-result-loading-text{font-family:var(--fb,"Manrope",sans-serif);color:#5b7baa;letter-spacing:.06em;text-transform:uppercase;z-index:2;font-size:10px;font-weight:600;position:relative}.wf-loading-dot{opacity:.2;animation:1.2s ease-in-out infinite wf-dot-pulse;display:inline-block}.wf-loading-dot:nth-child(2){animation-delay:.2s}.wf-loading-dot:nth-child(3){animation-delay:.4s}.wf-gen-result-thumb{aspect-ratio:3/4;cursor:pointer;background:#0d0d0d;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.wf-gen-result-img{object-fit:contain;width:100%;height:100%;transition:transform .3s;display:block}.wf-gen-result-thumb:hover .wf-gen-result-img{transform:scale(1.04)}.wf-gen-result-overlay{background:0 0;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.wf-gen-result-thumb:hover .wf-gen-result-overlay{background:#00000080}.wf-gen-result-overlay svg{opacity:0;transition:opacity .2s,transform .2s;transform:scale(.7)}.wf-gen-result-thumb:hover .wf-gen-result-overlay svg{opacity:1;transform:scale(1)}.wf-gen-style-all-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .15s,background .15s;display:flex}.wf-gen-style-all-btn:hover{color:#31a362;background:#31a3621f}.wf-style-picker-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wf-style-picker{background:#111;border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;width:480px;max-width:calc(100vw - 32px);max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #0009}.wf-style-picker-header{border-bottom:1px solid #1e1e1e;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.wf-style-picker-title{color:#e5e7eb;font-size:13px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif)}.wf-style-picker-close{color:#6b7280;cursor:pointer;background:#1e1e1e;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex}.wf-style-picker-close:hover{color:#e5e7eb;background:#2a2a2a}.wf-style-picker-grid{grid-template-columns:1fr 1fr;gap:8px;padding:14px;display:grid;overflow-y:auto}.wf-style-picker-item{cursor:pointer;text-align:left;background:#1a1a1a;border:1.5px solid #2a2a2a;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;transition:border-color .15s,background .15s;display:flex}.wf-style-picker-item:hover{background:#1e1e1e;border-color:#4b5563}.wf-style-picker-item.active{background:#1e2a22;border-color:#31a362}.wf-style-picker-item-icon{border-radius:8px;flex-shrink:0;width:48px;height:48px;margin-bottom:6px;overflow:hidden}.wf-style-picker-item-icon svg{width:100%;height:100%;display:block}.wf-style-picker-item-name{color:#e5e7eb;font-size:12px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif)}.wf-style-picker-item.active .wf-style-picker-item-name{color:#31a362}.wf-style-picker-item-desc{color:#6b7280;font-size:10.5px;line-height:1.35}.wf-lightbox-backdrop{z-index:99999;cursor:zoom-out;background:#000000e0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wf-lightbox-content{cursor:default;position:relative}.wf-lightbox-img{border:2px solid #2a2a2a;border-radius:2px;width:auto;max-width:90vw;height:auto;max-height:90vh;display:block;box-shadow:-4px 4px #c99a2e}.wf-lightbox-close{color:#9ca3af;cursor:pointer;z-index:1;background:#111;border:2px solid #2a2a2a;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .12s,color .12s,background .12s;display:flex;position:absolute;top:-14px;right:-14px}.wf-lightbox-close:hover{color:#f0f0f0;background:#1a1a1a;border-color:#4b5563}.wf-node--merge{border-color:#8b5cf6;width:192px}.wf-node--merge .wf-node-header{background:#8b5cf6}.wf-merge-body{flex-direction:column;gap:6px;padding:10px 12px 8px;display:flex}.wf-merge-empty{color:#4b5563;text-align:center;font-size:10px;font-family:var(--fb,"Manrope",sans-serif);flex-direction:column;align-items:center;gap:6px;padding:8px 4px;display:flex}.wf-merge-empty svg{opacity:.5}.wf-merge-inputs{flex-direction:column;gap:4px;display:flex}.wf-merge-input-row{align-items:center;gap:7px;padding:3px 0;display:flex}.wf-merge-input-dot{background:#8b5cf6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.wf-merge-input-label{color:#9ca3af;font-size:10px;font-family:var(--fb,"Manrope",sans-serif)}.wf-merge-footer{color:#6b7280;font-size:10px;font-family:var(--fb,"Manrope",sans-serif);border-top:1px solid #1e1e1e;margin-top:2px;padding-top:6px}.wf-save-btn--saving{opacity:.7;cursor:not-allowed}.wf-save-btn--saved{color:#31a362!important;border-color:#31a362!important}.wf-save-btn--error{color:#ef4444!important;border-color:#ef4444!important}.wf-nav{z-index:10;background:#0e0e0e;border-right:2px solid #1e1e1e;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:52px;padding:6px 0;display:flex}.wf-nav-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:44px;padding:8px 0;transition:color .15s,background .15s;display:flex;position:relative}.wf-nav-btn:hover{color:#9ca3af;background:#1a1a1a}.wf-nav-btn.active{color:#31a362;background:#1a1a1a}.wf-nav-btn.active:after{content:"";background:#31a362;border-radius:1px 0 0 1px;width:2px;height:60%;position:absolute;top:20%;right:-2px}.wf-nav-label{font-size:8px;font-family:var(--fb,"Manrope",sans-serif);text-transform:uppercase;letter-spacing:.04em;font-weight:700;line-height:1}.wf-panel-empty{color:#374151;font-size:11px;font-family:var(--fb,"Manrope",sans-serif);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:24px 16px;display:flex}.wf-panel-empty svg{opacity:.4}.wf-template-list{flex-direction:column;gap:6px;padding:8px;display:flex}.wf-template-card{cursor:pointer;text-align:left;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;align-items:flex-start;gap:10px;width:100%;padding:10px;transition:border-color .15s,background .15s;display:flex}.wf-template-card:hover{background:#1e2a22;border-color:#31a362}.wf-template-icon{flex-shrink:0;margin-top:1px;font-size:1.2rem;line-height:1}.wf-template-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.wf-template-name{color:#e5e7eb;font-size:12px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif)}.wf-template-desc{color:#6b7280;font-size:11px;line-height:1.35}.wf-template-cost{color:#31a362;font-size:10px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);white-space:nowrap;flex-shrink:0;margin-top:2px}.wf-wf-list{flex-direction:column;flex:1;gap:2px;padding:6px 8px;display:flex;overflow:hidden auto}.wf-wf-list::-webkit-scrollbar{width:3px}.wf-wf-list::-webkit-scrollbar-track{background:0 0}.wf-wf-list::-webkit-scrollbar-thumb{background:#2a2a2a}.wf-wf-item{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:2px;align-items:center;gap:9px;width:100%;padding:8px;transition:background .12s,color .12s,border-left-color .1s;display:flex}.wf-wf-item:hover{color:#f0f0f0;background:#161616;border-left-color:#31a362}.wf-wf-item-icon{color:#4b5563;background:#1a1a1a;border:1.5px solid #2a2a2a;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .12s,color .12s;display:flex}.wf-wf-item:hover .wf-wf-item-icon{color:#31a362;border-color:#31a362}.wf-wf-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wf-wf-item-name{font-size:11px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.wf-wf-item-date{color:#4b5563;font-size:9px;font-family:var(--fb,"Manrope",sans-serif);letter-spacing:.02em;font-weight:600}.wf-wf-item-del{color:#374151;cursor:pointer;opacity:0;background:0 0;border:1.5px solid #0000;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .12s,background .12s,border-color .12s,color .12s;display:flex}.wf-wf-item:hover .wf-wf-item-del{opacity:1}.wf-wf-item-del:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.wf-panel-spinner{border:2px solid #1e1e1e;border-top-color:#31a362;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite wf-spin}.wf-photo-file-input{display:none}.wf-photo-preview{cursor:pointer;background:#161616;border:2px solid #2a2a2a;border-radius:2px;width:100%;height:108px;margin-bottom:10px;transition:border-color .15s;position:relative;overflow:hidden}.wf-photo-preview:hover{border-color:#31a362}.wf-photo-preview-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.wf-photo-preview:hover .wf-photo-preview-img{transform:scale(1.04)}.wf-photo-uploading{z-index:2;background:#0000008c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wf-photo-preview-overlay{opacity:0;z-index:3;background:linear-gradient(#0000 45%,#000000b8 100%);justify-content:space-between;align-items:flex-end;padding:6px;transition:opacity .18s;display:flex;position:absolute;inset:0}.wf-photo-preview:hover .wf-photo-preview-overlay{opacity:1}.wf-photo-change-btn{font-size:9px;font-weight:700;font-family:var(--fb,"Manrope",sans-serif);text-transform:uppercase;letter-spacing:.05em;color:#fff;cursor:pointer;background:#00000080;border:1.5px solid #ffffff4d;border-radius:2px;padding:3px 8px;transition:background .12s,border-color .12s}.wf-photo-change-btn:hover{background:#31a3628c;border-color:#31a362}.wf-photo-remove-btn{color:#fff;cursor:pointer;background:#ef444459;border:1.5px solid #ef444499;border-radius:2px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .12s;display:flex}.wf-photo-remove-btn:hover{background:#ef4444bf}.wf-new-btn{color:var(--t2,#888);font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;transition:background .12s,color .12s;display:flex}.wf-new-btn:hover{color:var(--t1,#ccc);background:#ffffff1c}.wf-sidebar-new-btn{color:#4f9cf9;font-family:var(--fb,"Manrope",sans-serif);cursor:pointer;background:#4f9cf91f;border:1px solid #4f9cf940;border-radius:4px;align-items:center;gap:4px;margin-left:auto;padding:3px 8px;font-size:10px;transition:background .12s;display:flex}.wf-sidebar-new-btn:hover{background:#4f9cf938}.wf-toolbar-balance{opacity:.7}.wf-assets-count{font-family:var(--fb,"Manrope",sans-serif);color:var(--t2,#888);background:#ffffff0f;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:10px}.wf-assets-grid{flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:6px;padding:8px;display:grid;overflow-y:auto}.wf-assets-grid::-webkit-scrollbar{width:3px}.wf-assets-grid::-webkit-scrollbar-track{background:0 0}.wf-assets-grid::-webkit-scrollbar-thumb{background:#2a2a2a}.wf-asset-item{aspect-ratio:1;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;position:relative;overflow:hidden}.wf-asset-item:hover .wf-asset-dl{opacity:1}.wf-asset-thumb{object-fit:cover;width:100%;height:100%;display:block}.wf-asset-dl{color:#fff;opacity:0;background:#000000a6;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;text-decoration:none;transition:opacity .15s;display:flex;position:absolute;bottom:4px;right:4px}.wf-asset-dl:hover{background:#000000d9}.wf-photo-error{color:#ef4444;font-size:9.5px;font-family:var(--fb,"Manrope",sans-serif);padding:0 0 6px;line-height:1.4}
