@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Plus Jakarta Sans", sans-serif;--bg-app:#f9fafb;--bg-card:#fff;--border-card:#f3f4f6;--border-input:#e5e7eb;--primary:#0284c7;--primary-hover:#0369a1;--primary-glow:#0284c714;--secondary:#10b981;--secondary-hover:#059669;--secondary-glow:#10b98114;--text-main:#374151;--text-title:#111827;--text-muted:#6b7280;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-y:scroll}#root{width:100%;max-width:1300px;margin:0 auto;padding:2.5rem 1.5rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-title);letter-spacing:-.01em;font-weight:600}h1{align-items:center;gap:.5rem;font-size:1.75rem;display:flex}h2{color:var(--text-title);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.tabs-nav{border-bottom:1px solid #e5e7eb;gap:.5rem;margin-top:1.5rem;padding-bottom:2px;display:flex}.tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .15s;display:flex;position:relative;top:1px}.tab-btn:hover{color:var(--text-title);background:#00000005}.tab-btn.active{color:var(--primary);background:#fff;border:1px solid #e5e7eb;border-bottom-color:#fff;font-weight:600}.dashboard{grid-template-columns:350px 1fr;align-items:start;gap:2rem;margin-top:1.5rem;display:grid}@media (width<=1024px){.dashboard{grid-template-columns:1fr;gap:1.5rem}}.left-column,.right-column{flex-direction:column;gap:1.75rem;display:flex}.card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:1.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008,0 4px 6px -1px #00000005}.card:hover{border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008,0 10px 15px -3px #00000008}.app-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:1.25rem;display:flex}.brand-logo{color:var(--secondary);background:var(--secondary-glow);border:1px solid #10b98126;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.status-badge{border:1px solid #0000;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.8rem;font-weight:500;display:inline-flex}.status-badge.connected{color:#047857;background:#ecfdf5;border-color:#d1fae5}.status-badge.connecting{color:#b45309;background:#fffbeb;border-color:#fef3c7}.status-badge.qr{color:#0369a1;background:#f0f9ff;border-color:#e0f2fe}.status-badge.disconnected{color:#b91c1c;background:#fef2f2;border-color:#fee2e2}.status-badge .dot{background-color:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.qr-container{border:1px dashed var(--border-input);background:#f9fafb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;margin:1rem 0;padding:1.25rem 0;display:flex}.qr-code-img{background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:170px;height:170px;padding:.5rem;box-shadow:0 4px 6px -1px #0000000d}.qr-placeholder{text-align:center;color:var(--text-muted);max-width:190px;font-size:.85rem}.user-info-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;display:flex}.user-avatar{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:600;display:flex}.user-meta h4{color:var(--text-title);margin-bottom:.1rem;font-size:.9rem}.user-meta p{color:var(--text-muted);font-size:.75rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 10px #0284c726}.btn-secondary{color:var(--text-title);border-color:var(--border-input);background:#fff;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.btn-danger{color:#be123c;background:#fef2f2;border-color:#fee2e2}.btn-danger:hover:not(:disabled){color:#fff;background:#be123c;box-shadow:0 4px 10px #be123c26}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-group{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;display:grid}.form-group{margin-bottom:1.25rem}.form-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:block}.input-text,.input-textarea{border:1px solid var(--border-input);width:100%;color:var(--text-title);background:#fff;border-radius:8px;padding:.6rem .85rem;font-size:.9rem;transition:all .15s;box-shadow:0 1px 2px #00000005}.input-text:focus,.input-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0284c71f}.input-textarea{resize:vertical;min-height:110px}.input-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.badge-container{flex-wrap:wrap;gap:.4rem;margin-top:.4rem;display:flex}.variable-badge{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.2rem .45rem;font-size:.75rem;font-weight:500;transition:all .15s}.variable-badge:hover{background:var(--primary-glow);color:var(--primary);border-color:#0284c74d}.file-upload-zone{border:2px dashed var(--border-input);text-align:center;cursor:pointer;background:#f9fafb;border-radius:8px;padding:1.25rem;transition:all .15s}.file-upload-zone:hover{border-color:var(--primary);background-color:var(--primary-glow)}.file-upload-zone p{color:var(--text-muted);font-size:.8rem}.file-upload-zone .icon{color:var(--primary);margin-bottom:.25rem}.selected-file-info{color:var(--text-main);background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.4rem .6rem;font-size:.8rem;display:flex}.media-list{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.media-item{color:var(--text-main);background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .6rem;font-size:.75rem;display:flex}.campaign-progress-bar-container{background:#e5e7eb;border-radius:9999px;width:100%;height:6px;margin:.75rem 0;overflow:hidden}.campaign-progress-fill{background:var(--primary);border-radius:9999px;height:100%;transition:width .4s}.campaign-stats-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem;display:grid}.stat-item{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.6rem .4rem}.stat-val{color:var(--text-title);font-size:1.1rem;font-weight:700;font-family:var(--font-display)}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;margin-top:.15rem;font-size:.65rem}.stat-item.success .stat-val{color:var(--success)}.stat-item.failed .stat-val{color:var(--danger)}.logs-card{margin-top:1.5rem}.logs-terminal{color:#cbd5e1;background:#0f172a;border-radius:8px;flex-direction:column;gap:.3rem;height:220px;padding:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;display:flex;overflow-y:auto;box-shadow:inset 0 2px 4px #0000000f}.log-line{gap:.5rem;padding-bottom:.1rem;line-height:1.4;display:flex}.log-time{color:#64748b;flex-shrink:0}.log-name{color:#818cf8;flex-shrink:0;min-width:70px;font-weight:500}.log-text{word-break:break-all}.log-line.success .log-text{color:#34d399}.log-line.failed .log-text{color:#f87171}.log-line.info .log-text{color:#38bdf8}.preview-table-container{border:1px solid #e5e7eb;border-radius:8px;max-height:180px;margin-top:.5rem;overflow-y:auto}.preview-table{border-collapse:collapse;text-align:left;width:100%;font-size:.75rem}.preview-table th{color:var(--text-title);background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.4rem .5rem;font-weight:600}.preview-table td{color:var(--text-main);background:#fff;border-bottom:1px solid #f3f4f6;padding:.35rem .5rem}.info-alert{color:#0369a1;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:8px;align-items:flex-start;gap:.4rem;margin-top:1rem;padding:.65rem .85rem;font-size:.75rem;line-height:1.4;display:flex}.chat-layout{border:1px solid var(--border-card);background:#fff;border-radius:12px;grid-template-columns:280px 1fr;height:600px;margin-top:1.5rem;display:grid;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}@media (width<=768px){.chat-layout{grid-template-columns:1fr}}.chat-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;height:100%;display:flex}.chat-sidebar-header{border-bottom:1px solid #e5e7eb;padding:1rem}.chat-list{flex:1;overflow-y:auto}.chat-item{cursor:pointer;border-bottom:1px solid #f3f4f6;flex-direction:column;padding:1rem;transition:background-color .1s;display:flex}.chat-item:hover{background:#f3f4f6}.chat-item.active{border-left:3px solid var(--primary);background:#e0f2fe}.chat-item-header{justify-content:space-between;margin-bottom:.25rem;display:flex}.chat-item-name{color:var(--text-title);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.chat-item-time{color:var(--text-muted);font-size:.7rem}.chat-item-lastmsg{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.chat-window{background:#fff;flex-direction:column;height:100%;display:flex}.chat-window-header{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;padding:1rem;display:flex}.chat-messages{background:#f3f4f6;flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.message-bubble-wrapper{width:100%;display:flex}.message-bubble-wrapper.me{justify-content:flex-end}.message-bubble-wrapper.them{justify-content:flex-start}.message-bubble{border-radius:8px;max-width:70%;padding:.65rem .85rem;font-size:.85rem;line-height:1.4;position:relative;box-shadow:0 1px 2px #0000000d}.message-bubble.me{color:#111827;background:#dcf8c6;border-top-right-radius:0}.message-bubble.them{color:#111827;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:0}.message-time{color:var(--text-muted);text-align:right;margin-top:.25rem;font-size:.65rem;display:block}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;gap:.75rem;padding:1rem;display:flex}.chat-no-active{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hide-animation{animation:none!important}.badge-success{color:#047857;background:#ecfdf5;border:1px solid #d1fae5;border-radius:4px;padding:.2rem .5rem;font-weight:500;display:inline-block}.badge-danger{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:4px;padding:.2rem .5rem;font-weight:500;display:inline-block}
