@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";:root{--bg: #f4f6f9;--panel: #ffffff;--panel-muted: #f8f9fa;--text: #212529;--muted: #6c757d;--border: #dee2e6;--primary: #007bff;--success: #28a745;--sidebar-bg: #343a40;--sidebar-text: #c2c7d0;--sidebar-hover: #3f474e;--sidebar-active: #4b545c;--shadow: 0 1px 2px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Source Sans Pro,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);min-height:100vh;overflow:hidden}#root{min-height:100vh}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{background:var(--panel);border-radius:4px;box-shadow:var(--shadow);padding:2rem;width:min(420px,90vw);border:1px solid var(--border)}.login-brand{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.brand-dot{width:42px;height:42px;border-radius:6px;background:var(--primary);display:inline-block}.login-brand h1{font-size:1.4rem;font-weight:700}.login-brand p{color:var(--muted);margin-top:.3rem;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--muted)}.login-form input{border:1px solid var(--border);padding:.65rem .8rem;border-radius:4px;font-size:.95rem}.login-form button{margin-top:.3rem;padding:.75rem 1rem;border-radius:4px;border:none;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.login-form button:disabled{opacity:.7;cursor:default}.error-note{background:#f8d7da;color:#842029;padding:.6rem .8rem;border-radius:4px;font-size:.85rem}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;height:100vh}.nav-rail{background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;min-height:100vh}.nav-brand{display:flex;align-items:center;gap:.7rem;height:56px;padding:0 1rem;border-bottom:1px solid #4f5962;color:#fff}.brand-logo{width:32px;height:32px;border-radius:4px;background:var(--primary);display:grid;place-items:center;font-weight:700;font-size:.8rem}.brand-text{display:flex;flex-direction:column;line-height:1.1;font-size:.95rem}.brand-sub{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--sidebar-text)}.nav-user{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-bottom:1px solid #4f5962}.nav-avatar{width:36px;height:36px;border-radius:50%;background:#495057;color:#fff;display:grid;place-items:center;font-weight:700;font-size:.75rem}.nav-user-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.nav-user-name{color:#fff;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.nav-user-role{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--sidebar-text)}.nav-section-label{padding:.9rem 1rem .4rem;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:#8b949e}.nav-items{display:flex;flex-direction:column;gap:.2rem;padding:0 .5rem}.nav-item{width:100%;border:none;background:transparent;color:var(--sidebar-text);padding:.55rem .75rem;border-radius:4px;font-size:.9rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:background .2s ease,color .2s ease}.nav-item:hover{background:var(--sidebar-hover);color:#fff}.nav-item.active{background:var(--sidebar-active);color:#fff;border-left:3px solid var(--primary);padding-left:.6rem}.nav-icon{width:22px;height:22px;border-radius:4px;background:#495057;display:grid;place-items:center;font-size:.65rem;color:#fff;flex-shrink:0}.nav-item.active .nav-icon,.nav-logout:hover .nav-icon{background:var(--primary)}.nav-logout{margin-top:auto;width:100%;border:none;border-top:1px solid #4f5962;background:transparent;color:var(--sidebar-text);padding:.75rem 1rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.6rem}.nav-logout:hover{background:var(--sidebar-hover);color:#fff}.app-content{min-height:100vh;background:var(--bg);padding:1rem;display:flex;flex-direction:column;gap:1rem;height:100vh;overflow:hidden}.inbox-layout{display:grid;grid-template-columns:320px 1fr;gap:1rem;height:100%;min-height:0;overflow:hidden}.sidebar{background:var(--panel);border:1px solid var(--border);border-radius:4px;display:flex;flex-direction:column;gap:0;overflow:hidden;min-height:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--panel-muted)}.sidebar-header h2{font-size:1rem}.sidebar-header p{color:var(--muted);font-size:.8rem}.search-box{padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--panel)}.search-box input{width:100%;padding:.55rem .7rem;border-radius:4px;border:1px solid var(--border);background:#fff;font-size:.9rem}.chat-list{display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1 1 auto;min-height:0}.chat-item{background:var(--panel);border:none;border-bottom:1px solid var(--border);padding:.75rem 1rem;display:grid;grid-template-columns:40px 1fr auto;gap:.8rem;text-align:left;cursor:pointer;transition:background .2s ease}.chat-item:last-child{border-bottom:none}.chat-item.active{background:#e9ecef}.chat-avatar{width:40px;height:40px;border-radius:50%;background:#ced4da;display:grid;place-items:center;font-weight:700;color:#495057;overflow:hidden;font-size:.85rem}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-info{display:flex;flex-direction:column;gap:.25rem}.chat-title{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9rem;gap:.4rem}.chat-subtitle{display:flex;justify-content:space-between;color:var(--muted);font-size:.8rem;gap:.5rem}.chat-meta{display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}.unread{background:var(--primary);color:#fff;padding:.15rem .45rem;border-radius:999px;font-size:.7rem;font-weight:600}.service-pill{border:1px solid var(--border);padding:.15rem .4rem;border-radius:4px;font-size:.65rem;color:var(--muted);background:#fff}.chat-panel{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:4px;overflow:hidden;min-height:0}.chat-header{padding:.75rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--panel-muted)}.chat-header h3{font-size:1rem}.chat-header p{color:var(--muted);font-size:.8rem;margin-top:.2rem}.chat-messages{flex:1;padding:1.2rem;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem;background:var(--bg);min-height:0}.message-bubble{max-width:75%;padding:.65rem .85rem;border-radius:6px;position:relative;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow);font-size:.9rem}.message-bubble.incoming{background:#fff;align-self:flex-start;border:1px solid var(--border)}.message-bubble.outgoing{background:#d4edda;align-self:flex-end;border:1px solid #c3e6cb}.message-time{font-size:.7rem;color:var(--muted);align-self:flex-end}.phone-link{background:transparent;border:none;padding:0;color:#0b57d0;text-decoration:underline;cursor:pointer;font:inherit;word-break:break-word}.attachment img{max-width:240px;border-radius:4px}.attachment audio{width:240px}.file-card{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem}.caption{color:var(--muted);font-size:.8rem}.chat-composer{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;gap:.75rem;align-items:center;background:var(--panel-muted)}.composer-note{margin:.5rem 1rem 0}.composer-left{display:flex;gap:.6rem;align-items:center;flex:1}.composer-left input[type=text],.composer-left input:not([type=file]){flex:1;border:1px solid var(--border);padding:.6rem .7rem;border-radius:4px;font-size:.9rem;background:#fff}.file-input{background:#e9ecef;border-radius:4px;padding:.5rem .7rem;font-size:.85rem;cursor:pointer;color:#495057;border:1px solid var(--border)}.file-input input{display:none}.primary{background:var(--primary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-weight:600}.ghost{border:1px solid var(--border);background:#fff;padding:.45rem .7rem;border-radius:4px;cursor:pointer;font-size:.85rem}.service-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;flex-shrink:0}.whatsapp-layout{grid-template-columns:360px 1fr;gap:0;border:1px solid var(--border);border-radius:4px;overflow:hidden;background:#f0f2f5;height:100%}.whatsapp-layout .sidebar{border:none;border-right:1px solid var(--border);border-radius:0;background:#fff}.wa-sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;background:#f0f2f5;border-bottom:1px solid var(--border)}.wa-profile{display:flex;align-items:center;gap:.6rem;min-width:0}.wa-avatar{width:36px;height:36px;border-radius:50%;background:#cfd4d9;display:grid;place-items:center;font-weight:700;color:#3c4043;font-size:.75rem}.wa-profile-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.wa-profile-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.wa-profile-role{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.wa-actions{display:flex;gap:.35rem}.icon-btn{width:34px;height:34px;border-radius:50%;border:none;background:transparent;color:#54656f;cursor:pointer;display:grid;place-items:center;font-size:.85rem;transition:background .2s ease}.icon-btn:hover{background:#e9edef}.wa-search{padding:.6rem 1rem;border-bottom:1px solid var(--border);background:#fff}.wa-search input{width:100%;padding:.55rem .8rem;border-radius:8px;border:1px solid var(--border);background:#f8f9fa;font-size:.9rem}.wa-list{background:#fff}.whatsapp-layout .chat-item{grid-template-columns:52px 1fr;border-bottom:1px solid #f0f0f0;padding:.7rem 1rem;align-items:center}.whatsapp-layout .chat-item.active{background:#f0f2f5}.wa-avatar-wrap{position:relative;width:48px;height:48px}.wa-avatar-wrap .chat-avatar{width:48px;height:48px;font-size:.8rem}.channel-badge{position:absolute;right:-2px;bottom:-2px;border:2px solid #ffffff}.chat-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:.75rem;color:var(--muted)}.chat-subtitle{align-items:center}.chat-snippet{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whatsapp-layout .chat-panel{border:none;border-radius:0;background:#f0f2f5}.chat-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.chat-header-info h3{font-size:1rem}.chat-header-info p{font-size:.8rem;color:var(--muted)}.chat-header-actions{display:flex;gap:.35rem}.whatsapp-layout .chat-header{background:#f0f2f5;border-bottom:1px solid var(--border)}.whatsapp-layout .chat-messages{background-color:#efeae2;background-image:radial-gradient(rgba(255,255,255,.3) 1px,transparent 1px);background-size:56px 56px}.whatsapp-layout .message-bubble{border-radius:8px;box-shadow:none}.whatsapp-layout .message-bubble.incoming{background:#fff;border:1px solid #e7e7e7}.whatsapp-layout .message-bubble.outgoing{background:#d9fdd3;border:1px solid #c7f5c1}.whatsapp-layout .message-bubble.incoming:after{content:\"\";position:absolute;left:-6px;top:0;border-top:6px solid #ffffff;border-right:6px solid transparent}.whatsapp-layout .message-bubble.outgoing:after{content:\"\";position:absolute;right:-6px;top:0;border-top:6px solid #d9fdd3;border-left:6px solid transparent}.whatsapp-layout .chat-composer{background:#f0f2f5;border-top:1px solid var(--border);gap:.5rem}.composer-input{flex:1;border:none;background:#fff;border-radius:20px;padding:.6rem 1rem;font-size:.9rem;outline:none}.file-input.icon-btn{padding:0;border:none;background:transparent;color:#54656f}.file-input.icon-btn span{font-size:1rem;font-weight:600}.send-btn{border-radius:20px;padding:.55rem 1.1rem}.file-chip{margin:0 1rem .75rem;padding:.4rem .8rem;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:.8rem;color:var(--muted);max-width:calc(100% - 2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hint{color:var(--muted);font-size:.9rem;padding:1rem}.empty-state{padding:2rem;color:var(--muted)}.dashboard{padding:0;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0;overflow-y:auto}.dashboard-header{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1rem}.dashboard-header h2{font-size:1.4rem}.dashboard-header p{color:var(--muted);margin-top:.3rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1rem;box-shadow:var(--shadow)}.stat-card h3{font-size:1.6rem}.stat-card p{color:var(--muted)}.dashboard-panel{background:var(--panel);border-radius:4px;padding:1rem;border:1px solid var(--border);box-shadow:var(--shadow)}.activity-list{display:flex;flex-direction:column;gap:.7rem;margin-top:.8rem}.activity-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .8rem;background:var(--panel-muted);border-radius:4px}.activity-item p{color:var(--muted);font-size:.8rem}.settings-page,.customers-page{padding:0;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0;overflow-y:auto}.customers-header{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1rem}.customers-header h2{font-size:1.4rem}.customers-header p{color:var(--muted);margin-top:.3rem}.customers-card{background:var(--panel);border-radius:4px;border:1px solid var(--border);padding:1rem;box-shadow:var(--shadow)}.customers-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;align-items:end}.customers-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--muted)}.customers-form input{border:1px solid var(--border);padding:.6rem .75rem;border-radius:4px;font-size:.9rem}.customers-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.table-wrap{width:100%;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;font-size:.9rem}.customers-table th,.customers-table td{text-align:left;padding:.6rem .8rem;border-bottom:1px solid var(--border)}.customers-table th{background:var(--panel-muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.action-group{display:flex;gap:.4rem}.action-btn{width:32px;height:32px;border-radius:4px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;cursor:pointer;transition:background .2s ease}.action-btn:hover{background:#f1f3f5}.action-btn.send{color:var(--success);border-color:#c3e6cb}.action-btn.edit{color:#0b57d0;border-color:#cbd5f5}.action-btn.delete{color:#dc3545;border-color:#f5c2c7}.action-icon{width:16px;height:16px}.settings-header{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1rem}.settings-header h2{font-size:1.4rem}.settings-header p{color:var(--muted);margin-top:.3rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.settings-card{background:var(--panel);border-radius:4px;border:1px solid var(--border);padding:1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem}.settings-card-header p{color:var(--muted);margin-top:.3rem;font-size:.85rem}.settings-form{display:flex;flex-direction:column;gap:.9rem}.settings-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--muted)}.settings-form input{border:1px solid var(--border);padding:.6rem .75rem;border-radius:4px;font-size:.9rem}.settings-actions{display:flex;align-items:center;gap:.8rem}.notice{color:var(--success);font-size:.85rem}.preview-modal{position:fixed;inset:0;background:#0f172aa6;display:grid;place-items:center;z-index:50}.preview-card{background:var(--panel);border-radius:6px;max-width:min(720px,90vw);width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem}.preview-header{display:flex;justify-content:space-between;align-items:center}.preview-body img,.preview-body iframe{width:100%;border-radius:4px;min-height:360px}.preview-body audio{width:100%}.download-link{display:inline-block;background:#e9ecef;padding:.7rem .9rem;border-radius:4px;color:#1f2d3d;text-decoration:none;font-weight:600}.mobile-only{display:none}@media(max-width:1000px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.nav-rail{flex-direction:row;align-items:center;min-height:auto}.nav-brand{border-bottom:none;border-right:1px solid #4f5962}.nav-user,.nav-section-label{display:none}.nav-items{flex-direction:row;padding:0 .5rem;gap:.3rem}.nav-item{padding:.4rem .6rem;font-size:.8rem}.nav-logout{margin-top:0;border-top:none;padding:.5rem .8rem}.app-content{padding:.75rem}.inbox-layout{grid-template-columns:1fr;min-height:auto}.whatsapp-layout{border:none;border-radius:0}.whatsapp-layout .sidebar{border-right:none}.sidebar.hidden{display:none}.sidebar,.chat-panel{min-height:100vh}.mobile-only{display:inline-flex}.chat-header,.chat-messages,.chat-composer{padding:.75rem}}
