:root{--we-navy-900:#000b24;--we-navy-800:#001848;--we-navy-700:#062868;--we-blue-600:#1848a8;--we-blue-500:#2d6bd4;--we-blue-400:#4890e0;--we-blue-300:#6bb0ee;--we-blue-200:#a8d0f5;--we-blue-100:#d6e8fa;--we-blue-050:#eef5fd;--we-sky-500:#48a8ff;--we-sky-400:#6bbfff;--we-teal-600:#009e96;--we-teal-500:#00b8b0;--we-teal-400:#2dcec5;--we-ink-900:#0a0e1a;--we-ink-800:#161b29;--we-ink-700:#2a3142;--we-ink-600:#4a5266;--we-ink-500:#6b7284;--we-ink-400:#8e94a3;--we-ink-300:#b4b9c4;--we-ink-200:#d6d9e0;--we-ink-100:#e8eaef;--we-ink-050:#f4f5f8;--we-white:#fff;--we-success:#1ba85c;--we-warning:#e8a317;--we-danger:#d94d4d;--we-info:var(--we-blue-500);--we-grad-brand:linear-gradient(135deg, #001848, #1848a8 50%, #48a8ff);--we-grad-sky:linear-gradient(135deg, #1848a8, #48a8ff);--we-grad-deep:linear-gradient(180deg, #000b24, #001848 60%, #062868);--we-font-sans:"Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", system-ui, sans-serif;--we-font-mono:"JetBrains Mono", "SF Mono", "Consolas", monospace;--we-text-xs:12px;--we-text-sm:14px;--we-text-base:16px;--we-text-md:18px;--we-text-lg:20px;--we-text-xl:24px;--we-text-2xl:32px;--we-space-1:4px;--we-space-2:8px;--we-space-3:12px;--we-space-4:16px;--we-space-5:20px;--we-space-6:24px;--we-space-8:32px;--we-space-10:40px;--we-radius-sm:4px;--we-radius-md:8px;--we-radius-lg:12px;--we-radius-xl:16px;--we-radius-2xl:24px;--we-radius-pill:999px;--we-shadow-xs:0 1px 2px #0018480f;--we-shadow-sm:0 2px 6px #00184814;--we-shadow-md:0 6px 16px #0018481a;--we-shadow-lg:0 16px 40px #00184824;--we-shadow-xl:0 28px 72px #0018482e;--we-shadow-glow:0 0 0 4px #48a8ff33;--we-ease-out:cubic-bezier(.22, 1, .36, 1);--we-ease-in-out:cubic-bezier(.65, 0, .35, 1);--we-dur-fast:.14s;--we-dur-base:.22s;--we-dur-slow:.36s;--we-bg-app:#f4f5f8;--we-bg-surface:#fff;--we-bg-subtle:#f4f5f8;--we-bg-inset:#eef5fd;--we-fg-default:#0a0e1a;--we-fg-muted:#4a5266;--we-fg-subtle:#6b7284;--we-border-default:#e8eaef;--we-border-strong:#d6d9e0;--we-brand:#1848a8;--we-brand-hover:#2d6bd4;--we-on-brand:#fff}*{box-sizing:border-box}body{font-family:var(--we-font-sans);color:var(--we-fg-default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef1f6;margin:0}.app-frame{background:var(--we-bg-app);font-feature-settings:"palt" 1;flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.app-topbar{background:var(--we-white);border-bottom:1px solid var(--we-border-default);z-index:10;flex-shrink:0;align-items:center;gap:16px;height:56px;padding:0 20px;display:flex;position:relative}.app-logo{color:inherit;cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.app-logo:hover .app-logo-name{color:var(--we-blue-600)}.app-logo-mark{object-fit:cover;border-radius:8px;width:32px;height:32px;display:block;box-shadow:0 2px 6px #1848a84d}.app-logo-name{color:var(--we-navy-800);letter-spacing:-.01em;font-size:16px;font-weight:700}.app-crumb{border-left:1px solid var(--we-border-default);color:var(--we-fg-muted);align-items:center;gap:8px;padding-left:16px;font-size:13px;display:flex}.app-crumb .crumb-link{color:inherit;text-decoration:none;transition:color .15s}.app-crumb .crumb-link:hover{color:var(--we-blue-600);text-decoration:underline}.app-crumb .sep{color:var(--we-ink-300)}.app-crumb .current{color:var(--we-fg-default);font-weight:600}.app-crumb .pencil{color:var(--we-ink-300);cursor:pointer;margin-left:2px;transition:color .15s}.app-crumb .pencil:hover{color:var(--we-blue-600)}.topbar-spacer{flex:1}.topbar-status{color:var(--we-fg-muted);background:var(--we-ink-050);border-radius:var(--we-radius-pill);align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:flex}.topbar-status .dot{border-radius:50%;width:6px;height:6px}.topbar-btn{border-radius:var(--we-radius-md);cursor:pointer;color:var(--we-fg-default);background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.topbar-btn:hover{background:var(--we-ink-050)}.topbar-btn:disabled{opacity:.4;cursor:not-allowed}.topbar-btn.ghost{border-color:var(--we-border-default);background:var(--we-white)}.topbar-btn.ghost:hover{border-color:var(--we-border-strong);background:var(--we-ink-050)}.topbar-btn.primary{background:var(--we-brand);color:var(--we-on-brand);box-shadow:0 1px 2px #1848a833}.topbar-btn.primary:hover{background:var(--we-brand-hover)}.topbar-btn .icon{font-size:14px;line-height:1}.topbar-avatar{color:#fff;border:2px solid var(--we-white);width:32px;height:32px;box-shadow:0 0 0 1px var(--we-border-default);background:linear-gradient(135deg,#4890e0,#1848a8);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.user-menu{flex-shrink:0;position:relative}.user-menu-trigger{border:1px solid var(--we-border-default);border-radius:var(--we-radius-pill);background:var(--we-white);min-height:36px;color:var(--we-fg-default);cursor:pointer;align-items:center;gap:8px;padding:3px 10px 3px 3px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.user-menu-trigger:hover{border-color:var(--we-border-strong);background:var(--we-ink-050)}.user-menu-trigger .topbar-avatar{width:28px;height:28px;box-shadow:none;border:none;font-size:12px}.user-menu-name{text-overflow:ellipsis;white-space:nowrap;max-width:9em;overflow:hidden}.user-menu-caret{color:var(--we-fg-muted);font-size:10px}.user-menu-popover{background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);width:320px;box-shadow:var(--we-shadow-xl);z-index:1100;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.user-menu-head{border-bottom:1px solid var(--we-border-default);margin-bottom:6px;padding:10px 12px 12px}.user-menu-head-name{color:var(--we-fg-default);font-size:14px;font-weight:700}.user-menu-head-note{color:var(--we-fg-muted);margin-top:4px;font-size:12px;line-height:1.6}.user-menu-item{border-radius:var(--we-radius-md);width:100%;color:var(--we-fg-default);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.user-menu-item:hover{background:var(--we-blue-050)}.user-menu-item:disabled{opacity:.5;cursor:not-allowed}.user-menu-error{border-radius:var(--we-radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin:6px;padding:8px 12px;font-size:12px;line-height:1.6}.app-footer{color:var(--we-fg-muted);background:var(--we-white);border-top:1px solid var(--we-border-default);flex-shrink:0;justify-content:center;gap:24px;padding:6px 16px;font-size:11px;display:flex}.app-footer a{color:var(--we-accent);text-decoration:underline}.app-footer a:hover{color:var(--we-accent-hover)}.app-main{flex:1;min-height:0;display:flex}.chat-panel{background:var(--we-white);border-right:1px solid var(--we-border-default);flex-direction:column;flex-shrink:0;width:360px;transition:width .18s;display:flex}.chat-panel.collapsed{align-items:center;width:44px;overflow:hidden}.chat-toggle-btn{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);cursor:pointer;width:28px;height:28px;color:var(--we-fg-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.chat-toggle-btn:hover{background:var(--we-ink-050);border-color:var(--we-border-strong)}.chat-header{border-bottom:1px solid var(--we-border-default);padding:12px 16px}.chat-header-row{align-items:center;gap:8px;display:flex}.chat-header-title{color:var(--we-fg-default);font-size:15px;font-weight:700}.chat-header-sub{color:var(--we-fg-muted);margin-top:4px;font-size:12px;line-height:1.5}.chat-header-slot-left,.chat-header-slot-right{align-items:center;display:flex}.chat-header-badge{color:var(--we-blue-600);background:var(--we-blue-050);border-radius:var(--we-radius-pill);align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:flex}.chat-header-badge .dot{background:var(--we-blue-400);border-radius:50%;width:6px;height:6px;animation:1.4s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-body{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.chat-empty-hint{color:var(--we-fg-muted);background:var(--we-blue-050);border-radius:var(--we-radius-md);text-align:center;padding:16px;font-size:13px;line-height:1.6}.chat-hint-icon{margin-bottom:8px;font-size:24px}.chat-hint-title{color:var(--we-blue-600);margin-bottom:6px;font-size:14px;font-weight:700}.chat-hint-text{color:var(--we-fg-muted);margin:0 0 12px;font-size:13px;line-height:1.6}.chat-hint-examples{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.chat-hint-pill{background:var(--we-bg-surface);border:1px solid var(--we-border-default);border-radius:var(--we-radius-full);color:var(--we-fg-default);cursor:default;padding:4px 10px;font-size:12px;display:inline-block}.chat-msg-row{flex-direction:column;gap:6px;display:flex}.chat-msg-meta{align-items:center;gap:6px;font-size:12px;display:flex}.chat-msg-avatar{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.chat-msg-row.user .chat-msg-avatar{color:#fff;background:linear-gradient(135deg,#4890e0,#1848a8)}.chat-msg-row.ai .chat-msg-avatar{background:var(--we-ink-050);color:var(--we-blue-600)}.chat-msg-bubble{color:var(--we-fg-default);background:var(--we-ink-050);border-radius:0 var(--we-radius-lg) var(--we-radius-lg) var(--we-radius-lg);white-space:pre-wrap;overflow-wrap:anywhere;padding:10px 14px;font-size:13px;line-height:1.6}.chat-msg-row.user .chat-msg-bubble{background:var(--we-blue-050)}.chat-typing-dots{align-items:center;gap:4px;height:20px;display:flex}.chat-typing-dots span{background:var(--we-ink-400);border-radius:50%;width:6px;height:6px;animation:1.2s infinite typing}.chat-typing-dots span:nth-child(2){animation-delay:.2s}.chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ai-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.ai-action-chip{border-radius:var(--we-radius-pill);padding:3px 8px;font-size:11px;font-weight:600}.ai-action-chip.add{color:#2e7d32;background:#e8f5e9}.ai-action-chip.update{background:var(--we-blue-050);color:var(--we-blue-600)}.ai-action-chip.delete{color:#c62828;background:#fdecea}.ai-action-chip.warn{color:#f57f17;background:#fff8e1}.chat-input{border-top:1px solid var(--we-border-default);padding:12px 16px}.chat-input-text{resize:none;width:100%;min-height:40px;font:inherit;color:var(--we-fg-default);background:0 0;border:none;outline:none;padding:0;font-size:13px}.chat-input-text::placeholder{color:var(--we-ink-400)}.chat-input-toolbar{justify-content:flex-end;margin-top:8px;display:flex}.chat-send-btn{border-radius:var(--we-radius-md);background:var(--we-brand);color:var(--we-on-brand);cursor:pointer;border:none;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .15s;display:inline-flex}.chat-send-btn:hover{background:var(--we-brand-hover)}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-input-wrap{border-top:1px solid var(--we-border-default);padding:12px 16px}.chat-new-conversation-btn.icon-only{border:1px solid var(--we-border-default,#d1d5db);border-radius:var(--we-radius-sm,6px);background:var(--we-bg-default,#fff);width:28px;height:28px;color:var(--we-fg-default,#1e293b);cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:14px;transition:background .15s;display:inline-flex}.chat-new-conversation-btn.icon-only:hover{background:var(--we-ink-050,#f1f5f9)}.chat-conversation-switcher{position:relative}.chat-conversation-switcher-btn{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.chat-conversation-switcher-menu{background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);min-width:220px;box-shadow:var(--we-shadow-md);z-index:100;max-height:240px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto}.chat-conversation-switcher-item{text-align:left;width:100%;font:inherit;color:var(--we-fg-default);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;padding:8px 12px;font-size:13px;display:block;overflow:hidden}.chat-conversation-switcher-item:hover{background:var(--we-ink-050)}.chat-conversation-switcher-item.active{background:var(--we-blue-050);color:var(--we-blue-600);font-weight:600}.chat-conversation-switcher-empty{color:var(--we-fg-muted);text-align:center;padding:12px;font-size:12px}.chat-suggestion-pill{border-radius:var(--we-radius-pill);color:var(--we-blue-600);background:var(--we-blue-050);border:1px solid var(--we-blue-100);cursor:pointer;padding:6px 14px;font-family:inherit;font-size:12px;transition:all .15s;display:inline-block}.chat-suggestion-pill:hover{background:var(--we-blue-100);border-color:var(--we-blue-200)}.canvas-side{flex-direction:column;flex:1;min-width:0;display:flex}.canvas-and-toolbar{flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex}.canvas{flex:1;position:relative}.canvas-toolbar{color:var(--we-fg-muted);border-bottom:1px solid var(--we-border-default);background:var(--we-white);align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.toolbar-tab{border-radius:var(--we-radius-md);cursor:pointer;color:var(--we-fg-muted);background:0 0;border:none;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.toolbar-tab:hover{background:var(--we-ink-050)}.toolbar-tab.active{background:var(--we-blue-050);color:var(--we-blue-600)}.toolbar-spacer{flex:1}.canvas-toolbar-info b{color:var(--we-fg-default);font-weight:700}.divider{background:var(--we-border-default);width:1px;height:16px;margin:0 4px}.canvas-controls{background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);box-shadow:var(--we-shadow-sm);z-index:5;align-items:center;gap:2px;padding:4px;display:flex;position:absolute;bottom:16px;right:16px}.canvas-ctrl-btn{border-radius:var(--we-radius-sm);cursor:pointer;width:28px;height:28px;color:var(--we-fg-muted);background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;transition:all .12s;display:flex}.canvas-ctrl-btn:hover{background:var(--we-ink-050);color:var(--we-fg-default)}.canvas-zoom{color:var(--we-fg-muted);text-align:center;min-width:36px;font-size:11px;font-weight:600}.canvas-legend{background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);box-shadow:var(--we-shadow-sm);color:var(--we-fg-muted);z-index:5;flex-direction:column;gap:6px;padding:10px 14px;font-size:11px;display:flex;position:absolute;top:48px;right:16px}.canvas-legend-title{color:var(--we-fg-default);letter-spacing:.04em;margin-bottom:2px;font-size:10px;font-weight:700}.legend-row{align-items:center;gap:4px;display:flex}.legend-swatch{border-radius:3px;width:10px;height:10px}.legend-swatch.human{background:#f5a623}.legend-swatch.claude{background:var(--we-blue-600)}.legend-swatch.tool{background:var(--we-teal-500)}.legend-swatch.subflow{background:var(--we-ink-200);border:1px dashed var(--we-ink-400)}.canvas-legend--app{max-height:calc(100% - 96px);overflow-y:auto}.legend-section{color:var(--we-fg-subtle);letter-spacing:.04em;margin-top:6px;font-size:10px;font-weight:700}.legend-icon{text-align:center;flex-shrink:0;width:14px;font-size:11px}.legend-line{border-top:1.5px solid var(--we-ink-500);flex-shrink:0;width:18px;height:0}.legend-line--dashed{border-top-style:dashed}.node{border:1px solid var(--we-border-strong,#c8ccd4);background:var(--we-white);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;width:200px;padding:10px 12px;transition:box-shadow .18s,border-color .18s;position:relative;box-shadow:0 1px 3px #0018480f,0 4px 12px #0018480a}.node:hover{box-shadow:var(--we-shadow-sm)}.node.selected{border-color:var(--we-blue-400);box-shadow:var(--we-shadow-glow)}.node.human .node-icon{color:#8a5a0f;background:#fff8e1}.node.claude .node-icon{background:var(--we-blue-050);color:var(--we-blue-600)}.node.tool .node-icon{color:#00796b;background:#e0f7fa}.node--piece{border-left:4px solid var(--we-ink-200)}.node--placed{border-left-color:var(--node-place-color,var(--we-ink-200))}.node--piece .node-icon{background:var(--we-ink-050);color:var(--we-fg-default);font-size:12px}.node--piece .node-kind-label{text-transform:none;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.node-place-tag{white-space:nowrap;border:1px solid;border-radius:3px;flex-shrink:0;padding:2px 5px;font-size:9px;font-weight:700;line-height:1}.node-tool-row{color:var(--we-fg-muted);letter-spacing:-.01em;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.node-head{align-items:center;gap:7px;margin-bottom:6px;display:flex}.node-icon{border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.node-kind-label{letter-spacing:.06em;text-transform:uppercase;color:var(--we-fg-muted);font-size:10px;font-weight:700}.node-tool-name{font-size:11px;font-weight:600;font-family:var(--we-font-mono,monospace);color:var(--we-ink-400);font-weight:500;font-family:var(--we-font-mono);text-overflow:ellipsis;white-space:nowrap;max-width:80px;margin-left:auto;overflow:hidden}.node-badge{background:var(--we-blue-500);color:#fff;letter-spacing:.04em;border-radius:3px;margin-left:auto;padding:1px 6px;font-size:9px;font-weight:700}.node-title{color:var(--we-fg-default);letter-spacing:-.005em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.node-meta{color:var(--we-fg-muted);font-size:11px;line-height:1.4;font-family:var(--we-font-mono,monospace);letter-spacing:-.01em;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.node--ai-changed{border-color:var(--we-blue-400);animation:1.5s ease-out aiGlow}@keyframes aiGlow{0%{box-shadow:0 0 0 6px #4890e04d}to{box-shadow:var(--we-shadow-xs)}}.node--drop-target{border-color:var(--we-teal-500);background:#00b8b00d}.node-handle{background:var(--we-ink-300)!important;border:2px solid var(--we-white)!important;border-radius:50%!important;width:8px!important;height:8px!important}.node-handle:hover{background:var(--we-blue-400)!important}.node-handle.node-handle--route{opacity:0!important;pointer-events:none!important}.node-plus-btn{border:1px solid var(--we-border-default);background:var(--we-white);width:20px;height:20px;color:var(--we-ink-400);cursor:pointer;opacity:0;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:opacity .15s,background .15s;display:flex;position:absolute}.node:hover .node-plus-btn{opacity:1}.node-plus-btn:hover{background:var(--we-blue-050);border-color:var(--we-blue-200);color:var(--we-blue-600)}.node-plus-btn.right{top:50%;right:-26px;transform:translateY(-50%)}.node-plus-btn.bottom{bottom:-26px;left:50%;transform:translate(-50%)}.selection-ribbon{background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);box-shadow:var(--we-shadow-sm);align-items:center;gap:2px;padding:3px 4px;display:flex}.selection-ribbon-btn{border-radius:var(--we-radius-sm);cursor:pointer;width:24px;height:24px;color:var(--we-fg-muted);background:0 0;border:none;justify-content:center;align-items:center;font-size:14px;display:flex}.selection-ribbon-btn:hover{background:var(--we-ink-050)}.selection-ribbon-btn.danger:hover{color:#c62828;background:#fdecea}.selection-ribbon-divider{background:var(--we-border-default);width:1px;height:16px}.start-node,.end-node{background:var(--we-ink-800);color:#fff;border-radius:var(--we-radius-pill);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 2px 6px #000b2433}.end-node{background:var(--we-ink-700)}.start-node .play{background:var(--we-success);border-radius:50%;width:8px;height:8px}.end-node .stop{background:var(--we-danger);border-radius:2px;width:8px;height:8px}.subflow-group{border:1.5px solid var(--we-blue-300);border-top:3px solid var(--we-blue-400);box-sizing:border-box;background:#4890e008;border-radius:10px;width:100%;height:100%;padding:32px 14px 14px;transition:border-color .15s,background .15s;position:relative}.subflow-group.selected{border-color:var(--we-blue-400)}.subflow-group.drag-hover{border-color:var(--we-teal-500);background:#00b8b00f}.subflow-group--ai-changed{border-color:var(--we-blue-400)}.subflow-label{background:var(--we-white);border:1px solid var(--we-blue-300);color:var(--we-blue-600);border-radius:var(--we-radius-pill);letter-spacing:.02em;cursor:default;z-index:1;align-items:center;gap:5px;padding:2px 10px 2px 7px;font-size:10.5px;font-weight:600;display:flex;position:absolute;top:-11px;left:12px}.subflow-label .icon{font-size:12px}.subflow-label-input{font:inherit;color:var(--we-fg-default);background:0 0;border:none;outline:none;width:120px;font-weight:700}.subflow-collapse{border-radius:var(--we-radius-pill);border:1px solid var(--we-border-default);background:var(--we-white);cursor:pointer;width:24px;height:24px;color:var(--we-fg-muted);z-index:1;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:-14px;right:16px}.subflow-collapse:hover{background:var(--we-ink-050)}.subflow-collapsed-summary{color:var(--we-fg-muted);align-items:center;gap:8px;padding:16px;font-size:12px;display:flex}.subflow-collapsed-pill{background:var(--we-ink-050);border-radius:var(--we-radius-pill);padding:2px 8px;font-size:11px}.subflow-handle{background:var(--we-ink-200)!important;border:2px solid var(--we-white)!important;width:8px!important;height:8px!important}.subflow-plus{position:absolute}.subflow-plus.right{top:50%;right:-26px;transform:translateY(-50%)}.edge-delete-btn{border:1px solid var(--we-border-default);background:var(--we-white);width:20px;height:20px;color:var(--we-ink-400);cursor:pointer;box-shadow:var(--we-shadow-xs);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.edge-delete-btn:hover{color:#c62828;background:#fdecea;border-color:#fdecea}.edge--ai-changed{filter:drop-shadow(0 0 3px #4890e066)}.add-menu-wrap{z-index:100;visibility:hidden;position:absolute;top:0;left:0}.add-menu{min-width:200px;max-height:var(--add-menu-max-h,none);background:var(--we-white);border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);box-shadow:var(--we-shadow-lg);z-index:100;padding:6px;overflow-y:auto}.add-menu-section{color:var(--we-fg-subtle);letter-spacing:.08em;text-transform:uppercase;padding:6px 10px 4px;font-size:10px;font-weight:700}.add-menu-divider{background:var(--we-border-default);height:1px;margin:4px 0}.add-menu-item{border-radius:var(--we-radius-md);cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;transition:background .12s;display:flex}.add-menu-item:hover{background:var(--we-ink-050)}.add-menu-item-icon{border-radius:var(--we-radius-md);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.add-menu-item-icon.human{color:#8a5a0f;background:#fff8e1}.add-menu-item-icon.claude{background:var(--we-blue-050);color:var(--we-blue-600)}.add-menu-item-icon.tool{color:#00766f;background:#e0f7fa}.add-menu-item-name{color:var(--we-fg-default);font-size:13px;font-weight:600}.add-menu-item-desc{color:var(--we-fg-muted);font-size:11px}.detail-panel{border-top:1px solid var(--we-border-default);background:var(--we-white);min-height:200px;max-height:320px;padding:16px;overflow-y:auto}.detail-panel-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.detail-panel-title{color:var(--we-fg-default);font-size:14px;font-weight:700}.detail-panel-step{color:var(--we-fg-subtle);margin-left:auto;font-size:11px}.detail-field{margin-bottom:12px}.detail-field label{color:var(--we-fg-subtle);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.detail-field input,.detail-field textarea,.detail-field select{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);width:100%;font:inherit;color:var(--we-fg-default);background:var(--we-white);padding:8px 10px;font-size:13px;transition:border-color .15s}.detail-field input:focus,.detail-field textarea:focus,.detail-field select:focus{border-color:var(--we-blue-400);box-shadow:var(--we-shadow-glow);outline:none}.detail-field textarea{resize:vertical;min-height:60px}.detail-hint{color:var(--we-fg-subtle);margin-top:4px;font-size:11px;line-height:1.5}.detail-counter{color:var(--we-fg-subtle);text-align:right;margin-top:2px;font-size:10px}.detail-place-btns{flex-wrap:wrap;gap:6px;display:flex}.detail-place-btn{color:var(--we-fg-muted);background:var(--we-white);border:1px solid var(--we-border-strong);border-radius:var(--we-radius-pill);cursor:pointer;transition:background var(--we-dur-fast), border-color var(--we-dur-fast);align-items:center;gap:6px;padding:5px 9px;font-size:12px;display:inline-flex}.detail-place-btn:hover{background:var(--we-ink-050)}.detail-place-btn.selected{color:var(--we-fg-default);border-color:var(--place-color,var(--we-ink-400));box-shadow:0 0 0 2px color-mix(in srgb, var(--place-color,var(--we-ink-400)) 20%, transparent)}.detail-place-swatch{background:var(--place-color,var(--we-ink-300));border-radius:3px;width:10px;height:10px}.detail-actions{border-top:1px solid var(--we-border-default);gap:8px;padding-top:8px;display:flex}.detail-empty{color:var(--we-fg-muted);align-items:center;gap:8px;font-size:13px;display:flex}.claude-prompt-overlay{z-index:1000;background:#000b2480;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.claude-prompt-dialog{background:var(--we-white);border-radius:var(--we-radius-xl);width:640px;max-height:80vh;box-shadow:var(--we-shadow-xl);flex-direction:column;display:flex;overflow:hidden}.claude-prompt-header{border-bottom:1px solid var(--we-border-default);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.claude-prompt-header h2{margin:0;font-size:16px;font-weight:700}.claude-prompt-close{border-radius:var(--we-radius-md);border:1px solid var(--we-border-default);background:var(--we-white);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.claude-prompt-close:hover{background:var(--we-ink-050)}.claude-prompt-tabs{border-bottom:1px solid var(--we-border-default);gap:4px;padding:10px 20px 0;display:flex}.claude-prompt-tab{color:var(--we-fg-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 16px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.claude-prompt-tab:hover{color:var(--we-fg-default)}.claude-prompt-tab.active{color:var(--we-blue-600);border-bottom-color:var(--we-blue-600)}.claude-prompt-status{padding:8px 20px;font-size:12px;font-weight:600}.claude-prompt-status-copied{color:var(--we-success)}.claude-prompt-status-error{color:var(--we-danger)}.claude-prompt-help{color:var(--we-fg-muted);padding:8px 20px;font-size:12px;line-height:1.5}.claude-prompt-body{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);font-family:var(--we-font-mono);color:var(--we-fg-default);background:var(--we-ink-050);resize:none;flex:1;min-height:200px;margin:0 20px;padding:12px;font-size:12px;line-height:1.6;overflow-y:auto}.claude-prompt-footer{border-top:1px solid var(--we-border-default);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.form-textarea{border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);width:100%;font:inherit;color:var(--we-fg-default);resize:vertical;padding:14px;font-size:14px;line-height:1.6;transition:border-color .15s}.form-textarea:focus{border-color:var(--we-blue-400);box-shadow:var(--we-shadow-glow);outline:none}.prompt-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s ff-fade-in;display:flex;position:fixed;inset:0}@keyframes ff-fade-in{0%{opacity:0}to{opacity:1}}.prompt-modal{background:var(--we-bg-surface);border-radius:var(--we-radius-xl);box-shadow:var(--we-shadow-lg);flex-direction:column;width:90vw;max-width:720px;max-height:85vh;animation:.2s ff-slide-up;display:flex}@keyframes ff-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.prompt-modal-header{border-bottom:1px solid var(--we-border-default);justify-content:space-between;align-items:center;padding:20px 24px 12px;display:flex}.prompt-modal-header h2{font-size:var(--we-text-lg);color:var(--we-fg-default);margin:0;font-weight:700}.prompt-modal-close{cursor:pointer;color:var(--we-fg-muted);border-radius:var(--we-radius-sm);background:0 0;border:none;padding:4px 8px;font-size:18px;transition:all .15s}.prompt-modal-close:hover{background:var(--we-ink-100);color:var(--we-fg-default)}.prompt-modal-desc{font-size:var(--we-text-sm);color:var(--we-fg-muted);margin:0;padding:12px 24px;line-height:1.6}.prompt-modal-textarea{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);font-family:var(--we-font-mono);color:var(--we-fg-default);background:var(--we-ink-050);resize:none;cursor:text;flex:1;min-height:300px;margin:0 24px;padding:16px;font-size:12px;line-height:1.7;overflow-y:auto}.prompt-modal-textarea:focus{border-color:var(--we-blue-400);outline:none}.prompt-modal-actions{border-top:1px solid var(--we-border-default);justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.generate-flow-loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.generate-flow-loading-card{background:var(--we-white);border-radius:var(--we-radius-xl);box-shadow:var(--we-shadow-lg);text-align:center;width:90%;max-width:420px;padding:40px 48px}.generate-flow-loading-spinner{border:3px solid var(--we-blue-100);border-top-color:var(--we-blue-600);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite ff-spin}@keyframes ff-spin{to{transform:rotate(360deg)}}.generate-flow-loading-title{font-size:var(--we-text-lg);color:var(--we-fg-default);margin-bottom:6px;font-weight:700}.generate-flow-loading-sub{font-size:var(--we-text-sm);color:var(--we-fg-muted);margin-bottom:20px}.generate-flow-loading-tip-card{background:var(--we-ink-050);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);text-align:left;padding:12px 16px}.generate-flow-loading-tip-cat{letter-spacing:.06em;text-transform:uppercase;color:var(--we-blue-600);margin-bottom:4px;font-size:10px;font-weight:700}.generate-flow-loading-tip-text{font-size:var(--we-text-sm);color:var(--we-fg-default);line-height:1.5}@keyframes ff-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.history-panel-overlay{z-index:1200;background:#00000059;justify-content:flex-end;animation:.15s history-fade-in;display:flex;position:fixed;inset:0}@keyframes history-fade-in{0%{opacity:0}to{opacity:1}}.history-panel{background:var(--we-bg-surface);flex-direction:column;width:460px;max-width:90vw;height:100vh;animation:.2s history-slide-in;display:flex;box-shadow:-4px 0 24px #0000001f}@keyframes history-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.history-panel-header{border-bottom:1px solid var(--we-border-default);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.history-panel-title{font-size:var(--we-text-md);color:var(--we-fg-default);margin:0;font-weight:700}.history-panel-close{cursor:pointer;color:var(--we-fg-muted);border-radius:var(--we-radius-sm);background:0 0;border:none;padding:4px 8px;font-size:18px}.history-panel-close:hover{background:var(--we-ink-050);color:var(--we-fg-default)}.history-panel-tabs{border-bottom:1px solid var(--we-border-default);flex-shrink:0;gap:0;display:flex}.history-tab{cursor:pointer;font-size:var(--we-text-sm);color:var(--we-fg-muted);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-weight:600;transition:color .15s,border-color .15s;display:flex}.history-tab:hover{color:var(--we-fg-default)}.history-tab.active{color:var(--we-blue-600);border-bottom-color:var(--we-blue-600)}.history-tab-count{background:var(--we-ink-050);color:var(--we-fg-muted);text-align:center;border-radius:10px;min-width:20px;padding:1px 6px;font-size:11px;font-weight:700}.history-tab.active .history-tab-count{background:var(--we-blue-050);color:var(--we-blue-600)}.history-panel-filters{border-bottom:1px solid var(--we-border-default);flex-wrap:wrap;flex-shrink:0;gap:6px;padding:12px 20px;display:flex}.history-filter-chip{border:1px solid var(--we-border-default);background:var(--we-bg-surface);color:var(--we-fg-muted);cursor:pointer;border-radius:14px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .15s}.history-filter-chip:hover{border-color:var(--we-blue-400);color:var(--we-blue-600)}.history-filter-chip.active{background:var(--we-blue-050);border-color:var(--we-blue-400);color:var(--we-blue-600);font-weight:600}.history-prompt-summary{border-bottom:1px solid var(--we-border-default);flex-shrink:0;padding:12px 20px}.history-prompt-summary-title{color:var(--we-fg-default);margin-bottom:8px;font-size:12px;font-weight:700}.history-prompt-summary-list{flex-direction:column;gap:4px;display:flex}.history-prompt-summary-item{border-radius:var(--we-radius-md);border:1px solid var(--we-border-default);background:var(--we-bg-surface);cursor:pointer;justify-content:space-between;align-items:center;padding:6px 10px;font-size:12px;transition:background .1s;display:flex}.history-prompt-summary-item:hover{background:var(--we-blue-050)}.history-prompt-summary-item.active{background:var(--we-blue-050);border-color:var(--we-blue-400)}.history-prompt-summary-name{color:var(--we-fg-default);font-weight:600}.history-prompt-summary-date{color:var(--we-fg-muted);font-size:11px}.history-panel-body{flex:1;padding:12px 20px;overflow-y:auto}.history-panel-empty{text-align:center;font-size:var(--we-text-sm);color:var(--we-fg-muted);padding:48px 20px;line-height:1.8}.history-date-group{margin-bottom:16px}.history-date-label{color:var(--we-fg-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;padding-left:4px;font-size:11px;font-weight:700}.history-entry{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);margin-bottom:6px;transition:border-color .15s;overflow:hidden}.history-entry.expanded{border-color:var(--we-blue-400)}.history-entry-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background .1s;display:flex}.history-entry-header:hover{background:var(--we-ink-050)}.history-entry-icon{text-align:center;flex-shrink:0;width:24px;font-size:16px}.history-entry-info{flex:1;min-width:0}.history-entry-title{color:var(--we-fg-default);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.history-entry-meta{gap:8px;margin-top:2px;display:flex}.history-entry-type{color:var(--we-blue-600);font-size:11px;font-weight:500}.history-entry-time{color:var(--we-fg-muted);font-size:11px}.history-entry-chevron{color:var(--we-fg-muted);flex-shrink:0;font-size:12px}.history-entry-body{border-top:1px solid var(--we-border-default);padding:0 12px 12px}.history-entry-content{color:var(--we-fg-default);white-space:pre-wrap;word-break:break-word;padding:10px 0;font-size:13px;line-height:1.6}.history-entry-flow-link{color:var(--we-fg-muted);border-top:1px solid var(--we-border-default);padding-top:8px;font-size:12px}.history-entry-flow-link a{color:var(--we-blue-600);font-weight:600;text-decoration:none}.history-entry-flow-link a:hover{text-decoration:underline}.history-prompt-content{padding-top:8px}.history-prompt-actions{justify-content:flex-end;margin-bottom:8px;display:flex}.history-prompt-copy-btn{border-radius:var(--we-radius-md);border:1px solid var(--we-border-default);background:var(--we-bg-surface);cursor:pointer;color:var(--we-fg-default);padding:4px 12px;font-size:12px;transition:all .15s}.history-prompt-copy-btn:hover{background:var(--we-blue-050);border-color:var(--we-blue-400)}.history-prompt-text{font-family:var(--we-font-mono);color:var(--we-fg-default);background:var(--we-ink-050);border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);white-space:pre-wrap;word-break:break-word;max-height:300px;margin:0;padding:12px;font-size:11px;line-height:1.5;overflow-y:auto}.history-conv-card{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);margin-bottom:8px;padding:12px;transition:border-color .15s}.history-conv-card:hover{border-color:var(--we-blue-300)}.history-conv-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.history-conv-title{color:var(--we-fg-default);font-size:13px;font-weight:600}.history-conv-date{color:var(--we-fg-muted);font-size:11px}.history-conv-stats{color:var(--we-blue-600);margin-bottom:6px;font-size:11px;font-weight:500}.history-conv-preview{color:var(--we-fg-muted);background:var(--we-ink-050);border-radius:var(--we-radius-sm);padding:8px;font-size:12px;line-height:1.5}.enter-page{background:var(--we-grad-deep);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.enter-cancel{justify-content:center;width:100%;height:40px;margin-top:8px}.enter-alt-link{text-align:center;color:var(--we-fg-muted);margin-top:16px;font-size:12px;display:block}.identity-gate-card{background:var(--we-white);border-radius:var(--we-radius-xl);width:100%;max-width:420px;box-shadow:var(--we-shadow-xl);padding:28px}.identity-gate-title{color:var(--we-fg-default);margin:0 0 8px;font-size:18px;font-weight:800}.identity-gate-desc{color:var(--we-fg-muted);margin:0 0 20px;font-size:13px;line-height:1.7}.identity-gate-label{color:var(--we-fg-muted);margin:12px 0 6px;font-size:12px;font-weight:700;display:block}.identity-gate-input{border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);width:100%;height:40px;color:var(--we-fg-default);background:var(--we-white);padding:0 12px;font-size:14px}.identity-gate-input:focus{border-color:var(--we-blue-400);outline:none;box-shadow:0 0 0 3px #4890e026}.identity-gate-error{border-radius:var(--we-radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin-top:12px;padding:8px 12px;font-size:13px}.identity-gate-submit{justify-content:center;width:100%;height:44px;margin-top:20px}.identity-gate-list{border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);max-height:320px;margin-top:12px;overflow-y:auto}.identity-gate-item{border:none;border-bottom:1px solid var(--we-border-default);cursor:pointer;text-align:left;background:0 0;align-items:baseline;gap:10px;width:100%;padding:10px 14px;transition:background .12s;display:flex}.identity-gate-item:last-child{border-bottom:none}.identity-gate-item:hover{background:var(--we-blue-050)}.identity-gate-item.selected{background:var(--we-blue-050);box-shadow:inset 3px 0 0 var(--we-blue-500)}.identity-gate-item-name{color:var(--we-fg-default);font-size:14px;font-weight:700}.identity-gate-item-login{color:var(--we-fg-muted);font-size:12px;font-family:var(--we-font-mono,monospace)}.identity-gate-empty{text-align:center;color:var(--we-fg-muted);padding:20px;font-size:13px}.admin-page{background:var(--we-bg-app);min-height:100vh;padding:32px 20px 80px}.admin-container{max-width:1100px;margin:0 auto}.admin-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.admin-header h1{color:var(--we-fg-default);margin:0;font-size:22px;font-weight:800}.admin-card{background:var(--we-bg-surface);border:1px solid var(--we-border-default);border-radius:var(--we-radius-xl);box-shadow:var(--we-shadow-sm);margin-bottom:20px;padding:24px}.admin-card h2{color:var(--we-fg-default);margin:0 0 14px;font-size:15px;font-weight:700}.admin-login{max-width:380px;margin:80px auto 0}.admin-filters{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:16px;display:flex}.admin-field{flex-direction:column;gap:4px;display:flex}.admin-field label{color:var(--we-fg-muted);font-size:11px;font-weight:700}.admin-field input,.admin-field select{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);height:36px;color:var(--we-fg-default);padding:0 10px;font-size:13px}.admin-table-wrap{border:1px solid var(--we-border-default);border-radius:var(--we-radius-lg);overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--we-border-default);vertical-align:top;padding:10px 12px}.admin-table th{background:var(--we-ink-050);white-space:nowrap;font-size:12px;font-weight:700}.admin-table tr:last-child td{border-bottom:none}.admin-badge{background:var(--we-blue-050);color:var(--we-blue-600);white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.admin-content-cell{white-space:pre-wrap;word-break:break-word;max-width:480px;font-family:var(--we-font-mono,monospace);color:var(--we-fg-default);font-size:12px}.admin-content-toggle{color:var(--we-blue-600);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.admin-note{color:var(--we-fg-muted);font-size:12px;line-height:1.6}.admin-error{border-radius:var(--we-radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin-top:10px;padding:8px 12px;font-size:13px}.admin-ok{border-radius:var(--we-radius-md);color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;margin-top:10px;padding:8px 12px;font-size:13px}.canvas-row{flex:1 1 0;min-width:0;min-height:0;display:flex}.type-band-wrap{border-bottom:1px solid var(--we-border-default);background:var(--we-white)}.type-band{color:var(--we-fg-muted);background:var(--we-blue-050);align-items:center;gap:10px;padding:6px 16px;font-size:12px;display:flex}.type-band-caption{color:var(--we-fg-subtle);letter-spacing:.04em;white-space:nowrap;font-size:11px;font-weight:700}.type-band-main{border-radius:var(--we-radius-sm);min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:baseline;gap:8px;padding:2px 6px;display:flex}.type-band-main:hover{background:var(--we-blue-100)}.type-band-name{color:var(--we-blue-600);white-space:nowrap;font-size:14px;font-weight:700}.type-band-summary{color:var(--we-fg-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.type-band-by{border-radius:var(--we-radius-pill);background:var(--we-white);border:1px solid var(--we-border-strong);color:var(--we-fg-subtle);white-space:nowrap;padding:1px 8px;font-size:11px}.type-band-by.by-user{border-color:var(--we-blue-200);color:var(--we-blue-600)}.type-band-toggle{border:1px solid var(--we-blue-200);border-radius:var(--we-radius-md);background:var(--we-white);font:inherit;color:var(--we-blue-600);cursor:pointer;white-space:nowrap;padding:4px 10px;font-size:12px;font-weight:600}.type-band-toggle:hover{background:var(--we-blue-100)}.type-band-panel{border-top:1px solid var(--we-border-default);max-height:240px;color:var(--we-fg-default);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;padding:12px 16px 14px;font-size:12px;line-height:1.6;display:grid;overflow-y:auto}.type-band-heading{color:var(--we-fg-default);margin:0 0 6px;font-size:13px;font-weight:700}.type-band-text{color:var(--we-fg-muted);margin:0 0 8px}.type-band-row{grid-template-columns:7.5em minmax(0,1fr);gap:8px;margin-bottom:6px;display:grid}.type-band-row-label{color:var(--we-fg-subtle);font-weight:700}.type-band-sub{color:var(--we-fg-subtle);margin:4px 0;font-size:11px;font-weight:700}.type-option-list{flex-direction:column;gap:6px;margin:0 0 8px;padding:0;list-style:none;display:flex}.type-option{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);padding:8px 10px}.type-option-head{flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin-bottom:4px;display:flex}.type-option-name{color:var(--we-fg-default);font-weight:700}.type-option-summary{color:var(--we-fg-muted)}.type-option-reason{color:var(--we-fg-muted);margin-bottom:6px}.type-option-confirm{flex-direction:column;gap:6px;display:flex}.type-confirm-q{font-weight:700}.type-confirm-modes{flex-direction:column;gap:4px;display:flex}.type-confirm-mode{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);cursor:pointer;align-items:flex-start;gap:6px;padding:6px 8px;display:flex}.type-confirm-mode.selected{border-color:var(--we-blue-400);background:var(--we-blue-050)}.type-confirm-mode input{flex:none;margin:3px 0 0}.type-confirm-mode-note{color:var(--we-fg-muted);font-size:11px;line-height:1.5;display:block}.type-confirm-actions{flex-wrap:wrap;gap:6px;display:flex}.type-confirm-blocked{color:#8a5a00;font-size:11px;font-weight:600}.type-band-others summary{cursor:pointer;color:var(--we-blue-600);margin-bottom:6px;font-size:12px;font-weight:600}.type-band-note{color:var(--we-fg-subtle);margin:6px 0 0;font-size:11px}.type-band-error{border-radius:var(--we-radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin:8px 0 0;padding:6px 10px}.type-btn,.checklist-btn{border:1px solid var(--we-border-strong);border-radius:var(--we-radius-md);background:var(--we-white);font:inherit;color:var(--we-fg-default);cursor:pointer;padding:4px 10px;font-size:12px;font-weight:600}.type-btn:hover,.checklist-btn:hover{background:var(--we-ink-050)}.type-btn.primary,.checklist-btn.primary{border-color:var(--we-blue-600);background:var(--we-blue-600);color:var(--we-white)}.type-btn.primary:hover,.checklist-btn.primary:hover{background:var(--we-blue-500)}.type-btn:disabled,.checklist-btn:disabled{opacity:.4;cursor:not-allowed}.checklist-panel{border-left:1px solid var(--we-border-default);background:var(--we-white);flex-direction:column;flex-shrink:0;width:300px;min-height:0;display:flex}.checklist-panel.collapsed{width:36px}.checklist-expand{width:100%;height:100%;font:inherit;color:var(--we-fg-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:12px 0;font-size:12px;display:flex}.checklist-expand:hover{background:var(--we-ink-050)}.checklist-expand-label{writing-mode:vertical-rl;letter-spacing:.1em;font-weight:700}.checklist-badge{border-radius:var(--we-radius-pill);background:var(--we-warning);min-width:18px;color:var(--we-white);text-align:center;padding:1px 5px;font-size:11px;font-weight:700}.checklist-header{align-items:flex-start;gap:8px;padding:12px 12px 0 14px;display:flex}.checklist-title{color:var(--we-fg-default);flex:1;font-size:13px;font-weight:700;line-height:1.5}.checklist-collapse{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);width:24px;height:24px;color:var(--we-fg-muted);cursor:pointer;flex-shrink:0;font-size:14px}.checklist-collapse:hover{background:var(--we-ink-050)}.checklist-lead{color:var(--we-fg-subtle);margin:6px 14px 8px;font-size:11px;line-height:1.6}.checklist-body{flex:1;min-height:0;padding:0 12px 16px 14px;overflow-y:auto}.checklist-group{margin-top:10px}.checklist-group-title{color:var(--we-fg-subtle);letter-spacing:.04em;align-items:center;gap:6px;margin:0 0 6px;font-size:11px;font-weight:700;display:flex}.checklist-count{border-radius:var(--we-radius-pill);background:var(--we-ink-100);color:var(--we-fg-muted);padding:0 6px;font-size:10px}.checklist-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.checklist-item{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);padding:8px 10px;font-size:12px;line-height:1.55}.checklist-item--ask{border-left:3px solid var(--we-warning)}.checklist-item--in_flow{border-left:3px solid var(--we-success)}.checklist-item--not_needed{border-left:3px solid var(--we-ink-300);background:var(--we-ink-050)}.checklist-item-label{color:var(--we-fg-default);gap:6px;font-weight:600;display:flex}.checklist-item--not_needed .checklist-item-label{color:var(--we-fg-muted)}.checklist-mark{text-align:center;width:1.2em;color:var(--we-fg-subtle);flex-shrink:0}.checklist-item-note{color:var(--we-fg-muted);margin:2px 0 0 1.7em}.checklist-item-note.subtle{color:var(--we-fg-subtle);font-size:11px}.checklist-actions{flex-wrap:wrap;gap:6px;margin:6px 0 0;display:flex}.checklist-decide-pair{gap:6px;display:inline-flex}.checklist-btn.in-flow{border-color:var(--we-success);color:#13784a}.checklist-btn.in-flow:hover{background:#e8f6ee}.checklist-decide{margin:6px 0 0}.checklist-decide-label{color:var(--we-fg-subtle);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.checklist-decide-input{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);width:100%;font:inherit;color:var(--we-fg-default);resize:vertical;padding:6px 8px;font-size:12px}.checklist-decide-input:focus{border-color:var(--we-blue-400);box-shadow:var(--we-shadow-glow);outline:none}.add-menu-hint{color:var(--we-blue-600);padding:6px 10px 2px;font-size:11px;font-weight:600}.clarify-card{border:1px solid var(--we-blue-200);border-radius:var(--we-radius-lg);background:var(--we-blue-050);margin-top:4px;padding:20px}.clarify-card-title{color:var(--we-blue-600);margin:0 0 6px;font-size:16px;font-weight:800}.clarify-card-lead{color:var(--we-fg-default);margin:0 0 14px;font-size:13px;line-height:1.6}.clarify-questions{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.clarify-question{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);background:var(--we-white);padding:12px 14px}.clarify-question-text{color:var(--we-fg-default);margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.5}.clarify-question-num{border-radius:var(--we-radius-pill);background:var(--we-blue-100);color:var(--we-blue-600);vertical-align:1px;margin-right:8px;padding:1px 8px;font-size:11px;font-weight:700;display:inline-block}.clarify-choices{flex-wrap:wrap;gap:6px;display:flex}.clarify-choice{border:1px solid var(--we-blue-200);border-radius:var(--we-radius-pill);background:var(--we-white);font:inherit;color:var(--we-blue-600);cursor:pointer;text-align:left;padding:6px 12px;font-size:13px}.clarify-choice:hover{background:var(--we-blue-050)}.clarify-choice.on{border-color:var(--we-blue-600);background:var(--we-blue-600);color:var(--we-white)}.clarify-choice.subtle{border-color:var(--we-border-strong);color:var(--we-fg-subtle)}.clarify-choice.subtle.on{border-color:var(--we-ink-600);background:var(--we-ink-600);color:var(--we-white)}.clarify-choice:disabled{opacity:.5;cursor:not-allowed}.clarify-free{border:1px solid var(--we-border-default);border-radius:var(--we-radius-md);width:100%;font:inherit;color:var(--we-fg-default);margin-top:8px;padding:8px 10px;font-size:13px}.clarify-free.first{margin:0 0 8px}.clarify-free:focus{border-color:var(--we-blue-400);box-shadow:var(--we-shadow-glow);outline:none}.clarify-card-note{color:var(--we-fg-muted);margin:14px 0 12px;font-size:12px;line-height:1.6}.clarify-card-actions{flex-wrap:wrap;gap:8px;display:flex}
