#drawflow{background:transparent}.drawflow .wf-node svg{position:static;z-index:auto;overflow:hidden}.drawflow .drawflow-node{background:transparent;border:0;padding:0;border-radius:1rem;width:210px;box-shadow:none}.drawflow .drawflow-node.selected .wf-node{outline:2px solid #6366f1;outline-offset:2px}.drawflow .drawflow-node .input,.drawflow .drawflow-node .output{height:16px;width:16px;border:2px solid rgba(255,255,255,.95);background:radial-gradient(circle,#fff 0 26%,#7dd3fc 28% 48%,#0ea5e9 52% 100%);box-shadow:0 0 0 2px rgba(14,165,233,.22),0 0 12px rgba(56,189,248,.9),0 0 28px rgba(37,99,235,.55)}.dark .drawflow .drawflow-node .input,.dark .drawflow .drawflow-node .output{border-color:rgba(224,242,254,.95);box-shadow:0 0 0 2px rgba(14,165,233,.28),0 0 14px rgba(56,189,248,1),0 0 34px rgba(37,99,235,.72)}.drawflow .connection .main-path{stroke:#38bdf8;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px rgba(255,255,255,.72)) drop-shadow(0 0 7px rgba(56,189,248,.95)) drop-shadow(0 0 18px rgba(37,99,235,.68));transition:stroke .15s ease,filter .15s ease,stroke-width .15s ease}.drawflow .connection .main-path:hover{stroke:#7dd3fc;stroke-width:3.6px;filter:drop-shadow(0 0 3px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(56,189,248,1)) drop-shadow(0 0 26px rgba(37,99,235,.85))}.dark .drawflow .connection .main-path{stroke:#0ea5e9;filter:drop-shadow(0 0 2px rgba(224,242,254,.85)) drop-shadow(0 0 9px rgba(56,189,248,1)) drop-shadow(0 0 24px rgba(37,99,235,.9))}.drawflow .connection{overflow:visible}.drawflow-delete{width:28px;height:28px;line-height:0;font-size:0;color:transparent;background-color:#ef4444;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M6 18L18 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:13px;border:2px solid #fff;border-radius:999px;box-shadow:0 6px 16px rgba(239,68,68,.4);transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.drawflow-delete:hover{background-color:#dc2626;transform:scale(1.12);box-shadow:0 8px 20px rgba(239,68,68,.55)}.dark .drawflow-delete{border-color:#0f172a;box-shadow:0 6px 16px rgba(239,68,68,.5)}.wf-node{border-radius:1rem;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(241,245,249,.92));border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 26px rgba(15,23,42,.12);font-family:inherit}.dark .wf-node{background:linear-gradient(145deg,rgba(17,24,39,.95),rgba(30,41,59,.9));border-color:rgba(255,255,255,.06);box-shadow:0 10px 26px rgba(2,6,23,.5)}.wf-node-head{display:flex;align-items:center;gap:6px;padding:8px 10px;color:#fff}.wf-node-head .wf-title{font-size:12px;font-weight:800;letter-spacing:-.01em;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-status{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:2px 7px 2px 5px;border-radius:999px;background:rgba(255,255,255,.22);white-space:nowrap}.wf-status-ico{display:inline-flex;align-items:center;justify-content:center;width:11px;height:11px}.wf-status-ico svg{width:11px;height:11px;display:block}.wf-ico-spin{animation:wf-ico-spin .8s linear infinite;transform-origin:50% 50%}@keyframes wf-ico-spin{to{transform:rotate(360deg)}}.wf-ico-pulse{animation:wf-ico-pulse 1.1s ease-in-out infinite;transform-origin:50% 50%}@keyframes wf-ico-pulse{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.05)}}.wf-node-body{padding:8px 10px 10px}.wf-thumb{width:100%;height:92px;border-radius:.6rem;background:rgba(148,163,184,.18);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:6px}.wf-thumb img,.wf-thumb video{width:100%;height:100%;object-fit:cover}.wf-thumb .wf-thumb-ph{color:rgba(100,116,139,.55)}.wf-text-result{width:100%;height:100%;padding:6px 8px;overflow-y:auto;font-size:10px;line-height:1.4;color:#334155;text-align:left;white-space:pre-wrap;word-break:break-word}.dark .wf-text-result{color:#cbd5e1}.wf-summary{font-size:10px;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-cost{display:inline-flex;align-items:center;max-width:100%;margin-top:5px;padding:3px 7px;border-radius:999px;border:1px solid rgba(6,182,212,.22);background:rgba(236,254,255,.82);color:#0891b2;font-size:9px;font-weight:900;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-cost[data-state="free"]{border-color:rgba(148,163,184,.22);background:rgba(248,250,252,.82);color:#64748b}.wf-cost[data-state="unknown"]{border-color:rgba(245,158,11,.3);background:rgba(255,251,235,.85);color:#b45309}.wf-result-block{margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb}.dark .wf-result-block{border-top-color:#374151}.wf-result-preview{width:100%;border-radius:.75rem;overflow:hidden;background:rgba(148,163,184,.14);margin-bottom:8px}.wf-result-preview img,.wf-result-preview video{display:block;width:100%;max-height:200px;object-fit:contain}.wf-result-text{max-height:160px;overflow-y:auto;border-radius:.6rem;background:#f9fafb;border:1px solid #e5e7eb;padding:8px 10px;margin-bottom:8px;font-size:12px;line-height:1.5;color:#334155;white-space:pre-wrap;word-break:break-word}.dark .wf-result-text{background:#1f2937;border-color:#4b5563;color:#cbd5e1}.wf-panel-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:9px 12px;border-radius:.75rem;border:0;background:linear-gradient(135deg,#06b6d4,#2563eb);color:#fff;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(6,182,212,.25);transition:filter .15s ease,transform .15s ease}.wf-panel-action:hover{filter:brightness(1.06);transform:translateY(-1px)}.wf-panel-action svg{width:15px;height:15px}.wf-upload-block{margin-top:4px}.wf-upload-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:16px 12px;border-radius:.85rem;border:1.5px dashed #cbd5e1;background:#f9fafb;color:#64748b;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.wf-upload-btn:hover{border-color:#06b6d4;background:rgba(6,182,212,.06);color:#0891b2}.wf-upload-btn svg{width:22px;height:22px}.dark .wf-upload-btn{border-color:#475569;background:rgba(255,255,255,.03);color:#94a3b8}.dark .wf-upload-btn:hover{border-color:#22d3ee;color:#22d3ee}.wf-upload-name{margin-top:6px;font-size:11px;font-weight:600;color:#64748b;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .wf-upload-name{color:#94a3b8}.wf-node-actions:empty{display:none}.wf-node-actions{margin-top:6px}.wf-node-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:7px 10px;border-radius:.6rem;border:0;background:linear-gradient(135deg,#06b6d4,#2563eb);color:#fff;font-size:11px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(6,182,212,.3);transition:filter .12s ease,transform .12s ease,box-shadow .12s ease}.wf-node-action-btn{white-space:nowrap}.wf-node-action-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px rgba(6,182,212,.42)}.wf-node-action-btn svg{width:14px;height:14px;min-width:14px;flex-shrink:0;display:block}.wf-node-action-btn span{line-height:1;display:inline-block}.dark .wf-summary{color:#94a3b8}.dark .wf-cost{border-color:rgba(34,211,238,.24);background:rgba(8,47,73,.48);color:#67e8f9}.dark .wf-cost[data-state="free"]{border-color:rgba(148,163,184,.18);background:rgba(15,23,42,.5);color:#94a3b8}.dark .wf-cost[data-state="unknown"]{border-color:rgba(245,158,11,.28);background:rgba(120,53,15,.35);color:#fbbf24}.wf-node[data-status="queued"] .wf-status{background:rgba(255,255,255,.92);color:#d97706}.wf-node[data-status="running"] .wf-status{background:rgba(255,255,255,.95);color:#4f46e5}.wf-node[data-status="done"] .wf-status{background:rgba(16,185,129,.95);color:#fff}.wf-node[data-status="error"] .wf-status{background:rgba(239,68,68,.95);color:#fff}.wf-node[data-status="running"]{animation:wf-pulse 1.4s ease-in-out infinite}.wf-node[data-status="queued"]{animation:wf-pulse-soft 2s ease-in-out infinite}@keyframes wf-pulse-soft{0%,100%{box-shadow:0 10px 26px rgba(15,23,42,.12)}50%{box-shadow:0 10px 28px rgba(217,119,6,.28)}}@keyframes wf-pulse{0%,100%{box-shadow:0 10px 26px rgba(99,102,241,.18)}50%{box-shadow:0 10px 34px rgba(99,102,241,.5)}}.wf-step{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:.85rem;border:1px solid #e5e7eb;background:rgba(255,255,255,.7);font-size:12px;transition:opacity .3s ease,border-color .3s ease,background .3s ease}.dark .wf-step{border-color:#374151;background:rgba(17,24,39,.6)}.wf-step-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.wf-step-num{font-weight:800;color:#94a3b8}.wf-step-label{flex:1;min-width:0;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .wf-step-label{color:#cbd5e1}.wf-step-state{width:16px;height:16px;flex-shrink:0}.wf-step[data-state="queued"]{opacity:.55}.wf-step[data-state="queued"] .wf-step-dot{animation:wf-ico-pulse 1.1s ease-in-out infinite}.wf-step[data-state="running"]{opacity:1;border-color:rgba(99,102,241,.55);background:rgba(99,102,241,.08)}.wf-step[data-state="running"] .wf-step-state{border:2px solid rgba(99,102,241,.3);border-top-color:#6366f1;border-radius:999px;animation:wf-ico-spin .8s linear infinite}.wf-step[data-state="done"]{opacity:1}.wf-step[data-state="done"] .wf-step-state{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px}.wf-step[data-state="error"]{opacity:1;border-color:rgba(239,68,68,.5);background:rgba(239,68,68,.08)}.wf-step[data-state="error"] .wf-step-state{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4m0 4h.01M10.3 4.3 2 18a2 2 0 001.7 3h16.6a2 2 0 001.7-3L13.7 4.3a2 2 0 00-3.4 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px}.wf-accent-cyan .wf-node-head{background:linear-gradient(135deg,#06b6d4,#0891b2)}.wf-accent-indigo .wf-node-head{background:linear-gradient(135deg,#6366f1,#4f46e5)}.wf-accent-sky .wf-node-head{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.wf-accent-emerald .wf-node-head{background:linear-gradient(135deg,#10b981,#059669)}.wf-accent-teal .wf-node-head{background:linear-gradient(135deg,#14b8a6,#0d9488)}.wf-accent-violet .wf-node-head{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.wf-accent-fuchsia .wf-node-head{background:linear-gradient(135deg,#d946ef,#c026d3)}.wf-accent-orange .wf-node-head{background:linear-gradient(135deg,#f97316,#ea580c)}.wf-accent-pink .wf-node-head{background:linear-gradient(135deg,#ec4899,#db2777)}.wf-accent-blue .wf-node-head{background:linear-gradient(135deg,#3b82f6,#2563eb)}.wf-accent-slate .wf-node-head{background:linear-gradient(135deg,#64748b,#475569)}.wf-palette-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:.75rem;font-size:12px;font-weight:700;color:#334155;background:rgba(248,250,252,.9);border:1px solid rgba(15,23,42,.05);cursor:grab;transition:all .15s ease;text-align:left}.wf-palette-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:.65rem;color:#fff;background:var(--wf-icon-bg,#06b6d4);box-shadow:0 6px 14px rgba(14,165,233,.22)}.wf-palette-icon svg{width:16px;height:16px;display:block}.wf-check-list{display:grid;gap:.75rem}.wf-check-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #f3f4f6;border-radius:1rem;background:#f9fafb;cursor:pointer;transition:border-color .18s ease,background .18s ease}.dark .wf-check-option{border-color:rgba(255,255,255,.05);background:#1f2937}.wf-check-option:hover{border-color:rgba(139,92,246,.3)}.dark .wf-check-option:hover{border-color:rgba(139,92,246,.3)}.wf-check-option input{width:1rem;height:1rem;flex:0 0 auto;border-radius:.25rem;accent-color:#7c3aed;cursor:pointer}.wf-check-option input:focus-visible{outline:2px solid rgba(139,92,246,.55);outline-offset:2px}.wf-check-copy{display:grid;gap:.25rem}.wf-check-title{font-size:.875rem;font-weight:700;color:#111827}.dark .wf-check-title{color:#fff}.wf-check-hint{font-size:.75rem;line-height:1.35;color:#6b7280}.dark .wf-check-hint{color:#6b7280}.wf-palette-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.wf-palette-btn:hover{background:#fff;transform:translateX(2px);box-shadow:0 4px 12px rgba(15,23,42,.08)}.dark .wf-palette-btn{color:#e2e8f0;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.06)}.dark .wf-palette-icon{box-shadow:0 0 0 1px rgba(255,255,255,.08),0 8px 20px rgba(14,165,233,.22)}.dark .wf-palette-btn:hover{background:rgba(255,255,255,.08)}.wf-palette-dot{height:10px;width:10px;border-radius:999px;flex-shrink:0}.wf-field-label{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:4px}.wf-field-input,.wf-field-select,.wf-field-textarea{width:100%;border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb;padding:9px 11px;font-size:13px;font-weight:500;color:#111827;transition:box-shadow .15s ease,border-color .15s ease}.wf-field-textarea{resize:vertical;min-height:76px}.wf-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:16px;cursor:pointer}.wf-field-input:focus,.wf-field-select:focus,.wf-field-textarea:focus{outline:0;border-color:#06b6d4;box-shadow:0 0 0 2px rgba(6,182,212,.35)}.dark .wf-field-input,.dark .wf-field-select,.dark .wf-field-textarea{background:#1f2937;border-color:#4b5563;color:#f1f5f9}.dark .wf-field-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:16px}.wf-ratio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.wf-ratio-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:7px 4px;border-radius:.6rem;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:all .15s ease}.wf-ratio-btn:hover{border-color:rgba(6,182,212,.45)}.wf-ratio-btn.selected{border-color:rgba(6,182,212,.7);background:rgba(236,254,255,.8)}.dark .wf-ratio-btn{border-color:#4b5563;background:#1f2937}.dark .wf-ratio-btn.selected{border-color:rgba(6,182,212,.7);background:rgba(8,51,68,.7)}.wf-ratio-shape-wrap{width:26px;height:26px;display:flex;align-items:center;justify-content:center}.wf-ratio-shape{border:1.6px solid #64748b;border-radius:3px}.wf-ratio-btn.selected .wf-ratio-shape{border-color:#06b6d4}.dark .wf-ratio-shape{border-color:#94a3b8}.dark .wf-ratio-btn.selected .wf-ratio-shape{border-color:#22d3ee}.wf-ratio-label{font-size:9px;font-weight:700;color:#64748b}.wf-ratio-btn.selected .wf-ratio-label{color:#0891b2}.dark .wf-ratio-label{color:#94a3b8}.dark .wf-ratio-btn.selected .wf-ratio-label{color:#22d3ee}.wf-ratio-shape-wrap .wf-ratio-auto{color:#64748b}.wf-ratio-btn.selected .wf-ratio-auto{color:#06b6d4}.dark .wf-ratio-shape-wrap .wf-ratio-auto{color:#94a3b8}.dark .wf-ratio-btn.selected .wf-ratio-auto{color:#22d3ee}.wf-select{position:relative}.wf-select-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb;padding:9px 11px;font-size:13px;font-weight:500;color:#111827;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.wf-select-btn:hover{border-color:rgba(6,182,212,.45)}.wf-select.open .wf-select-btn{border-color:#06b6d4;box-shadow:0 0 0 2px rgba(6,182,212,.3)}.dark .wf-select-btn{background:#1f2937;border-color:#4b5563;color:#f1f5f9}.wf-select-value{min-width:0;overflow:hidden}.wf-select-value,.wf-select-option{display:flex;align-items:center;gap:9px}.wf-model-logo{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(148,163,184,.35);color:#0f172a;font-size:11px;font-weight:800;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.wf-model-logo svg{width:16px;height:16px;display:block;fill:currentColor}.wf-model-logo--google,.wf-model-logo.model-option__logo--google{background:#fff}.wf-model-logo.model-option__logo--openai,.wf-model-logo.model-option__logo--bfl,.wf-model-logo.model-option__logo--qwen,.wf-model-logo.model-option__logo--minimax,.wf-model-logo.model-option__logo--kling,.wf-model-logo.model-option__logo--ideogram,.wf-model-logo.model-option__logo--recraft,.wf-model-logo.model-option__logo--stability,.wf-model-logo.model-option__logo--amazon,.wf-model-logo.model-option__logo--xai,.wf-model-logo.model-option__logo--krea{color:#111827;background:rgba(255,255,255,.92)}.wf-model-logo.model-option__logo--bfl svg{width:18px;height:auto}.wf-model-logo.model-option__logo--qwen svg{width:16px;height:16px}.wf-model-logo.model-option__logo--kling svg,.wf-model-logo.model-option__logo--amazon svg{width:18px;height:18px}.wf-model-logo.model-option__logo--stability svg,.wf-model-logo.model-option__logo--ideogram svg,.wf-model-logo.model-option__logo--recraft svg,.wf-model-logo.model-option__logo--xai svg,.wf-model-logo.model-option__logo--krea svg,.wf-model-logo.model-option__logo--minimax svg{width:16px;height:16px}.wf-model-logo.model-option__logo--bytedance,.wf-model-logo.model-option__logo--luma,.wf-model-logo.model-option__logo--leonardoai,.wf-model-logo.model-option__logo--pixverse,.wf-model-logo.model-option__logo--lightricks,.wf-model-logo.model-option__logo--prunaai{background:transparent;color:#111827;padding:2px}.wf-model-logo.model-option__logo--bytedance svg,.wf-model-logo.model-option__logo--luma svg,.wf-model-logo.model-option__logo--pixverse svg,.wf-model-logo.model-option__logo--lightricks svg,.wf-model-logo.model-option__logo--prunaai svg{width:18px;height:18px}.wf-model-logo.model-option__logo--leonardoai svg{width:20px;height:20px}.wf-model-logo.model-option__logo--banana{background:rgba(255,255,255,.92);font-size:14px}.wf-model-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.wf-model-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15}.wf-model-provider{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:11px;font-weight:500;line-height:1.15;text-transform:capitalize}.dark .wf-model-logo{border-color:rgba(148,163,184,.28);color:#0f172a;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.dark .wf-model-logo.model-option__logo--openai,.dark .wf-model-logo.model-option__logo--bfl,.dark .wf-model-logo.model-option__logo--qwen,.dark .wf-model-logo.model-option__logo--minimax,.dark .wf-model-logo.model-option__logo--kling,.dark .wf-model-logo.model-option__logo--ideogram,.dark .wf-model-logo.model-option__logo--recraft,.dark .wf-model-logo.model-option__logo--stability,.dark .wf-model-logo.model-option__logo--amazon,.dark .wf-model-logo.model-option__logo--xai,.dark .wf-model-logo.model-option__logo--krea,.dark .wf-model-logo.model-option__logo--banana{color:#f3f4f6;background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(30,41,59,.96))}.dark .wf-model-logo.model-option__logo--bytedance,.dark .wf-model-logo.model-option__logo--luma,.dark .wf-model-logo.model-option__logo--leonardoai,.dark .wf-model-logo.model-option__logo--pixverse,.dark .wf-model-logo.model-option__logo--lightricks,.dark .wf-model-logo.model-option__logo--prunaai{background:rgba(15,23,42,.45);color:#f3f4f6}.dark .wf-model-provider{color:#94a3b8}.wf-select-chevron{width:16px;height:16px;flex-shrink:0;color:#6b7280;transition:transform .2s ease}.wf-select.open .wf-select-chevron{transform:rotate(180deg)}.wf-select-panel{margin-top:6px;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.12);padding:6px}.dark .wf-select-panel{background:#111827;border-color:#374151;box-shadow:0 12px 30px rgba(2,6,23,.5)}.wf-select-search{width:100%;border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb;padding:8px 11px;font-size:13px;font-weight:500;margin-bottom:6px;color:#111827;transition:box-shadow .15s ease,border-color .15s ease}.wf-select-search:focus{outline:0;border-color:#06b6d4;box-shadow:0 0 0 2px rgba(6,182,212,.35)}.dark .wf-select-search{background:#1f2937;border-color:#4b5563;color:#f1f5f9}.wf-select-options{max-height:190px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.wf-select-option{text-align:left;border-radius:.5rem;padding:7px 9px;font-size:13px;font-weight:500;color:#334155;background:transparent;cursor:pointer;transition:background .12s ease}.wf-select-option:hover{background:rgba(6,182,212,.08)}.wf-select-option.selected{background:rgba(6,182,212,.14);color:#0891b2;font-weight:700}.dark .wf-select-option{color:#cbd5e1}.dark .wf-select-option:hover{background:rgba(6,182,212,.16)}.dark .wf-select-option.selected{background:rgba(6,182,212,.22);color:#22d3ee}