:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@keyframes pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(.95)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes qrScan{0%{top:0%}50%{top:100%}to{top:0%}}.admin-container{color:#e2e8f0;box-sizing:border-box;text-align:left;background:linear-gradient(135deg,#0b0c10 0%,#15161e 100%);flex-direction:column;min-height:100vh;padding:30px 40px;display:flex}@media (width<=768px){.admin-container{padding:15px}}.notification-banner{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;align-items:center;gap:12px;padding:16px 24px;font-size:15px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideDown;display:flex;position:fixed;top:25px;right:25px;box-shadow:0 10px 30px #00000080}.notification-banner.success{color:#34d399;background:#10b98126;border:1px solid #10b98166}.notification-banner.error{color:#f87171;background:#ef444426;border:1px solid #ef444466}.banner-icon{font-size:18px}.admin-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.logo-section{align-items:center;gap:16px;display:flex}.logo-badge{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:800;display:flex;box-shadow:0 4px 15px #8b5cf64d}.logo-text h1{letter-spacing:-.5px;color:#fff;margin:0;font-size:24px;font-weight:700}.logo-text p{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin:2px 0 0;font-size:12px}.header-status{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:10px;padding:8px 16px;display:flex}.status-label{color:#94a3b8;font-size:13px}.status-badge{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.status-badge.active{color:#34d399}.status-badge.inactive{color:#f87171}.pulse-dot{border-radius:50%;width:8px;height:8px}.status-badge.active .pulse-dot{background-color:#10b981;animation:1.8s infinite pulse;box-shadow:0 0 8px #10b981}.status-badge.inactive .pulse-dot{background-color:#ef4444}.admin-nav{background:#ffffff05;border:1px solid #ffffff0a;border-radius:14px;align-self:flex-start;gap:10px;margin-bottom:30px;padding:6px;display:flex}.nav-item{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0a}.nav-item.active{color:#fff;background:linear-gradient(135deg,#8b5cf633 0%,#3b52f633 100%);border:1px solid #8b5cf64d;box-shadow:0 4px 12px #8b5cf61a}.nav-icon{fill:currentColor;width:18px;height:18px}.grid-3{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:25px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.grid-1-2{grid-template-columns:1.2fr 1fr;gap:25px;display:grid}@media (width<=992px){.grid-3,.grid-2,.grid-1-2{grid-template-columns:1fr}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#191b2599;border:1px solid #ffffff0d;border-radius:16px;padding:24px;box-shadow:0 8px 32px #0003}.stat-card{transition:transform .2s,box-shadow .2s}.stat-card:hover{border-color:#8b5cf633;transform:translateY(-4px);box-shadow:0 12px 40px #8b5cf614}.stat-card h3{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:600}.stat-header{justify-content:space-between;align-items:center;display:flex}.indicator-light{background:#ef4444;border-radius:50%;width:8px;height:8px}.indicator-light.active{background:#10b981;animation:1.8s infinite pulse;box-shadow:0 0 8px #10b981}.stat-value{color:#fff;margin-bottom:8px;font-size:32px;font-weight:850}.stat-desc{color:#64748b;margin:0;font-size:12px;line-height:1.4}.logs-card{margin-top:5px}.logs-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.logs-title-container{align-items:center;gap:12px;display:flex}.logs-header h3{color:#fff;margin:0;font-size:16px;font-weight:700}.live-badge{-webkit-user-select:none;user-select:none;background:#10b98114;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:6px;padding:3px 8px;display:flex}.live-dot{background-color:#10b981;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulse-glow;box-shadow:0 0 8px #10b981}.live-text{color:#10b981;letter-spacing:.08em;font-size:10px;font-weight:700;line-height:1}@keyframes pulse-glow{0%{opacity:.5;transform:scale(.95);box-shadow:0 0 #10b98180}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 0 6px #10b98100}to{opacity:.5;transform:scale(.95);box-shadow:0 0 #10b98100}}.logs-container{background:#0f1016;border:1px solid #ffffff08;border-radius:12px;flex-direction:column;gap:8px;max-height:250px;padding:16px;font-family:ui-monospace,Consolas,monospace;font-size:13px;display:flex;overflow-y:auto}.log-row{border-radius:6px;gap:12px;padding:6px 10px;line-height:1.4;transition:background-color .2s,transform .2s;display:flex}.log-row:hover{background:#ffffff05;transform:translate(2px)}.log-time{color:#64748b;flex-shrink:0}.log-badge{flex-shrink:0;font-weight:700}.log-context{color:#a855f7;flex-shrink:0;font-weight:600}.log-message{color:#e2e8f0}.log-row.info .log-badge{color:#3b82f6}.log-row.warn .log-badge{color:#eab308}.log-row.error .log-badge{color:#f43f5e}.log-row.error{background:#f43f5e0a;border-left:2px solid #f43f5e}.log-row.warn{background:#eab30805}.form-card h2{color:#fff;margin:0 0 6px;font-size:20px;font-weight:700}.form-card-desc{color:#94a3b8;margin:0 0 24px;font-size:13px}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-group label{color:#e2e8f0;font-size:13px;font-weight:600}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{color:#fff;background:#0f1016;border:1px solid #ffffff14;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#13141c;border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf626}.form-group small{color:#64748b;font-size:12px}.checkbox-group{cursor:pointer;background:#8b5cf608;border:1px solid #8b5cf61a;border-radius:10px;flex-direction:row;align-items:center;gap:12px;margin:25px 0;padding:14px 18px}.checkbox-group input{accent-color:#8b5cf6;cursor:pointer;width:18px;height:18px}.checkbox-group label{cursor:pointer;-webkit-user-select:none;user-select:none;margin:0}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);box-shadow:0 4px 15px #8b5cf640}.btn-primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf659}.btn-secondary{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff14}.btn-secondary:hover{color:#fff;background:#ffffff14}.btn-danger{color:#f87171;background:#ef44441a;border:1px solid #ef44444d}.btn-danger:hover{background:#ef444433}.btn-sm{border-radius:6px;padding:6px 12px;font-size:12px}.credentials-list{flex-direction:column;gap:12px;display:flex}.credential-status-row{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s;display:flex}.credential-status-row:hover{background:#ffffff0a;border-color:#ffffff14}.cred-info h4{color:#fff;margin:0;font-size:14px;font-weight:600}.cred-code{color:#64748b;margin-top:4px;font-family:ui-monospace,Consolas,monospace;font-size:11px;display:block}.cred-status{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.badge{text-transform:uppercase;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}.badge-success{color:#34d399;background:#10b98126}.badge-danger{color:#f87171;background:#ef444426}.cred-time{color:#64748b;font-size:11px}.whatsapp-card{text-align:center}.whatsapp-control-panel{justify-content:center;padding:30px 0;display:flex}.wa-state{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:450px;display:flex}.wa-icon-large{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:8px;display:flex}.wa-icon-large svg{fill:#fff;width:44px;height:44px}.wa-icon-large.danger{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);box-shadow:0 6px 20px #ef444440}.wa-icon-large.success{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);box-shadow:0 6px 20px #10b98140}.wa-state h3{color:#fff;margin:0;font-size:20px;font-weight:700}.wa-state p{color:#94a3b8;margin:0;font-size:14px;line-height:1.5}.qr-container{background:#fff;border-radius:16px;margin:10px 0;padding:16px;position:relative;box-shadow:0 10px 35px #0006}.mock-qr{display:block;position:relative}.qr-container:after{content:"";background:#a855f7;width:calc(100% - 32px);height:2px;animation:2.4s linear infinite qrScan;position:absolute;left:16px;box-shadow:0 0 8px #a855f7,0 0 12px #a855f7}.qr-overlay-loader{background:#ffffffe6;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.qr-actions{gap:12px;margin-top:10px;display:flex}.wa-connection-details{text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:10px;width:100%;margin:8px 0 16px;padding:16px;display:flex}.detail-row{justify-content:space-between;font-size:13px;display:flex}.detail-row span{color:#94a3b8}.text-success{color:#34d399}.success-desc{color:#34d399!important}.spinner{border:3px solid #8b5cf61a;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite qrScan;transform:rotate(0)}.qr-overlay-loader .spinner{border-top-color:#a855f7;width:30px;height:30px}.app-loading{color:#94a3b8;background:#0b0c10;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-size:15px;display:flex}.app-loading .spinner{border-width:4px;width:48px;height:48px}.meli-integration-card{margin-top:24px;animation:.4s ease-out fadeIn;border:1px solid #eab30826!important;box-shadow:0 4px 20px #00000040,0 0 20px #eab30805!important}.meli-status-container{flex-direction:column;gap:20px;margin-top:16px;display:flex}.meli-status-box{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;align-items:flex-start;gap:16px;padding:16px 20px;display:flex}.meli-status-box.connected{background:#10b98105;border-color:#10b98133}.meli-status-box.disconnected{background:#ef444403;border-color:#ef444426}.meli-status-box.missing-keys{background:#eab30805;border-color:#eab30833}.meli-status-icon{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.meli-status-icon.success{color:#10b981;background:#10b9811a;border-color:#10b981;box-shadow:0 0 10px #10b98133}.meli-status-icon.error{color:#ef4444;background:#ef44441a;border-color:#ef4444}.meli-status-details h4{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600}.meli-status-details p{color:#94a3b8;margin:0;font-size:13px;line-height:1.4}.meli-redirect-info{background:#0f172a66;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.redirect-header{color:#94a3b8;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;display:flex}.btn-copy{color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .15s}.btn-copy:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26}.redirect-code{color:#a855f7;word-break:break-all;background:#a855f70d;border:1px solid #a855f71a;border-radius:6px;padding:8px 12px;font-family:ui-monospace,Consolas,monospace;font-size:11px}.meli-redirect-info small{color:#64748b;font-size:11px;line-height:1.3}.btn-meli{color:#2d3277;background:linear-gradient(135deg,#ffe600 0%,#ffd200 100%);font-weight:700;transition:all .2s;box-shadow:0 4px 15px #ffd20033}.btn-meli:not(:disabled):hover{background:linear-gradient(135deg,#fff200 0%,#ffe600 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ffd2004d}.btn-meli:disabled{color:#64748b;box-shadow:none;background:#ffffff0a;border:1px solid #ffffff14}.mini-spinner{border:2px solid #2d327733;border-top-color:#2d3277;border-radius:50%;width:14px;height:14px;animation:1s linear infinite qrScan}.loader-inline{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spinInline;display:inline-block}@keyframes spinInline{to{transform:rotate(360deg)}}
