@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--black:oklch(15% .005 250);--white:oklch(99.5% .002 250);--gray-1:oklch(97% .002 250);--gray-2:oklch(93% .003 250);--gray-3:oklch(74% .005 250);--gray-4:oklch(56% .006 250);--gray-5:oklch(42% .006 250);--accent:oklch(58% .12 250);--accent-light:oklch(88% .04 250);--accent-subtle:oklch(96.5% .012 250);--green:oklch(62% .14 155);--green-light:oklch(94% .04 155);--red:oklch(58% .14 20);--red-light:oklch(94% .04 20);--yellow:oklch(72% .12 75);--yellow-light:oklch(95% .04 75);--sidebar-bg:var(--white);--surface:var(--gray-1);--radius:10px;--radius-sm:7px;color:var(--black);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,system-ui,sans-serif;font-size:13.5px;line-height:1.55}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-width:1024px;height:100%}body{background:var(--surface)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-3)}.sidebar{background:var(--white);flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100vh;display:flex;position:sticky;top:0}.sidebar-logo{align-items:center;gap:10px;padding:20px 20px 24px;display:flex}.sidebar-logo-mark{background:var(--black);width:26px;height:26px;color:var(--white);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:12.5px;font-weight:800;display:flex}.sidebar-logo-name{color:var(--black);letter-spacing:-.3px;font-size:15px;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:0 10px;display:flex;overflow-y:auto}.sidebar-item{text-align:left;width:100%;color:var(--gray-4);border-radius:8px;align-items:center;gap:11px;padding:8px 12px;font-size:13.5px;font-weight:500;transition:background .12s,color .12s;display:flex}.sidebar-item:hover{background:var(--gray-1);color:var(--black)}.sidebar-item--active,.sidebar-item--active:hover{background:var(--black);color:var(--white)}.sidebar-item-icon{opacity:.45;flex-shrink:0;align-items:center;display:flex}.sidebar-item:hover .sidebar-item-icon{opacity:.7}.sidebar-item--active .sidebar-item-icon{opacity:1}.sidebar-item-label{flex:1}.sidebar-bottom{flex-direction:column;gap:2px;padding:10px;display:flex}.sidebar-divider{background:var(--gray-2);height:1px;margin:6px 10px 8px}.sidebar-user{border-top:1px solid var(--gray-1);cursor:default;border-radius:8px;align-items:center;gap:10px;margin-top:4px;padding:12px;display:flex}.sidebar-user-avatar{background:var(--accent);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11.5px;font-weight:700;display:flex}.sidebar-user-info{flex-direction:column;display:flex}.sidebar-user-name{color:var(--black);font-size:13px;font-weight:600;line-height:1.25}.sidebar-user-role{color:var(--gray-4);font-size:11px;line-height:1.3}.dashboard{flex-direction:column;height:100%;display:flex;overflow:hidden}.dashboard-header{background:var(--surface);flex-shrink:0;padding:24px 28px 16px}.dashboard-greeting{color:var(--black);letter-spacing:-.3px;font-size:18px;font-weight:700}.dashboard-date{color:var(--gray-4);margin-top:2px;font-size:12px;font-weight:400}.dashboard-scroll{flex-direction:column;flex:1;gap:20px;padding:0 28px 32px;display:flex;overflow-y:auto}.dashboard-body{flex:1;align-items:flex-start;gap:20px;padding:0 28px 28px;display:flex;overflow-y:auto}.dashboard-main{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.dashboard-sidebar{background:var(--white);border-radius:var(--radius);flex-direction:column;align-self:flex-start;gap:16px;width:240px;min-width:240px;padding:20px;display:flex;position:sticky;top:0}.ai-summary-card{background:var(--white);border-radius:var(--radius);padding:20px 22px;box-shadow:0 1px 3px #0000000a}.ai-summary-label{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin-bottom:10px;font-size:10.5px;font-weight:700;display:flex}.ai-summary-text{color:var(--gray-5);font-size:13.5px;line-height:1.65}.ai-summary-text strong{color:var(--black);font-weight:600}.dash-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.dash-metric{background:var(--white);border-radius:var(--radius);flex-direction:column;gap:2px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0000000a}.dash-metric-value{color:var(--black);letter-spacing:-.4px;font-size:22px;font-weight:800;line-height:1.1}.dash-metric-label{color:var(--gray-4);font-size:12px;font-weight:500}.dash-metric-sub{color:var(--gray-3);font-size:11px;font-weight:500}.dash-main-aside{grid-template-columns:3fr 2fr;align-items:start;gap:20px;display:grid}.dash-main-col,.dash-aside-col{flex-direction:column;gap:20px;display:flex}.dash-two-col-equal{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.section-title{color:var(--gray-4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:11.5px;font-weight:600}.dashboard-section{background:var(--white);border-radius:var(--radius);flex-direction:column;padding:20px;display:flex;box-shadow:0 1px 3px #0000000a}.highlights-list{flex-direction:column;display:flex}.highlight-item{border-bottom:1px solid var(--gray-1);align-items:center;gap:12px;padding:10px 0;display:flex}.highlight-item:last-child{border-bottom:none;padding-bottom:0}.highlight-item:first-child{padding-top:0}.highlight-urgency-bar{border-radius:2px;flex-shrink:0;width:3px;height:28px}.highlight-item--high .highlight-urgency-bar{background:var(--red)}.highlight-item--medium .highlight-urgency-bar{background:var(--yellow)}.highlight-item--low .highlight-urgency-bar{background:var(--green)}.highlight-content{flex:1}.highlight-text{color:var(--black);font-size:13px;font-weight:500;line-height:1.45}.highlight-action{color:var(--accent);white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:2px 0;font-size:12px;font-weight:600}.highlight-action:hover{text-decoration:underline}.dash-working{flex-direction:column;gap:14px;display:flex}.working-item-body{flex:1}.objection-bar{background:var(--black);opacity:.65;border-radius:3px;height:100%;transition:width .3s}.objection-insight{background:var(--accent-subtle);border-radius:var(--radius-sm);color:var(--gray-5);align-items:flex-start;gap:8px;margin-top:8px;padding:10px 12px;font-size:12px;line-height:1.5;display:flex}.objection-insight svg{color:var(--accent);flex-shrink:0;margin-top:1px}.activity-list{flex-direction:column;display:flex}.activity-item{border-bottom:1px solid var(--gray-1);align-items:center;gap:10px;padding:8px 0;display:flex}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-item:first-child{padding-top:0}.activity-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.activity-icon--call{background:var(--green-light);color:var(--green)}.activity-icon--message{color:oklch(48% .12 285);background:oklch(94% .03 285)}.activity-icon--email{background:var(--accent-subtle);color:var(--accent)}.activity-icon--update{background:var(--gray-1);color:var(--gray-4)}.activity-body{flex:1;min-width:0}.activity-text{color:var(--gray-5);font-size:13px;line-height:1.4}.activity-contact{color:var(--black);font-weight:600}.activity-detail{color:var(--gray-4)}.activity-time{color:var(--gray-3);flex-shrink:0;font-size:11.5px;font-weight:400}.team-rep-cell{color:var(--black);align-items:center;gap:10px;font-weight:600;display:flex}.team-followup-bar{background:var(--green);opacity:.7;border-radius:2px;height:100%}.team-status--on-track{background:var(--green-light);color:var(--green)}.team-status--attention{background:var(--yellow-light);color:oklch(48% .12 75)}.quick-stats,.team-status-card{flex-direction:column;display:flex}.quick-stats-title{text-transform:uppercase;letter-spacing:.07em;color:var(--gray-4);margin-bottom:10px;font-size:10.5px;font-weight:700}.quick-stat-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.quick-stat-row--border{border-top:1px solid var(--gray-1);margin-top:6px;padding-top:8px}.quick-stat-label{color:var(--gray-4);font-size:13px}.quick-stat-value{color:var(--black);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.rep-upcoming-item{align-items:baseline;gap:10px;padding:5px 0;display:flex}.rep-upcoming-time{color:var(--gray-4);font-variant-numeric:tabular-nums;min-width:64px;font-size:12px;font-weight:600}.rep-upcoming-text{color:var(--black);font-size:13px;font-weight:500}.badge{white-space:nowrap;border-radius:100px;align-items:center;padding:2px 8px;font-size:11.5px;font-weight:600;display:inline-flex}.badge--gray{background:var(--gray-1);color:var(--gray-5)}.badge--blue{color:oklch(48% .12 250);background:oklch(94% .03 250)}.badge--purple{color:oklch(45% .11 290);background:oklch(94% .03 290)}.badge--orange{color:oklch(48% .13 55);background:oklch(94% .04 55)}.badge--yellow{background:var(--yellow-light);color:oklch(48% .12 75)}.badge--green{background:var(--green-light);color:var(--green)}.badge--red{background:var(--red-light);color:var(--red)}.health-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.health-dot--green{background:var(--green)}.health-dot--yellow{background:var(--yellow)}.health-dot--red{background:var(--red)}.contacts-page{flex-direction:column;height:100%;display:flex;overflow:hidden}.contacts-page .page-header{background:var(--surface);flex-direction:column;flex-shrink:0;gap:14px;padding:20px 28px 0;display:flex}.contacts-page .page-header-top{justify-content:space-between;align-items:center;display:flex}.contacts-page .page-title{color:var(--black);letter-spacing:-.3px;font-size:18px;font-weight:700}.btn-primary{background:var(--black);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .12s}.btn-primary:hover{opacity:.85}.page-header-controls{flex-wrap:wrap;align-items:center;gap:14px;padding-bottom:16px;display:flex}.search-box{background:var(--white);border:1px solid var(--gray-2);border-radius:var(--radius-sm);align-items:center;gap:8px;min-width:220px;padding:7px 12px;transition:border-color .15s;display:flex}.search-box:focus-within{border-color:var(--accent)}.search-icon{color:var(--gray-3);flex-shrink:0}.search-input{color:var(--black);background:0 0;border:none;outline:none;width:100%;font-size:13.5px}.search-input::placeholder{color:var(--gray-3)}.filter-pills{flex-wrap:wrap;gap:4px;display:flex}.filter-pill{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-radius:100px;padding:5px 12px;font-size:12.5px;font-weight:500;transition:background .12s,color .12s}.filter-pill:hover{background:var(--white);color:var(--black)}.filter-pill--active{background:var(--black);color:var(--white);font-weight:600}.contacts-table-wrap{flex:1;padding:0 28px 16px;overflow-y:auto}.contacts-table{border-collapse:separate;border-spacing:0;background:var(--white);border-radius:var(--radius);width:100%;font-size:13.5px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.contacts-table thead{z-index:5;position:sticky;top:0}.contacts-table th{text-align:left;color:var(--gray-4);background:var(--white);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--gray-2);padding:12px 18px;font-size:12px;font-weight:600}.contacts-table th:hover{color:var(--black)}.contacts-table th:first-child{padding-left:24px}.contacts-table th:last-child{padding-right:24px}.contacts-table td{border-bottom:1px solid var(--gray-1);vertical-align:middle;background:var(--white);padding:14px 18px}.contacts-table tbody tr:last-child td{border-bottom:none}.contacts-table td:first-child{padding-left:24px}.contacts-table td:last-child{padding-right:24px}.contact-row{cursor:pointer;transition:background .1s}.contact-row:hover td{background:var(--gray-1)}.contact-name-cell{align-items:center;gap:12px;display:flex}.contact-avatar-sm{background:var(--gray-1);width:32px;height:32px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.contact-name{color:var(--black);font-size:13.5px;font-weight:600;line-height:1.3}.contact-company{color:var(--gray-4);font-size:12px;line-height:1.3}.col-value{color:var(--black);font-variant-numeric:tabular-nums;font-weight:600}.col-owner{color:var(--gray-5)}.col-activity{color:var(--gray-4)}.sort-icon{color:var(--gray-3);margin-left:4px;font-size:10px;display:inline-block}.sort-icon--inactive{opacity:.3}.empty-state{text-align:center;color:var(--gray-4);padding:56px;font-size:13.5px}.contacts-footer{color:var(--gray-4);background:var(--surface);flex-shrink:0;padding:10px 28px;font-size:12px}.add-overlay{z-index:100;background:oklch(15% .005 250/.3);animation:.15s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.add-panel{background:var(--white);z-index:101;flex-direction:column;width:400px;height:100vh;animation:.2s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 32px #00000014}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.add-panel-header{border-bottom:1px solid var(--gray-1);align-items:center;gap:8px;padding:20px 24px 16px;display:flex}.add-panel-title{color:var(--black);flex:1;font-size:15px;font-weight:700}.add-panel-close,.add-panel-back{width:28px;height:28px;color:var(--gray-4);border-radius:6px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.add-panel-close:hover,.add-panel-back:hover{background:var(--gray-1);color:var(--black)}.add-panel-close{margin-left:auto}.add-panel-desc{color:var(--gray-4);padding:20px 24px 0;font-size:13px;line-height:1.55}.add-method-list{flex-direction:column;gap:8px;padding:20px 24px;display:flex}.add-method{border:1px solid var(--gray-2);border-radius:var(--radius);background:var(--white);cursor:pointer;text-align:left;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:border-color .12s,background .12s;display:flex}.add-method:hover{border-color:var(--gray-3);background:var(--gray-1)}.add-method-icon{background:var(--gray-1);width:36px;height:36px;color:var(--gray-5);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.add-method-body{flex:1}.add-method-label{color:var(--black);font-size:13.5px;font-weight:600;line-height:1.3}.add-method-desc{color:var(--gray-4);margin-top:1px;font-size:12px;line-height:1.3}.add-method-arrow{color:var(--gray-3);flex-shrink:0}.add-panel-hint{background:var(--gray-1);border-radius:var(--radius-sm);color:var(--gray-4);align-items:flex-start;gap:8px;margin:0 24px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.add-panel-hint svg{color:var(--gray-3);flex-shrink:0;margin-top:1px}.add-form{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.add-field{flex-direction:column;gap:5px;display:flex}.add-label{color:var(--gray-5);font-size:12.5px;font-weight:600}.add-required{color:var(--red)}.add-input{border:1px solid var(--gray-2);border-radius:var(--radius-sm);color:var(--black);background:var(--white);outline:none;padding:9px 12px;font-size:13.5px;transition:border-color .15s}.add-input:focus{border-color:var(--accent)}.add-input::placeholder{color:var(--gray-3)}.add-panel-footer{border-top:1px solid var(--gray-1);justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px;display:flex}.btn-secondary{color:var(--gray-5);border:1px solid var(--gray-2);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:8px 16px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s}.btn-secondary:hover{background:var(--gray-1);border-color:var(--gray-3)}.btn-primary--disabled{opacity:.4;cursor:not-allowed}.import-dropzone{border:2px dashed var(--gray-2);border-radius:var(--radius);color:var(--gray-3);text-align:center;flex-direction:column;align-items:center;gap:10px;margin:20px 24px;padding:40px 24px;display:flex}.import-dropzone-text{color:var(--gray-4);font-size:13.5px}.import-dropzone-link{color:var(--accent);cursor:pointer;font-weight:600}.import-dropzone-sub{color:var(--gray-3);font-size:12px}.avatar{background:var(--gray-1);color:var(--gray-5);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar--sm{width:24px;height:24px;font-size:9.5px}.avatar--md{width:32px;height:32px;font-size:11.5px}.avatar--lg{width:40px;height:40px;font-size:14px}.avatar--xl{width:48px;height:48px;font-size:17px}.contact-detail{flex-direction:column;height:100%;display:flex;overflow:hidden}.detail-header{background:var(--surface);flex-shrink:0;align-items:center;padding:12px 28px;display:flex}.back-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:2px 0;font-size:12px;font-weight:500;transition:color .1s;display:flex}.back-btn:hover{color:var(--black)}.detail-body{background:var(--surface);flex:1;gap:0;padding:0 28px 28px;display:flex;overflow:hidden}.detail-left{background:var(--white);border-radius:var(--radius) 0 0 var(--radius);flex-direction:column;flex:1;gap:0;max-width:640px;padding:24px 28px;display:flex;overflow-y:auto}.detail-contact-header{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.detail-contact-meta{flex:1}.detail-contact-top{align-items:center;gap:6px;margin-bottom:2px;display:flex}.detail-contact-name{color:var(--black);letter-spacing:-.3px;font-size:17px;font-weight:700}.detail-contact-company{color:var(--gray-4);margin-bottom:8px;font-size:13px}.detail-contact-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.detail-value-tag{color:var(--black);background:var(--gray-1);border-radius:3px;padding:1px 6px;font-size:11px;font-weight:700}.detail-owner-tag{color:var(--gray-4);font-size:11px}.detail-actions{border-bottom:1px solid var(--gray-2);gap:4px;margin-bottom:14px;padding-bottom:14px;display:flex}.detail-action-btn{border:1px solid var(--gray-2);color:var(--gray-5);background:var(--white);cursor:pointer;border-radius:5px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;transition:background .1s,border-color .1s;display:flex}.detail-action-btn:hover{background:var(--gray-1);border-color:var(--gray-3);color:var(--black)}.detail-tabs{border-bottom:1px solid var(--gray-2);gap:0;margin-bottom:14px;display:flex}.detail-tab{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:6px 12px;font-size:12px;font-weight:500;transition:color .1s,border-color .1s}.detail-tab:hover{color:var(--black)}.detail-tab--active{color:var(--black);border-bottom:2px solid var(--black);font-weight:600}.timeline{flex-direction:column;display:flex}.timeline-entry{gap:12px;display:flex}.timeline-connector{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.timeline-dot{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.timeline-dot--call{color:var(--green);background:oklch(93% .06 145)}.timeline-dot--message{color:oklch(45% .12 285);background:oklch(93% .03 285)}.timeline-dot--email{color:var(--accent);background:oklch(93% .04 235)}.timeline-line{background:var(--gray-2);flex:1;width:1px;min-height:14px;margin:4px 0}.timeline-content{flex:1;padding-bottom:16px}.timeline-desc{color:var(--black);margin-top:4px;font-size:13.5px;font-weight:500;line-height:1.45}.timeline-time{color:var(--gray-3);margin-top:2px;font-size:11px}.timeline-extraction{color:var(--gray-4);background:var(--gray-1);border-radius:4px;margin-top:6px;padding:4px 8px;font-size:11.5px;line-height:1.4}.memory-tab{flex-direction:column;gap:20px;display:flex}.memory-section{flex-direction:column;gap:8px;display:flex}.memory-section-title{color:var(--gray-4);text-transform:uppercase;letter-spacing:.06em;font-size:10.5px;font-weight:600}.snapshot-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.snapshot-cell{background:var(--gray-1);border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.snapshot-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.snapshot-value{color:var(--black);font-size:12.5px;font-weight:600}.people-list{flex-direction:column;gap:4px;display:flex}.person-row{align-items:center;gap:8px;padding:6px 0;display:flex}.person-avatar{background:var(--gray-2);width:22px;height:22px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.person-info{flex-direction:column;flex:1;display:flex}.person-name{color:var(--black);font-size:12px;font-weight:600}.person-role{color:var(--gray-4);font-size:11px}.person-status{color:var(--gray-4);background:var(--gray-1);border-radius:3px;padding:1px 6px;font-size:10.5px}.open-items{flex-direction:column;gap:4px;display:flex}.open-item{color:var(--black);align-items:center;gap:8px;font-size:12.5px;font-weight:500;display:flex}.open-item--done{color:var(--gray-3);text-decoration:line-through}.tasks-tab{padding:16px 0}.tasks-empty{color:var(--gray-4);flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;display:flex}.btn-add-task{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;font-weight:500}.btn-add-task:hover{text-decoration:underline}.detail-right{background:var(--white);border-left:1px solid var(--gray-1);border-radius:0 var(--radius) var(--radius) 0;width:380px;min-width:340px;padding:24px;overflow-y:auto}.ai-panel{flex-direction:column;gap:16px;display:flex}.ai-panel-header{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--gray-2);align-items:center;gap:5px;padding-bottom:10px;font-size:10px;font-weight:700;display:flex}.ai-section{flex-direction:column;gap:6px;display:flex}.ai-section-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600}.ai-summary-body{color:var(--gray-5);font-size:13px;line-height:1.6}.ai-action-box{background:var(--accent-subtle);border:1px solid var(--accent-light);border-radius:var(--radius-sm);color:var(--black);padding:12px 14px;font-size:13px;font-weight:500;line-height:1.5}.ai-risks{flex-direction:column;gap:4px;display:flex}.ai-risk-item{color:var(--gray-5);align-items:flex-start;gap:6px;font-size:12px;line-height:1.45;display:flex}.ai-risk-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:6px}.ai-draft{background:var(--white);border:1px solid var(--gray-2);border-radius:6px;overflow:hidden}.ai-draft-text{color:var(--black);border-bottom:1px solid var(--gray-2);padding:10px;font-size:12.5px;line-height:1.55}.ai-copy-btn{text-align:left;width:100%;color:var(--gray-4);cursor:pointer;background:0 0;border:none;padding:6px 10px;font-size:11px;font-weight:600;transition:background .1s,color .1s;display:block}.ai-copy-btn:hover{background:var(--gray-1);color:var(--black)}.pipeline-page{flex-direction:column;height:100%;display:flex;overflow:hidden}.view-toggle{background:var(--gray-1);border:1px solid var(--gray-2);border-radius:5px;gap:1px;padding:2px;display:flex}.view-toggle-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;transition:background .1s,color .1s;display:flex}.view-toggle-btn:hover{color:var(--black)}.view-toggle-btn--active{background:var(--white);color:var(--black);font-weight:600;box-shadow:0 1px 2px #0000000f}.pipeline-table-wrap{flex:1;overflow-y:auto}.pipeline-table{border-collapse:collapse;width:100%}.pipeline-stage-row td{border-bottom:none;padding:0}.pipeline-stage-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-4);background:var(--gray-1);border-top:1px solid var(--gray-2);border-bottom:1px solid var(--gray-2);align-items:center;gap:6px;padding:5px 20px 4px;font-size:10px;font-weight:700;display:flex}.pipeline-stage-count{background:var(--gray-2);color:var(--gray-5);border-radius:3px;padding:0 5px;font-size:10px;font-weight:600}.pipeline-stage-total{color:var(--gray-3);margin-left:auto;font-size:10px;font-weight:500}.col-days{color:var(--gray-4);font-variant-numeric:tabular-nums;font-size:12px}.pipeline-board{background:var(--gray-1);flex:1;gap:0;padding:12px 16px;display:flex;overflow-x:auto}.board-column{flex-direction:column;gap:4px;min-width:200px;max-width:200px;margin-right:8px;display:flex}.board-column-header{justify-content:space-between;align-items:center;padding:4px 2px;display:flex}.board-column-title{color:var(--gray-5);text-transform:uppercase;letter-spacing:.05em;font-size:10.5px;font-weight:700}.board-column-meta{align-items:center;gap:4px;display:flex}.board-count{color:var(--gray-4);background:var(--gray-2);border-radius:3px;padding:0 5px;font-size:10px;font-weight:600}.board-total{color:var(--gray-4);font-size:10px;font-weight:600}.board-cards{flex-direction:column;gap:4px;display:flex}.board-card{background:var(--white);border:1px solid var(--gray-2);cursor:pointer;border-radius:6px;padding:8px 10px;transition:box-shadow .1s,border-color .1s}.board-card:hover{border-color:var(--gray-3);box-shadow:0 1px 4px #0000000d}.board-card-top{justify-content:space-between;align-items:center;margin-bottom:1px;display:flex}.board-card-name{color:var(--black);font-size:12px;font-weight:600}.board-card-company{color:var(--gray-4);margin-bottom:6px;font-size:11px}.board-card-bottom{justify-content:space-between;align-items:center;display:flex}.board-card-value{color:var(--black);font-size:11px;font-weight:700}.board-card-activity{color:var(--gray-3);font-size:10.5px}.board-empty{color:var(--gray-3);text-align:center;padding:12px 0;font-size:11px}.metric-box{background:var(--white);border-radius:var(--radius);flex-direction:column;gap:2px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0000000a}.metric-box-value{color:var(--black);letter-spacing:-.4px;font-size:22px;font-weight:800;line-height:1.1}.metric-box-label{color:var(--gray-4);font-size:12px;font-weight:500}.metric-box-sub{color:var(--gray-3);font-size:11px;font-weight:500}.analytics-page{flex-direction:column;height:100%;display:flex;overflow:hidden}.analytics-period{background:var(--gray-1);border:1px solid var(--gray-2);border-radius:5px;gap:1px;padding:2px;display:flex}.period-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:500;transition:background .1s,color .1s}.period-btn:hover{color:var(--black)}.period-btn--active{background:var(--white);color:var(--black);font-weight:600;box-shadow:0 1px 2px #0000000f}.analytics-body{flex-direction:column;flex:1;gap:14px;padding:12px 20px;display:flex;overflow-y:auto}.metrics-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.analytics-mid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.analytics-card{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.analytics-card-title{color:var(--black);letter-spacing:-.15px;font-size:13px;font-weight:700}.analytics-card-sub{color:var(--gray-4);margin-top:-8px;font-size:11px;line-height:1.4}.objection-chart{flex-direction:column;gap:6px;display:flex}.objection-row{align-items:center;gap:8px;display:flex}.objection-label{color:var(--gray-5);flex-shrink:0;width:140px;font-size:11.5px;font-weight:500}.objection-bar-wrap{background:var(--gray-1);border-radius:2px;flex:1;height:4px;overflow:hidden}.objection-bar{background:var(--black);border-radius:2px;height:100%;transition:width .3s}.objection-pct{color:var(--black);text-align:right;font-variant-numeric:tabular-nums;width:28px;font-size:11px;font-weight:700}.objection-insight{background:var(--accent-subtle);border:1px solid var(--accent-light);color:var(--gray-5);border-radius:6px;align-items:flex-start;gap:6px;margin-top:2px;padding:8px 10px;font-size:11px;line-height:1.45;display:flex}.objection-insight svg{color:var(--accent)}.working-items{flex-direction:column;gap:12px;display:flex}.working-item{border-bottom:1px solid var(--gray-1);align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.working-item:last-child{border-bottom:none;padding-bottom:0}.working-item-stat{color:var(--black);letter-spacing:-.3px;min-width:40px;font-size:16px;font-weight:800;line-height:1.2}.working-item-title{color:var(--black);margin-bottom:2px;font-size:12.5px;font-weight:600}.working-item-desc{color:var(--gray-4);font-size:11px;line-height:1.45}.team-table{border-collapse:collapse;width:100%;font-size:12.5px}.team-table thead th{text-align:left;color:var(--gray-4);border-bottom:1px solid var(--gray-2);padding:0 10px 8px;font-size:11px;font-weight:500}.team-table thead th:first-child{padding-left:0}.team-table td{border-bottom:1px solid var(--gray-1);vertical-align:middle;padding:8px 10px}.team-table td:first-child{padding-left:0}.team-row:last-child td{border-bottom:none}.team-rep-cell{color:var(--black);align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.team-rep-avatar{background:var(--gray-2);width:22px;height:22px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.team-number{font-variant-numeric:tabular-nums;color:var(--black);font-weight:600}.team-followup-cell{align-items:center;gap:6px;display:flex}.team-followup-bar-wrap{background:var(--gray-1);border-radius:2px;width:60px;height:3px;overflow:hidden}.team-followup-bar{background:var(--black);border-radius:2px;height:100%}.team-followup-pct{color:var(--black);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.team-value{color:var(--black);font-weight:700}.team-status{border-radius:3px;padding:2px 6px;font-size:11px;font-weight:600}.team-status--on-track{color:oklch(38% .14 145);background:oklch(93% .06 145)}.team-status--attention{color:oklch(43% .13 75);background:oklch(94% .06 85)}.chat-page{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-subtitle{color:var(--gray-4);margin-top:1px;font-size:11px}.chat-body{flex-direction:column;flex:1;width:100%;max-width:680px;margin:0 auto;padding:0 20px;display:flex;overflow:hidden}.chat-messages{flex-direction:column;flex:1;gap:14px;padding:16px 0;display:flex;overflow-y:auto}.chat-message{display:flex}.chat-message--user{justify-content:flex-end}.chat-message--ai{justify-content:flex-start}.chat-bubble{border-radius:8px;max-width:85%;padding:10px 12px}.chat-bubble--user{background:var(--black);color:var(--white);border-radius:8px 8px 2px;font-size:12.5px;line-height:1.5}.chat-bubble--ai{background:var(--white);border:1px solid var(--gray-2);border-radius:8px 8px 8px 2px;flex-direction:column;gap:10px;max-width:100%;display:flex}.chat-ai-label{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.chat-text{color:var(--gray-5);font-size:12.5px;line-height:1.55}.chat-text--outro{color:var(--gray-4);font-size:12px;font-style:italic}.chat-structured{flex-direction:column;gap:10px;display:flex}.chat-risk-list{flex-direction:column;gap:6px;display:flex}.chat-risk-item{background:var(--gray-1);border-radius:6px;padding:8px 10px}.chat-risk-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.chat-risk-title{color:var(--black);font-size:12.5px;font-weight:600}.chat-risk-badge{border-radius:3px;padding:1px 6px;font-size:10px;font-weight:600}.chat-risk-badge--high{color:oklch(40% .14 25);background:oklch(93% .05 25)}.chat-risk-badge--medium{color:oklch(43% .13 75);background:oklch(94% .06 85)}.chat-risk-badge--low{color:oklch(45% .12 235);background:oklch(93% .04 235)}.chat-risk-detail{color:var(--gray-4);font-size:12px;line-height:1.5}.chat-draft{background:var(--white);border:1px solid var(--gray-2);border-radius:6px;overflow:hidden}.chat-draft-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--gray-2);background:var(--gray-1);padding:5px 10px;font-size:10px;font-weight:600}.chat-draft-text{color:var(--black);padding:10px;font-size:12.5px;line-height:1.55}.chat-copy-btn{text-align:left;width:100%;color:var(--gray-4);cursor:pointer;border:none;border-top:1px solid var(--gray-2);background:0 0;padding:6px 10px;font-size:11px;font-weight:600;transition:background .1s,color .1s;display:block}.chat-copy-btn:hover{background:var(--gray-1);color:var(--black)}.typing-indicator{align-items:center;gap:3px;height:14px;display:flex}.typing-indicator span{background:var(--gray-3);border-radius:50%;width:5px;height:5px;animation:1.2s infinite bounce}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.chat-input-area{border-top:1px solid var(--gray-2);flex-direction:column;gap:4px;padding:12px 0 16px;display:flex}.chat-input-wrap{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;align-items:flex-end;gap:6px;padding:8px 8px 8px 12px;transition:border-color .15s;display:flex}.chat-input-wrap:focus-within{border-color:var(--gray-3)}.chat-input{color:var(--black);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:100px;font-size:12.5px;line-height:1.5;overflow-y:auto}.chat-input::placeholder{color:var(--gray-3)}.chat-send-btn{background:var(--gray-2);width:28px;height:28px;color:var(--gray-3);cursor:pointer;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.chat-send-btn--active{background:var(--black);color:var(--white);cursor:pointer}.chat-send-btn--active:hover{opacity:.85}.chat-hint{color:var(--gray-3);text-align:center;font-size:10.5px}.app-shell{background:var(--surface);width:100%;height:100vh;display:flex;overflow:hidden}.app-main{background:var(--surface);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.placeholder-screen{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.placeholder-title{color:var(--black);font-size:16px;font-weight:700}.placeholder-sub{color:var(--gray-4);font-size:13px}.demo-control{background:var(--black);z-index:999;border-radius:8px;align-items:center;gap:2px;padding:4px 5px 4px 12px;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 20px #00000026}.demo-control-label{color:oklch(55% .005 250);text-transform:uppercase;letter-spacing:.08em;margin-right:6px;font-size:9.5px;font-weight:700}.demo-control-btn{color:oklch(60% .005 250);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:5px 10px;font-size:11px;font-weight:500;transition:background .1s,color .1s}.demo-control-btn:hover{color:var(--white)}.demo-control-btn--active{color:var(--white);background:oklch(28% .005 250);font-weight:600}.demo-control-divider{background:oklch(30% .005 250);width:1px;height:16px;margin:0 4px}
