.crm-admin-layout{min-height:100dvh;background:#070b14;display:flex;flex-direction:column;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}.crm-admin-layout *,.crm-admin-layout :after,.crm-admin-layout :before{box-sizing:border-box}.crm-loading-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#070b14}.crm-loading-spinner{width:36px;height:36px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:crm-spin .7s linear infinite}@keyframes crm-spin{to{transform:rotate(1turn)}}.crm-sidebar{display:none;position:fixed;left:0;top:0;bottom:0;width:240px;z-index:40;background:rgba(15,20,35,.95);border-right:1px solid rgba(255,255,255,.06);backdrop-filter:blur(20px);padding:1.25rem 0;flex-direction:column;overflow-y:auto}.crm-sidebar-brand{display:flex;align-items:center;gap:.65rem;padding:0 1.25rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:.75rem}.crm-sidebar-logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-sidebar-logo svg{width:18px;height:18px;color:#fff}.crm-sidebar-brand h2{font-size:.95rem;font-weight:700;color:#fff;margin:0}.crm-sidebar-brand p{font-size:.65rem;color:rgba(255,255,255,.4);margin:0}.crm-sidebar-nav{flex:1;padding:0 .5rem;display:flex;flex-direction:column;gap:2px}.crm-sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:10px;color:rgba(255,255,255,.5);font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s}.crm-sidebar-link:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.8)}.crm-sidebar-link.active{background:rgba(99,102,241,.12);color:#a5b4fc}.crm-sidebar-link svg{width:18px;height:18px;flex-shrink:0}.crm-sidebar-link.active svg{color:#818cf8}.crm-sidebar-footer{padding:.75rem .5rem 0;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.crm-sidebar-user{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:10px;margin-bottom:.5rem}.crm-sidebar-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.crm-sidebar-user-info h4{font-size:.78rem;font-weight:600;color:#fff;margin:0}.crm-sidebar-user-info p{font-size:.62rem;color:rgba(255,255,255,.4);margin:0}.crm-logout-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border-radius:10px;background:none;border:none;cursor:pointer;color:rgba(255,255,255,.4);font-size:.8rem;transition:all .2s}.crm-logout-btn:hover{background:rgba(239,68,68,.1);color:#f87171}.crm-logout-btn svg{width:18px;height:18px}.crm-main{flex:1;padding:1rem 1rem 5.5rem;max-width:100%;overflow-x:hidden}.crm-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;margin-bottom:1rem}.crm-mobile-header h1{font-size:1.15rem;font-weight:700;color:#fff;margin:0}.crm-mobile-header-actions{display:flex;align-items:center;gap:.5rem}.crm-header-btn{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);cursor:pointer;transition:all .2s}.crm-header-btn:hover{background:rgba(255,255,255,.1);color:#fff}.crm-header-btn svg{width:18px;height:18px}.crm-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgba(10,14,26,.92);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom))}.crm-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.4rem 0;text-decoration:none;color:rgba(255,255,255,.35);font-size:.6rem;font-weight:500;transition:color .2s;-webkit-tap-highlight-color:transparent}.crm-bottom-tab svg{width:20px;height:20px}.crm-bottom-tab.active,.crm-bottom-tab.active svg{color:#818cf8}.crm-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.75rem;flex-wrap:wrap}.crm-page-title{font-size:1.15rem;font-weight:700;color:#fff;margin:0}.crm-page-subtitle{font-size:.78rem;color:rgba(255,255,255,.4);margin:.15rem 0 0}.crm-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem;transition:border-color .2s}.crm-card:hover{border-color:rgba(255,255,255,.12)}.crm-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.crm-stat-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem}.crm-stat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem}.crm-stat-icon svg{width:18px;height:18px}.crm-stat-value{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.crm-stat-label{font-size:.7rem;color:rgba(255,255,255,.4);margin:.15rem 0 0}.crm-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.crm-btn svg{width:16px;height:16px}.crm-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 12px rgba(99,102,241,.3)}.crm-btn-primary:hover{box-shadow:0 4px 20px rgba(99,102,241,.45);transform:translateY(-1px)}.crm-btn-secondary{background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}.crm-btn-secondary:hover{background:rgba(255,255,255,.1);color:#fff}.crm-btn-danger{background:rgba(239,68,68,.12);color:#f87171;border:1px solid rgba(239,68,68,.2)}.crm-btn-danger:hover{background:rgba(239,68,68,.2)}.crm-btn-sm{padding:.4rem .65rem;font-size:.72rem;border-radius:8px}.crm-btn-icon{width:34px;height:34px;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.5);cursor:pointer;transition:all .2s}.crm-btn-icon:hover{background:rgba(255,255,255,.1);color:#fff}.crm-modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;animation:crm-fade-in .2s}@keyframes crm-fade-in{0%{opacity:0}to{opacity:1}}.crm-modal{width:100%;max-width:480px;background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:20px 20px 0 0;max-height:90dvh;overflow-y:auto;animation:crm-slide-up .3s ease-out;padding:0}.crm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;background:#111827;z-index:1}.crm-modal-header h3{font-size:1.05rem;font-weight:700;color:#fff;margin:0}.crm-modal-close{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.05);border:none;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);cursor:pointer}.crm-modal-close:hover{background:rgba(255,255,255,.1);color:#fff}.crm-modal-close svg{width:18px;height:18px}.crm-modal-body{padding:1.25rem}.crm-modal-footer{padding:.75rem 1.25rem 1.25rem;display:flex;gap:.5rem;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.06);position:sticky;bottom:0;background:#111827}.crm-form-group{margin-bottom:1rem}.crm-form-label{display:block;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.6);margin-bottom:.35rem;letter-spacing:.02em}.crm-form-input{width:100%;padding:.65rem .85rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}.crm-form-input::placeholder{color:rgba(255,255,255,.25)}.crm-form-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.crm-form-select{width:100%;padding:.65rem .85rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.85rem;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.crm-form-select option{background:#1e293b;color:#fff}.crm-form-hint{font-size:.68rem;color:rgba(255,255,255,.3);margin-top:.25rem}.crm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.crm-list{display:flex;flex-direction:column;gap:.65rem}.crm-list-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:.85rem 1rem;display:flex;align-items:center;gap:.75rem;transition:border-color .2s}.crm-list-item:hover{border-color:rgba(255,255,255,.12)}.crm-list-item-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-list-item-icon svg{width:18px;height:18px}.crm-list-item-content{flex:1;min-width:0}.crm-list-item-title{font-size:.85rem;font-weight:600;color:#fff;margin:0}.crm-list-item-subtitle{font-size:.72rem;color:rgba(255,255,255,.4);margin:.1rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-list-item-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.crm-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;border-radius:6px;font-size:.65rem;font-weight:600}.crm-badge-green{background:rgba(16,185,129,.12);color:#34d399}.crm-badge-yellow{background:rgba(245,158,11,.12);color:#fbbf24}.crm-badge-red{background:rgba(239,68,68,.12);color:#f87171}.crm-badge-blue{background:rgba(99,102,241,.12);color:#a5b4fc}.crm-badge-gray{background:rgba(255,255,255,.06);color:rgba(255,255,255,.4)}.crm-empty{text-align:center;padding:3rem 1.5rem}.crm-empty-icon{width:56px;height:56px;border-radius:16px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.crm-empty-icon svg{width:24px;height:24px;color:#818cf8}.crm-empty h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .35rem}.crm-empty p{font-size:.8rem;color:rgba(255,255,255,.4);max-width:280px;margin:0 auto 1.25rem}.crm-credential-box{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.15);border-radius:12px;padding:1rem;margin-top:1rem}.crm-credential-box h4{font-size:.82rem;font-weight:700;color:#34d399;margin:0 0 .75rem}.crm-credential-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(16,185,129,.08)}.crm-credential-row:last-child{border-bottom:none}.crm-credential-label{font-size:.72rem;color:rgba(255,255,255,.5)}.crm-credential-value{font-size:.82rem;font-weight:600;color:#fff;font-family:JetBrains Mono,monospace;background:rgba(255,255,255,.06);padding:.2rem .5rem;border-radius:6px}.crm-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.crm-section-title{font-size:.88rem;font-weight:700;color:#fff;margin:0}.crm-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.5rem}.crm-quick-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem;cursor:pointer;transition:all .2s;text-decoration:none;display:block;-webkit-tap-highlight-color:transparent}.crm-quick-card:hover{border-color:rgba(255,255,255,.15);transform:translateY(-1px)}.crm-quick-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.6rem}.crm-quick-card-icon svg{width:18px;height:18px}.crm-quick-card h4{font-size:.8rem;font-weight:600;color:#fff;margin:0 0 .15rem}.crm-quick-card p{font-size:.68rem;color:rgba(255,255,255,.35);margin:0}.crm-inbox-placeholder{flex-direction:column;min-height:50dvh;text-align:center;padding:2rem}.crm-inbox-placeholder,.crm-inbox-placeholder-icon{display:flex;align-items:center;justify-content:center}.crm-inbox-placeholder-icon{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(139,92,246,.15));border:1px solid rgba(99,102,241,.2);margin-bottom:1.5rem}.crm-inbox-placeholder-icon svg{width:36px;height:36px;color:#818cf8}.crm-inbox-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.crm-inbox-feature{display:flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:.7rem;color:rgba(255,255,255,.5)}.crm-inbox-feature svg{width:12px;height:12px}.crm-alert{padding:.75rem 1rem;border-radius:10px;font-size:.8rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.crm-alert-success{background:rgba(16,185,129,.1);color:#34d399;border:1px solid rgba(16,185,129,.15)}.crm-alert-error{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.15)}.crm-chats-layout{display:flex;height:calc(100dvh - 8rem);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}.crm-chat-list{width:100%;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;background:rgba(10,14,26,.5)}.crm-chat-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem}.crm-chat-list-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}.crm-chat-count{font-size:.65rem;padding:.15rem .45rem;border-radius:10px;background:rgba(99,102,241,.15);color:#a5b4fc;font-weight:600}.crm-chat-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin:.5rem .75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px}.crm-chat-search input{flex:1;background:none;border:none;color:#fff;font-size:.8rem;outline:none}.crm-chat-search input::placeholder{color:rgba(255,255,255,.25)}.crm-chat-tabs{display:flex;gap:.25rem;padding:.25rem .75rem;margin-bottom:.25rem}.crm-chat-tab{padding:.35rem .75rem;border-radius:8px;border:none;background:none;color:rgba(255,255,255,.4);font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s}.crm-chat-tab:hover{color:rgba(255,255,255,.7)}.crm-chat-tab.active{background:rgba(99,102,241,.12);color:#a5b4fc}.crm-chat-items{flex:1;overflow-y:auto;padding:.25rem .5rem}.crm-chat-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .15s}.crm-chat-item:hover{background:rgba(255,255,255,.04)}.crm-chat-item.active{background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.12)}.crm-chat-avatar{position:relative;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-chat-avatar span{font-size:.85rem;font-weight:700;color:#fff}.crm-chat-online{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background:#25d366;border:2px solid #070b14}.crm-chat-item-content{flex:1;min-width:0}.crm-chat-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.crm-chat-item-name{font-size:.82rem;font-weight:600;color:#fff}.crm-chat-item-time{font-size:.62rem;color:rgba(255,255,255,.3)}.crm-chat-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.crm-chat-item-msg{font-size:.72rem;color:rgba(255,255,255,.4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.crm-chat-unread{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#25d366;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.crm-chat-window{flex:1;display:flex;flex-direction:column;background:rgba(5,8,18,.5)}.crm-chat-window-header{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(15,20,35,.6)}.crm-chat-back-btn{display:none;background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:0}.crm-chat-header-info{flex:1}.crm-chat-header-info h3{font-size:.88rem;font-weight:700;color:#fff;margin:0}.crm-chat-header-info p{font-size:.68rem;color:rgba(255,255,255,.4);margin:0}.crm-chat-header-actions,.crm-chat-messages{display:flex;gap:.35rem}.crm-chat-messages{flex:1;overflow-y:auto;padding:1rem;flex-direction:column}.crm-chat-date-divider{text-align:center;margin:.75rem 0}.crm-chat-date-divider span{font-size:.62rem;color:rgba(255,255,255,.3);background:rgba(255,255,255,.06);padding:.2rem .75rem;border-radius:10px}.crm-chat-bubble{max-width:80%;padding:.55rem .85rem;border-radius:12px;font-size:.82rem;line-height:1.4;animation:crm-fade-in .2s}.crm-chat-bubble p{margin:0;color:#fff}.crm-chat-bubble-sent{align-self:flex-end;background:rgba(99,102,241,.2);border:1px solid rgba(99,102,241,.15);border-bottom-right-radius:4px}.crm-chat-bubble-received{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:4px}.crm-chat-bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-top:.2rem}.crm-chat-bubble-meta span{font-size:.58rem;color:rgba(255,255,255,.3)}.crm-chat-input-area{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem;border-top:1px solid rgba(255,255,255,.06);background:rgba(15,20,35,.6)}.crm-chat-input{flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:.55rem 1rem;color:#fff;font-size:.82rem;outline:none;transition:border-color .2s}.crm-chat-input::placeholder{color:rgba(255,255,255,.25)}.crm-chat-input:focus{border-color:rgba(99,102,241,.4)}.crm-chat-send-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0}.crm-chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 12px rgba(37,211,102,.3)}.crm-chat-send-btn:disabled{opacity:.4;cursor:default}.crm-chat-empty{flex:1;display:none;flex-direction:column;text-align:center;padding:2rem}.crm-chat-empty,.crm-chat-empty-icon{align-items:center;justify-content:center}.crm-chat-empty-icon{width:64px;height:64px;border-radius:20px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.15);display:flex;margin-bottom:1rem}.crm-chat-empty-icon svg{width:28px;height:28px;color:#818cf8}.crm-chat-empty h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .35rem}.crm-chat-empty p{font-size:.8rem;color:rgba(255,255,255,.4);margin:0}.crm-flows-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.crm-flow-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1.15rem;transition:all .2s;cursor:pointer}.crm-flow-card:hover{border-color:rgba(255,255,255,.12);transform:translateY(-1px)}.crm-flow-card-new{border-style:dashed;border-color:rgba(99,102,241,.15);background:rgba(99,102,241,.02);min-height:180px}.crm-flow-card-new:hover{border-color:rgba(99,102,241,.3);background:rgba(99,102,241,.04)}.crm-flow-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.crm-flow-card-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.crm-flow-card-title{font-size:.92rem;font-weight:700;color:#fff;margin:0 0 .25rem}.crm-flow-card-desc{font-size:.75rem;color:rgba(255,255,255,.4);margin:0 0 .85rem;line-height:1.4}.crm-flow-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.85rem}.crm-flow-meta-item{display:flex;align-items:center;gap:.3rem;font-size:.68rem;color:rgba(255,255,255,.45)}.crm-flow-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.04)}.crm-flow-edited{display:flex;align-items:center;gap:.3rem;font-size:.65rem;color:rgba(255,255,255,.3)}.crm-flow-card-actions{display:flex;gap:.25rem}@media (min-width:768px){.crm-admin-layout{flex-direction:row}.crm-sidebar{display:flex}.crm-main{margin-left:240px;padding:1.5rem 2rem 2rem}.crm-bottom-nav,.crm-mobile-header{display:none}.crm-quick-grid,.crm-stat-grid{grid-template-columns:repeat(4,1fr)}.crm-modal{border-radius:20px;align-self:center;max-height:85dvh}.crm-modal-overlay{align-items:center}.crm-chats-layout{height:calc(100dvh - 5rem)}.crm-chat-list{width:340px;min-width:340px}.crm-chat-empty,.crm-chat-list-hidden-mobile{display:flex}.crm-flows-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.crm-chats-layout{height:calc(100dvh - 8rem);border-radius:0;border:none;margin:-1rem}.crm-chat-list-hidden-mobile{display:none}.crm-chat-window{width:100%}.crm-chat-back-btn{display:flex}.crm-chat-bubble{max-width:88%}.crm-contact-profile-panel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}}.crm-contact-profile-panel{flex:1;overflow-y:auto;background:rgba(10,14,26,.98);padding:1.25rem;animation:crm-fade-in .2s}.crm-contact-profile-header{text-align:center;padding:1.5rem 0 1rem;position:relative}.crm-contact-profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:1.5rem;font-weight:700;color:#fff}.crm-contact-profile-header h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .2rem}.crm-contact-profile-header p{font-size:.78rem;color:rgba(255,255,255,.4);margin:0}.crm-contact-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1.25rem 0}.crm-contact-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.85rem .5rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);cursor:pointer;transition:all .2s;position:relative;-webkit-tap-highlight-color:transparent}.crm-contact-action-btn span{font-size:.68rem;font-weight:600}.crm-contact-action-call{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.15);color:#34d399}.crm-contact-action-call:active{background:rgba(16,185,129,.2);transform:scale(.95)}.crm-contact-action-counter{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:10px;background:#ef4444;color:#fff;font-size:.6rem!important;font-weight:700!important;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #070b14}.crm-contact-action-wa{background:rgba(37,211,102,.08);border-color:rgba(37,211,102,.15);color:#25d366}.crm-contact-action-wa:active{background:rgba(37,211,102,.2);transform:scale(.95)}.crm-contact-action-wa2{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.15);color:#a5b4fc}.crm-contact-action-wa2:active{background:rgba(99,102,241,.2);transform:scale(.95)}.crm-contact-stats{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.25rem}.crm-contact-stat{display:flex;align-items:center;gap:.6rem;padding:.75rem;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}.crm-contact-stat div{display:flex;flex-direction:column}.crm-contact-stat-value{font-size:.88rem;font-weight:700;color:#fff}.crm-contact-stat-label{font-size:.62rem;color:rgba(255,255,255,.4)}.crm-contact-details{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem}.crm-contact-details h4{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.6);margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.05em}.crm-contact-detail-row{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;border-bottom:1px solid rgba(255,255,255,.04);color:rgba(255,255,255,.5);font-size:.78rem}.crm-contact-detail-row:last-child{border-bottom:none}.crm-contact-detail-row span{color:#fff;font-size:.78rem}.crm-perf-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.crm-perf-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1.15rem;transition:border-color .2s}.crm-perf-card:hover{border-color:rgba(255,255,255,.12)}.crm-perf-card-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem}.crm-perf-card-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:700;color:#fff;flex-shrink:0}.crm-perf-card-info{flex:1}.crm-perf-card-name{font-size:.88rem;font-weight:700;color:#fff;margin:0}.crm-perf-card-email{font-size:.68rem;color:rgba(255,255,255,.4);margin:0}.crm-perf-score{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;flex-shrink:0}.crm-perf-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.crm-perf-metric{display:flex;align-items:center;gap:.45rem;padding:.5rem;border-radius:8px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04)}.crm-perf-metric-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-perf-metric-value{font-size:.82rem;font-weight:700;color:#fff;display:block}.crm-perf-metric-label{font-size:.58rem;color:rgba(255,255,255,.4);display:block}.crm-perf-bar-container{margin-top:.75rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.04)}.crm-perf-bar-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.crm-perf-bar-label span:first-child{font-size:.68rem;color:rgba(255,255,255,.5)}.crm-perf-bar-label span:last-child{font-size:.68rem;font-weight:600;color:#fff}.crm-perf-bar{width:100%;height:6px;border-radius:3px;background:rgba(255,255,255,.06);overflow:hidden}.crm-perf-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}@media (min-width:768px){.crm-contact-profile-panel{position:static;width:320px;min-width:320px;border-left:1px solid rgba(255,255,255,.06)}.crm-perf-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.crm-main{padding:2rem 2.5rem}.crm-flows-grid{grid-template-columns:repeat(3,1fr)}.crm-perf-grid{grid-template-columns:repeat(2,1fr)}}.wa-app-container{width:100%;height:100%;position:relative;font-family:Segoe UI,Helvetica,Arial,sans-serif}.wa-layout{height:100%;border-radius:0;border:1px solid rgba(0,0,0,.08)}.wa-chat-list,.wa-layout{display:flex;width:100%;overflow:hidden}.wa-chat-list{flex-direction:column;position:relative}.wa-list-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;min-height:56px}.wa-list-header-actions{display:flex;gap:.25rem}.wa-header-icon-btn{width:38px;height:38px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.wa-header-icon-btn:hover{background:rgba(255,255,255,.1)}.wa-search-bar{padding:.4rem .65rem}.wa-search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:.45rem .85rem;border-radius:8px;border:none}.wa-search-input-wrapper input{flex:1;background:none;border:none;font-size:.88rem;outline:none;font-family:inherit}.wa-search-input-wrapper input::placeholder{color:#8696a0}.wa-chat-items{flex:1;overflow-y:auto}.wa-chat-item{display:flex;align-items:center;gap:.85rem;padding:.65rem 1rem;cursor:pointer;transition:background .15s;-webkit-tap-highlight-color:transparent}.wa-chat-item:hover{background:rgba(0,0,0,.04)}.wa-chat-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-chat-avatar span{font-size:1.05rem;font-weight:700;color:#fff}.wa-chat-item-content{flex:1;min-width:0}.wa-chat-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.15rem}.wa-chat-item-name{font-size:.95rem;font-weight:500}.wa-chat-item-time{font-size:.68rem;flex-shrink:0}.wa-chat-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wa-chat-item-msg{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.wa-chat-unread{flex-shrink:0;min-width:20px;height:20px;border-radius:10px;background:#25d366;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.wa-chat-window{flex:1;display:flex;flex-direction:column;min-width:0;position:relative}.wa-chat-header{display:flex;align-items:center;gap:.5rem;padding:.4rem .65rem;min-height:56px;position:relative}.wa-back-btn{display:none;background:none;border:none;cursor:pointer;padding:.25rem;-webkit-tap-highlight-color:transparent}.wa-chat-avatar-sm{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.wa-chat-avatar-sm span{font-size:.85rem;font-weight:700;color:#fff}.wa-chat-header-info{flex:1;min-width:0;cursor:pointer}.wa-chat-header-info h3{font-size:.95rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-chat-header-info p{font-size:.72rem;margin:0}.wa-chat-header-actions{display:flex;gap:0;flex-shrink:0}.wa-header-menu{position:absolute;top:52px;right:8px;min-width:180px;border-radius:6px;box-shadow:0 4px 24px rgba(0,0,0,.18);z-index:50;overflow:hidden;animation:crm-fade-in .15s}.wa-header-menu button{display:block;width:100%;text-align:left;padding:.75rem 1.25rem;border:none;background:none;font-size:.88rem;cursor:pointer;font-family:inherit;transition:background .15s}.wa-header-menu button:hover{background:rgba(0,0,0,.04)}.wa-messages-area{overflow:hidden;position:relative}.wa-messages-area,.wa-messages-scroll{flex:1;display:flex;flex-direction:column}.wa-messages-scroll{overflow-y:auto;padding:.5rem 3.5%;gap:2px}.wa-date-divider{text-align:center;margin:.75rem 0}.wa-date-divider span{font-size:.72rem;padding:.3rem .85rem;border-radius:8px;font-weight:500}.wa-bubble{max-width:65%;padding:.4rem .55rem .25rem;border-radius:8px;font-size:.88rem;line-height:1.35;position:relative;margin:1px 0;word-wrap:break-word}.wa-bubble p{margin:0 0 .15rem}.wa-bubble-sent{align-self:flex-end;border-top-right-radius:0}.wa-bubble-received{align-self:flex-start;border-top-left-radius:0}.wa-bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:3px;min-height:16px}.wa-bubble-meta span{font-size:.62rem}.wa-input-area{display:flex;align-items:flex-end;gap:.35rem;padding:.4rem .5rem;min-height:52px;box-sizing:border-box;overflow:visible}.wa-input-icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:color .15s}.wa-input-wrapper{flex:1;border-radius:22px;display:flex;align-items:center;min-height:40px}.wa-input-wrapper input{flex:1;background:none;border:none;font-size:.92rem;outline:none;padding:.5rem .85rem;font-family:inherit;min-width:0}.wa-input-wrapper input::placeholder{color:#8696a0}.wa-send-btn{width:44px;height:44px;min-width:44px;border-radius:50%;background:#008069;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;flex-shrink:0;transition:all .2s;-webkit-tap-highlight-color:transparent}.wa-mic-btn{background:#008069;position:relative}.wa-mic-btn:hover{background:#017561;transform:scale(1.05)}.wa-mic-btn:active{transform:scale(.95)}.wa-send-btn:hover:not(:disabled){background:#017561}.wa-send-btn:disabled{opacity:.5;cursor:default}.wa-attach-menu{position:absolute;bottom:56px;left:0;right:0;z-index:20;padding:1.25rem;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.12);animation:crm-slide-up .2s ease-out}.wa-attach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.wa-attach-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:inherit;transition:transform .15s}.wa-attach-item:active{transform:scale(.92)}.wa-attach-item span{font-size:.72rem;font-weight:500}.wa-attach-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .15s}.wa-emoji-picker{padding:.75rem;max-height:200px;overflow-y:auto}.wa-emoji-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:2px}.wa-emoji-btn{width:100%;aspect-ratio:1;border:none;background:none;font-size:1.4rem;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;-webkit-tap-highlight-color:transparent}.wa-emoji-btn:hover{background:rgba(0,0,0,.05)}.wa-emoji-btn:active{transform:scale(1.2)}.wa-empty-state{flex:1;display:none;justify-content:center;text-align:center}.wa-empty-content,.wa-empty-state{flex-direction:column;align-items:center}.wa-empty-content{display:flex;padding:2rem}.wa-empty-illustration{margin-bottom:0}.wa-settings-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4);display:flex;align-items:flex-start;justify-content:flex-end;animation:crm-fade-in .15s}.wa-settings-panel{width:100%;max-width:400px;height:100%;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.15);animation:wa-slide-left .25s ease-out}@keyframes wa-slide-left{0%{transform:translateX(100%)}to{transform:translateX(0)}}.wa-settings-header{display:flex;align-items:center;gap:1rem;padding:3.5rem 1rem 1rem;min-height:80px}.wa-settings-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;-webkit-tap-highlight-color:transparent}.wa-settings-body{padding:0}.wa-settings-section{padding:1rem 1.25rem;border-bottom:8px solid rgba(0,0,0,.04)}.wa-settings-section h4{font-size:.82rem;font-weight:600;margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.03em;color:#008069}.wa-settings-row{justify-content:space-between}.wa-settings-row,.wa-settings-row-left{display:flex;align-items:center;gap:.75rem}.wa-theme-toggle{display:flex;gap:.35rem;background:rgba(0,0,0,.04);border-radius:8px;padding:3px}.wa-theme-btn{gap:.35rem;padding:.4rem .75rem;border:none;border-radius:6px;font-size:.78rem;font-weight:600;transition:all .2s}.wa-settings-action-btn,.wa-theme-btn{display:flex;align-items:center;cursor:pointer;background:transparent;font-family:inherit;-webkit-tap-highlight-color:transparent}.wa-settings-action-btn{gap:.75rem;width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:.85rem;transition:background .15s}.wa-settings-action-btn:hover{background:rgba(0,0,0,.03)}.wa-notif-toggle{width:44px;height:24px;border-radius:12px;border:none;cursor:pointer;position:relative;transition:background .25s;flex-shrink:0;-webkit-tap-highlight-color:transparent}.wa-notif-toggle-knob{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.wa-profile-panel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:30;overflow-y:auto;animation:crm-fade-in .2s}.wa-profile-avatar-lg{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128C7E);display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:2rem;font-weight:700;color:#fff}.wa-profile-action-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.85rem .5rem;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background .15s;position:relative;font-family:inherit;-webkit-tap-highlight-color:transparent}.wa-profile-action-item:hover{background:rgba(0,128,105,.08)}.wa-profile-action-item span{font-size:.72rem;font-weight:500}.wa-profile-action-badge{position:absolute;top:2px;right:10%;min-width:18px;height:18px;border-radius:9px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.wa-profile-stat{display:flex;align-items:center;gap:.65rem;padding:.75rem;border-radius:10px}.wa-profile-stat div{display:flex;flex-direction:column}.wa-notif-prompt{position:fixed;bottom:5.5rem;left:50%;transform:translateX(-50%);width:calc(100% - 2rem);max-width:440px;padding:.85rem;border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.15);z-index:100;animation:crm-slide-up .3s ease-out}@media (min-width:768px){.wa-app-container{height:100%}.wa-layout{border-radius:0}.wa-chat-list{width:380px;min-width:380px;border-right:1px solid rgba(0,0,0,.1)}.wa-chat-list-hidden-mobile,.wa-empty-state{display:flex}.wa-bubble{max-width:55%}.wa-emoji-grid{grid-template-columns:repeat(15,1fr)}.wa-attach-menu{left:auto;right:auto;bottom:56px;width:340px;margin-left:.5rem;border-radius:12px}.wa-notif-prompt{bottom:2rem}.wa-profile-panel{position:static;width:340px;min-width:340px;border-left:1px solid rgba(0,0,0,.08)}}@media (max-width:767px){.wa-app-container{height:100%;border-radius:0;border:none;margin:0}.wa-layout{border:none;border-radius:0}.wa-chat-list-hidden-mobile{display:none}.wa-chat-window{width:100%}.wa-back-btn{display:flex}.wa-bubble{max-width:82%}.wa-messages-scroll{padding:.5rem 2%}.wa-emoji-grid{grid-template-columns:repeat(8,1fr)}.wa-settings-panel{max-width:100%}.wa-input-area{padding:.4rem .5rem;gap:.25rem}.wa-input-icon-btn{width:36px;height:36px;min-width:36px}.wa-mic-btn,.wa-send-btn{width:42px;height:42px;min-width:42px}}.crm-tabs{display:flex;gap:0;margin-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.crm-tab{display:flex;align-items:center;gap:.45rem;padding:.75rem 1rem;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.4);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s;font-family:inherit;-webkit-tap-highlight-color:transparent}.crm-tab:hover{color:rgba(255,255,255,.7)}.crm-tab-active{color:#a5b4fc;border-bottom-color:#6366f1}.crm-tab svg{width:16px;height:16px}.crm-light .crm-tabs{border-bottom-color:rgba(0,0,0,.08)}.crm-light .crm-tab{color:#94a3b8}.crm-light .crm-tab:hover{color:#475569}.crm-light .crm-tab-active{color:#4f46e5;border-bottom-color:#6366f1}.crm-dash-empty-state{text-align:center;padding:1.5rem}.crm-dash-empty-icon{width:28px;height:28px;color:rgba(255,255,255,.15);margin:0 auto .5rem}.crm-dash-empty-text{font-size:.78rem;color:rgba(255,255,255,.35);margin:0}.crm-dash-activity-row{display:flex;align-items:center;gap:.65rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.crm-dash-activity-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-dash-activity-text{font-size:.78rem;color:rgba(255,255,255,.65);flex:1}.crm-dash-activity-time{font-size:.65rem;color:rgba(255,255,255,.3);flex-shrink:0}.crm-dash-status-row{display:flex;align-items:center;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.crm-dash-status-label{font-size:.82rem;color:rgba(255,255,255,.6)}.crm-light.crm-admin-layout{background:#f5f7fa;color:#1e293b}.crm-light .crm-loading-screen{background:#f5f7fa}.crm-light .crm-loading-spinner{border-color:#6366f1 rgba(99,102,241,.15) rgba(99,102,241,.15)}.crm-light .crm-sidebar{background:rgba(255,255,255,.98);border-right-color:rgba(0,0,0,.08)}.crm-light .crm-sidebar-brand{border-bottom-color:rgba(0,0,0,.06)}.crm-light .crm-sidebar-brand h2{color:#1e293b}.crm-light .crm-sidebar-brand p{color:#94a3b8}.crm-light .crm-sidebar-link{color:#64748b}.crm-light .crm-sidebar-link:hover{background:rgba(0,0,0,.04);color:#334155}.crm-light .crm-sidebar-link.active{background:rgba(99,102,241,.08);color:#4f46e5}.crm-light .crm-sidebar-link.active svg{color:#6366f1}.crm-light .crm-sidebar-footer{border-top-color:rgba(0,0,0,.06)}.crm-light .crm-sidebar-user-info h4{color:#1e293b}.crm-light .crm-logout-btn,.crm-light .crm-sidebar-user-info p{color:#94a3b8}.crm-light .crm-logout-btn:hover{background:rgba(239,68,68,.06);color:#ef4444}.crm-light .crm-mobile-header h1{color:#1e293b}.crm-light .crm-header-btn{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08);color:#64748b}.crm-light .crm-header-btn:hover{background:rgba(0,0,0,.08);color:#1e293b}.crm-light .crm-bottom-nav{background:rgba(255,255,255,.95);border-top-color:rgba(0,0,0,.08)}.crm-light .crm-bottom-tab{color:#94a3b8}.crm-light .crm-bottom-tab.active,.crm-light .crm-bottom-tab.active svg{color:#6366f1}.crm-light .crm-card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.crm-light .crm-card:hover{border-color:rgba(0,0,0,.15)}.crm-light .crm-stat-card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.crm-light .crm-stat-value{color:#1e293b}.crm-light .crm-stat-label{color:#94a3b8}.crm-light .crm-quick-card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.crm-light .crm-quick-card h4{color:#1e293b}.crm-light .crm-quick-card p{color:#94a3b8}.crm-light .crm-quick-card:hover{border-color:rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.08)}.crm-light .crm-list-item{background:#ffffff;border-color:rgba(0,0,0,.08)}.crm-light .crm-list-item:hover{border-color:rgba(0,0,0,.15)}.crm-light .crm-list-item-title{color:#1e293b}.crm-light .crm-list-item-subtitle{color:#94a3b8}.crm-light .crm-page-title{color:#1e293b}.crm-light .crm-page-subtitle{color:#94a3b8}.crm-light .crm-form-input{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.12);color:#1e293b}.crm-light .crm-form-input::placeholder{color:#94a3b8}.crm-light .crm-form-select{background-color:rgba(0,0,0,.02);border-color:rgba(0,0,0,.12);color:#1e293b}.crm-light .crm-form-select option{background:#ffffff;color:#1e293b}.crm-light .crm-form-label{color:#475569}.crm-light .crm-form-hint{color:#94a3b8}.crm-light .crm-modal{background:#ffffff;border-color:rgba(0,0,0,.12)}.crm-light .crm-modal-header{background:#ffffff;border-bottom-color:rgba(0,0,0,.06)}.crm-light .crm-modal-header h3{color:#1e293b}.crm-light .crm-modal-footer{background:#ffffff;border-top-color:rgba(0,0,0,.06)}.crm-light .crm-modal-close{background:rgba(0,0,0,.04);color:#64748b}.crm-light .crm-modal-close:hover{background:rgba(0,0,0,.08);color:#1e293b}.crm-light .crm-btn-secondary{background:rgba(0,0,0,.04);color:#475569;border-color:rgba(0,0,0,.12)}.crm-light .crm-btn-secondary:hover{background:rgba(0,0,0,.08);color:#1e293b}.crm-light .crm-btn-icon{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08);color:#64748b}.crm-light .crm-btn-icon:hover{background:rgba(0,0,0,.08);color:#1e293b}.crm-light .crm-badge-green{background:rgba(16,185,129,.08);color:#059669}.crm-light .crm-badge-yellow{background:rgba(245,158,11,.08);color:#d97706}.crm-light .crm-badge-red{background:rgba(239,68,68,.08);color:#dc2626}.crm-light .crm-badge-blue{background:rgba(99,102,241,.08);color:#4f46e5}.crm-light .crm-credential-box{background:rgba(16,185,129,.04);border-color:rgba(16,185,129,.12)}.crm-light .crm-perf-card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.crm-light .crm-perf-card:hover{border-color:rgba(0,0,0,.15)}.crm-light .crm-perf-card-name{color:#1e293b}.crm-light .crm-perf-card-email{color:#94a3b8}.crm-light .crm-perf-metric{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.06)}.crm-light .crm-perf-metric-value{color:#1e293b}.crm-light .crm-perf-metric-label{color:#94a3b8}.crm-light .crm-perf-bar-container{border-top-color:rgba(0,0,0,.06)}.crm-light .crm-perf-bar-label span:first-child{color:#64748b}.crm-light .crm-perf-bar-label span:last-child{color:#1e293b}.crm-light .crm-perf-bar{background:rgba(0,0,0,.06)}.crm-light .crm-section-title{color:#1e293b}.crm-perf-rank{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:rgba(255,255,255,.4);flex-shrink:0}.crm-light .crm-perf-rank{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08);color:#64748b}.crm-table{width:100%;border-collapse:collapse;font-size:.78rem}.crm-table th{text-align:center;padding:.5rem;color:rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.08);font-weight:600}.crm-table td{padding:.55rem .5rem;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.04)}.crm-table tr:last-child td{border-bottom:none}.crm-light .crm-table th{color:#64748b;border-bottom-color:rgba(0,0,0,.08)}.crm-light .crm-table td{color:#475569;border-bottom-color:rgba(0,0,0,.06)}.crm-settings-section-head{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.crm-settings-icon{width:36px;height:36px;border-radius:10px;border:1px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crm-settings-title{font-size:.92rem;font-weight:700;color:#fff;margin:0}.crm-light .crm-settings-title{color:#1e293b}.crm-settings-desc{font-size:.72rem;color:rgba(255,255,255,.4);margin:0}.crm-light .crm-settings-desc{color:#94a3b8}.crm-settings-radio{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem;border-radius:10px;cursor:pointer;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);transition:all .2s}.crm-settings-radio.active{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.2)}.crm-light .crm-settings-radio{background:rgba(0,0,0,.01);border-color:rgba(0,0,0,.08)}.crm-light .crm-settings-radio.active{background:rgba(99,102,241,.06);border-color:rgba(99,102,241,.2)}.crm-settings-radio-label{font-size:.82rem;font-weight:600;color:#fff}.crm-light .crm-settings-radio-label{color:#1e293b}.crm-settings-radio-desc{font-size:.7rem;color:rgba(255,255,255,.4);margin:.15rem 0 0}.crm-light .crm-settings-radio-desc{color:#94a3b8}.crm-settings-agent-row{display:flex;align-items:center;gap:.65rem;padding:.7rem;border-radius:10px;cursor:pointer;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);transition:all .15s}.crm-settings-agent-row.selected{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.2)}.crm-light .crm-settings-agent-row{background:rgba(0,0,0,.01);border-color:rgba(0,0,0,.08)}.crm-light .crm-settings-agent-row.selected{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.2)}.crm-settings-checkbox{width:20px;height:20px;border-radius:6px;flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .15s}.crm-light .crm-settings-checkbox{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.15)}.crm-settings-agent-name{font-size:.82rem;font-weight:600;color:#fff}.crm-light .crm-settings-agent-name{color:#1e293b}.crm-settings-agent-email{font-size:.68rem;color:rgba(255,255,255,.4);margin:0}.crm-light .crm-settings-agent-email{color:#94a3b8}.crm-settings-info-list{font-size:.72rem;color:rgba(255,255,255,.5);margin:0;padding-left:1.2rem;line-height:1.7}.crm-light .crm-credential-label,.crm-light .crm-settings-info-list{color:#64748b}.crm-light .crm-credential-value{color:#1e293b;background:rgba(0,0,0,.04)}.crm-light .crm-dash-empty-icon,.crm-light .crm-dash-empty-text{color:#94a3b8}.crm-light .crm-dash-activity-row{border-bottom-color:rgba(0,0,0,.06)}.crm-light .crm-dash-activity-text{color:#475569}.crm-light .crm-dash-activity-time{color:#94a3b8}.crm-light .crm-dash-status-row{border-bottom-color:rgba(0,0,0,.06)}.crm-light .crm-dash-status-label{color:#475569}.crm-light .crm-empty h3{color:#1e293b}.crm-light .crm-empty p{color:#94a3b8}.crm-light .crm-badge-gray{background:rgba(0,0,0,.04);color:#64748b}.crm-light .crm-alert-success{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.15);color:#059669}.crm-light .crm-alert-error{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.15);color:#dc2626}.agent-dash{padding-bottom:2rem}.agent-dash-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.agent-dash-spinner{width:32px;height:32px;color:#6366f1;animation:crm-spin .7s linear infinite}.agent-dash-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.agent-dash-header h1{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.crm-light .agent-dash-header h1{color:#1e293b}.agent-dash-header p{font-size:.78rem;color:rgba(255,255,255,.45);margin:.25rem 0 0}.crm-light .agent-dash-header p{color:#94a3b8}.agent-dash-export-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.82rem;font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 12px rgba(16,185,129,.3);transition:all .2s;white-space:nowrap}.agent-dash-export-btn:hover{box-shadow:0 4px 20px rgba(16,185,129,.45);transform:translateY(-1px)}.agent-dash-export-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.agent-dash-btn-icon{width:16px;height:16px}.agent-dash-btn-icon.spin{animation:crm-spin .7s linear infinite}.agent-dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.agent-dash-stat-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem;transition:border-color .2s}.crm-light .agent-dash-stat-card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.agent-dash-stat-card:hover{border-color:rgba(255,255,255,.12)}.crm-light .agent-dash-stat-card:hover{border-color:rgba(0,0,0,.15)}.agent-dash-stat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;border:1px solid}.agent-dash-stat-icon svg{width:18px;height:18px}.agent-dash-stat-value{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.crm-light .agent-dash-stat-value{color:#1e293b}.agent-dash-stat-label{font-size:.7rem;color:rgba(255,255,255,.4);margin-top:.15rem}.crm-light .agent-dash-stat-label{color:#94a3b8}.agent-dash-period-row{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.85rem 1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;margin-bottom:1.25rem}.crm-light .agent-dash-period-row{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.04)}.agent-dash-period-item{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.agent-dash-period-icon{width:16px;height:16px;color:rgba(255,255,255,.35)}.crm-light .agent-dash-period-icon{color:#94a3b8}.agent-dash-period-val{font-size:1rem;font-weight:700;color:#fff}.crm-light .agent-dash-period-val{color:#1e293b}.agent-dash-period-label{font-size:.65rem;color:rgba(255,255,255,.35)}.crm-light .agent-dash-period-label{color:#94a3b8}.agent-dash-period-divider{width:1px;height:28px;background:rgba(255,255,255,.08)}.crm-light .agent-dash-period-divider{background:rgba(0,0,0,.08)}.agent-dash-section{margin-bottom:1.25rem}.agent-dash-section-header h3,.agent-dash-section>h3{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;color:#fff;margin:0 0 .75rem}.crm-light .agent-dash-section-header h3,.crm-light .agent-dash-section>h3{color:#1e293b}.agent-dash-section-icon{width:18px;height:18px;color:#818cf8}.agent-dash-section-header{align-items:center;justify-content:space-between;margin-bottom:.75rem}.agent-dash-section-header,.agent-dash-tags-grid{display:flex;flex-wrap:wrap;gap:.5rem}.agent-dash-tag-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:rgba(255,255,255,.65);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.crm-light .agent-dash-tag-chip{border-color:rgba(0,0,0,.08);background:rgba(0,0,0,.02);color:#475569}.agent-dash-tag-chip.active{font-weight:600}.agent-dash-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--tag-color)}.agent-dash-tag-count{font-size:.65rem;font-weight:700;background:rgba(255,255,255,.06);padding:.1rem .35rem;border-radius:4px;margin-left:.15rem}.crm-light .agent-dash-tag-count{background:rgba(0,0,0,.05)}.agent-dash-filters{display:flex;gap:.5rem;flex-wrap:wrap}.agent-dash-filter-select{padding:.4rem 1.8rem .4rem .65rem;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.75rem;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;cursor:pointer}.crm-light .agent-dash-filter-select{background-color:rgba(0,0,0,.02);border-color:rgba(0,0,0,.12);color:#1e293b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.agent-dash-filter-select option{background:#1e293b;color:#fff}.crm-light .agent-dash-filter-select option{background:#ffffff;color:#1e293b}.agent-dash-custom-dates{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.agent-dash-date-input{display:flex;align-items:center;gap:.4rem;padding:.4rem .65rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px}.crm-light .agent-dash-date-input{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.12)}.agent-dash-date-icon{width:14px;height:14px;color:rgba(255,255,255,.35)}.crm-light .agent-dash-date-icon{color:#94a3b8}.agent-dash-date-input input{background:transparent;border:none;color:#fff;font-size:.78rem;outline:none}.crm-light .agent-dash-date-input input{color:#1e293b}.agent-dash-date-sep{font-size:.72rem;color:rgba(255,255,255,.3)}.crm-light .agent-dash-date-sep{color:#94a3b8}.agent-dash-leads-list{display:flex;flex-direction:column;gap:.5rem}.agent-dash-lead-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:border-color .2s}.crm-light .agent-dash-lead-item{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 1px 2px rgba(0,0,0,.03)}.agent-dash-lead-item:hover{border-color:rgba(255,255,255,.12)}.crm-light .agent-dash-lead-item:hover{border-color:rgba(0,0,0,.15)}.agent-dash-lead-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-dash-lead-avatar span{font-size:.85rem;font-weight:700;color:#fff;text-transform:uppercase}.agent-dash-lead-info{flex:1;min-width:0}.agent-dash-lead-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.agent-dash-lead-name{font-size:.85rem;font-weight:600;color:#fff}.crm-light .agent-dash-lead-name{color:#1e293b}.agent-dash-lead-time{font-size:.65rem;color:rgba(255,255,255,.35);flex-shrink:0}.crm-light .agent-dash-lead-time{color:#94a3b8}.agent-dash-lead-phone{font-size:.72rem;color:rgba(255,255,255,.4);margin-top:.1rem}.crm-light .agent-dash-lead-phone{color:#94a3b8}.agent-dash-lead-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.35rem}.agent-dash-lead-tag{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:5px;font-size:.62rem;font-weight:600}.agent-dash-lead-action{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);transition:all .2s;flex-shrink:0;text-decoration:none}.crm-light .agent-dash-lead-action{color:#94a3b8}.agent-dash-lead-action:hover{background:rgba(99,102,241,.1);color:#818cf8}.agent-dash-lead-action svg{width:16px;height:16px}.agent-dash-empty{text-align:center;padding:2.5rem 1rem;color:rgba(255,255,255,.3)}.crm-light .agent-dash-empty{color:#94a3b8}.agent-dash-empty svg{width:32px;height:32px;margin-bottom:.5rem;opacity:.4}.agent-dash-empty p{font-size:.8rem;margin:0}.chat-tag-picker-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:flex-end;justify-content:center}.chat-tag-picker{width:100%;max-width:420px;background:#111b21;border-radius:16px 16px 0 0;padding:1.25rem;animation:crm-slide-up .3s ease-out}.chat-tag-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.chat-tag-picker-header h3{font-size:1rem;font-weight:700;color:#e9edef;margin:0}.chat-tag-picker-close{width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,.06);border:none;display:flex;align-items:center;justify-content:center;color:#8696a0;cursor:pointer}.chat-tag-picker-close svg{width:16px;height:16px}.chat-tag-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chat-tag-option{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:20px;border:1.5px solid rgba(0,0,0,.12);background:rgba(0,0,0,.02);color:#334155;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-tag-option:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.2);transform:scale(1.02)}.chat-tag-option.selected{font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-theme=dark] .chat-tag-option{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.04);color:#e2e8f0}[data-theme=dark] .chat-tag-option:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}[data-theme=dark] .chat-tag-option.selected{box-shadow:0 2px 8px rgba(0,0,0,.3)}.chat-tag-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 4px rgba(0,0,0,.15)}.wa-chat-item-priority{position:relative}.wa-chat-item-priority:after{content:"🔥";position:absolute;top:-2px;right:-2px;font-size:.6rem}.wa-hot-lead-indicator{display:inline-flex;align-items:center;gap:.25rem;padding:.1rem .4rem;border-radius:8px;background:rgba(255,69,0,.12);color:#ff4500;font-size:.62rem;font-weight:700;animation:hot-lead-pulse 2s ease-in-out infinite}@keyframes hot-lead-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (min-width:768px){.agent-dash-stats{grid-template-columns:repeat(4,1fr)}.chat-tag-picker{border-radius:16px;margin-bottom:4rem}}.crm-btn-outline{background:rgba(255,255,255,.04);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.1)}.crm-btn-outline:hover{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.2)}.crm-light .crm-btn-outline{background:rgba(0,0,0,.03);color:#475569;border-color:rgba(0,0,0,.12)}.crm-light .crm-btn-outline:hover{background:rgba(0,0,0,.06);color:#1e293b}.crm-input{width:100%;padding:.55rem .75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.82rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.crm-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.crm-input::placeholder{color:rgba(255,255,255,.25)}.crm-input option{background:#1e293b;color:#fff}.crm-light .crm-input{background:#fff;border-color:rgba(0,0,0,.12);color:#1e293b}.crm-light .crm-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.crm-light .crm-input::placeholder{color:#94a3b8}.crm-light .crm-input option{background:#fff;color:#1e293b}.crm-table tfoot td{border-top:2px solid rgba(255,255,255,.08);border-bottom:none;padding:.65rem .5rem}.crm-light .crm-table tfoot td{border-top-color:rgba(0,0,0,.08)}@media (min-width:768px){.crm-stat-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.crm-stat-grid{grid-template-columns:repeat(6,1fr)}}@keyframes crm-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.8}}@keyframes crm-slideIn{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes crm-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}