@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-body: 400;--font-weight-label: 500;--font-weight-heading: 600;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--focus-ring: 0 0 0 3px rgba(8, 127, 115, .14);--accent: #4f35e6;--accent-dark: #3e28c8;--accent-soft: #f0edff;--ink: #17253a;--muted: #718096;--line: #e1e7eb;--surface: #ffffff;--page: #f5f7f8;--teal: #087f73;--teal-dark: #076b61;--teal-soft: #e9f5f2;--danger: #b33f3f}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;font-family:var(--font-sans);font-weight:var(--font-weight-body);color:var(--ink);background:var(--page);font-synthesis:none;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{color:inherit}h1,h2,h3,p{margin:0}a{color:var(--teal)}:focus-visible{outline:0;box-shadow:var(--focus-ring)}.shared-screen-reader-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shared-loading{color:var(--muted, #718096);font-size:12px}.primary,.ghost{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:8px;font-size:11px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.primary{background:var(--accent);color:#fff}.primary:hover:not(:disabled){background:var(--accent-dark)}.ghost{border-color:#dce3e8;background:#fff;color:#43546a}.ghost:hover:not(:disabled){border-color:#9dc9c2;color:var(--teal);background:#f7fbfa}.primary.small,.ghost.small{min-height:32px;padding-inline:10px;font-size:9.5px}button:disabled{opacity:.55;cursor:not-allowed}.icon-button{width:34px;height:34px;flex:0 0 auto;display:inline-grid;place-items:center;padding:0;border:1px solid #dfe5e9;border-radius:8px;background:#fff;color:#536378;text-decoration:none;cursor:pointer}.icon-button:hover{border-color:#9dc9c2;color:var(--teal)}.icon-button.danger{color:var(--danger)}.field-spinner{width:14px;height:14px;display:inline-block;border:2px solid #d6e6e3;border-top-color:var(--teal);border-radius:50%;animation:core-spin .75s linear infinite}.spin{animation:core-spin .8s linear infinite}@keyframes core-spin{to{transform:rotate(360deg)}}.section-kicker{color:var(--teal);font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,#e7f4f1,transparent 38%),var(--page)}.auth-card{width:min(420px,100%);padding:32px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 50px #17253a1a}.auth-mark{width:40px;height:40px;display:grid;place-items:center;margin-bottom:18px;border-radius:10px;background:var(--teal);color:#fff}.auth-card h1{margin-top:5px;font-size:24px}.auth-card>p{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.6}.auth-form,.stack-form,.profile-form{display:grid;gap:13px;margin-top:22px}.auth-form label,.stack-form label,.profile-form label,.form-grid label,.bot-editor label{display:grid;gap:6px;color:#506075;font-size:10px;font-weight:500}.auth-form input,.stack-form input,.stack-form select,.stack-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.profile-form input,.profile-form select{width:100%;min-height:39px;border:1px solid #d9e1e6;border-radius:8px;padding:9px 11px;outline:none;background:#fff;color:var(--ink);font-size:11px}.auth-form input:focus,.stack-form input:focus,.stack-form select:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.profile-form input:focus{border-color:#62aa9f;box-shadow:var(--focus-ring)}.auth-form .primary{margin-top:4px}.auth-error,.auth-success{padding:8px 10px;border-radius:7px;font-size:9.5px;line-height:1.5}.auth-error{border:1px solid #efcaca;background:#fff5f5;color:#ad3434}.auth-success{border:1px solid #bfe1d5;background:#eef9f5;color:#087455}.profile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;justify-content:flex-end;background:#17253a52}.profile-panel{width:min(430px,100vw);height:100%;overflow-y:auto;padding:22px;background:#fff;box-shadow:-15px 0 45px #17253a2e}.profile-header,.profile-identity,.profile-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-header h2{margin-top:3px;font-size:18px}.profile-identity{justify-content:flex-start;margin-top:22px;padding:14px;border:1px solid var(--line);border-radius:10px}.profile-identity>div:nth-child(2){min-width:0;display:grid;gap:2px;flex:1}.profile-identity strong{font-size:11px}.profile-identity span{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis}.profile-identity small{color:var(--teal);font-size:8px}.profile-avatar{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--teal-soft);color:var(--teal)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-section{margin-top:20px;padding-top:18px;border-top:1px solid #edf0f2}.profile-section h3{font-size:12px}.profile-form{margin-top:12px}.user-list{display:grid;gap:6px;margin-top:12px}.user-row{display:grid;grid-template-columns:1fr 1.3fr auto;gap:8px;padding:8px;border:1px solid var(--line);border-radius:7px;font-size:9px}.user-row small{overflow:hidden;color:var(--muted);text-overflow:ellipsis}.user-row em{color:var(--teal);font-style:normal}.logout-button{display:inline-flex;align-items:center;gap:7px;margin-top:24px;border:0;background:transparent;color:var(--danger);font-size:10px;cursor:pointer}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:grid;place-items:center;padding:18px;background:#17253a5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-modal-backdrop.drawer{place-items:stretch end;padding:0;background:#17253a38;-webkit-backdrop-filter:none;backdrop-filter:none}.app-modal{width:min(560px,100%);max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe3e7;border-radius:14px;background:#fff;box-shadow:0 24px 70px #17253a38}.app-modal.large{width:min(860px,100%)}.app-modal.xlarge{width:min(1120px,100%)}.app-modal.drawer,.app-modal.large.drawer{width:min(550px,100vw);height:100vh;max-height:100vh;border-width:0 0 0 1px;border-radius:0;box-shadow:-18px 0 52px #17253a29}.app-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:20px 22px;border-bottom:1px solid #edf0f2}.app-modal-header h2{font-size:17px}.app-modal-header p{margin-top:4px;color:var(--muted);font-size:9.5px;line-height:1.5}.app-modal-body{min-height:0;overflow-y:auto;padding:20px 22px}.app-modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid #edf0f2;background:#fafbfc}@media(max-width:600px){.auth-card{padding:24px}.app-modal-backdrop{padding:0;place-items:end center}.app-modal,.app-modal.large,.app-modal.xlarge{width:100%;max-height:94vh;border-radius:14px 14px 0 0}.app-modal.drawer,.app-modal.large.drawer{width:100%;height:auto;max-height:94vh;border-width:1px 0 0;border-radius:14px 14px 0 0}.app-modal-header,.app-modal-body{padding-inline:16px}}.workspace-shell{min-height:100vh;display:grid;grid-template-columns:192px minmax(0,1fr);background:#fff;color:#17253a}.workspace-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:20px 12px 14px;background:#fff;border-right:1px solid #e5e9ed;z-index:50}.brand-lockup{height:42px;display:flex;align-items:center;padding:0 9px;margin-bottom:24px;font-size:17px;font-weight:700}.workspace-sidebar nav{display:grid;align-content:start;gap:3px;flex:1}.workspace-sidebar nav a{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:7px;color:#647286;font-size:12.5px;text-decoration:none}.workspace-sidebar nav a:hover{background:#f3f6f6;color:#263a4f}.workspace-sidebar nav a.active{background:var(--accent-soft);color:var(--accent);font-weight:500}.workspace-content{min-width:0}.workspace-topbar{display:none;height:66px;position:sticky;top:0;z-index:40;align-items:center;justify-content:space-between;gap:24px;padding:0 24px;background:#fffffff5;border-bottom:1px solid #e5e9ed;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sidebar-account{width:100%;min-width:0;padding:8px 6px;border-top:1px solid #edf0f2}.sidebar-account>span:last-child{min-width:0}.sidebar-account strong,.sidebar-account small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-title h1{font-size:18px;font-weight:600;line-height:1.35}.workspace-title p{margin-top:2px;color:#7a8798;font-size:11.5px}.account-trigger{height:42px;display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:0 5px;cursor:pointer;text-align:left}.account-trigger>span:last-child{display:grid}.account-trigger strong{font-size:11.5px;font-weight:500}.account-trigger small{color:#8490a0;font-size:10px;text-transform:capitalize}.account-avatar{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#173b50;color:#fff;font-size:12px}.account-avatar img{width:100%;height:100%;object-fit:cover}.workspace-page{min-width:0;padding:28px 36px 42px}.page-loading{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;color:#738195;font-size:12px}.spin{animation:workspace-spin .85s linear infinite}@keyframes workspace-spin{to{transform:rotate(360deg)}}.mobile-navigation{display:none}@media(max-width:1000px){.workspace-shell{grid-template-columns:72px minmax(0,1fr)}.workspace-sidebar{padding-inline:10px}.brand-lockup{justify-content:center;padding:0}.brand-lockup strong,.workspace-sidebar nav a span{display:none}.sidebar-account>span:last-child{display:none}.sidebar-account{justify-content:center;border-top:0}.workspace-sidebar nav a{justify-content:center;padding:0}.workspace-page{padding-inline:18px}}@media(max-width:720px){.workspace-shell{display:block;padding-bottom:62px}.workspace-sidebar{display:none}.workspace-topbar{display:flex;height:66px;padding:0 14px}.workspace-title p,.account-trigger>span:last-child{display:none}.workspace-title h1{font-size:15px}.workspace-page{padding:14px 12px 24px}.mobile-navigation{position:fixed;z-index:100;left:0;right:0;bottom:0;height:62px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:0;padding:4px 8px max(4px,env(safe-area-inset-bottom));border-top:1px solid #dde3e8;background:#fffffffa}.mobile-navigation a,.mobile-navigation button{display:grid;justify-items:center;align-content:center;gap:2px;border:0;background:transparent;color:#7a8798;text-decoration:none;font-size:9px}.mobile-navigation a.active,.mobile-navigation button.active{color:#087f73}.mobile-more-backdrop{position:fixed;z-index:98;top:0;right:0;bottom:0;left:0;border:0;background:#17253a2e}.mobile-more-menu{position:fixed;z-index:99;right:10px;bottom:70px;width:min(300px,calc(100vw - 20px));display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;border:1px solid #dce3e8;border-radius:8px;background:#fff;box-shadow:0 16px 40px #17253a2e}.mobile-more-menu a{min-height:62px;display:grid;place-items:center;align-content:center;gap:5px;border-radius:6px;color:#657386;font-size:10px;text-decoration:none}.mobile-more-menu a.active{background:#e9f5f2;color:#087f73}}.feature-page{width:100%;margin:0;display:grid;gap:15px}.operations-page{gap:13px}.operations-banner{min-height:72px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #bfe1d6;border-radius:10px;background:#f2faf7}.operations-banner>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#dff3ec;color:#087455}.operations-banner>div{display:grid;gap:2px}.operations-banner strong{color:#195d4b;font-size:12px}.operations-banner p,.operations-banner time{color:#588477;font-size:8.5px}.operations-banner time{margin-left:auto}.operations-banner.attention{border-color:#edd6a9;background:#fffbef}.operations-banner.attention>span{background:#f8ebc9;color:#8d6517}.operations-banner.attention strong{color:#755518}.operations-banner.attention p,.operations-banner.attention time{color:#8e784d}.operations-banner.offline{border-color:#efcaca;background:#fff5f5}.operations-banner.offline>span{background:#f7dddd;color:#a83d3d}.operations-banner.offline strong{color:#873434}.operations-banner.offline p,.operations-banner.offline time{color:#966565}.operations-workers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.worker-card{min-height:58px;display:grid;grid-template-columns:32px minmax(0,1fr) 9px auto;align-items:center;gap:10px;padding:10px 13px;border:1px solid var(--line);border-radius:9px;background:#fff}.worker-card>span:first-child{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#edf7f4;color:#087f73}.worker-card>div{display:grid;gap:2px}.worker-card strong{font-size:9.5px}.worker-card small,.worker-card time{color:var(--muted);font-size:7.5px}.worker-pulse{width:8px;height:8px;border-radius:50%;background:#20a87e;box-shadow:0 0 0 4px #e4f6f0}.worker-card.offline .worker-pulse{background:#cf5555;box-shadow:0 0 0 4px #fae8e8}.operations-main-grid,.operations-ecosystem-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:12px}.operations-ecosystem-grid{grid-template-columns:1fr 1fr}.operations-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.operations-card>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border-bottom:1px solid #edf0f2}.operations-card>header>div{display:flex;align-items:center;gap:9px;color:#536579}.operations-card>header>div>span{display:grid;gap:2px}.operations-card>header strong{color:#2d3e52;font-size:10px;font-weight:500}.operations-card>header small{color:var(--muted);font-size:7.5px}.operations-card>header a{display:inline-flex;align-items:center;gap:4px;color:var(--teal);font-size:8px;text-decoration:none}.next-dispatch-actions{display:flex;align-items:center;gap:7px}.next-dispatch-actions .primary{min-height:29px;padding:0 9px;font-size:8px}.dispatch-countdown{display:grid;justify-items:center;gap:3px;padding:18px 14px 15px;background:linear-gradient(180deg,#f8fbfa,#fff);text-align:center}.dispatch-countdown strong{color:#163e45;font-size:28px;font-weight:500;letter-spacing:-.025em}.dispatch-countdown span{color:var(--muted);font-size:8.5px}.next-product{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;margin:0 13px 13px;padding:11px;border:1px solid #e7ebee;border-radius:8px}.next-product>img,.next-product>span{width:72px;height:72px;display:grid;place-items:center;object-fit:contain;border-radius:7px;background:#f5f7f8;color:#82909f}.next-product>div{min-width:0;display:grid;align-content:center;gap:3px}.next-product>div>strong{overflow:hidden;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.next-product>div>small{color:var(--muted);font-size:7.5px}.next-product dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:7px}.next-product dl div{min-width:0}.next-product dt{color:#8a95a3;font-size:7px}.next-product dd{margin-top:1px;overflow:hidden;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.queue-health-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:12px;background:#eef1f3}.queue-health-metric{min-height:53px;display:grid;place-content:center;justify-items:center;gap:2px;background:#fff}.queue-health-metric strong{color:#34465a;font-size:17px;font-weight:500}.queue-health-metric small{color:var(--muted);font-size:7.5px}.queue-health-metric.failed strong{color:#ad4545}.queue-health-metric.uncertain strong{color:#976a16}.queue-health-metric.sent strong{color:#167653}.queue-blockers{display:grid;gap:7px;padding:11px 13px 13px}.queue-blockers>strong{margin-bottom:1px;font-size:8.5px}.queue-blockers span{display:grid;grid-template-columns:16px 1fr auto;align-items:center;color:#667587;font-size:8px}.queue-blockers b{color:#34465a;font-size:9px;font-weight:500}.operations-errors>.operations-error-row{border-top:1px solid #f3e4e4}.operations-errors>header+.operations-error-row{border-top:0}.operations-error-row{min-height:52px;display:grid;grid-template-columns:20px minmax(0,1fr) auto 115px;align-items:center;gap:8px;padding:9px 13px;color:#a44747;background:snow}.operations-error-row>span{min-width:0;display:grid;gap:2px}.operations-error-row strong{overflow:hidden;color:#633f45;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.operations-error-row small{overflow:hidden;color:#96666b;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.operations-error-row time{color:#9e7e82;font-size:7.5px;text-align:right}.ecosystem-list>div{min-height:57px;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 13px;border-top:1px solid #edf0f2}.ecosystem-list>div:first-child{border-top:0}.ecosystem-list>div>span:nth-child(2),.ecosystem-meta{min-width:0;display:grid;gap:3px}.ecosystem-list>div>span:nth-child(2) strong{overflow:hidden;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.ecosystem-list small{color:var(--muted);font-size:7.5px}.ecosystem-meta{justify-items:end}.ecosystem-list p:not(.compact-empty){grid-column:2 / -1;margin-top:-4px;overflow:hidden;color:var(--danger);font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.health-dot{width:8px;height:8px;border-radius:50%;background:#8e99a6}.health-dot.active,.health-dot.connected{background:#20a87e;box-shadow:0 0 0 3px #e4f6f0}.health-dot.needs_attention,.health-dot.connecting{background:#d19a29;box-shadow:0 0 0 3px #fbf1d8}.health-dot.error{background:#d05151;box-shadow:0 0 0 3px #fae6e6}.recent-dispatch-list>div{min-height:56px;display:grid;grid-template-columns:36px minmax(0,1fr) 80px 125px;align-items:center;gap:10px;padding:8px 13px;border-top:1px solid #edf0f2}.recent-dispatch-list>div:first-child{border-top:0}.recent-dispatch-list img,.recent-placeholder{width:36px;height:36px;display:grid;place-items:center;object-fit:contain;border-radius:6px;background:#f3f6f7;color:#8793a0}.recent-dispatch-list>div>span:nth-child(2){min-width:0;display:grid;gap:2px}.recent-dispatch-list>div>span:nth-child(2) strong{overflow:hidden;font-size:8.5px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.recent-dispatch-list small,.recent-dispatch-list time{color:var(--muted);font-size:7.5px}.recent-dispatch-list time{text-align:right}.feature-header{min-height:44px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.feature-header h2{font-size:24px;font-weight:600;letter-spacing:-.025em}.feature-header p{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.metric-strip>span{min-height:68px;display:grid;align-content:center;gap:3px;padding:12px 17px;border-right:1px solid #edf0f2}.metric-strip>span:last-child{border-right:0}.metric-strip small{color:var(--muted);font-size:8.5px}.metric-strip strong{font-size:20px;font-weight:500}.danger-text{color:var(--danger)}.resource-state,.empty-state,.restricted-state{min-height:280px;display:grid;place-content:center;justify-items:center;gap:8px;padding:28px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);text-align:center}.resource-state{grid-auto-flow:column;align-items:center;font-size:10px}.resource-state.error{grid-auto-flow:row;border-color:#edcccc;background:snow;color:var(--danger)}.resource-state.error>div{display:grid;gap:3px}.resource-state.error span{max-width:520px;color:#8b5d5d;font-size:9px}.empty-state-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--teal-soft);color:var(--teal)}.empty-state strong,.restricted-state h2{color:#344559;font-size:13px}.empty-state p,.restricted-state p{max-width:410px;color:var(--muted);font-size:9.5px;line-height:1.55}.empty-state .primary{margin-top:4px}.inline-feedback{padding:9px 12px;border:1px solid;border-radius:8px;font-size:9.5px;line-height:1.5}.inline-feedback.success{border-color:#bee0d5;background:#eff9f6;color:#087455}.inline-feedback.error{border-color:#efcaca;background:#fff5f5;color:#a83d3d}.inline-feedback.warning{border-color:#edd5a8;background:#fffbef;color:#886320}.status-badge{width:max-content;display:inline-flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:999px;background:#f0f3f5;color:#667486;font-size:7.5px;font-weight:500;text-transform:capitalize;white-space:nowrap}.status-badge.active,.status-badge.ready,.status-badge.connected,.status-badge.succeeded,.status-badge.sent,.status-badge.available{background:#eaf7f1;color:#187451}.status-badge.paused,.status-badge.queued,.status-badge.connecting,.status-badge.processing{background:#eef4fb;color:#3b6894}.status-badge.needs_attention,.status-badge.uncertain,.status-badge.warning{background:#fff6df;color:#936a18}.status-badge.error,.status-badge.failed,.status-badge.unavailable{background:#fff0f0;color:#aa3f3f}.status-badge.archived,.status-badge.cancelled,.status-badge.disconnected,.status-badge.inactive{background:#f0f2f4;color:#7a8491}.status-badge.mercado_livre{background:#fff8d3;color:#65570b}.status-badge.shopee{background:#fff0e9;color:#a9471d}.status-badge.amazon{background:#fff4df;color:#7f5310}.status-badge.magalu{background:#e9f5ff;color:#11659d}.bots-grid,.accounts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bot-card,.account-card,.channel-card{content-visibility:auto;border:1px solid var(--line);border-radius:10px;background:#fff}.bot-card>header,.account-card>header,.channel-card>header{display:flex;align-items:center;gap:10px;padding:14px 15px;border-bottom:1px solid #edf0f2}.bot-card-title,.account-card>header>div:nth-child(2),.channel-title{min-width:0;display:grid;gap:2px;flex:1}.bot-card-title strong,.account-card header strong,.channel-title strong{overflow:hidden;color:#27384c;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.bot-card-title span,.account-card header span,.channel-title span{color:var(--muted);font-size:8.5px}.marketplace-mark,.channel-logo{width:35px;height:35px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:#eef2f4;color:#526174;font-size:10px;font-weight:600;text-transform:uppercase}.marketplace-mark.mercado_livre{background:#fff3a8;color:#554800}.marketplace-mark.shopee{background:#ffebe2;color:#bd4a19}.marketplace-mark.amazon{background:#fff0d4;color:#7e4c00}.marketplace-mark.magalu{background:#e2f2ff;color:#0466a5}.bot-route{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:14px 15px}.bot-route>div{min-width:0;display:grid;gap:2px}.bot-route small{color:#8a95a3;font-size:7.5px;text-transform:uppercase}.bot-route strong{overflow:hidden;font-size:9.5px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.bot-route span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.bot-rules{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 15px 14px}.bot-rules span{padding:7px 8px;border-radius:6px;background:#f6f8f9;color:#7b8796;font-size:7.5px}.bot-rules b{display:block;margin-bottom:1px;color:#3e4e61;font-size:9px;font-weight:500}.bot-alert{margin:0 15px 13px;padding:8px 9px;border-left:3px solid #d55c5c;border-radius:4px;background:#fff5f5;color:#9e4242;font-size:8.5px;line-height:1.45}.bot-card>footer{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px 8px 15px;border-top:1px solid #edf0f2}.bot-card>footer>span{color:#8a95a3;font-size:7.5px}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.bot-table{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.bot-table-head,.bot-table-row{display:grid;grid-template-columns:minmax(145px,1.05fr) minmax(135px,.88fr) minmax(150px,1fr) minmax(165px,1.05fr) 95px 108px minmax(150px,auto);align-items:center;gap:12px;padding-inline:5px}.bot-table-head{min-height:44px;color:#697386;font-size:8.5px;font-weight:500;text-transform:uppercase}.bot-table-row{min-height:76px;border-top:1px solid #e8ebef;content-visibility:auto}.bot-table-row:hover{background:#fbfbfe}.bot-name-cell,.bot-marketplace-cell,.bot-detail-cell,.bot-next-run{min-width:0;display:grid;gap:3px}.bot-name-cell strong,.bot-marketplace-cell strong,.bot-detail-cell strong,.bot-next-run strong{overflow:hidden;color:#171d2d;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.bot-name-cell small,.bot-marketplace-cell small,.bot-detail-cell small,.bot-next-run small{overflow:hidden;color:#778193;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.bot-row-actions{display:flex;justify-content:flex-end;gap:4px}.bot-row-actions .icon-button{width:30px;height:30px;border-color:transparent;border-radius:6px;background:transparent}.bot-row-actions .icon-button:hover{border-color:#ded9ff;background:var(--accent-soft);color:var(--accent)}.bot-editor{display:grid;gap:22px}.bot-editor>section{display:grid;gap:14px}.bot-editor>section+section{padding-top:20px;border-top:1px solid #edf0f2}.form-section-title{display:flex;align-items:flex-start;gap:10px}.form-section-title>span{width:23px;height:23px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-size:9px;font-weight:600}.form-section-title h3{font-size:11px}.form-section-title p{margin-top:2px;color:var(--muted);font-size:8px}.form-grid{display:grid;gap:12px}.form-grid.two-columns{grid-template-columns:1fr 1fr}.form-grid .full-column{grid-column:1 / -1}.form-grid textarea{resize:vertical;line-height:1.55}.form-grid label>small{color:#8a95a3;font-size:7.5px;font-weight:400}.form-grid label>small.field-error{color:var(--danger)}.runs-list{display:grid;gap:9px}.runs-list>article{padding:12px;border:1px solid var(--line);border-radius:8px}.runs-list article>header{display:flex;align-items:center;justify-content:space-between}.runs-list time{color:#8994a2;font-size:8px}.run-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:10px}.run-metrics span{padding:7px;border-radius:6px;background:#f6f8f9;color:var(--muted);font-size:7.5px}.run-metrics b{display:block;color:#35465a;font-size:12px;font-weight:500}.run-error{margin-top:8px;color:var(--danger);font-size:8px}.runs-list details{margin-top:9px;font-size:8.5px}.runs-list summary{color:var(--teal);cursor:pointer}.run-logs{display:grid;gap:4px;max-height:190px;overflow-y:auto;margin-top:7px;padding:7px;border-radius:6px;background:#17253a}.run-logs p{display:grid;grid-template-columns:105px 1fr;gap:8px;color:#d9e2eb;font-size:8px}.run-logs .error{color:#ffc2c2}.compact-empty{padding:34px 14px;color:#8b96a4;font-size:9px;text-align:center}.account-card dl{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:0;padding:14px 15px}.account-card dl div{min-width:0;display:grid;gap:3px}.account-card dt{color:#8a95a3;font-size:7.5px}.account-card dd{margin:0;overflow:hidden;color:#3d4d61;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.account-card>footer{padding:10px 12px;border-top:1px solid #edf0f2}.security-note{display:flex;align-items:flex-start;gap:7px;padding:9px;border-radius:7px;background:#f0f8f6;color:#3f6e67;font-size:8.5px;line-height:1.5}.security-note svg{flex:0 0 auto;color:var(--teal)}.account-type-note{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #dce8e5;border-radius:8px;background:#f7fbfa;color:#41665f}.account-type-note>svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.account-type-note>div{display:grid;gap:3px}.account-type-note strong{font-size:9.5px;font-weight:600}.account-type-note span{font-size:8.5px;line-height:1.5}.account-auth-progress,.account-auth-success{display:flex;align-items:flex-start;gap:7px;margin:0 15px 13px;padding:9px;border-radius:6px;font-size:8.5px;line-height:1.5}.account-auth-progress{border:1px solid #edd5a8;background:#fffbef;color:#79591e}.account-auth-success{border:1px solid #bee0d5;background:#eff9f6;color:#087455}.account-auth-progress svg,.account-auth-success svg{flex:0 0 auto}.account-auth-progress strong{font-weight:600}.channels-list{display:grid;gap:12px}.channel-card-actions{display:flex;align-items:center;gap:6px;margin-left:5px}.channel-logo{background:#e8f7f0;color:#167354}.channel-metadata{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px 15px;border-bottom:1px solid #edf0f2}.channel-metadata span{min-width:0;display:grid;gap:2px}.channel-metadata small{color:#8a95a3;font-size:7.5px}.channel-metadata strong{overflow:hidden;color:#3d4d61;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.channel-groups-header{display:flex;justify-content:space-between;padding:12px 15px 8px}.channel-groups-header strong{font-size:9.5px}.channel-groups-header span{color:var(--muted);font-size:8px}.destination-list{margin:0 15px 15px;overflow:hidden;border:1px solid #e7ebee;border-radius:7px}.destination-list>div{min-height:48px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:7px 10px;border-bottom:1px solid #edf0f2}.destination-list>div:last-child{border-bottom:0}.destination-list>div.inactive{opacity:.58}.destination-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#f1f4f5;color:#667486}.destination-list>div>span:nth-child(2){min-width:0;display:grid;gap:2px}.destination-list strong{overflow:hidden;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.destination-list small{overflow:hidden;color:var(--muted);font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.public-label,.private-label{display:inline-flex;align-items:center;gap:4px;color:#187451;font-size:7.5px}.private-label{color:#8b6726}.destination-list button.public-label,.destination-list button.private-label{padding:3px 5px;border:0;border-radius:4px;background:#f2f5f5;cursor:pointer}.channel-empty-groups{margin:0 15px 15px;padding:22px;border:1px dashed #d7dfe4;border-radius:7px;color:var(--muted);font-size:8.5px;text-align:center}.channel-policy{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #cce1dc;border-radius:8px;background:#f5faf9;color:var(--teal)}.channel-policy strong{font-size:9px}.channel-policy p{margin-top:2px;color:#668078;font-size:8px}.connection-qr{display:flex;align-items:center;gap:14px;margin:12px 15px 0;padding:12px;border:1px solid #dce6e3;border-radius:8px;background:#f8fbfa}.connection-qr img,.connection-qr>svg{width:104px;height:104px;flex:0 0 auto;object-fit:contain;background:#fff}.connection-qr strong{font-size:10px}.connection-qr p{margin-top:3px;color:var(--muted);font-size:8px}.instance-choice-list{display:grid;gap:7px}.instance-choice-list label{display:grid;grid-template-columns:auto 30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid var(--line);border-radius:8px;cursor:pointer}.instance-choice-list label.selected{border-color:#70b4a9;background:#f2faf8}.instance-choice-list label>span:nth-child(3){display:grid;gap:2px}.instance-choice-list strong{font-size:9.5px}.instance-choice-list small{color:var(--muted);font-size:8px}.filter-toolbar{min-height:54px;display:grid;grid-template-columns:minmax(240px,1fr) 190px auto;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#fff}.dispatch-filter-toolbar{grid-template-columns:minmax(220px,1fr) 160px 180px auto}.filter-toolbar.bots-filter-toolbar{grid-template-columns:minmax(240px,1fr) 200px 180px auto;padding-inline:0;border-width:1px 0;border-radius:0;background:transparent}.toolbar-search{min-height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #dce3e8;border-radius:7px;background:#fafbfc;color:#7a8797}.toolbar-search:focus-within{border-color:#72b4a9;box-shadow:var(--focus-ring)}.toolbar-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:9.5px}.filter-toolbar select{width:100%;min-height:36px;padding:0 9px;border:1px solid #dce3e8;border-radius:7px;background:#fff;color:#45566b;font-size:9.5px}.toolbar-count{justify-self:end;color:var(--muted);font-size:8.5px;white-space:nowrap}.data-table{overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}.data-table-head,.data-table-row{display:grid;align-items:center;gap:12px;padding-inline:12px}.data-table-head{min-height:36px;border-bottom:1px solid #edf0f2;background:#fafbfc;color:#8a95a3;font-size:7.5px;text-transform:uppercase}.data-table-row{min-height:66px;border-bottom:1px solid #edf0f2;content-visibility:auto}.data-table-row:last-child{border-bottom:0}.data-table-row:hover{background:#fbfdfc}.product-table .data-table-head,.product-table .data-table-row{grid-template-columns:minmax(260px,1.5fr) 120px 115px 70px 115px 76px}.dispatch-table .data-table-head,.dispatch-table .data-table-row{grid-template-columns:minmax(240px,1.35fr) 95px minmax(155px,.8fr) minmax(130px,.65fr) 115px 112px}.product-cell,.dispatch-product-cell{min-width:0;display:flex;align-items:center;gap:10px}.product-cell>span,.dispatch-product-cell>span:last-child,.trace-cell{min-width:0;display:grid;gap:2px}.product-cell strong,.dispatch-product-cell strong,.trace-cell strong{overflow:hidden;color:#2f4054;font-size:9.5px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.product-cell small,.dispatch-product-cell small,.trace-cell small{overflow:hidden;color:var(--muted);font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.product-thumb{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid #e5eaed;border-radius:7px;background:#f7f9fa;color:#98a2ad}.product-thumb img{width:100%;height:100%;object-fit:cover}.price-cell{display:grid;gap:1px}.price-cell strong{font-size:10px;font-weight:500}.price-cell small{color:#8a95a3;font-size:7.5px;text-decoration:line-through}.price-cell span{color:#8a95a3;font-size:8px}.discount-value{color:#167a58;font-size:10px;font-weight:600}.data-table-row time{color:#7f8a98;font-size:8px}.marketplace-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#8b96a3}.marketplace-dot.mercado_livre{background:#e6c900}.marketplace-dot.shopee{background:#eb672f}.marketplace-dot.amazon{background:#e69a1f}.marketplace-dot.magalu{background:#1699e6}.pagination-actions{display:flex;justify-content:center}.product-detail{display:grid;gap:18px}.product-detail-summary{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center}.product-detail-image{width:110px;height:110px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#f7f9fa;color:#96a1ad}.product-detail-image img{width:100%;height:100%;object-fit:contain}.product-detail-summary h3{margin-top:8px;font-size:13px}.product-detail-summary p{margin-top:4px;color:var(--muted);font-size:8px}.product-detail-summary a,.dispatch-links a{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:8.5px;text-decoration:none}.offer-history{overflow:hidden;border:1px solid var(--line);border-radius:8px}.offer-history-head{display:flex;justify-content:space-between;padding:10px 12px;background:#fafbfc}.offer-history-head strong{font-size:9.5px}.offer-history-head span{color:var(--muted);font-size:8px}.offer-history>div:not(.offer-history-head):not(.compact-empty){display:grid;grid-template-columns:110px 90px 120px 85px 65px 1fr;align-items:center;gap:8px;min-height:48px;padding:7px 12px;border-top:1px solid #edf0f2;font-size:8px}.offer-history>div>strong{font-size:9.5px;font-weight:500}.offer-history>div>span{color:var(--muted);text-decoration:line-through}.offer-history>div>b{color:#167a58;font-weight:600}.offer-history>div>em{display:grid;gap:2px;color:#765d21;font-style:normal}.offer-history>div>em small{color:var(--muted);font-size:7.5px}.dispatch-detail{display:grid;gap:15px}.dispatch-detail>header{display:flex;align-items:center;gap:8px}.dispatch-detail>header>span:nth-child(2){color:var(--muted);font-size:8.5px}.dispatch-detail>header time{margin-left:auto;color:var(--muted);font-size:8px}.dispatch-audit{display:grid;gap:9px;padding-top:3px}.dispatch-audit>h3{font-size:10px}.dispatch-audit-list{display:grid;gap:8px}.dispatch-audit-list article{display:grid;gap:6px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fafbfc}.dispatch-audit-list article>header{display:flex;justify-content:space-between;gap:12px}.dispatch-audit-list article>header strong{font-size:9px}.dispatch-audit-list article>header time,.dispatch-audit-list article>p{color:var(--muted);font-size:8px}.dispatch-audit-list dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dispatch-audit-list dl div{min-width:0}.dispatch-audit-list dt{color:var(--muted);font-size:7.5px}.dispatch-audit-list dd{margin-top:2px;overflow-wrap:anywhere;font-size:8px}.dispatch-product-summary{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--line);border-radius:8px}.dispatch-product-summary img,.dispatch-image-placeholder{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;object-fit:cover;border-radius:7px;background:#f0f3f5;color:#8a95a3}.dispatch-product-summary h3{font-size:11px}.dispatch-product-summary p{margin-top:3px;color:var(--muted);font-size:8px}.trace-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:0}.trace-grid>div{min-width:0;display:grid;gap:4px;padding:10px;border-radius:7px;background:#f6f8f9}.trace-grid dt{color:#8792a1;font-size:7.5px}.trace-grid dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#35465a;font-size:9px}.trace-grid dd small{display:block;margin-top:2px;color:var(--muted);font-size:7.5px}.dispatch-links{display:flex;gap:16px}.message-snapshot{display:grid;gap:7px}.message-snapshot strong{font-size:9.5px}.message-snapshot pre{margin:0;overflow-x:auto;padding:12px;border-radius:7px;background:#f5f7f8;color:#3c4d61;font:9px/1.65 var(--font-sans);white-space:pre-wrap}@media(max-width:1100px){.bot-card>footer{align-items:flex-start;flex-direction:column}.bot-card>footer .row-actions{width:100%;justify-content:flex-start}.product-table .data-table-head,.product-table .data-table-row{grid-template-columns:minmax(230px,1.5fr) 105px 100px 65px 74px}.product-table .data-table-head>span:nth-child(5),.product-table .data-table-row>time{display:none}.dispatch-table .data-table-head,.dispatch-table .data-table-row{grid-template-columns:minmax(220px,1.3fr) 85px minmax(150px,.8fr) minmax(120px,.65fr) 100px}.dispatch-table .data-table-head>span:nth-child(5),.dispatch-table .data-table-row>time{display:none}.bot-table-head,.bot-table-row{grid-template-columns:minmax(150px,1.1fr) minmax(120px,.8fr) minmax(145px,1fr) minmax(150px,1fr) 90px minmax(118px,auto)}.bot-table-head>span:nth-child(6),.bot-table-row>.bot-next-run{display:none}}@media(max-width:850px){.operations-main-grid,.operations-ecosystem-grid,.bots-grid,.accounts-grid{grid-template-columns:1fr}.filter-toolbar,.dispatch-filter-toolbar{grid-template-columns:1fr 170px}.toolbar-search{grid-column:1 / -1}.toolbar-count,.data-table-head{display:none}.product-table .data-table-row,.dispatch-table .data-table-row{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;padding-block:10px}.product-table .data-table-row>.price-cell,.product-table .data-table-row>.discount-value,.product-table .data-table-row>time,.dispatch-table .data-table-row>.trace-cell,.dispatch-table .data-table-row>time{display:none}.channel-card>header{flex-wrap:wrap}.channel-card-actions{width:100%;margin-left:45px}.offer-history>div:not(.offer-history-head):not(.compact-empty){grid-template-columns:95px 80px 1fr 60px}.offer-history>div>span{display:none}.offer-history>div>em{grid-column:1 / -1}.filter-toolbar.bots-filter-toolbar{grid-template-columns:1fr 1fr}.bot-table-head{display:none}.bot-table{display:grid;gap:9px;border:0;background:transparent}.bot-table-row{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;gap:8px;min-height:0;padding:13px;border:1px solid var(--line);border-radius:9px;background:#fff}.bot-table-row>.bot-detail-cell:nth-child(3),.bot-table-row>.bot-detail-cell:nth-child(4),.bot-table-row>.bot-next-run{display:none}.bot-row-actions{grid-column:1 / -1;justify-content:flex-start;padding-top:7px;border-top:1px solid #edf0f2}}@media(max-width:620px){.operations-banner{align-items:flex-start}.operations-banner time{display:none}.operations-workers{grid-template-columns:1fr}.worker-card{grid-template-columns:32px minmax(0,1fr) 9px}.worker-card time{display:none}.next-product{grid-template-columns:54px minmax(0,1fr)}.next-product>img,.next-product>span{width:54px;height:54px}.next-product dl{grid-template-columns:1fr 1fr}.next-product dl div:last-child{display:none}.queue-health-metrics{grid-template-columns:repeat(2,1fr)}.operations-error-row{grid-template-columns:18px minmax(0,1fr) auto}.operations-error-row time{display:none}.recent-dispatch-list>div{grid-template-columns:36px minmax(0,1fr) auto}.recent-dispatch-list time{display:none}.feature-header{min-height:0;align-items:flex-start;justify-content:flex-end}.feature-header>div{display:none}.feature-header p{display:none}.feature-header h2{font-size:16px}.feature-header .primary{min-height:34px;padding-inline:10px;font-size:9.5px}.metric-strip{grid-template-columns:1fr 1fr}.metric-strip>span:nth-child(2){border-right:0}.metric-strip>span:nth-child(-n+2){border-bottom:1px solid #edf0f2}.bot-route,.bot-rules,.form-grid.two-columns,.channel-metadata,.trace-grid{grid-template-columns:1fr}.form-grid .full-column{grid-column:auto}.bot-card>header{align-items:flex-start}.bot-card>header .status-badge{margin-left:auto}.bot-card>footer .row-actions .ghost{flex:1}.run-metrics{grid-template-columns:1fr 1fr}.account-card dl{grid-template-columns:1fr}.account-card>footer{justify-content:flex-start}.channel-card-actions{margin-left:0}.channel-card-actions>button{width:100%}.destination-list>div{grid-template-columns:30px minmax(0,1fr) auto}.destination-list .public-label,.destination-list .private-label{display:none}.filter-toolbar,.dispatch-filter-toolbar,.filter-toolbar.bots-filter-toolbar{grid-template-columns:1fr}.toolbar-search{grid-column:auto}.product-table .data-table-row,.dispatch-table .data-table-row{grid-template-columns:minmax(0,1fr) auto}.product-table .data-table-row>.status-badge,.dispatch-table .data-table-row>.status-badge{display:none}.product-detail-summary{grid-template-columns:76px 1fr}.product-detail-image{width:76px;height:76px}.offer-history>div:not(.offer-history-head):not(.compact-empty){grid-template-columns:80px 1fr 58px}.offer-history>div>.status-badge{display:none}.dispatch-links{flex-direction:column;gap:0}.connection-qr{align-items:flex-start}.connection-qr img,.connection-qr>svg{width:82px;height:82px}}.shopee-search-list{display:grid;gap:8px;margin-top:12px}.shopee-search-row{display:grid;grid-template-columns:28px minmax(145px,.9fr) minmax(180px,1.2fr) 70px minmax(135px,.8fr) 28px;gap:8px;align-items:end;padding:10px;border:1px solid #e6ebef;border-radius:10px;background:#fbfcfd}.shopee-search-row label{gap:4px;font-size:8px}.shopee-search-row input,.shopee-search-row select{min-height:34px;padding:0 8px;font-size:11px}.shopee-search-index{width:24px;height:24px;display:grid;place-items:center;margin-bottom:5px;border-radius:50%;background:#e8f5f1;color:#087f73;font-size:10px;font-weight:700}.shopee-search-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.shopee-search-actions small{color:var(--muted)}.shopee-search-items input{text-align:center}.field-label-row{display:flex;align-items:center;justify-content:space-between}.field-label-row input{width:auto;min-width:0;accent-color:#087f73}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ai-title-fields{margin-top:12px}.simulator-page,.ai-page{gap:14px}.simulator-search-panel{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr auto;gap:10px;align-items:end;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.simulator-search-panel label{display:grid;gap:5px;font-size:8px;color:#617186}.simulator-search-panel select,.simulator-search-panel input,.simulator-keyword .toolbar-search{min-height:36px}.simulator-result-bar,.simulator-pagination{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:9px}.simulator-result-bar{padding:0 2px}.simulator-result-bar strong{color:#26394c}.simulator-result-bar span:last-child{margin-left:auto}.simulator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.simulator-card{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:150px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.simulator-card-image{display:grid;place-items:center;min-height:150px;background:#f6f8fa;color:#93a0ae}.simulator-card-image img{width:100%;height:100%;object-fit:cover}.simulator-card-body{display:grid;align-content:start;gap:5px;padding:11px}.simulator-card-body h3{display:-webkit-box;overflow:hidden;margin:0;color:#26394c;font-size:10px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.simulator-card-body>strong{color:#087f73;font-size:13px}.simulator-card-body small{color:var(--muted);font-size:8px}.simulator-card-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto}.simulator-card-actions a{text-decoration:none}.simulator-pagination{justify-content:center}.simulator-send-panel{display:grid;gap:12px;padding:14px;border:1px solid #bfe1d6;border-radius:12px;background:#f5fbf9}.simulator-send-panel h3{margin:0 0 4px;color:#1d4050;font-size:13px}.simulator-send-panel form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.simulator-send-panel label{display:grid;gap:5px;font-size:8px;color:#617186}.simulator-send-panel .full-column{grid-column:1 / -1}.ai-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ai-provider-card{display:grid;gap:11px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.ai-provider-card header{display:flex;align-items:center;gap:9px}.ai-provider-card header h3{margin:0;color:#26394c;font-size:13px}.ai-provider-card header small{display:inline-flex;align-items:center;gap:3px;color:var(--muted);font-size:8px}.ai-provider-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef5ff;color:#4f65bb}.ai-provider-card label{display:grid;gap:5px;color:#617186;font-size:8px}.ai-model-hints{display:grid;gap:5px}.ai-model-hints button{display:grid;gap:2px;padding:7px 8px;border:1px solid #e6ebef;border-radius:7px;background:#fbfcfd;text-align:left;cursor:pointer}.ai-model-hints button:hover{border-color:#9bcfc1;background:#f2faf7}.ai-model-hints strong{color:#405469;font-size:8px}.ai-model-hints span,.ai-pricing-note{color:var(--muted);font-size:7px}.ai-provider-card footer{display:flex;align-items:center;gap:6px;margin-top:2px}.ai-provider-card footer .icon-button{margin-left:auto}.icon-button.danger{color:#b34747}@media(max-width:980px){.simulator-search-panel{grid-template-columns:1fr 1fr}.simulator-search-panel .primary{grid-column:1 / -1}.simulator-grid,.ai-provider-grid{grid-template-columns:1fr 1fr}.shopee-search-row{grid-template-columns:28px 1fr 1fr}.shopee-search-row label:nth-of-type(3),.shopee-search-row label:nth-of-type(4){grid-column:span 1}}@media(max-width:620px){.simulator-search-panel,.simulator-send-panel form,.simulator-grid,.ai-provider-grid{grid-template-columns:1fr}.simulator-search-panel .primary,.simulator-send-panel .full-column{grid-column:auto}.shopee-search-row{grid-template-columns:28px 1fr 28px}.shopee-search-row label{grid-column:span 2}.shopee-search-row label:first-of-type{grid-column:2}.shopee-search-row .icon-button{grid-column:3;grid-row:1}}.shopee-product-settings{display:grid;gap:12px;padding:15px;border:1px solid #e5e9ed;border-radius:12px;background:linear-gradient(135deg,#fffaf7,#fff 62%)}.shopee-product-heading,.shopee-brazil-toggle,.shopee-category-summary{display:flex;align-items:center;justify-content:space-between;gap:14px}.shopee-product-heading>div,.shopee-category-summary>div,.shopee-brazil-toggle>span:first-child{display:grid;gap:4px}.shopee-product-heading strong,.shopee-category-summary strong,.shopee-brazil-toggle strong{color:#33455d;font-size:10px;font-weight:650}.shopee-product-heading span:not(.shopee-source-badge),.shopee-category-summary small,.shopee-brazil-toggle small{color:#8995a4;font-size:8px;font-weight:400;line-height:1.45}.shopee-source-badge{flex:0 0 auto;padding:5px 8px;border:1px solid #f0c9b7;border-radius:999px;background:#fff2eb;color:#b65e38;font-size:7px;font-weight:650;letter-spacing:.02em;text-transform:uppercase}.shopee-category-field{gap:7px!important}.shopee-category-combobox{position:relative;z-index:5}.shopee-selected-category-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:7px}.shopee-selected-category-chip{display:inline-flex;align-items:center;gap:6px;min-height:27px;max-width:100%;padding:0 7px 0 10px;border:1px solid #e8b39c;border-radius:999px;background:#fff1e9;color:#af5b38;font-size:8px;font-weight:650}.shopee-selected-category-chip button{width:18px;height:18px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#af5b38;cursor:pointer;font-size:14px;line-height:1}.shopee-selected-category-chip button:hover{background:#af5b381f}.shopee-category-input-shell{position:relative}.shopee-category-field input{min-height:43px;border-color:#e1c5b7;background:#fff;font-size:11px}.shopee-category-field input:focus{border-color:#d66b43;box-shadow:0 0 0 3px #d66b431f}.shopee-category-clear{position:absolute;top:50%;right:10px;width:22px;height:22px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:50%;background:#f2f4f5;color:#7b8794;cursor:pointer;font-size:15px;line-height:1}.shopee-category-clear:hover{background:#e8ecee;color:#33455d}.shopee-category-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;display:grid;max-height:245px;overflow-y:auto;padding:5px;border:1px solid #e2d7d1;border-radius:9px;background:#fff;box-shadow:0 12px 28px #322b2724}.shopee-category-option{display:grid;gap:3px;width:100%;padding:9px 10px;border:0;border-radius:6px;background:transparent;color:#40536b;cursor:pointer;text-align:left}.shopee-category-option:hover,.shopee-category-option:focus-visible{background:#fff4ee;outline:none}.shopee-category-option strong,.shopee-category-option span{font-size:9px;font-weight:600}.shopee-category-option small{color:#9a8b83;font-size:7px;font-weight:400}.shopee-category-option.custom{margin-bottom:4px;border-bottom:1px solid #f0e8e3;border-radius:6px 6px 3px 3px}.shopee-category-empty{padding:10px;color:#8995a4;font-size:8px}.shopee-category-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.shopee-category-chips>span{margin-right:2px;color:#8793a2;font-size:7.5px;font-weight:550}.shopee-category-chips button{min-height:26px;padding:0 9px;border:1px solid #e3e8eb;border-radius:999px;background:#fff;color:#5c6d81;cursor:pointer;font-size:7.5px}.shopee-category-chips button:hover,.shopee-category-chips button.selected{border-color:#e8b39c;background:#fff1e9;color:#af5b38}.shopee-category-field>small{max-width:760px;color:#8793a2;font-size:8px;font-weight:400;line-height:1.5}.shopee-category-summary{justify-content:flex-start;min-height:44px;padding:8px 10px;border:1px solid #dceee9;border-radius:8px;background:#f5fbf9}.shopee-category-summary-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#d8f0e8;color:#087f73;font-size:11px;font-weight:700}.shopee-brazil-toggle{padding-top:4px;border-top:1px solid #edf0f2}.shopee-brazil-toggle .toggle-field{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;color:#617186;font-size:8px;font-weight:550}.shopee-brazil-toggle .toggle-field input{width:auto;min-width:0;min-height:0;margin:0;accent-color:#087f73}@media(max-width:620px){.shopee-product-heading,.shopee-brazil-toggle{align-items:flex-start;flex-direction:column}.shopee-source-badge{align-self:flex-start}}.admin-directory-panel{min-height:400px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}.admin-filter-row{display:grid;grid-template-columns:minmax(240px,1fr) 165px 145px auto;align-items:center;gap:9px;padding:11px;border-bottom:1px solid #edf0f2}.admin-search{min-height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #dce3e8;border-radius:7px;background:#f9fafb;color:#788597}.admin-search:focus-within{border-color:#78b9ae;box-shadow:var(--focus-ring)}.admin-search input{width:100%;border:0;outline:0;background:transparent;font-size:9.5px}.admin-filter-row select{width:100%;min-height:36px;border:1px solid #dce3e8;border-radius:7px;padding:0 9px;background:#fff;color:#394a5e;font-size:9.5px}.admin-result-count{justify-self:end;color:#7b8797;font-size:8.5px}.admin-data-head,.admin-data-row{display:grid;grid-template-columns:minmax(230px,1.2fr) 130px 100px 120px 34px;align-items:center;gap:12px;padding-inline:12px}.admin-data-head{min-height:34px;border-bottom:1px solid #edf0f2;background:#fafbfc;color:#8a95a3;font-size:7.5px;text-transform:uppercase}.admin-data-row{min-height:62px;border-bottom:1px solid #edf0f2}.admin-data-row:last-child{border-bottom:0}.admin-data-row:hover{background:#fbfdfc}.admin-user-cell{min-width:0;display:flex;align-items:center;gap:9px}.admin-avatar{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid #d8e5e2;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-size:11px;font-weight:500}.admin-avatar img{width:100%;height:100%;object-fit:cover}.admin-user-cell>span:last-child{min-width:0;display:grid;gap:2px}.admin-user-cell strong{display:flex;align-items:center;gap:6px;overflow:hidden;color:#26374b;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.admin-user-cell strong small{padding:2px 5px;border-radius:4px;background:#edf2f5;color:#6c7a8d;font-size:7px}.admin-user-cell em{overflow:hidden;color:#7a8798;font-size:8.5px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.admin-access-badge,.admin-status{width:max-content;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:5px;font-size:8px}.admin-access-badge{background:#f0f3f5;color:#657386}.admin-access-badge.super_admin{background:var(--teal-soft);color:var(--teal)}.admin-status.active{color:#177456}.admin-status.inactive{color:#a54747}.admin-data-row time{color:var(--muted);font-size:8px}.admin-empty-row{padding:35px 14px;color:#8b96a4;font-size:9.5px;text-align:center}.admin-role-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;border:0}.admin-role-choice legend{grid-column:1 / -1;margin-bottom:2px;color:#344559;font-size:9px;font-weight:500}.admin-role-choice label{display:flex;align-items:flex-start;gap:8px;padding:10px;border:1px solid #dfe5e9;border-radius:7px;cursor:pointer}.admin-role-choice label.selected{border-color:#72b4a8;background:#eff8f6}.admin-role-choice input,.admin-active-toggle input{width:auto;min-height:0;margin-top:2px}.admin-role-choice span,.admin-active-toggle span{display:grid;gap:2px}.admin-role-choice strong,.admin-active-toggle strong{font-size:9px;font-weight:500}.admin-role-choice small,.admin-active-toggle small{color:#7b8797;font-size:7.5px;line-height:1.4}.admin-active-toggle{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:8px!important;padding:10px;border:1px solid #dfe5e9;border-radius:7px}@media(max-width:850px){.admin-data-head{display:none}.admin-data-row{grid-template-columns:minmax(210px,1fr) 120px 95px 34px;padding-block:9px}.admin-data-row>time{display:none}}@media(max-width:620px){.admin-filter-row{grid-template-columns:1fr 1fr}.admin-filter-row .admin-search{grid-column:1 / -1}.admin-result-count{display:none}.admin-data-row{grid-template-columns:minmax(0,1fr) auto 34px}.admin-data-row>.admin-access-badge{display:none}.admin-role-choice{grid-template-columns:1fr}}
