*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #eef2ec;--card: #ffffff;--border: #e3e9e1;--border-soft: #eef2ec;--ink: #1c2b24;--muted: #79897e;--faint: #9aa8a0;--faint-2: #abbcb0;--green: #0e7a54;--green-dark: #0a5c3f;--green-hover: #0b6646;--green-soft: #e7f3ec;--teal: #1d7a86;--lime: #5a8f2e;--amber: #b8842a;--violet: #6d5fc4;--red: #c95f54;--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(20, 45, 32, .03), 0 5px 16px rgba(20, 45, 32, .04);--shadow-lg: 0 8px 30px rgba(20, 45, 32, .1);--paper: linear-gradient(#dde6d7 1px, transparent 1px), linear-gradient(90deg, #dde6d7 1px, transparent 1px)}html,body,#root{height:100%}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#cdd8cf;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#b8c6bb}.container{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.content{flex:1;overflow-y:auto;padding:15px 20px 26px}.sidebar{width:206px;flex-shrink:0;background:#fff;border-right:1px solid var(--border);padding:16px 12px;display:flex;flex-direction:column;overflow:hidden}.brand{padding:2px 6px 0}.brand img{width:auto;height:40px;max-width:168px;object-fit:contain;display:block}.brand-sub{display:flex;align-items:center;gap:6px;padding:8px 6px 0;font-size:10px;color:var(--faint);letter-spacing:.04em}.brand-sub:before{content:"";width:7px;height:7px;border-radius:50%;background:#22a06b;box-shadow:0 0 0 3px #22a06b29}.nav-group-label{font-size:10px;font-weight:700;color:var(--faint-2);text-transform:uppercase;letter-spacing:.09em;padding:22px 10px 7px}.nav-btn{display:flex;align-items:center;gap:11px;padding:9px 12px;margin-bottom:2px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--muted);font-family:inherit;font-size:13.5px;font-weight:500;cursor:pointer;width:100%;text-align:left;transition:background .12s,color .12s}.nav-btn i{width:17px;text-align:center;font-size:14px}.nav-btn:hover{background:#f3f6f2;color:var(--ink)}.nav-btn.active{background:var(--green-soft);color:var(--green);font-weight:600}.topbar{display:flex;align-items:center;justify-content:space-between;padding:11px 22px;background:#fff;border-bottom:1px solid var(--border)}.crumb{font-size:11px;color:var(--faint);letter-spacing:.03em;margin-bottom:1px}.topbar h1{font-size:20px;font-weight:800;letter-spacing:-.015em}.topbar-right{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;color:var(--muted);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.btn:hover{background:#f3f6f2}.btn-green{background:var(--green);color:#fff;border-color:var(--green)}.btn-green:hover{background:var(--green-hover);border-color:var(--green-hover)}.btn-icon{width:38px;height:38px;justify-content:center;padding:0;color:var(--muted)}.avatar{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:13px 15px}.card-title{font-size:13px;font-weight:700}.card-sub{font-size:11px;color:var(--faint);margin-top:1px}.sec-head{display:flex;align-items:center;gap:8px;margin-bottom:9px}.sec-ico{width:24px;height:24px;border-radius:7px;flex-shrink:0;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:11px}.sec-title{font-size:13px;font-weight:700}.sec-sub{font-size:11px;color:var(--faint);margin-top:1px}.filter-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:13px 18px;box-shadow:var(--shadow);margin-bottom:12px}.filter-label{font-size:10px;font-weight:700;color:var(--faint-2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.pill-row{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.pill{padding:7px 14px;border-radius:8px;border:1px solid var(--border);background:#fff;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:background .12s,border-color .12s,color .12s}.pill:hover{background:#f3f6f2}.pill.active{border-color:var(--green);background:var(--green-soft);color:var(--green);font-weight:700}.select{padding:7px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer;outline:none}.input{width:100%;padding:9px 12px 9px 32px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:13px;color:var(--ink);background:#f7faf6;outline:none}.input:focus,.select:focus{border-color:var(--green)}.insight{display:flex;align-items:flex-start;gap:13px;background:linear-gradient(100deg,#eef7f0,#e9f6ef);border:1px solid #c8e6d4;border-radius:var(--radius);padding:12px 16px;margin-bottom:12px}.insight-ico{width:30px;height:30px;border-radius:9px;flex-shrink:0;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}.insight-body{font-size:13px;line-height:1.6;color:var(--ink)}.insight-tag{font-size:10px;font-weight:800;letter-spacing:.07em;color:var(--green)}.pos{color:var(--green)}.neg{color:var(--red)}.kpi-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;margin-bottom:11px}@media (max-width: 880px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 540px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}.kpi{background:var(--card);border:1px solid var(--border);border-radius:11px;padding:11px 12px 10px;box-shadow:var(--shadow)}.kpi-top{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:9px}.kpi-icon{width:26px;height:26px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px}.kpi-value{font-size:18px;font-weight:800;letter-spacing:-.03em;line-height:1}.kpi-label2{font-size:11px;font-weight:600}.kpi-meta{font-size:9.5px;color:var(--muted);margin-top:2px;display:flex;align-items:center;gap:4px}.info-tip{color:var(--faint-2);cursor:help;position:relative;font-size:9.5px}.info-tip:hover:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);background:#1c2b24;color:#fff;font-size:11px;font-weight:500;line-height:1.4;padding:7px 10px;border-radius:8px;white-space:nowrap;z-index:60;box-shadow:var(--shadow-lg);pointer-events:none}.info-tip:hover:before{content:"";position:absolute;left:50%;bottom:calc(100% + 3px);transform:translate(-50%);border:5px solid transparent;border-top-color:#1c2b24;z-index:60;pointer-events:none}.chart-paper{background-image:var(--paper);background-size:26px 26px;border-radius:10px}.grid-funnel-trend,.grid-2-eq{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.grid-2-13{display:grid;grid-template-columns:1fr 1.3fr;gap:10px;margin-bottom:10px}@media (max-width: 1080px){.grid-funnel-trend,.grid-2-eq,.grid-2-13{grid-template-columns:1fr}}.funnel-grid{padding:8px 0 2px}.fn-row{display:flex;align-items:center;gap:13px;margin-bottom:10px}.fn-row:last-child{margin-bottom:0}.fn-plot{flex:1 1 auto;min-width:0;height:26px;border-radius:7px;overflow:hidden;background-color:#eef2ec;background-image:repeating-linear-gradient(to right,#dde6d7 0 1px,transparent 1px 12.5%)}.fn-bar{height:100%;min-width:46px;border-radius:7px;display:flex;align-items:center;padding:0 9px;transition:width .5s cubic-bezier(.22,1,.36,1)}.fn-count{font-size:11px;font-weight:700;color:#fff}.fn-stage{flex:0 0 124px;font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap}.fn-pct{flex:0 0 42px;text-align:right;font-size:12px;color:var(--muted)}.bar-row{display:flex;align-items:center;gap:12px;margin-bottom:15px}.bar-row:last-child{margin-bottom:0}.bar-label{width:100px;font-size:12.5px;font-weight:600;flex-shrink:0}.bar-track{flex:1;height:22px;background:#f1f4ef;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:width .5s cubic-bezier(.22,1,.36,1)}.bar-val{width:128px;text-align:right;font-size:12px;color:var(--muted);flex-shrink:0}.legend{flex:1;display:flex;flex-direction:column;gap:9px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px}.legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.legend-name{flex:1;color:var(--ink)}.legend-pct{color:var(--faint);width:34px;text-align:right}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;font-size:10.5px;font-weight:700;color:var(--faint);text-transform:uppercase;letter-spacing:.04em;padding:10px;border-bottom:1px solid var(--border-soft);white-space:nowrap}.tbl th.num,.tbl td.num{text-align:right}.tbl td{padding:11px 10px;border-bottom:1px solid #f2f5f1;font-size:13px}.tbl tbody tr:last-child td{border-bottom:none}.tbl tbody tr{cursor:default;transition:background .1s}.tbl tbody tr:hover{background:#f7faf6}.tbl .sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.tbl .sortable:hover{color:var(--green)}.chip{display:inline-block;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600}.chip-green{background:var(--green-soft);color:var(--green)}.chip-grey{background:#f3f6f2;color:var(--muted)}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.note{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--border-soft);font-size:11.5px;color:var(--faint)}.dots{display:flex;gap:5px}.dots span{width:8px;height:8px;border-radius:50%;background:var(--green);animation:bounce 1.2s infinite ease-in-out}.dots span:nth-child(2){animation-delay:.15s}.dots span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:scale(.5);opacity:.4}40%{transform:scale(1);opacity:1}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#f3f8f3,var(--bg));padding:20px}.login-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-lg);padding:34px 32px;width:100%;max-width:380px}.login-header{margin-bottom:22px}.login-form{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:6px}.login-field label{font-size:12px;font-weight:600;color:var(--muted)}.login-field input{padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:14px;outline:none;background:#f7faf6}.login-field input:focus{border-color:var(--green);background:#fff}.login-error{display:flex;align-items:center;gap:7px;font-size:12.5px;color:#c0392b;background:#fdeceb;padding:9px 12px;border-radius:var(--radius-sm)}.login-btn{margin-top:4px;padding:12px;border:none;border-radius:var(--radius-sm);background:var(--green);color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s}.login-btn:hover{background:var(--green-hover)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.search-wrap{position:relative}.search-wrap i{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--faint-2)}.search-wrap .input{width:230px}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.no-print,.sidebar,.topbar-right{display:none!important}html,body,#root{background:#fff!important;height:auto!important;overflow:visible!important}.container{display:block!important;height:auto!important;overflow:visible!important;background:#fff!important}.main-content{display:block!important;height:auto!important;overflow:visible!important;min-height:0!important;width:100%!important}.content{height:auto!important;overflow:visible!important;padding:0!important}.kpi-grid{grid-template-columns:repeat(4,1fr)!important}.grid-funnel-trend,.grid-2-eq{grid-template-columns:1fr!important}.card,.kpi,.filter-card{box-shadow:none!important}.card,.kpi{break-inside:avoid;page-break-inside:avoid}.topbar{padding-bottom:8px;margin-bottom:4px}h1{font-size:20px}}.ivy-scope{height:100%;width:100%;flex:1 1 auto;min-height:0}.ivy-scope .container{min-height:0}.ivy-scope *{margin:0;padding:0;box-sizing:border-box}.ivy-scope{font-family:Plus Jakarta Sans,sans-serif;background:#f5f7fa;color:#1a1a1a;overflow:hidden;height:100%}.ivy-scope{height:100%}.ivy-scope .container{display:flex;height:100%}.ivy-scope .sidebar{width:240px;background:linear-gradient(135deg,#ebf4ff,#e0f1ff);padding:24px 16px;border-right:1px solid #d4e6f1;flex-shrink:0;display:flex;flex-direction:column;overflow-y:auto}.ivy-scope .brand{margin-bottom:8px}.ivy-scope .brand h2{font-size:18px;font-weight:700;color:#1a1a1a}.ivy-scope .brand-sub{font-size:11px;color:#7a8fa0;margin-bottom:24px}.ivy-scope .nav-btn{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:#5a7a8f;cursor:pointer;width:100%;text-align:left;transition:all .2s;margin-bottom:2px}.ivy-scope .nav-btn:hover{background:#fff9;color:#1a1a1a}.ivy-scope .nav-btn.active{background:#fff;color:#0a8754;font-weight:600;box-shadow:0 2px 8px #0000000f}.ivy-scope .nav-btn i{width:18px;text-align:center}.ivy-scope .main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.ivy-scope .header{padding:20px 28px;background:#fff;border-bottom:1px solid #e0e6ed;display:flex;align-items:center;justify-content:space-between}.ivy-scope .header h1{font-size:22px;font-weight:700}.ivy-scope .header-right{display:flex;align-items:center;gap:16px}.ivy-scope .header-date{font-size:13px;color:#7a8fa0}.ivy-scope .notif-bell{width:36px;height:36px;border-radius:50%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;color:#7a8fa0;cursor:pointer;border:none}.ivy-scope .user-info{display:flex;align-items:center;gap:8px}.ivy-scope .user-avatar{width:32px;height:32px;border-radius:50%;background:#0a8754;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.ivy-scope .content{flex:1;overflow-y:auto;padding:24px 28px}.ivy-scope .stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:24px}.ivy-scope .stat-card{background:#fff;border-radius:14px;padding:18px 20px;border:1px solid #e0e6ed}.ivy-scope .stat-value{font-size:28px;font-weight:700;color:#0a8754}.ivy-scope .stat-label{font-size:12px;color:#7a8fa0;margin-top:2px}.ivy-scope .charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.ivy-scope .chart-card{background:#fff;border-radius:14px;padding:20px;border:1px solid #e0e6ed}.ivy-scope .chart-title{font-size:15px;font-weight:600;margin-bottom:16px}.ivy-scope .leads-section-title{font-size:16px;font-weight:600;margin-bottom:14px}.ivy-scope .leads-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.ivy-scope .lead-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e0e6ed;cursor:pointer;transition:all .2s}.ivy-scope .lead-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.ivy-scope .lead-card.flash{animation:flashCard 1s ease}@keyframes flashCard{0%{box-shadow:0 0 0 3px #0a8754}to{box-shadow:none}}.ivy-scope .lead-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ivy-scope .lead-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.ivy-scope .lead-name{font-weight:600;font-size:14px}.ivy-scope .lead-company{font-size:12px;color:#7a8fa0}.ivy-scope .lead-meta{display:flex;gap:8px;flex-wrap:wrap}.ivy-scope .lead-score{padding:3px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#f0fdf4;color:#0a8754}.ivy-scope .lead-source{padding:3px 10px;border-radius:6px;font-size:11px;font-weight:500;background:#f5f7fa;color:#7a8fa0}.ivy-scope .lead-date{font-size:11px;color:#7a8fa0;margin-left:auto}.ivy-scope .kanban{display:flex;gap:14px;overflow-x:auto;padding-bottom:16px}.ivy-scope .kanban-col{min-width:200px;flex:1;background:#fff;border-radius:14px;padding:14px;border:1px solid #e0e6ed}.ivy-scope .kanban-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ivy-scope .kanban-title{font-size:13px;font-weight:600;color:#1a1a1a}.ivy-scope .kanban-count{width:22px;height:22px;border-radius:50%;background:#f5f7fa;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;color:#7a8fa0}.ivy-scope .kanban-card{background:#f9fafb;border-radius:10px;padding:12px;margin-bottom:8px;cursor:pointer;transition:all .2s;border:1px solid transparent}.ivy-scope .kanban-card:hover{border-color:#0a8754;background:#f0fdf4}.ivy-scope .kanban-card .kc-name{font-weight:600;font-size:13px;margin-bottom:2px}.ivy-scope .kanban-card .kc-co{font-size:11px;color:#7a8fa0;margin-bottom:6px}.ivy-scope .kanban-card .kc-score{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#f0fdf4;color:#0a8754}.ivy-scope .conv-table{width:100%;border-collapse:collapse}.ivy-scope .conv-table th{text-align:left;font-size:12px;font-weight:600;color:#7a8fa0;padding:10px 14px;border-bottom:1px solid #e0e6ed;text-transform:uppercase;letter-spacing:.04em}.ivy-scope .conv-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;font-size:13px;cursor:pointer}.ivy-scope .conv-table tr:hover td{background:#f9fafb}.ivy-scope .channel-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:500}.ivy-scope .ch-wa{background:#e8f5ee;color:#128c7e}.ivy-scope .ch-email{background:#f3e8ff;color:#8b5cf6}.ivy-scope .status-badge{padding:3px 10px;border-radius:100px;font-size:11px;font-weight:600}.ivy-scope .st-active{background:#f0fdf4;color:#15803d}.ivy-scope .st-closed{background:#f5f7fa;color:#7a8fa0}.ivy-scope .st-booked{background:#ebf4ff;color:#3b82f6}.ivy-scope .conv-detail{background:#fff;border-radius:14px;padding:20px}.ivy-scope .conv-back{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#0a8754;cursor:pointer;margin-bottom:16px;border:none;background:none;font-family:inherit}.ivy-scope .conv-chat{max-height:500px;overflow-y:auto;padding:16px;background:#ece5dd;border-radius:12px;display:flex;flex-direction:column}.ivy-scope .conv-msg{max-width:75%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;margin-bottom:8px}.ivy-scope .conv-msg.ai{background:#fff;align-self:flex-start;border-top-left-radius:4px}.ivy-scope .conv-msg.contact{background:#dcf8c6;margin-left:auto;border-top-right-radius:4px}.ivy-scope .conv-msg-time{font-size:10px;color:#999;text-align:right;margin-top:4px}.ivy-scope .contacts-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e0e6ed}.ivy-scope .contacts-table th{text-align:left;font-size:12px;font-weight:600;color:#7a8fa0;padding:12px 16px;border-bottom:1px solid #e0e6ed;background:#f9fafb}.ivy-scope .contacts-table td{padding:12px 16px;font-size:13px;border-bottom:1px solid #f0f0f0}.ivy-scope .settings-card{background:#fff;border-radius:14px;padding:24px;border:1px solid #e0e6ed;max-width:500px}.ivy-scope .settings-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.ivy-scope .settings-row:last-child{border:none}.ivy-scope .settings-label{font-size:13px;color:#7a8fa0}.ivy-scope .settings-val{font-size:13px;font-weight:600}.ivy-scope .detail-panel{position:fixed;right:0;top:0;bottom:0;width:500px;background:#fff;box-shadow:-4px 0 16px #00000026;z-index:1000;display:none;flex-direction:column;transform:translate(500px);transition:transform .3s ease;overflow-y:auto}.ivy-scope .detail-panel.active{display:flex;transform:translate(0);animation:slideIn .4s ease}@keyframes slideIn{0%{transform:translate(500px)}to{transform:translate(0)}}.ivy-scope .dp-header{padding:20px 24px;border-bottom:1px solid #e0e6ed;display:flex;align-items:flex-start;justify-content:space-between}.ivy-scope .dp-close{width:32px;height:32px;border-radius:8px;border:1px solid #e0e6ed;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#7a8fa0}.ivy-scope .dp-section{padding:16px 24px;border-bottom:1px solid #f0f0f0}.ivy-scope .dp-section-title{font-size:12px;font-weight:600;color:#7a8fa0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.ivy-scope .dp-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.ivy-scope .dp-row .lab{color:#7a8fa0}.ivy-scope .dp-actions{padding:16px 24px;display:flex;flex-direction:column;gap:8px}.ivy-scope .dp-btn{padding:10px 16px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #e0e6ed;background:#fff;text-align:center;transition:all .2s}.ivy-scope .dp-btn-primary{background:#0a8754;color:#fff;border-color:#0a8754}.ivy-scope .dp-btn-primary:hover{background:#076b43}.ivy-scope .dp-sync{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:13px;font-weight:500;justify-content:center}.ivy-scope .lead-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.ivy-scope .lead-modal{background:#fff;border-radius:16px;width:100%;max-width:660px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.ivy-scope .lead-modal-section{margin:0 16px 12px;border:1px solid #e0e6ed;border-radius:12px;padding:16px}.ivy-scope .lead-modal-section-title{font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ivy-scope .lead-modal-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.ivy-scope .typing-ind{align-self:flex-start;background:#fff;border-radius:14px;padding:12px 18px;display:flex;gap:4px}.ivy-scope .t-dot{width:7px;height:7px;border-radius:50%;background:#999;animation:tBounce 1.4s infinite}.ivy-scope .t-dot:nth-child(2){animation-delay:.2s}.ivy-scope .t-dot:nth-child(3){animation-delay:.4s}@keyframes tBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}@keyframes msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ivy-scope .login-page{min-height:100%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;padding:20px}.ivy-scope .login-card{background:#fff;border-radius:20px;padding:40px 36px;width:100%;max-width:400px;box-shadow:0 8px 40px #0000001a;border:1px solid #e0e6ed}.ivy-scope .login-header{margin-bottom:32px}.ivy-scope .login-form{display:flex;flex-direction:column;gap:18px}.ivy-scope .login-field label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.ivy-scope .login-field input{width:100%;padding:11px 14px;border:1.5px solid #e0e6ed;border-radius:10px;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s;color:#1a1a1a}.ivy-scope .login-field input:focus{border-color:#0a8754;box-shadow:0 0 0 3px #0a87541a}.ivy-scope .login-error{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px}.ivy-scope .login-btn{padding:12px;background:#0a8754;color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.ivy-scope .login-btn:hover:not(:disabled){background:#076b43}.ivy-scope .login-btn:disabled{opacity:.7;cursor:not-allowed}
