*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f1fa;--card-bg:#ffffffa6;--card-bg-solid:#fff;--pressed-bg:#efebf5;--text:#332f3a;--text-muted:#635f69;--accent:#7c3aed;--accent-light:#a78bfa;--accent-2:#db2777;--info:#0ea5e9;--success:#10b981;--warn:#f59e0b;--danger:#ef4444;--shadow-card:16px 16px 32px #a096b433,-10px -10px 24px #ffffffe6,inset 6px 6px 12px #8b5cf608,inset -6px -6px 12px #fff;--shadow-card-hover:22px 22px 44px #a096b447,-14px -14px 32px #fffffff2,inset 6px 6px 12px #8b5cf60a,inset -6px -6px 12px #fff;--shadow-button:12px 12px 24px #8b5cf64d,-8px -8px 16px #fff6,inset 4px 4px 8px #fff6,inset -4px -4px 8px #0000001a;--shadow-button-hover:16px 16px 32px #8b5cf661,-10px -10px 20px #ffffff80,inset 4px 4px 8px #ffffff80,inset -4px -4px 8px #00000014;--shadow-pressed:inset 10px 10px 20px #d9d4e3,inset -10px -10px 20px #fff;--shadow-pressed-soft:inset 6px 6px 12px #d9d4e3,inset -6px -6px 12px #fff;--shadow-soft:8px 8px 16px #a096b41f,-6px -6px 12px #ffffffd9;--ease-spring:cubic-bezier(.34,1.56,.64,1);--ease-smooth:cubic-bezier(.4,0,.2,1)}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Noto Serif TC,Noto Sans TC,PingFang TC,Microsoft JhengHei,serif;font-size:15px;line-height:1.6}body{position:relative;overflow-x:hidden}::selection{background:var(--accent);color:#fff}h1,h2,h3,h4{color:var(--text);letter-spacing:-.02em;font-family:Noto Sans TC,sans-serif;font-weight:800;line-height:1.2}h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:900}h3{font-size:1.1rem;font-weight:800}h4{margin-bottom:.4rem;font-size:.95rem;font-weight:800}.clay-blobs{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.clay-blobs span{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.clay-blobs span:first-child{background:#a78bfa;width:55vh;height:55vh;animation:12s ease-in-out infinite clay-float;top:-10%;left:-10%}.clay-blobs span:nth-child(2){background:#f472b6;width:50vh;height:50vh;animation:14s ease-in-out infinite clay-float-alt;top:30%;right:-15%}.clay-blobs span:nth-child(3){background:#7dd3fc;width:45vh;height:45vh;animation:10s ease-in-out 2s infinite clay-float;bottom:-10%;left:25%}.clay-blobs span:nth-child(4){opacity:.3;background:#fcd34d;width:35vh;height:35vh;animation:16s ease-in-out 4s infinite clay-float-alt;top:60%;right:30%}@keyframes clay-float{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(20px,-25px)rotate(5deg)}}@keyframes clay-float-alt{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-20px,20px)rotate(-5deg)}}[data-lucide],svg.lucide{stroke-width:2px;vertical-align:-2px;flex-shrink:0;width:1.05em;height:1.05em;display:inline-block}.hdr{-webkit-backdrop-filter:blur(20px);color:var(--text);z-index:50;background:#ffffff8c;border-bottom:1px solid #ffffff80;justify-content:space-between;align-items:center;height:64px;padding:.6rem 1.4rem;display:flex;position:sticky;top:0}.htitle{letter-spacing:-.01em;color:var(--text);align-items:center;gap:.55rem;font-family:Noto Serif TC,serif;font-size:1.55rem;font-weight:900;display:flex}.htitle svg{width:26px;height:26px;color:var(--accent)}.htitle:before{display:none}.user{align-items:center;gap:.6rem;font-size:.8rem;display:flex}.user a{color:var(--text);text-decoration:none}.bell-btn{cursor:pointer;width:42px;height:42px;color:var(--text);transition:all .25s var(--ease-spring);background:#ffffffb3;border:0;border-radius:14px;justify-content:center;align-items:center;display:inline-flex;position:relative;box-shadow:8px 8px 16px #a096b42e,-4px -4px 10px #ffffffe6}.bell-btn svg{width:18px;height:18px}.bell-btn:hover{transform:translateY(-2px);box-shadow:12px 12px 22px #a096b440,-6px -6px 14px #fff}.bell-btn:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}.badge{color:#fff;background:linear-gradient(135deg,#f472b6,#db2777);border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-family:Noto Sans TC,sans-serif;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 4px 10px #db277773,inset 1px 1px #fff6}.hamburger{width:42px;height:42px;color:var(--text);cursor:pointer;transition:all .25s var(--ease-spring);background:#ffffffb3;border:0;border-radius:14px;justify-content:center;align-items:center;font-size:1rem;display:inline-flex;box-shadow:8px 8px 16px #a096b42e,-4px -4px 10px #ffffffe6}.hamburger svg{width:20px;height:20px}.hamburger:hover{transform:translateY(-2px)}.hamburger:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}.drawer{width:290px;height:100vh;color:var(--text);z-index:100;will-change:transform;background:#fff;border-radius:0 28px 28px 0;flex-direction:column;transition:transform .22s ease-out;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:18px 0 40px #7c3aed29}.drawer.open{transform:translate(0)}.drawer-overlay{z-index:99;background:#2d1e4b52;transition:opacity .2s ease-out;display:none;position:fixed;inset:0}.drawer-overlay.show{display:block}.drawer-head{justify-content:space-between;align-items:center;padding:1.3rem 1.4rem 1rem;display:flex}.drawer-head h3{margin:0;font-family:Noto Sans TC,sans-serif;font-size:1.05rem;font-weight:900}.drawer-close{width:34px;height:34px;color:var(--text);cursor:pointer;background:#fff9;border:0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;box-shadow:6px 6px 12px #a096b426,-3px -3px 8px #ffffffe6}.drawer-close svg{width:18px;height:18px}.drawer-close:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}html{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body{scrollbar-width:none!important;-ms-overflow-style:none!important}body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.wrap{scrollbar-width:none!important;-ms-overflow-style:none!important}.wrap::-webkit-scrollbar{display:none!important}.drawer-menu{flex:1;padding:.6rem .9rem;overflow-y:auto;scrollbar-width:none!important;-ms-overflow-style:none!important}.drawer-menu::-webkit-scrollbar{display:none!important}.drawer-menu .item{cursor:pointer;color:var(--text);transition:all .2s var(--ease-spring);border-radius:18px;align-items:center;gap:.7rem;margin-bottom:.4rem;padding:.85rem 1rem;font-family:Noto Serif TC,serif;font-size:.95rem;font-weight:700;display:flex}.drawer-menu .item svg{width:18px;height:18px;color:var(--accent)}.drawer-menu .item:hover{background:#ffffffb3;transform:translate(2px);box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #ffffffe6}.drawer-menu .item.active{color:var(--accent);box-shadow:var(--shadow-pressed-soft);background:linear-gradient(135deg,#a78bfa33,#7c3aed2e);font-weight:800}.drawer-menu .item.active svg{color:var(--accent)}.drawer-bottom{border-top:1px solid #a78bfa2e;flex-direction:column;gap:.6rem;padding:1rem 1.4rem 1.3rem;font-size:.88rem;display:flex}.drawer-bottom .me{color:var(--text);align-items:center;gap:.5rem;font-family:Noto Sans TC,sans-serif;font-weight:700;display:flex}.drawer-bottom .me:before{content:"";background:var(--success);border-radius:50%;width:9px;height:9px;animation:2.5s ease-in-out infinite pulse;box-shadow:0 0 10px 2px #10b9818c}.drawer-bottom a.logout{color:var(--text);text-align:center;transition:all .2s var(--ease-spring);background:#ffffffb3;border-radius:14px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1rem;font-family:Noto Sans TC,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:8px 8px 16px #a096b429,-4px -4px 10px #ffffffe6}.drawer-bottom a.logout svg{width:15px;height:15px}.drawer-bottom a.logout:hover{color:var(--accent);transform:translateY(-2px)}.drawer-bottom a.logout:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.95)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.wrap{max-width:1200px;margin:1.5rem auto;padding:0 1.2rem}.section{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border:0;border-radius:32px;padding:1.7rem;display:none;position:relative;overflow:hidden}.section.active{animation:sectionIn .4s var(--ease-spring) both;display:block}@keyframes sectionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-desc{color:var(--text-muted);margin-bottom:1.1rem;font-size:.92rem;line-height:1.65}.btn{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;letter-spacing:.01em;cursor:pointer;transition:all .2s var(--ease-spring);box-shadow:var(--shadow-button);border:0;border-radius:18px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.85rem 1.4rem;font-family:Noto Sans TC,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.btn svg{width:17px;height:17px}.btn:hover{box-shadow:var(--shadow-button-hover);filter:brightness(1.05);transform:translateY(-2px)}.btn:active{box-shadow:var(--shadow-pressed);transform:scale(.92)}.btn.outline{color:var(--text);background:#ffffffb3;box-shadow:8px 8px 16px #a096b42e,-4px -4px 10px #ffffffe6}.btn.outline:hover{color:var(--accent);box-shadow:12px 12px 22px #a096b440,-6px -6px 14px #fff}.btn.outline:active{box-shadow:var(--shadow-pressed-soft)}.btn.danger{background:linear-gradient(135deg,#f87171,#dc2626);box-shadow:12px 12px 24px #dc26264d,-8px -8px 16px #fff6,inset 4px 4px 8px #ffffff4d,inset -4px -4px 8px #00000014}.btn.danger:hover{box-shadow:16px 16px 32px #dc262661,-10px -10px 20px #ffffff80,inset 4px 4px 8px #ffffff59,inset -4px -4px 8px #0000000f}.btn.sm{border-radius:13px;min-height:38px;padding:.5rem .95rem;font-size:.78rem}.btn.sm svg{width:14px;height:14px}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}form{flex-direction:column;gap:.85rem;margin-bottom:1.1rem;display:flex}label{color:var(--text-muted);flex-direction:column;gap:.4rem;font-family:Noto Sans TC,sans-serif;font-size:.78rem;font-weight:700;display:flex}input,textarea,select{background:var(--pressed-bg);color:var(--text);box-shadow:var(--shadow-pressed-soft);transition:all .2s var(--ease-smooth);border:0;border-radius:14px;outline:0;padding:.85rem 1.1rem;font-family:Noto Sans TC,sans-serif;font-size:.95rem}input:focus,textarea:focus,select:focus{box-shadow:var(--shadow-pressed-soft),0 0 0 3px #7c3aed40;background:#fff}input::placeholder,textarea::placeholder{color:var(--text-muted);opacity:.55}textarea{resize:vertical;min-height:65px;line-height:1.5}button[type=submit]{align-self:flex-start}.table-wrap{box-shadow:var(--shadow-pressed-soft);background:#ffffff8c;border-radius:20px;margin-top:.7rem;padding:.6rem;overflow-x:auto}table{border-collapse:separate;border-spacing:0 .25rem;width:100%;font-size:.88rem}thead th{text-align:left;color:var(--text-muted);letter-spacing:.02em;padding:.75rem .9rem;font-family:Noto Sans TC,sans-serif;font-size:.72rem;font-weight:800}tbody tr{background:#fff9;border-radius:14px}tbody tr:hover{background:#ffffffd9}tbody td{color:var(--text);padding:.8rem .9rem}tbody td:first-child{border-radius:14px 0 0 14px}tbody td:last-child{border-radius:0 14px 14px 0}.empty{text-align:center;color:var(--text-muted);padding:1.5rem;font-style:italic}.json-cell{background:var(--pressed-bg);color:var(--text-muted);border-radius:8px;padding:.2rem .55rem;font-family:Noto Sans TC,sans-serif;font-size:.78rem;box-shadow:inset 2px 2px 4px #a096b426}.flow-row{color:var(--text-muted);font-family:Noto Sans TC,sans-serif;font-size:.82rem;font-weight:500}.toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--text);opacity:0;transition:all .35s var(--ease-spring);pointer-events:none;z-index:9999;background:#fffffff2;border-radius:20px;padding:1rem 1.4rem;font-family:Noto Sans TC,sans-serif;font-size:.92rem;font-weight:700;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)scale(.95);box-shadow:16px 16px 32px #a096b440,-8px -8px 20px #ffffffe6}.toast.show{opacity:1;transform:translateY(0)scale(1)}.modal-bg{-webkit-backdrop-filter:blur(16px);z-index:300;background:#7c3aed33;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;max-width:760px;max-height:90vh;animation:modalIn .4s var(--ease-spring);background:#ffffffeb;border-radius:32px;padding:1.8rem;overflow-y:auto;box-shadow:24px 24px 60px #a096b44d,-12px -12px 32px #fffc}@keyframes modalIn{0%{opacity:0;transform:scale(.85)translateY(20px)}55%{opacity:1;transform:scale(1.025)translateY(-3px)}80%{transform:scale(.995)translateY(1px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal h3{margin-bottom:.7rem;font-family:Noto Sans TC,sans-serif;font-size:1.15rem;font-weight:900}.row-actions{flex-wrap:wrap;gap:.45rem;display:flex}.search-box{box-shadow:var(--shadow-pressed-soft);color:var(--text-muted);background:#ffffff80;border-radius:14px;align-items:center;gap:.6rem;margin:.7rem 0;padding:.65rem 1rem;font-size:.9rem;display:flex}.search-box svg{width:16px;height:16px;color:var(--accent)}.search-box input{box-shadow:none;background:0 0;flex:1;padding:.2rem 0;font-size:.9rem}.search-box input:focus{box-shadow:none;background:0 0}.subtabs{flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;display:flex}.subtab{cursor:pointer;color:var(--text-muted);transition:all .2s var(--ease-spring);background:#fff9;border-radius:14px;padding:.55rem 1.05rem;font-family:Noto Sans TC,sans-serif;font-size:.82rem;font-weight:700;box-shadow:8px 8px 16px #a096b426,-4px -4px 10px #ffffffe6}.subtab:hover{transform:translateY(-1px)}.subtab.active{box-shadow:var(--shadow-pressed-soft);color:var(--accent);background:linear-gradient(135deg,#a78bfa2e,#7c3aed26)}.step-card,.tpl-card,.dash-card,.stat-card,.bucket,.post-card,.flow-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-card);transition:all .35s var(--ease-spring);border:0;border-radius:24px;margin-bottom:.8rem;padding:1.2rem;position:relative}.step-card:hover,.tpl-card:hover,.post-card:hover,.flow-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.tpl-card{padding:1.2rem 1.2rem 1.1rem}.tpl-cat{color:var(--accent);letter-spacing:.01em;background:linear-gradient(135deg,#a78bfa33,#7c3aed2e);border-radius:10px;padding:.25rem .65rem;font-family:Noto Sans TC,sans-serif;font-size:.72rem;font-weight:800;display:inline-block}.tpl-content{color:var(--text);box-shadow:var(--shadow-pressed-soft);white-space:pre-wrap;word-break:break-word;background:#fff9;border-radius:14px;margin-top:.55rem;padding:.7rem .9rem;font-size:.88rem;line-height:1.55}.tpl-cat-bar{flex-wrap:wrap;gap:.45rem;margin:.85rem 0;display:flex}.tpl-cat-bar .chip{cursor:pointer;color:var(--text-muted);transition:all .2s var(--ease-spring);background:#fff9;border-radius:9999px;padding:.4rem 1rem;font-family:Noto Sans TC,sans-serif;font-size:.8rem;font-weight:700;box-shadow:8px 8px 16px #a096b426,-4px -4px 10px #ffffffe6}.tpl-cat-bar .chip:hover{transform:translateY(-1px)}.tpl-cat-bar .chip.active{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;box-shadow:8px 8px 16px #7c3aed4d,-4px -4px 10px #ffffff80}.stp-tag{color:var(--text);background:#ffffffb3;border-radius:10px;align-items:center;gap:.3rem;padding:.28rem .7rem;font-family:Noto Sans TC,sans-serif;font-size:.74rem;font-weight:800;display:inline-flex;box-shadow:6px 6px 12px #a096b426,-3px -3px 8px #ffffffe6}.stp-tag.qr{color:#2563eb;background:linear-gradient(135deg,#60a5fa2e,#2563eb26)}.stp-tag.tc{color:#059669;background:linear-gradient(135deg,#34d3992e,#05966926)}.stp-tag.sc{color:#d97706;background:linear-gradient(135deg,#fbbf242e,#d9770626)}.stp-tag.wt{color:#7c3aed;background:linear-gradient(135deg,#a78bfa33,#7c3aed2e)}.stp-tag.end{color:#dc2626;background:linear-gradient(135deg,#f871712e,#dc262626)}.stp-desc{color:var(--text-muted);margin:.35rem 0;font-size:.82rem;line-height:1.5}.dash-grid,.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1rem 0;display:grid}.dash-card{text-align:center;border-radius:24px;padding:1.5rem 1.1rem}.dash-card .num{color:var(--text);letter-spacing:-.02em;background:linear-gradient(135deg,#332f3a 30%,#7c3aed 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Noto Sans TC,sans-serif;font-size:2.5rem;font-weight:900;line-height:1.15}.dash-card.ok .num{background:linear-gradient(135deg,#7c3aed,#db2777);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dash-card.warn .num{background:linear-gradient(135deg,#f59e0b,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dash-card .lbl{color:var(--text-muted);justify-content:center;align-items:center;gap:.35rem;margin-top:.35rem;font-family:Noto Sans TC,sans-serif;font-size:.76rem;font-weight:700;display:flex}.dash-card .lbl svg{width:14px;height:14px}.bucket{border-radius:24px;padding:1.1rem;font-size:.88rem}.bucket h4{color:var(--text);margin-bottom:.65rem;font-family:Noto Sans TC,sans-serif;font-size:.85rem;font-weight:900}.bucket-row{border-bottom:1px dashed #a78bfa40;justify-content:space-between;padding:.4rem 0;font-size:.85rem;display:flex}.bucket-row:last-child{border-bottom:0}.bucket-row b{color:var(--accent);font-family:Noto Sans TC,sans-serif;font-weight:900}.kw-pill{cursor:pointer;color:var(--accent);transition:all .2s var(--ease-spring);background:linear-gradient(135deg,#a78bfa2e,#db27771f);border-radius:9999px;align-items:center;gap:.3rem;margin:.18rem;padding:.35rem .8rem;font-family:Noto Sans TC,sans-serif;font-size:.78rem;font-weight:700;display:inline-flex;box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #ffffffe6}.kw-pill:hover{transform:translateY(-1px);box-shadow:8px 8px 16px #a096b42e,-4px -4px 10px #fff}.kw-pill:active{box-shadow:var(--shadow-pressed-soft)}.kw-input{border-radius:12px;flex:1;padding:.5rem .75rem;font-size:.85rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.post-card{border-radius:24px;padding:.9rem;font-size:.85rem}.post-card img{aspect-ratio:1;object-fit:cover;width:100%;box-shadow:var(--shadow-pressed-soft);transition:transform .4s var(--ease-spring);border-radius:18px}.post-card:hover img{transform:scale(1.02)}#fe-canvas{background:var(--bg);background-image:radial-gradient(circle,#a78bfa40 1px,#0000 1px);background-size:22px 22px;width:100%;height:100%;position:relative}#flow-editor-modal{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7c3aed38;padding:0;display:none;position:fixed;inset:0}.fe-shell{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffeb;border-radius:32px;flex-direction:column;display:flex;position:absolute;inset:1rem;overflow:hidden;box-shadow:24px 24px 60px #a096b44d,-12px -12px 32px #fffc}.fe-top{border-bottom:1px solid #a78bfa26;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.4rem;display:flex}.fe-top .fe-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin-right:.6rem;font-family:Noto Sans TC,sans-serif;font-size:1.05rem;font-weight:900;overflow:hidden}.fe-top .fe-actions{flex-shrink:0;gap:.4rem;display:flex}.fe-top .btn{border-radius:13px;min-height:38px;padding:.5rem .85rem!important;font-size:.78rem!important}.fe-body{flex:1;min-height:0;display:flex}.fe-palette{background:#f4f1fa80;border-right:1px solid #a78bfa1f;flex-shrink:0;width:180px;padding:.85rem;overflow-y:auto}.fe-palette h4{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.55rem;font-family:Noto Sans TC,sans-serif;font-size:.7rem;font-weight:800}.fe-palette .item{cursor:grab;color:var(--text);transition:all .2s var(--ease-spring);-webkit-user-select:none;user-select:none;background:#ffffffd9;border-radius:14px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.7rem .8rem;font-family:Noto Sans TC,sans-serif;font-size:.82rem;font-weight:700;display:flex;box-shadow:8px 8px 16px #a096b426,-4px -4px 10px #fff}.fe-palette .item svg{width:16px;height:16px;color:var(--accent)}.fe-palette .item:hover{transform:translateY(-2px);box-shadow:12px 12px 22px #a096b438,-6px -6px 14px #fff}.fe-palette .item:active{cursor:grabbing;box-shadow:var(--shadow-pressed-soft);transform:scale(.95)}.fe-palette .help{color:var(--text-muted);background:#ffffff80;border-radius:12px;margin-top:.85rem;padding:.6rem .7rem;font-size:.7rem;line-height:1.65}.fe-canvas-wrap{flex:1;position:relative;overflow:hidden}.fe-status{color:var(--text-muted);background:#f4f1fa99;border-top:1px solid #a78bfa1f;flex-shrink:0;justify-content:space-between;padding:.55rem 1.1rem;font-family:Noto Sans TC,sans-serif;font-size:.74rem;display:flex}.fe-zoom{z-index:5;flex-direction:column;gap:.45rem;display:flex;position:absolute;bottom:1rem;right:1rem}.fe-zoom button{cursor:pointer;width:38px;height:38px;color:var(--text);transition:all .2s var(--ease-spring);background:#ffffffeb;border:0;border-radius:12px;justify-content:center;align-items:center;font-family:Noto Sans TC,sans-serif;font-size:.95rem;font-weight:700;display:flex;box-shadow:8px 8px 16px #a096b42e,-4px -4px 10px #fff}.fe-zoom button:hover{transform:translateY(-2px)}.fe-zoom button:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}.fe-zoom button svg{width:16px;height:16px}.dn{min-width:200px;padding:0;font-family:inherit}.dn-head{color:#fff;letter-spacing:-.01em;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:.4rem;padding:.55rem .8rem;font-family:Noto Sans TC,sans-serif;font-size:.85rem;font-weight:800;display:flex}.dn-head svg{flex-shrink:0;width:14px;height:14px}.dn-sid{display:none}.dn-text{color:var(--text);background:#fff;border-bottom:1px dashed #ece8f4;padding:.55rem .8rem;font-size:.85rem;line-height:1.5}.dn-btn{color:#555;background:#fff;border-bottom:1px solid #f7f3fb;align-items:center;gap:.35rem;padding:.45rem .8rem;font-size:.8rem;display:flex}.dn-btn:last-child{border-bottom:0;border-radius:0 0 8px 8px}.dn-btn svg{flex-shrink:0;width:13px;height:13px}.dn-tag{color:#7a7686;background:#f4f1fab3;padding:.4rem .8rem;font-size:.74rem}.drawflow .drawflow-node{box-shadow:none}.drawflow .drawflow-node.dn-quick_reply{background:#fff;border:0;border-radius:14px;width:auto;min-width:220px;padding:0;box-shadow:12px 12px 24px #2563eb2e,-6px -6px 14px #fffffff2}.drawflow .drawflow-node.dn-text_capture{background:#fff;border:0;border-radius:14px;width:auto;min-width:220px;padding:0;box-shadow:12px 12px 24px #0596692e,-6px -6px 14px #fffffff2}.drawflow .drawflow-node.dn-send_content{background:#fff;border:0;border-radius:14px;width:auto;min-width:220px;padding:0;box-shadow:12px 12px 24px #d977062e,-6px -6px 14px #fffffff2}.drawflow .drawflow-node.dn-wait{background:#fff;border:0;border-radius:14px;width:auto;min-width:170px;padding:0;box-shadow:12px 12px 24px #7c3aed2e,-6px -6px 14px #fffffff2}.drawflow .drawflow-node.dn-set_tag{background:#fff;border:0;border-radius:14px;width:auto;min-width:200px;padding:0;box-shadow:12px 12px 24px #ec48992e,-6px -6px 14px #fffffff2}.drawflow-node.dn-set_tag .dn-head{background:linear-gradient(135deg,#f472b6,#db2777)}.drawflow-node.dn-end{background:#fff;border:0;border-radius:14px;width:auto;min-width:170px;padding:0;box-shadow:12px 12px 24px #dc26262e,-6px -6px 14px #fffffff2}.drawflow .drawflow-node.dn-quick_reply .dn-head{background:linear-gradient(135deg,#60a5fa,#2563eb)}.drawflow .drawflow-node.dn-text_capture .dn-head{background:linear-gradient(135deg,#34d399,#059669)}.drawflow .drawflow-node.dn-send_content .dn-head{background:linear-gradient(135deg,#fbbf24,#d97706)}.drawflow .drawflow-node.dn-wait .dn-head{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.drawflow .drawflow-node.dn-end .dn-head{background:linear-gradient(135deg,#f87171,#dc2626)}.drawflow .drawflow-node.is-entry{box-shadow:0 0 0 3px #10b9818c,12px 12px 24px #a096b433}.drawflow-node .input,.drawflow-node .output{border:2px solid var(--accent);background:#fff;box-shadow:2px 2px 6px #7c3aed40}.drawflow-node.dn-quick_reply .outputs,.drawflow-node.dn-text_capture .outputs{pointer-events:none;width:0;height:100%;position:absolute;top:0;right:0}.drawflow-node.dn-quick_reply .outputs .output,.drawflow-node.dn-text_capture .outputs .output{pointer-events:auto;margin:0!important;position:absolute!important;right:-10px!important}.dn-edit-btn{background:linear-gradient(135deg,var(--accent-light),var(--accent));cursor:pointer;z-index:10;width:34px;height:34px;transition:all .2s var(--ease-spring);color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-12px;left:-12px;box-shadow:8px 8px 16px #7c3aed59,-3px -3px 8px #fff9}.dn-edit-btn svg{width:15px;height:15px}.dn-edit-btn:hover{transform:scale(1.12)}.dn-edit-btn:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}.ig-prv{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:18px;margin-bottom:.8rem;padding:2px}.ig-prv-inner{background:#fff;border-radius:16px;overflow:hidden}.ig-prv-hdr{background:#fafafa;border-bottom:1px solid #f0f0f0;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.85rem;display:flex}.ig-prv-avatar{background:linear-gradient(135deg,#833ab4,#fd1d1d);border-radius:50%;flex-shrink:0;width:30px;height:30px}.ig-prv-body{background:#fff;min-height:80px;padding:.75rem;font-size:.85rem}.ig-prv-bubble{color:#222;word-wrap:break-word;background:#f0f0f0;border-radius:18px 18px 18px 4px;max-width:80%;margin-bottom:.4rem;padding:.55rem .85rem;font-size:.85rem;line-height:1.45;display:inline-block}.ig-prv-btn{color:#833ab4;text-align:center;background:#fff;border:1.5px solid #833ab4;border-radius:18px;max-width:80%;margin:.25rem 0;padding:.45rem .85rem;font-size:.78rem;font-weight:700;display:block}.ig-prv-url-card{background:#fff;border:1px solid #ddd;border-radius:12px;max-width:80%;margin:.4rem 0;display:block;overflow:hidden}.ig-prv-url-card .lab{color:#222;padding:.5rem .7rem;font-size:.8rem;font-weight:700}.ig-prv-url-card .url{color:#888;word-break:break-all;padding:0 .7rem .5rem;font-size:.7rem}.ig-prv-tag{color:#8b6914;background:#fff8e1;border:1px dashed #d4a017;border-radius:10px;margin-top:.4rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.ig-prv-end{color:#fafaf8;background:#1a1a1a;border-radius:14px;align-items:center;gap:.3rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.ig-prv-title{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:.4rem;padding:0 .9rem;font-family:Noto Sans TC,sans-serif;font-size:.72rem;font-weight:800;display:flex}#modal-host .modal label{color:var(--text-muted);margin-bottom:.85rem;font-family:Noto Sans TC,sans-serif;font-size:.78rem;font-weight:700;display:block}#modal-host .modal label>input,#modal-host .modal label>textarea,#modal-host .modal label>select{background:var(--pressed-bg);width:100%;box-shadow:var(--shadow-pressed-soft);color:var(--text);box-sizing:border-box;border:0;border-radius:14px;outline:0;margin-top:.4rem;padding:.85rem 1.05rem;font-family:Noto Sans TC,sans-serif;font-size:.95rem;display:block}#modal-host .modal label>textarea{resize:vertical;min-height:65px;line-height:1.5}#modal-host .modal label>input:focus,#modal-host .modal label>textarea:focus,#modal-host .modal label>select:focus{box-shadow:var(--shadow-pressed-soft),0 0 0 3px #7c3aed40;background:#fff}.fe-btn-row{background:#f4f1fab3;border-radius:14px;align-items:center;gap:.45rem;margin:.45rem 0;padding:.55rem;display:flex}.fe-btn-row input{box-shadow:var(--shadow-pressed-soft);background:#fff;border:0;border-radius:10px;flex:1;padding:.5rem .7rem;font-family:Noto Sans TC,sans-serif;font-size:.88rem}.fe-btn-row .rm{color:var(--danger);cursor:pointer;background:#fffffff2;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:6px 6px 12px #dc262633,-3px -3px 8px #ffffffe6}.fe-btn-row .rm svg{width:14px;height:14px}.fe-btn-row .rm:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.92)}.fe-btn-row .num{color:var(--text-muted);text-align:center;flex-shrink:0;width:20px;font-family:Noto Sans TC,sans-serif;font-weight:800}.fe-btn-add{cursor:pointer;width:100%;color:var(--accent);transition:all .2s var(--ease-spring);background:#ffffffb3;border:0;border-radius:14px;justify-content:center;align-items:center;gap:.4rem;margin-top:.45rem;padding:.7rem;font-family:Noto Sans TC,sans-serif;font-size:.85rem;font-weight:700;display:flex;box-shadow:8px 8px 16px #a096b426,-4px -4px 10px #ffffffe6}.fe-btn-add svg{width:14px;height:14px}.fe-btn-add:hover{transform:translateY(-1px)}.fe-btn-add:active{box-shadow:var(--shadow-pressed-soft);transform:scale(.97)}.fe-section-lbl{color:var(--text-muted);letter-spacing:.02em;margin:1rem 0 .45rem;font-family:Noto Sans TC,sans-serif;font-size:.74rem;font-weight:800}.row-chk{cursor:pointer;vertical-align:middle;width:18px;height:18px;accent-color:var(--accent)}.batch-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#a78bfa26,#db27771f);border-radius:18px;align-items:center;gap:.7rem;margin:.85rem 0;padding:.85rem 1.1rem;font-family:Noto Sans TC,sans-serif;font-size:.88rem;display:none;box-shadow:12px 12px 24px #a096b42e,-6px -6px 14px #ffffffd9}.batch-bar.show{flex-wrap:wrap;display:flex}.batch-bar .cnt{color:var(--accent);font-family:Noto Sans TC,sans-serif;font-weight:800}.tpl-card.selected{box-shadow:var(--shadow-card),0 0 0 3px var(--accent)}@media (width<=768px){.wrap{margin:1rem auto;padding:0 .85rem}.section{border-radius:24px;padding:1.2rem}.htitle{font-size:.85rem}.htitle:before{display:none}.hdr{height:60px;padding:.5rem .85rem}.dash-grid,.stat-grid{grid-template-columns:1fr 1fr;gap:.7rem}.dash-card{border-radius:20px;padding:1.2rem .85rem}.dash-card .num{font-size:1.95rem}.posts-grid{grid-template-columns:1fr}.step-card,.tpl-card,.dash-card,.post-card{box-shadow:8px 8px 16px #a096b426,-5px -5px 12px #ffffffe6,inset 4px 4px 8px #8b5cf605,inset -4px -4px 8px #fff}.modal{border-radius:24px;max-height:95vh;padding:1.3rem}form input,form select,form textarea{padding:.8rem 1rem;font-size:1rem}.fe-shell{border-radius:24px;inset:.4rem}.fe-palette{width:140px;padding:.55rem}.fe-palette .item{padding:.5rem;font-size:.78rem}.fe-palette .help{font-size:.65rem}.fe-top{padding:.55rem .85rem}.fe-top .fe-title{font-size:.85rem}.fe-top .btn{padding:.45rem .65rem!important;font-size:.78rem!important}.ig-prv-bubble{font-size:.82rem}.drawer{width:82%;max-width:300px}.table-wrap{padding:.4rem}thead th,tbody td{padding:.55rem .65rem;font-size:.8rem}.clay-blobs span{filter:blur(60px)}}@media (width<=480px){.fe-top .fe-actions .lbl{display:none}.fe-shell{border-radius:0;inset:0}.fe-palette{width:62px}.fe-palette .item{justify-content:center;gap:.2rem;padding:.4rem;font-size:.7rem}.fe-palette .item span,.fe-palette h4,.fe-palette .help{display:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.1s!important;animation-duration:10ms!important}.clay-blobs{display:none}}.skeleton{background:linear-gradient(90deg,#ece5f4 0%,#dcd1ed 50%,#ece5f4 100%) 0 0/200% 100%;border-radius:14px;animation:1.4s ease-in-out infinite shimmer;display:block}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sk-card{height:88px;margin-bottom:.7rem}.sk-row{height:36px;margin:.35rem 0}.sk-num{border-radius:10px;width:60px;height:38px;margin:0 auto .4rem}.sk-line{border-radius:7px;height:14px;margin:.4rem 0}.sk-line.short{width:40%}.sk-line.mid{width:65%}.sk-line.long{width:90%}.empty-state{text-align:center;color:var(--text-muted);padding:2.4rem 1.5rem}.empty-state svg{width:48px;height:48px;color:var(--accent-light);opacity:.55;stroke-width:1.5px;margin:0 auto .8rem;display:block}.empty-state .es-title{color:var(--text);margin-bottom:.35rem;font-family:Noto Sans TC,sans-serif;font-size:1.02rem;font-weight:800}.empty-state .es-desc{margin-bottom:1rem;font-size:.85rem;line-height:1.5}.empty-state .btn{margin-top:.3rem}.toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--text);opacity:0;transition:all .35s var(--ease-spring);pointer-events:none;z-index:9999;background:#fffffff7;border-radius:18px;align-items:center;gap:.65rem;min-width:240px;max-width:380px;padding:0 1.1rem 0 0;font-family:Noto Sans TC,sans-serif;font-size:.92rem;font-weight:600;display:none;position:fixed;bottom:2rem;right:2rem;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:16px 16px 32px #a096b440,-8px -8px 20px #ffffffe6}.toast.show{opacity:1;display:flex;transform:translateY(0)scale(1)}.toast-icon{color:#fff;border-radius:18px 0 0 18px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.toast-icon svg{width:18px;height:18px}.toast-msg{word-break:break-word;flex:1;padding:.7rem 0;line-height:1.4}.toast.success .toast-icon{background:linear-gradient(135deg,#34d399,#059669)}.toast.err .toast-icon{background:linear-gradient(135deg,#f87171,#dc2626)}.toast.warn .toast-icon{background:linear-gradient(135deg,#fbbf24,#d97706)}.toast.info .toast-icon{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.toast-bar{transform-origin:0;opacity:.45;background:currentColor;width:100%;height:3px;position:absolute;bottom:0;left:0;transform:scaleX(1)}.toast.show .toast-bar{animation:3s linear forwards toastBar}.toast.success{color:#059669}.toast.err{color:#dc2626}.toast.warn{color:#d97706}.toast.info{color:#7c3aed}@keyframes toastBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.section.active .dash-card,.section.active .post-card,.section.active .tpl-card,.section.active .step-card{animation:cardStg .42s var(--ease-spring) both}.section.active .dash-card:first-child,.section.active .post-card:first-child,.section.active .tpl-card:first-child,.section.active .step-card:first-child{animation-delay:0s}.section.active .dash-card:nth-child(2),.section.active .post-card:nth-child(2),.section.active .tpl-card:nth-child(2),.section.active .step-card:nth-child(2){animation-delay:55ms}.section.active .dash-card:nth-child(3),.section.active .post-card:nth-child(3),.section.active .tpl-card:nth-child(3),.section.active .step-card:nth-child(3){animation-delay:.11s}.section.active .dash-card:nth-child(4),.section.active .post-card:nth-child(4),.section.active .tpl-card:nth-child(4),.section.active .step-card:nth-child(4){animation-delay:.165s}.section.active .dash-card:nth-child(5),.section.active .post-card:nth-child(5),.section.active .tpl-card:nth-child(5),.section.active .step-card:nth-child(5){animation-delay:.22s}.section.active .dash-card:nth-child(6),.section.active .post-card:nth-child(6),.section.active .tpl-card:nth-child(6),.section.active .step-card:nth-child(6){animation-delay:.275s}.section.active .dash-card:nth-child(n+7),.section.active .post-card:nth-child(n+7),.section.active .tpl-card:nth-child(n+7),.section.active .step-card:nth-child(n+7){animation-delay:.33s}@keyframes cardStg{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.batch-progress{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9998;min-width:240px;animation:bpIn .3s var(--ease-spring) both;background:#fffffff5;border-radius:20px;padding:1rem 1.2rem;font-family:Noto Sans TC,sans-serif;position:fixed;bottom:1.5rem;left:1.5rem;box-shadow:16px 16px 32px #a096b447,-8px -8px 20px #ffffffe6}.bp-label{color:var(--text);align-items:center;gap:.4rem;font-family:Noto Sans TC,sans-serif;font-size:.85rem;font-weight:800;display:flex}.bp-label svg{width:15px;height:15px;color:var(--accent);animation:1.2s linear infinite spin}.bp-num{color:var(--accent);letter-spacing:-.02em;margin:.4rem 0;font-family:Noto Sans TC,sans-serif;font-size:1.45rem;font-weight:900}.bp-num .total{color:var(--text-muted);font-size:1rem;font-weight:700}.bp-bar{background:#a78bfa2e;border-radius:3px;height:6px;overflow:hidden}.bp-bar div{background:linear-gradient(90deg,var(--accent-light),var(--accent));height:100%;transition:width .25s var(--ease-spring);box-shadow:0 0 8px #7c3aed4d}@keyframes bpIn{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-tip]{position:relative}[data-tip]:hover:after{content:attr(data-tip);color:#fff;white-space:nowrap;pointer-events:none;z-index:9999;background:#332f3a;border-radius:8px;padding:.4rem .7rem;font-family:Noto Sans TC,sans-serif;font-size:.74rem;font-weight:600;animation:.18s .45s both tipIn;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 6px 16px #0000002e}[data-tip]:hover:before{content:"";pointer-events:none;z-index:9999;border:4px solid #0000;border-top-color:#332f3a;animation:.18s .45s both tipIn;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}@keyframes tipIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.modal{animation:.42s cubic-bezier(.34,1.56,.64,1) modalIn!important}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}.toast.show .toast-bar{animation-duration:10ms}.section.active .dash-card,.section.active .post-card,.section.active .tpl-card,.section.active .step-card{animation:none}.modal{animation:none!important}}.dash-grid-wide{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;display:grid}.dash-card-wide{text-align:left;padding:1.2rem}.dash-card-wide .lbl{justify-content:flex-start;margin-bottom:.7rem;font-size:.78rem}.top-post-row{border-bottom:1px dashed #a78bfa26;align-items:center;gap:.55rem;padding:.4rem 0;font-size:.82rem;display:flex}.top-post-row:last-child{border-bottom:0}.tp-rank{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-family:Nunito,sans-serif;font-size:.72rem;font-weight:800;display:flex}.tp-name{color:var(--text-muted);flex:1;font-family:DM Sans,sans-serif;font-size:.78rem}.tp-cnt{color:var(--accent);font-family:Nunito,sans-serif;font-weight:800}.lead-bar{background:#a78bfa1a;border-radius:9px;height:18px;margin-bottom:.6rem;display:flex;overflow:hidden}.lead-legend{color:var(--text-muted);flex-wrap:wrap;gap:.55rem;font-size:.75rem;display:flex}.ll-item{align-items:center;gap:.3rem;display:inline-flex}.ll-dot{border-radius:50%;width:8px;height:8px}.health-row{justify-content:center;align-items:center;gap:.55rem;height:42px;margin:.5rem 0;display:flex}.led{border-radius:50%;width:14px;height:14px;display:inline-block}.led.green{background:#10b981;box-shadow:0 0 8px 1px #10b98199}.led.amber{background:#f59e0b;box-shadow:0 0 8px 1px #f59e0b8c}.led.red{background:#ef4444;box-shadow:0 0 8px 1px #ef444499}.trend{margin-left:.3rem;font-family:DM Sans,sans-serif;font-size:.7rem}.trend.up{color:#10b981}.trend.down{color:#ef4444}.trend.flat{color:var(--text-muted)}@media (width<=768px){.dash-grid-wide{grid-template-columns:1fr}}.sub-tabs{box-shadow:var(--shadow-pressed-soft);background:#f4f1fa8c;border-radius:18px;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.4rem;display:inline-flex}.stab{cursor:pointer;color:var(--text-muted);transition:all .25s var(--ease-spring);-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:13px;align-items:center;gap:.45rem;min-height:42px;padding:.7rem 1.4rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800;display:inline-flex}.stab svg{width:18px;height:18px}.stab:not(.active):hover{background:#ffffff80}.stab.active{color:var(--accent);background:#fff;box-shadow:6px 6px 12px #7c3aed29,-3px -3px 8px #fff}.lead-card{box-shadow:var(--shadow-card);transition:all .25s var(--ease-spring);background:#ffffffa6;border-radius:14px;align-items:center;gap:.7rem;margin-bottom:.45rem;padding:.55rem .75rem;font-size:.88rem;display:flex}.lead-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.lead-card .lc-avatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:800;display:flex}.lead-card .lc-info{flex:1;min-width:0}.lead-card .lc-name{color:var(--text);font-family:Nunito,sans-serif;font-weight:800}.lead-card .lc-email{color:var(--accent);word-break:break-all;font-family:DM Sans,sans-serif;font-size:.82rem}.lead-card .lc-meta{color:var(--text-muted);margin-top:.2rem;font-size:.72rem}.lead-card .lc-actions{flex-shrink:0;gap:.4rem;display:flex}@media (width<=600px){.lead-card{flex-wrap:wrap}.lead-card .lc-actions{justify-content:flex-end;width:100%}}.drawer-menu .item .nav-badge{background:var(--accent);color:#fff;text-align:center;border-radius:9999px;min-width:18px;margin-left:auto;padding:.1rem .45rem;font-family:Nunito,sans-serif;font-size:.7rem;font-weight:800}@media (width>=1024px){.hamburger{display:none!important}.drawer-close{display:none}.drawer{border-right:1px solid #a78bfa2e;border-radius:0;width:240px;box-shadow:1px 0 4px #a78bfa1f;transform:translate(0)!important}.drawer-overlay{display:none!important}.hdr{padding-left:calc(240px + 1rem);padding-right:1.4rem}.wrap{max-width:none;margin-top:1.5rem;margin-left:240px;padding:0 1.5rem}.clay-blobs{left:240px}.toast{right:1.5rem}.batch-progress{left:calc(240px + 1rem)}#flow-editor-modal .fe-shell{left:.5rem;right:.5rem}}.drawer-logo-wrap{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:5px;display:inline-flex;box-shadow:6px 6px 14px #b48c3c2e,-3px -3px 8px #ffffffd9}.drawer-logo{object-fit:contain;filter:drop-shadow(0 1px 2px #a0781e33);width:100%;height:100%}.section h2{display:none}.brand{flex-direction:column;gap:.15rem;padding:.2rem 0;line-height:1.1;display:flex}.brand-mark{background:linear-gradient(135deg,#d4a017 0%,#b8860b 50%,#7d5a1a 100%);-webkit-text-fill-color:transparent;letter-spacing:.06em;-webkit-background-clip:text;background-clip:text;font-family:Noto Serif TC,serif;font-size:1.55rem;font-weight:900}.brand-name{color:var(--text-muted);letter-spacing:.04em;font-family:Noto Serif TC,serif;font-size:.95rem;font-weight:700}@media (width<=1023px){.brand-mark{font-size:1.35rem}.brand-name{font-size:.85rem}}.funnel{flex-direction:column;gap:.4rem;margin-top:.6rem;display:flex}.funnel-stage{background:#fff9;border-radius:14px;align-items:center;gap:.6rem;padding:.5rem .8rem;display:flex;box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #fffffff2}.funnel-bar{background:#a78bfa26;border-radius:12px;flex:1;height:24px;position:relative;overflow:hidden}.funnel-bar div{background:linear-gradient(90deg,var(--accent-light),var(--accent));color:#fff;border-radius:12px;justify-content:flex-end;align-items:center;min-width:38px;height:100%;padding-right:.5rem;font-family:Nunito,sans-serif;font-size:.8rem;font-weight:800;display:flex}.funnel-stage .fl-name{color:var(--text-muted);flex-basis:140px;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:700}.funnel-stage .fl-pct{text-align:right;color:var(--accent);flex-basis:54px;font-family:Nunito,sans-serif;font-weight:800}.flow-cmp-table{border-collapse:separate;border-spacing:0 .3rem;width:100%;margin-top:.6rem;font-size:.85rem}.flow-cmp-table th{text-align:left;text-transform:uppercase;color:var(--text-muted);padding:.5rem .7rem;font-family:Nunito,sans-serif;font-size:.72rem;font-weight:800}.flow-cmp-table td{background:#fff9;padding:.6rem .7rem;font-family:Nunito,sans-serif}.flow-cmp-table tr td:first-child{border-radius:12px 0 0 12px;font-weight:700}.flow-cmp-table tr td:last-child{border-radius:0 12px 12px 0}.flow-cmp-table .convrate{color:var(--accent);font-weight:800}.preview-shell{background:linear-gradient(135deg,#fafafa,#f4f1fa);border-radius:14px;flex-direction:column;gap:.5rem;max-height:60vh;padding:.4rem .2rem;display:flex;overflow-y:auto}.pv-msg{align-items:flex-start;gap:.5rem;animation:.3s ease-out both pvIn;display:flex}@keyframes pvIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pv-msg.pv-bot{flex-direction:row}.pv-msg.pv-user{flex-direction:row-reverse}.pv-avatar{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:Nunito,sans-serif;font-size:.7rem;font-weight:800;display:flex}.pv-msg.pv-user .pv-avatar{background:linear-gradient(135deg,#0ea5e9,#7c3aed)}.pv-bubble{color:#222;word-wrap:break-word;background:#f0f0f0;border-radius:18px 18px 18px 4px;max-width:75%;padding:.55rem .85rem;font-size:.85rem;line-height:1.45}.pv-msg.pv-user .pv-bubble{color:#fff;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-bottom-right-radius:4px;border-bottom-left-radius:18px}.pv-buttons{flex-direction:column;gap:.3rem;margin-top:.2rem;margin-left:36px;display:flex}.pv-buttons button{color:#833ab4;text-align:center;cursor:pointer;max-width:300px;transition:all .15s var(--ease-spring);background:#fff;border:1.5px solid #833ab4;border-radius:18px;padding:.5rem .85rem;font-size:.78rem;font-weight:700}.pv-buttons button:hover{color:#fff;background:#833ab4;transform:translateY(-1px)}.pv-buttons button:active{transform:scale(.96)}.pv-end{color:#fff;background:#1a1a1a;border-radius:14px;margin-left:36px;padding:.4rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.pv-tag{color:#8b6914;background:#fff8e1;border:1px dashed #d4a017;border-radius:10px;margin-left:36px;padding:.3rem .65rem;font-size:.75rem;display:inline-block}.pv-controls{border-top:1px solid #a78bfa26;justify-content:flex-end;gap:.5rem;margin-top:.8rem;padding-top:.7rem;display:flex}.post-card{overflow:hidden}.post-card .kw-input{flex:1;min-width:0}.post-card .kw-pill{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.bucket-row .ic{width:14px;height:14px;color:var(--accent);vertical-align:-2px;margin-right:.2rem}.flow-toggle{cursor:pointer;transition:all .2s var(--ease-spring);border:0;border-radius:9999px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-family:Noto Serif TC,serif;font-size:.78rem;font-weight:700;display:inline-flex}.flow-toggle.on{color:#fff;background:linear-gradient(135deg,#34d399,#10b981);box-shadow:6px 6px 12px #10b98140,-3px -3px 8px #ffffffd9}.flow-toggle.on:hover{transform:translateY(-1px);box-shadow:8px 8px 16px #10b9814d}.flow-toggle.off{color:var(--text-muted);background:#ffffffb3;box-shadow:6px 6px 12px #a096b426,-3px -3px 8px #ffffffe6}.flow-toggle.off:hover{color:var(--text);transform:translateY(-1px)}.flow-toggle:active{transform:scale(.95)}.flow-toggle svg{width:13px;height:13px}.tpl-pick-card{cursor:pointer;transition:all .2s var(--ease-spring);background:#ffffffa6;border-radius:14px;margin-bottom:.6rem;padding:.9rem 1.1rem;box-shadow:6px 6px 12px #a096b426,-3px -3px 8px #fffffff2}.tpl-pick-card:hover{background:#ffffffd9;transform:translateY(-2px);box-shadow:10px 10px 20px #a096b438,-5px -5px 12px #fff}.tpl-pick-card h4{color:var(--accent);margin-bottom:.3rem;font-family:Noto Serif TC,serif;font-size:.95rem}.tpl-pick-desc{color:var(--text);font-size:.82rem;line-height:1.5}.tpl-pick-steps{color:var(--text-muted);margin-top:.3rem;font-size:.72rem}.story-pick-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.7rem;margin-top:.6rem;display:grid}.story-pick-card{cursor:pointer;transition:all .2s var(--ease-spring);background:#ffffffb3;border-radius:14px;overflow:hidden;box-shadow:6px 6px 12px #a096b426,-3px -3px 8px #fffffff2}.story-pick-card:hover{transform:translateY(-3px);box-shadow:10px 10px 20px #a096b438,-5px -5px 12px #fff}.story-pick-thumb{aspect-ratio:9/16;background:#000;width:100%;position:relative;overflow:hidden}.story-pick-thumb img{object-fit:cover;width:100%;height:100%}.story-pick-badge{color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:.4rem;right:.4rem}.story-pick-badge svg{width:14px;height:14px}.story-pick-info{padding:.5rem .7rem}.story-pick-title{color:var(--text);font-family:Noto Serif TC,serif;font-size:.85rem;font-weight:700}.story-pick-sub{color:var(--text-muted);margin-top:.15rem;font-size:.72rem}.st-section-head{color:var(--accent);align-items:center;gap:.4rem;margin:.6rem 0 .5rem;font-family:Noto Serif TC,serif;font-size:1rem;font-weight:700;display:flex}.st-section-head svg{width:18px;height:18px}.st-list{flex-direction:column;gap:.5rem;margin-bottom:1.2rem;display:flex}.st-row{background:#ffffffb3;border-radius:14px;align-items:center;gap:.8rem;padding:.7rem .9rem;display:flex;box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #fffffff2}.st-row:hover{background:#ffffffe6}.st-icon{color:#fff;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.st-icon svg{width:20px;height:20px}.st-main{flex:1;min-width:0}.st-title{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;font-family:Noto Serif TC,serif;font-size:.92rem;font-weight:700;display:flex}.st-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;margin-top:.2rem;font-size:.8rem;display:flex}.st-meta span{align-items:center;gap:.25rem;display:inline-flex}.st-meta svg{width:13px;height:13px}.st-badge{border-radius:9999px;align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.st-badge.on{color:#fff;background:linear-gradient(135deg,#34d399,#10b981)}.st-badge.off{color:var(--text-muted);background:#a096b433}.st-badge svg{width:11px;height:11px}.st-actions{flex-shrink:0}.active-filter-bar{flex-wrap:wrap;grid-column:1/-1;gap:.4rem;padding:.5rem 0 .8rem;display:flex}.af-tab{cursor:pointer;color:var(--text-muted);transition:all .2s var(--ease-spring);background:#fff9;border:0;border-radius:9999px;padding:.4rem .9rem;font-family:Noto Sans TC,sans-serif;font-size:.82rem;font-weight:600;box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #fffffff2}.af-tab:hover{color:var(--text);background:#ffffffd9}.af-tab.active{color:#fff;background:linear-gradient(135deg,#a78bfa,#7c3aed);box-shadow:6px 6px 14px #7c3aed4d,-3px -3px 8px #ffffffd9}.story-add-bar{color:#fff;cursor:pointer;transition:all .2s var(--ease-spring);background:linear-gradient(135deg,#a78bfa,#7c3aed);border:0;border-radius:14px;grid-column:1/-1;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.4rem;padding:.7rem 1.2rem;font-family:Noto Serif TC,serif;font-size:.95rem;font-weight:700;display:flex;box-shadow:6px 6px 14px #7c3aed40,-3px -3px 8px #ffffffd9}.story-add-bar:hover{transform:translateY(-2px);box-shadow:10px 10px 20px #7c3aed59}.story-add-bar svg{width:18px;height:18px}.reply-pill{color:var(--accent);background:#7c3aed14;border-radius:6px;align-items:center;gap:.3rem;margin:.15rem .15rem .15rem 0;padding:.25rem .5rem;font-size:.78rem;display:inline-flex}.reply-pill .reply-x{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0 .15rem;font-size:.95rem;line-height:1}.reply-pill:hover{background:#7c3aed26}.reply-input{border:1px solid #ddd;border-radius:6px;flex:1;padding:.35rem .55rem;font-family:inherit;font-size:.78rem}.drawflow .drawflow-node{cursor:default!important}.drawflow .drawflow-node .dn-head{cursor:grab}.drawflow .drawflow-node:active{cursor:grabbing!important}.drawflow-delete{text-align:center!important;z-index:99999!important;cursor:pointer!important;color:#fff!important;opacity:1!important;pointer-events:auto!important;background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:2px solid #fff!important;border-radius:50%!important;width:36px!important;height:36px!important;font-size:1.4rem!important;line-height:34px!important;display:none!important;position:absolute!important;top:-18px!important;right:-18px!important;box-shadow:0 4px 12px #dc262680!important}.drawflow-delete:before{content:"";border-radius:50%;position:absolute;inset:-8px}.drawflow-delete:hover{transform:scale(1.2);box-shadow:0 6px 16px #dc2626b3!important}.var-pick-grid{flex-direction:column;gap:.5rem;margin-top:.6rem;display:flex}.var-pick-card{cursor:pointer;transition:all .2s var(--ease-spring);background:#ffffffb3;border-radius:12px;align-items:flex-start;gap:.7rem;padding:.7rem .9rem;display:flex;box-shadow:6px 6px 12px #a096b41f,-3px -3px 8px #fffffff2}.var-pick-card:hover{background:#7c3aed0d;transform:translate(2px);box-shadow:8px 8px 16px #a096b42e}.var-pick-card>svg{width:22px;height:22px;color:var(--accent);flex-shrink:0;margin-top:.15rem}.var-pick-tag{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:700}.var-pick-label{color:var(--text);margin-top:.1rem;font-family:Noto Serif TC,serif;font-size:.92rem;font-weight:700}.var-pick-desc{color:var(--text-muted);margin-top:.15rem;font-size:.78rem;line-height:1.4}.bucket-pills{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.bucket-pill{background:#7c3aed0f;border:1px solid #7c3aed1f;border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.82rem;display:inline-flex}.bucket-pill>span{color:var(--text-muted)}.bucket-pill>b{color:var(--accent);font-weight:700}.lc-tags{flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:.4rem;display:flex}.tg-pill{border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.tg-auto-good{color:#065f46;background:#d1fae5}.tg-auto-info{color:#1e40af;background:#dbeafe}.tg-auto-warn{color:#991b1b;background:#fee2e2}.tg-manual{color:var(--accent);background:#7c3aed1f;border:1px solid #7c3aed40}.tg-x{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0 .15rem;font-size:.95rem;line-height:1}.tg-add-btn{color:var(--text-muted);border:1px dashed var(--text-muted);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.2rem;padding:.2rem .55rem;font-family:inherit;font-size:.72rem;display:inline-flex}.tg-add-btn:hover{color:var(--accent);border-color:var(--accent)}.tg-add-btn svg{width:11px;height:11px}.bc-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.6rem 0;display:flex}.bc-toolbar select{border:1px solid #ddd;border-radius:8px;padding:.4rem .7rem;font-family:inherit}.bc-list{border:1px solid #eee;border-radius:12px;max-height:400px;margin-bottom:1rem;padding:.4rem;overflow-y:auto}.bc-row{cursor:pointer;border-radius:8px;align-items:center;gap:.7rem;padding:.5rem .7rem;display:flex}.bc-row:hover{background:#7c3aed0a}.bc-row input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.bc-info{text-align:left;flex:1;min-width:0;font-size:.85rem}.bc-message-form{background:#7c3aed0a;border-radius:14px;margin-top:.6rem;padding:1rem}.bc-action-row{justify-content:space-between;align-items:center;margin-top:.6rem;font-size:.9rem;display:flex}.drawer-menu a,.drawer-menu .item,.drawer-bottom a.logout{text-decoration:none}a{color:inherit;text-decoration:none}.bg-tint{z-index:0;pointer-events:none;background:radial-gradient(circle at 15% 20%,#a78bfa59 0%,#0000 45%),radial-gradient(circle at 85% 30%,#f472b640 0%,#0000 50%),radial-gradient(circle at 50% 90%,#7dd3fc4d 0%,#0000 50%);position:fixed;inset:0}body:has(.signin-card){justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.signin-card{z-index:1;text-align:center;background:#fff;border-radius:28px;width:100%;max-width:420px;padding:2.4rem 2rem;position:relative;box-shadow:14px 14px 28px #a096b42e,-8px -8px 20px #ffffffb3,inset 5px 5px 10px #8b5cf608,inset -5px -5px 10px #fff}.signin-card .logo{margin:0 auto 1rem}.signin-card form{text-align:left;flex-direction:column;gap:.8rem;display:flex}.signin-card label{color:var(--text-muted);flex-direction:column;gap:.4rem;font-family:Noto Sans TC,sans-serif;font-size:.78rem;font-weight:700;display:flex}.signin-card input{background:var(--pressed-bg);color:var(--text);-webkit-appearance:none;border:0;border-radius:13px;outline:0;width:100%;padding:.8rem 1.05rem;font-family:Noto Sans TC,sans-serif;font-size:1rem;transition:box-shadow .15s,background .15s;box-shadow:inset 5px 5px 10px #d9d4e3,inset -5px -5px 10px #fff}.signin-card input:focus{background:#fff;box-shadow:inset 5px 5px 10px #d9d4e3,inset -5px -5px 10px #fff,0 0 0 3px #7c3aed38}.signin-card button.btn{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:48px;margin-top:.4rem;padding:.9rem 1.4rem;font-family:Noto Sans TC,sans-serif;font-size:1rem;font-weight:800;transition:transform .12s,filter .15s,box-shadow .12s;display:inline-flex;box-shadow:8px 8px 18px #7c3aed47,-4px -4px 10px #fff6,inset 2px 2px #ffffff40}.signin-card button.btn svg{width:18px;height:18px}.signin-card button.btn:hover{filter:brightness(1.05)}.signin-card button.btn:active{transform:scale(.96);box-shadow:inset 5px 5px 10px #0000002e,inset -3px -3px 8px #ffffff2e}@media (width<=480px){.signin-card{border-radius:24px;padding:1.8rem 1.4rem}}
