@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Roboto:wght@400;500;700&family=Roboto+Mono:wght@500&display=swap";:root{--bg: #f7f7f5;--surface: #ffffff;--surface-2: #f0f0ee;--surface-3: #e8e8e5;--border: #e2e2df;--border-strong: #d0d0cc;--text: #1a1a18;--text-2: #55554f;--text-3: #8c8c85;--accent: #1a1a18;--accent-fg: #ffffff;--accent-hover: #333330;--green: #2e7d4f;--green-bg: #e5f3ec;--red: #c23934;--red-bg: #fbeae9;--amber: #9a6700;--amber-bg: #fbf0d9;--blue: #19588c;--blue-bg: #e3eef7;--violet: #6b46a8;--violet-bg: #efe9f8;--cyan: #0e6e7e;--cyan-bg: #e0f2f5;--shadow-1: 0 1px 2px rgba(20, 20, 18, .06);--shadow-2: 0 2px 8px rgba(20, 20, 18, .08);--shadow-3: 0 8px 28px rgba(20, 20, 18, .14);--r-sm: 6px;--r-md: 10px;--r-lg: 14px;--sidebar-w: 250px;--font-ui: "Roboto", -apple-system, "Segoe UI", sans-serif;--font-display: "Montserrat", var(--font-ui);--font-mono: "Roboto Mono", monospace}[data-theme=dark]{--bg: #131312;--surface: #1d1d1b;--surface-2: #262624;--surface-3: #30302d;--border: #30302d;--border-strong: #44443f;--text: #ececea;--text-2: #a8a8a1;--text-3: #6e6e67;--accent: #ececea;--accent-fg: #1a1a18;--accent-hover: #d4d4d0;--green: #5dbb87;--green-bg: #15301f;--red: #e87470;--red-bg: #371716;--amber: #d9a945;--amber-bg: #33260a;--blue: #6aa5d8;--blue-bg: #122639;--violet: #ab8ad8;--violet-bg: #251a36;--cyan: #57b5c5;--cyan-bg: #0c272c;--shadow-1: 0 1px 2px rgba(0, 0, 0, .4);--shadow-2: 0 2px 8px rgba(0, 0, 0, .5);--shadow-3: 0 8px 28px rgba(0, 0, 0, .6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-ui);background:var(--bg);color:var(--text);line-height:1.55;min-height:100vh;transition:background .25s ease,color .25s ease}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,.page-title,.card-title,.modal-title,.stat-card-value{font-family:var(--font-display)}::selection{background:var(--accent);color:var(--accent-fg)}#app{min-height:100vh}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;margin-left:var(--sidebar-w);display:flex;flex-direction:column;min-height:100vh;min-width:0}.app-content{flex:1;padding:28px 36px 48px;max-width:1480px;width:100%}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:100;overflow-y:auto}.sidebar-brand{padding:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.sidebar-brand-icon{width:34px;height:34px;border-radius:var(--r-sm);background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:15px;flex-shrink:0}.sidebar-brand-text{font-family:var(--font-display);font-weight:600;font-size:13.5px;line-height:1.3}.sidebar-brand-text small{display:block;font-family:var(--font-ui);font-weight:400;font-size:11px;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase}.sidebar-nav{flex:1;padding:14px 10px}.sidebar-group-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3);padding:16px 12px 6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar-group-label:hover{color:var(--text-2)}.sidebar-group-label .chevron{font-size:9px;transition:transform .18s ease}.sidebar-section.collapsed .chevron{transform:rotate(-90deg)}.sidebar-section.collapsed .sidebar-section-links{display:none}.sidebar-link{display:flex;align-items:center;gap:11px;padding:9px 12px;margin:1px 0;border-radius:var(--r-sm);color:var(--text-2);font-size:13.5px;font-weight:500;cursor:pointer;transition:background .13s ease,color .13s ease}.sidebar-link:hover{background:var(--surface-2);color:var(--text)}.sidebar-link.active{background:var(--accent);color:var(--accent-fg)}.sidebar-link-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar-link-icon svg{width:16px;height:16px}.sidebar-footer{padding:14px 16px;border-top:1px solid var(--border)}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--surface-3);color:var(--text-2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.sidebar-user-info{min-width:0}.sidebar-user-name{font-weight:500;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header{height:60px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:space-between;padding:0 36px;position:sticky;top:0;z-index:50}.app-header-title{font-family:var(--font-display);font-size:15px;font-weight:600}.app-header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid var(--border-strong);border-radius:var(--r-sm);font-family:var(--font-ui);font-size:13.5px;font-weight:500;cursor:pointer;background:var(--surface);color:var(--text);transition:all .13s ease;line-height:1.4;white-space:nowrap}.btn:hover{background:var(--surface-2);border-color:var(--text-3)}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-danger{color:var(--red);border-color:var(--red);background:transparent}.btn-danger:hover{background:var(--red);color:#fff}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{padding:5px 11px;font-size:12.5px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:var(--r-sm);cursor:pointer;color:var(--text-3);font-size:15px;transition:all .13s ease}.btn-icon:hover{background:var(--surface-2);color:var(--text)}.theme-toggle{width:36px;height:36px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:all .13s ease}.theme-toggle:hover{background:var(--surface-2)}.form-group{margin-bottom:15px}.form-label{display:block;font-size:12px;font-weight:500;color:var(--text-2);margin-bottom:5px;letter-spacing:.01em}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;border:1px solid var(--border-strong);border-radius:var(--r-sm);font-family:var(--font-ui);font-size:13.5px;background:var(--surface);color:var(--text);transition:border-color .13s ease,box-shadow .13s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--text);box-shadow:0 0 0 3px #78786e1f}.form-input::placeholder{color:var(--text-3)}.form-textarea{resize:vertical;min-height:76px}.form-select{cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.form-check{display:flex;align-items:center;gap:8px;font-size:13.5px;cursor:pointer}.form-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.form-error{color:var(--red);font-size:12.5px;margin-top:5px}.form-success{color:var(--green);font-size:12.5px;margin-top:5px}.form-hint{font-size:11.5px;color:var(--text-3);margin-top:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;box-shadow:var(--shadow-1)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.card-title{font-size:14px;font-weight:600}.table-wrapper{overflow-x:auto;margin:0 -22px;padding:0 22px}table{width:100%;border-collapse:collapse;font-size:13.5px}th{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border-strong);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);white-space:nowrap}td{padding:11px 12px;border-bottom:1px solid var(--border);vertical-align:middle}tbody tr{cursor:default;transition:background .1s ease}tbody tr:hover td{background:var(--surface-2)}tbody tr.clickable{cursor:pointer}tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:99px;font-size:11.5px;font-weight:600;white-space:nowrap;line-height:1.5}.badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;background:var(--surface-2);color:var(--text-2);border:1px solid var(--border);white-space:nowrap}.tag-list{display:flex;flex-wrap:wrap;gap:4px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:var(--bg)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:44px 40px;width:100%;max-width:410px;box-shadow:var(--shadow-2)}.login-logo{width:46px;height:46px;border-radius:var(--r-md);background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:19px;margin-bottom:20px}.login-card h1{font-size:19px;font-weight:600;margin-bottom:4px}.login-card .subtitle{color:var(--text-3);font-size:13px;margin-bottom:26px}.otp-input{letter-spacing:10px;font-size:22px;text-align:center;font-family:var(--font-mono);padding:12px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-bottom:22px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px 20px;box-shadow:var(--shadow-1);display:flex;flex-direction:column;gap:2px}.stat-card-label{font-size:11.5px;font-weight:500;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.stat-card-value{font-size:30px;font-weight:700;line-height:1.2}.stat-card-sub{font-size:12px;color:var(--text-2)}.dashboard-grid{display:grid;grid-template-columns:3fr 2fr;gap:14px}.dashboard-grid>.card{min-width:0}.dashboard-full{grid-column:1 / -1}.funnel{display:flex;flex-direction:column;gap:6px}.funnel-row{display:grid;grid-template-columns:170px 1fr 36px;align-items:center;gap:12px;font-size:12.5px}.funnel-label{color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.funnel-track{height:22px;border-radius:5px;background:var(--surface-2);overflow:hidden;position:relative}.funnel-bar{height:100%;border-radius:5px;min-width:2px;transition:width .5s cubic-bezier(.22,1,.36,1)}.funnel-count{font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.page-title{font-size:21px;font-weight:700;letter-spacing:-.01em}.page-subtitle{font-size:13px;color:var(--text-3);margin-top:2px}.section-title{font-family:var(--font-display);font-size:13px;font-weight:600;margin:4px 0 14px;display:flex;align-items:center;gap:8px}.section-title:after{content:"";flex:1;height:1px;background:var(--border)}.empty-state{text-align:center;padding:52px 24px;color:var(--text-3)}.empty-state-icon{font-size:36px;margin-bottom:10px;opacity:.6}.empty-state-text{font-size:13.5px}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:18px}.filter-bar .form-input,.filter-bar .form-select{width:auto;min-width:150px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0c0a73;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .15s ease}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;width:100%;max-width:640px;box-shadow:var(--shadow-3);animation:modalIn .18s cubic-bezier(.22,1,.36,1)}.modal-sm{max-width:440px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:16px;font-weight:600}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.toast-container{position:fixed;top:18px;right:18px;z-index:300;display:flex;flex-direction:column;gap:8px}.toast{padding:11px 16px;border-radius:var(--r-md);font-size:13px;font-weight:500;box-shadow:var(--shadow-2);animation:toastIn .22s cubic-bezier(.22,1,.36,1);max-width:360px;border:1px solid}.toast-success{background:var(--green-bg);color:var(--green);border-color:var(--green)}.toast-error{background:var(--red-bg);color:var(--red);border-color:var(--red)}.toast-info{background:var(--blue-bg);color:var(--blue);border-color:var(--blue)}@keyframes toastIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.lead-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px;align-items:start}.lead-detail-main{display:flex;flex-direction:column;gap:14px;min-width:0}.lead-detail-side{display:flex;flex-direction:column;gap:14px}.detail-rows{display:grid;grid-template-columns:1fr 1fr;gap:2px 24px}.detail-row{display:flex;flex-direction:column;padding:7px 0;border-bottom:1px dashed var(--border)}.detail-row dt{font-size:11px;font-weight:500;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.detail-row dd{font-size:13.5px;font-weight:500;margin-top:1px}.pipeline-stepper{display:flex;gap:4px;overflow-x:auto;padding:4px 0}.pipeline-step{flex:1;min-width:90px;padding:8px 10px;text-align:center;font-size:11px;font-weight:600;border-radius:var(--r-sm);background:var(--surface-2);color:var(--text-3);cursor:pointer;border:1px solid transparent;transition:all .13s ease;position:relative;white-space:nowrap}.pipeline-step:hover{border-color:var(--border-strong);color:var(--text-2)}.pipeline-step.done{background:var(--surface-3);color:var(--text-2)}.pipeline-step.current{background:var(--accent);color:var(--accent-fg)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.gallery-item{position:relative;aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--border);background:var(--surface-2);cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item .file-icon{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:26px;color:var(--text-3)}.gallery-item .file-icon span{font-size:10px;padding:0 8px;text-align:center;word-break:break-all}.gallery-item .gallery-delete{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;background:#0c0c0aa6;color:#fff;border:none;cursor:pointer;font-size:11px;display:none;align-items:center;justify-content:center}.gallery-item:hover .gallery-delete{display:flex}.upload-zone{border:2px dashed var(--border-strong);border-radius:var(--r-md);padding:26px;text-align:center;color:var(--text-3);font-size:13px;cursor:pointer;transition:all .15s ease}.upload-zone:hover,.upload-zone.dragover{border-color:var(--text-2);background:var(--surface-2);color:var(--text-2)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#080806eb;z-index:400;display:flex;align-items:center;justify-content:center;padding:40px;cursor:zoom-out}.lightbox img{max-width:100%;max-height:100%;border-radius:var(--r-sm);box-shadow:var(--shadow-3)}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.timeline-item:last-child{border-bottom:none}.timeline-icon{width:28px;height:28px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}.timeline-body{flex:1;min-width:0}.timeline-text{color:var(--text);word-break:break-word}.timeline-meta{font-size:11px;color:var(--text-3);margin-top:2px}.nom-tabs{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:18px}.nom-tab{padding:7px 14px;border-radius:99px;font-size:12.5px;font-weight:500;background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;color:var(--text-2);transition:all .13s ease}.nom-tab:hover{border-color:var(--text-3)}.nom-tab.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.color-swatch{width:22px;height:22px;border-radius:6px;border:1px solid var(--border-strong);display:inline-block;vertical-align:middle}.drag-handle{cursor:grab;color:var(--text-3);-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}tr.dragging{opacity:.4}.secret-box{font-family:var(--font-mono);font-size:12.5px;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--r-sm);padding:12px 14px;word-break:break-all;-webkit-user-select:all;user-select:all}.spinner{width:22px;height:22px;border:2.5px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;padding:56px}.pagination{display:flex;gap:4px;justify-content:center;padding:16px 0 4px}.pagination button{min-width:32px;height:32px;padding:0 8px;border:1px solid var(--border-strong);background:var(--surface);border-radius:var(--r-sm);cursor:pointer;font-size:13px;color:var(--text-2)}.pagination button:hover{background:var(--surface-2)}.pagination button.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.chart-container{position:relative;width:100%;height:260px}.chart-container canvas{max-height:260px}.chart-container-tall{height:320px}.chart-container-tall canvas{max-height:320px}.donut-wrap{display:flex;align-items:center;gap:18px;padding:8px 0}.donut-svg-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center}.donut-legend{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.donut-legend-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;font-size:12.5px;padding:3px 0}.donut-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.donut-legend-label{color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.donut-legend-val{font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}@media (max-width: 480px){.donut-wrap{flex-direction:column;gap:12px}}.chat-msg-list{display:flex;flex-direction:column;gap:10px}.chat-msg{display:flex;flex-direction:column;gap:3px;max-width:85%}.chat-msg-meta{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);padding:0 4px}.chat-msg-bubble{padding:9px 13px;border-radius:12px;font-size:13px;line-height:1.45;word-wrap:break-word;white-space:pre-wrap}.msg-user{align-self:flex-end}.msg-user .chat-msg-bubble{background:var(--accent);color:var(--accent-fg);border-bottom-right-radius:3px}.msg-user .chat-msg-meta{text-align:right}.msg-assistant{align-self:flex-start}.msg-assistant .chat-msg-bubble{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:3px}.msg-tool{align-self:flex-start}.msg-tool .chat-msg-bubble{background:var(--violet-bg);color:var(--violet);font-family:var(--font-mono);font-size:11.5px;border:1px solid var(--border);border-bottom-left-radius:3px}.load-more{display:block;margin:10px auto 0}.lead-detail-side .chat-msg-list{display:flex;flex-direction:column;gap:10px;max-height:480px;overflow-y:auto;padding:8px;background:var(--surface-2);border-radius:var(--r-md);border:1px solid var(--border)}.lead-detail-side .chat-msg{max-width:90%}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.flex{display:flex}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-center{display:flex;align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.text-muted{color:var(--text-3)}.text-sm{font-size:12.5px}.text-xs{font-size:11px}.font-medium{font-weight:500}.font-bold{font-weight:700}.w-full{width:100%}.mobile-menu-btn{display:none}@media (max-width: 920px){.dashboard-grid,.lead-detail-grid,.detail-rows{grid-template-columns:1fr}}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .22s cubic-bezier(.22,1,.36,1);box-shadow:var(--shadow-3);width:270px}.sidebar.open{transform:translate(0)}.app-main{margin-left:0}.app-content{padding:18px 16px 40px}.app-header{padding:0 16px}.form-row,.form-row-3{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.mobile-menu-btn{display:inline-flex}.login-card{padding:30px 24px}.filter-bar .form-input,.filter-bar .form-select{min-width:0;flex:1}.funnel-row{grid-template-columns:110px 1fr 32px}.modal{padding:20px}.table-wrapper{margin:0 -16px;padding:0 16px}}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0c0a66;z-index:99}@media (max-width: 768px){.sidebar-overlay.show{display:block}}
