:root{--bg:#f5f6fa;--panel:#fff;--ink:#171821;--muted:#7b8190;--line:#e8eaf0;--soft:#f7f8fb;--primary:#6757e8;--primary2:#8b73ff;--green:#20a879;--red:#e04f62;--orange:#f39b43;--blue:#4d86ed;--shadow:0 18px 60px rgba(28,31,46,.08);--radius:20px;--side:238px}*{box-sizing:border-box}html,body{margin:0!important;min-height:100%;background:var(--bg)}body.cn-app-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--ink);direction:rtl;overflow-x:hidden}.cn-app-body button,.cn-app-body input,.cn-app-body textarea,.cn-app-body select{font:inherit}.cn-icon{display:block;flex:0 0 auto}.cn-shell{display:grid;grid-template-columns:var(--side) minmax(0,1fr);min-height:100vh;direction:rtl}.cn-side{position:fixed;right:0;top:0;bottom:0;width:var(--side);background:rgba(252,252,254,.94);border-left:1px solid var(--line);backdrop-filter:blur(22px);padding:20px 14px;z-index:20;display:flex;flex-direction:column}.cn-brand{display:flex;align-items:center;gap:9px;padding:4px 8px 22px;font-weight:900;font-size:18px}.cn-brand small{font-size:9px;background:#eeeafe;color:var(--primary);padding:3px 6px;border-radius:999px}.cn-brandmark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 8px 22px rgba(103,87,232,.28)}.cn-nav{display:grid;gap:5px}.cn-nav button{position:relative;border:0;background:transparent;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:11px;color:#697080;cursor:pointer;text-align:right;transition:.18s}.cn-nav button:hover{background:#f2f1fb;color:#3f365f}.cn-nav button.active{background:#eeecff;color:#4c3dc6;font-weight:800}.cn-nav button em{margin-right:auto;background:var(--primary);color:#fff;border-radius:999px;padding:2px 6px;font-size:10px;font-style:normal}.cn-side-bottom{margin-top:auto}.cn-usage-mini{padding:13px;border-radius:14px;background:#f3f2fb;margin-bottom:9px}.cn-usage-mini>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.cn-usage-mini b{font-size:12px}.cn-usage-mini span{font-size:9px;color:var(--muted)}.cn-progress{height:6px;border-radius:999px;background:#e5e6ed;overflow:hidden;margin-top:9px}.cn-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary2));transition:.3s}.cn-profile{border:0;background:transparent;width:100%;padding:8px;border-radius:13px;display:flex;align-items:center;gap:9px;text-align:right;cursor:pointer}.cn-profile:hover{background:#f0f1f5}.cn-profile img{width:34px;height:34px;border-radius:50%;object-fit:cover}.cn-profile span{min-width:0;display:grid}.cn-profile b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cn-profile small{font-size:9px;color:var(--muted)}.cn-profile svg{margin-right:auto}.cn-main{grid-column:1;padding:28px 30px 60px;min-width:0}.cn-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.cn-top h1{font-size:25px;margin:0 0 5px;letter-spacing:-.5px}.cn-top p{margin:0;color:var(--muted);font-size:12px}.cn-top-actions{display:flex;align-items:center;gap:8px}.cn-icon-btn{position:relative;width:39px;height:39px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;cursor:pointer;color:#545b69}.cn-icon-btn:hover{background:#f8f8fb}.cn-icon-btn i{position:absolute;top:-5px;left:-5px;background:var(--red);color:#fff;border:2px solid #fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:8px;font-style:normal}.cn-btn{border:1px solid var(--line);background:#fff;color:#333742;border-radius:11px;padding:10px 14px;font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.16s;text-decoration:none}.cn-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(32,35,47,.08)}.cn-btn.primary{border:0;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 9px 25px rgba(103,87,232,.22)}.cn-btn.dark{background:#1c1d25;color:#fff;border:0}.cn-btn.soft{background:#f1efff;color:#5646d0;border-color:#e5e1ff}.cn-btn.ghost{background:transparent}.cn-btn.danger,.danger{color:var(--red)!important}.cn-btn.full{width:100%}.cn-btn.tiny{padding:7px 9px;font-size:9px}.cn-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.cn-banner{border-radius:22px;padding:24px 26px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden;position:relative}.cn-banner:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;left:-55px;top:-95px;background:rgba(255,255,255,.22)}.cn-banner.premium{background:linear-gradient(135deg,#ede9ff,#faf9ff);border:1px solid #ded8ff}.cn-banner.ig{background:linear-gradient(135deg,#fee7f0,#fff2e7);border:1px solid #f7d8dc}.cn-banner h2{margin:5px 0 6px;font-size:19px}.cn-banner p{margin:0;color:#656a77;font-size:11px}.eyebrow{text-transform:uppercase;letter-spacing:1.1px;font-size:8px;font-weight:900;color:var(--primary)}.cn-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px}.cn-stats.compact{grid-template-columns:repeat(3,1fr)}.cn-stat{position:relative;background:var(--panel);border:1px solid #eceef3;border-radius:18px;padding:18px;min-height:120px;box-shadow:0 8px 35px rgba(28,31,46,.035);overflow:hidden}.cn-stat>span{font-size:10px;color:var(--muted);display:block;margin-bottom:12px}.cn-stat strong{display:block;font-size:25px;letter-spacing:-1px}.cn-stat strong.money{font-size:18px}.cn-stat small{display:block;color:#9a9fac;font-size:9px;margin-top:7px}.cn-stat>i{position:absolute;left:15px;top:15px;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;font-style:normal}.cn-stat>i.violet{background:#eeeaff;color:var(--primary)}.cn-stat>i.blue{background:#eaf3ff;color:var(--blue)}.cn-stat>i.green{background:#e7f8f2;color:var(--green)}.cn-stat>i.orange{background:#fff1e5;color:var(--orange)}.cn-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cn-card{background:var(--panel);border:1px solid #eceef3;border-radius:var(--radius);padding:18px;box-shadow:0 8px 40px rgba(29,31,44,.035);min-width:0}.cn-card.span2{grid-column:span 2}.cn-card.span3{grid-column:span 3}.cn-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.cn-card-head h3,.cn-card h3{margin:0;font-size:13px}.cn-card-head p{margin:4px 0 0;color:var(--muted);font-size:9px}.cn-link{border:0;background:transparent;color:var(--primary);font-size:9px;cursor:pointer}.cn-account-stack{display:grid;gap:7px}.cn-account-row{display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px;background:#fafafd}.cn-account-avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#f8c2e0,#ffd1a5);display:grid;place-items:center;overflow:hidden}.cn-account-avatar img{width:100%;height:100%;object-fit:cover}.cn-account-row div:nth-child(2){display:grid}.cn-account-row b{font-size:10px}.cn-account-row small{font-size:8px;color:var(--muted)}.cn-account-row .online{margin-right:auto;width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px #e6f7f1}.cn-bars{height:180px;display:flex;align-items:flex-end;gap:6px;padding:18px 5px 0;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent,transparent 44px,#f2f3f6 45px)}.cn-bar-group{height:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;gap:2px}.cn-bar-group i{width:30%;min-height:3px;border-radius:5px 5px 1px 1px}.cn-bar-group i.in,.cn-legend i.in{background:#a99cf7}.cn-bar-group i.out,.cn-legend i.out{background:#5e7fec}.cn-legend{display:flex;gap:14px;justify-content:center;margin-top:10px;font-size:8px;color:var(--muted)}.cn-legend span{display:flex;align-items:center;gap:5px}.cn-legend i{width:8px;height:8px;border-radius:2px}.cn-chart-empty{height:180px;display:grid;place-items:center;color:var(--muted);font-size:10px}.cn-flow-mini{display:grid;gap:5px}.cn-flow-mini button{border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px;text-align:right;cursor:pointer}.cn-flow-mini button:hover{background:#f7f7fb}.cn-flow-mini button>div{display:grid}.cn-flow-mini b{font-size:10px}.cn-flow-mini small{font-size:8px;color:var(--muted);margin-top:3px}.cn-flow-mini em{margin-right:auto}.cn-flow-dot{width:31px;height:31px;border-radius:10px;background:#efedff;color:var(--primary);display:grid;place-items:center;flex:0 0 auto}.cn-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-style:normal;white-space:nowrap}.cn-status.active,.cn-status.completed{background:#e7f7f1;color:#16825f}.cn-status.draft{background:#eff0f3;color:#69707d}.cn-status.paused,.cn-status.scheduled{background:#fff1dd;color:#a76b12}.cn-status.processing{background:#e9f1ff;color:#376bc5}.cn-empty{text-align:center;color:var(--muted);padding:28px 12px}.cn-empty.big{padding:70px 20px}.cn-empty.small{padding:20px 10px;font-size:9px}.cn-empty svg{margin:0 auto 10px}.cn-empty h2,.cn-empty b{color:var(--ink);display:block;margin:8px 0}.cn-empty p{font-size:10px;margin:5px auto 16px;max-width:400px}.cn-usage-line{margin:15px 0}.cn-usage-line>div:first-child{display:flex;justify-content:space-between;align-items:center;font-size:9px}.cn-usage-line span{color:var(--muted)}.cn-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.cn-toolbar-actions{display:flex;gap:8px}.cn-search{height:41px;min-width:320px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px;color:#979ca8}.cn-search.compact{min-width:0;width:100%;height:37px}.cn-search input{border:0;outline:0;background:transparent;width:100%;font-size:10px;color:var(--ink)}.cn-select{height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 11px;color:#555;font-size:10px}.cn-table-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:5px 12px;overflow:auto}.cn-table{width:100%;border-collapse:collapse;min-width:690px}.cn-table th{font-size:8px;color:#989daa;font-weight:700;text-align:right;padding:11px 10px;border-bottom:1px solid var(--line)}.cn-table td{font-size:9px;padding:11px 10px;border-bottom:1px solid #f0f1f4;vertical-align:middle}.cn-table tr:last-child td{border-bottom:0}.cn-table.clean{min-width:0}.cn-name-link{border:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:right;cursor:pointer;padding:0;color:inherit}.cn-name-link>div{display:grid}.cn-name-link b{font-size:10px}.cn-name-link small{font-size:8px;color:var(--muted);margin-top:3px}.cn-trigger-pill{display:inline-flex;padding:5px 7px;border:1px solid #e7e5f7;border-radius:8px;background:#faf9ff;color:#6357ad;font-size:8px}.cn-mini-avatar{width:31px;height:31px;border-radius:9px;background:#efeff5;display:grid;place-items:center;overflow:hidden;font-weight:900}.cn-mini-avatar img{width:100%;height:100%;object-fit:cover}.cn-window-pill{font-size:8px;padding:5px 7px;border-radius:999px}.cn-window-pill.open{background:#e8f8f2;color:#198260}.cn-window-pill.closed{background:#f3f3f5;color:#777c87}.cn-inbox{height:calc(100vh - 116px);min-height:560px;background:#fff;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:310px 1fr;overflow:hidden}.cn-conv-pane{border-left:1px solid var(--line);min-width:0}.cn-inbox-tools{padding:11px;border-bottom:1px solid var(--line);display:flex;gap:7px}.cn-filter-chip{border:0;background:#f0effa;color:var(--primary);border-radius:10px;padding:0 10px;font-size:8px}.cn-conv-list{height:calc(100% - 60px);overflow:auto;padding:6px}.cn-conv{width:100%;border:0;background:transparent;border-radius:13px;padding:10px 8px;display:flex;align-items:flex-start;gap:8px;text-align:right;cursor:pointer}.cn-conv:hover,.cn-conv.active{background:#f5f4fc}.cn-conv-avatar{width:38px;height:38px;flex:0 0 auto;border-radius:12px;background:#ececf2;display:grid;place-items:center;overflow:hidden;font-weight:900;font-size:11px}.cn-conv-avatar img{width:100%;height:100%;object-fit:cover}.cn-conv-main{min-width:0;flex:1}.cn-conv-main>div:first-child{display:flex;justify-content:space-between;gap:7px}.cn-conv-main b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cn-conv-main time{font-size:7px;color:#a2a6af}.cn-conv-main p{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0}.cn-conv>em{background:var(--primary);color:#fff;border-radius:999px;font-size:7px;min-width:17px;height:17px;display:grid;place-items:center;font-style:normal}.urgent-dot,.paused-dot{font-size:7px;padding:3px 5px;border-radius:999px;margin-left:4px}.urgent-dot{background:#ffe9ec;color:var(--red)}.paused-dot{background:#fff2db;color:#9e6b1e}.cn-chat-pane{min-width:0;display:flex;flex-direction:column;height:100%}.cn-chat-placeholder{height:100%;display:grid;place-items:center;align-content:center;color:#adb0b8;text-align:center}.cn-chat-placeholder h3{color:#555b66;margin:10px 0 4px}.cn-chat-placeholder p{font-size:9px}.cn-chat-head{height:62px;border-bottom:1px solid var(--line);padding:9px 14px;display:flex;align-items:center;justify-content:space-between}.cn-chat-person{display:flex;align-items:center;gap:9px}.cn-chat-person>div:last-child{display:grid}.cn-chat-person b{font-size:10px}.cn-chat-person small{font-size:8px;color:var(--muted)}.cn-chat-head-actions{display:flex;gap:6px}.cn-chat-layout{display:grid;grid-template-columns:1fr 235px;min-height:0;flex:1}.cn-chat-messages{background:#f7f8fb;padding:17px;overflow:auto;display:flex;flex-direction:column;gap:7px}.cn-message{max-width:72%;font-size:9px;line-height:1.8}.cn-message>div{background:#fff;padding:8px 11px;border-radius:14px 14px 4px 14px;border:1px solid #eceef2;box-shadow:0 4px 12px rgba(0,0,0,.025)}.cn-message small{display:block;color:#9ca0aa;font-size:7px;margin:3px 4px}.cn-message.out{align-self:flex-end}.cn-message.out>div{background:#6a5be5;color:#fff;border-color:#6a5be5;border-radius:14px 14px 14px 4px}.cn-message.pending{opacity:.65}.cn-contact-side{border-right:1px solid var(--line);padding:14px;overflow:auto}.cn-contact-profile{text-align:center;padding-bottom:12px;border-bottom:1px solid var(--line)}.cn-big-avatar{width:60px;height:60px;border-radius:18px;background:#f0eff5;margin:auto;display:grid;place-items:center;overflow:hidden;font-size:18px;font-weight:900}.cn-big-avatar img{width:100%;height:100%;object-fit:cover}.cn-contact-profile h3{font-size:11px;margin:7px 0 3px}.cn-contact-profile p{font-size:8px;color:var(--muted);margin:0}.cn-side-section{padding:12px 0;border-bottom:1px solid var(--line)}.cn-section-label{font-size:8px;font-weight:900;color:#8d929f;margin-bottom:8px;text-transform:uppercase}.cn-switch-row{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:9px;cursor:pointer}.cn-switch{width:29px;height:17px;background:#d8dbe1;border-radius:999px;position:relative}.cn-switch:after{content:"";position:absolute;top:2px;right:2px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.15);transition:.2s}.cn-switch.on{background:var(--primary)}.cn-switch.on:after{right:14px}.cn-tags{display:flex;flex-wrap:wrap;gap:5px}.cn-tags span,.cn-tags button{border:0;background:color-mix(in srgb,var(--tag,#6757e8) 12%,white);color:var(--tag,#6757e8);border-radius:999px;padding:5px 7px;font-size:7px}.cn-tags button{cursor:pointer}.cn-tags button.active{background:var(--tag,#6757e8);color:#fff}.cn-tags.big span{font-size:9px;padding:6px 9px}.cn-kv{display:flex;justify-content:space-between;gap:10px;font-size:8px;padding:6px 0}.cn-kv span{color:var(--muted)}.cn-window{display:flex;align-items:center;gap:6px;font-size:8px}.cn-window i{width:7px;height:7px;border-radius:50%}.cn-window.open i{background:var(--green)}.cn-window.closed i{background:#bbb}.cn-composer{height:59px;border-top:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:9px 12px}.cn-composer textarea{flex:1;border:1px solid var(--line);border-radius:11px;resize:none;padding:8px 10px;outline:0;font-size:9px}.cn-send-btn{width:38px;height:38px;border:0;background:var(--primary);color:#fff;border-radius:11px;display:grid;place-items:center;cursor:pointer}.cn-policy-note{font-size:9px;color:#6d7280;background:#f2f3f6;border-radius:10px;padding:8px 10px;display:inline-flex;align-items:center;gap:6px}.cn-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.cn-card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.broadcast-card h3{margin:12px 0 6px}.broadcast-card>p{font-size:9px;line-height:1.8;color:var(--muted);min-height:49px}.cn-broadcast-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0}.cn-broadcast-stats span{background:#f7f7fa;border-radius:9px;padding:7px;text-align:center;font-size:7px;color:var(--muted)}.cn-broadcast-stats b{display:block;color:var(--ink);font-size:11px;margin-bottom:2px}.cn-range{display:flex;gap:5px;margin-bottom:12px}.cn-range button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:7px 10px;font-size:8px;cursor:pointer}.cn-range button.active{background:#edeaff;color:var(--primary);border-color:#dfdbff}.cn-big-metric{display:flex;align-items:baseline;gap:7px;padding:15px 4px;border-bottom:1px solid var(--line)}.cn-big-metric strong{font-size:24px}.cn-big-metric span{font-size:8px;color:var(--muted)}.cn-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cn-template-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.cn-template-cover{height:125px;display:grid;place-items:center;background:linear-gradient(135deg,#efedff,#faf9ff);color:var(--primary)}.cn-template-cover.support{background:linear-gradient(135deg,#e9f4ff,#f9fcff);color:var(--blue)}.cn-template-body{padding:16px}.cn-template-body h3{font-size:12px;margin:7px 0}.cn-template-body p{font-size:9px;line-height:1.8;color:var(--muted);min-height:48px}.cn-template-foot{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.cn-settings{display:grid;grid-template-columns:170px 1fr;gap:16px;align-items:start}.cn-settings-nav{background:#fff;border:1px solid var(--line);border-radius:15px;padding:7px;display:grid;gap:3px;position:sticky;top:20px}.cn-settings-nav button{border:0;background:transparent;text-align:right;border-radius:9px;padding:9px 10px;font-size:9px;color:#646b78;cursor:pointer}.cn-settings-nav button.active{background:#efedff;color:var(--primary);font-weight:800}.cn-settings-body{min-width:0}.cn-settings-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.cn-settings-title h2{font-size:17px;margin:0 0 4px}.cn-settings-title p{font-size:9px;color:var(--muted);margin:0}.account-card .cn-account-meta{display:grid;gap:4px;margin:14px 0;padding:10px;background:#f8f8fa;border-radius:10px;color:#7d828c;font-size:8px}.cn-card-actions{display:flex;gap:7px}.cn-info-box{margin-top:14px;background:#f1f4fb;border:1px solid #e3e8f4;border-radius:14px;padding:13px}.cn-info-box b{font-size:9px}.cn-info-box p{font-size:8px;line-height:1.9;color:#707786;margin:5px 0 0}.cn-current-plan{background:linear-gradient(135deg,#1d1d28,#303044);color:#fff;border-radius:20px;padding:22px;display:grid;grid-template-columns:1fr 1.3fr;gap:30px;align-items:center}.cn-current-plan h2{font-size:23px;margin:6px 0}.cn-current-plan p{font-size:9px;opacity:.7}.cn-current-plan .cn-usage-line span,.cn-current-plan .cn-usage-line b{color:#fff}.cn-current-plan .cn-progress{background:#4b4b5a}.cn-subheading{font-size:12px;margin:19px 0 10px}.cn-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cn-price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;overflow:hidden}.cn-price-card.current{outline:2px solid #a79ef1}.cn-price-card.featured{border-color:#cfc9ff;box-shadow:0 14px 45px rgba(103,87,232,.12)}.cn-price-card>em{position:absolute;left:11px;top:11px;background:#edeaff;color:var(--primary);border-radius:999px;padding:4px 7px;font-size:7px;font-style:normal}.cn-price-card h3{font-size:13px}.cn-price{font-size:18px;font-weight:900;margin:11px 0}.cn-price small{font-size:7px;color:var(--muted);font-weight:400}.cn-price-card ul{list-style:none;padding:0;margin:13px 0 16px;display:grid;gap:7px}.cn-price-card li{font-size:8px;color:#626874}.cn-price-card li:before{content:"✓";color:var(--green);margin-left:6px}.cn-settings-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cn-webhook-row{display:flex;align-items:center;gap:9px;padding:10px;border-top:1px solid var(--line)}.cn-webhook-row>div{display:grid;min-width:0}.cn-webhook-row b{font-size:9px}.cn-webhook-row small{font-size:7px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:440px}.cn-webhook-row em{margin-right:auto}.muted{color:var(--muted);font-size:9px}.cn-modal-wrap{position:fixed;inset:0;z-index:1000;background:rgba(20,21,30,.38);backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px;animation:fade .16s}.cn-modal{position:relative;width:min(520px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:21px;box-shadow:0 30px 100px rgba(14,15,23,.25)}.cn-modal.wide{width:min(820px,100%)}.cn-modal-x{position:absolute;left:15px;top:15px;border:0;background:#f3f4f6;border-radius:10px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.cn-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;padding-left:38px}.cn-modal-head h2{font-size:17px;margin:4px 0}.cn-modal-head p{font-size:9px;color:var(--muted);margin:0}.cn-modal-avatar{width:48px;height:48px;border-radius:14px;object-fit:cover}.cn-form{display:grid;gap:12px}.cn-form label{display:grid;gap:6px;font-size:9px;font-weight:800}.cn-form label small{font-weight:400;color:var(--muted)}.cn-form input,.cn-form textarea,.cn-form select,.cn-inline-field input{width:100%;border:1px solid #dfe2e8;background:#fbfbfc;border-radius:11px;padding:10px 11px;outline:0;font-size:9px;color:var(--ink)}.cn-form input:focus,.cn-form textarea:focus,.cn-form select:focus{border-color:#9e94ef;box-shadow:0 0 0 3px #efedff}.cn-modal-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:6px}.cn-trigger-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cn-trigger-option{position:relative;border:1px solid var(--line);border-radius:13px;padding:12px;cursor:pointer;min-height:105px;display:block!important}.cn-trigger-option input{position:absolute;opacity:0}.cn-trigger-option:has(input:checked){border-color:#aaa1f2;background:#f7f5ff;box-shadow:0 0 0 2px #ebe8ff}.cn-trigger-option>span{width:28px;height:28px;border-radius:9px;background:#efedff;color:var(--primary);display:grid;place-items:center;margin-bottom:8px}.cn-trigger-option b{display:block;font-size:9px}.cn-trigger-option small{display:block;font-size:7px!important;line-height:1.6;margin-top:4px}.cn-list-actions{display:grid;gap:5px}.cn-list-actions button{border:0;background:#f8f8fa;border-radius:11px;padding:11px;display:flex;align-items:center;gap:9px;text-align:right;cursor:pointer;font-size:10px}.cn-contact-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cn-contact-modal-grid section{border:1px solid var(--line);border-radius:13px;padding:13px}.cn-contact-modal-grid h4{font-size:10px;margin:0 0 10px}.cn-inline-field{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:8px;margin:7px 0}.cn-inline-field span{font-size:8px;color:var(--muted)}.cn-toast{position:fixed;left:22px;bottom:22px;z-index:5000;background:#191a22;color:#fff;border-radius:12px;padding:11px 13px;display:flex;align-items:center;gap:7px;font-size:9px;box-shadow:0 18px 60px rgba(0,0,0,.25);opacity:0;transform:translateY(10px);transition:.22s}.cn-toast.show{opacity:1;transform:none}.cn-toast.bad{background:#9f3040}.cn-loader,.cn-boot{min-height:160px;display:grid;place-items:center;align-content:center;gap:10px;color:#8f949e;font-size:9px}.cn-loader span,.cn-boot span{width:31px;height:31px;border:3px solid #e6e7ec;border-top-color:var(--primary);border-radius:50%;animation:spin .75s linear infinite}.cn-boot{min-height:100vh}.cn-boot.error{color:var(--red)}.cn-error-card{background:#fff3f4;border:1px solid #f4d8dc;border-radius:15px;padding:18px;color:#9d3543}.cn-error-card b{font-size:11px}.cn-error-card p{font-size:9px}.cn-hp{position:absolute!important;left:-9999px!important}.cn-auth{min-height:100vh;background:radial-gradient(circle at 10% 20%,#ebe7ff,transparent 35%),radial-gradient(circle at 90% 80%,#e8f5ff,transparent 35%),#f8f8fb;padding:24px 5vw;display:flex;flex-direction:column}.cn-auth-brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:900}.cn-auth-grid{flex:1;display:grid;grid-template-columns:1.1fr 460px;align-items:center;gap:8vw;max-width:1180px;width:100%;margin:auto}.cn-auth-copy{max-width:600px}.cn-auth-copy h1{font-size:44px;line-height:1.35;letter-spacing:-2px;margin:12px 0 15px}.cn-auth-copy>p{font-size:13px;color:#6e7380;line-height:2;max-width:520px}.cn-auth-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.cn-auth-points span{font-size:9px;display:flex;align-items:center;gap:5px;color:#5d6370}.cn-auth-points svg{color:var(--green)}.cn-auth-flow{display:flex;align-items:center;gap:10px;margin-top:35px}.cn-auth-flow div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;align-items:center;gap:7px;box-shadow:var(--shadow)}.cn-auth-flow div b{font-size:8px}.cn-auth-flow i{width:42px;border-top:1px dashed #bdb9da}.cn-auth-card{background:rgba(255,255,255,.9);border:1px solid #fff;border-radius:24px;padding:18px;box-shadow:0 24px 80px rgba(35,36,50,.12);backdrop-filter:blur(15px)}.cn-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f2f6;border-radius:11px;padding:3px;margin-bottom:18px}.cn-auth-tabs button{border:0;background:transparent;border-radius:9px;padding:8px;font-size:9px;cursor:pointer}.cn-auth-tabs button.active{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.06);font-weight:800}.cn-form.auth{padding:8px 7px 5px}.cn-form.auth h2{font-size:18px;margin:0 0 5px}.cn-form.auth p{font-size:9px;color:var(--muted);margin:0 0 7px}.cn-form.auth>small{text-align:center;color:var(--muted);font-size:7px;line-height:1.7}.cn-auth footer{text-align:center;color:#a0a4ad;font-size:7px;padding-top:15px}
/* Builder */body.builder-open{overflow:hidden}.cn-builder{position:fixed;inset:0;z-index:3000;background:#eef0f5;direction:rtl}.cn-builder-top{height:64px;background:#fff;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;gap:14px}.cn-builder-left,.cn-builder-actions,.cn-builder-center{display:flex;align-items:center;gap:8px}.cn-builder-left>div{display:grid}.cn-builder-left input{border:0;outline:0;font-weight:900;font-size:11px;width:240px;background:transparent}.cn-builder-left span{font-size:7px;color:#8e939e;display:flex;align-items:center;gap:4px}.cn-save-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.cn-save-dot.dirty{background:var(--orange)}.cn-builder-center{justify-content:center}.cn-builder-center select{border:1px solid var(--line);border-radius:9px;padding:7px 9px;font-size:8px}.cn-builder-actions{justify-content:flex-start}.cn-builder-work{height:calc(100vh - 64px);display:grid;grid-template-columns:68px 1fr 275px;direction:ltr}.cn-node-palette{background:#fff;border-right:1px solid var(--line);padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:6px;direction:rtl;overflow-y:auto}.cn-node-palette>span{font-size:7px;color:#a0a4ad;text-transform:uppercase;margin:4px 0}.cn-node-palette>button{position:relative;width:43px;height:43px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;color:#5f6572;cursor:pointer}.cn-node-palette>button:hover{background:#efedff;color:var(--primary);border-color:#dcd7ff}.cn-node-palette>button em{display:none;position:absolute;left:52px;top:50%;transform:translateY(-50%);white-space:nowrap;background:#22232b;color:#fff;border-radius:7px;padding:5px 7px;font-size:7px;font-style:normal;z-index:20}.cn-node-palette>button:hover em{display:block}.cn-builder-help{margin-top:auto;font-size:7px;color:var(--muted);display:none}.cn-canvas-wrap{position:relative;overflow:auto;background-color:#f4f5f8;background-image:radial-gradient(#cfd2dc 1px,transparent 1px);background-size:20px 20px;direction:ltr}.cn-canvas{position:relative;width:2400px;height:1500px;min-width:100%;min-height:100%;transform-origin:0 0}.cn-edges{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.cn-edges .edge-path{fill:none;stroke:#a9acb8;stroke-width:2}.cn-edges marker path{fill:#a9acb8}.cn-node{position:absolute;width:230px;background:#fff;border:1px solid #dedfe5;border-radius:14px;box-shadow:0 9px 25px rgba(31,34,46,.08);cursor:grab;user-select:none;direction:rtl;transition:box-shadow .12s,border-color .12s}.cn-node.selected{border-color:#8e83eb;box-shadow:0 0 0 3px rgba(103,87,232,.12),0 12px 35px rgba(31,34,46,.1)}.cn-node.dragging{cursor:grabbing;box-shadow:0 18px 45px rgba(31,34,46,.16)}.cn-node-head{height:40px;display:flex;align-items:center;gap:7px;padding:0 10px;border-bottom:1px solid #eff0f3}.cn-node-head>span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#efedff;color:var(--primary)}.cn-node-head b{font-size:9px}.cn-node-head>i{width:6px;height:6px;border-radius:50%;background:#b6b9c1;margin-right:auto}.cn-node-body{padding:11px;min-height:56px}.cn-node-body p{margin:0;font-size:8px;line-height:1.7;color:#4f5561;white-space:pre-wrap}.cn-node-body small{font-size:7px;color:#9a9eaa}.cn-node-port{position:absolute;top:50%;width:11px;height:11px;border:2px solid #fff;background:#aaaeba;border-radius:50%;box-shadow:0 0 0 1px #9fa3ae;transform:translateY(-50%)}.cn-node-port.in{left:-6px}.cn-node-port.out{right:-6px}.cn-node.type-trigger .cn-node-head>span{background:#e7f8f2;color:var(--green)}.cn-node.type-message .cn-node-head>span{background:#eaf2ff;color:var(--blue)}.cn-node.type-condition .cn-node-head>span,.cn-node.type-randomizer .cn-node-head>span{background:#fff1e4;color:var(--orange)}.cn-node.type-goal .cn-node-head>span{background:#ffe9ec;color:var(--red)}.cn-node.type-human_handoff .cn-node-head>span{background:#f2ebff;color:#9058d4}.cn-inspector{background:#fff;border-left:1px solid var(--line);padding:14px;overflow-y:auto;direction:rtl}.cn-inspector-empty{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:#a0a4af}.cn-inspector-empty h3{font-size:11px;color:#565c68;margin:8px 0 4px}.cn-inspector-empty p{font-size:7px;line-height:1.8;max-width:200px}.cn-inspector-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.cn-inspector-head>div{display:flex;align-items:center;gap:7px}.cn-inspector-head>div>span{width:30px;height:30px;border-radius:9px;background:#efedff;color:var(--primary);display:grid;place-items:center}.cn-inspector-head h3{font-size:11px;margin:0}.cn-inspector>label{display:grid;gap:5px;font-size:8px;font-weight:800;margin-bottom:11px}.cn-inspector input,.cn-inspector textarea,.cn-inspector select{width:100%;border:1px solid #dde0e6;border-radius:9px;background:#fafbfc;padding:8px 9px;font-size:8px;outline:0}.cn-inspector textarea{resize:vertical;line-height:1.7}.cn-inspector .cn-check{display:flex;grid-template-columns:auto 1fr;align-items:center}.cn-inspector .cn-check input{width:auto}.cn-var-hint,.cn-info-mini{font-size:7px;line-height:1.7;color:#7b8190;background:#f5f6f9;border-radius:8px;padding:7px;margin:-3px 0 10px}.cn-var-hint code{font-size:6px;background:#e9eaf0;padding:2px 3px;border-radius:4px}.cn-edge-box{border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.cn-edge-box>b{font-size:8px;display:block;margin-bottom:7px}.cn-edge-box label{display:grid;gap:4px;font-size:7px;color:#747a87;margin-bottom:8px}.cn-edge-box label.yes{color:var(--green)}.cn-edge-box label.no{color:var(--red)}.cn-edge-box select{margin-top:2px}.cn-zoom{position:sticky;left:14px;bottom:14px;width:max-content;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);display:flex;align-items:center;overflow:hidden}.cn-zoom button{border:0;background:#fff;width:32px;height:30px;cursor:pointer}.cn-zoom span{font-size:7px;padding:0 6px}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{from{opacity:0}}
@media(max-width:1100px){:root{--side:76px}.cn-brand>span:not(.cn-brandmark),.cn-brand small,.cn-nav span,.cn-side-bottom{display:none}.cn-brand{justify-content:center;padding-left:0;padding-right:0}.cn-nav button{justify-content:center}.cn-nav button em{position:absolute;right:5px;top:5px}.cn-stats{grid-template-columns:repeat(2,1fr)}.cn-home-grid{grid-template-columns:1fr 1fr}.cn-card.span2{grid-column:span 2}.cn-card.span3{grid-column:span 2}.cn-template-grid,.cn-card-grid{grid-template-columns:repeat(2,1fr)}.cn-chat-layout{grid-template-columns:1fr}.cn-contact-side{display:none}.cn-pricing{grid-template-columns:1fr}.cn-auth-grid{grid-template-columns:1fr 400px}.cn-auth-copy h1{font-size:34px}}
@media(max-width:760px){.cn-shell{display:block;padding-bottom:70px}.cn-side{top:auto;right:0;left:0;bottom:0;width:auto;height:64px;border-left:0;border-top:1px solid var(--line);padding:6px 8px}.cn-brand,.cn-side-bottom{display:none}.cn-nav{grid-template-columns:repeat(8,1fr);gap:1px}.cn-nav button{padding:7px 2px;display:grid;justify-items:center;gap:2px}.cn-nav button span{display:block;font-size:6px}.cn-nav button svg{width:17px;height:17px}.cn-main{padding:17px 12px 90px}.cn-top{align-items:flex-start}.cn-top h1{font-size:19px}.cn-top p{font-size:8px}.cn-top-actions .cn-btn{font-size:0;width:39px;padding:0}.cn-stats,.cn-stats.compact{grid-template-columns:1fr 1fr;gap:8px}.cn-stat{min-height:105px;padding:14px}.cn-stat strong{font-size:20px}.cn-home-grid{grid-template-columns:1fr}.cn-card.span2,.cn-card.span3{grid-column:span 1}.cn-toolbar{align-items:stretch;flex-direction:column}.cn-search{min-width:0;width:100%}.cn-toolbar-actions{overflow-x:auto}.cn-table-card{border-radius:13px}.cn-inbox{height:calc(100vh - 165px);grid-template-columns:1fr}.cn-conv-pane{border-left:0}.cn-chat-pane{position:absolute;inset:0;background:#fff;z-index:5}.cn-inbox:has(.cn-chat-pane .cn-chat-placeholder) .cn-chat-pane{display:none}.cn-card-grid,.cn-card-grid.two,.cn-template-grid{grid-template-columns:1fr}.cn-settings{grid-template-columns:1fr}.cn-settings-nav{position:static;display:flex;overflow-x:auto}.cn-settings-nav button{white-space:nowrap}.cn-settings-cols,.cn-current-plan{grid-template-columns:1fr}.cn-pricing{grid-template-columns:1fr}.cn-trigger-grid{grid-template-columns:1fr 1fr}.cn-contact-modal-grid{grid-template-columns:1fr}.cn-auth{padding:18px}.cn-auth-grid{grid-template-columns:1fr}.cn-auth-copy{display:none}.cn-auth-card{width:100%;max-width:430px;margin:auto}.cn-builder-top{grid-template-columns:1fr auto}.cn-builder-center{display:none}.cn-builder-left input{width:140px}.cn-builder-actions .cn-btn:first-child{display:none}.cn-builder-work{grid-template-columns:55px 1fr}.cn-inspector{position:fixed;left:0;right:55px;bottom:0;height:42vh;z-index:20;border-top:1px solid var(--line);border-left:0;transform:translateY(calc(100% - 42px));transition:.2s}.cn-inspector:has(.cn-inspector-head){transform:none}.cn-node-palette{padding:7px 5px}.cn-node-palette>button{width:38px;height:38px}.cn-node{width:210px}}
.cn-node.type-ai .cn-node-head>span{background:#f0e9ff;color:#7c3aed}.cn-node.type-ai .cn-node-head>i{background:#7c3aed}
.cn-inline-control{display:flex;gap:6px;align-items:center}.cn-inline-control input{flex:1}.cn-btn.small{padding:7px 9px;font-size:7px;white-space:nowrap}.cn-advanced-trigger{border:1px solid var(--line);border-radius:10px;padding:9px;margin:4px 0 12px;background:#fafbfc}.cn-advanced-trigger label{display:grid;gap:4px;font-size:7px;font-weight:700;margin-bottom:7px}.cn-advanced-trigger .cn-check{display:flex}.cn-media-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;max-height:55vh;overflow:auto;padding:2px}.cn-media-card{position:relative;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;display:grid;padding-bottom:8px}.cn-media-card>input{position:absolute;top:7px;right:7px;z-index:2;width:17px;height:17px;accent-color:var(--primary)}.cn-media-thumb{aspect-ratio:1/1;background:#f2f3f6;display:grid;place-items:center;overflow:hidden}.cn-media-thumb img{width:100%;height:100%;object-fit:cover}.cn-media-card b,.cn-media-card small{padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cn-media-card b{font-size:8px;margin-top:7px}.cn-media-card small{font-size:6px;color:var(--muted)}.cn-media-card:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 2px rgba(103,87,232,.1)}@media(max-width:700px){.cn-media-picker{grid-template-columns:repeat(2,minmax(0,1fr))}}

.cn-status.failed{background:#fff0f1;color:var(--red)}
.cn-muted{color:var(--muted);font-size:12px;line-height:1.9}
.cn-provider-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.cn-provider-summary>div{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px}.cn-provider-summary>div>div{display:grid;gap:3px}.cn-provider-summary b{font-size:10px}.cn-provider-summary small{font-size:8px;color:var(--muted)}.cn-provider-summary em{margin-right:auto}.cn-provider-logo{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-weight:900;font-size:14px;flex:0 0 auto}.cn-provider-logo.meta{background:linear-gradient(135deg,#e9efff,#f2eaff);color:#405de6}.cn-provider-logo.zernio{background:linear-gradient(135deg,#e8fbf5,#ecf6ff);color:#148b69}.cn-provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cn-provider-choice{position:relative;border:1px solid var(--line);background:#fff;border-radius:17px;padding:16px;text-align:right;cursor:pointer;display:grid;grid-template-columns:auto 1fr;gap:12px;min-height:205px;transition:.18s}.cn-provider-choice:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 45px rgba(30,32,45,.09);border-color:#cbc6f5}.cn-provider-choice>div{display:grid;align-content:start;gap:5px}.cn-provider-choice b{font-size:13px}.cn-provider-choice strong{font-size:9px;color:#4e5562}.cn-provider-choice p{font-size:8px;line-height:1.9;color:var(--muted);margin:4px 0}.cn-provider-choice em{position:absolute;right:16px;bottom:14px}.cn-provider-choice.disabled{opacity:.55;cursor:not-allowed;background:#fafafa}@media(max-width:720px){.cn-provider-grid,.cn-provider-summary{grid-template-columns:1fr}.cn-provider-choice{min-height:180px}}
.cn-brand-logo{display:block;max-width:145px;max-height:42px;width:auto;height:auto;object-fit:contain}.cn-brand:has(.cn-brand-logo){min-height:61px}.cn-app-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:34px;padding-top:18px;color:#9a9eaa;font-size:8px}.cn-plan-desc{color:var(--muted);font-size:8px;line-height:1.8;min-height:42px;margin:4px 0 10px}.cn-auth-brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.cn-auth-brand .cn-brand-logo{max-width:170px;max-height:46px}.cn-form.auth small a{color:var(--primary);font-weight:800;text-decoration:none}.cn-auth>footer{display:flex!important;justify-content:center;gap:8px;flex-wrap:wrap}.cn-auth>footer a{color:inherit;text-decoration:none}.cn-auth>footer a:hover{color:var(--primary)}
@media(max-width:760px){.cn-app-footer{display:none}.cn-brand-logo{max-width:38px;max-height:38px}.cn-side .cn-brand:has(.cn-brand-logo){display:flex;justify-content:center;padding:2px 0}.cn-auth-brand .cn-brand-logo{max-width:150px;max-height:42px}}


/* InstaFlow v1.5.0 polished UI overrides */
:root{--shadow-soft:0 10px 30px rgba(23,24,33,.05);--shadow-card:0 20px 50px rgba(23,24,33,.06);--content-max:1480px}
html{scroll-behavior:smooth}
body.cn-app-body,body.cn-app-body button,body.cn-app-body input,body.cn-app-body textarea,body.cn-app-body select{font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss01" 1,"tnum" 1}
body.cn-app-body{background:linear-gradient(180deg,#f7f8fd 0%,#f4f6fb 100%);color:#171821}
.cn-shell{display:block;min-height:100vh;padding-right:calc(var(--side) + 30px)}
.cn-side{background:rgba(255,255,255,.9);border-left:1px solid #eceff5;box-shadow:0 20px 45px rgba(17,19,27,.06)}
.cn-main{grid-column:auto!important;width:100%;min-width:0;padding:30px 30px 56px 0}
.cn-top,.cn-content,.cn-app-footer{max-width:var(--content-max);margin-right:auto;margin-left:auto}
.cn-top{gap:16px;margin-bottom:24px}
.cn-top h1{font-size:30px;font-weight:900;letter-spacing:-.8px}
.cn-top p,.cn-card-head p,.cn-muted,.muted,.cn-plan-desc,.cn-banner p,.cn-empty p,.cn-empty.small,.cn-usage-mini span,.cn-profile small,.cn-stat small,.cn-stat>span{font-size:12px!important;line-height:1.9}
.cn-brand{font-size:22px;padding-bottom:20px}
.cn-brand small{font-size:11px;padding:4px 8px}
.cn-brand-logo{max-width:156px;max-height:48px}
.cn-nav{gap:7px}
.cn-nav button{padding:12px 14px;border-radius:14px}
.cn-nav button span{font-size:14px;font-weight:700}
.cn-nav button svg{width:20px;height:20px}
.cn-usage-mini,.cn-card,.cn-stat,.cn-table-card,.cn-chat-layout,.cn-price-card,.cn-current-plan,.cn-side-section,.cn-builder-left,.cn-builder-center,.cn-builder-work,.cn-inspector,.cn-auth-card{box-shadow:var(--shadow-soft)}
.cn-usage-mini{padding:14px 15px;border-radius:16px}
.cn-usage-mini b,.cn-profile b{font-size:13px}
.cn-profile{padding:10px 9px}
.cn-icon-btn,.cn-btn{border-radius:13px}
.cn-btn{font-size:12px;padding:11px 16px;font-weight:800}
.cn-btn.tiny{font-size:10px;padding:8px 11px}
.cn-banner{padding:26px 28px;border-radius:24px;box-shadow:var(--shadow-soft)}
.eyebrow{font-size:10px;letter-spacing:1.4px}
.cn-stats{gap:16px;margin-bottom:16px}
.cn-stat{padding:20px;border-radius:22px;min-height:132px}
.cn-stat strong{font-size:30px}
.cn-stat strong.money{font-size:22px}
.cn-stat>i{width:40px;height:40px;border-radius:14px}
.cn-home-grid{gap:16px;align-items:start}
.cn-card{border-radius:24px;padding:22px;border-color:#eceff5;box-shadow:var(--shadow-card)}
.cn-card-head h3,.cn-card h3,.cn-modal-head h2{font-size:16px}
.cn-card-head{margin-bottom:16px}
.cn-account-stack,.cn-flow-mini,.cn-list-actions{gap:9px}
.cn-account-row,.cn-flow-mini button,.cn-list-actions button{padding:12px;border-radius:14px}
.cn-account-row b,.cn-flow-mini b,.cn-big-metric strong{font-size:14px}
.cn-search{min-width:360px;height:44px;border-radius:14px}
.cn-search input,.cn-form input,.cn-form textarea,.cn-form select,.cn-inline-field input{font-size:13px;padding:12px 13px}
.cn-form label,.cn-info-mini,.cn-kv span,.cn-kv b,.cn-section-label,.cn-link,.cn-status{font-size:11px}
.cn-table th,.cn-table td{font-size:12px;padding-top:14px;padding-bottom:14px}
.cn-app-footer{font-size:10px;line-height:1.8}
.cn-auth{background:radial-gradient(circle at 15% 20%,rgba(125,98,255,.12),transparent 34%),radial-gradient(circle at 85% 75%,rgba(78,134,237,.12),transparent 34%),#f7f8fd}
.cn-auth-copy h1{font-size:48px}
.cn-auth-copy>p{font-size:15px;line-height:2.1}
.cn-auth-card{padding:22px;border-radius:28px}
.cn-form.auth h2{font-size:22px}
.cn-form.auth p,.cn-form.auth>small,.cn-auth-points span,.cn-auth footer{font-size:12px}
.cn-auth-tabs button{font-size:12px;padding:10px}
.cn-auth-flow div b{font-size:10px}
.cn-builder-left input{font-size:13px}
.cn-node{border-radius:18px;box-shadow:0 10px 30px rgba(19,22,31,.07)}
.cn-inbox{grid-template-columns:340px minmax(0,1fr) 320px}
.cn-chat-bubble{font-size:13px;line-height:1.9}
.cn-contact-profile h3,.cn-settings-title h2,.cn-current-plan h2{font-size:20px}
.cn-provider-summary>div,.cn-info-box{border-radius:18px}
.cn-pricing{gap:18px}
.cn-price-card{border-radius:24px;padding:22px}
.cn-price-card h3{font-size:20px}
.cn-price{font-size:28px}
.cn-price small{font-size:12px}
.cn-modal{border-radius:24px;padding:24px}
.cn-toast{font-size:11px;border-radius:14px}
@media (max-width:1200px){:root{--side:90px}.cn-shell{padding-right:calc(var(--side) + 18px)}.cn-main{padding:24px 18px 50px 0}.cn-nav span,.cn-brand small,.cn-side-bottom{display:none}.cn-nav button{justify-content:center;padding:12px 10px}.cn-brand{justify-content:center}.cn-top,.cn-content,.cn-app-footer{max-width:none}.cn-search{min-width:280px}}
@media (max-width:760px){.cn-shell{padding-right:0;padding-bottom:76px}.cn-side{box-shadow:0 -10px 35px rgba(17,19,27,.08)}.cn-main{padding:18px 14px 92px}.cn-top{align-items:flex-start;flex-wrap:wrap}.cn-top h1{font-size:24px}.cn-search{min-width:0;width:100%}.cn-home-grid,.cn-stats,.cn-stats.compact,.cn-pricing,.cn-template-grid,.cn-card-grid,.cn-card-grid.two,.cn-settings,.cn-settings-cols,.cn-current-plan{grid-template-columns:1fr!important}.cn-inbox{grid-template-columns:1fr}.cn-card,.cn-stat{border-radius:20px}.cn-auth-card{border-radius:22px;padding:18px}}

/* InstaFlow v1.5.0 final hard-fixes */
body.cn-app-body img{max-width:100%}body.cn-app-body .cn-content{min-width:0}body.cn-app-body .cn-table-card,body.cn-app-body .cn-card,body.cn-app-body .cn-stat{overflow:hidden}.cn-shell:after{content:"";display:block;clear:both}.cn-side{overflow-y:auto}.cn-main,.cn-content,.cn-home-grid,.cn-card,.cn-table-wrap,.cn-inbox,.cn-builder-shell{min-width:0}.cn-card-grid,.cn-template-grid,.cn-settings,.cn-settings-cols,.cn-pricing,.cn-home-grid,.cn-stats,.cn-stats.compact{align-items:start}.cn-top-actions{flex-wrap:wrap}.cn-empty.big{padding:84px 24px}.cn-boot{font-family:"Vazirmatn",Tahoma,Arial,sans-serif}.cn-boot b{font-size:14px}.cn-side .cn-brand{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);z-index:2}.cn-side-bottom{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.95) 24%,rgba(255,255,255,.98) 100%);padding-top:16px;margin-top:18px}.cn-nav button.active:before{content:"";position:absolute;right:0;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--primary),var(--primary2))}.cn-main .cn-card h3,.cn-main .cn-card-head h3,.cn-main .cn-top h1{color:#191b24}@media (min-width:761px){.cn-side{width:var(--side)}.cn-main{margin-right:0}}@media (max-width:760px){.cn-top-actions{width:100%}.cn-top-actions .cn-btn,.cn-top-actions .cn-icon-btn{flex:0 0 auto}.cn-side .cn-brand{display:none!important}.cn-side-bottom{display:none!important}}

/* InstaFlow v1.6.0 — subscription, SMS auth & navigation polish */
.cn-btn{border-radius:18px!important;min-height:44px}.cn-icon-btn{border-radius:16px!important}.cn-btn.tiny,.cn-btn.small{border-radius:14px!important}.cn-auth-tabs,.cn-auth-tabs button{border-radius:15px}.cn-auth-card{border-radius:30px!important}.cn-form input,.cn-form textarea,.cn-form select{border-radius:15px!important}.cn-search{border-radius:16px!important}
.cn-nav button{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-height:48px;padding:11px 13px!important;text-align:right!important}.cn-nav button>.cn-icon{width:22px!important;height:22px!important;flex:0 0 22px}.cn-nav button>span{display:block;flex:1;min-width:0;line-height:1.5;margin:0!important;transform:none!important}.cn-nav button>em{flex:0 0 auto;margin-right:auto!important;margin-left:0!important}.cn-nav button.active:before{top:9px!important;bottom:9px!important}
.cn-price-card.trial{border-color:color-mix(in srgb,var(--primary) 34%,#e8eaf0);background:linear-gradient(180deg,#fff 0%,#faf9ff 100%)}.cn-trial-note{display:block;margin-top:10px;color:var(--muted);font-size:10px!important;line-height:1.8;text-align:center}.cn-current-plan b{color:var(--primary)}
.cn-otp-head{display:flex;align-items:flex-start;gap:12px}.cn-back-auth{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto;font-size:18px}.cn-otp-input{text-align:center!important;font-size:26px!important;font-weight:900!important;letter-spacing:8px;direction:ltr}.cn-form.auth input[dir="ltr"]{text-align:left}.cn-form.auth label{font-size:12px}.cn-auth-points span{font-size:12px!important}
@media(max-width:1200px){.cn-nav button{justify-content:center!important}.cn-nav button>span{display:none!important}.cn-nav button>em{position:absolute;margin:0!important}}
@media(max-width:760px){.cn-nav button{min-height:50px!important;padding:6px 2px!important;display:grid!important;justify-items:center!important;gap:2px!important}.cn-nav button>span{display:block!important;font-size:7px!important;text-align:center}.cn-nav button>.cn-icon{width:18px!important;height:18px!important}.cn-btn{border-radius:16px!important}}

/* InstaFlow v1.7.0 — unified product UI, readable typography, polished controls */
:root{--side:252px;--content-max:1540px;--radius:24px;--bg:#f5f7fb;--panel:#fff;--ink:#181b24;--muted:#6f7685;--line:#e6e9f0}
body.cn-app-body{font-size:15px;line-height:1.75;background:radial-gradient(circle at 80% -10%,rgba(103,87,232,.07),transparent 28%),linear-gradient(180deg,#f8f9fc 0,#f4f6fa 100%)}
.cn-app-body button,.cn-app-body input,.cn-app-body textarea,.cn-app-body select{font-size:14px}
.cn-main{padding-top:32px}.cn-top{margin-bottom:26px}.cn-top h1{font-size:31px}.cn-top p{font-size:13.5px!important;color:#747b89}
.cn-content{animation:cnContentIn .18s ease both}@keyframes cnContentIn{from{opacity:.4;transform:translateY(3px)}to{opacity:1;transform:none}}
.cn-card,.cn-stat,.cn-table-card,.cn-price-card,.cn-current-plan,.cn-info-box,.cn-banner{border-color:#e8ebf1!important;box-shadow:0 12px 34px rgba(25,29,40,.045)}
.cn-card{padding:24px}.cn-card-head h3,.cn-card h3{font-size:17px!important}.cn-card-head p,.cn-card p,.cn-banner p,.cn-empty p,.cn-plan-desc,.cn-muted,.muted{font-size:13.5px!important;line-height:1.95!important}
.cn-stat>span{font-size:13px!important}.cn-stat small{font-size:12px!important}.cn-stat strong{font-size:31px}.cn-account-row b,.cn-flow-mini b,.cn-list-actions b{font-size:14px}.cn-account-row small,.cn-flow-mini small,.cn-account-meta span{font-size:12px!important;line-height:1.8}.cn-status{font-size:11px!important;padding:6px 10px}.cn-link{font-size:12.5px!important;font-weight:800}
.cn-btn{font-size:14px!important;line-height:1.4;min-height:46px;padding:11px 18px!important;border-radius:18px!important}.cn-btn.tiny,.cn-btn.small{font-size:12px!important;min-height:38px;border-radius:14px!important}.cn-icon-btn{width:42px;height:42px;min-width:42px;border-radius:15px!important}.cn-icon-btn svg{width:19px;height:19px}
.cn-app-body button:not(.cn-switch):not(.cn-node-port){border-radius:16px!important}.cn-profile,.cn-nav button,.cn-settings-nav button,.cn-list-actions button,.cn-conv,.cn-back-auth,.cn-zoom button{border-radius:16px!important}
.cn-nav{gap:6px}.cn-nav button{min-height:50px;padding:12px 14px!important}.cn-nav button>.cn-icon{width:21px!important;height:21px!important;flex-basis:21px}.cn-nav button>span{font-size:14px!important;font-weight:750;line-height:1.55}.cn-nav button.active{box-shadow:inset 0 0 0 1px rgba(103,87,232,.06)}
.cn-side{padding:20px 15px}.cn-brand{padding-right:9px;padding-left:9px}.cn-side-bottom{padding-right:2px;padding-left:2px}.cn-profile b{font-size:13.5px}.cn-profile small{font-size:11.5px!important}.cn-usage-mini b{font-size:13.5px}.cn-usage-mini span{font-size:11.5px!important}
.cn-form label,.cn-section-label,.cn-kv span,.cn-kv b,.cn-info-mini{font-size:12.5px!important}.cn-form input,.cn-form textarea,.cn-form select,.cn-inline-field input,.cn-search input{font-size:14px!important;min-height:44px;border-radius:15px!important}.cn-form textarea{line-height:1.9}.cn-search{height:46px;border-radius:16px!important}
.cn-table th{font-size:12.5px!important}.cn-table td{font-size:13.5px!important;line-height:1.8}.cn-subheading{font-size:18px}.cn-price-card h3{font-size:21px!important}.cn-price{font-size:29px}.cn-price small,.cn-trial-note{font-size:12px!important}
.cn-settings{gap:20px}.cn-settings-nav{padding:8px;border-radius:20px}.cn-settings-nav button{font-size:13.5px!important;min-height:44px}.cn-settings-title h2{font-size:23px!important}.cn-settings-title p{font-size:13.5px!important}.cn-info-box b{font-size:14px}.cn-info-box p{font-size:13px!important}
.cn-auth-card{border-radius:30px!important}.cn-form.auth h2{font-size:24px}.cn-form.auth p,.cn-form.auth>small,.cn-auth-points span,.cn-auth>footer{font-size:13px!important}.cn-auth-tabs button{font-size:14px!important;border-radius:15px!important}.cn-otp-input{font-size:28px!important}
.cn-btn-spinner{width:15px;height:15px;border-radius:50%;border:2px solid currentColor;border-left-color:transparent;display:inline-block;animation:cnSpin .65s linear infinite}@keyframes cnSpin{to{transform:rotate(360deg)}}

/* Close controls: always inside the card, centered and consistent. */
.cn-modal{position:relative!important;overflow:visible}.cn-modal-head{padding-left:52px}.cn-modal-x,.cn-close-control{width:40px!important;height:40px!important;min-width:40px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid #e3e6ec!important;background:#f8f9fb!important;color:#575e6c!important;border-radius:14px!important;box-shadow:0 5px 16px rgba(28,32,43,.06)!important;overflow:hidden;z-index:5}.cn-modal-x{left:18px!important;top:18px!important}.cn-modal-x:hover,.cn-close-control:hover{background:#fff0f2!important;color:#cb3f55!important;border-color:#ffd9df!important;transform:translateY(-1px)}.cn-modal-x svg,.cn-close-control svg{width:18px!important;height:18px!important;margin:0!important}.cn-inspector-head .cn-icon-btn.danger{position:static!important}

/* Flow Builder */
.cn-builder{background:#f2f4f8}.cn-builder-top{height:72px;padding:0 18px;border-bottom-color:#e5e8ef;box-shadow:0 4px 18px rgba(23,27,37,.035)}.cn-builder-left input{font-size:15px!important;width:260px}.cn-builder-left span{font-size:11px!important}.cn-builder-close{position:static!important;flex:0 0 auto}.cn-builder-actions .cn-btn{min-height:42px;font-size:13px!important}.cn-builder-center select{font-size:12px!important;border-radius:13px;padding:9px 12px}.cn-trigger-pill{font-size:11px!important}
.cn-builder-work{height:calc(100vh - 72px);grid-template-columns:76px minmax(0,1fr) 320px;transition:grid-template-columns .22s var(--cn-ease, ease)}.cn-builder-work.palette-expanded{grid-template-columns:230px minmax(0,1fr) 320px}
.cn-node-palette{padding:10px 9px;gap:7px;align-items:stretch;overflow-x:hidden;transition:width .22s ease;background:#fff}.cn-node-palette>span{font-size:10px!important;text-align:center;margin:3px 0;color:#9ba1ad}.cn-node-palette>button{width:56px;height:48px;min-height:48px;margin:0 auto;padding:0 12px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:none}.cn-node-palette>button>svg{flex:0 0 20px}.cn-node-palette>button em{font-size:12px!important;font-style:normal;font-weight:750;line-height:1.4}.cn-node-palette:not(.expanded)>button:not(.cn-palette-toggle) em{display:none!important}.cn-node-palette:not(.expanded)>button:not(.cn-palette-toggle):hover em{display:none!important}.cn-node-palette.expanded>button{width:100%;justify-content:flex-start!important;margin:0}.cn-node-palette.expanded>button em{display:block!important;position:static!important;transform:none!important;background:transparent!important;color:inherit!important;padding:0!important;white-space:normal!important}.cn-node-palette.expanded>span{text-align:right;padding:0 8px}.cn-node-palette .cn-palette-toggle{background:#f2f0ff!important;color:var(--primary)!important;border-color:#e4e0ff!important;margin-bottom:3px}.cn-node-palette .cn-palette-toggle span{font-size:17px;font-weight:900}.cn-node-palette:not(.expanded) .cn-palette-toggle em{display:none!important}.cn-builder-help{display:none!important}.cn-node-palette.expanded .cn-builder-help{display:block!important;margin:10px 4px 0;padding:12px;border-radius:14px;background:#f7f8fb;font-size:11px!important;line-height:1.8}.cn-builder-help b{font-size:12px}.cn-builder-help p{font-size:11px!important;margin:4px 0 0}
.cn-node{width:238px;border-radius:19px!important}.cn-node-head b{font-size:13px!important}.cn-node-body p{font-size:12.5px!important;line-height:1.75}.cn-node-body small{font-size:10.5px!important}.cn-inspector{padding:18px!important}.cn-inspector-head h3{font-size:16px!important}.cn-inspector label{font-size:12.5px!important}.cn-inspector input,.cn-inspector select,.cn-inspector textarea{font-size:13px!important;border-radius:13px!important}.cn-inspector small,.cn-var-hint{font-size:10.5px!important}.cn-inspector-empty h3{font-size:16px}.cn-inspector-empty p{font-size:12px!important;line-height:1.9}.cn-zoom{border-radius:15px!important}.cn-zoom button{width:38px;height:38px;font-size:17px!important}.cn-zoom span{font-size:12px!important}

/* Better modal proportions */
.cn-modal{border-radius:26px!important;padding:26px!important;box-shadow:0 28px 90px rgba(18,22,32,.18)!important}.cn-modal-head h2{font-size:20px!important}.cn-modal-head p{font-size:13px!important;line-height:1.9}.cn-list-actions button{font-size:14px!important;min-height:48px}

@media(max-width:1200px){:root{--side:92px}.cn-nav button{justify-content:center!important}.cn-nav button>span{display:none!important}.cn-builder-work,.cn-builder-work.palette-expanded{grid-template-columns:76px minmax(0,1fr) 300px}.cn-node-palette.expanded{width:auto}.cn-node-palette.expanded>button em,.cn-node-palette.expanded .cn-builder-help{display:none!important}.cn-node-palette.expanded>button{width:56px;justify-content:center!important}.cn-node-palette .cn-palette-toggle em{display:none!important}}
@media(max-width:760px){body.cn-app-body{font-size:14px}.cn-top h1{font-size:25px}.cn-top p{font-size:12.5px!important}.cn-btn{font-size:13px!important;min-height:44px}.cn-builder-top{height:66px}.cn-builder-work,.cn-builder-work.palette-expanded{height:calc(100vh - 66px);grid-template-columns:58px minmax(0,1fr)}.cn-node-palette{padding:7px 5px}.cn-node-palette>button,.cn-node-palette.expanded>button{width:44px;height:44px;min-height:44px;padding:0!important;justify-content:center!important}.cn-node-palette em,.cn-node-palette .cn-builder-help{display:none!important}.cn-modal{padding:22px 18px!important}.cn-modal-head{padding-left:46px}.cn-modal-x{left:14px!important;top:14px!important}}

/* v1.7.1 — absolute typography override for SPA and dynamically injected UI */
body.cn-app-body #cn-app,body.cn-app-body #cn-app *,body.cn-app-body .cn-modal-wrap,body.cn-app-body .cn-modal-wrap *,body.cn-app-body .cn-toast,body.cn-app-body .cn-toast *{font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important}
body.cn-app-body input::placeholder,body.cn-app-body textarea::placeholder{font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important}

/* InstaFlow v1.7.2 inbox/nav/font fixes */
body.cn-app-body,body.cn-app-body *:not(.dashicons):not([class^="dashicons"]):not([class*=" dashicons"]){font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important}body.cn-app-body input::placeholder,body.cn-app-body textarea::placeholder,body.cn-app-body select,body.cn-app-body option{font-family:inherit!important}.cn-shell{display:block!important;min-height:100vh;padding-right:calc(var(--side) + 34px)!important}.cn-main{grid-column:auto!important;margin:0!important;padding:28px 30px 60px 0!important;min-width:0}.cn-top,.cn-content,.cn-app-footer{max-width:none!important}.cn-side{padding:20px 16px!important}.cn-nav{display:grid!important;gap:8px!important}.cn-nav button{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-height:52px!important;padding:12px 14px!important;text-align:right!important}.cn-nav button>.cn-icon{width:22px!important;height:22px!important;flex:0 0 22px!important;display:grid!important;place-items:center!important}.cn-nav button>span{display:block!important;flex:1 1 auto!important;min-width:0!important;font-size:14px!important;font-weight:700!important;line-height:1.65!important;white-space:nowrap!important}.cn-nav button>em{flex:0 0 auto!important;margin-right:auto!important;margin-left:0!important}.cn-nav button.active:before{top:8px!important;bottom:8px!important}.cn-usage-mini b,.cn-profile b{font-size:13px!important}.cn-usage-mini span,.cn-profile small{font-size:11px!important}.cn-toolbar{align-items:center!important}.cn-search,.cn-search.compact{height:44px!important;border-radius:15px!important}.cn-search input{font-size:13px!important}.cn-filter-chip{height:44px!important;padding:0 14px!important;border-radius:14px!important;font-size:12px!important;font-weight:700!important}.cn-inbox{height:calc(100vh - 124px)!important;min-height:650px!important;grid-template-columns:360px minmax(0,1fr)!important;background:#fff!important;border-radius:24px!important;box-shadow:0 22px 60px rgba(16,19,29,.06)!important}.cn-conv-pane{background:#fff!important;border-left:1px solid #eceff5!important}.cn-inbox-tools{padding:14px!important;gap:10px!important;align-items:center!important}.cn-conv-list{height:calc(100% - 74px)!important;padding:10px!important}.cn-conv{padding:12px 12px!important;border-radius:18px!important;border:1px solid transparent!important;gap:12px!important;transition:.18s!important}.cn-conv:hover,.cn-conv.active{background:#f7f5ff!important;border-color:#e7e0ff!important;box-shadow:0 10px 30px rgba(103,87,232,.07)!important}.cn-conv-avatar{width:46px!important;height:46px!important;border-radius:15px!important;font-size:14px!important}.cn-conv-main>div:first-child{align-items:center!important}.cn-conv-main b{font-size:13px!important}.cn-conv-main time{font-size:11px!important}.cn-conv-main p{font-size:11.5px!important;line-height:1.7!important;margin-top:6px!important}.cn-conv em{font-size:11px!important;min-width:24px!important;height:24px!important;padding:0 7px!important;display:grid!important;place-items:center!important}.cn-chat-pane{background:#fff!important}.cn-chat-placeholder{padding:32px!important}.cn-chat-placeholder h3{font-size:28px!important;margin:14px 0 8px!important}.cn-chat-placeholder p{font-size:13px!important;line-height:1.9!important;max-width:420px!important}.cn-chat-head{height:74px!important;padding:14px 18px!important}.cn-chat-person{gap:12px!important}.cn-chat-person b{font-size:14px!important}.cn-chat-person small{font-size:12px!important}.cn-chat-head-actions{gap:8px!important}.cn-chat-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;min-height:0!important;flex:1 1 auto!important}.cn-chat-messages{padding:22px!important;gap:12px!important;background:linear-gradient(180deg,#fafbfe 0%,#f7f8fb 100%)!important}.cn-message{max-width:78%!important;font-size:13px!important;line-height:1.9!important}.cn-message>div{padding:11px 14px!important;border-radius:18px 18px 6px 18px!important}.cn-message.out>div{border-radius:18px 18px 18px 6px!important}.cn-message small{font-size:11px!important;margin:5px 6px!important}.cn-contact-side{border-right:1px solid #eceff5!important;padding:18px!important;background:#fff!important}.cn-contact-profile h3{font-size:14px!important}.cn-contact-profile p,.cn-section-label,.cn-side-section p,.cn-side-section small,.cn-inline-field span,.muted{font-size:12px!important}.cn-composer{height:auto!important;min-height:76px!important;padding:14px 16px!important;gap:10px!important}.cn-composer textarea{min-height:48px!important;padding:12px 14px!important;font-size:13px!important;line-height:1.8!important;border-radius:16px!important}.cn-send-btn,.cn-modal-x,.cn-close-control,.cn-chat-head-actions .cn-icon-btn,.cn-builder-close,.cn-top-actions .cn-icon-btn{width:42px!important;height:42px!important;border-radius:16px!important;padding:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;flex:0 0 42px!important}.cn-modal-x svg,.cn-close-control svg,.cn-chat-head-actions .cn-icon-btn svg,.cn-builder-close svg{width:18px!important;height:18px!important;display:block!important}.cn-modal-x{background:#f5f6fb!important;border:1px solid #e6e9f2!important}.cn-btn,.cn-send-btn,.cn-filter-chip,.cn-search,.cn-form input,.cn-form textarea,.cn-form select,.cn-inline-field input,.cn-composer textarea,.cn-conv,.cn-card,.cn-table-card,.cn-inbox,.cn-price-card,.cn-modal,.cn-profile,.cn-icon-btn,.cn-settings-nav button,.cn-list-actions button{border-radius:16px!important}.cn-btn{font-size:13px!important;min-height:44px!important;padding:10px 16px!important}.cn-top h1{font-size:28px!important}.cn-top p,.cn-card-head p,.cn-empty p,.cn-card p,.cn-form label,.cn-form input,.cn-form textarea,.cn-form select,.cn-table td,.cn-table th,.cn-table .muted,.cn-price-card li,.cn-policy-note,.cn-toast,.cn-auth-copy>p,.cn-auth-points span,.cn-auth footer,.cn-modal-head p,.cn-form.auth p,.cn-form.auth>small,.cn-webhook-row small{font-size:13px!important}.cn-card-head h3,.cn-card h3,.cn-settings-title h2,.cn-modal-head h2,.cn-form.auth h2{font-size:18px!important}.cn-table td,.cn-table th{padding-top:14px!important;padding-bottom:14px!important}body.cn-app-body .cn-empty.small,body.cn-app-body .cn-status,body.cn-app-body .eyebrow{font-size:11px!important}@media(max-width:1200px){:root{--side:92px}.cn-shell{padding-right:calc(var(--side) + 18px)!important}.cn-main{padding:24px 18px 56px 0!important}.cn-nav button{justify-content:center!important;padding:12px 10px!important}.cn-nav button>span{display:none!important}.cn-nav button>em{position:absolute!important;top:6px!important;left:6px!important;right:auto!important;margin:0!important}.cn-inbox{grid-template-columns:330px minmax(0,1fr)!important}.cn-chat-layout{grid-template-columns:minmax(0,1fr) 270px!important}}@media(max-width:760px){.cn-shell{padding-right:0!important;padding-bottom:76px!important}.cn-main{padding:18px 14px 92px!important}.cn-nav button{min-height:50px!important;padding:6px 2px!important;display:grid!important;justify-items:center!important;gap:3px!important}.cn-nav button>span{display:block!important;flex:initial!important;font-size:7px!important;text-align:center!important;white-space:normal!important;line-height:1.3!important}.cn-nav button>.cn-icon{width:18px!important;height:18px!important;flex-basis:18px!important}.cn-nav button>em{display:none!important}.cn-inbox{grid-template-columns:1fr!important;min-height:0!important;height:calc(100vh - 150px)!important}.cn-conv-pane{border-left:0!important;border-bottom:1px solid #eceff5!important}.cn-chat-head{height:auto!important;min-height:68px!important;flex-wrap:wrap!important}.cn-chat-layout{grid-template-columns:1fr!important}.cn-contact-side{display:none!important}.cn-message{max-width:88%!important}.cn-chat-placeholder h3{font-size:22px!important}.cn-chat-placeholder p{font-size:12px!important}.cn-toolbar{flex-direction:column!important;align-items:stretch!important}.cn-inbox-tools{flex-wrap:wrap!important}}
/* InstaFlow v1.8.0 — Instagram-like Inbox */
.cn-ig-inbox{height:calc(100vh - 126px);min-height:680px;background:#fff;border:1px solid #e9ecf2;border-radius:26px;display:grid;grid-template-columns:390px minmax(0,1fr);overflow:hidden;box-shadow:0 26px 70px rgba(20,22,33,.07)}
.cn-ig-inbox .cn-conv-pane{display:flex;flex-direction:column;min-height:0;border-left:1px solid #eceff4;background:#fff}
.cn-inbox-account{min-height:68px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef0f4}.cn-inbox-account>div{display:grid;gap:3px}.cn-inbox-account b{font-size:18px!important;font-weight:900}.cn-inbox-account small{font-size:11px!important;color:var(--muted)}
.cn-inbox-tabs{height:50px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #eef0f4;padding:0 10px}.cn-inbox-tabs button{position:relative;border:0!important;background:transparent!important;border-radius:0!important;padding:0 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;color:#838795!important;font-size:12px!important;font-weight:750!important;box-shadow:none!important;transform:none!important}.cn-inbox-tabs button:after{content:"";position:absolute;right:12px;left:12px;bottom:-1px;height:2px;border-radius:999px;background:transparent}.cn-inbox-tabs button.active{color:#141720!important}.cn-inbox-tabs button.active:after{background:#141720}.cn-inbox-tabs em{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#f0f1f5;color:#686d78;display:grid;place-items:center;font-size:10px;font-style:normal}.cn-inbox-tabs button.active em{background:#ece9ff;color:var(--primary)}
.cn-inbox-searchrow{padding:12px 13px;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;border-bottom:1px solid #f0f1f4}.cn-inbox-searchrow .cn-search{min-width:0!important;width:100%;background:#f5f6f8!important;border-color:transparent!important}.cn-inbox-searchrow .cn-icon-btn.active{background:#efedff;color:var(--primary);border-color:#ddd7ff}
.cn-inbox-filters{padding:12px 14px;border-bottom:1px solid #eceff4;background:#fafbfe;display:grid;grid-template-columns:1fr 1fr;gap:10px}.cn-inbox-filters label{display:grid;gap:5px;font-size:11px!important;font-weight:800}.cn-inbox-filters select,.cn-inbox-filters input{width:100%;height:39px;border:1px solid #e1e4eb;border-radius:12px;background:#fff;padding:0 10px;font-size:12px!important;outline:0}.cn-date-mode{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;background:#eef0f5;padding:3px;border-radius:12px}.cn-date-mode button{min-height:34px!important;border:0!important;border-radius:9px!important;background:transparent!important;font-size:11px!important;box-shadow:none!important}.cn-date-mode button.active{background:#fff!important;box-shadow:0 4px 12px rgba(22,25,34,.07)!important}.cn-filter-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:7px}
.cn-ig-inbox .cn-conv-list{flex:1;height:auto!important;min-height:0;overflow:auto;padding:8px 9px 14px;scrollbar-width:thin}.cn-ig-inbox .cn-conv{position:relative;width:100%;display:grid!important;grid-template-columns:50px minmax(0,1fr) auto;align-items:center!important;gap:11px!important;min-height:76px!important;padding:10px 11px!important;border-radius:18px!important;background:#fff!important;border:1px solid transparent!important}.cn-ig-inbox .cn-conv:hover{background:#fafaff!important}.cn-ig-inbox .cn-conv.active{background:#f5f3ff!important;border-color:#e5dfff!important}.cn-ig-inbox .cn-conv.unread .cn-conv-main b{font-weight:900!important;color:#11131a}.cn-ig-inbox .cn-conv.unread .cn-conv-main p{font-weight:650;color:#454957}
.cn-ig-inbox .cn-conv-avatar{position:relative;width:50px!important;height:50px!important;border-radius:50%!important;background:linear-gradient(145deg,#f0f1f5,#e4e6ec);display:grid;place-items:center;overflow:visible!important;font-size:15px!important}.cn-conv-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.cn-conv-avatar.large{width:48px!important;height:48px!important}.cn-verified{position:absolute;left:-2px;bottom:-1px;width:17px;height:17px;border-radius:50%;background:#4a8df6;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:8px;font-style:normal;font-weight:900}
.cn-ig-inbox .cn-conv-main{min-width:0}.cn-ig-inbox .cn-conv-main>div:first-child{display:flex;align-items:center;gap:8px}.cn-ig-inbox .cn-conv-main b{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px!important}.cn-ig-inbox .cn-conv-main time{flex:0 0 auto;font-size:10px!important;color:#9a9eaa}.cn-ig-inbox .cn-conv-main p{margin:4px 0 2px;font-size:11px!important;line-height:1.55!important;color:#777c88;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cn-conv-badges{display:flex!important;gap:4px!important;justify-content:flex-start!important}.cn-conv-badges span{font-size:8px!important;padding:3px 6px;border-radius:999px}.request-dot{background:#f1edff;color:#6656e6}.urgent-dot{background:#fff0f1;color:#d84e5d}.paused-dot{background:#fff5e8;color:#a97220}.cn-ig-inbox .cn-conv>em{min-width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;font-size:10px!important;font-style:normal;display:grid;place-items:center;padding:0 5px}
.cn-inbox-empty{height:100%;min-height:160px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#9a9eaa;padding:20px}.cn-inbox-empty b{font-size:14px!important;color:#454a57}.cn-inbox-empty span{font-size:11px!important}.cn-chat-placeholder-icon{width:88px;height:88px;border:2px solid #222632;border-radius:50%;display:grid;place-items:center;color:#20232c}.cn-chat-placeholder h3{font-size:24px!important;font-weight:700!important;margin:14px 0 4px!important}.cn-chat-placeholder p{font-size:12px!important;color:#858996;max-width:390px;line-height:1.9!important}
.cn-ig-inbox .cn-chat-pane{min-width:0;display:flex;flex-direction:column;height:100%;background:#fff}.cn-ig-inbox .cn-chat-head{min-height:72px;height:auto!important;border-bottom:1px solid #eef0f4;padding:11px 17px!important;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.cn-chat-person{display:flex;align-items:center;gap:10px}.cn-chat-person>div:last-child{display:grid;gap:2px}.cn-chat-person b{font-size:14px!important}.cn-chat-person small{font-size:11px!important;color:#8d919c}.cn-chat-head-actions{display:flex;gap:7px}
.cn-request-banner{min-height:62px;padding:10px 16px;background:#fbf9ff;border-bottom:1px solid #ebe5ff;display:flex;align-items:center;gap:8px}.cn-request-banner>div{margin-left:auto;display:grid;gap:2px}.cn-request-banner b{font-size:13px!important}.cn-request-banner span{font-size:10px!important;color:#7f788f}
.cn-ig-inbox .cn-chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;min-height:0;flex:1}.cn-ig-inbox .cn-chat-messages{min-width:0;background:#fff;padding:22px 24px;overflow:auto;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}.cn-message{max-width:min(74%,620px)!important;font-size:13px!important;line-height:1.75!important}.cn-message.in{align-self:flex-start}.cn-message.out{align-self:flex-end}.cn-message-bubble{background:#f0f1f4;padding:10px 14px;border:0!important;border-radius:20px!important;box-shadow:none!important;overflow:hidden}.cn-message.out .cn-message-bubble{background:#5b4ee5;color:#fff}.cn-message small{font-size:9px!important;color:#a0a4ae;margin:4px 8px!important;display:block}.cn-msg-text{overflow-wrap:anywhere}.cn-msg-media{display:grid;gap:6px;margin-top:5px}.cn-msg-media img,.cn-msg-media video{display:block;max-width:320px;max-height:360px;width:100%;border-radius:14px;object-fit:cover}.cn-msg-media audio{max-width:300px}.cn-attachment-link{display:flex;align-items:center;gap:6px;color:inherit;text-decoration:none;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.13)}
.cn-ig-inbox .cn-contact-side{border-right:1px solid #eef0f4;padding:18px;background:#fff;overflow:auto}.cn-contact-profile{padding:7px 0 18px!important}.cn-contact-profile .cn-big-avatar{width:74px!important;height:74px!important;border-radius:50%!important}.cn-contact-profile h3{font-size:15px!important}.cn-contact-profile p{font-size:11px!important}.cn-profile-verified{display:inline-flex;margin-top:7px;padding:4px 7px;background:#edf4ff;color:#397fe4;border-radius:999px;font-size:9px!important}.cn-side-section{padding:14px 0!important}.cn-section-label{font-size:10px!important;letter-spacing:0!important;text-transform:none!important}.cn-side-section .cn-kv span,.cn-side-section .cn-kv b{font-size:10px!important}
.cn-ig-inbox .cn-composer{min-height:68px;height:auto;border-top:1px solid #eef0f4;padding:10px 15px;display:flex;align-items:center;gap:9px}.cn-ig-inbox .cn-composer textarea{flex:1;min-height:46px;max-height:130px;border:1px solid #e2e4e9;background:#fff;border-radius:22px!important;resize:none;padding:11px 15px;outline:0;font-size:13px!important;line-height:1.7}.cn-ig-inbox .cn-send-btn{width:44px!important;height:44px!important;border-radius:50%!important}.cn-composer-locked{min-height:68px;border-top:1px solid #eef0f4;background:#fafbfc;color:#888d99;display:grid;place-items:center;font-size:12px!important}
.cn-node.type-follow_gate .cn-node-head>span{background:#f1edff;color:#6757e8}.cn-node.type-follow_gate .cn-node-head>i{background:#6757e8}
@media(max-width:1180px){.cn-ig-inbox{grid-template-columns:330px minmax(0,1fr)}.cn-ig-inbox .cn-chat-layout{grid-template-columns:1fr}.cn-ig-inbox .cn-contact-side{display:none}}
@media(max-width:760px){.cn-ig-inbox{height:calc(100vh - 150px);min-height:0;grid-template-columns:1fr;border-radius:20px}.cn-inbox-account{min-height:58px}.cn-inbox-tabs{height:46px}.cn-ig-inbox .cn-conv-pane{border-left:0}.cn-ig-inbox .cn-chat-pane{position:absolute;inset:0;z-index:10}.cn-ig-inbox:has(.cn-chat-placeholder) .cn-chat-pane{display:none}.cn-inbox-filters{grid-template-columns:1fr}.cn-date-mode,.cn-filter-actions{grid-column:auto}.cn-message{max-width:86%!important}.cn-ig-inbox .cn-chat-messages{padding:16px 12px}.cn-chat-placeholder-icon{width:72px;height:72px}.cn-request-banner{flex-wrap:wrap}.cn-request-banner>div{width:100%;margin:0}.cn-ig-inbox .cn-composer{padding-bottom:calc(10px + env(safe-area-inset-bottom))}}

/* InstaFlow v1.8.1 calendar + legacy inbox repair UI */
.cn-jalali-field{position:relative;display:flex;align-items:center;min-width:0}.cn-jalali-field>input{padding-left:44px!important;cursor:pointer!important;background:#fff!important}.cn-jalali-field>button{position:absolute!important;left:5px!important;top:5px!important;width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;border:0!important;border-radius:9px!important;background:#f2f1fb!important;color:var(--primary)!important;display:grid!important;place-items:center!important;box-shadow:none!important}.cn-jalali-popover{position:fixed;z-index:6000;width:318px;background:#fff;border:1px solid #e3e6ee;border-radius:20px;padding:12px;box-shadow:0 24px 70px rgba(16,19,28,.2);direction:rtl;font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important}.cn-jcal-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:7px;margin-bottom:8px}.cn-jcal-head>b{text-align:center;font-size:13px}.cn-jcal-head>button{width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border:1px solid #e7e9ef!important;border-radius:11px!important;background:#fff!important;color:#454b58!important;font-size:22px!important;box-shadow:none!important}.cn-jcal-head>button:hover{background:#f6f5ff!important;color:var(--primary)!important}.cn-jcal-week,.cn-jcal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cn-jcal-week{margin:4px 0 6px}.cn-jcal-week span{text-align:center;color:#9a9fac;font-size:10px;font-weight:800}.cn-jcal-grid>button,.cn-jcal-grid>span{aspect-ratio:1;min-width:0;display:grid!important;place-items:center!important}.cn-jcal-grid>button{border:0!important;background:transparent!important;border-radius:10px!important;padding:0!important;min-height:36px!important;font-size:11px!important;color:#383d49!important;box-shadow:none!important}.cn-jcal-grid>button:hover{background:#f1efff!important;color:var(--primary)!important}.cn-jcal-grid>button.today{box-shadow:inset 0 0 0 1px #cfc9ff!important;color:var(--primary)!important;font-weight:800!important}.cn-jcal-grid>button.selected{background:var(--primary)!important;color:#fff!important;font-weight:900!important;box-shadow:0 7px 18px rgba(103,87,232,.22)!important}.cn-jcal-actions{display:flex;justify-content:space-between;gap:8px;margin-top:9px;padding-top:9px;border-top:1px solid #eef0f4}.cn-jcal-actions>button{min-height:34px!important;padding:0 11px!important;border:0!important;border-radius:10px!important;background:#f5f6f9!important;color:#5f6572!important;font-size:11px!important;box-shadow:none!important}.cn-jcal-actions>button:last-child{background:#eeecff!important;color:var(--primary)!important;font-weight:800!important}.cn-inbox-filters input[type=date]{direction:ltr;text-align:left;color:#343946}.cn-inbox-filters input[type=date]:invalid,.cn-inbox-filters input[type=date]:placeholder-shown{color:#9da1ac}@media(max-width:520px){.cn-jalali-popover{width:calc(100vw - 24px);left:12px!important;right:12px!important}.cn-jcal-grid>button{min-height:34px!important}}

/* InstaFlow v1.8.4 — draggable flow connectors, context menus, inbox avatars */
.cn-conv-avatar{position:relative;background:linear-gradient(145deg,#f0efff,#eef4ff);border:1px solid #e5e7ef;box-shadow:inset 0 0 0 2px #fff;color:#6558c7}
.cn-conv-avatar.large{width:48px!important;height:48px!important;border-radius:16px!important}
.cn-conv-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.cn-conv-avatar>span{display:grid;place-items:center;width:100%;height:100%;font-weight:850}
.cn-verified{position:absolute;left:-3px;bottom:-3px;width:17px;height:17px;border-radius:999px;background:#5b7cff;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:8px;font-style:normal;box-shadow:0 3px 9px rgba(63,91,220,.25)}

.cn-edges{pointer-events:none}
.cn-edges .edge-path{pointer-events:stroke;cursor:pointer;stroke:#aaa9ba;stroke-width:2.2;transition:stroke .14s,stroke-width .14s}
.cn-edges .edge-path:hover{stroke:var(--primary);stroke-width:4}
.cn-edges .edge-draft{fill:none;stroke:var(--primary);stroke-width:2.5;stroke-dasharray:7 5;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(103,87,232,.2));animation:cn-dash 1s linear infinite}
@keyframes cn-dash{to{stroke-dashoffset:-24}}
.cn-node-port{appearance:none!important;-webkit-appearance:none!important;position:absolute!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;padding:0!important;margin:0!important;border:3px solid #fff!important;background:#aeb2bf!important;border-radius:999px!important;box-shadow:0 0 0 1px #a4a8b3,0 3px 10px rgba(31,34,46,.12)!important;transform:translateY(-50%)!important;z-index:12!important;cursor:crosshair!important;transition:transform .12s,background .12s,box-shadow .12s!important}
.cn-node-port.in{left:-10px!important;top:50%!important}
.cn-node-port.out{right:-10px!important;top:var(--port-y,50%)!important;background:var(--primary)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 70%,#000),0 3px 12px rgba(103,87,232,.2)!important}
.cn-node-port:hover,.cn-node-port.drop-target,.cn-linking .cn-node-port.in{transform:translateY(-50%) scale(1.25)!important;box-shadow:0 0 0 5px rgba(103,87,232,.12),0 4px 14px rgba(49,41,125,.16)!important}
.cn-node-port.drop-target{background:#24a26f!important;box-shadow:0 0 0 6px rgba(36,162,111,.14),0 4px 14px rgba(36,162,111,.2)!important}
.cn-node-port>span{position:absolute;top:50%;transform:translateY(-50%);background:#1d1f28;color:#fff;border-radius:8px;padding:4px 7px;font-size:9px;font-weight:800;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:.12s;box-shadow:0 7px 18px rgba(20,22,31,.15)}
.cn-node-port.in>span{right:23px}
.cn-node-port.out>span{left:23px}
.cn-node-port:hover>span,.cn-linking .cn-node-port>span{opacity:1}
.cn-linking .cn-node{cursor:default}
.cn-linking .cn-node-port.out:not(:hover){opacity:.75}

.cn-context-menu{position:fixed;z-index:10050;width:228px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border:1px solid #e5e7ee;border-radius:16px;padding:6px;box-shadow:0 22px 70px rgba(21,24,34,.18);direction:rtl;animation:cn-context-in .12s ease-out;overflow:hidden}
@keyframes cn-context-in{from{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:none}}
.cn-context-menu button{width:100%;min-height:40px;border:0!important;background:transparent!important;border-radius:11px!important;padding:8px 10px!important;display:flex!important;align-items:center!important;gap:10px!important;color:#313542!important;text-align:right!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;font-size:12px!important;font-weight:700!important}
.cn-context-menu button:hover:not(:disabled){background:#f3f1ff!important;color:#5144bd!important}
.cn-context-menu button.danger{color:#c64052!important}
.cn-context-menu button.danger:hover:not(:disabled){background:#fff0f2!important;color:#b92f43!important}
.cn-context-menu button:disabled{opacity:.52;cursor:default!important}
.cn-context-menu button>span:nth-child(2){flex:1}
.cn-context-menu kbd{margin-right:auto;background:#f1f2f6;border:1px solid #e3e5ea;border-radius:6px;padding:2px 5px;font-size:8px;color:#858a97;box-shadow:none}
.cn-context-spacer{width:17px;height:17px;flex:0 0 17px}
.cn-context-sep{height:1px;background:#eceef3;margin:5px 7px}

[data-flow-row]{cursor:default}
[data-flow-row]:hover{background:#fbfbfe}
@media(max-width:760px){.cn-context-menu{width:min(228px,calc(100vw - 24px))}.cn-node-port>span{display:none}}
.cn-edge-hint{display:block;margin:6px 0 9px;color:#858b98;font-size:10px!important;line-height:1.8}
