.proto-root{--bg:#ebe8e1;--sidebar-bg:#f7f9f7;--sidebar-head:#075e54;--card-bg:#fff;--text:#111b21;--text-muted:#667781;--text-faint:#8696a0;--accent:#128c7e;--accent-hover:#075e54;--accent-light:#25d366;--accent-muted:#dcf8c6;--border:#d1d7db;--border-card:#e9edef;--hot:#c0392b;--hot-muted:#fdf2f1;--warm:#c17f24;--warm-muted:#f5ecd9;--cold:#667781;--cold-muted:#f0f2f5;--blue:#0078d4;--blue-muted:#e8f3ff;--radius:8px;--radius-sm:5px;--shadow:0 1px 3px #111b2112, 0 1px 2px #111b210d;--shadow-card:0 2px 8px #111b2114;background:var(--bg);color:var(--text);font-family:var(--font-proto-body), system-ui, sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;font-size:14px;line-height:1.5;display:flex}.proto-root *{box-sizing:border-box}.proto-root a{color:inherit;text-decoration:none}.proto-root button{cursor:pointer;background:0 0;border:none;font-family:inherit}.proto-root input,.proto-root textarea{font-family:inherit}@keyframes proto-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.proto-root .fu{opacity:0;animation:.45s cubic-bezier(.16,1,.3,1) forwards proto-fade-up}.proto-root .d0{animation-delay:0s}.proto-root .d1{animation-delay:80ms}.proto-root .d2{animation-delay:.16s}.proto-root .d3{animation-delay:.24s}.proto-root .d4{animation-delay:.32s}.proto-root .d5{animation-delay:.4s}.proto-root .d6{animation-delay:.48s}.proto-root .sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:232px;min-height:100vh;display:flex;position:sticky;top:0}.proto-root .sb-brand{background:var(--sidebar-head);padding:20px 20px 18px}.proto-root .sb-wordmark{font-family:var(--font-proto-display), Georgia, serif;color:#fff;letter-spacing:-.3px;font-size:21px;font-style:italic;font-weight:500}.proto-root .sb-tagline{color:#ffffff8c;margin-top:2px;font-size:11px;font-weight:400}.proto-root .sb-workspace{border-bottom:1px solid var(--border);padding:14px 20px}.proto-root .sb-ws-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:4px;font-size:10px;font-weight:600}.proto-root .sb-ws-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.proto-root .sb-plan{color:var(--accent);background:var(--accent-muted);border-radius:99px;align-items:center;margin-top:5px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.proto-root .sb-nav{flex:1;padding:10px}.proto-root .sb-section-label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint);padding:10px 10px 4px;font-size:10px;font-weight:600}.proto-root .nav-item{color:var(--text-muted);border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:3px solid #0000;align-items:center;gap:10px;margin-left:-3px;padding:9px 10px;font-size:13.5px;font-weight:400;transition:background .15s,color .15s,border-color .15s;display:flex}.proto-root .nav-item:hover{background:var(--accent-muted);color:var(--text);border-left-color:#128c7e4d}.proto-root .nav-item.active{border-left-color:var(--accent);background:var(--accent-muted);color:var(--text);font-weight:600}.proto-root .nav-icon{opacity:.55;flex-shrink:0;width:16px;height:16px}.proto-root .nav-item.active .nav-icon,.proto-root .nav-item:hover .nav-icon{opacity:1}.proto-root .nav-badge{color:#fff;background:var(--accent-light);border-radius:99px;margin-left:auto;padding:1px 6px;font-size:10px;font-weight:700}.proto-root .sb-footer{border-top:1px solid var(--border);padding:14px 20px}.proto-root .sb-footer-user{color:var(--text-muted);margin-bottom:5px;font-size:12px;font-weight:500}.proto-root .sb-footer-logout{color:var(--text-faint);font-size:12px;transition:color .15s}.proto-root .sb-footer-logout:hover{color:var(--hot)}.proto-root .main{flex-direction:column;flex:1;gap:22px;padding:28px 34px 48px;display:flex;overflow-y:auto}.proto-root .page-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.proto-root .greeting-main{font-family:var(--font-proto-display), Georgia, serif;color:var(--text);letter-spacing:-.3px;font-size:28px;font-style:italic;font-weight:500;line-height:1.2}.proto-root .greeting-sub{color:var(--text-muted);margin-top:6px;font-size:13.5px}.proto-root .greeting-sub strong{color:var(--hot);font-weight:600}.proto-root .header-actions{align-items:center;gap:9px;padding-top:4px;display:flex}.proto-root .search-wrap{position:relative}.proto-root .search-wrap svg{width:14px;height:14px;color:var(--text-faint);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.proto-root .search-input{border-radius:var(--radius-sm);border:1px solid var(--border-card);background:var(--card-bg);height:34px;color:var(--text);outline:none;width:220px;padding:0 12px 0 32px;font-size:13px;transition:border-color .15s}.proto-root .search-input::placeholder{color:var(--text-faint)}.proto-root .search-input:focus{border-color:var(--accent)}.proto-root .btn{border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.proto-root .btn-primary{background:var(--accent);color:#fff}.proto-root .btn-primary:hover{background:var(--accent-hover)}.proto-root .btn-outline{border:1px solid var(--border);color:var(--text);background:0 0}.proto-root .btn-outline:hover{background:var(--card-bg);border-color:var(--accent)}.proto-root .btn-ghost{color:var(--text-muted);padding:7px 10px}.proto-root .btn-ghost:hover{background:var(--accent-muted);color:var(--text)}.proto-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.proto-root .stat-card{background:var(--card-bg);border:1px solid var(--border-card);border-top:3px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px 22px;transition:transform .15s,box-shadow .15s}.proto-root .stat-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.proto-root .stat-card.hot{border-top-color:var(--hot)}.proto-root .stat-card.warm{border-top-color:var(--warm)}.proto-root .stat-card.cold{border-top-color:var(--cold)}.proto-root .stat-card.accent{border-top-color:var(--accent)}.proto-root .stat-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.proto-root .stat-num{font-family:var(--font-proto-display), Georgia, serif;margin-top:8px;font-size:42px;font-style:italic;font-weight:500;line-height:1}.proto-root .stat-card.hot .stat-num{color:var(--hot)}.proto-root .stat-card.warm .stat-num{color:var(--warm)}.proto-root .stat-card.cold .stat-num{color:var(--cold)}.proto-root .stat-card.accent .stat-num{color:var(--accent)}.proto-root .stat-help{color:var(--text-faint);margin-top:8px;font-size:12px}.proto-root .content-grid{grid-template-columns:1fr 340px;gap:22px;display:grid}.proto-root .card{background:var(--card-bg);border:1px solid var(--border-card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.proto-root .card-header{border-bottom:1px solid var(--border-card);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.proto-root .card-title{color:var(--text);font-size:14px;font-weight:600}.proto-root .card-sub{color:var(--text-muted);margin-top:2px;font-size:12px}.proto-root .card-body{padding:18px 20px}.proto-root .table{border-collapse:collapse;width:100%}.proto-root .table thead{border-bottom:1px solid var(--border-card);background:#f0f2f5}.proto-root .table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);padding:12px 18px;font-size:10.5px;font-weight:700}.proto-root .table td{color:var(--text);border-bottom:1px solid var(--border-card);padding:14px 18px;font-size:13px}.proto-root .table tr{transition:background .12s}.proto-root .table tbody tr:hover{background:var(--accent-muted);cursor:pointer}.proto-root .table tbody tr:last-child td{border-bottom:none}.proto-root .lead-name{color:var(--text);font-weight:600}.proto-root .lead-phone{color:var(--text-faint);margin-top:2px;font-size:11.5px}.proto-root .badge{letter-spacing:.02em;border-radius:99px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.proto-root .badge-hot{background:var(--hot-muted);color:var(--hot)}.proto-root .badge-warm{background:var(--warm-muted);color:var(--warm)}.proto-root .badge-cold{background:var(--cold-muted);color:var(--cold)}.proto-root .badge-new{background:var(--accent-muted);color:var(--accent)}.proto-root .badge-dot{background:currentColor;border-radius:99px;width:6px;height:6px}.proto-root .row-actions{gap:6px;display:flex}.proto-root .row-btn{background:var(--card-bg);color:var(--text-muted);border:1px solid var(--border-card);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .12s}.proto-root .row-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.proto-root .row-btn.hot{color:var(--hot);border-color:var(--hot)}.proto-root .row-btn.hot:hover{background:var(--hot);color:#fff}.proto-root .followup{border-bottom:1px solid var(--border-card);align-items:center;gap:11px;padding:12px 0;display:flex}.proto-root .followup:last-child{border-bottom:none;padding-bottom:0}.proto-root .followup:first-child{padding-top:0}.proto-root .followup-avatar{background:var(--accent-muted);width:34px;height:34px;color:var(--accent);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.proto-root .followup-info{flex:1;min-width:0}.proto-root .followup-name{color:var(--text);font-size:13px;font-weight:600}.proto-root .followup-reason{color:var(--text-muted);margin-top:1px;font-size:11.5px}.proto-root .followup-time{color:var(--text-faint);white-space:nowrap;font-size:11px}.proto-root .wa-digest{border-radius:var(--radius);background:#ebe8e1;margin-top:4px;padding:16px}.proto-root .wa-bubble{background:var(--accent-muted);border-radius:8px 8px 8px 0;max-width:100%;padding:10px 12px 6px;position:relative;box-shadow:0 1px 1px #111b2114}.proto-root .wa-bubble:before{content:"";border-right:6px solid var(--accent-muted);border-top:6px solid #0000;width:0;height:0;position:absolute;bottom:0;left:-6px}.proto-root .wa-bubble-header{color:#075e54;margin-bottom:4px;font-size:12px;font-weight:700}.proto-root .wa-bubble-text{color:var(--text);white-space:pre-line;font-size:13px;line-height:1.45}.proto-root .wa-bubble-meta{color:#667781;text-align:right;margin-top:4px;font-size:10px}.proto-root .wa-tick{color:#53bdeb;font-weight:700}.proto-root .quick-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.proto-root .quick-btn{border:1px solid var(--border-card);border-radius:var(--radius-sm);text-align:left;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;transition:all .15s;display:flex}.proto-root .quick-btn:hover{background:var(--accent-muted);border-color:var(--accent)}.proto-root .quick-btn-label{color:var(--text);font-size:12.5px;font-weight:600}.proto-root .quick-btn-sub{color:var(--text-muted);font-size:10.5px}.proto-root .lead-detail-header{background:var(--card-bg);border:1px solid var(--border-card);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.proto-root .lead-detail-header .left{align-items:center;gap:14px;display:flex}.proto-root .lead-avatar{background:var(--accent-muted);width:52px;height:52px;color:var(--accent);border-radius:99px;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.proto-root .lead-detail-name{font-size:18px;font-weight:600}.proto-root .lead-detail-phone{color:var(--text-muted);margin-top:2px;font-size:12.5px}.proto-root .lead-tabs{background:var(--card-bg);border:1px solid var(--border-card);border-radius:var(--radius);box-shadow:var(--shadow);gap:4px;padding:4px;display:flex}.proto-root .lead-tab{color:var(--text-muted);border-radius:var(--radius-sm);text-align:center;flex:1;padding:10px 14px;font-size:13px;font-weight:500;transition:all .15s}.proto-root .lead-tab:hover{background:var(--accent-muted);color:var(--text)}.proto-root .lead-tab.active{background:var(--accent-muted);color:var(--accent);font-weight:600}.proto-root .chat-wrap{border-radius:var(--radius);background:#ebe8e1;flex-direction:column;gap:10px;min-height:420px;padding:18px;display:flex}.proto-root .msg{max-width:72%;font-size:13.5px;line-height:1.45}.proto-root .msg-in{background:#fff;border-radius:8px 8px 8px 0;align-self:flex-start;padding:8px 12px 6px;box-shadow:0 1px 1px #111b2114}.proto-root .msg-out{background:var(--accent-muted);border-radius:8px 8px 0;align-self:flex-end;padding:8px 12px 6px;box-shadow:0 1px 1px #111b2114}.proto-root .msg-meta{color:#667781;text-align:right;margin-top:3px;font-size:10px}.proto-root .insight-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.proto-root .insight-card{border:1px solid var(--border-card);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:20px 22px}.proto-root .insight-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:600}.proto-root .insight-value{font-family:var(--font-proto-display), Georgia, serif;color:var(--accent);margin-top:10px;font-size:36px;font-style:italic;font-weight:500;line-height:1}.proto-root .insight-delta{margin-top:8px;font-size:11.5px}.proto-root .insight-delta.up{color:#1e8a5c}.proto-root .insight-delta.down{color:var(--hot)}.proto-root .bar-row{align-items:center;gap:10px;padding:8px 0;font-size:12.5px;display:flex}.proto-root .bar-label{width:110px;color:var(--text-muted)}.proto-root .bar-track{background:#f0f2f5;border-radius:99px;flex:1;height:8px;overflow:hidden}.proto-root .bar-fill{background:var(--accent);border-radius:99px;height:100%}.proto-root .bar-value{text-align:right;width:40px;font-size:12px;font-weight:600}.proto-root .settings-grid{grid-template-columns:240px 1fr;gap:22px;display:grid}.proto-root .settings-nav{flex-direction:column;gap:2px;display:flex}.proto-root .settings-nav-item{color:var(--text-muted);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;transition:all .15s}.proto-root .settings-nav-item.active{background:var(--accent-muted);color:var(--accent);font-weight:600}.proto-root .settings-nav-item:hover{background:var(--accent-muted);color:var(--text)}.proto-root .form-row{border-bottom:1px solid var(--border-card);grid-template-columns:200px 1fr;gap:20px;padding:16px 0;display:grid}.proto-root .form-row:last-child{border-bottom:none}.proto-root .form-label{color:var(--text);font-size:13px;font-weight:600}.proto-root .form-help{color:var(--text-muted);margin-top:3px;font-size:12px}.proto-root .form-input{border:1px solid var(--border-card);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;outline:none;padding:9px 12px;font-size:13px}.proto-root .form-input:focus{border-color:var(--accent)}.proto-root .proto-banner{color:#92400e;text-align:center;letter-spacing:.04em;text-transform:uppercase;background:#fef3c7;padding:4px 10px;font-size:11px;font-weight:600}
