.InsightsOverview-module__xZ6D8a__insights{background:var(--background);width:100%;min-height:100%;color:var(--foreground);flex-direction:column;display:flex}.InsightsOverview-module__xZ6D8a__hero{margin:var(--space-5) var(--space-6) 0;padding:var(--space-5) var(--space-6);border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg, rgba(var(--primary-rgb), .06), rgba(var(--primary-rgb), .02));position:relative;overflow:hidden}.InsightsOverview-module__xZ6D8a__heroGlow{background:radial-gradient(circle at 10% 20%, rgba(var(--primary-rgb), .12), transparent 40%);pointer-events:none;position:absolute;inset:-40%}.InsightsOverview-module__xZ6D8a__heroBody{z-index:1;position:relative}.InsightsOverview-module__xZ6D8a__heroTitle{margin:0 0 var(--space-2);font-size:1.25rem;font-weight:var(--font-bold);color:var(--foreground);letter-spacing:-.01em}.InsightsOverview-module__xZ6D8a__heroText{color:var(--text-secondary);max-width:70ch;margin:0;font-size:.9375rem;line-height:1.6}.InsightsOverview-module__xZ6D8a__heroPills{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.InsightsOverview-module__xZ6D8a__heroPill{align-items:center;gap:var(--space-1);border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary);font-variant-numeric:tabular-nums;border-radius:999px;padding:3px 10px;font-size:.75rem;display:inline-flex}.InsightsOverview-module__xZ6D8a__heroPill:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px}.InsightsOverview-module__xZ6D8a__heroRange{top:var(--space-4);right:var(--space-4);z-index:2;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1);display:inline-flex;position:absolute;overflow:hidden}.InsightsOverview-module__xZ6D8a__heroRangeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:4px 10px;font-size:.75rem}.InsightsOverview-module__xZ6D8a__heroRangeBtn.InsightsOverview-module__xZ6D8a__active{background:var(--primary);color:var(--primary-foreground)}.InsightsOverview-module__xZ6D8a__heroSkeleton{background:linear-gradient(90deg, var(--surface-2) 0%, var(--surface-3) 50%, var(--surface-2) 100%);background-size:200% 100%;border-radius:6px;height:42px;animation:1.6s linear infinite InsightsOverview-module__xZ6D8a__shimmer}@keyframes InsightsOverview-module__xZ6D8a__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.InsightsOverview-module__xZ6D8a__zone{padding:var(--space-5) var(--space-6);scroll-margin-top:48px}.InsightsOverview-module__xZ6D8a__zoneHead{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.InsightsOverview-module__xZ6D8a__zoneTitle{font-size:.75rem;font-weight:var(--font-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.InsightsOverview-module__xZ6D8a__zoneHint{color:var(--text-tertiary);font-size:.75rem}.InsightsOverview-module__xZ6D8a__rangeControl{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);flex-shrink:0;align-items:center;display:inline-flex;overflow:hidden}.InsightsOverview-module__xZ6D8a__rangeButton{min-height:30px;padding:0 var(--space-3);border:0;border-right:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;font:inherit;font-size:var(--text-sm);white-space:nowrap;background:0 0}.InsightsOverview-module__xZ6D8a__rangeButton:last-child{border-right:0}.InsightsOverview-module__xZ6D8a__rangeButton:hover{background:var(--hover-surface);color:var(--text-primary)}.InsightsOverview-module__xZ6D8a__rangeButton.InsightsOverview-module__xZ6D8a__active{background:var(--primary);color:var(--primary-foreground)}.InsightsOverview-module__xZ6D8a__kpiGrid{gap:var(--space-3);grid-template-columns:repeat(5,1fr);display:grid}.InsightsOverview-module__xZ6D8a__kpi{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius);background:var(--card);cursor:pointer;text-align:left;font:inherit;color:inherit;width:100%;transition:border-color .15s,transform .15s,box-shadow .15s}.InsightsOverview-module__xZ6D8a__kpi:hover{border-color:var(--primary);box-shadow:0 2px 10px rgba(var(--primary-rgb), .08);transform:translateY(-1px)}.InsightsOverview-module__xZ6D8a__kpiLabel{color:var(--text-secondary);margin-bottom:6px;font-size:.75rem}.InsightsOverview-module__xZ6D8a__kpiValue{font-size:1.5rem;font-weight:var(--font-bold);color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.InsightsOverview-module__xZ6D8a__kpiPair{align-items:baseline;gap:var(--space-2);min-width:0;display:flex}.InsightsOverview-module__xZ6D8a__kpiMoney{color:var(--foreground);font-size:var(--text-lg);font-weight:var(--font-bold);font-variant-numeric:tabular-nums;white-space:nowrap}.InsightsOverview-module__xZ6D8a__kpiDelta{color:var(--text-secondary);margin-top:4px;font-size:.6875rem}.InsightsOverview-module__xZ6D8a__kpiDelta.InsightsOverview-module__xZ6D8a__up{color:var(--color-success)}.InsightsOverview-module__xZ6D8a__kpiDelta.InsightsOverview-module__xZ6D8a__down{color:var(--color-danger)}.InsightsOverview-module__xZ6D8a__kpiDelta.InsightsOverview-module__xZ6D8a__neutral{color:var(--primary)}.InsightsOverview-module__xZ6D8a__operatingGrid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.InsightsOverview-module__xZ6D8a__chartPanel{min-width:0;padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card)}.InsightsOverview-module__xZ6D8a__chartPanelWide{flex-direction:column;display:flex}.InsightsOverview-module__xZ6D8a__tablePanelWide{grid-column:1/-1}.InsightsOverview-module__xZ6D8a__chartHead{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.InsightsOverview-module__xZ6D8a__chartTitle{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--foreground)}.InsightsOverview-module__xZ6D8a__chartSubtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:2px}.InsightsOverview-module__xZ6D8a__chartBadge{padding:3px var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-shrink:0}.InsightsOverview-module__xZ6D8a__chartEmpty{min-height:92px;color:var(--text-tertiary);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.InsightsOverview-module__xZ6D8a__rechartsFrame,.InsightsOverview-module__xZ6D8a__rechartsFrameSm{width:100%;height:190px;min-height:190px}.InsightsOverview-module__xZ6D8a__chartPanelWide .InsightsOverview-module__xZ6D8a__rechartsFrame{height:190px;min-height:190px}.InsightsOverview-module__xZ6D8a__chartTooltip{padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal)}.InsightsOverview-module__xZ6D8a__chartTooltipTitle{color:var(--foreground);font-weight:var(--font-bold);margin-bottom:var(--space-1)}.InsightsOverview-module__xZ6D8a__lineChart{color:var(--chart-blue)}.InsightsOverview-module__xZ6D8a__lineChart svg{width:100%;height:160px;display:block}.InsightsOverview-module__xZ6D8a__lineChartGrid{stroke:var(--border-subtle);stroke-width:1px;fill:none}.InsightsOverview-module__xZ6D8a__lineChartPath{stroke:currentColor;stroke-width:2.5px;fill:none}.InsightsOverview-module__xZ6D8a__lineChartDot{fill:var(--card);stroke:currentColor;stroke-width:2px}.InsightsOverview-module__xZ6D8a__chartAxis{color:var(--text-tertiary);font-size:var(--text-xs);justify-content:space-between;display:flex}.InsightsOverview-module__xZ6D8a__barChart{gap:var(--space-2);display:grid}.InsightsOverview-module__xZ6D8a__barRow{gap:var(--space-2);font-size:var(--text-sm);grid-template-columns:minmax(96px,.8fr) minmax(80px,1.6fr) 32px;align-items:center;display:grid}.InsightsOverview-module__xZ6D8a__barLabel{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InsightsOverview-module__xZ6D8a__barTrack{border-radius:var(--radius-full);background:var(--surface-2);height:8px;overflow:hidden}.InsightsOverview-module__xZ6D8a__barFill{border-radius:inherit;background:var(--chart-emerald);height:100%}.InsightsOverview-module__xZ6D8a__barValue{color:var(--foreground);text-align:right;font-variant-numeric:tabular-nums}.InsightsOverview-module__xZ6D8a__statusStackWrap{gap:var(--space-3);display:grid}.InsightsOverview-module__xZ6D8a__statusStack{border-radius:var(--radius-full);background:var(--surface-2);height:14px;display:flex;overflow:hidden}.InsightsOverview-module__xZ6D8a__statusSegment{min-width:4px}.InsightsOverview-module__xZ6D8a__statusSegment1{background:var(--chart-blue)}.InsightsOverview-module__xZ6D8a__statusSegment2{background:var(--chart-amber)}.InsightsOverview-module__xZ6D8a__statusSegment3{background:var(--chart-emerald)}.InsightsOverview-module__xZ6D8a__statusLegend{gap:var(--space-2);display:grid}.InsightsOverview-module__xZ6D8a__statusLegendItem{justify-content:space-between;gap:var(--space-3);color:var(--text-secondary);font-size:var(--text-sm);display:flex}.InsightsOverview-module__xZ6D8a__statusLegendItem strong{color:var(--foreground);font-weight:var(--font-semibold);font-variant-numeric:tabular-nums}.InsightsOverview-module__xZ6D8a__operatingTables{gap:var(--space-3);grid-template-columns:minmax(240px,1.15fr) minmax(160px,.65fr) minmax(220px,.85fr);display:grid}.InsightsOverview-module__xZ6D8a__tablePanel{min-width:0}.InsightsOverview-module__xZ6D8a__insightTableWrap{border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow-x:hidden}.InsightsOverview-module__xZ6D8a__insightTable{table-layout:fixed;border-collapse:collapse;width:100%;min-width:0;font-size:var(--text-sm)}.InsightsOverview-module__xZ6D8a__insightTable th,.InsightsOverview-module__xZ6D8a__insightTable td{padding:var(--space-1) var(--space-2);border-bottom:1px solid var(--border-subtle);text-align:left;vertical-align:middle;line-height:var(--leading-tight);overflow-wrap:anywhere}.InsightsOverview-module__xZ6D8a__insightTable th{color:var(--text-tertiary);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-1)}.InsightsOverview-module__xZ6D8a__insightTable td{color:var(--text-secondary);font-variant-numeric:tabular-nums}.InsightsOverview-module__xZ6D8a__insightTable td:first-child{color:var(--foreground);font-variant-numeric:normal}.InsightsOverview-module__xZ6D8a__pipelineOwnersTable col:first-child{width:52%}.InsightsOverview-module__xZ6D8a__pipelineOwnersTable col:nth-child(2){width:22%}.InsightsOverview-module__xZ6D8a__pipelineOwnersTable col:nth-child(3){width:26%}.InsightsOverview-module__xZ6D8a__workCountersTable col:first-child{width:70%}.InsightsOverview-module__xZ6D8a__workCountersTable col:nth-child(2){width:30%}.InsightsOverview-module__xZ6D8a__riskRulesTable col:first-child{width:52%}.InsightsOverview-module__xZ6D8a__riskRulesTable col:nth-child(2){width:28%}.InsightsOverview-module__xZ6D8a__riskRulesTable col:nth-child(3){width:20%}.InsightsOverview-module__xZ6D8a__insightTable th:not(:first-child),.InsightsOverview-module__xZ6D8a__insightTable td:not(:first-child){text-align:right;white-space:nowrap}.InsightsOverview-module__xZ6D8a__insightTable tr:last-child td{border-bottom:0}.InsightsOverview-module__xZ6D8a__severityPill{min-width:26px;height:22px;padding:0 var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:var(--text-secondary);background:var(--surface-1);font-size:var(--text-xs);font-weight:var(--font-bold);text-transform:capitalize;justify-content:center;align-items:center;display:inline-flex}.InsightsOverview-module__xZ6D8a__severityPill.InsightsOverview-module__xZ6D8a__critical{color:var(--color-danger);background:var(--color-danger-bg);border-color:color-mix(in srgb, var(--color-danger) 40%, var(--border))}.InsightsOverview-module__xZ6D8a__severityPill.InsightsOverview-module__xZ6D8a__warning{color:var(--color-warning);background:var(--color-warning-bg);border-color:color-mix(in srgb, var(--color-warning) 40%, var(--border))}.InsightsOverview-module__xZ6D8a__severityPill.InsightsOverview-module__xZ6D8a__info{color:var(--color-info);background:var(--color-info-bg);border-color:color-mix(in srgb, var(--color-info) 40%, var(--border))}.InsightsOverview-module__xZ6D8a__teamGrid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.InsightsOverview-module__xZ6D8a__teamCard{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--card);cursor:pointer;gap:var(--space-2);text-align:left;font:inherit;color:inherit;flex-direction:column;width:100%;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.InsightsOverview-module__xZ6D8a__teamCard:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.InsightsOverview-module__xZ6D8a__tcHead{align-items:center;gap:var(--space-2);display:flex}.InsightsOverview-module__xZ6D8a__avatar{width:32px;height:32px;font-weight:var(--font-bold);color:var(--primary-foreground);background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.InsightsOverview-module__xZ6D8a__avatar.InsightsOverview-module__xZ6D8a__lg{width:40px;height:40px;font-size:.875rem}.InsightsOverview-module__xZ6D8a__tcName{font-weight:var(--font-bold);color:var(--foreground);font-size:.8125rem;line-height:1.2}.InsightsOverview-module__xZ6D8a__tcRole{color:var(--text-secondary);align-items:center;gap:4px;margin-top:2px;font-size:.6875rem;display:flex}.InsightsOverview-module__xZ6D8a__dot{border-radius:50%;width:6px;height:6px;display:inline-block}.InsightsOverview-module__xZ6D8a__dot.InsightsOverview-module__xZ6D8a__active{background:#22c55e}.InsightsOverview-module__xZ6D8a__dot.InsightsOverview-module__xZ6D8a__idle{background:#9ca3af}.InsightsOverview-module__xZ6D8a__dot.InsightsOverview-module__xZ6D8a__low{background:#ef4444}.InsightsOverview-module__xZ6D8a__tcStats{gap:2px var(--space-2);color:var(--text-secondary);grid-template-columns:1fr 1fr;font-size:.6875rem;display:grid}.InsightsOverview-module__xZ6D8a__tcStats b{color:var(--foreground);font-weight:var(--font-bold);margin-left:4px}.InsightsOverview-module__xZ6D8a__aiBar{background:var(--surface-2);border-radius:2px;height:4px;overflow:hidden}.InsightsOverview-module__xZ6D8a__aiBar>div{background:linear-gradient(90deg,#8b5cf6,#ef4444);height:100%}.InsightsOverview-module__xZ6D8a__heatBar{gap:2px;display:flex}.InsightsOverview-module__xZ6D8a__heatCell{background:var(--surface-2);border-radius:2px;flex:1;height:14px}.InsightsOverview-module__xZ6D8a__heatCell.InsightsOverview-module__xZ6D8a__l1{background:rgba(var(--primary-rgb), .22)}.InsightsOverview-module__xZ6D8a__heatCell.InsightsOverview-module__xZ6D8a__l2{background:rgba(var(--primary-rgb), .45)}.InsightsOverview-module__xZ6D8a__heatCell.InsightsOverview-module__xZ6D8a__l3{background:rgba(var(--primary-rgb), .72)}.InsightsOverview-module__xZ6D8a__heatCell.InsightsOverview-module__xZ6D8a__l4{background:var(--primary)}.InsightsOverview-module__xZ6D8a__filterRow{gap:var(--space-1);margin-bottom:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.InsightsOverview-module__xZ6D8a__chip{border:1px solid var(--border);background:var(--card);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:.75rem}.InsightsOverview-module__xZ6D8a__chip:hover{color:var(--foreground)}.InsightsOverview-module__xZ6D8a__chip.InsightsOverview-module__xZ6D8a__active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.InsightsOverview-module__xZ6D8a__chipDivider{background:var(--border-subtle);width:1px;min-height:24px;margin:0 var(--space-1);align-self:stretch}.InsightsOverview-module__xZ6D8a__chipSpacer{flex:1}.InsightsOverview-module__xZ6D8a__activityList{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden}.InsightsOverview-module__xZ6D8a__activityRow{gap:var(--space-2);padding:7px var(--space-4);border-bottom:1px solid var(--border-subtle);color:inherit;grid-template-columns:120px 24px 1fr auto;align-items:center;font-size:.75rem;text-decoration:none;display:grid}.InsightsOverview-module__xZ6D8a__activityRow:last-child{border-bottom:0}.InsightsOverview-module__xZ6D8a__activityRow:hover{background:var(--hover-surface)}.InsightsOverview-module__xZ6D8a__activityRowButton{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.InsightsOverview-module__xZ6D8a__activityRowButton:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.InsightsOverview-module__xZ6D8a__activityTime{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:.6875rem}.InsightsOverview-module__xZ6D8a__badge{border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.6875rem;display:flex}.InsightsOverview-module__xZ6D8a__badgeAi{color:#a78bfa;background:#8b5cf626}.InsightsOverview-module__xZ6D8a__badgeUser{color:#f59e0b;background:#f59e0b26}.InsightsOverview-module__xZ6D8a__activityLine{font-size:.75rem;line-height:1.4}.InsightsOverview-module__xZ6D8a__activityWho{font-weight:var(--font-bold);color:var(--foreground);font-size:.75rem}.InsightsOverview-module__xZ6D8a__activityVerb{color:var(--text-secondary);font-size:.75rem;font-weight:var(--font-normal,400)}.InsightsOverview-module__xZ6D8a__activityTgt{color:var(--foreground);font-size:.75rem;font-weight:var(--font-normal,400)}.InsightsOverview-module__xZ6D8a__activityMeta{color:var(--text-tertiary);font-size:.6875rem;font-weight:var(--font-normal,400);margin-left:6px}.InsightsOverview-module__xZ6D8a__activityArrow{color:var(--text-tertiary);font-size:.6875rem}.InsightsOverview-module__xZ6D8a__activityEmpty{padding:var(--space-8) var(--space-4);text-align:center;color:var(--text-tertiary);font-size:.75rem}.InsightsOverview-module__xZ6D8a__riskQueue{gap:var(--space-4);display:grid}.InsightsOverview-module__xZ6D8a__riskGroup{gap:var(--space-2);display:grid}.InsightsOverview-module__xZ6D8a__riskGroupHead{justify-content:space-between;align-items:center;display:flex}.InsightsOverview-module__xZ6D8a__riskGroupTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.InsightsOverview-module__xZ6D8a__riskCount{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:26px;height:22px;color:var(--foreground);font-size:var(--text-sm);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;display:inline-flex}.InsightsOverview-module__xZ6D8a__alertList{gap:var(--space-2);display:grid}.InsightsOverview-module__xZ6D8a__alert{justify-content:space-between;align-items:center;gap:var(--space-3);padding:10px var(--space-4);border:1px solid var(--border);border-left:3px solid var(--color-warning);border-radius:var(--radius);background:var(--card);display:flex}.InsightsOverview-module__xZ6D8a__alertMain{min-width:0}.InsightsOverview-module__xZ6D8a__alert.InsightsOverview-module__xZ6D8a__critical{border-left-color:var(--color-danger)}.InsightsOverview-module__xZ6D8a__alert.InsightsOverview-module__xZ6D8a__warning{border-left-color:var(--color-warning)}.InsightsOverview-module__xZ6D8a__alert.InsightsOverview-module__xZ6D8a__info{border-left-color:var(--color-info)}.InsightsOverview-module__xZ6D8a__alertText{color:var(--foreground);font-size:.8125rem;line-height:1.5}.InsightsOverview-module__xZ6D8a__alertMeta{color:var(--text-tertiary);margin-top:2px;font-size:.6875rem}.InsightsOverview-module__xZ6D8a__evidenceList{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.InsightsOverview-module__xZ6D8a__evidencePill{max-width:100%;padding:3px var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;align-items:center;display:inline-flex;overflow:hidden}.InsightsOverview-module__xZ6D8a__askBtn{background:var(--foreground);color:var(--background);cursor:pointer;font-size:.75rem;font-weight:var(--font-medium);border:0;border-radius:6px;flex-shrink:0;padding:6px 12px}.InsightsOverview-module__xZ6D8a__askBtn:hover{background:var(--primary);color:var(--primary-foreground)}.InsightsOverview-module__xZ6D8a__footnote{text-align:center;color:var(--text-tertiary);padding:var(--space-8) 0;font-size:.6875rem}.InsightsOverview-module__xZ6D8a__emptyState{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-10) var(--space-6);text-align:center;flex-direction:column;display:flex}.InsightsOverview-module__xZ6D8a__emptyState h3{color:var(--foreground);margin:0;font-size:1rem}.InsightsOverview-module__xZ6D8a__emptyState p{color:var(--text-secondary);max-width:48ch;margin:0;font-size:.875rem}.InsightsOverview-module__xZ6D8a__loadingBlock{padding:var(--space-6) var(--space-6);color:var(--text-tertiary);font-size:.8125rem}.af-drawer.InsightsOverview-module__xZ6D8a__employeeDrawer[data-size=sm]{width:min(calc(var(--drawer-w-sm) * 1.875), 100vw)}.InsightsOverview-module__xZ6D8a__drawerBody{gap:var(--space-3);flex-direction:column;display:flex}.InsightsOverview-module__xZ6D8a__employeeRangeTop{justify-content:flex-end;display:flex}.InsightsOverview-module__xZ6D8a__statRow{gap:var(--space-2);grid-template-columns:repeat(5,1fr);display:grid}.InsightsOverview-module__xZ6D8a__statCell{padding:var(--space-3);background:var(--surface-2);border-radius:var(--radius-md)}.InsightsOverview-module__xZ6D8a__statLab{color:var(--text-secondary);font-size:.6875rem}.InsightsOverview-module__xZ6D8a__statVal{font-size:1.125rem;font-weight:var(--font-bold);color:var(--foreground);margin-top:2px}.InsightsOverview-module__xZ6D8a__statHint{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-tight);margin-top:2px}.InsightsOverview-module__xZ6D8a__miniHead{font-size:.6875rem;font-weight:var(--font-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:var(--space-3) 0 var(--space-1)}.InsightsOverview-module__xZ6D8a__listBox{border:1px solid var(--border);background:var(--surface-1);border-radius:8px;font-size:.8125rem;overflow:hidden}.InsightsOverview-module__xZ6D8a__activityTimelineBox{padding:var(--space-3) var(--space-3) var(--space-1)}.InsightsOverview-module__xZ6D8a__listRow{justify-content:space-between;gap:var(--space-3);padding:10px var(--space-3);border-bottom:1px solid var(--border-subtle);display:flex}.InsightsOverview-module__xZ6D8a__listRow:last-child{border-bottom:0}.InsightsOverview-module__xZ6D8a__listMoney{color:#16a34a;font-weight:var(--font-bold)}.InsightsOverview-module__xZ6D8a__listMeta{color:var(--text-tertiary);font-size:var(--text-xs);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:42%;overflow:hidden}.InsightsOverview-module__xZ6D8a__workLedgerRow{gap:var(--space-3);padding:10px var(--space-3);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);grid-template-columns:64px minmax(0,1fr) 118px;align-items:start;display:grid}.InsightsOverview-module__xZ6D8a__workLedgerRow[role=button]{cursor:pointer}.InsightsOverview-module__xZ6D8a__workLedgerRow[role=button]:hover{background:var(--hover-surface)}.InsightsOverview-module__xZ6D8a__workLedgerRow[role=button]:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.InsightsOverview-module__xZ6D8a__workLedgerRow:last-child{border-bottom:0}.InsightsOverview-module__xZ6D8a__workLedgerRow.InsightsOverview-module__xZ6D8a__inProgress{background:linear-gradient(90deg, #f59e0b14, var(--surface-1) 28%)}.InsightsOverview-module__xZ6D8a__workLedgerTime{color:var(--text-tertiary);font-size:var(--text-xs);font-variant-numeric:tabular-nums;line-height:var(--leading-tight);padding-top:2px}.InsightsOverview-module__xZ6D8a__workLedgerMain{gap:3px;min-width:0;display:grid}.InsightsOverview-module__xZ6D8a__workLedgerTitle{color:var(--foreground);font-size:var(--text-sm);font-weight:var(--font-bold);line-height:var(--leading-tight)}.InsightsOverview-module__xZ6D8a__workLedgerText{color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-normal);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.InsightsOverview-module__xZ6D8a__workLedgerMeta{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-tight)}.InsightsOverview-module__xZ6D8a__workLedgerSide{gap:var(--space-1);text-align:right;justify-items:end;min-width:0;display:grid}.InsightsOverview-module__xZ6D8a__workLedgerMoney{color:#16a34a;font-weight:var(--font-bold);font-size:var(--text-sm);font-variant-numeric:tabular-nums;white-space:nowrap}.InsightsOverview-module__xZ6D8a__workLedgerStatus{max-width:100%;padding:3px var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:var(--text-secondary);background:var(--surface-2);font-size:var(--text-xs);font-weight:var(--font-bold);line-height:var(--leading-tight);white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.InsightsOverview-module__xZ6D8a__workLedgerStatus.InsightsOverview-module__xZ6D8a__done{color:var(--color-info);background:var(--color-info-bg);border-color:color-mix(in srgb, var(--color-info) 35%, var(--border))}.InsightsOverview-module__xZ6D8a__workLedgerStatus.InsightsOverview-module__xZ6D8a__progress{color:var(--color-warning);background:var(--color-warning-bg);border-color:color-mix(in srgb, var(--color-warning) 35%, var(--border))}.InsightsOverview-module__xZ6D8a__activityTimelineItem{gap:.75rem;padding-bottom:1.25rem;display:flex;position:relative}.InsightsOverview-module__xZ6D8a__activityTimelineItem:last-child{padding-bottom:var(--space-1)}.InsightsOverview-module__xZ6D8a__recentList{color:var(--text-secondary);font-size:.75rem;line-height:1.7}.InsightsOverview-module__xZ6D8a__suggestion{background:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .2);padding:10px var(--space-3);color:var(--foreground);border-radius:8px;font-size:.8125rem;line-height:1.5}@media (max-width:1080px){.InsightsOverview-module__xZ6D8a__kpiGrid,.InsightsOverview-module__xZ6D8a__teamGrid{grid-template-columns:repeat(2,1fr)}.InsightsOverview-module__xZ6D8a__operatingGrid,.InsightsOverview-module__xZ6D8a__operatingTables{grid-template-columns:1fr}.InsightsOverview-module__xZ6D8a__chartPanelWide{grid-row:auto}}@media (max-width:640px){.InsightsOverview-module__xZ6D8a__kpiGrid,.InsightsOverview-module__xZ6D8a__teamGrid,.InsightsOverview-module__xZ6D8a__barRow{grid-template-columns:1fr}.InsightsOverview-module__xZ6D8a__barValue{text-align:left}.InsightsOverview-module__xZ6D8a__statusLegendItem{flex-direction:column;gap:2px}.InsightsOverview-module__xZ6D8a__alert{flex-direction:column;align-items:flex-start}.InsightsOverview-module__xZ6D8a__hero{margin:var(--space-4) var(--space-4) 0}.InsightsOverview-module__xZ6D8a__zone{padding:var(--space-4)}.InsightsOverview-module__xZ6D8a__zoneHead{align-items:flex-start;gap:var(--space-2);flex-direction:column}.InsightsOverview-module__xZ6D8a__rangeControl{width:100%;overflow-x:auto}.InsightsOverview-module__xZ6D8a__rangeButton{flex:1 0 auto}}
.activity-module__F_vKBG__contactsRoot{background:var(--surface-0);min-height:100%;color:var(--text-primary);font-family:Inter,system-ui,sans-serif;display:flex;overflow:visible}.activity-module__F_vKBG__container{flex-direction:column;width:100%;min-height:100%;display:flex}.activity-module__F_vKBG__tableWrapper{flex:1;min-height:0}.activity-module__F_vKBG__nameCell{align-items:center;gap:.75rem;display:flex}.activity-module__F_vKBG__avatar{width:34px;height:34px;font-size:.8rem;font-weight:var(--font-bold);background:var(--active-surface);border:1px solid rgba(var(--primary-rgb), .3);color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.activity-module__F_vKBG__avatarCompany{border-radius:var(--radius-sm)}.activity-module__F_vKBG__namePrimary{font-weight:var(--font-medium);color:var(--text-primary)}.activity-module__F_vKBG__nameSecondary{color:var(--text-tertiary);margin-top:1px;font-size:.78rem}.activity-module__F_vKBG__accountRef{color:#fbbf24;opacity:.8;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.activity-module__F_vKBG__badge{border-radius:var(--radius-full);font-size:.72rem;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.03em;align-items:center;padding:.2rem .55rem;display:inline-flex}.activity-module__F_vKBG__badgeLead{color:#fbbf24;background:#eab30826;border:1px solid #eab30840}.activity-module__F_vKBG__badgeActive{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e40}.activity-module__F_vKBG__badgeInactive{background:var(--surface-2);color:var(--text-tertiary);border:1px solid var(--border-soft)}.activity-module__F_vKBG__badgeLost{color:#f87171;background:#ef44441f;border:1px solid #ef444433}.activity-module__F_vKBG__badgeProspect{color:#c4b5fd;background:#8b5cf61f;border:1px solid #8b5cf633}.activity-module__F_vKBG__badgeQualified{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f633}.activity-module__F_vKBG__badgeCustomer{color:#34d399;background:#10b9811f;border:1px solid #10b98133}.activity-module__F_vKBG__badgeChurned{color:#fca5a5;background:#ef444414;border:1px solid #ef444426}.activity-module__F_vKBG__typeIcon{width:20px;color:var(--text-tertiary)}.activity-module__F_vKBG__textMuted{color:var(--text-tertiary);font-size:.85rem}.activity-module__F_vKBG__emptyState{height:300px;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.activity-module__F_vKBG__emptyState h3{font-size:var(--text-md);font-weight:var(--font-medium);color:var(--text-secondary);margin:0}.activity-module__F_vKBG__emptyState p{font-size:var(--text-base);margin:0}.activity-module__F_vKBG__loadingRow td{text-align:center;color:var(--text-tertiary);padding:2rem}.activity-module__F_vKBG__detailOverlay{z-index:100;background:#00000080;animation:.2s activity-module__F_vKBG__fadeIn;position:fixed;inset:0}@keyframes activity-module__F_vKBG__fadeIn{0%{opacity:0}to{opacity:1}}.activity-module__F_vKBG__detailPanel{background:var(--surface-1);border-left:1px solid var(--border);z-index:101;flex-direction:column;width:min(460px,90vw);height:100%;animation:.25s activity-module__F_vKBG__slideIn;display:flex;position:fixed;top:0;right:0}@keyframes activity-module__F_vKBG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.activity-module__F_vKBG__detailHeader{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.activity-module__F_vKBG__detailTitle{font-size:var(--text-md);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.activity-module__F_vKBG__detailBody{flex:1;padding:1.5rem;overflow-y:auto}.activity-module__F_vKBG__closeBtn{border-radius:var(--radius-sm);border:1px solid var(--border-soft);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .15s;display:flex}.activity-module__F_vKBG__closeBtn:hover{border-color:var(--primary);color:var(--text-primary)}.activity-module__F_vKBG__detailAvatarRow{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.activity-module__F_vKBG__detailAvatar{width:52px;height:52px;font-size:var(--text-xl);font-weight:var(--font-bold);background:var(--active-surface);border:1px solid rgba(var(--primary-rgb),.3);color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.activity-module__F_vKBG__detailName{font-size:1.2rem;font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 .25rem}.activity-module__F_vKBG__detailSubtitle{color:var(--text-secondary);margin:0;font-size:.85rem}.activity-module__F_vKBG__fieldGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.activity-module__F_vKBG__fieldItem{flex-direction:column;gap:.25rem;display:flex}.activity-module__F_vKBG__fieldLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:.72rem;font-weight:var(--font-semibold)}.activity-module__F_vKBG__fieldValue{color:var(--text-primary);font-size:.9rem}.activity-module__F_vKBG__fieldValueMuted{color:var(--text-secondary)}.activity-module__F_vKBG__divider{background:var(--border-subtle);height:1px;margin:1.25rem 0}.activity-module__F_vKBG__sectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:.78rem;font-weight:var(--font-semibold);margin:0 0 .875rem}.activity-module__F_vKBG__mTimelineContainer{margin-top:1.25rem;padding-right:.5rem;position:relative}.activity-module__F_vKBG__mTimelineList{flex-direction:column;display:flex}.activity-module__F_vKBG__mItem{gap:0;min-height:80px;display:flex}.activity-module__F_vKBG__mSide{text-align:right;flex-shrink:0;width:65px;padding:.25rem 1rem 0 0}.activity-module__F_vKBG__mDate{font-size:.72rem;font-weight:var(--font-bold);color:var(--text-primary);opacity:.9}.activity-module__F_vKBG__mTime{color:var(--text-tertiary);margin-top:1px;font-family:JetBrains Mono,monospace;font-size:.68rem}.activity-module__F_vKBG__mSpine{flex-shrink:0;justify-content:center;width:32px;display:flex;position:relative}.activity-module__F_vKBG__mLine{background:var(--primary);opacity:.4;width:2px;position:absolute;top:0;bottom:0}.activity-module__F_vKBG__mItem:first-child .activity-module__F_vKBG__mLine{top:12px}.activity-module__F_vKBG__mItem:last-child .activity-module__F_vKBG__mLine{bottom:calc(100% - 12px)}.activity-module__F_vKBG__mIconNode{background:var(--surface-1);border:2px solid var(--primary);z-index:2;width:24px;height:24px;color:var(--primary);box-shadow:0 0 0 4px var(--surface-1);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px}.activity-module__F_vKBG__mContent{flex:1;min-width:0;padding:0 0 2rem 1.25rem}.activity-module__F_vKBG__mHeader{align-items:center;gap:.5rem;margin-top:8px;margin-bottom:.35rem;display:flex}.activity-module__F_vKBG__mActionType{font-size:.72rem;font-weight:var(--font-extrabold);text-transform:uppercase;color:var(--text-primary);letter-spacing:.04em}.activity-module__F_vKBG__mCreator{color:var(--text-tertiary);font-size:.72rem}.activity-module__F_vKBG__mText{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-secondary);word-break:break-word}.activity-module__F_vKBG__mNode_email{color:#60a5fa;border-color:#60a5fa}.activity-module__F_vKBG__mNode_note{color:#fbbf24;border-color:#fbbf24}.activity-module__F_vKBG__mNode_call{color:#34d399;border-color:#34d399}.activity-module__F_vKBG__mNode_meeting{color:#c4b5fd;border-color:#c4b5fd}.activity-module__F_vKBG__mNode_system{color:#f87171;border-color:#f87171}.activity-module__F_vKBG__mLoading,.activity-module__F_vKBG__mEmpty{text-align:center;color:var(--text-tertiary);opacity:.5;padding:3rem 0;font-size:.85rem}.activity-module__F_vKBG__noActivity{font-size:var(--text-base);color:var(--text-tertiary);text-align:center;padding:1.5rem 0}.activity-module__F_vKBG__detailActions{border-top:1px solid var(--border-subtle);gap:.5rem;padding:1rem 1.5rem;display:flex}.activity-module__F_vKBG__detailActionBtn{border:1px solid var(--border-soft);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.55rem;font-size:.8rem;transition:all .15s;display:flex}.activity-module__F_vKBG__detailActionBtn:hover{border-color:var(--primary);color:var(--text-primary);background:var(--hover-surface)}.activity-module__F_vKBG__detailActionBtnPrimary{background:var(--active-surface);border-color:rgba(var(--primary-rgb),.4);color:var(--primary)}.activity-module__F_vKBG__detailActionBtnPrimary:hover{opacity:.85}.activity-module__F_vKBG__modalOverlay{z-index:200;background:#0009;justify-content:center;align-items:center;animation:.2s activity-module__F_vKBG__fadeIn;display:flex;position:fixed;inset:0}.activity-module__F_vKBG__modal{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(520px,95vw);max-height:90vh;animation:.2s activity-module__F_vKBG__scaleIn;overflow-y:auto}@keyframes activity-module__F_vKBG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.activity-module__F_vKBG__modalHeader{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.activity-module__F_vKBG__modalTitle{font-size:var(--text-md);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.activity-module__F_vKBG__modalBody{padding:1.5rem}.activity-module__F_vKBG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.activity-module__F_vKBG__formGridFull{grid-column:1/-1}.activity-module__F_vKBG__formGroup{flex-direction:column;gap:.4rem;display:flex}.activity-module__F_vKBG__formLabel{color:var(--text-secondary);font-size:.78rem;font-weight:var(--font-medium)}.activity-module__F_vKBG__formInput,.activity-module__F_vKBG__formSelect,.activity-module__F_vKBG__formTextarea{background:var(--surface-2);border:1px solid var(--border);color:var(--text-primary);font-size:var(--text-base);box-sizing:border-box;border-radius:7px;outline:none;width:100%;padding:.55rem .85rem;transition:border-color .15s}.activity-module__F_vKBG__formInput:focus,.activity-module__F_vKBG__formSelect:focus,.activity-module__F_vKBG__formTextarea:focus{border-color:rgba(var(--primary-rgb),.5)}.activity-module__F_vKBG__formSelect option{background:var(--surface-1)}.activity-module__F_vKBG__formTextarea{resize:vertical;min-height:80px;font-family:inherit}.activity-module__F_vKBG__modalFooter{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.activity-module__F_vKBG__btnCancel{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-base);cursor:pointer;background:0 0;border-radius:7px;padding:.5rem 1rem;transition:all .15s}.activity-module__F_vKBG__btnCancel:hover{border-color:var(--border-medium);color:var(--text-primary)}.activity-module__F_vKBG__typeRadioGroup{gap:.5rem;display:flex}.activity-module__F_vKBG__typeRadioOption{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);border-radius:7px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem;font-size:.85rem;transition:all .15s;display:flex}.activity-module__F_vKBG__typeRadioOption:hover{border-color:rgba(var(--primary-rgb),.4);color:var(--text-primary)}.activity-module__F_vKBG__typeRadioOptionSelected{background:var(--active-surface);border-color:rgba(var(--primary-rgb),.5);color:var(--text-primary)}.activity-module__F_vKBG__typeRadioOption input{display:none}.activity-module__F_vKBG__quickActions{gap:.5rem;margin-bottom:1rem;display:flex}.activity-module__F_vKBG__actionTabBtn{border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem;transition:all .2s;display:flex}.activity-module__F_vKBG__actionTabBtn:hover{border-color:var(--primary);color:var(--text-primary)}.activity-module__F_vKBG__actionTabBtnActive{background:var(--active-surface);border-color:rgba(var(--primary-rgb),.5);color:var(--primary)}.activity-module__F_vKBG__activityForm{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;animation:.2s ease-out activity-module__F_vKBG__slideIn;display:flex}.activity-module__F_vKBG__logInputArea{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:var(--radius-sm);width:100%;min-height:80px;color:var(--text-primary);font-size:var(--text-base);resize:vertical;padding:.65rem;font-family:inherit}.activity-module__F_vKBG__formActions{justify-content:flex-end;gap:.5rem;display:flex}.activity-module__F_vKBG__btnSubmitLog{border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;border:none;padding:.4rem .875rem}.activity-module__F_vKBG__actionTabBtnDev{opacity:.7;cursor:help!important;background:var(--surface-2)!important}.activity-module__F_vKBG__devTag{background:var(--surface-2);color:var(--text-tertiary);border:1px solid var(--border-soft);text-transform:uppercase;border-radius:3px;margin-left:.2rem;padding:.1rem .25rem;font-size:.55rem;font-weight:900}.activity-module__F_vKBG__marketingAIPanel{background:linear-gradient(135deg, #581c870d 0%, rgba(var(--primary-rgb), .05) 100%);border:1px solid rgba(var(--primary-rgb), .2);border-radius:var(--radius-md);margin:1.5rem 0;padding:1rem;position:relative;overflow:hidden}.activity-module__F_vKBG__marketingAIPanel:before{content:"";background:linear-gradient(90deg, var(--chart-indigo), var(--chart-pink), var(--color-danger));width:100%;height:2px;position:absolute;top:0;left:0}.activity-module__F_vKBG__aiHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.activity-module__F_vKBG__aiTitle{font-size:.7rem;font-weight:var(--font-extrabold);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;display:flex}.activity-module__F_vKBG__aiContent{font-size:.85rem;line-height:var(--leading-normal);color:var(--text-secondary);background:var(--surface-1);border-radius:var(--radius-sm);border:1px solid var(--border-soft);max-height:200px;padding:.75rem;overflow-y:auto}.activity-module__F_vKBG__dvContainer{background:var(--background);flex-direction:column;height:100%;display:flex}.activity-module__F_vKBG__dvHeader{background:var(--surface-1);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex}.activity-module__F_vKBG__dvProfileRow{align-items:flex-start;gap:var(--space-3);display:flex}.activity-module__F_vKBG__dvAvatar{border-radius:var(--radius-md);width:44px;height:44px;font-size:var(--text-lg);font-weight:var(--font-bold);background:var(--active-surface);border:1px solid rgba(var(--primary-rgb), .35);color:var(--primary);justify-content:center;align-items:center;display:flex}.activity-module__F_vKBG__dvIdentity h1{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);margin:0;line-height:1.15}.activity-module__F_vKBG__dvNameRow{align-items:center;gap:1rem;display:flex}.activity-module__F_vKBG__dvStatusRow{gap:.5rem;display:flex}.activity-module__F_vKBG__dvSubtext{color:var(--text-tertiary);align-items:center;gap:.5rem;margin-top:.25rem;font-size:.85rem;display:flex}.activity-module__F_vKBG__dvMetrics{gap:2.5rem;display:flex}.activity-module__F_vKBG__dvMetricItem{flex-direction:column;display:flex}.activity-module__F_vKBG__dvMetricLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:.7rem;font-weight:var(--font-semibold)}.activity-module__F_vKBG__dvMetricValue{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary)}.activity-module__F_vKBG__dvMainGrid{flex:1;grid-template-columns:320px 1fr;display:grid;overflow:hidden}.activity-module__F_vKBG__dvSidebar{border-right:1px solid var(--border-subtle);background:var(--surface-1);padding:2rem;overflow-y:auto}.activity-module__F_vKBG__dvContent{background:var(--surface-0);flex-direction:column;display:flex;overflow:hidden}.activity-module__F_vKBG__dvSection{margin-bottom:2.5rem}.activity-module__F_vKBG__dvSectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);font-size:.72rem;font-weight:var(--font-bold);margin-bottom:1rem}.activity-module__F_vKBG__dvFieldList{flex-direction:column;gap:.875rem;display:flex}.activity-module__F_vKBG__dvField{font-size:var(--text-base);color:var(--text-secondary);align-items:center;gap:.75rem;display:flex}.activity-module__F_vKBG__dvField svg{color:var(--text-tertiary);flex-shrink:0}.activity-module__F_vKBG__dvField a{color:var(--primary);text-decoration:none}.activity-module__F_vKBG__dvTagCloud{flex-wrap:wrap;gap:.5rem;display:flex}.activity-module__F_vKBG__dvTag{background:var(--active-surface);border:1px solid var(--border-soft);border-radius:var(--radius-xs);font-size:var(--text-sm);color:var(--text-secondary);padding:.25rem .6rem}.activity-module__F_vKBG__dvTabs{border-bottom:1px solid var(--border-subtle);background:var(--surface-1);gap:1.5rem;padding:0 1.5rem;display:flex}.activity-module__F_vKBG__dvTab{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:1rem .5rem;transition:color .2s;position:relative}.activity-module__F_vKBG__dvTab:hover{color:var(--text-primary)}.activity-module__F_vKBG__dvTabActive{color:var(--primary)}.activity-module__F_vKBG__dvTabActive:after{content:"";background:var(--primary);height:2px;position:absolute;bottom:-1px;left:0;right:0}.activity-module__F_vKBG__dvTabBody{flex:1;padding:2rem;overflow-y:auto}.activity-module__F_vKBG__dvTabBodyFlush{flex-direction:column;padding:0;display:flex;overflow:hidden}.activity-module__F_vKBG__dvTimelineBody{max-width:800px}.activity-module__F_vKBG__dvTimelineItem{gap:1.5rem;min-height:100px;display:flex}.activity-module__F_vKBG__dvTimelineSpine{flex-direction:column;align-items:center;width:40px;display:flex;position:relative}.activity-module__F_vKBG__dvTimelineDot{background:var(--surface-1);border:2px solid var(--primary);z-index:2;width:32px;height:32px;color:var(--primary);box-shadow:0 0 0 4px var(--surface-0);border-radius:50%;justify-content:center;align-items:center;display:flex}.activity-module__F_vKBG__dvTimelineLine{background:var(--primary);opacity:.2;flex:1;width:2px}.activity-module__F_vKBG__dvTimelineContent{flex:1;padding-bottom:2.5rem}.activity-module__F_vKBG__dvTimelineHeader{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.activity-module__F_vKBG__dvTimelineType{font-size:.7rem;font-weight:var(--font-extrabold);text-transform:uppercase;letter-spacing:.05em}.activity-module__F_vKBG__dvTimelineDate{font-size:var(--text-sm);color:var(--text-tertiary)}.activity-module__F_vKBG__dvDocTable{border-collapse:collapse;width:100%}.activity-module__F_vKBG__dvDocTable th{text-align:left;border-bottom:2px solid var(--border-subtle);font-size:var(--text-sm);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;padding:1rem}.activity-module__F_vKBG__dvDocTable td{border-bottom:1px solid var(--border-subtle);font-size:var(--text-base);padding:1.25rem 1rem}.activity-module__F_vKBG__docName{font-weight:var(--font-semibold);color:var(--text-primary);align-items:center;gap:.75rem;display:flex}.activity-module__F_vKBG__docLink{opacity:0;color:var(--primary);transition:opacity .2s}tr:hover .activity-module__F_vKBG__docLink{opacity:1}.activity-module__F_vKBG__docStatus{border-radius:var(--radius-xs);font-size:.7rem;font-weight:var(--font-bold);text-transform:uppercase;padding:.25rem .6rem}.activity-module__F_vKBG__docStatus[data-status=converted]{color:#4ade80;background:#22c55e1a}.activity-module__F_vKBG__docStatus[data-status=processing]{color:#fbbf24;background:#eab3081a}.activity-module__F_vKBG__docStatus[data-status=sent]{color:#60a5fa;background:#3b82f61a}.activity-module__F_vKBG__dvNoteBox{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.activity-module__F_vKBG__dvNoteBox h4{margin:0 0 1rem;font-size:.9rem}.activity-module__F_vKBG__dvNoteBox p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.activity-module__F_vKBG__dvActivityQuick h4{margin-top:2rem;font-size:.9rem}.activity-module__F_vKBG__dvLogButtons{gap:.5rem;margin-bottom:1rem;display:flex}.activity-module__F_vKBG__dvLogButtons button{border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--surface-1);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.activity-module__F_vKBG__dvLogButtons button.activity-module__F_vKBG__active{background:var(--active-surface);border-color:var(--primary);color:var(--primary)}.activity-module__F_vKBG__dvLogForm textarea{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;min-height:120px;color:var(--text-primary);margin-bottom:1rem;padding:1rem;font-family:inherit}.activity-module__F_vKBG__dvFormActions{justify-content:flex-end;gap:1rem;display:flex}.activity-module__F_vKBG__dvLoading{height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:1.1rem;animation:2s infinite activity-module__F_vKBG__pulse;display:flex}@keyframes activity-module__F_vKBG__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.activity-module__F_vKBG__dvTabs{padding:0 var(--space-5);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-shrink:0;gap:0;display:flex}.activity-module__F_vKBG__dvTabBody{flex-direction:column;flex:1;display:flex;overflow:hidden}.activity-module__F_vKBG__dvTabScroll{padding:var(--space-3) var(--space-2);flex:1;overflow-y:auto}.activity-module__F_vKBG__dvTagStrip{padding:var(--space-2) var(--space-5);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-wrap:wrap;gap:.35rem;display:flex}.activity-module__F_vKBG__dvSectionHeading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);border-bottom:1px solid var(--border-subtle);margin:1.5rem 0 .5rem;padding-bottom:.4rem;font-size:.68rem;font-weight:700}.activity-module__F_vKBG__dvSectionHeading:first-child{margin-top:0}.activity-module__F_vKBG__dvFieldRow{border-bottom:1px solid var(--border-subtle);padding:.45rem 0;font-size:.83rem;display:flex}.activity-module__F_vKBG__dvFieldLabel{width:140px;color:var(--text-tertiary);flex-shrink:0}.activity-module__F_vKBG__dvFieldValue{color:var(--text-primary);word-break:break-word;font-weight:500}.activity-module__F_vKBG__dvAIContextCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-left:3px solid var(--primary,#dc2626);border-radius:var(--radius-md,8px);align-items:flex-start;gap:.75rem;margin-bottom:.875rem;padding:.75rem 1rem;display:flex}.activity-module__F_vKBG__dvAIContextIcon{color:var(--primary,#dc2626);opacity:.8;flex-shrink:0;margin-top:1px}.activity-module__F_vKBG__dvAIContextContent{flex:1;min-width:0}.activity-module__F_vKBG__dvAIContextLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:block}.activity-module__F_vKBG__dvAIContextCard p{color:var(--text-primary);margin:0;font-size:.83rem;line-height:1.5}.activity-module__F_vKBG__dvEmpty{color:var(--text-tertiary);text-align:center;padding:2.5rem 1rem;font-size:.875rem}.activity-module__F_vKBG__dvContactCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md,8px);margin-bottom:.6rem;overflow:hidden}.activity-module__F_vKBG__dvContactHeader{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:background .15s;display:flex}.activity-module__F_vKBG__dvContactHeader:hover{background:var(--hover-surface)}.activity-module__F_vKBG__dvContactHeader svg{color:var(--text-tertiary);flex-shrink:0;margin-left:auto}.activity-module__F_vKBG__dvContactAvatar{background:var(--active-surface);border:1px solid rgba(var(--primary-rgb),.25);width:34px;height:34px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.activity-module__F_vKBG__dvContactMeta{flex:1;min-width:0}.activity-module__F_vKBG__dvContactName{color:var(--text-primary);font-size:.875rem;font-weight:600;display:block}.activity-module__F_vKBG__dvContactTitle{color:var(--text-tertiary);font-size:.78rem;display:block}.activity-module__F_vKBG__dvContactExpanded{border-top:1px solid var(--border-subtle);padding:0 1rem .875rem}.activity-module__F_vKBG__dvLeadCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md,8px);margin-bottom:.6rem;padding:1rem}.activity-module__F_vKBG__dvLeadTop{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.activity-module__F_vKBG__dvLeadTitle{color:var(--text-primary);margin-bottom:.2rem;font-size:.875rem;font-weight:600}.activity-module__F_vKBG__dvLeadMeta{color:var(--text-tertiary);font-size:.75rem}.activity-module__F_vKBG__dvLeadValue{color:var(--text-primary);white-space:nowrap;font-size:1rem;font-weight:700}.activity-module__F_vKBG__dvLeadBottom{align-items:center;gap:.6rem;display:flex}.activity-module__F_vKBG__dvLeadStage{border-radius:var(--radius-full,9999px);white-space:nowrap;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.activity-module__F_vKBG__dvLeadBar{background:var(--border-subtle);border-radius:2px;flex:1;height:4px;overflow:hidden}.activity-module__F_vKBG__dvLeadBarFill{border-radius:2px;height:100%;transition:width .4s}.activity-module__F_vKBG__dvLeadPct{color:var(--text-tertiary);white-space:nowrap;font-size:.75rem}.activity-module__F_vKBG__actPanel{border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.activity-module__F_vKBG__actHeader{border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:.6rem .875rem .5rem}.activity-module__F_vKBG__actHeaderTop{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.activity-module__F_vKBG__actTitleRow{align-items:center;gap:.35rem;display:flex}.activity-module__F_vKBG__actTitleIcon{align-items:center;display:flex}.activity-module__F_vKBG__actTitle{color:var(--text-primary);letter-spacing:.01em;font-size:.82rem;font-weight:700}.activity-module__F_vKBG__actHeaderActions{align-items:center;gap:.3rem;display:flex}.activity-module__F_vKBG__actIconBtn{width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.activity-module__F_vKBG__actIconBtn:hover{background:var(--hover-surface);color:var(--text-primary)}.activity-module__F_vKBG__actLogTitleInput{border:1px solid var(--border-soft);background:var(--surface-1);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:6px;outline:none;margin-bottom:.4rem;padding:.4rem .6rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.activity-module__F_vKBG__actLogTitleInput:focus{border-color:var(--primary)}.activity-module__F_vKBG__actLogTitleInput::placeholder{color:var(--text-tertiary);font-weight:400}.activity-module__F_vKBG__actAddBtn{border:1px solid var(--border);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.activity-module__F_vKBG__actAddBtn:hover{background:var(--hover-surface);color:var(--foreground)}.activity-module__F_vKBG__actFilterPills{gap:.25rem;padding-bottom:2px;display:flex;overflow-x:auto}.activity-module__F_vKBG__actPill{border:1px solid var(--border-soft);background:var(--surface-0);color:var(--text-tertiary);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.68rem;font-weight:600;transition:all .1s}.activity-module__F_vKBG__actPill:hover{background:var(--hover-surface);color:var(--text-primary)}.activity-module__F_vKBG__actPillActive{background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary);border-color:color-mix(in srgb, var(--primary) 35%, transparent)}.activity-module__F_vKBG__actList{flex:1;padding:.875rem 1rem;overflow-y:auto}.activity-module__F_vKBG__actEmpty{text-align:center;color:var(--text-tertiary);padding:1.5rem 0;font-size:.8rem}.activity-module__F_vKBG__actEmptyLink{font-size:inherit;color:var(--primary);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit;text-decoration:underline}.activity-module__F_vKBG__actItem{gap:.75rem;padding-bottom:1.25rem;animation:.2s activity-module__F_vKBG__actFadeIn;display:flex;position:relative}.activity-module__F_vKBG__actItemActions{opacity:0;pointer-events:none;flex-shrink:0;align-items:center;gap:.2rem;margin-left:auto;transition:opacity .15s;display:flex}.activity-module__F_vKBG__actItem:hover .activity-module__F_vKBG__actItemActions{opacity:1;pointer-events:auto}.activity-module__F_vKBG__actItemBtn{border:1px solid var(--border);background:var(--surface-2);width:22px;height:22px;color:var(--text-secondary);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;transition:all .15s;display:flex}.activity-module__F_vKBG__actItemBtn:hover{background:var(--surface-3);color:var(--foreground);border-color:var(--text-tertiary)}.activity-module__F_vKBG__actItemBtnDanger:hover{background:var(--color-danger-bg);color:var(--color-danger);border-color:var(--color-danger-border)}.activity-module__F_vKBG__actInlineEdit{flex-direction:column;gap:.4rem;margin-top:.35rem;display:flex}.activity-module__F_vKBG__actItemLast{padding-bottom:0}.activity-module__F_vKBG__actSpine{flex-direction:column;flex-shrink:0;align-items:center;width:30px;display:flex}.activity-module__F_vKBG__actDot{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.activity-module__F_vKBG__actLine{background:var(--border-subtle);opacity:.6;flex:1;width:1px;margin-top:4px}.activity-module__F_vKBG__actBody{flex:1;min-width:0;padding-top:2px}.activity-module__F_vKBG__actTopRow{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.25rem;display:flex}.activity-module__F_vKBG__actTimeLabel{letter-spacing:.05em;color:var(--text-tertiary);font-size:.63rem;font-weight:700}.activity-module__F_vKBG__actByLabel{color:var(--text-tertiary);letter-spacing:.04em;font-size:.6rem}.activity-module__F_vKBG__actActorBadge{letter-spacing:.05em;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.activity-module__F_vKBG__actCreatorName{color:var(--text-tertiary);font-size:.63rem}.activity-module__F_vKBG__actDealtByBadge,.activity-module__F_vKBG__actLinkBadge,.activity-module__F_vKBG__actLinkBadgeButton{border:1px solid var(--border-subtle);background:var(--surface-0);max-width:180px;color:var(--text-tertiary);white-space:nowrap;border-radius:3px;align-items:center;padding:1px 5px;font-size:.6rem;font-weight:700;line-height:1.2;display:inline-flex}.activity-module__F_vKBG__actLinkBadge,.activity-module__F_vKBG__actLinkBadgeButton{color:var(--primary);background:var(--active-surface);border-color:rgba(var(--primary-rgb), .22)}.activity-module__F_vKBG__actLinkBadgeButton{cursor:pointer;font-family:inherit}.activity-module__F_vKBG__actLinkBadgeButton:hover{border-color:rgba(var(--primary-rgb), .45);background:rgba(var(--primary-rgb), .12)}.activity-module__F_vKBG__actHeadline{color:var(--text-primary);margin-bottom:.15rem;font-size:.83rem;font-weight:600;line-height:1.4}.activity-module__F_vKBG__actDescription{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.5}.activity-module__F_vKBG__activityTextPreview{z-index:5000;border:1px solid var(--border-medium);border-radius:var(--radius-sm);background:var(--surface-1);width:min(520px,100vw - 24px);max-height:min(280px,100vh - 24px);color:var(--text-primary);font-size:.78rem;font-weight:var(--font-medium);overflow-wrap:anywhere;pointer-events:none;padding:.625rem .75rem;line-height:1.55;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #00000038;white-space:normal!important}.activity-module__F_vKBG__activityTextExpandBtn{width:16px;height:16px;color:var(--text-tertiary);vertical-align:-3px;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;margin-left:.25rem;padding:0;display:inline-flex}.activity-module__F_vKBG__activityTextExpandBtn:hover{color:var(--primary);background:var(--active-surface)}.activity-module__F_vKBG__activityTextCollapsedInline{align-items:baseline;width:100%;min-width:0;max-width:100%;display:flex}.activity-module__F_vKBG__activityTextValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.activity-module__F_vKBG__activityTextExpandedInline{white-space:normal;text-overflow:clip!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;display:block!important;overflow:visible!important}.activity-module__F_vKBG__activityTextExpandedInline .activity-module__F_vKBG__activityTextValue{text-overflow:clip;white-space:normal;display:inline;overflow:visible}.activity-module__F_vKBG__actAuditLink{text-align:center;color:var(--text-tertiary);cursor:pointer;padding:.75rem 0 .25rem;font-size:.72rem;transition:color .15s}.activity-module__F_vKBG__actAuditLink:hover{color:var(--primary)}.activity-module__F_vKBG__actMeta,.activity-module__F_vKBG__actAuthor,.activity-module__F_vKBG__actTypeBadge,.activity-module__F_vKBG__actTime,.activity-module__F_vKBG__actContent{display:none}.activity-module__F_vKBG__dragHandle{cursor:row-resize;background:var(--surface-0);border-top:1px solid var(--border-subtle);-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;height:7px;display:flex}.activity-module__F_vKBG__dragHandle:hover .activity-module__F_vKBG__dragNub{background:var(--primary);opacity:.4}.activity-module__F_vKBG__dragNub{background:var(--border-soft);border-radius:2px;width:28px;height:3px;transition:background .15s}.activity-module__F_vKBG__actInputArea{border-top:1px solid var(--border-subtle);background:var(--surface-0);flex-shrink:0;padding:.5rem .75rem .65rem}.activity-module__F_vKBG__modeSwitcher{gap:.3rem;margin-bottom:.4rem;display:flex}.activity-module__F_vKBG__modeBtn{cursor:pointer;background:var(--surface-1);color:var(--text-tertiary);border:none;border-radius:6px;flex:1;padding:.3rem 0;font-size:.72rem;font-weight:600;transition:all .15s}.activity-module__F_vKBG__modeBtnActive{background:var(--surface-2,#1f2937);color:var(--text-primary)}.activity-module__F_vKBG__modeBtnActiveAsk{background:var(--primary);color:var(--primary-foreground)}.activity-module__F_vKBG__logTypePills{gap:.25rem;margin-bottom:.4rem;display:flex}.activity-module__F_vKBG__actInputRow{align-items:flex-end;gap:.4rem;display:flex}.activity-module__F_vKBG__actTextarea{border:1px solid var(--border-soft);resize:none;background:var(--surface-1);color:var(--text-primary);border-radius:6px;outline:none;flex:1;padding:.45rem .6rem;font-family:inherit;font-size:.78rem;line-height:1.45;transition:border-color .15s}.activity-module__F_vKBG__actTextarea:focus{border-color:var(--primary)}.activity-module__F_vKBG__actTextareaAsk{border-color:rgba(var(--primary-rgb),.35)}.activity-module__F_vKBG__actSendBtn{cursor:pointer;background:var(--surface-2,#1f2937);width:30px;height:30px;color:var(--text-primary);border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.activity-module__F_vKBG__actSendBtn:disabled{opacity:.4;cursor:not-allowed}.activity-module__F_vKBG__actSendBtnAsk{background:var(--primary);color:var(--primary-foreground)}@keyframes activity-module__F_vKBG__actFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.activity-module__F_vKBG__actItem{animation:.2s activity-module__F_vKBG__actFadeIn}.activity-module__F_vKBG__actLogForm{border-bottom:1px solid var(--border-subtle);background:var(--surface-0);flex-shrink:0;padding:.6rem .875rem .5rem;animation:.15s activity-module__F_vKBG__actFadeIn}.activity-module__F_vKBG__actLogTypePills{gap:.25rem;margin-bottom:.5rem;display:flex}.activity-module__F_vKBG__actLogTextarea{border:1px solid var(--border-soft);resize:none;background:var(--surface-1);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:6px;outline:none;padding:.5rem .6rem;font-family:inherit;font-size:.78rem;line-height:1.45;transition:border-color .15s}.activity-module__F_vKBG__actLogTextarea:focus{border-color:var(--primary)}.activity-module__F_vKBG__actLogActions{align-items:center;gap:.4rem;margin-top:.4rem;display:flex}.activity-module__F_vKBG__actLogCancel{border:1px solid var(--border-soft);background:var(--surface-1);color:var(--text-secondary);cursor:pointer;border-radius:5px;align-items:center;gap:.25rem;padding:.28rem .65rem;font-family:inherit;font-size:.75rem;transition:background .12s,color .12s;display:inline-flex}.activity-module__F_vKBG__actLogCancel:hover{background:var(--hover-surface);color:var(--text-primary)}.activity-module__F_vKBG__dvHeader{padding:var(--space-3) var(--space-5) 0;border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.activity-module__F_vKBG__dvHeaderTop{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.activity-module__F_vKBG__dvQuickActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.activity-module__F_vKBG__dvKpiStrip{border-top:1px solid var(--border-subtle);margin-top:var(--space-1);gap:0;display:flex}.activity-module__F_vKBG__dvKpiItem{padding:var(--space-2) 0;border-right:1px solid var(--border-subtle);flex-direction:column;flex:1;gap:1px;display:flex}.activity-module__F_vKBG__dvKpiItem:last-child{border-right:none}.activity-module__F_vKBG__dvKpiItem+.activity-module__F_vKBG__dvKpiItem{padding-left:var(--space-3)}.activity-module__F_vKBG__dvKpiLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-weight:var(--font-semibold)}.activity-module__F_vKBG__dvKpiValue{font-size:var(--text-md);font-weight:var(--font-bold);color:var(--text-primary);line-height:1.2}.activity-module__F_vKBG__dvKpiSub{font-size:var(--text-xs);color:var(--text-tertiary);align-items:center;gap:3px;display:flex}.activity-module__F_vKBG__ovGrid{gap:var(--space-2);margin-bottom:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.activity-module__F_vKBG__ovCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-1);flex-direction:column;display:flex;overflow:hidden}.activity-module__F_vKBG__ovCardHeader{padding:var(--space-2) var(--space-3);background:var(--surface-0);border-bottom:1px solid var(--border-subtle);font-size:var(--text-xs);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.07em;color:var(--text-secondary);justify-content:space-between;align-items:center;display:flex}.activity-module__F_vKBG__ovCardHeaderMeta{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:none;letter-spacing:0;font-weight:var(--font-normal)}.activity-module__F_vKBG__ovCardBody{padding:var(--space-1) var(--space-2) var(--space-2);flex-direction:column;flex:1;gap:0;display:flex}.activity-module__F_vKBG__ovFieldRow{padding:var(--space-2) 0;border-bottom:1px solid var(--border-subtle);align-items:center;gap:var(--space-3);font-size:var(--text-sm);display:flex}.activity-module__F_vKBG__ovFieldRow:last-child{border-bottom:none}.activity-module__F_vKBG__ovFieldLabel{color:var(--text-tertiary);min-width:100px;font-size:var(--text-sm);flex-shrink:0}.activity-module__F_vKBG__ovFieldValue{color:var(--text-primary);font-weight:var(--font-medium);word-break:break-word;flex:1}.activity-module__F_vKBG__ovFieldValue a{color:var(--primary);align-items:center;gap:2px;text-decoration:none;display:inline-flex}.activity-module__F_vKBG__ovFieldValue a:hover{opacity:.8}.activity-module__F_vKBG__ovEmpty{padding:var(--space-4) 0;color:var(--text-tertiary);font-size:var(--text-sm);text-align:center}.activity-module__F_vKBG__ovMiniContact{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border-subtle);display:flex}.activity-module__F_vKBG__ovMiniContact:last-of-type{border-bottom:none}.activity-module__F_vKBG__ovMiniAvatar{border-radius:var(--radius-full);background:var(--active-surface);border:1px solid rgba(var(--primary-rgb), .25);width:30px;height:30px;color:var(--primary);font-size:.7rem;font-weight:var(--font-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.activity-module__F_vKBG__ovMiniContactMeta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.activity-module__F_vKBG__ovMiniContactName{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.activity-module__F_vKBG__ovMiniContactRole{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.activity-module__F_vKBG__ovMiniContactAction{border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--surface-0);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.activity-module__F_vKBG__ovMiniContactAction:hover{border-color:var(--primary);color:var(--primary);background:var(--hover-surface)}.activity-module__F_vKBG__ovContactInfoDivider{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);margin-top:var(--space-1)}.activity-module__F_vKBG__ovMiniLead{gap:var(--space-1);padding:var(--space-2) 0;border-bottom:1px solid var(--border-subtle);flex-direction:column;display:flex}.activity-module__F_vKBG__ovMiniLead:last-child{border-bottom:none}.activity-module__F_vKBG__ovMiniLeadTop{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.activity-module__F_vKBG__ovMiniLeadTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.activity-module__F_vKBG__ovMiniLeadValue{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-primary);white-space:nowrap;flex-shrink:0}.activity-module__F_vKBG__ovMiniLeadBottom{align-items:center;gap:var(--space-2);display:flex}.activity-module__F_vKBG__ovLeadStage{padding:1px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-bold);white-space:nowrap;flex-shrink:0}.activity-module__F_vKBG__ovProbBar{background:var(--border-subtle);border-radius:2px;flex:1;height:3px;overflow:hidden}.activity-module__F_vKBG__ovProbFill{border-radius:2px;height:100%;transition:width .4s}.activity-module__F_vKBG__ovProbPct{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0}.activity-module__F_vKBG__ovDocRow{align-items:center;gap:var(--space-2);padding:var(--space-2) 0;border-bottom:1px solid var(--border-subtle);font-size:var(--text-sm);display:flex}.activity-module__F_vKBG__ovDocRow:last-child{border-bottom:none}.activity-module__F_vKBG__ovDocIcon{color:var(--text-tertiary);flex-shrink:0;align-items:center;display:flex}.activity-module__F_vKBG__ovDocNumber{font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.activity-module__F_vKBG__ovDocStatus{padding:1px var(--space-2);border-radius:var(--radius-xs);font-size:.65rem;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.activity-module__F_vKBG__ovDocAmount{font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-align:right;flex-shrink:0;min-width:70px}.activity-module__F_vKBG__ovDocDate{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-align:right;flex-shrink:0;min-width:60px}.activity-module__F_vKBG__ctToolbar{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.activity-module__F_vKBG__ctCount{font-size:var(--text-sm);color:var(--text-tertiary)}.activity-module__F_vKBG__ctForm{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-3)}.activity-module__F_vKBG__ctFormGrid{gap:var(--space-3) var(--space-4);margin-bottom:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.activity-module__F_vKBG__ctFormGroup{gap:var(--space-1);flex-direction:column;display:flex}.activity-module__F_vKBG__ctFormLabel{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em}.activity-module__F_vKBG__ctFormInput{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--text-sm);outline:none;width:100%;padding:.45rem .75rem;transition:border-color .15s}.activity-module__F_vKBG__ctFormInput:focus{border-color:rgba(var(--primary-rgb), .5)}.activity-module__F_vKBG__ctFormActions{justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-subtle);display:flex}.activity-module__F_vKBG__editModalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.activity-module__F_vKBG__editModal{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;box-shadow:0 20px 60px #0006}.activity-module__F_vKBG__editModalHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.activity-module__F_vKBG__editModalTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-primary)}.activity-module__F_vKBG__editModalClose{cursor:pointer;color:var(--text-tertiary);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;padding:4px;transition:color .15s;display:flex}.activity-module__F_vKBG__editModalClose:hover{color:var(--text-primary)}.activity-module__F_vKBG__editModalBody{flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.activity-module__F_vKBG__editSection{flex-direction:column;gap:.625rem;display:flex}.activity-module__F_vKBG__editSectionLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);border-bottom:1px solid var(--border-subtle);padding-bottom:.375rem;font-size:.65rem;font-weight:700}.activity-module__F_vKBG__editGrid{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.activity-module__F_vKBG__editGroup{flex-direction:column;gap:.25rem;display:flex}.activity-module__F_vKBG__editLabel{color:var(--text-tertiary);font-size:.72rem}.activity-module__F_vKBG__editInput{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--text-sm);outline:none;padding:.45rem .625rem;transition:border-color .15s}.activity-module__F_vKBG__editInput:focus{border-color:var(--primary,#dc2626)}.activity-module__F_vKBG__editTextarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--text-sm);resize:vertical;box-sizing:border-box;outline:none;width:100%;min-height:72px;padding:.45rem .625rem;font-family:inherit;line-height:1.5;transition:border-color .15s}.activity-module__F_vKBG__editTextarea:focus{border-color:var(--primary,#dc2626)}.activity-module__F_vKBG__editModalFooter{border-top:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;gap:.5rem;padding:.875rem 1.25rem;display:flex}.activity-module__F_vKBG__atLayout{gap:0;height:100%;min-height:0;display:flex}.activity-module__F_vKBG__atLeft{border-right:1px solid var(--border-subtle);flex-direction:column;flex:2;min-width:0;display:flex;overflow:hidden}.activity-module__F_vKBG__atRight{background:var(--surface-1);flex:0 0 clamp(260px,31%,340px);min-width:220px;overflow-y:auto}.activity-module__F_vKBG__atRightCollapsed{flex:0 0 52px;min-width:52px;overflow:hidden}.activity-module__F_vKBG__atListHeader{border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-shrink:0;padding:.75rem 1rem .5rem}.activity-module__F_vKBG__atListHeaderTop{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.activity-module__F_vKBG__atListHeaderLeft{align-items:center;gap:var(--space-3);min-width:0;display:flex}.activity-module__F_vKBG__atListHeaderActions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex:1;min-width:260px;display:flex}.activity-module__F_vKBG__atSearchWrap{flex:0 0 180px;width:180px;min-width:180px}.activity-module__F_vKBG__atSearchWrap>div{flex:none;width:100%;min-width:0;max-width:none}.activity-module__F_vKBG__atAddBtn{border:1px solid var(--border-soft);background:var(--surface-0);color:var(--text-secondary);cursor:pointer;border-radius:5px;align-items:center;gap:.25rem;padding:.28rem .65rem;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.activity-module__F_vKBG__atAddBtn:hover{background:var(--hover-surface);color:var(--primary);border-color:var(--primary)}.activity-module__F_vKBG__atListScroll{flex:1;padding:.5rem .75rem .5rem .625rem;overflow-y:auto}.activity-module__F_vKBG__atLoadMoreSentinel{text-align:center;color:var(--text-secondary);min-height:1.5rem;padding:.85rem 0;font-size:.72rem}.activity-module__F_vKBG__atChart{flex-direction:column;gap:1rem;min-width:0;padding:1rem;display:flex}.activity-module__F_vKBG__atChartHeader{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.activity-module__F_vKBG__atChartHeaderTitle{align-items:center;gap:.35rem;min-width:0;display:flex}.activity-module__F_vKBG__atChartTitle{color:var(--text-primary);white-space:nowrap;font-size:.82rem;font-weight:700}.activity-module__F_vKBG__atChartToggleBtn{flex-shrink:0}.activity-module__F_vKBG__atChartCollapsed{align-items:center;gap:var(--space-2);width:100%;height:100%;min-height:180px;padding:var(--space-3) 0;border:none;border-left:1px solid var(--border-subtle);background:var(--surface-1);color:var(--text-tertiary);cursor:pointer;flex-direction:column;font-family:inherit;transition:background .15s,color .15s;display:flex}.activity-module__F_vKBG__atChartCollapsed:hover{background:var(--hover-surface);color:var(--text-primary)}.activity-module__F_vKBG__atChartCollapsed svg:first-child{color:var(--primary)}.activity-module__F_vKBG__atChartCollapsedCount{font-size:var(--text-md);font-weight:var(--font-bold);color:var(--text-primary);line-height:1}.activity-module__F_vKBG__atChartCollapsedLabel{writing-mode:vertical-rl;text-orientation:mixed;font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.04em}.activity-module__F_vKBG__atStatRow{gap:.5rem;display:flex}.activity-module__F_vKBG__atStat{background:var(--surface-0);border:1px solid var(--border-subtle);border-radius:6px;flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.5rem .25rem;display:flex}.activity-module__F_vKBG__atStatVal{color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1}.activity-module__F_vKBG__atStatLbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.activity-module__F_vKBG__atBars{flex-direction:column;gap:.45rem;display:flex}.activity-module__F_vKBG__atBarRow{align-items:center;gap:.4rem;display:flex}.activity-module__F_vKBG__atBarLabel{min-width:0;color:var(--text-secondary);flex:0 0 72px;align-items:center;gap:.25rem;font-size:.72rem;font-weight:500;display:flex}.activity-module__F_vKBG__atBarLabel span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.activity-module__F_vKBG__atBarTrack{background:var(--border-subtle);border-radius:4px;flex:1;min-width:0;height:7px;overflow:hidden}.activity-module__F_vKBG__atBarFill{border-radius:4px;min-width:2px;height:100%;transition:width .4s}.activity-module__F_vKBG__atBarCount{text-align:right;width:18px;color:var(--text-tertiary);flex-shrink:0;font-size:.72rem;font-weight:600}.activity-module__F_vKBG__atSparkSection{flex-direction:column;gap:.35rem;display:flex}.activity-module__F_vKBG__atSparkLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.activity-module__F_vKBG__atSparkSvg{width:100%;height:36px;display:block}
.QuoteDrawer-module__VX4MZW__iqBadge{font-family:monospace;font-size:.75rem;font-weight:var(--font-semibold);color:var(--primary);background:color-mix(in srgb, var(--primary), transparent 90%);border:1px solid color-mix(in srgb, var(--primary), transparent 72%);border-radius:var(--radius-sm);align-items:center;gap:.3rem;padding:.2rem .5rem;display:flex}.QuoteDrawer-module__VX4MZW__iqLinkBtn{background:color-mix(in srgb, var(--primary), transparent 82%);border:1px solid color-mix(in srgb, var(--primary), transparent 55%);border-radius:var(--radius-sm);width:26px;height:26px;color:var(--primary);cursor:pointer;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.QuoteDrawer-module__VX4MZW__iqLinkBtn:hover{background:var(--hover-surface);border-color:var(--primary);color:var(--primary)}.QuoteDrawer-module__VX4MZW__iqLinkBtn:after{top:calc(100% + 7px)!important;bottom:auto!important;transform:translate(-50%)translateY(-3px)!important}.QuoteDrawer-module__VX4MZW__iqLinkBtn:hover:after{transform:translate(-50%)translateY(0)!important}.QuoteDrawer-module__VX4MZW__syncIndicator{border-radius:20px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.7rem;font-weight:500;display:flex}.QuoteDrawer-module__VX4MZW__syncing{color:var(--chart-amber);background:color-mix(in srgb, var(--chart-amber), transparent 88%)}.QuoteDrawer-module__VX4MZW__synced{color:var(--chart-emerald);background:color-mix(in srgb, var(--chart-emerald), transparent 88%)}.QuoteDrawer-module__VX4MZW__fresh{color:var(--text-tertiary);background:var(--surface-2)}.QuoteDrawer-module__VX4MZW__error{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger), transparent 88%)}.QuoteDrawer-module__VX4MZW__titleSection{flex-shrink:0;padding:1.25rem 1.25rem .5rem}.QuoteDrawer-module__VX4MZW__projectName{font-size:1.15rem;font-weight:var(--font-bold);color:var(--foreground);margin:0;line-height:1.35}.QuoteDrawer-module__VX4MZW__crmTitle{color:var(--text-tertiary);margin:.25rem 0 0;font-size:.75rem}.QuoteDrawer-module__VX4MZW__statusRow{flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.QuoteDrawer-module__VX4MZW__fieldLabel{font-size:.72rem;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;min-width:80px}.QuoteDrawer-module__VX4MZW__statusControl{position:relative}.QuoteDrawer-module__VX4MZW__statusBtn{font-size:.78rem;font-weight:var(--font-semibold);cursor:pointer;background:0 0;border:1px solid;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .65rem;transition:opacity .15s;display:flex}.QuoteDrawer-module__VX4MZW__statusBtn:hover{opacity:.8}.QuoteDrawer-module__VX4MZW__statusBtn:disabled{cursor:default;opacity:.6}.QuoteDrawer-module__VX4MZW__statusDot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.QuoteDrawer-module__VX4MZW__chevronOpen{transition:transform .15s;transform:rotate(180deg)}.QuoteDrawer-module__VX4MZW__stage_opportunity{color:var(--text-secondary)}.QuoteDrawer-module__VX4MZW__stage_inprocess{color:var(--chart-blue)}.QuoteDrawer-module__VX4MZW__stage_quoted{color:var(--chart-amber)}.QuoteDrawer-module__VX4MZW__stage_won{color:var(--chart-emerald)}.QuoteDrawer-module__VX4MZW__stage_lost{color:var(--color-danger)}.QuoteDrawer-module__VX4MZW__statusDropdown{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);z-index:10;min-width:180px;animation:.1s QuoteDrawer-module__VX4MZW__fadeIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 24px #00000059}.QuoteDrawer-module__VX4MZW__statusOption{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.82rem;transition:background .1s;display:flex}.QuoteDrawer-module__VX4MZW__statusOption:hover{background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__activeOption{background:color-mix(in srgb, var(--primary), transparent 88%)}.QuoteDrawer-module__VX4MZW__optionDot{background:currentColor;border-radius:50%;flex-shrink:0;width:8px;height:8px}.QuoteDrawer-module__VX4MZW__statusWarning{background:color-mix(in srgb, var(--chart-amber), transparent 88%);border:1px solid color-mix(in srgb, var(--chart-amber), transparent 70%);border-radius:var(--radius-sm);color:var(--chart-amber);align-items:flex-start;gap:.4rem;margin:0 1.25rem .5rem;padding:.5rem .75rem;font-size:.72rem;line-height:1.4;display:flex}.QuoteDrawer-module__VX4MZW__dateSummary{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1rem;padding:0 1.25rem .5rem;font-size:.76rem;display:flex}.QuoteDrawer-module__VX4MZW__dateSummaryItem{align-items:baseline;gap:.35rem;display:inline-flex}.QuoteDrawer-module__VX4MZW__dateSummaryLabel{color:var(--text-tertiary);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.QuoteDrawer-module__VX4MZW__dateSummaryValue{color:var(--foreground)}.QuoteDrawer-module__VX4MZW__commentsRow{flex-shrink:0;padding:.5rem 1.25rem .75rem}.QuoteDrawer-module__VX4MZW__commentsHeader{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.QuoteDrawer-module__VX4MZW__commentsLabel{font-size:.72rem;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.35rem;display:flex}.QuoteDrawer-module__VX4MZW__commentsEditBtn{font-size:.7rem;font-weight:var(--font-semibold);color:var(--primary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.15rem .4rem;transition:background .1s}.QuoteDrawer-module__VX4MZW__commentsEditBtn:hover{background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__commentsText{color:var(--foreground);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.82rem;line-height:1.55}.QuoteDrawer-module__VX4MZW__commentsEmpty{color:var(--text-tertiary);font-style:italic}.QuoteDrawer-module__VX4MZW__commentsEditArea{flex-direction:column;gap:.5rem;display:flex}.QuoteDrawer-module__VX4MZW__commentsTextarea{resize:vertical;width:100%;min-height:80px;color:var(--foreground);background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-sm);box-sizing:border-box;padding:.5rem .65rem;font-family:inherit;font-size:.82rem;line-height:1.5;transition:border-color .15s}.QuoteDrawer-module__VX4MZW__commentsTextarea:focus{border-color:var(--primary);outline:none}.QuoteDrawer-module__VX4MZW__commentsTextarea:disabled{opacity:.6;cursor:default}.QuoteDrawer-module__VX4MZW__commentsActions{gap:.5rem;display:flex}.QuoteDrawer-module__VX4MZW__commentsCancelBtn{font-size:.78rem;font-weight:var(--font-semibold);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.3rem .75rem;transition:background .1s}.QuoteDrawer-module__VX4MZW__commentsCancelBtn:hover{background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__commentsCancelBtn:disabled{opacity:.5;cursor:default}.QuoteDrawer-module__VX4MZW__divider{background:var(--border-subtle);flex-shrink:0;height:1px;margin:.5rem 0}.QuoteDrawer-module__VX4MZW__fieldsBody{flex-direction:column;flex:1;gap:1.25rem;padding:.75rem 1.25rem;display:flex;overflow-y:auto}.QuoteDrawer-module__VX4MZW__sectionTitle{font-size:.7rem;font-weight:var(--font-bold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.QuoteDrawer-module__VX4MZW__sectionFields{flex-direction:column;gap:.45rem;display:flex}.QuoteDrawer-module__VX4MZW__field{align-items:baseline;gap:.5rem;display:flex}.QuoteDrawer-module__VX4MZW__fieldKey{color:var(--text-tertiary);flex-shrink:0;min-width:110px;font-size:.72rem}.QuoteDrawer-module__VX4MZW__fieldVal{color:var(--foreground);word-break:break-word;align-items:center;gap:.3rem;font-size:.82rem;display:flex}.QuoteDrawer-module__VX4MZW__fieldIcon{color:var(--text-tertiary);display:flex}.QuoteDrawer-module__VX4MZW__mono{font-family:monospace;font-size:.78rem}.QuoteDrawer-module__VX4MZW__highlight{font-size:1rem;font-weight:var(--font-bold);color:var(--foreground)}.QuoteDrawer-module__VX4MZW__empty{color:var(--text-tertiary)}.QuoteDrawer-module__VX4MZW__itemCount{background:var(--surface-2);border:1px solid var(--border-subtle);min-width:16px;height:16px;font-size:.65rem;font-weight:var(--font-semibold);color:var(--text-secondary);letter-spacing:0;text-transform:none;border-radius:20px;justify-content:center;align-items:center;margin-left:.2rem;padding:0 .3rem;display:inline-flex}.QuoteDrawer-module__VX4MZW__itemsTable{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.76rem;overflow:hidden}.QuoteDrawer-module__VX4MZW__itemsHeader{background:var(--surface-2);font-size:.67rem;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-subtle);grid-template-columns:minmax(7rem,1fr) minmax(12rem,2fr) 3rem 6rem;gap:.5rem;padding:.35rem .65rem;display:grid}.QuoteDrawer-module__VX4MZW__itemRow{border-bottom:1px solid var(--border-subtle);grid-template-columns:minmax(7rem,1fr) minmax(12rem,2fr) 3rem 6rem;align-items:start;gap:.5rem;padding:.45rem .65rem;transition:background .1s;display:grid;position:relative}.QuoteDrawer-module__VX4MZW__itemRow:last-child{border-bottom:none}.QuoteDrawer-module__VX4MZW__itemRow:hover{background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__itemNumber{color:var(--text-secondary);word-break:break-word;font-family:monospace;font-size:.72rem}.QuoteDrawer-module__VX4MZW__itemService{color:var(--foreground);word-break:break-word;min-width:0;line-height:1.35}.QuoteDrawer-module__VX4MZW__colRight{text-align:right}.QuoteDrawer-module__VX4MZW__itemQty{color:var(--text-secondary)}.QuoteDrawer-module__VX4MZW__itemPrice{font-weight:var(--font-semibold);color:var(--foreground);white-space:nowrap}.QuoteDrawer-module__VX4MZW__incomplete{color:var(--text-tertiary);font-size:.68rem;font-weight:400}.QuoteDrawer-module__VX4MZW__itemStatus{color:var(--chart-amber);grid-column:1/-1;margin-top:.1rem;font-size:.67rem}.QuoteDrawer-module__VX4MZW__itemAccessories{gap:var(--space-1);margin-top:var(--space-1);padding:var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);flex-direction:column;grid-column:1/-1;display:flex}.QuoteDrawer-module__VX4MZW__accessoryTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.QuoteDrawer-module__VX4MZW__accessoryRow{gap:var(--space-2);grid-template-columns:minmax(0,1fr) 4.5rem;align-items:baseline;display:grid}.QuoteDrawer-module__VX4MZW__accessoryName{min-width:0;color:var(--text-secondary);line-height:var(--leading-normal);word-break:break-word}.QuoteDrawer-module__VX4MZW__accessoryPrice{color:var(--text-tertiary);text-align:right;font-weight:var(--font-semibold)}.QuoteDrawer-module__VX4MZW__itemsFetchedAt{color:var(--text-tertiary);margin:.4rem 0 0;font-size:.67rem}.QuoteDrawer-module__VX4MZW__sectionTitleRow{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.QuoteDrawer-module__VX4MZW__sectionTitleRow .QuoteDrawer-module__VX4MZW__sectionTitle{margin-bottom:0}.QuoteDrawer-module__VX4MZW__attachmentUploadBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .12s;display:inline-flex}.QuoteDrawer-module__VX4MZW__attachmentUploadBtn:hover:not([aria-disabled=true]){color:var(--foreground);border-color:color-mix(in srgb, var(--text-secondary), transparent 60%);background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__attachmentUploadBtn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.QuoteDrawer-module__VX4MZW__attachmentEmpty{color:var(--text-tertiary);padding:.4rem .65rem;font-size:.75rem;font-style:italic}.QuoteDrawer-module__VX4MZW__attachmentList{flex-direction:column;gap:.4rem;display:flex}.QuoteDrawer-module__VX4MZW__attachmentRow{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);align-items:center;gap:.5rem;padding:.5rem .65rem;transition:background .12s,border-color .12s;display:flex}.QuoteDrawer-module__VX4MZW__attachmentRow:hover{background:var(--hover-surface);border-color:color-mix(in srgb, var(--text-secondary), transparent 75%)}.QuoteDrawer-module__VX4MZW__attachmentIcon{color:var(--chart-rose);flex-shrink:0}.QuoteDrawer-module__VX4MZW__attachmentName{cursor:pointer;text-align:left;min-width:0;color:inherit;font:inherit;background:0 0;border:none;flex-direction:column;flex:1;align-items:flex-start;gap:.1rem;padding:0;display:flex}.QuoteDrawer-module__VX4MZW__attachmentName:disabled{opacity:.6;cursor:progress}.QuoteDrawer-module__VX4MZW__attachmentFilename{color:var(--foreground);font-size:.78rem;font-weight:var(--font-medium,500);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.QuoteDrawer-module__VX4MZW__attachmentName:hover .QuoteDrawer-module__VX4MZW__attachmentFilename{color:var(--chart-rose);text-decoration:underline}.QuoteDrawer-module__VX4MZW__attachmentMeta{color:var(--text-tertiary);font-size:.67rem}.QuoteDrawer-module__VX4MZW__attachmentActions{flex-shrink:0;gap:.25rem;display:flex}.QuoteDrawer-module__VX4MZW__attachmentActionBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .12s;display:inline-flex}.QuoteDrawer-module__VX4MZW__attachmentActionBtn:hover:not(:disabled){color:var(--foreground);border-color:color-mix(in srgb, var(--text-secondary), transparent 60%);background:var(--hover-surface)}.QuoteDrawer-module__VX4MZW__attachmentActionBtn:disabled{opacity:.5;cursor:not-allowed}.QuoteDrawer-module__VX4MZW__deleteHeaderActions{align-items:center;gap:var(--space-2);display:inline-flex}.QuoteDrawer-module__VX4MZW__deletePrompt{color:var(--text-secondary);white-space:nowrap;font-size:.75rem}.QuoteDrawer-module__VX4MZW__deleteError{color:var(--chart-rose);align-items:center;gap:.25rem;margin-right:auto;font-size:.7rem;display:inline-flex}
.activity-calendar-module__yhipmq__calRoot{background:var(--surface-1);height:100%;min-height:0;color:var(--text-primary);flex-direction:column;display:flex}.activity-calendar-module__yhipmq__calHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.activity-calendar-module__yhipmq__calNav{align-items:center;gap:.5rem;display:flex}.activity-calendar-module__yhipmq__calMonthLabel{text-align:center;min-width:11ch;color:var(--text-primary);font-size:.95rem;font-weight:600}.activity-calendar-module__yhipmq__calTodayBtn{margin-left:.25rem}.activity-calendar-module__yhipmq__calAddBtn{border:1px solid var(--border-subtle);background:var(--primary);color:var(--primary-foreground,#fff);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.3rem .65rem;font-size:.78rem;font-weight:600;transition:filter .12s;display:inline-flex}.activity-calendar-module__yhipmq__calAddBtn:hover{filter:brightness(1.08)}.activity-calendar-module__yhipmq__calBody{flex:1;grid-template-columns:minmax(360px,1fr) minmax(0,2fr);min-height:0;display:grid;overflow:hidden}.activity-calendar-module__yhipmq__calGridWrap{flex-direction:column;align-self:start;min-height:0;padding-bottom:.75rem;display:flex;overflow:hidden}.activity-calendar-module__yhipmq__calWeekHeader{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:repeat(7,1fr);gap:1px;padding:.5rem .75rem 0;font-size:.7rem;font-weight:600;display:grid}.activity-calendar-module__yhipmq__calWeekCell{text-align:center;padding:.25rem 0}.activity-calendar-module__yhipmq__calGrid{background:var(--border-subtle);grid-template-columns:repeat(7,1fr);grid-auto-rows:38px;gap:1px;min-height:0;padding:0 .5rem .5rem;display:grid}.activity-calendar-module__yhipmq__calCell{background:var(--surface-1);cursor:pointer;text-align:left;color:var(--text-primary);border:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.2rem;padding:.25rem .3rem;font-family:inherit;transition:background .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden}.activity-calendar-module__yhipmq__calCell:hover{background:var(--surface-2)}.activity-calendar-module__yhipmq__calCellOutside{color:var(--text-tertiary,var(--text-secondary));opacity:.55}.activity-calendar-module__yhipmq__calCellToday .activity-calendar-module__yhipmq__calCellDay{color:var(--primary);font-weight:700}.activity-calendar-module__yhipmq__calCellSelected{background:var(--surface-2);box-shadow:inset 0 0 0 2px var(--primary)}.activity-calendar-module__yhipmq__calCellDay{font-size:.72rem;font-weight:500;line-height:1}.activity-calendar-module__yhipmq__calCellCountBadge{background:var(--primary);min-width:1.1rem;height:1.1rem;color:var(--primary-foreground,#fff);border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;margin-top:auto;padding:0 .3rem;font-size:.62rem;font-weight:600;line-height:1;display:inline-flex}.activity-calendar-module__yhipmq__calSide{border-left:1px solid var(--border-subtle);background:var(--surface-1);flex-direction:column;min-height:0;display:flex;overflow:hidden}.activity-calendar-module__yhipmq__calSideHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;padding:.75rem 1rem;display:flex}.activity-calendar-module__yhipmq__calSideTitle{color:var(--text-primary);font-size:.85rem;font-weight:600}.activity-calendar-module__yhipmq__calSideCount{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.activity-calendar-module__yhipmq__calSideList{flex:1;min-height:0;padding:.5rem .75rem;overflow-y:auto}@media (max-width:960px){.activity-calendar-module__yhipmq__calBody{grid-template-rows:auto 1fr;grid-template-columns:1fr}.activity-calendar-module__yhipmq__calSide{border-left:none;border-top:1px solid var(--border-subtle)}}
.by-customer-module__CjwBHW__bcRoot{background:var(--surface-1);height:100%;min-height:0;color:var(--text-primary);grid-template-columns:320px 1fr;display:grid;overflow:hidden}.by-customer-module__CjwBHW__bcLeft{border-right:1px solid var(--border-subtle);background:var(--surface-1);flex-direction:column;min-height:0;display:flex;overflow:hidden}.by-customer-module__CjwBHW__bcLeftHeader{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.by-customer-module__CjwBHW__bcSearchWrap{align-items:center;display:flex;position:relative}.by-customer-module__CjwBHW__bcSearchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;left:.55rem}.by-customer-module__CjwBHW__bcSearchInput{border:1px solid var(--border-subtle);background:var(--surface-1);width:100%;color:var(--text-primary);border-radius:6px;outline:none;padding:.4rem 1.6rem;font-family:inherit;font-size:.8rem;transition:border-color .12s}.by-customer-module__CjwBHW__bcSearchInput:focus{border-color:var(--primary)}.by-customer-module__CjwBHW__bcSearchClear{background:var(--surface-2,var(--border-subtle));width:18px;height:18px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:.45rem}.by-customer-module__CjwBHW__bcSortRow{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.by-customer-module__CjwBHW__bcSortLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.by-customer-module__CjwBHW__bcSortBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:500;transition:background .12s,color .12s,border-color .12s}.by-customer-module__CjwBHW__bcSortBtn:hover{color:var(--text-primary)}.by-customer-module__CjwBHW__bcSortBtnActive{background:var(--primary);color:var(--primary-foreground,#fff);border-color:var(--primary)}.by-customer-module__CjwBHW__bcCountHint{color:var(--text-tertiary,var(--text-secondary));font-size:.68rem}.by-customer-module__CjwBHW__bcList{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.by-customer-module__CjwBHW__bcItem{border:none;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .85rem;font-family:inherit;font-size:.8rem;transition:background .12s;display:flex}.by-customer-module__CjwBHW__bcItem:hover{background:var(--surface-2)}.by-customer-module__CjwBHW__bcItemActive{background:var(--surface-2);box-shadow:inset 3px 0 0 var(--primary)}.by-customer-module__CjwBHW__bcItemName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.by-customer-module__CjwBHW__bcItemMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.1rem;display:flex}.by-customer-module__CjwBHW__bcItemCount{background:var(--surface-1);min-width:1.6rem;height:1.1rem;color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:999px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.7rem;font-weight:600;display:inline-flex}.by-customer-module__CjwBHW__bcItemActive .by-customer-module__CjwBHW__bcItemCount{background:var(--primary);color:var(--primary-foreground,#fff);border-color:var(--primary)}.by-customer-module__CjwBHW__bcItemAge{color:var(--text-secondary);font-size:.65rem}.by-customer-module__CjwBHW__bcEmpty{color:var(--text-secondary);text-align:center;padding:1rem .85rem;font-size:.78rem}.by-customer-module__CjwBHW__bcRight{flex-direction:column;min-height:0;display:flex;overflow:hidden}.by-customer-module__CjwBHW__bcRightEmpty{height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.85rem;display:flex}.by-customer-module__CjwBHW__bcEmptyRoot{color:var(--text-secondary);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}@media (max-width:800px){.by-customer-module__CjwBHW__bcRoot{grid-template-rows:auto 1fr;grid-template-columns:1fr}.by-customer-module__CjwBHW__bcLeft{border-right:none;border-bottom:1px solid var(--border-subtle);max-height:40vh}}
.MyOppoModule-module__nWou4W__root{background:var(--surface-1);height:100%;min-height:0;color:var(--text-primary)}.MyOppoModule-module__nWou4W__scroll{height:100%;padding:var(--space-3) var(--space-4) var(--space-4);overflow:auto}.MyOppoModule-module__nWou4W__timelineList{gap:0;min-width:0;display:grid}.MyOppoModule-module__nWou4W__timelineItem{width:100%}.MyOppoModule-module__nWou4W__timelineBody{padding-bottom:var(--space-3)}.MyOppoModule-module__nWou4W__rowTitle{color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-bold);line-height:var(--leading-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MyOppoModule-module__nWou4W__rowMeta{margin-top:var(--space-1);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MyOppoModule-module__nWou4W__section{gap:var(--space-2);margin-bottom:var(--space-5);min-width:0;display:grid}.MyOppoModule-module__nWou4W__section:last-child{margin-bottom:0}.MyOppoModule-module__nWou4W__sectionTitle{padding:0 0 var(--space-2) 30px;border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-bold);line-height:var(--leading-tight);margin:0}.MyOppoModule-module__nWou4W__empty{min-height:220px;color:var(--text-tertiary);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}
.IqCustomerDrawer-module__c-xona__titleRow{align-items:center;gap:var(--space-2);display:inline-flex}.IqCustomerDrawer-module__c-xona__title{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--text-primary)}.IqCustomerDrawer-module__c-xona__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:2px}.IqCustomerDrawer-module__c-xona__dim{color:var(--text-tertiary)}.IqCustomerDrawer-module__c-xona__body{gap:var(--space-5);margin-top:var(--space-3);flex-direction:column;display:flex}.IqCustomerDrawer-module__c-xona__section{gap:var(--space-2);flex-direction:column;display:flex}.IqCustomerDrawer-module__c-xona__sectionTitle{font-size:var(--text-xs);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)}.IqCustomerDrawer-module__c-xona__fieldGrid{gap:var(--space-2) var(--space-3);grid-template-columns:1fr 1fr;display:grid}.IqCustomerDrawer-module__c-xona__field{padding:.45rem var(--space-2);background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:2px;min-width:0;display:flex}.IqCustomerDrawer-module__c-xona__field[data-span="2"]{grid-column:span 2}.IqCustomerDrawer-module__c-xona__fieldLabel{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--font-semibold)}.IqCustomerDrawer-module__c-xona__fieldValue{font-size:var(--text-base);color:var(--text-primary);overflow-wrap:anywhere;white-space:pre-wrap}.IqCustomerDrawer-module__c-xona__statusPill{padding:1px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-semibold);background:var(--surface-2);color:var(--text-secondary);border:1px solid #0000;align-items:center;display:inline-flex}.IqCustomerDrawer-module__c-xona__linesTableWrap{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);max-height:52vh;overflow:auto}.IqCustomerDrawer-module__c-xona__linesTable{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.IqCustomerDrawer-module__c-xona__linesTable thead th{background:var(--surface-2);text-align:left;font-weight:var(--font-semibold);color:var(--text-tertiary);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;padding:var(--space-2);border-bottom:1px solid var(--border-subtle);white-space:nowrap;position:sticky;top:0}.IqCustomerDrawer-module__c-xona__linesTable tbody td{padding:.45rem var(--space-2);border-bottom:1px solid var(--border-subtle);color:var(--text-primary);vertical-align:top}.IqCustomerDrawer-module__c-xona__error{color:var(--color-danger);font-size:var(--text-base)}.IqCustomerDrawer-module__c-xona__techToggle{padding:.35rem var(--space-2);border:1px dashed var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:var(--text-sm);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:.35rem;display:inline-flex}.IqCustomerDrawer-module__c-xona__techToggle:hover{color:var(--text-secondary)}@media (max-width:820px){.IqCustomerDrawer-module__c-xona__fieldGrid{grid-template-columns:1fr}.IqCustomerDrawer-module__c-xona__field[data-span="2"]{grid-column:span 1}}
