@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--black:oklch(13% .005 250);--white:oklch(98.5% .003 250);--gray-1:oklch(96% .003 250);--gray-2:oklch(91% .004 250);--gray-3:oklch(72% .006 250);--gray-4:oklch(52% .008 250);--gray-5:oklch(40% .008 250);--accent:oklch(62% .11 235);--accent-light:oklch(88% .04 235);--accent-subtle:oklch(96% .012 235);--green:oklch(65% .15 145);--red:oklch(55% .15 25);--yellow:oklch(75% .12 85);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-width:1024px;height:100%}body{background:var(--white)}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)}.text-xs{font-size:11px;line-height:1.4}.text-sm{font-size:12px;line-height:1.4}.text-base{font-size:14px;line-height:1.5}.text-md{font-size:15px;line-height:1.5}.text-lg{font-size:17px;line-height:1.4}.text-xl{font-size:20px;line-height:1.3}.text-2xl{font-size:24px;line-height:1.2}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.color-gray-3{color:var(--gray-3)}.color-gray-4{color:var(--gray-4)}.color-gray-5{color:var(--gray-5)}.color-accent{color:var(--accent)}.sidebar{background:var(--gray-1);border-right:1px solid var(--gray-2);flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100vh;padding:0;display:flex;position:sticky;top:0}.sidebar-logo{border-bottom:1px solid var(--gray-2);align-items:center;gap:10px;margin-bottom:8px;padding:20px 16px 16px;display:flex}.sidebar-logo-mark{background:var(--black);width:28px;height:28px;color:var(--white);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;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:4px 8px;display:flex;overflow-y:auto}.sidebar-item{text-align:left;width:100%;color:var(--gray-5);border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-item:hover{background:var(--gray-2);color:var(--black)}.sidebar-item--active,.sidebar-item--active:hover{background:var(--accent-subtle);color:var(--accent)}.sidebar-item-icon{flex-shrink:0;align-items:center;display:flex}.sidebar-item-label{flex:1}.sidebar-bottom{flex-direction:column;gap:2px;padding:8px;display:flex}.sidebar-divider{background:var(--gray-2);height:1px;margin:4px 0 8px}.sidebar-user{border-top:1px solid var(--gray-2);border-radius:8px;align-items:center;gap:10px;margin-top:4px;padding:10px;display:flex}.sidebar-user-avatar{background:var(--black);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;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.3}.sidebar-user-role{color:var(--gray-4);font-size:11px;line-height:1.3}.dashboard{flex-direction:column;height:100%;display:flex;overflow-y:auto}.dashboard-header{border-bottom:1px solid var(--gray-2);background:var(--white);z-index:10;padding:32px 40px 24px;position:sticky;top:0}.dashboard-greeting{color:var(--black);letter-spacing:-.4px;font-size:22px;font-weight:800}.dashboard-date{color:var(--gray-4);margin-top:2px;font-size:13px;font-weight:400}.dashboard-body{flex:1;align-items:flex-start;gap:0;display:flex}.dashboard-main{flex-direction:column;flex:1;gap:36px;min-width:0;padding:32px 40px;display:flex}.dashboard-sidebar{border-left:1px solid var(--gray-2);flex-direction:column;align-self:flex-start;gap:24px;width:280px;min-width:280px;padding:32px 24px;display:flex;position:sticky;top:0}.ai-summary-card{background:var(--white);border:1px solid var(--gray-2);border-radius:10px;padding:20px 24px}.ai-summary-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:700;display:flex}.ai-summary-text{color:var(--gray-5);font-size:14px;line-height:1.6}.ai-summary-text strong{color:var(--black);font-weight:600}.section-title{color:var(--gray-4);text-transform:uppercase;letter-spacing:.07em;margin-bottom:12px;font-size:12px;font-weight:700}.dashboard-section{flex-direction:column;display:flex}.highlights-list{flex-direction:column;gap:8px;display:flex}.highlight-item{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;align-items:center;gap:14px;padding:12px 16px;transition:background .15s;display:flex}.highlight-item:hover{background:var(--gray-1)}.highlight-urgency-bar{border-radius:2px;flex-shrink:0;width:3px;height:32px}.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:13.5px;font-weight:500;line-height:1.45}.highlight-action{color:var(--accent);border:1px solid var(--accent-light);background:var(--accent-subtle);white-space:nowrap;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s}.highlight-action:hover{background:var(--accent-light)}.activity-list{border:1px solid var(--gray-2);background:var(--white);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.activity-item{border-bottom:1px solid var(--gray-1);align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:var(--gray-1)}.activity-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.activity-icon--call{color:var(--green);background:oklch(92% .04 145)}.activity-icon--message{color:oklch(45% .12 285);background:oklch(93% .03 285)}.activity-icon--email{color:var(--accent);background:oklch(92% .04 235)}.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}.quick-stats,.team-status-card{background:var(--white);border:1px solid var(--gray-2);border-radius:10px;padding:16px 18px}.quick-stats-title{text-transform:uppercase;letter-spacing:.07em;color:var(--gray-4);margin-bottom:14px;font-size:11px;font-weight:700}.quick-stat-row{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.quick-stat-row--border{border-top:1px solid var(--gray-2);margin-top:4px;padding-top:10px}.quick-stat-label{color:var(--gray-4);font-size:13px}.quick-stat-value{color:var(--black);font-size:14px;font-weight:700}.team-status-row{align-items:center;gap:10px;padding:6px 0;display:flex}.team-status-avatar{background:var(--gray-2);width:24px;height:24px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.team-status-name{color:var(--black);flex:1;font-size:13px;font-weight:500}.team-status-calls{color:var(--gray-4);font-size:12px}.team-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.team-status-dot--on-track{background:var(--green)}.team-status-dot--attention{background:var(--yellow)}.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-2);color:var(--gray-5)}.badge--blue{color:oklch(45% .12 235);background:oklch(92% .04 235)}.badge--purple{color:oklch(42% .12 285);background:oklch(93% .03 285)}.badge--orange{color:oklch(45% .14 55);background:oklch(93% .05 55)}.badge--yellow{color:oklch(45% .13 75);background:oklch(94% .06 85)}.badge--green{color:oklch(40% .14 145);background:oklch(92% .06 145)}.badge--red{color:oklch(40% .14 25);background:oklch(93% .05 25)}.health-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;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}.page-header-top{justify-content:space-between;align-items:center;display:flex}.btn-primary{background:var(--black);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;transition:opacity .15s}.btn-primary:hover{opacity:.85}.page-header-controls{flex-wrap:wrap;align-items:center;gap:16px;padding-bottom:16px;display:flex}.search-box{background:var(--gray-1);border:1px solid var(--gray-2);border-radius:8px;align-items:center;gap:8px;min-width:220px;padding:7px 12px;display:flex}.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:13px}.search-input::placeholder{color:var(--gray-3)}.filter-pills{flex-wrap:wrap;gap:4px;display:flex}.filter-pill{color:var(--gray-4);border:1px solid var(--gray-2);cursor:pointer;background:0 0;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .15s,color .15s,border-color .15s}.filter-pill:hover{background:var(--gray-1);color:var(--black)}.filter-pill--active{background:var(--black);color:var(--white);border-color:var(--black)}.contacts-table-wrap{flex:1;overflow-y:auto}.contacts-table{border-collapse:collapse;width:100%;font-size:13.5px}.contacts-table thead{z-index:5;background:var(--white);position:sticky;top:0}.contacts-table th{text-align:left;color:var(--gray-4);border-bottom:1px solid var(--gray-2);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 16px;font-size:11.5px;font-weight:600}.contacts-table th:hover{color:var(--black)}.contacts-table th:first-child{padding-left:32px}.contacts-table th:last-child{padding-right:32px}.contacts-table td{border-bottom:1px solid var(--gray-1);vertical-align:middle;padding:12px 16px}.contacts-table td:first-child{padding-left:32px}.contacts-table td:last-child{padding-right:32px}.contact-row{cursor:pointer;transition:background .1s}.contact-row:hover{background:var(--gray-1)}.contact-name-cell{align-items:center;gap:12px;display:flex}.contact-avatar-sm{background:var(--gray-2);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);font-size:13px}.col-activity{color:var(--gray-4);font-size:13px}.sort-icon{color:var(--gray-3);margin-left:4px;font-size:10px;display:inline-block}.sort-icon--inactive{opacity:.4}.empty-state{text-align:center;color:var(--gray-4);padding:60px;font-size:14px}.contacts-footer{border-top:1px solid var(--gray-2);color:var(--gray-4);background:var(--white);flex-shrink:0;padding:10px 32px;font-size:12px}.avatar{background:var(--gray-2);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:28px;height:28px;font-size:11px}.avatar--md{width:36px;height:36px;font-size:13px}.avatar--lg{width:48px;height:48px;font-size:17px}.avatar--xl{width:56px;height:56px;font-size:20px}.contact-detail{flex-direction:column;height:100%;display:flex;overflow:hidden}.detail-header{border-bottom:1px solid var(--gray-2);background:var(--white);flex-shrink:0;align-items:center;padding:16px 32px;display:flex}.back-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex}.back-btn:hover{color:var(--black)}.detail-body{flex:1;display:flex;overflow:hidden}.detail-left{border-right:1px solid var(--gray-2);flex-direction:column;flex:6;gap:0;padding:28px 32px;display:flex;overflow-y:auto}.detail-contact-header{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.detail-contact-meta{flex:1}.detail-contact-top{align-items:center;gap:8px;margin-bottom:4px;display:flex}.detail-contact-name{color:var(--black);letter-spacing:-.4px;font-size:22px;font-weight:800}.detail-contact-company{color:var(--gray-4);margin-bottom:10px;font-size:14px}.detail-contact-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-value-tag{color:var(--black);background:var(--gray-1);border:1px solid var(--gray-2);border-radius:100px;padding:2px 10px;font-size:12px;font-weight:700}.detail-owner-tag{color:var(--gray-4);font-size:12px}.detail-actions{border-bottom:1px solid var(--gray-2);gap:8px;margin-bottom:24px;padding-bottom:24px;display:flex}.detail-action-btn{border:1px solid var(--gray-2);color:var(--gray-5);background:var(--white);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;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:24px;display:flex}.detail-tab{color:var(--gray-4);cursor:pointer;background:0 0;border:none;margin-bottom:-1px;padding:10px 16px;font-size:13.5px;font-weight:500;transition:color .15s,border-color .15s}.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:16px;display:flex}.timeline-connector{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.timeline-dot{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.timeline-dot--call{color:var(--green);background:oklch(92% .06 145)}.timeline-dot--message{color:oklch(45% .12 285);background:oklch(93% .03 285)}.timeline-dot--email{color:var(--accent);background:oklch(92% .04 235)}.timeline-line{background:var(--gray-2);flex:1;width:1px;min-height:20px;margin:6px 0}.timeline-content{flex:1;padding-bottom:24px}.timeline-desc{color:var(--black);margin-top:6px;font-size:13.5px;font-weight:500;line-height:1.45}.timeline-time{color:var(--gray-3);margin-top:3px;font-size:12px}.timeline-extraction{color:var(--gray-4);background:var(--gray-1);border-radius:6px;margin-top:8px;padding:6px 10px;font-size:12.5px;line-height:1.45}.memory-tab{flex-direction:column;gap:28px;display:flex}.memory-section{flex-direction:column;gap:12px;display:flex}.memory-section-title{color:var(--gray-4);text-transform:uppercase;letter-spacing:.07em;font-size:11.5px;font-weight:700}.snapshot-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.snapshot-cell{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.snapshot-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.snapshot-value{color:var(--black);font-size:14px;font-weight:600}.people-list{flex-direction:column;gap:8px;display:flex}.person-row{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.person-avatar{background:var(--gray-2);width:28px;height:28px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.person-info{flex-direction:column;flex:1;display:flex}.person-name{color:var(--black);font-size:13px;font-weight:600}.person-role{color:var(--gray-4);font-size:12px}.person-status{color:var(--gray-4);background:var(--gray-1);border:1px solid var(--gray-2);border-radius:100px;padding:2px 8px;font-size:11.5px}.open-items{flex-direction:column;gap:8px;display:flex}.open-item{color:var(--black);align-items:center;gap:10px;font-size:13.5px;font-weight:500;display:flex}.open-item--done{color:var(--gray-3);text-decoration:line-through}.tasks-tab{padding:24px 0}.tasks-empty{color:var(--gray-4);flex-direction:column;align-items:flex-start;gap:12px;font-size:14px;display:flex}.btn-add-task{color:var(--accent);background:var(--accent-subtle);border:1px solid var(--accent-light);cursor:pointer;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s}.btn-add-task:hover{background:var(--accent-light)}.detail-right{flex:4;padding:28px;overflow-y:auto}.ai-panel{flex-direction:column;gap:24px;display:flex}.ai-panel-header{color:var(--gray-4);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--gray-2);align-items:center;gap:8px;padding-bottom:16px;font-size:12px;font-weight:700;display:flex}.ai-section{flex-direction:column;gap:10px;display:flex}.ai-section-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:700}.ai-summary-body{color:var(--gray-5);font-size:13.5px;line-height:1.65}.ai-action-box{background:var(--accent-subtle);border:1px solid var(--accent-light);color:var(--black);border-radius:8px;padding:12px 14px;font-size:13.5px;font-weight:500;line-height:1.55}.ai-risks{flex-direction:column;gap:8px;display:flex}.ai-risk-item{color:var(--gray-5);align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.ai-risk-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:6px}.ai-draft{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;overflow:hidden}.ai-draft-text{color:var(--black);border-bottom:1px solid var(--gray-2);padding:14px;font-size:13.5px;line-height:1.65}.ai-copy-btn{text-align:left;width:100%;color:var(--gray-4);cursor:pointer;background:0 0;border:none;padding:9px 14px;font-size:12.5px;font-weight:600;transition:background .15s,color .15s;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:8px;gap:2px;padding:3px;display:flex}.view-toggle-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:5px 11px;font-size:12.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.view-toggle-btn:hover{color:var(--black)}.view-toggle-btn--active{background:var(--white);color:var(--black);box-shadow:0 1px 3px #00000012}.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:.07em;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:8px;padding:10px 32px 6px;font-size:11px;font-weight:700;display:flex}.pipeline-stage-count{background:var(--gray-2);color:var(--gray-5);border-radius:100px;padding:1px 7px;font-size:10.5px;font-weight:600}.pipeline-stage-total{color:var(--gray-3);margin-left:auto;font-size:11px;font-weight:500}.col-days{color:var(--gray-4);font-variant-numeric:tabular-nums;font-size:13px}.pipeline-board{background:var(--gray-1);flex:1;gap:0;padding:20px 24px;display:flex;overflow-x:auto}.board-column{flex-direction:column;gap:8px;min-width:220px;max-width:220px;margin-right:12px;display:flex}.board-column-header{justify-content:space-between;align-items:center;padding:8px 4px;display:flex}.board-column-title{color:var(--gray-5);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.board-column-meta{align-items:center;gap:6px;display:flex}.board-count{color:var(--gray-4);background:var(--gray-2);border-radius:100px;padding:1px 7px;font-size:11px;font-weight:600}.board-total{color:var(--gray-4);font-size:11px;font-weight:600}.board-cards{flex-direction:column;gap:6px;display:flex}.board-card{background:var(--white);border:1px solid var(--gray-2);cursor:pointer;border-radius:8px;padding:12px 14px;transition:box-shadow .15s,border-color .15s}.board-card:hover{border-color:var(--gray-3);box-shadow:0 2px 8px #0000000f}.board-card-top{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.board-card-name{color:var(--black);font-size:13px;font-weight:600}.board-card-company{color:var(--gray-4);margin-bottom:10px;font-size:12px}.board-card-bottom{justify-content:space-between;align-items:center;display:flex}.board-card-value{color:var(--black);font-size:12.5px;font-weight:700}.board-card-activity{color:var(--gray-3);font-size:11.5px}.board-empty{color:var(--gray-3);text-align:center;padding:16px 0;font-size:12px}.metric-box{background:var(--white);border:1px solid var(--gray-2);border-radius:10px;flex-direction:column;gap:4px;padding:20px 24px;display:flex}.metric-box-value{color:var(--black);letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1.1}.metric-box-label{color:var(--gray-4);font-size:12.5px;font-weight:500}.metric-box-sub{color:var(--gray-3);margin-top:2px;font-size:11.5px;font-weight:400}.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:8px;gap:2px;padding:3px;display:flex}.period-btn{color:var(--gray-4);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:12.5px;font-weight:500;transition:background .15s,color .15s}.period-btn:hover{color:var(--black)}.period-btn--active{background:var(--white);color:var(--black);box-shadow:0 1px 3px #00000012}.analytics-body{flex-direction:column;flex:1;gap:20px;padding:28px 32px;display:flex;overflow-y:auto}.metrics-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.analytics-mid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.analytics-card{background:var(--white);border:1px solid var(--gray-2);border-radius:10px;flex-direction:column;gap:16px;padding:22px 24px;display:flex}.analytics-card-title{color:var(--black);letter-spacing:-.2px;font-size:15px;font-weight:700}.analytics-card-sub{color:var(--gray-4);margin-top:-10px;font-size:12.5px;line-height:1.45}.objection-chart{flex-direction:column;gap:10px;display:flex}.objection-row{align-items:center;gap:10px;display:flex}.objection-label{color:var(--gray-5);flex-shrink:0;width:160px;font-size:12.5px;font-weight:500}.objection-bar-wrap{background:var(--gray-1);border-radius:3px;flex:1;height:6px;overflow:hidden}.objection-bar{background:var(--black);border-radius:3px;height:100%;transition:width .4s}.objection-pct{color:var(--black);text-align:right;font-variant-numeric:tabular-nums;width:32px;font-size:12px;font-weight:700}.objection-insight{background:var(--gray-1);color:var(--gray-5);border-radius:8px;align-items:flex-start;gap:7px;margin-top:4px;padding:10px 12px;font-size:12.5px;line-height:1.5;display:flex}.working-items{flex-direction:column;gap:16px;display:flex}.working-item{border-bottom:1px solid var(--gray-1);align-items:flex-start;gap:14px;padding-bottom:16px;display:flex}.working-item:last-child{border-bottom:none;padding-bottom:0}.working-item-stat{color:var(--black);letter-spacing:-.5px;min-width:48px;font-size:20px;font-weight:800;line-height:1.2}.working-item-title{color:var(--black);margin-bottom:4px;font-size:13.5px;font-weight:600}.working-item-desc{color:var(--gray-4);font-size:12.5px;line-height:1.5}.team-table{border-collapse:collapse;width:100%;font-size:13.5px}.team-table thead th{text-align:left;color:var(--gray-4);border-bottom:1px solid var(--gray-2);padding:0 12px 10px;font-size:11.5px;font-weight:600}.team-table thead th:first-child{padding-left:0}.team-table td{border-bottom:1px solid var(--gray-1);vertical-align:middle;padding:12px}.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:10px;font-size:13.5px;font-weight:600;display:flex}.team-rep-avatar{background:var(--gray-2);width:28px;height:28px;color:var(--gray-5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;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:8px;display:flex}.team-followup-bar-wrap{background:var(--gray-1);border-radius:3px;width:80px;height:5px;overflow:hidden}.team-followup-bar{background:var(--black);border-radius:3px;height:100%}.team-followup-pct{color:var(--black);font-variant-numeric:tabular-nums;font-size:12.5px;font-weight:600}.team-value{color:var(--black);font-weight:700}.team-status{border-radius:100px;padding:3px 10px;font-size:12px;font-weight:600}.team-status--on-track{color:oklch(38% .14 145);background:oklch(92% .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:2px;font-size:13px}.chat-body{flex-direction:column;flex:1;width:100%;max-width:760px;margin:0 auto;padding:0 32px;display:flex;overflow:hidden}.chat-messages{flex-direction:column;flex:1;gap:20px;padding:28px 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:12px;max-width:85%;padding:14px 16px}.chat-bubble--user{background:var(--black);color:var(--white);border-radius:12px 12px 2px;font-size:14px;line-height:1.55}.chat-bubble--ai{background:var(--white);border:1px solid var(--gray-2);border-radius:12px 12px 12px 2px;flex-direction:column;gap:12px;max-width:100%;display:flex}.chat-ai-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}.chat-text{color:var(--gray-5);font-size:14px;line-height:1.65}.chat-text--outro{color:var(--gray-4);font-size:13px;font-style:italic}.chat-structured{flex-direction:column;gap:14px;display:flex}.chat-risk-list{flex-direction:column;gap:10px;display:flex}.chat-risk-item{background:var(--gray-1);border:1px solid var(--gray-2);border-radius:8px;padding:12px 14px}.chat-risk-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.chat-risk-title{color:var(--black);font-size:13.5px;font-weight:600}.chat-risk-badge{border-radius:100px;padding:2px 8px;font-size:11px;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(92% .04 235)}.chat-risk-detail{color:var(--gray-4);font-size:13px;line-height:1.55}.chat-draft{background:var(--white);border:1px solid var(--gray-2);border-radius:8px;overflow:hidden}.chat-draft-label{color:var(--gray-4);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--gray-2);background:var(--gray-1);padding:8px 14px;font-size:11px;font-weight:600}.chat-draft-text{color:var(--black);padding:14px;font-size:14px;line-height:1.65}.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:9px 14px;font-size:12.5px;font-weight:600;transition:background .15s,color .15s;display:block}.chat-copy-btn:hover{background:var(--gray-1);color:var(--black)}.typing-indicator{align-items:center;gap:4px;height:18px;display:flex}.typing-indicator span{background:var(--gray-3);border-radius:50%;width:6px;height:6px;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(-5px)}}.chat-input-area{border-top:1px solid var(--gray-2);flex-direction:column;gap:6px;padding:16px 0 20px;display:flex}.chat-input-wrap{background:var(--white);border:1px solid var(--gray-2);border-radius:10px;align-items:flex-end;gap:8px;padding:10px 10px 10px 14px;transition:border-color .2s;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:120px;font-size:14px;line-height:1.5;overflow-y:auto}.chat-input::placeholder{color:var(--gray-3)}.chat-send-btn{background:var(--gray-2);width:32px;height:32px;color:var(--gray-3);cursor:pointer;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;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:11.5px}.app-shell{background:var(--white);width:100%;height:100vh;display:flex;overflow:hidden}.app-main{background:var(--white);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.page-header{background:var(--white);border-bottom:1px solid var(--gray-2);flex-direction:column;flex-shrink:0;gap:16px;padding:20px 32px;display:flex}.page-header-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-title{color:var(--black);letter-spacing:-.3px;font-size:20px;font-weight:800}.placeholder-screen{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.placeholder-title{color:var(--black);font-size:18px;font-weight:700}.placeholder-sub{color:var(--gray-4);font-size:14px}
