@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--ink:#17211b;--muted:#6d776f;--line:#e3e7e3;--paper:#fff;--canvas:#f5f7f4;--green:#0d8b5b;--green-deep:#086b46;--green-soft:#e8f6ef;--lime:#dff36b;--amber:#f5a524;--red:#d54b4b;--shadow:0 10px 35px #19302312}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0;font-family:DM Sans,sans-serif}body{min-height:100vh}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}.app-layout{grid-template-columns:252px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#ffffffeb;flex-direction:column;height:100vh;padding:28px 18px 22px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.5px;align-items:center;gap:11px;padding:0 10px 28px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:11px;place-items:center;width:35px;height:35px;display:grid;transform:rotate(-4deg);box-shadow:0 7px 18px #0d8b5b38}.brand-mark svg{transform:rotate(4deg)}.nav-label{color:#99a19b;text-transform:uppercase;letter-spacing:1.15px;padding:7px 12px;font-size:10px;font-weight:700}.nav{gap:4px;display:grid}.nav-link{color:#5d685f;border-radius:11px;align-items:center;gap:12px;padding:11px 13px;font-size:14px;font-weight:600;transition:all .16s;display:flex}.nav-link:hover{color:var(--ink);background:#f2f6f2}.nav-link.active{color:var(--green-deep);background:var(--green-soft)}.nav-link svg{width:18px;height:18px}.sidebar-footer{margin-top:auto}.demo-card{background:linear-gradient(145deg,#effaf4,#f8fdf9);border:1px solid #d8eee1;border-radius:14px;padding:14px}.demo-card strong{margin-bottom:5px;font-size:12px;display:block}.demo-card p{color:var(--muted);margin:0 0 10px;font-size:11px;line-height:1.45}.user-chip{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:12px;padding:15px 9px 0;display:flex}.avatar{width:34px;height:34px;color:var(--green-deep);background:#dce8df;border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.user-chip strong{font-size:12px;display:block}.user-chip span{color:var(--muted);font-size:10px}.app-main{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:15;background:#f5f7f4de;justify-content:space-between;align-items:center;height:74px;padding:0 40px;display:flex;position:sticky;top:0}.workspace-select{color:var(--ink);background:0 0;border:0;font-weight:700}.top-actions{align-items:center;gap:10px;display:flex}.top-actions form{margin:0}.logout-button{color:#68736b}.page{max-width:1380px;margin:0 auto;padding:34px 40px 60px}.page-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.eyebrow{color:var(--green);letter-spacing:1.2px;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800}h1,h2,h3{letter-spacing:-.035em;margin:0;font-family:Manrope,sans-serif}h1{font-size:31px;line-height:1.18}h2{font-size:19px}h3{font-size:15px}.page-head p{color:var(--muted);margin:8px 0 0;font-size:14px}.btn{border:1px solid var(--line);min-height:39px;color:var(--ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:700;transition:all .16s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 15px #19281e14}.btn svg{width:16px;height:16px}.btn-primary{color:#fff;background:var(--green);border-color:var(--green);box-shadow:0 6px 18px #0d8b5b2e}.btn-primary:hover{background:var(--green-deep)}.btn-soft{color:var(--green-deep);background:var(--green-soft);border-color:#d6eddf}.btn-ghost{background:0 0;border-color:#0000}.btn-sm{min-height:32px;padding:6px 10px;font-size:11px}.btn:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.icon-button{border:1px solid var(--line);color:#667168;background:#fff;border-radius:10px;place-items:center;width:39px;height:39px;padding:0;display:grid;position:relative}.notify-dot{background:#ef6b57;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px;box-shadow:0 0 0 2px #fff}.card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 2px 3px #14281e04}.card-pad{padding:22px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.stat-card{justify-content:space-between;align-items:flex-start;padding:19px;display:flex}.stat-label{color:var(--muted);font-size:12px;font-weight:600}.stat-value{letter-spacing:-1px;margin-top:8px;font-family:Manrope;font-size:28px;font-weight:800;display:block}.stat-change{color:var(--green);align-items:center;gap:4px;margin-top:3px;font-size:10px;font-weight:700;display:inline-flex}.stat-icon{background:var(--green-soft);width:38px;height:38px;color:var(--green);border-radius:11px;place-items:center;display:grid}.stat-icon svg{width:18px}.stat-icon.amber{color:#b87809;background:#fff3d9}.stat-icon.blue{color:#4777b8;background:#eaf2fc}.stat-icon.red{color:#b34a4a;background:#fdecec}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:20px;display:grid}.section-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-head p{color:var(--muted);margin:4px 0 0;font-size:11px}.list{display:grid}.promotion-row{border-top:1px solid #edf0ed;grid-template-columns:48px minmax(0,1fr) 115px 100px 84px;align-items:center;gap:14px;padding:13px 0;display:grid}.promotion-row:first-child{border-top:0}.product-thumb{object-fit:cover;background:#edf0ed;border-radius:10px;width:48px;height:48px}.product-placeholder{color:#9aa39c;background:#edf0ed;border-radius:10px;place-items:center;width:48px;height:48px;display:grid}.row-title{overflow:hidden}.row-title strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.row-meta{color:var(--muted);align-items:center;gap:6px;margin-top:5px;font-size:10px;display:flex}.market-dot{background:#f1872e;border-radius:50%;width:6px;height:6px}.market-dot.ml{background:#56a4dc}.price{font-size:12px;font-weight:800}.old-price{color:#9ca49e;margin-top:2px;font-size:10px;text-decoration:line-through}.badge{text-transform:uppercase;letter-spacing:.35px;color:#69736c;background:#f0f2f0;border-radius:999px;align-items:center;gap:5px;width:max-content;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.badge.ready,.badge.sent{background:var(--green-soft);color:var(--green-deep)}.badge.queued{color:#4777b8;background:#eaf2fc}.badge.scheduled{color:#a96a00;background:#fff3d9}.badge.failed{color:#b34a4a;background:#fdecec}.badge.draft{color:#69736c;background:#f0f2f0}.quick-create{color:#fff;background:linear-gradient(148deg,#0d8759,#076642);border-radius:16px;padding:23px;position:relative;overflow:hidden}.quick-create:after{content:"";background:#dff36b1f;border-radius:50%;width:160px;height:160px;position:absolute;top:-60px;right:-55px}.quick-create h2{z-index:1;max-width:230px;font-size:20px;position:relative}.quick-create p{color:#ffffffba;z-index:1;font-size:12px;line-height:1.5;position:relative}.quick-input{z-index:1;background:#fff;border-radius:11px;gap:7px;margin-top:19px;padding:6px;display:flex;position:relative}.quick-input input{border:0;outline:0;flex:1;min-width:0;padding:0 8px;font-size:11px}.quick-input .btn{min-height:34px}.status-list{gap:10px;display:grid}.status-item{border:1px solid var(--line);border-radius:12px;align-items:center;gap:11px;padding:12px 13px;display:flex}.status-provider{color:#68736b;background:#f1f4f1;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.status-provider.whatsapp{color:#1a9b55;background:#e8f8ed}.status-provider.telegram{color:#298dcc;background:#eaf4fb}.status-provider svg{width:17px}.status-info{flex:1;min-width:0}.status-info strong{font-size:11px;display:block}.status-info span{color:var(--muted);font-size:9px}.online{background:#21a967;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #e7f7ee}.offline{background:#aab1ac;box-shadow:0 0 0 3px #f0f2f0}.activity{padding-left:24px;position:relative}.activity:before{content:"";background:#dfe5e0;width:1px;position:absolute;top:9px;bottom:10px;left:6px}.activity-item{padding-bottom:17px;position:relative}.activity-item:last-child{padding-bottom:0}.activity-dot{background:var(--green);border-radius:50%;width:11px;height:11px;position:absolute;top:3px;left:-23px;box-shadow:0 0 0 4px #fff}.activity-item strong{font-size:11px;display:block}.activity-item span{color:var(--muted);font-size:9px}.create-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.72fr);align-items:start;gap:20px;display:grid}.create-panel{padding:24px}.steps{align-items:center;gap:9px;margin-bottom:23px;display:flex}.step{color:#9aa29c;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.step i{background:#eff2ef;border-radius:50%;place-items:center;width:23px;height:23px;font-style:normal;display:grid}.step.active{color:var(--green-deep)}.step.active i,.step.done i{color:#fff;background:var(--green)}.step svg{width:12px}.step-line{background:#dde3de;width:30px;height:1px}.link-box{background:#fff;border:1.5px solid #dce2dd;border-radius:13px;align-items:center;padding:6px;transition:all .15s;display:flex;box-shadow:0 0 0 4px #0000}.link-box:focus-within{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.link-box>svg{color:#8d978f;margin-left:10px}.link-box input{border:0;outline:0;flex:1;min-width:0;padding:11px;font-size:13px}.helper{color:var(--muted);margin:8px 2px 0;font-size:10px}.helper.error{color:var(--red)}.analyzing{text-align:center;padding:42px}.loader{border:3px solid #dceee4;border-top-color:var(--green);border-radius:50%;width:37px;height:37px;margin:0 auto 15px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.analyzing strong{font-size:13px;display:block}.analyzing span{color:var(--muted);margin-top:5px;font-size:10px;display:block}.form-section{border-top:1px solid #edf0ed;padding:21px 0}.form-section:first-of-type{border-top:0;padding-top:0}.form-section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.form-section-head h3{font-size:13px}.form-section-head span{color:var(--muted);font-size:9px}.field-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.field label{color:#667068;font-size:10px;font-weight:700}.input,.textarea,.select{width:100%;color:var(--ink);background:#fff;border:1px solid #dce2dd;border-radius:9px;outline:0;padding:10px 11px;font-size:12px;transition:all .15s}.input:focus,.textarea:focus,.select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.textarea{resize:vertical;min-height:150px;line-height:1.5}.product-edit{grid-template-columns:90px 1fr;gap:15px;display:grid}.edit-image{object-fit:cover;background:#edf0ed;border-radius:12px;width:90px;height:90px}.affiliate-alert{color:#7f5d18;background:#fff9eb;border:1px solid #f0dfb7;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;font-size:10px;line-height:1.5;display:flex}.affiliate-alert svg{flex:none;width:16px}.actions-bar{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#fffffff0;justify-content:space-between;gap:10px;margin:20px -24px -24px;padding:14px 24px;display:flex;position:sticky;bottom:0}.actions-right{gap:8px;display:flex}.phone-wrap{position:sticky;top:96px}.preview-label{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.preview-label span{color:var(--muted);font-size:10px}.phone{background:#152019;border-radius:28px;max-width:340px;margin:auto;padding:10px;box-shadow:0 22px 45px #19281e2e}.phone-screen{background:#e9e3da radial-gradient(#32503c0f 1px,#0000 1px) 0 0/13px 13px;border-radius:21px;min-height:550px;overflow:hidden}.phone-head{background:#f6f7f5;align-items:center;gap:9px;height:57px;padding:9px 12px;display:flex}.phone-avatar{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.phone-head strong{font-size:11px;display:block}.phone-head span{color:var(--muted);font-size:8px;display:block}.message-bubble{background:#d8f6c9;border-radius:9px 3px 9px 9px;width:87%;margin:13px 9px 30px auto;overflow:hidden;box-shadow:0 1px 2px #0000001a}.message-image{object-fit:cover;width:100%;height:205px;display:block}.message-text{white-space:pre-wrap;padding:11px 12px 5px;font-size:10px;line-height:1.5}.message-time{text-align:right;color:#6d7b70;padding:0 8px 7px;font-size:7px}.toast{z-index:100;color:#fff;box-shadow:var(--shadow);background:#183226;border-radius:11px;padding:13px 16px;font-size:11px;font-weight:600;animation:.2s toastin;position:fixed;bottom:24px;right:24px}@keyframes toastin{0%{opacity:0;transform:translateY(10px)}}.toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.search{flex:1;max-width:330px;position:relative}.search svg{color:#8b958d;width:15px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.search input{padding-left:35px}.filter-pills{gap:6px;display:flex}.pill{border:1px solid var(--line);color:#6c756e;background:#fff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700}.pill.active{background:var(--ink);color:#fff;border-color:var(--ink)}.table-card{padding:8px 20px}.empty{text-align:center;padding:55px 20px}.empty-icon{background:var(--green-soft);width:48px;height:48px;color:var(--green);border-radius:14px;place-items:center;margin:0 auto 14px;display:grid}.empty h3{margin-bottom:6px}.empty p{color:var(--muted);margin:0 0 16px;font-size:11px}.queue-grid,.channel-grid,.integration-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.mini-card{padding:19px}.mini-card-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:17px;display:flex}.provider-logo{color:#637168;background:#eff3f0;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.provider-logo.whatsapp{color:#1a9b55;background:#e8f8ed}.provider-logo.telegram{color:#298dcc;background:#eaf4fb}.provider-logo.shopee{color:#e96924;background:#fff0e6}.provider-logo.ml{color:#3186c1;background:#eaf5fc}.provider-logo svg{width:19px}.mini-card h3{font-size:14px}.mini-card p{color:var(--muted);font-size:10px;line-height:1.5}.metric-line{border-top:1px solid #edf0ed;justify-content:space-between;padding:10px 0;font-size:10px;display:flex}.metric-line strong{font-size:11px}.toggle{background:#cdd3ce;border:0;border-radius:999px;width:36px;height:20px;padding:2px;transition:all .2s}.toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;display:block;box-shadow:0 1px 3px #0003}.toggle.on{background:var(--green)}.toggle.on:after{transform:translate(16px)}.flow-board{grid-template-columns:1fr 54px 1fr 54px 1fr;align-items:stretch;display:grid}.flow-column{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:0;padding:18px}.flow-arrow{color:#a4aca6;place-items:center;display:grid}.flow-title{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.flow-title h3{font-size:13px}.flow-count{background:#eef2ef;border-radius:999px;padding:4px 7px;font-size:9px}.chat-choice{border-top:1px solid #eef1ee;align-items:center;gap:9px;padding:10px 8px;display:flex}.chat-choice:first-of-type{border-top:0}.chat-choice input{accent-color:var(--green)}.chat-choice label{flex:1;min-width:0}.chat-choice strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.chat-choice span{color:var(--muted);font-size:8px}.inbox-card{border:1px solid var(--line);background:#fbfcfb;border-radius:11px;margin-top:9px;padding:13px}.inbox-card.new{background:#f5fbf7;border-color:#cde7d7}.inbox-card p{color:#4f5a52;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:7px 0;font-size:10px;line-height:1.45;display:-webkit-box;overflow:hidden}.inbox-meta{color:var(--muted);justify-content:space-between;font-size:8px;display:flex}.connection-hero{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:22px;display:flex}.connection-status{align-items:center;gap:13px;display:flex}.connection-status h2{font-size:17px}.connection-status p{color:var(--muted);margin:4px 0 0;font-size:10px}.qr-box{border:1px solid var(--line);background:#fff;border-radius:12px;place-items:center;width:180px;height:180px;margin:15px auto;display:grid;overflow:hidden}.qr-box img{object-fit:contain;width:100%;height:100%}.mobile-menu{display:none}@media (max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.promotion-row{grid-template-columns:48px minmax(0,1fr) 100px 84px}.promotion-row .row-time{display:none}.create-layout{grid-template-columns:1fr}.phone-wrap{position:static}.phone{max-width:360px}.queue-grid,.channel-grid,.integration-grid{grid-template-columns:1fr 1fr}.flow-board{grid-template-columns:1fr}.flow-arrow{height:42px;transform:rotate(90deg)}}@media (max-width:760px){.app-layout{display:block}.sidebar{border-right:0;border-top:1px solid var(--line);height:68px;padding:8px 10px;display:block;position:fixed;inset:auto 0 0}.brand,.nav-label,.sidebar-footer{display:none}.nav{grid-template-columns:repeat(5,1fr);gap:2px;display:grid}.nav-link{text-align:center;flex-direction:column;gap:3px;padding:7px 3px;font-size:8px;display:flex}.nav-link:nth-child(n+6){display:none}.nav-link svg{width:17px;height:17px}.topbar{height:61px;padding:0 17px}.page{padding:24px 16px 92px}.page-head{align-items:flex-start}.page-head h1{font-size:25px}.page-head p{font-size:12px}.top-actions .btn-soft{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{padding:14px}.stat-value{font-size:23px}.stat-icon{width:32px;height:32px}.card-pad{padding:17px}.promotion-row{grid-template-columns:44px minmax(0,1fr) 72px;gap:10px}.promotion-row .row-price{display:none}.product-thumb,.product-placeholder{width:44px;height:44px}.page-head>.btn{padding:8px 10px}.desktop-only{display:none!important}.create-panel{padding:17px}.actions-bar{flex-wrap:wrap;margin:18px -17px -17px;padding:12px 17px}.actions-right{width:100%}.actions-right .btn{flex:1}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.product-edit{grid-template-columns:68px 1fr}.edit-image{width:68px;height:68px}.queue-grid,.channel-grid,.integration-grid{grid-template-columns:1fr}.filter-pills{overflow:auto}.toolbar{flex-direction:column;align-items:flex-start}.search{width:100%;max-width:none}.connection-hero{flex-direction:column;align-items:flex-start}}.data-page{max-width:1320px}.data-filter-actions{align-items:center;gap:7px;display:flex}.data-filter-actions .select{min-width:180px}.leads-table{min-width:1120px}.leads-table code{color:#435049;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px}.muted-value{color:#9ba39d;font-size:9px}.gender-badge{color:#526b7c;background:#eef3f7;border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;font-weight:800;display:inline-flex}.gender-badge svg{width:11px;height:11px}.gender-badge.mulher{color:#975a7b;background:#f8edf4}.gender-badge.homem{color:#36799d;background:#eaf3f9}.gender-badge.undefined{color:#777f79;background:#f0f2f0}.import-summary{color:var(--green-deep);background:#eff9f3;border:1px solid #bde0ca;border-radius:13px;grid-template-columns:28px minmax(0,1fr) 26px;align-items:center;gap:10px;margin:12px 0;padding:12px 14px;display:grid}.import-summary>svg{width:22px}.import-summary strong,.import-summary span{display:block}.import-summary strong{font-size:11px}.import-summary span{margin-top:3px;font-size:8px;line-height:1.45}.import-summary button{width:26px;height:26px;color:inherit;background:0 0;border:0;border-radius:7px;padding:0}.import-summary button svg{width:14px}.table-loader{color:var(--muted);justify-content:center;align-items:center;gap:8px;padding:35px;font-size:10px;display:flex}.table-loader svg{width:18px}.table-pagination{border-top:1px solid var(--line);background:#fafbfa;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.table-pagination>span{color:var(--muted);font-size:9px}.table-pagination>div{align-items:center;gap:8px;display:flex}.table-pagination b{text-align:center;min-width:62px;font-size:9px}.data-detail-modal{width:min(620px,100%)}.data-detail-list{gap:8px;display:grid}.data-detail-list label{border:1px solid var(--line);background:#fafbfa;border-radius:10px;gap:4px;padding:11px;display:grid}.data-detail-list span{color:var(--muted);font-size:8px}.data-detail-list strong,.data-detail-list code{overflow-wrap:anywhere;font-size:10px}.inference-note{color:#7a642d;background:#fff9eb;border-radius:9px;margin:12px 0 0;padding:10px;font-size:8px;line-height:1.5}@media (max-width:760px){.data-filter-actions{flex-direction:column;align-items:stretch}.data-filter-actions .select,.data-filter-actions .btn{width:100%}.table-pagination{flex-direction:column;align-items:stretch}.table-pagination>div{justify-content:space-between}.nav{grid-template-columns:none;gap:3px;display:flex;overflow-x:auto}.nav-link{justify-content:center;min-width:74px}.nav-link:nth-child(n+6){display:flex}}.modal.remote-browser-modal{flex-direction:column;gap:12px;width:min(1360px,96vw);max-width:1360px;max-height:96vh;display:flex}.remote-browser-modal .modal-head{flex-shrink:0}.remote-browser-frame{border:1px solid var(--line);background:#f3f5f3;border-radius:12px;width:100%;height:65vh;min-height:280px}.remote-browser-modal .connect-modal-actions{flex-shrink:0}.login-page{background:radial-gradient(circle at 16% 18%,#0d8b5b1a,transparent 32%),radial-gradient(circle at 88% 82%,#dff36b2e,transparent 30%),var(--canvas);place-items:center;min-height:100vh;padding:28px;display:grid}.login-card{border:1px solid var(--line);background:#fffffff5;border-radius:22px;width:min(440px,100%);padding:34px;box-shadow:0 24px 70px #1930231f}.login-brand{letter-spacing:-.5px;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-size:20px;font-weight:800;display:flex}.login-copy{margin:36px 0 24px}.login-lock{background:var(--green-soft);width:46px;height:46px;color:var(--green);border-radius:14px;place-items:center;margin-bottom:20px;display:grid}.login-lock svg{width:21px}.login-copy .eyebrow{margin:0 0 7px}.login-copy h1{font-size:29px}.login-copy>p:last-child{color:var(--muted);margin:9px 0 0;font-size:12px;line-height:1.55}.login-error{color:#a63d3d;background:#fff2f2;border:1px solid #f0cccc;border-radius:10px;margin-bottom:15px;padding:11px 13px;font-size:11px;font-weight:700}.login-form{gap:14px;display:grid}.login-form>label{gap:6px;display:grid}.login-form>label>span{color:#667068;font-size:10px;font-weight:700}.login-input{background:#fff;border:1px solid #dce2dd;border-radius:10px;align-items:center;gap:9px;height:45px;padding:0 12px;transition:all .15s;display:flex}.login-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.login-input svg{color:#8d978f;width:16px}.login-input input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.login-submit{width:100%;height:45px;margin-top:5px}.login-security{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin-top:21px;font-size:9px;display:flex}.login-security svg{width:14px;color:var(--green)}@media (max-width:520px){.login-page{padding:15px}.login-card{border-radius:18px;padding:25px 21px}.login-copy{margin:30px 0 21px}.login-copy h1{font-size:25px}.logout-button span{display:none}}
.journey{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.journey-card{padding:22px;transition:all .18s;position:relative;overflow:hidden}.journey-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.journey-number{background:var(--green-soft);width:31px;height:31px;color:var(--green);border-radius:10px;place-items:center;margin-bottom:17px;font-family:Manrope;font-size:12px;font-weight:800;display:grid}.journey-card h2{font-size:17px}.journey-card p{color:var(--muted);margin:7px 0 18px;font-size:11px;line-height:1.5}.journey-stat{color:#d8ded9;font-family:Manrope;font-size:24px;font-weight:800;position:absolute;top:18px;right:18px}.simple-grid{grid-template-columns:minmax(280px,.8fr) minmax(0,1.4fr);align-items:start;gap:18px;display:grid}.sticky-panel{position:sticky;top:95px}.choice-list{max-height:620px;display:grid;overflow:auto}.source-message{border:1px solid var(--line);background:#fff;border-radius:13px;margin-bottom:10px;padding:16px;transition:all .16s}.source-message:hover{border-color:#bcdac8;box-shadow:0 7px 22px #143c230f}.source-message-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.source-message-head strong{font-size:11px}.source-message-head span{color:var(--muted);font-size:9px}.source-message-text{white-space:pre-wrap;color:#4d5850;max-height:125px;font-size:11px;line-height:1.52;overflow:hidden;-webkit-mask-image:linear-gradient(#000 70%,#0000);mask-image:linear-gradient(#000 70%,#0000)}.source-message-actions{justify-content:flex-end;margin-top:11px;display:flex}.link-swap{grid-template-columns:1fr 35px 1fr;align-items:center;gap:9px;margin-top:10px;display:grid}.link-value{word-break:break-all;color:#667068;background:#f3f5f3;border-radius:9px;padding:10px;font-size:10px}.swap-arrow{color:var(--green);place-items:center;display:grid}.original-box{white-space:pre-wrap;color:#5e6861;background:#f9faf9;border:1px dashed #ccd4ce;border-radius:12px;padding:16px;font-size:11px;line-height:1.55}.meli-bot-button{background:var(--green-soft);width:100%;color:var(--green-deep);border-color:#9bc8ab;justify-content:center;margin-bottom:8px}.meli-bot-button:hover{background:#dff2e6;border-color:#73b18a}.meli-bot-button:disabled{cursor:wait;opacity:.72}.bot-feedback{margin:6px 0 0;line-height:1.4}.bot-feedback.error{color:#b54444}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.head-actions,.batch-actions,.batch-filters{align-items:center;gap:8px;display:flex}.sources-batch-grid{grid-template-columns:minmax(340px,430px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.source-panel{position:sticky;top:94px}.source-tag-list{max-height:680px}.tagged-chat{border-top:1px solid #eef1ee;padding:3px 0 9px}.tagged-chat:first-child{border-top:0}.tagged-chat .chat-choice{border:0}.tiny-tag-button{width:27px;height:27px;color:var(--green);background:#eef4ef;border:0;border-radius:8px;place-items:center;display:grid}.tiny-tag-button svg{width:13px}.tag-row{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.tagged-chat>.tag-row{padding:0 8px 0 35px}.tag-chip{color:#526159;background:#eef2ef;border:0;border-radius:999px;align-items:center;gap:3px;width:max-content;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.tag-chip.manual{color:var(--green-deep);background:#e6f5ec}.tag-chip svg{width:10px;height:10px}.inline-tag-editor{background:#fff;border:1px solid #b9d9c5;border-radius:999px;align-items:center;display:flex;overflow:hidden}.inline-tag-editor input{border:0;outline:0;width:112px;padding:4px 8px;font-size:9px}.inline-tag-editor button{background:var(--green);color:#fff;border:0;place-items:center;width:24px;height:24px;display:grid}.inline-tag-editor svg{width:11px}.message-batch{min-width:0}.batch-toolbar{justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.batch-filters .select{min-width:155px}.source-message.selectable{align-items:flex-start;gap:11px;display:flex}.source-message.selectable.selected,.offer-card.selectable.selected{background:#f3fbf6;border-color:#69b487;box-shadow:0 0 0 2px #dff2e6}.message-check,.offer-check{accent-color:var(--green);flex:none;width:16px;height:16px}.message-check{margin-top:2px}.source-message-body{flex:1;min-width:0}.source-message-body .tag-row{margin-bottom:8px}.source-message-head>div{min-width:0}.source-message-head>div span{margin-top:3px;display:block}.batch-progress{z-index:110;color:#fff;background:#173326;border-radius:13px;align-items:center;gap:11px;max-width:620px;padding:14px 18px;display:flex;position:fixed;bottom:25px;left:50%;transform:translate(-50%);box-shadow:0 18px 55px #0a231440}.batch-progress svg{width:20px}.batch-progress strong,.batch-progress span{display:block}.batch-progress strong{font-size:11px}.batch-progress span{opacity:.72;white-space:nowrap;text-overflow:ellipsis;max-width:520px;margin-top:3px;font-size:9px;overflow:hidden}.offer-filter-bar{margin-bottom:16px}.offer-filter-bar .search{min-width:220px}.offer-card-top{grid-template-columns:18px minmax(0,1fr) auto;display:grid!important}.offer-card-heading{min-width:0}.offer-card .tag-row{min-height:20px}.modal-filter{align-items:center;gap:8px;margin-bottom:10px;display:flex}.modal-filter>svg{width:16px;color:var(--muted)}.modal-filter .select{flex:1}.destination-filters{grid-template-columns:minmax(0,1fr) 210px;gap:10px;margin-bottom:10px;display:grid}.destination-filters .search{max-width:none}.destination-tag-list{max-height:650px}.offer-cards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.offer-card{gap:13px;padding:18px;display:grid}.offer-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.offer-card h3{font-size:13px;line-height:1.35}.offer-copy{white-space:pre-wrap;color:#536057;background:#f6f8f6;border-radius:10px;max-height:150px;padding:12px;font-size:10px;line-height:1.5;overflow:hidden}.offer-card-actions{justify-content:flex-end;gap:7px;display:flex}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#111e1675;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(540px,100%);max-height:85vh;padding:23px;overflow:auto;box-shadow:0 30px 80px #0a1e1240}.modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.modal-head p{color:var(--muted);margin:5px 0 0;font-size:10px}.close-button{background:#f0f3f0;border:0;border-radius:9px;width:30px;height:30px}.success-hero{text-align:center;padding:35px}.success-hero i{background:var(--green-soft);width:56px;height:56px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 15px;display:grid}.success-hero h2{font-size:21px}.success-hero p{color:var(--muted);font-size:11px;line-height:1.5}.section-tabs{background:#edf1ed;border-radius:11px;gap:5px;width:max-content;margin-bottom:17px;padding:5px;display:flex}.section-tab{color:#6c766f;background:0 0;border:0;border-radius:8px;padding:8px 13px;font-size:10px;font-weight:700}.section-tab.active{color:var(--green-deep);background:#fff;box-shadow:0 2px 7px #1e322314}.affiliate-connection-card{background:linear-gradient(145deg,#fff,#f7fcf9);border-color:#cde7d7}.affiliate-card-actions{align-items:center;gap:7px;margin-top:14px;display:flex}.connection-detail{background:var(--green-soft);border-radius:8px;padding:7px 9px;font-weight:700;color:var(--green-deep)!important}.badge.failed{color:#b34a4a;background:#fdecec}.meli-connect-modal{width:min(590px,100%)}.connect-steps{gap:9px;display:grid}.connect-steps>div{border:1px solid var(--line);border-radius:11px;align-items:center;gap:11px;padding:11px;display:flex}.connect-steps i{background:var(--green-soft);width:26px;height:26px;color:var(--green-deep);border-radius:8px;flex:none;place-items:center;font-size:10px;font-style:normal;font-weight:800;display:grid}.connect-steps span{gap:2px;display:grid}.connect-steps strong{font-size:11px}.connect-steps small{color:var(--muted);font-size:9px}.connection-waiting{color:#735719;background:#fff8e7;border-radius:11px;align-items:center;gap:11px;margin-top:13px;padding:12px;display:flex}.connection-waiting>svg{flex:none;width:20px}.connection-waiting strong,.connection-waiting span{display:block}.connection-waiting strong{font-size:11px}.connection-waiting span{margin-top:2px;font-size:9px}.connect-modal-actions{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.browser-bridge-status{color:#68736b;background:#f0f2f0;border-radius:8px;align-items:center;gap:6px;margin-top:10px;padding:7px 9px;font-size:9px;font-weight:700;display:flex}.browser-bridge-status.ready{background:var(--green-soft);color:var(--green-deep)}.browser-bridge-status svg{width:13px;height:13px}@media (max-width:1150px){.sources-batch-grid{grid-template-columns:1fr}.source-panel{position:static}.source-tag-list{max-height:420px}.batch-toolbar{flex-direction:column;align-items:stretch}.batch-filters,.batch-actions{width:100%}.batch-filters>*,.batch-actions .btn-primary{flex:1}}@media (max-width:1050px){.simple-grid{grid-template-columns:1fr}.sticky-panel{position:static}.offer-filter-bar{flex-direction:column;align-items:stretch}.offer-filter-bar .search{width:100%;max-width:none}.offer-filter-bar .batch-filters,.offer-filter-bar .batch-actions{width:100%}}@media (max-width:760px){.journey,.offer-cards,.link-swap{grid-template-columns:1fr}.swap-arrow{transform:rotate(90deg)}.head-actions{flex-direction:column;width:100%}.head-actions .btn{width:100%}.batch-filters,.batch-actions{flex-direction:column;align-items:stretch}.batch-filters .select,.batch-actions .btn{width:100%}.destination-filters{grid-template-columns:1fr}.modal-filter{flex-wrap:wrap;align-items:stretch}.modal-filter .select{min-width:220px}.batch-progress{left:16px;right:16px;transform:none}.batch-progress span{max-width:75vw}}.automation-page{max-width:1050px;padding-bottom:90px}.automation-head{justify-content:space-between;align-items:center;gap:28px;margin-bottom:18px;display:flex}.automation-head h1{font-size:34px}.automation-head p{color:var(--muted);margin:9px 0 0;font-size:13px}.automation-switch{color:#677169;text-align:left;background:#fff;border:1px solid #d9dedb;border-radius:15px;align-items:center;gap:12px;min-width:235px;padding:13px 16px;display:flex;box-shadow:0 5px 18px #1930230a}.automation-switch>svg{background:#edf0ed;border-radius:9px;width:27px;height:27px;padding:5px}.automation-switch span,.automation-switch strong,.automation-switch small{display:block}.automation-switch strong{font-size:13px}.automation-switch small{color:var(--muted);margin-top:3px;font-size:9px}.automation-switch.on{color:var(--green-deep);background:linear-gradient(145deg,#f4fcf7,#e7f7ed);border-color:#9dd2b4;box-shadow:0 7px 22px #0d8b5b1a}.automation-switch.on>svg{color:#fff;background:var(--green)}.automation-health{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:23px;display:flex}.automation-health span{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:9px;font-weight:700;display:flex}.automation-health svg{width:12px;height:12px}.automation-health .health-ok{color:var(--green-deep);background:#f0faf4;border-color:#d2eadc}.automation-health .health-warn{color:#8a681b;background:#fff9ea;border-color:#efdfb7}.automation-step{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:46px minmax(0,1fr);gap:15px;padding:22px;animation:.22s automation-in;display:grid;box-shadow:0 4px 18px #19302309}.step-number{background:var(--green);color:#fff;border-radius:13px;place-items:center;width:42px;height:42px;font-family:Manrope;font-size:16px;font-weight:800;display:grid;box-shadow:0 7px 17px #0d8b5b2e}.step-content{min-width:0}.automation-step-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px;display:flex}.automation-step-head h2{font-size:18px}.automation-step-head p{color:var(--muted);margin:5px 0 0;font-size:10px}.automation-step-head>span{background:var(--green-soft);color:var(--green-deep);white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.automation-search{margin-bottom:11px;position:relative}.automation-search svg{color:#879188;width:15px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.automation-search input{background:#fbfcfb;border:1px solid #dce2dd;border-radius:11px;outline:0;width:100%;height:40px;padding:0 12px 0 36px;font-size:11px}.automation-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.automation-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:295px;padding:2px;display:grid;overflow:auto}.automation-choice{cursor:pointer;background:#fbfcfb;border:1px solid #e3e7e3;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:10px;transition:all .15s;display:flex}.automation-choice:hover{border-color:#bad9c6}.automation-choice.selected{background:#eef9f2;border-color:#75b991;box-shadow:0 0 0 2px #0d8b5b0f}.automation-choice input{opacity:0;pointer-events:none;position:absolute}.automation-choice>i{color:#778078;background:#eef1ee;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.automation-choice.selected>i{color:#fff;background:var(--green)}.automation-choice.destination.selected>i{background:#237aa5}.automation-choice svg{width:14px}.automation-choice>span{min-width:0}.automation-choice strong,.automation-choice small{display:block}.automation-choice strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.automation-choice small{color:var(--muted);margin-top:3px;font-size:8px}.automation-connector{color:#8fb49d;place-items:center;height:39px;display:grid}.automation-connector svg{width:18px;transform:rotate(90deg)}.automation-tags{flex-wrap:wrap;gap:8px;display:flex}.automation-tags button{color:#59645c;background:#fafbfa;border:1px solid #dde3de;border-radius:11px;align-items:center;gap:6px;min-height:36px;padding:8px 11px;font-size:10px;font-weight:700;display:flex}.automation-tags button:hover{border-color:#a8cfb8}.automation-tags button.selected{border-color:var(--green);background:var(--green-soft);color:var(--green-deep)}.automation-tags svg{width:13px;height:13px}.automation-tags button svg:last-child:not(:first-child){width:11px}.automation-note{color:#8b6c24;align-items:flex-start;gap:6px;margin:11px 2px 0;font-size:9px;display:flex}.automation-note svg{flex:none;width:13px}.automation-tag-levels{gap:9px;display:grid}.tag-logic-help{color:#42614e;background:#f1faf4;border:1px solid #cde4d6;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.tag-logic-help strong{font-size:10px}.tag-logic-help span{font-size:9px}.tag-logic-help b,.tag-logic-example strong{color:var(--green-deep)}.automation-tag-level{background:#fff;border:1px solid #e0e5e1;border-radius:12px;padding:11px}.automation-tag-level>header{align-items:center;gap:9px;margin-bottom:9px;display:flex}.automation-tag-level>header>i{width:23px;height:23px;color:var(--green-deep);background:#edf5f0;border-radius:7px;flex:none;place-items:center;font-size:8px;font-style:normal;font-weight:800;display:grid}.automation-tag-level>header>div{flex:1;min-width:0}.automation-tag-level>header strong,.automation-tag-level>header span{display:block}.automation-tag-level>header strong{font-size:10px}.automation-tag-level>header span{color:var(--muted);margin-top:2px;font-size:8px}.automation-tag-level>header em{background:var(--green-soft);color:var(--green-deep);border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.automation-tag-level .automation-tags{gap:6px}.automation-tag-level .automation-tags button{min-height:32px;padding:6px 9px;font-size:9px}.tag-logic-example{color:#6a746d;background:#f5f6f5;border-radius:10px;padding:9px 11px;font-size:8px;line-height:1.5}.tag-logic-example>b{color:#47534a}.automation-confirm{text-align:center;background:linear-gradient(145deg,#f7fcf9,#eaf8f0);border:1px solid #b8ddc7;border-radius:18px;margin-top:17px;padding:22px}.automation-confirm>div{color:var(--green-deep);justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex}.automation-confirm>div svg{width:14px}.automation-confirm p{color:#5f6d63;max-width:650px;margin:9px auto 16px;font-size:10px;line-height:1.5}.automation-save{min-width:245px}.automation-feedback{z-index:100;color:#fff;background:#173326;border-radius:12px;align-items:flex-start;gap:8px;max-width:470px;padding:13px 16px;font-size:10px;font-weight:700;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 18px 50px #0a231440}.automation-feedback svg{flex:none;width:15px}.automation-activity{margin-top:28px;padding-top:4px}.automation-log-list{gap:7px;display:grid}.automation-log-list article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.automation-log-list>article>i{color:#68736b;background:#eff2ef;border-radius:9px;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.automation-log-list>article>i.sent{background:var(--green-soft);color:var(--green)}.automation-log-list>article>i.error{color:#b34a4a;background:#fdecec}.automation-log-list>article>i.ignored{color:#7c857f;background:#f0f2f0}.automation-log-list svg{width:14px}.automation-log-list strong,.automation-log-list span,.automation-log-list small{display:block}.automation-log-list strong{font-size:10px}.automation-log-list span{color:var(--muted);margin-top:3px;font-size:8px}.automation-log-list small{color:#a15a3d;margin-top:4px;font-size:8px}.automation-log-list em{color:#737d76;background:#f0f2f0;border-radius:999px;padding:5px 7px;font-size:8px;font-style:normal;font-weight:800}.automation-log-list em.sent{background:var(--green-soft);color:var(--green-deep)}.automation-log-list em.error{color:#a33d3d;background:#fdecec}.automation-loading,.automation-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:430px;display:flex}.automation-loading svg{width:28px;color:var(--green)}.automation-empty{border:1px solid var(--line);background:#fff;border-radius:18px;padding:35px}.automation-empty>i{background:var(--green-soft);width:55px;height:55px;color:var(--green);border-radius:16px;place-items:center;font-style:normal;display:grid}.automation-empty p{max-width:430px;color:var(--muted);margin:0;font-size:11px;line-height:1.5}@keyframes automation-in{0%{opacity:0;transform:translateY(-5px)}}@media (max-width:760px){.automation-page{padding-top:22px}.automation-head{flex-direction:column;align-items:stretch}.automation-head h1{font-size:27px}.automation-switch{width:100%}.automation-health{margin-bottom:17px}.automation-step{grid-template-columns:35px minmax(0,1fr);gap:10px;padding:15px}.step-number{border-radius:10px;width:34px;height:34px}.automation-step-head{flex-direction:column;gap:8px}.automation-choices{grid-template-columns:1fr;max-height:330px}.automation-confirm>div{gap:6px;font-size:10px}.automation-save{width:100%;min-width:0}.automation-log-list article{grid-template-columns:30px minmax(0,1fr)}.automation-log-list em{grid-column:2;width:max-content}.nav{grid-template-columns:repeat(5,1fr)}.automation-feedback{bottom:82px;left:15px;right:15px}}.automation-list-page{max-width:1260px}.automation-list-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.automation-list-head h1{font-size:33px}.automation-list-head p{color:var(--muted);margin:7px 0 0;font-size:12px}.automation-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0;display:grid}.automation-stats>div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px 17px}.automation-stats strong,.automation-stats span{display:block}.automation-stats strong{font-family:Manrope;font-size:22px}.automation-stats span{color:var(--muted);margin-top:3px;font-size:9px}.automation-table-card{overflow:hidden}.automation-table-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:13px;display:flex}.automation-table-toolbar .automation-search{width:min(390px,100%);margin:0}.automation-table-scroll{overflow:auto}.automation-table{border-collapse:collapse;width:100%;min-width:980px}.automation-table th{color:#8a938c;text-align:left;text-transform:uppercase;letter-spacing:.5px;background:#f7f9f7;padding:10px 12px;font-size:8px}.automation-table td{vertical-align:middle;border-top:1px solid #edf0ed;padding:13px 12px;font-size:10px}.automation-table tbody tr{cursor:pointer;transition:all .14s}.automation-table tbody tr:hover{background:#f7fbf8}.automation-table td strong,.automation-table td small{display:block}.automation-table td strong{text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:11px;overflow:hidden}.automation-table td small{max-width:170px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;overflow:hidden}.table-count{background:var(--green-soft);min-width:22px;height:22px;color:var(--green-deep);border-radius:7px;place-items:center;margin-right:6px;padding:0 5px;font-size:9px;font-weight:800;display:inline-grid}.table-count.blue{color:#29779e;background:#eaf3f9}.table-tags{flex-wrap:wrap;align-items:center;gap:4px;max-width:210px;display:flex}.table-tags span,.table-tags em{color:#556259;background:#eef2ef;border-radius:999px;padding:4px 6px;font-size:8px;font-style:normal;font-weight:700}.table-tags em{color:var(--green-deep);background:#e7f5ec}.log-dot{background:#9ca49e;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.log-dot.sent{background:#22a466}.log-dot.error{background:#db5757}.log-dot.processing{background:#df9a24}.row-switch{color:#6e7770;background:#eef0ee;border:0;border-radius:999px;align-items:center;gap:6px;min-width:82px;padding:6px 8px;font-size:8px;font-weight:800;display:inline-flex}.row-switch i{background:#fff;border-radius:50%;width:15px;height:15px;box-shadow:0 1px 4px #00000029}.row-switch.on{color:var(--green-deep);background:#dcf3e6}.row-switch.on i{background:var(--green)}.row-open{color:#69736c;background:#f0f3f0;border:0;border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.row-open svg{width:14px}.automation-table-empty{text-align:center;padding:55px 20px}.automation-table-empty>svg{background:var(--green-soft);width:42px;height:42px;color:var(--green);border-radius:13px;padding:10px}.automation-table-empty h2{margin-top:12px}.automation-table-empty p{color:var(--muted);margin:6px 0 15px;font-size:10px}.global-activity{margin-top:28px}.automation-manager-modal{width:min(930px,100%);max-height:91vh;padding:24px}.automation-detail-status{border:1px solid var(--line);background:#f7f8f7;border-radius:13px;align-items:center;gap:11px;padding:13px;display:flex}.automation-detail-status>svg{color:#727b74;background:#e9ece9;border-radius:9px;width:29px;height:29px;padding:6px}.automation-detail-status>div{flex:1;min-width:0}.automation-detail-status strong,.automation-detail-status span{display:block}.automation-detail-status strong{font-size:11px}.automation-detail-status span{color:var(--muted);margin-top:3px;font-size:8px}.automation-detail-status.on{background:#eef9f2;border-color:#bde0ca}.automation-detail-status.on>svg{background:var(--green);color:#fff}.automation-detail-flow{grid-template-columns:1fr 24px 1fr 24px 1fr;align-items:stretch;gap:8px;margin:15px 0;display:grid}.automation-detail-flow>svg{color:#8daf99;align-self:center;width:16px}.detail-block{border:1px solid var(--line);background:#fafbfa;border-radius:13px;min-width:0;padding:14px}.detail-block>i{background:var(--green);color:#fff;border-radius:8px;place-items:center;width:24px;height:24px;font-size:9px;font-style:normal;font-weight:800;display:grid}.detail-block h3{margin:9px 0 7px;font-size:11px}.detail-block span{text-overflow:ellipsis;white-space:nowrap;color:#536057;background:#eef2ef;border-radius:6px;margin-top:4px;padding:4px 6px;font-size:8px;display:block;overflow:hidden}.automation-detail-history{padding-top:4px}.automation-detail-history>h3{margin:0 0 9px}.detail-empty{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:11px;padding:20px;font-size:9px}.automation-modal-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:16px;padding-top:16px;display:flex}.automation-modal-actions>div{gap:8px;display:flex}.btn.danger{color:#b64242;background:#fff4f4;border-color:#f1cece}.automation-editor-top{grid-template-columns:minmax(0,1fr) 200px;align-items:end;gap:12px;margin-bottom:13px;display:grid}.automation-switch.compact{width:100%;min-width:0;height:59px;padding:9px 12px}.editor-step{border:1px solid var(--line);background:#fbfcfb;border-radius:14px;margin-top:10px;padding:15px;animation:.18s automation-in}.editor-step-head{align-items:center;gap:9px;margin-bottom:11px;display:flex}.editor-step-head>i{background:var(--green);color:#fff;border-radius:8px;place-items:center;width:27px;height:27px;font-size:10px;font-style:normal;font-weight:800;display:grid}.editor-step-head h3{flex:1;font-size:13px}.editor-step-head>span{background:var(--green-soft);color:var(--green-deep);border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800}.editor-choices{max-height:230px}.editor-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;justify-content:flex-end;margin:16px -24px -24px;padding:13px 24px;position:sticky;bottom:-24px}@media (max-width:900px){.automation-stats{grid-template-columns:repeat(2,1fr)}.automation-detail-flow{grid-template-columns:1fr}.automation-detail-flow>svg{justify-self:center;transform:rotate(90deg)}}@media (max-width:760px){.automation-list-head{flex-direction:column;align-items:stretch}.automation-list-head>.btn{width:100%}.automation-stats{grid-template-columns:1fr 1fr}.automation-table-toolbar{flex-direction:column;align-items:stretch}.automation-table-toolbar .automation-search{width:100%}.automation-manager-modal{padding:17px}.automation-editor-top{grid-template-columns:1fr}.automation-modal-actions{flex-direction:column-reverse;align-items:stretch}.automation-modal-actions>div,.automation-modal-actions>.btn{width:100%}.automation-modal-actions>div .btn{flex:1}.editor-actions{flex-direction:row;margin:15px -17px -17px;padding:12px 17px;bottom:-17px}.automation-detail-status{flex-wrap:wrap;align-items:flex-start}.automation-detail-status .row-switch{margin-left:40px}}.catalog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}.catalog-group-card{border:1px solid var(--line);text-align:left;background:#fbfcfb;border-radius:13px;min-width:0;padding:14px;transition:all .15s}.catalog-group-card:hover{background:#f5fbf7;border-color:#a8cfb8;transform:translateY(-1px)}.catalog-card-head{align-items:center;gap:10px;display:flex}.catalog-card-head>i{background:var(--green-soft);width:35px;height:35px;color:var(--green);border-radius:10px;flex:none;place-items:center;font-style:normal;display:grid}.catalog-card-head>i.target{color:#287ca6;background:#eaf3f9}.catalog-card-head>i svg{width:16px}.catalog-card-head>div{flex:1;min-width:0}.catalog-card-head strong,.catalog-card-head span{display:block}.catalog-card-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.catalog-card-head span{color:var(--muted);margin-top:3px;font-size:8px}.catalog-card-head>svg{color:#8b958d;width:15px}.catalog-tags{flex-wrap:wrap;align-items:center;gap:4px;margin-top:11px;display:flex}.catalog-tags span,.catalog-tags b{color:#58645b;background:#eef2ef;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:700}.catalog-tags b{background:var(--green-soft);color:var(--green-deep)}.catalog-tags em{color:var(--muted);font-size:8px;font-style:normal}.catalog-tags.large{margin:8px 0 14px}.catalog-tags.large span{background:var(--green-soft);color:var(--green-deep)}.catalog-tags.large p{color:var(--muted);margin:0;font-size:9px}.catalog-manager-modal{flex-direction:column;width:min(1040px,100%);height:min(760px,92vh);max-height:92vh;display:flex;overflow:hidden}.catalog-manager-grid{flex:1;grid-template-columns:minmax(270px,.78fr) minmax(0,1.35fr);gap:12px;min-height:0;display:grid}.catalog-all-groups,.catalog-preview{border:1px solid var(--line);background:#fafbfa;border-radius:13px;min-height:0;overflow:auto}.catalog-picker-row{cursor:pointer;border-top:1px solid #edf0ed;grid-template-columns:17px 29px minmax(0,1fr) 17px;align-items:center;gap:8px;padding:9px;display:grid}.catalog-picker-row:first-child{border-top:0}.catalog-picker-row:hover,.catalog-picker-row.active{background:#eef8f2}.catalog-picker-row input{accent-color:var(--green)}.catalog-picker-row>i{color:#758078;background:#edf1ee;border-radius:8px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.catalog-picker-row>i svg,.catalog-picker-row>svg{width:13px}.catalog-picker-row>svg{color:#909991}.catalog-picker-row strong,.catalog-picker-row span{display:block}.catalog-picker-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.catalog-picker-row span{color:var(--muted);margin-top:2px;font-size:7px}.catalog-preview{background:#fff;padding:15px}.catalog-preview-loading{min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:9px;display:flex}.catalog-preview-loading svg{width:25px}.catalog-preview-loading strong{font-size:10px}.group-preview-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.group-preview-title strong,.group-preview-title span{display:block}.group-preview-title strong{font-size:11px}.group-preview-title span{color:var(--muted);margin-top:3px;font-size:8px}.group-preview-title em{background:var(--green-soft);color:var(--green-deep);border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.group-message-list{border-top:1px solid var(--line);padding-top:13px}.group-message-row{text-align:left;background:0 0;border:0;border-top:1px solid #edf0ed;grid-template-columns:minmax(0,1fr) 16px;gap:8px;width:100%;padding:10px 7px;display:grid}.group-message-row:hover{background:#f7faf7}.group-message-row>div{min-width:0}.group-message-row strong,.group-message-row span{display:block}.group-message-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.group-message-row span{color:var(--muted);margin-top:3px;font-size:7px}.group-message-row>svg{color:#8b958d;width:13px}.group-message-row.open{background:#f4faf6}.group-message-row.open>svg{transform:rotate(90deg)}.group-message-row>p{white-space:pre-wrap;color:#536057;background:#fff;border-radius:9px;grid-column:1/-1;margin:2px 0 0;padding:10px;font-size:9px;line-height:1.5}.catalog-detail-modal{width:min(760px,100%)}.catalog-required{color:#775f27;background:#fffaf0;border:1px solid #e4dcc3;border-radius:11px;align-items:center;gap:10px;padding:11px;display:flex}.catalog-required>svg{flex:none;width:18px}.catalog-required>div{flex:1;min-width:0}.catalog-required strong,.catalog-required span{display:block}.catalog-required strong{font-size:9px}.catalog-required span{opacity:.78;margin-top:2px;font-size:8px}.catalog-required .btn{flex:none}.delivery-browser{overflow:hidden}.delivery-toolbar{border-bottom:1px solid var(--line);padding:13px}.delivery-toolbar>.automation-search{width:100%;margin:0 0 9px}.delivery-filters{grid-template-columns:repeat(4,minmax(130px,1fr)) auto;gap:7px;display:grid}.delivery-filters .select{font-size:9px}.delivery-sections{gap:0;display:grid}.delivery-section-head{border-top:1px solid var(--line);background:#f6f8f6;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.delivery-section-head:first-child{border-top:0}.delivery-section-head strong{font-size:10px}.delivery-section-head span{color:var(--muted);font-size:8px}.delivery-list>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf0ed;grid-template-columns:32px minmax(0,1fr) 160px 18px;align-items:center;gap:10px;width:100%;padding:12px 14px;display:grid}.delivery-list>button:hover{background:#f6fbf8}.delivery-list>button>i{background:var(--green-soft);width:30px;height:30px;color:var(--green);border-radius:9px;place-items:center;font-style:normal;display:grid}.delivery-list>button>i svg{width:14px}.delivery-list>button>div{min-width:0}.delivery-list>button>div>strong,.delivery-list>button>div>span{display:block}.delivery-list>button>div>strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.delivery-list>button>div>span{color:var(--muted);margin-top:3px;font-size:8px}.delivery-list>button>div>div{gap:3px;margin-top:5px;display:flex}.delivery-list em{color:#5f6a62;background:#eef2ef;border-radius:999px;padding:3px 5px;font-size:7px;font-style:normal}.delivery-list aside{text-align:right}.delivery-list aside strong,.delivery-list aside span{display:block}.delivery-list aside strong{font-size:8px}.delivery-list aside span{color:var(--muted);margin-top:3px;font-size:7px}.delivery-list>button>svg{color:#89938c;width:14px}.delivery-detail-modal{width:min(760px,100%)}.delivery-detail-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.delivery-detail-grid>div{border:1px solid var(--line);background:#fafbfa;border-radius:11px;grid-template-columns:26px minmax(0,1fr);column-gap:8px;padding:10px;display:grid}.delivery-detail-grid svg{background:var(--green-soft);width:24px;height:24px;color:var(--green);border-radius:7px;grid-row:1/3;padding:5px}.delivery-detail-grid span{color:var(--muted);font-size:7px}.delivery-detail-grid strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.delivery-detail-tags{margin-top:14px}.delivery-detail-tags>strong,.delivery-message>strong{font-size:10px}.delivery-detail-tags>div{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.delivery-detail-tags span{background:var(--green-soft);color:var(--green-deep);border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:8px;font-weight:700;display:flex}.delivery-detail-tags svg{width:10px}.delivery-message{margin-top:14px}.delivery-message pre{border:1px solid var(--line);white-space:pre-wrap;color:#4f5b52;background:#f7f9f7;border-radius:11px;max-height:290px;margin:7px 0 0;padding:13px;font-family:inherit;font-size:9px;line-height:1.55;overflow:auto}@media (max-width:900px){.catalog-card-grid{grid-template-columns:1fr}.delivery-filters{grid-template-columns:1fr 1fr}.catalog-manager-grid{grid-template-columns:1fr}.catalog-all-groups{max-height:260px}}@media (max-width:760px){.catalog-manager-modal{height:94vh}.delivery-filters{grid-template-columns:1fr}.delivery-list>button{grid-template-columns:30px minmax(0,1fr) 15px}.delivery-list aside{text-align:left;grid-column:2}.delivery-detail-grid{grid-template-columns:1fr}.catalog-required{flex-wrap:wrap;align-items:flex-start}.catalog-required .btn{margin-left:28px}}.product-browser{overflow:hidden}.product-filters{grid-template-columns:repeat(6,minmax(120px,1fr)) auto;gap:7px;display:grid}.product-filters .select{font-size:9px}.product-sections{display:grid}.products-table{min-width:1120px}.products-table td:first-child{width:23%}.marketplace-badge,.affiliate-status{border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;font-weight:800;display:inline-flex}.marketplace-badge.mercado_livre{color:#27769e;background:#eaf3f9}.marketplace-badge.shopee{color:#b75f30;background:#fff0e8}.affiliate-status svg{width:11px;height:11px}.affiliate-status.ready{background:var(--green-soft);color:var(--green-deep)}.affiliate-status.pending{color:#9b6c12;background:#fff5de}.affiliate-status.error{color:#a33d3d;background:#fdecec}.old-product-price{text-decoration:line-through}.product-detail-modal{width:min(820px,100%);max-height:92vh;overflow:auto}.product-detail-summary{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.product-detail-summary>div{border:1px solid var(--line);background:#fafbfa;border-radius:10px;padding:11px}.product-detail-summary span,.product-detail-summary strong{display:block}.product-detail-summary span{color:var(--muted);font-size:7px}.product-detail-summary strong{margin-top:4px;font-size:10px}.product-links{flex-wrap:wrap;gap:7px;margin:13px 0;display:flex}.product-links a{border:1px solid var(--line);color:var(--green-deep);background:#fafbfa;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;font-size:9px;font-weight:700;display:flex}.product-links svg{width:12px}.product-message{margin-top:13px}.product-message>strong{font-size:10px}.product-message pre{border:1px solid var(--line);white-space:pre-wrap;color:#4f5b52;background:#f7f9f7;border-radius:10px;max-height:190px;margin:6px 0 0;padding:12px;font-family:inherit;font-size:9px;line-height:1.55;overflow:auto}.product-message.editable textarea{min-height:120px;margin-top:6px;font-size:9px}@media (max-width:1100px){.product-filters{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.product-filters{grid-template-columns:1fr}.product-detail-summary{grid-template-columns:1fr 1fr}}
