.Settings-module__V5jqcG__settingsLayout{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.Settings-module__V5jqcG__settingsContent{min-height:0;padding:var(--space-4) var(--space-4) var(--space-8);gap:var(--space-8);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.Settings-module__V5jqcG__settingsSection{flex-direction:column;gap:1rem;display:flex}.Settings-module__V5jqcG__sectionTitle{font-size:var(--text-md);font-weight:var(--font-bold);color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding-bottom:.75rem;display:flex}.Settings-module__V5jqcG__sectionIcon{color:var(--accent)}.Settings-module__V5jqcG__settingCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.Settings-module__V5jqcG__settingRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .15s;display:flex}.Settings-module__V5jqcG__settingRow:last-child{border-bottom:none}.Settings-module__V5jqcG__settingRow:hover{background:var(--hover-surface)}.Settings-module__V5jqcG__settingInfo{flex-direction:column;gap:.2rem;display:flex}.Settings-module__V5jqcG__settingLabel{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--foreground)}.Settings-module__V5jqcG__settingLabelWithIcon{align-items:center;gap:var(--space-2);display:inline-flex}.Settings-module__V5jqcG__settingDescription{font-size:var(--text-sm);color:var(--muted-foreground);line-height:1.4}.Settings-module__V5jqcG__toggle{flex-shrink:0;width:42px;height:24px;position:relative}.Settings-module__V5jqcG__toggleInput{opacity:0;width:0;height:0;position:absolute}.Settings-module__V5jqcG__toggleSlider{background:var(--border);cursor:pointer;border-radius:24px;transition:background .25s;position:absolute;inset:0}.Settings-module__V5jqcG__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.Settings-module__V5jqcG__toggleInput:checked+.Settings-module__V5jqcG__toggleSlider{background:var(--accent)}.Settings-module__V5jqcG__toggleInput:checked+.Settings-module__V5jqcG__toggleSlider:before{transform:translate(18px)}.Settings-module__V5jqcG__toggleInput:disabled+.Settings-module__V5jqcG__toggleSlider{cursor:not-allowed;opacity:.55}.Settings-module__V5jqcG__selectControl{background:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-md);cursor:pointer;outline:none;min-width:130px;padding:.4rem .75rem;font-size:.8rem;transition:border-color .2s}.Settings-module__V5jqcG__selectControl:focus{border-color:var(--accent)}.Settings-module__V5jqcG__textControl{background:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-md);outline:none;min-width:200px;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;transition:border-color .2s}.Settings-module__V5jqcG__textControl:focus{border-color:var(--accent)}.Settings-module__V5jqcG__numberControl{background:var(--muted);border:1px solid var(--border);width:72px;min-width:0;color:var(--foreground);font-size:var(--text-sm);padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);outline:none;font-family:inherit}.Settings-module__V5jqcG__numberControl:focus{border-color:var(--accent)}.Settings-module__V5jqcG__settingsControlWide{width:min(100%,420px);min-width:220px}.Settings-module__V5jqcG__settingsControlFit{width:auto;min-width:180px;max-width:min(100%,360px)}.Settings-module__V5jqcG__signatureEditorControl{background:0 0;width:min(100%,640px);min-width:320px}.Settings-module__V5jqcG__signatureEditorControl [class*=editorWrapper]{background:0 0;border-top:0}.Settings-module__V5jqcG__signatureEditorControl [class*=editorWrapper]:focus-within{outline:none}.Settings-module__V5jqcG__signatureEditorControl [class*=editorWrapper]>[class*=toolbar]{border-bottom-color:var(--border-subtle);padding-left:0;padding-right:0}.Settings-module__V5jqcG__signatureEditorControl [class*=editorWrapper]>[class*=editorContent]{margin-top:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1)}.Settings-module__V5jqcG__signatureEditorControl:focus-within [class*=editorWrapper]>[class*=editorContent]{border-color:var(--focus-border);outline:var(--focus-outline);outline-offset:0}.Settings-module__V5jqcG__avatarUploadBtn{align-items:center;gap:var(--space-1);width:fit-content;margin-top:var(--space-2);padding:var(--space-1) var(--space-2);background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;display:inline-flex}.Settings-module__V5jqcG__avatarUploadBtn:hover{background:var(--hover-surface)}.Settings-module__V5jqcG__avatarUploadBtn input{display:none}.Settings-module__V5jqcG__profilePreviewRow{align-items:center;gap:var(--space-4);padding:var(--space-2) 0 var(--space-4);display:flex}.Settings-module__V5jqcG__profileAvatar{border:1px solid var(--border);border-radius:var(--radius-full);object-fit:cover;width:56px;height:56px}.Settings-module__V5jqcG__profileIdentity{flex-direction:column;gap:2px;display:flex}.Settings-module__V5jqcG__profileDisplayName{color:var(--foreground);font-size:var(--text-md);font-weight:var(--font-semibold)}.Settings-module__V5jqcG__profileEmail{color:var(--muted-foreground);font-size:var(--text-sm)}.Settings-module__V5jqcG__profileMonoValue{color:var(--muted-foreground);font-family:var(--font-mono);font-size:var(--text-sm)}.Settings-module__V5jqcG__profileCloudSaved,.Settings-module__V5jqcG__profileLocalOnly{align-items:center;gap:var(--space-1);font-size:var(--text-sm);display:inline-flex}.Settings-module__V5jqcG__profileCloudSaved{color:var(--color-success)}.Settings-module__V5jqcG__profileLocalOnly{color:var(--color-warning)}.Settings-module__V5jqcG__profileHint{color:var(--muted-foreground);font-size:var(--text-sm);padding:var(--space-1) var(--space-1) 0;display:block}.Settings-module__V5jqcG__profileStatusRow{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-5) var(--space-4);display:flex}.Settings-module__V5jqcG__badgeColorPanel{gap:var(--space-4);padding:var(--space-4) var(--space-5);flex-direction:column;display:flex}.Settings-module__V5jqcG__badgeColorHeader{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.Settings-module__V5jqcG__badgeColorHeader>div{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Settings-module__V5jqcG__badgeColorGroup{gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border);flex-direction:column;display:flex}.Settings-module__V5jqcG__badgeColorGroupHeader{gap:var(--space-1);flex-direction:column;display:flex}.Settings-module__V5jqcG__badgeColorGroupHeader span{color:var(--foreground);font-size:var(--text-sm);font-weight:var(--font-semibold)}.Settings-module__V5jqcG__badgeColorGroupHeader small{color:var(--muted-foreground);font-size:var(--text-sm);line-height:var(--leading-normal)}.Settings-module__V5jqcG__badgeColorGrid{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.Settings-module__V5jqcG__badgeColorItem{justify-content:space-between;align-items:center;gap:var(--space-2);min-width:0;padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);display:flex}.Settings-module__V5jqcG__badgePreview{border:1px solid color-mix(in srgb, var(--badge-preview-color) 35%, transparent);background:color-mix(in srgb, var(--badge-preview-color) 10%, transparent);min-width:0;max-width:100%;color:var(--badge-preview-color);letter-spacing:.04em;white-space:nowrap;border-radius:3px;align-items:center;padding:1px 5px;font-size:.62rem;font-weight:700;line-height:1.25;display:inline-flex}.Settings-module__V5jqcG__badgeColorInput{cursor:pointer;background:0 0;border:0;flex:none;width:28px;height:24px;padding:0}.Settings-module__V5jqcG__badgeNew{font-size:.55rem;font-weight:var(--font-extrabold);letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:2px 7px}.Settings-module__V5jqcG__skillsManager{padding:.75rem}.Settings-module__V5jqcG__skillsToolbar{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Settings-module__V5jqcG__skillsCount{font-size:var(--text-sm);color:var(--muted-foreground);font-weight:var(--font-medium)}.Settings-module__V5jqcG__skillsList{flex-direction:column;gap:.5rem;display:flex}.Settings-module__V5jqcG__skillItem{border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background .15s;display:flex}.Settings-module__V5jqcG__skillItem:hover{background:var(--hover-surface)}.Settings-module__V5jqcG__skillItemInfo{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.Settings-module__V5jqcG__skillItemHeader{align-items:center;gap:.5rem;display:flex}.Settings-module__V5jqcG__skillItemName{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--foreground)}.Settings-module__V5jqcG__skillItemId{color:var(--muted-foreground);font-family:monospace;font-size:.7rem}.Settings-module__V5jqcG__skillItemDesc{font-size:var(--text-sm);color:var(--muted-foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.Settings-module__V5jqcG__skillItemActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.Settings-module__V5jqcG__skillBadge{font-size:.55rem;font-weight:var(--font-extrabold);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);padding:2px 7px}.Settings-module__V5jqcG__skillBadgeOn{background:var(--color-success-bg);color:var(--color-success)}.Settings-module__V5jqcG__skillBadgeOff{background:var(--color-warning-bg);color:var(--color-warning)}.Settings-module__V5jqcG__skillsEmpty{text-align:center;color:var(--muted-foreground);font-size:var(--text-sm);padding:2rem}.Settings-module__V5jqcG__skillError{font-size:var(--text-sm);color:var(--color-danger);background:var(--color-danger-bg);border-radius:var(--radius);margin-bottom:.5rem;padding:.5rem .75rem}.Settings-module__V5jqcG__skillBtnPrimary{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.75rem;font-weight:var(--font-semibold);cursor:pointer;border:none;align-items:center;gap:.35rem;padding:.4rem .75rem;transition:opacity .15s;display:flex}.Settings-module__V5jqcG__skillBtnPrimary:hover{opacity:.85}.Settings-module__V5jqcG__skillBtnPrimary:disabled{opacity:.4;cursor:not-allowed}.Settings-module__V5jqcG__skillBtnSecondary{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.75rem;font-weight:var(--font-medium);cursor:pointer;align-items:center;gap:.35rem;padding:.4rem .75rem;transition:background .15s;display:flex}.Settings-module__V5jqcG__skillBtnSecondary:hover{background:var(--hover-surface)}.Settings-module__V5jqcG__skillBtnIcon{border:1px solid var(--border);border-radius:var(--radius);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Settings-module__V5jqcG__skillBtnIcon:hover{background:var(--hover-surface);color:var(--foreground)}.Settings-module__V5jqcG__statusPill{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border);font-size:var(--text-sm);font-weight:var(--font-semibold);white-space:nowrap;display:inline-flex}.Settings-module__V5jqcG__statusSuccess{background:var(--color-success-bg);color:var(--color-success);border-color:var(--color-success)}.Settings-module__V5jqcG__statusWarning{background:var(--color-warning-bg);color:var(--color-warning);border-color:var(--color-warning)}.Settings-module__V5jqcG__statusDanger{background:var(--color-danger-bg);color:var(--color-danger);border-color:var(--color-danger)}.Settings-module__V5jqcG__statusMuted{background:var(--surface-2);color:var(--text-secondary)}.Settings-module__V5jqcG__monoValue{font-size:var(--text-sm);color:var(--text-secondary);text-align:right;font-family:monospace}.Settings-module__V5jqcG__inlineActions,.Settings-module__V5jqcG__connectionActions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.Settings-module__V5jqcG__advancedActions{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.Settings-module__V5jqcG__advancedActions summary{color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer}.Settings-module__V5jqcG__advancedActions[open] summary{color:var(--foreground)}.Settings-module__V5jqcG__sourceToggle{align-items:center;gap:var(--space-1);max-width:260px;padding:var(--space-1) var(--space-2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;display:inline-flex}.Settings-module__V5jqcG__sourceToggle span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Settings-module__V5jqcG__sourceToggle em{color:var(--text-tertiary);font-size:var(--text-xs);font-style:normal}.Settings-module__V5jqcG__sourceToggle:hover{background:var(--hover-surface)}.Settings-module__V5jqcG__inlineSuccess,.Settings-module__V5jqcG__inlineError{align-items:center;gap:var(--space-1);margin-left:var(--space-2);font-size:var(--text-sm);display:inline-flex}.Settings-module__V5jqcG__inlineSuccess{color:var(--color-success)}.Settings-module__V5jqcG__inlineError{color:var(--color-danger)}.Settings-module__V5jqcG__connectionForm{align-items:end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);background:var(--surface-1);grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;display:grid}.Settings-module__V5jqcG__connectionField{gap:var(--space-2);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);flex-direction:column;display:flex}@media (max-width:900px){.Settings-module__V5jqcG__connectionForm{grid-template-columns:1fr}.Settings-module__V5jqcG__connectionActions{justify-content:flex-start}}@media (max-width:720px){.Settings-module__V5jqcG__settingsLayout{min-width:0}.Settings-module__V5jqcG__settingsContent{padding:var(--space-4) var(--space-3) calc(5.25rem + env(safe-area-inset-bottom));gap:var(--space-4)}.Settings-module__V5jqcG__settingsSection{gap:var(--space-3)}.Settings-module__V5jqcG__sectionTitle{padding-bottom:var(--space-3)}.Settings-module__V5jqcG__settingCard{border-radius:var(--radius-md)}.Settings-module__V5jqcG__settingRow{align-items:stretch;gap:var(--space-3);padding:var(--space-4);flex-direction:column}.Settings-module__V5jqcG__settingInfo{min-width:0}.Settings-module__V5jqcG__textControl,.Settings-module__V5jqcG__selectControl,.Settings-module__V5jqcG__settingsControlWide,.Settings-module__V5jqcG__settingsControlFit,.Settings-module__V5jqcG__signatureEditorControl{width:100%;min-width:0!important}.Settings-module__V5jqcG__inlineActions,.Settings-module__V5jqcG__connectionActions{justify-content:flex-start}.Settings-module__V5jqcG__monoValue{text-align:left;overflow-wrap:anywhere}.Settings-module__V5jqcG__skillItem{flex-direction:column;align-items:stretch}.Settings-module__V5jqcG__skillItemActions{justify-content:flex-start}.Settings-module__V5jqcG__skillEditorFooter{align-items:stretch;gap:var(--space-3);flex-direction:column}.Settings-module__V5jqcG__modalContent{width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem)}.Settings-module__V5jqcG__connectorShell{grid-template-columns:1fr}}.Settings-module__V5jqcG__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Settings-module__V5jqcG__modalContent{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:min(720px,90vw);max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0006}.Settings-module__V5jqcG__skillEditorHeader{background:var(--muted);border-bottom:1px solid var(--border);font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--foreground);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Settings-module__V5jqcG__modalBody{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.Settings-module__V5jqcG__skillFieldRow{align-items:center;gap:.75rem;display:flex}.Settings-module__V5jqcG__skillFieldColumn{flex-direction:column;flex:1;gap:.35rem;display:flex}.Settings-module__V5jqcG__skillFieldLabel{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--muted-foreground);flex-shrink:0;min-width:80px}.Settings-module__V5jqcG__skillFieldHint{color:var(--text-muted);margin-bottom:6px;font-size:.72rem;line-height:1.4}.Settings-module__V5jqcG__skillInstructionsEditor{tab-size:2;resize:vertical;width:100%;min-height:320px;font-size:.8125rem;line-height:1.55}.Settings-module__V5jqcG__skillEditorFooter{border-top:1px solid var(--border);background:var(--muted);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Settings-module__V5jqcG__skillFooterHint{color:var(--muted-foreground);font-size:.7rem;font-style:italic}.Settings-module__V5jqcG__releaseList{flex-direction:column;display:flex}.Settings-module__V5jqcG__releaseItem{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.Settings-module__V5jqcG__releaseItem:last-child{border-bottom:none}.Settings-module__V5jqcG__releaseHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.Settings-module__V5jqcG__releaseTitleGroup{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Settings-module__V5jqcG__releaseTitle{color:var(--foreground);font-size:var(--text-base);font-weight:var(--font-semibold)}.Settings-module__V5jqcG__releaseMeta,.Settings-module__V5jqcG__releaseSummary,.Settings-module__V5jqcG__releaseHighlights{color:var(--muted-foreground);font-size:var(--text-sm);line-height:var(--leading-normal)}.Settings-module__V5jqcG__releaseSummary{margin:var(--space-3) 0 0}.Settings-module__V5jqcG__releaseHighlights{margin:var(--space-3) 0 0;padding-left:var(--space-5)}.Settings-module__V5jqcG__releaseFooter{padding:var(--space-4) var(--space-5);justify-content:center;display:flex}.Settings-module__V5jqcG__releasePager{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);display:flex}.Settings-module__V5jqcG__releasePagerStatus{align-items:center;gap:var(--space-1);color:var(--muted-foreground);font-size:var(--text-sm);display:inline-flex}.Settings-module__V5jqcG__releaseEnd{padding:var(--space-4) var(--space-5);color:var(--muted-foreground);font-size:var(--text-sm);text-align:center;border-top:1px solid var(--border)}.Settings-module__V5jqcG__releaseSeverity{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;flex-shrink:0}.Settings-module__V5jqcG__releaseSeverity_info{color:var(--color-info);background:var(--color-info-bg);border-color:var(--color-info)}.Settings-module__V5jqcG__releaseSeverity_success{color:var(--color-success);background:var(--color-success-bg);border-color:var(--color-success)}.Settings-module__V5jqcG__releaseSeverity_warning{color:var(--color-warning);background:var(--color-warning-bg);border-color:var(--color-warning)}.Settings-module__V5jqcG__releaseSeverity_danger{color:var(--color-danger);background:var(--color-danger-bg);border-color:var(--color-danger)}.Settings-module__V5jqcG__releaseEmpty,.Settings-module__V5jqcG__releaseError{padding:var(--space-6);color:var(--muted-foreground);font-size:var(--text-sm);text-align:center}.Settings-module__V5jqcG__releaseError{color:var(--color-danger)}.Settings-module__V5jqcG__connectorShell{gap:var(--space-4);grid-template-columns:minmax(220px,280px) minmax(0,1fr);min-height:0;display:grid}.Settings-module__V5jqcG__connectorList{gap:var(--space-2);flex-direction:column;display:flex}.Settings-module__V5jqcG__connectorItem{align-items:flex-start;gap:var(--space-3);width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);color:var(--foreground);text-align:left;cursor:pointer;display:flex}.Settings-module__V5jqcG__connectorItem:hover,.Settings-module__V5jqcG__connectorItemActive{background:var(--hover-surface);border-color:var(--primary)}.Settings-module__V5jqcG__connectorIcon{color:var(--primary);display:inline-flex}.Settings-module__V5jqcG__connectorText{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Settings-module__V5jqcG__connectorDetail,.Settings-module__V5jqcG__connectorPanel{min-width:0}.Settings-module__V5jqcG__connectorPanel{gap:var(--space-4);flex-direction:column;display:flex}.Settings-module__V5jqcG__connectorPanelHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.Settings-module__V5jqcG__connectorPanelHeader h3{color:var(--foreground);font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0}.Settings-module__V5jqcG__connectorPanelHeader p{margin:var(--space-1) 0 0;color:var(--muted-foreground);font-size:var(--text-sm);line-height:var(--leading-normal)}.Settings-module__V5jqcG__versionFooter{color:var(--muted-foreground);align-items:center;gap:.5rem;padding:.5rem 0 1.5rem;font-size:.7rem;display:flex}
.RichEmailEditor-module__U6jcbq__editorWrapper{border:0;border-top:1px solid var(--border-subtle);background:var(--surface-1);border-radius:0;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.RichEmailEditor-module__U6jcbq__editorWrapper:focus-within{border-color:var(--focus-border);outline:var(--focus-outline);outline-offset:0}.RichEmailEditor-module__U6jcbq__editorWrapperCompact{background:0 0;border:0;border-radius:0;height:100%}.RichEmailEditor-module__U6jcbq__editorWrapperCompact:focus-within{border-color:var(--focus-border);outline:var(--focus-outline);outline-offset:0}.RichEmailEditor-module__U6jcbq__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-content:center;align-items:center;gap:.125rem;padding:.375rem .5rem;line-height:1;display:flex}.RichEmailEditor-module__U6jcbq__toolbarCompact{box-sizing:border-box;align-content:center;align-items:center;gap:var(--space-1);min-width:0;height:32px;min-height:32px;padding:0 var(--space-3);border-bottom:1px solid var(--border);background:0 0;flex-wrap:nowrap;flex:0 0 32px;line-height:1;overflow:hidden}.RichEmailEditor-module__U6jcbq__toolbarCompact .RichEmailEditor-module__U6jcbq__toolbarBtn{border-radius:var(--radius-xs);flex:0 0 24px;width:24px;height:24px}.RichEmailEditor-module__U6jcbq__toolbarCompact .RichEmailEditor-module__U6jcbq__separator{height:16px;margin:0 var(--space-1);flex:0 0 1px}.RichEmailEditor-module__U6jcbq__toolbarBtn{box-sizing:border-box;border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .1s;display:flex}.RichEmailEditor-module__U6jcbq__toolbarBtn svg{flex:none;display:block}.RichEmailEditor-module__U6jcbq__toolbarBtn:hover{background:var(--surface-3);color:var(--foreground)}.RichEmailEditor-module__U6jcbq__toolbarBtnActive{background:var(--surface-3);color:var(--primary)}.RichEmailEditor-module__U6jcbq__separator{background:var(--border);width:1px;height:18px;margin:0 .25rem}.RichEmailEditor-module__U6jcbq__editorContent{flex:1;min-height:120px;max-height:600px;padding:.75rem;overflow-y:auto}.RichEmailEditor-module__U6jcbq__editorWrapperCompact .RichEmailEditor-module__U6jcbq__editorContent{min-height:0;max-height:none;padding:var(--space-2) var(--space-3);flex:1;overflow-y:auto}.RichEmailEditor-module__U6jcbq__editorContent .tiptap{min-height:100px;font-family:var(--font-sans);font-size:var(--text-base);color:var(--foreground);outline:none;line-height:1.6}.RichEmailEditor-module__U6jcbq__editorWrapperCompact .RichEmailEditor-module__U6jcbq__editorContent .tiptap{min-height:100%}.RichEmailEditor-module__U6jcbq__preserveHtmlSurface{min-height:100px;font-family:var(--font-sans);font-size:var(--text-base);color:var(--foreground);outline:none;line-height:normal}.RichEmailEditor-module__U6jcbq__editorWrapperCompact .RichEmailEditor-module__U6jcbq__preserveHtmlSurface{min-height:100%}.RichEmailEditor-module__U6jcbq__preserveHtmlSurface:empty:before{content:attr(data-placeholder);color:var(--muted-foreground);pointer-events:none}.RichEmailEditor-module__U6jcbq__preserveHtmlSurface img{max-width:100%;height:auto}.RichEmailEditor-module__U6jcbq__editorContent .tiptap p{margin:0 0 .5em}:is(.RichEmailEditor-module__U6jcbq__editorContent .tiptap ul,.RichEmailEditor-module__U6jcbq__editorContent .tiptap ol){margin:.5em 0;padding-left:1.25rem}.RichEmailEditor-module__U6jcbq__editorContent .tiptap blockquote{border-left:3px solid var(--border);color:var(--muted-foreground);margin:.5em 0;padding-left:.75rem}.RichEmailEditor-module__U6jcbq__editorContent .tiptap a{color:var(--primary);text-decoration:underline}.RichEmailEditor-module__U6jcbq__editorContent .tiptap img{border-radius:var(--radius-sm);max-width:100%}.RichEmailEditor-module__U6jcbq__resizableImage{max-width:100%;line-height:0;display:inline-block;position:relative}.RichEmailEditor-module__U6jcbq__resizableImage img{max-width:100%;height:auto;display:block}.RichEmailEditor-module__U6jcbq__resizableImageSelected{outline:2px solid var(--primary);outline-offset:2px}.RichEmailEditor-module__U6jcbq__resizeHandle{background:var(--primary);border:2px solid var(--surface-1);cursor:nwse-resize;opacity:0;z-index:2;border-radius:2px;width:12px;height:12px;transition:opacity .15s;position:absolute;bottom:-4px;right:-4px}.RichEmailEditor-module__U6jcbq__resizableImage:hover .RichEmailEditor-module__U6jcbq__resizeHandle,.RichEmailEditor-module__U6jcbq__resizableImageSelected .RichEmailEditor-module__U6jcbq__resizeHandle{opacity:1}.RichEmailEditor-module__U6jcbq__editorContent .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--muted-foreground);pointer-events:none;float:left;height:0}.RichEmailEditor-module__U6jcbq__modeToggle{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.125rem .5rem;font-size:.7rem}.RichEmailEditor-module__U6jcbq__modeToggle:hover{color:var(--foreground)}
.EmailComposeLayer-module__dFnYFq__composeLayer{background:var(--surface-1);flex-direction:column;flex:1;min-height:0;display:flex}.EmailComposeLayer-module__dFnYFq__composeHeader{column-gap:var(--space-2);padding:var(--space-2) var(--space-3) 0;flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"to mode""subject subject";row-gap:0;display:grid;overflow:hidden}.EmailComposeLayer-module__dFnYFq__composeMode{grid-area:mode;position:relative}.EmailComposeLayer-module__dFnYFq__modeButton{height:var(--space-8);padding:0 var(--space-2);gap:var(--space-1)}.EmailComposeLayer-module__dFnYFq__modeMenu{top:calc(100% + var(--space-1));z-index:30;min-width:132px;padding:var(--space-1) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);position:absolute;right:0}.EmailComposeLayer-module__dFnYFq__composeTo{grid-area:to;min-width:0}.EmailComposeLayer-module__dFnYFq__composeTo>div{width:calc(100% + (var(--space-3) * 2));margin-inline:calc(var(--space-3) * -1);padding-inline:var(--space-3)}.EmailComposeLayer-module__dFnYFq__subjectInput{min-width:0;width:calc(100% + (var(--space-3) * 2));margin-inline:calc(var(--space-3) * -1);padding-inline:var(--space-3);grid-area:subject}.EmailComposeLayer-module__dFnYFq__editorSlot{flex:1;min-height:0;display:flex;overflow:hidden}.EmailComposeLayer-module__dFnYFq__quotedOriginal{min-height:0;margin:0 var(--space-3) var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-subtle);background:var(--surface-1);flex:0 auto}.EmailComposeLayer-module__dFnYFq__quotedOriginalSummary{width:fit-content;min-height:24px;color:var(--text-secondary);align-items:center;gap:var(--space-1);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;padding:0;list-style:none;display:inline-flex}.EmailComposeLayer-module__dFnYFq__quotedOriginalSummary:hover{color:var(--text-primary)}.EmailComposeLayer-module__dFnYFq__quotedOriginalSummary::-webkit-details-marker{display:none}.EmailComposeLayer-module__dFnYFq__quotedOriginalBody{padding:var(--space-2) 0 0;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal)}.EmailComposeLayer-module__dFnYFq__quotedOriginalMeta{padding:0 var(--space-3);margin-bottom:var(--space-2);color:var(--text-tertiary);font-size:var(--text-xs)}.EmailComposeLayer-module__dFnYFq__quotedOriginalHtml{background:0 0;border:0;border-radius:0;width:100%;max-width:100%;height:clamp(140px,28vh,300px);display:block;overflow:auto}.EmailComposeLayer-module__dFnYFq__composeFooter{padding:var(--space-2) var(--space-3);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.EmailComposeLayer-module__dFnYFq__footerTools{align-items:center;gap:var(--space-1);display:inline-flex}.EmailComposeLayer-module__dFnYFq__contextMenuItem{width:100%;min-height:30px;padding:0 var(--space-3);color:var(--text-primary);align-items:center;gap:var(--space-2);cursor:pointer;text-align:left;font-size:var(--text-sm);background:0 0;border:0;display:flex}.EmailComposeLayer-module__dFnYFq__contextMenuItem:hover{background:var(--hover-surface)}
.FolderManagerPanel-module__edshHG__panel{background:var(--surface-0);flex-direction:column;flex:1;min-height:0;display:flex}.FolderManagerPanel-module__edshHG__header{min-height:var(--space-12);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);align-items:center;gap:var(--space-2);background:var(--surface-1);display:flex}.FolderManagerPanel-module__edshHG__titleBlock{min-width:0}.FolderManagerPanel-module__edshHG__title{color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold)}.FolderManagerPanel-module__edshHG__subtitle{color:var(--text-tertiary);font-size:var(--text-xs)}.FolderManagerPanel-module__edshHG__actions{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);align-items:center;display:flex}.FolderManagerPanel-module__edshHG__error{margin:var(--space-2) var(--space-3) 0;padding:var(--space-2);border:1px solid var(--color-danger);border-radius:var(--radius-sm);background:var(--color-danger-bg);color:var(--color-danger);font-size:var(--text-xs)}.FolderManagerPanel-module__edshHG__editor{margin:var(--space-2) var(--space-3);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);gap:var(--space-1);background:var(--surface-1);grid-template-columns:minmax(0,1fr) auto auto;display:grid}.FolderManagerPanel-module__edshHG__editorLabel{color:var(--text-tertiary);font-size:var(--text-xs);grid-column:1/-1}.FolderManagerPanel-module__edshHG__editor input{min-width:0;height:var(--space-8);padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-sm);outline:0}.FolderManagerPanel-module__edshHG__editor input:focus{border-color:var(--primary)}.FolderManagerPanel-module__edshHG__folderTree{min-height:0;padding:var(--space-1) 0 var(--space-3);flex:1;overflow-y:auto}.FolderManagerPanel-module__edshHG__row{min-height:32px;color:var(--text-primary);align-items:center;display:flex}.FolderManagerPanel-module__edshHG__row:hover{background:var(--hover-surface)}.FolderManagerPanel-module__edshHG__rowActive{color:var(--primary);background:var(--surface-2)}.FolderManagerPanel-module__edshHG__rowMain{min-width:0;height:32px;padding:0 var(--space-1);color:inherit;align-items:center;gap:var(--space-2);cursor:pointer;text-align:left;font-size:var(--text-sm);background:0 0;border:0;flex:auto;display:flex}.FolderManagerPanel-module__edshHG__chevron{width:14px;height:14px;color:var(--text-tertiary);flex:0 0 14px;justify-content:center;align-items:center;display:inline-flex}.FolderManagerPanel-module__edshHG__folderName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.FolderManagerPanel-module__edshHG__count{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);margin-left:auto}.FolderManagerPanel-module__edshHG__rowActions{padding-right:var(--space-1);opacity:.35;flex-shrink:0;align-items:center;gap:1px;display:inline-flex}.FolderManagerPanel-module__edshHG__row:hover .FolderManagerPanel-module__edshHG__rowActions,.FolderManagerPanel-module__edshHG__rowActions:focus-within{opacity:1}.FolderManagerPanel-module__edshHG__iconButton,.FolderManagerPanel-module__edshHG__iconButtonDanger{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.FolderManagerPanel-module__edshHG__iconButton:hover{background:var(--surface-2);color:var(--primary)}.FolderManagerPanel-module__edshHG__iconButtonDanger:hover{background:var(--color-danger-bg);color:var(--color-danger)}.FolderManagerPanel-module__edshHG__iconButtonDanger:disabled{opacity:.45;cursor:progress}
.AgentEmailDrawer-module__NYWZyW__drawerToolbar{align-items:center;gap:var(--space-2);width:100%;display:flex}.AgentEmailDrawer-module__NYWZyW__folderTabs{border:1px solid var(--border);flex-shrink:0;align-items:center;display:inline-flex;overflow:hidden}.AgentEmailDrawer-module__NYWZyW__folderTab{width:var(--space-8);height:var(--space-8);border:0;border-right:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.AgentEmailDrawer-module__NYWZyW__folderTab:last-child{border-right:0}.AgentEmailDrawer-module__NYWZyW__folderTab:hover{background:var(--hover-surface);color:var(--text-primary)}.AgentEmailDrawer-module__NYWZyW__folderTabActive{background:var(--primary);color:var(--primary-foreground)}.AgentEmailDrawer-module__NYWZyW__selectBox{border:1px solid var(--border-medium);border-radius:var(--radius-xs);background:var(--surface-1);width:16px;height:16px;color:var(--primary-foreground);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.AgentEmailDrawer-module__NYWZyW__selectBox svg{opacity:0}.AgentEmailDrawer-module__NYWZyW__selectBoxChecked{border-color:var(--primary);background:var(--primary)}.AgentEmailDrawer-module__NYWZyW__selectBoxChecked svg{opacity:1}.AgentEmailDrawer-module__NYWZyW__toolbarSelectBox{align-self:center}.AgentEmailDrawer-module__NYWZyW__searchBox{min-width:0;height:var(--space-8);padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text-tertiary);align-items:center;gap:var(--space-2);flex:1;display:flex}.AgentEmailDrawer-module__NYWZyW__searchBox input{width:100%;min-width:0;color:var(--text-primary);font-size:var(--text-sm);background:0 0;border:0;outline:0;padding:0}.AgentEmailDrawer-module__NYWZyW__bulkActions,.AgentEmailDrawer-module__NYWZyW__headerActions{align-items:center;gap:var(--space-1);display:inline-flex}.AgentEmailDrawer-module__NYWZyW__headerSearch{width:100%;min-width:0;height:var(--space-8);padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text-tertiary);align-items:center;gap:var(--space-2);display:flex}.AgentEmailDrawer-module__NYWZyW__headerSearch input{width:100%;min-width:0;color:var(--text-primary);font-size:var(--text-sm);background:0 0;border:0;outline:0;padding:0}.AgentEmailDrawer-module__NYWZyW__listLayer,.AgentEmailDrawer-module__NYWZyW__readLayer,.AgentEmailDrawer-module__NYWZyW__composeLayer{background:var(--surface-1);flex-direction:column;flex:1;min-height:0;display:flex}.AgentEmailDrawer-module__NYWZyW__listToolbar{width:100%;padding:var(--space-2) var(--space-3) var(--space-2) calc(var(--space-3) + 3px);border-bottom:1px solid var(--border-subtle);background:var(--surface-1)}.AgentEmailDrawer-module__NYWZyW__listLayer{background:var(--surface-1)}.AgentEmailDrawer-module__NYWZyW__mailItems{flex:1;min-height:0;overflow-y:auto}.AgentEmailDrawer-module__NYWZyW__mailItem{min-height:78px;padding:var(--space-2) var(--space-3);border:0;border-bottom:1px solid var(--border-subtle);background:var(--surface-1);color:inherit;gap:var(--space-1);text-align:left;cursor:pointer;border-left:3px solid #0000;grid-template-columns:22px minmax(0,1fr);grid-template-areas:"check top""check subject""check snippet""check labels";display:grid}.AgentEmailDrawer-module__NYWZyW__mailItem:hover{background:var(--hover-surface)}.AgentEmailDrawer-module__NYWZyW__mailItemActive{background:var(--surface-2);border-left-color:var(--primary)}.AgentEmailDrawer-module__NYWZyW__mailItemSelected{background:var(--surface-2)}.AgentEmailDrawer-module__NYWZyW__mailItemUnread .AgentEmailDrawer-module__NYWZyW__mailSender,.AgentEmailDrawer-module__NYWZyW__mailItemUnread .AgentEmailDrawer-module__NYWZyW__mailSubject{color:var(--text-primary);font-weight:var(--font-bold)}.AgentEmailDrawer-module__NYWZyW__mailItemCheck{grid-area:check;align-self:start;margin-top:1px}.AgentEmailDrawer-module__NYWZyW__mailItemTop{align-items:start;gap:var(--space-2);grid-area:top;grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.AgentEmailDrawer-module__NYWZyW__mailSender{align-items:center;gap:var(--space-1);min-width:0;font-size:var(--text-sm);font-weight:var(--font-semibold);display:inline-flex}.AgentEmailDrawer-module__NYWZyW__unreadDot{border-radius:var(--radius-full);background:var(--primary);flex-shrink:0;width:6px;height:6px}.AgentEmailDrawer-module__NYWZyW__mailTime{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-tight);white-space:nowrap}.AgentEmailDrawer-module__NYWZyW__mailSubject{min-width:0;color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-medium);line-height:var(--leading-tight);grid-area:subject}.AgentEmailDrawer-module__NYWZyW__mailSnippet{min-width:0;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-tight);grid-area:snippet}.AgentEmailDrawer-module__NYWZyW__labelRow{gap:var(--space-1);grid-area:labels;min-width:0;display:flex;overflow:hidden}.AgentEmailDrawer-module__NYWZyW__labelChip,.AgentEmailDrawer-module__NYWZyW__attachmentPill,.AgentEmailDrawer-module__NYWZyW__recipientChip{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-2);min-width:0;max-width:180px;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);white-space:nowrap;align-items:center;padding:1px 7px;line-height:1.4;display:inline-flex}.AgentEmailDrawer-module__NYWZyW__readHeader{padding:var(--space-3);border-bottom:1px solid var(--border);flex-shrink:0}.AgentEmailDrawer-module__NYWZyW__readActionRow{align-items:center;gap:var(--space-2);min-width:0;margin-bottom:var(--space-2);display:flex}.AgentEmailDrawer-module__NYWZyW__readBackButton{flex-shrink:0}.AgentEmailDrawer-module__NYWZyW__readActions{scrollbar-width:none;align-items:center;gap:var(--space-1);flex:1;min-width:0;padding-bottom:1px;display:inline-flex;overflow:auto hidden}.AgentEmailDrawer-module__NYWZyW__readActions::-webkit-scrollbar{display:none}.AgentEmailDrawer-module__NYWZyW__readActions button{flex:none}.AgentEmailDrawer-module__NYWZyW__readSubject{min-width:0;margin-bottom:var(--space-3);color:var(--text-primary);font-size:var(--text-md);font-weight:var(--font-bold);line-height:var(--leading-tight);overflow-wrap:anywhere;word-break:normal}.AgentEmailDrawer-module__NYWZyW__senderBlock{align-items:start;gap:var(--space-2);grid-template-columns:auto minmax(0,1fr) auto;min-width:0;display:grid}.AgentEmailDrawer-module__NYWZyW__avatar{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-full);background:var(--primary);color:var(--primary-foreground);font-weight:var(--font-bold);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AgentEmailDrawer-module__NYWZyW__senderMeta{flex:1;min-width:0}.AgentEmailDrawer-module__NYWZyW__senderName{color:var(--text-primary);font-weight:var(--font-semibold)}.AgentEmailDrawer-module__NYWZyW__senderAddress{color:var(--text-secondary);font-size:var(--text-sm);overflow-wrap:anywhere}.AgentEmailDrawer-module__NYWZyW__readDate{max-width:112px;color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-tight);text-align:right;overflow-wrap:anywhere}.AgentEmailDrawer-module__NYWZyW__readBody{min-height:0;padding:var(--space-3);border-bottom:1px solid var(--border-subtle);flex:1;line-height:1.6;overflow:hidden auto}.AgentEmailDrawer-module__NYWZyW__readBody p{margin:0 0 var(--space-3)}.AgentEmailDrawer-module__NYWZyW__emailHtml{background:0 0;border:0;width:100%;max-width:100%;min-height:240px;display:block;overflow:hidden}.AgentEmailDrawer-module__NYWZyW__attachmentStrip{padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--border);gap:var(--space-2);flex-wrap:wrap;flex-shrink:0;display:flex}.AgentEmailDrawer-module__NYWZyW__composeHeader{column-gap:var(--space-2);row-gap:var(--space-1);padding:var(--space-2) var(--space-3);flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"to mode""subject subject";display:grid}.AgentEmailDrawer-module__NYWZyW__composeMode{grid-area:mode;position:relative}.AgentEmailDrawer-module__NYWZyW__modeButton{height:var(--space-8);padding:0 var(--space-2);gap:var(--space-1)}.AgentEmailDrawer-module__NYWZyW__modeMenu{top:calc(100% + var(--space-1));z-index:30;min-width:132px;padding:var(--space-1) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);position:absolute;right:0}.AgentEmailDrawer-module__NYWZyW__composeTo{grid-area:to;min-width:0}.AgentEmailDrawer-module__NYWZyW__subjectInput{grid-area:subject;min-width:0}.AgentEmailDrawer-module__NYWZyW__editorSlot{flex:1;min-height:0;display:flex;overflow:hidden}.AgentEmailDrawer-module__NYWZyW__quotedOriginal{margin:0 var(--space-3) var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-1);flex-shrink:0;overflow:hidden}.AgentEmailDrawer-module__NYWZyW__quotedOriginalSummary{min-height:30px;padding:0 var(--space-2);color:var(--text-secondary);align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;list-style:none;display:flex}.AgentEmailDrawer-module__NYWZyW__quotedOriginalSummary::-webkit-details-marker{display:none}.AgentEmailDrawer-module__NYWZyW__quotedOriginalBody{padding:var(--space-2) var(--space-3) var(--space-3);border-top:1px solid var(--border-subtle);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal)}.AgentEmailDrawer-module__NYWZyW__quotedOriginalMeta{margin-bottom:var(--space-2);color:var(--text-tertiary);font-size:var(--text-xs)}.AgentEmailDrawer-module__NYWZyW__composeFooter{padding:var(--space-2) var(--space-3);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.AgentEmailDrawer-module__NYWZyW__footerTools{align-items:center;gap:var(--space-1);display:inline-flex}.AgentEmailDrawer-module__NYWZyW__contextMenu{z-index:200;min-width:178px;padding:var(--space-1) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text-primary);position:fixed}.AgentEmailDrawer-module__NYWZyW__contextMenuItem{width:100%;min-height:30px;padding:0 var(--space-3);color:var(--text-primary);align-items:center;gap:var(--space-2);cursor:pointer;text-align:left;font-size:var(--text-sm);background:0 0;border:0;display:flex}.AgentEmailDrawer-module__NYWZyW__contextMenuItem:hover{background:var(--hover-surface)}.AgentEmailDrawer-module__NYWZyW__contextMenuDivider{height:1px;margin:var(--space-1) 0;background:var(--border-subtle)}.AgentEmailDrawer-module__NYWZyW__emptyState{padding:var(--space-4);color:var(--text-tertiary);text-align:center;font-size:var(--text-sm);flex:1;justify-content:center;align-items:center;display:flex}.AgentEmailDrawer-module__NYWZyW__truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}
.MarkdownMessage-module__3KDfnW__markdownMessage{min-width:0}.MarkdownMessage-module__3KDfnW__paragraph{margin:var(--space-2) 0}.MarkdownMessage-module__3KDfnW__paragraph:first-child{margin-top:0}.MarkdownMessage-module__3KDfnW__paragraph:last-child{margin-bottom:0}.MarkdownMessage-module__3KDfnW__heading1,.MarkdownMessage-module__3KDfnW__heading2,.MarkdownMessage-module__3KDfnW__heading3{margin:var(--space-3) 0 var(--space-2);color:var(--text-primary);font-weight:var(--font-bold);letter-spacing:0;line-height:var(--leading-tight)}.MarkdownMessage-module__3KDfnW__heading1:first-child,.MarkdownMessage-module__3KDfnW__heading2:first-child,.MarkdownMessage-module__3KDfnW__heading3:first-child{margin-top:0}.MarkdownMessage-module__3KDfnW__heading1{padding-bottom:var(--space-2);border-bottom:1px solid var(--border-subtle);font-size:var(--text-lg)}.MarkdownMessage-module__3KDfnW__heading2{font-size:var(--text-md)}.MarkdownMessage-module__3KDfnW__heading3{font-size:var(--text-base);font-weight:var(--font-semibold)}.MarkdownMessage-module__3KDfnW__list{margin:var(--space-2) 0;padding-left:var(--space-5)}.MarkdownMessage-module__3KDfnW__listItem{margin-bottom:var(--space-1)}.MarkdownMessage-module__3KDfnW__blockquote{margin:var(--space-2) 0;padding:var(--space-2) var(--space-3);border-left:2px solid var(--border-medium);border-radius:var(--radius-sm);background:var(--hover-surface);color:var(--text-secondary)}.MarkdownMessage-module__3KDfnW__inlineCode{border-radius:var(--radius-xs);background-color:var(--surface-3);font-family:var(--font-mono,monospace);font-size:var(--text-sm);white-space:pre-wrap;word-break:break-word;padding:.1rem .3rem}.MarkdownMessage-module__3KDfnW__codeBlock{margin:var(--space-3) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);overflow:hidden}.MarkdownMessage-module__3KDfnW__codeBlockHeader{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);background:var(--surface-2);display:flex}.MarkdownMessage-module__3KDfnW__codeBlockLanguage{min-width:0;color:var(--text-tertiary);font-family:var(--font-mono,monospace);font-size:var(--text-xs);font-weight:var(--font-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MarkdownMessage-module__3KDfnW__copyButton{align-items:center;gap:var(--space-1);color:var(--text-tertiary);cursor:pointer;font:inherit;font-size:var(--text-xs);background:0 0;border:none;flex-shrink:0;padding:0;display:inline-flex}.MarkdownMessage-module__3KDfnW__copyButton:hover{color:var(--text-primary)}.MarkdownMessage-module__3KDfnW__codeBlockPre{max-width:100%;padding:var(--space-3);margin:0;overflow-x:auto}.MarkdownMessage-module__3KDfnW__codeBlockCode{min-width:max-content;font-family:var(--font-mono,monospace);font-size:var(--text-sm);line-height:var(--leading-normal);white-space:pre;display:block}.MarkdownMessage-module__3KDfnW__tableScroll{max-width:100%;margin:var(--space-3) 0;border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto}.MarkdownMessage-module__3KDfnW__table{border-collapse:collapse;background:var(--surface-1);width:100%;min-width:max-content;font-size:var(--text-sm)}.MarkdownMessage-module__3KDfnW__tableHeaderCell,.MarkdownMessage-module__3KDfnW__tableCell{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);text-align:left;vertical-align:top;white-space:nowrap}.MarkdownMessage-module__3KDfnW__tableHeaderCell{background:var(--surface-2);color:var(--text-primary);font-weight:var(--font-semibold)}.MarkdownMessage-module__3KDfnW__tableCell{color:var(--text-secondary)}.MarkdownMessage-module__3KDfnW__table tr:last-child .MarkdownMessage-module__3KDfnW__tableCell{border-bottom:none}.MarkdownMessage-module__3KDfnW__artifactLink{align-items:center;gap:var(--space-1);border:1px solid var(--accent);border-radius:var(--radius-xs);background-color:var(--active-surface);max-width:100%;color:var(--accent);cursor:pointer;font-family:var(--font-mono,monospace);font-size:var(--text-sm);word-break:break-word;margin:0 .1rem;padding:.1rem .45rem;text-decoration:none;display:inline-flex}.MarkdownMessage-module__3KDfnW__artifactLink:hover{background:var(--hover-surface);text-decoration:none}.MarkdownMessage-module__3KDfnW__externalLink{color:var(--accent);text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:2px}.MarkdownMessage-module__3KDfnW__externalLink:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.MarkdownMessage-module__3KDfnW__externalLinkIcon{vertical-align:middle;opacity:.65;margin-left:2px;display:inline}.MarkdownMessage-module__3KDfnW__linkChip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);max-width:100%;font-size:var(--text-sm);vertical-align:middle;align-items:center;margin:.1rem;display:inline-flex;overflow:hidden}.MarkdownMessage-module__3KDfnW__linkChipAnchor{align-items:center;gap:var(--space-1);min-width:0;color:var(--accent);padding:.18rem .5rem;text-decoration:none;display:inline-flex}.MarkdownMessage-module__3KDfnW__linkChipAnchor:hover{background:var(--hover-surface)}.MarkdownMessage-module__3KDfnW__linkChipLabel{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.MarkdownMessage-module__3KDfnW__linkChipCopy{border:none;border-left:1px solid var(--border);color:var(--text-tertiary);cursor:pointer;background:0 0;flex-shrink:0;align-items:center;padding:.18rem .4rem;display:inline-flex}.MarkdownMessage-module__3KDfnW__linkChipCopy:hover{background:var(--hover-surface);color:var(--text-primary)}
.KeyboardHelp-module__EtoyNW__list{flex-direction:column;gap:.375rem;display:flex}.KeyboardHelp-module__EtoyNW__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.85rem;display:flex}.KeyboardHelp-module__EtoyNW__row:last-child{border-bottom:none}.KeyboardHelp-module__EtoyNW__kbd{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground);padding:.125rem .5rem;font-family:monospace;font-size:.75rem}.KeyboardHelp-module__EtoyNW__desc{color:var(--muted-foreground)}
.CollapsibleChatMessage-module__wk8J8G__collapsibleMessage,.CollapsibleChatMessage-module__wk8J8G__collapsedContent,.CollapsibleChatMessage-module__wk8J8G__expandedContent{min-width:0}.CollapsibleChatMessage-module__wk8J8G__toggleButton{width:1.25rem;height:1.25rem;margin-left:var(--space-1);border:1px solid var(--chat-collapse-button-border,var(--border-subtle));border-radius:var(--radius-full);background:var(--chat-collapse-button-bg,var(--surface-2));color:var(--chat-collapse-button-color,var(--text-secondary));cursor:pointer;font:inherit;vertical-align:-.2rem;justify-content:center;align-items:center;padding:0;display:inline-flex}.CollapsibleChatMessage-module__wk8J8G__toggleButton:hover{background:var(--chat-collapse-button-hover-bg,var(--surface-3));color:var(--chat-collapse-button-hover-color,var(--text-primary))}
.crm-module__zadiXq__listShell{height:100%;min-height:0}.crm-module__zadiXq__nameCell{gap:var(--space-1);flex-direction:column;display:flex}.crm-module__zadiXq__namePrimary{font-weight:var(--font-semibold);color:var(--text-primary)}.crm-module__zadiXq__nameSecondary{font-size:var(--text-sm);color:var(--text-tertiary)}.crm-module__zadiXq__pill{border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:var(--surface-1);width:fit-content;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);align-items:center;padding:.18rem .55rem;display:inline-flex}.crm-module__zadiXq__pillLinked{color:var(--color-success);background:var(--color-success-bg)}.crm-module__zadiXq__pillCandidate{color:var(--color-warning);background:var(--color-warning-bg)}.crm-module__zadiXq__pillMissing{color:var(--text-tertiary)}.crm-module__zadiXq__detailShell{flex-direction:column;height:100%;min-height:0;display:flex}.crm-module__zadiXq__tabBody{padding:var(--space-4)}.crm-module__zadiXq__quotesTabShell{height:100%;min-height:0}.crm-module__zadiXq__quotesTabContent{min-height:0;padding:var(--space-4);flex:1;overflow:auto}.crm-module__zadiXq__tabHeader{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.crm-module__zadiXq__tabHeader .crm-module__zadiXq__tabHeaderLeft,.crm-module__zadiXq__tabHeader .crm-module__zadiXq__tabHeaderRight{align-items:center;gap:var(--space-2);display:flex}.crm-module__zadiXq__tabHeaderLabel{font-size:.78rem;font-weight:var(--font-semibold);letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary)}.crm-module__zadiXq__tabSearch{width:240px}.crm-module__zadiXq__sectionGrid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.crm-module__zadiXq__infoOverviewGrid{grid-template-columns:minmax(0,1fr) minmax(260px,1fr);align-items:stretch;gap:0;display:grid;position:relative}.crm-module__zadiXq__tabBody.crm-module__zadiXq__infoOverviewGrid{padding-top:var(--space-2)}.crm-module__zadiXq__infoOverviewGrid:before{content:"";background:var(--border-subtle);pointer-events:none;width:1px;position:absolute;top:0;bottom:0;left:calc(50% - .5px)}.crm-module__zadiXq__infoOverviewGrid>.crm-module__zadiXq__panel{background:0 0;border:0;border-radius:0}.crm-module__zadiXq__panel{border:1px solid var(--border-subtle);background:var(--surface-1);border-radius:var(--radius-md);padding:var(--space-4);min-width:0}.crm-module__zadiXq__panelHeader{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.crm-module__zadiXq__panelTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-primary)}.crm-module__zadiXq__panelSubtitle{margin-top:var(--space-1);color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-medium)}.crm-module__zadiXq__contactPanel{min-height:320px;padding-left:var(--space-5)}.crm-module__zadiXq__infoProfilePanel{padding-right:var(--space-5)}.crm-module__zadiXq__infoProfileSections{gap:var(--space-3);margin-top:var(--space-4);display:grid}.crm-module__zadiXq__profileSummary{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-subtle);border-left:3px solid var(--primary);border-radius:var(--radius-md);background:var(--surface-1);grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.crm-module__zadiXq__profileSummaryIcon{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-0);width:36px;height:36px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.crm-module__zadiXq__profileSummaryMain{gap:var(--space-2);min-width:0;display:grid}.crm-module__zadiXq__profileSummaryStatus{align-items:center;gap:var(--space-2);width:fit-content;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;display:inline-flex}.crm-module__zadiXq__profileStatusDot{border-radius:var(--radius-full);background:var(--color-success);width:8px;height:8px}.crm-module__zadiXq__profileSummaryName{color:var(--text-primary);font-size:var(--text-md);font-weight:var(--font-bold);line-height:var(--leading-tight);overflow-wrap:anywhere}.crm-module__zadiXq__profileSummaryMeta{gap:var(--space-2) var(--space-4);min-width:0;color:var(--text-tertiary);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.crm-module__zadiXq__profileSummaryMeta span{align-items:center;gap:var(--space-1);overflow-wrap:anywhere;min-width:0;display:inline-flex}.crm-module__zadiXq__profileSummaryMeta svg{color:var(--text-tertiary);flex:none}.crm-module__zadiXq__profileBadgeRow{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.crm-module__zadiXq__profileBadge{align-items:center;gap:var(--space-1);min-width:0;max-width:100%;padding:var(--space-1) var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);background:var(--surface-0);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);display:inline-flex}.crm-module__zadiXq__profileBadge svg{color:var(--primary);flex:none}.crm-module__zadiXq__profileFactGrid{gap:var(--space-2) var(--space-4);margin-top:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__infoProfileGroup{gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--border-subtle);display:grid}.crm-module__zadiXq__infoProfileGroupToggle{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;padding:0;display:flex}.crm-module__zadiXq__infoProfileGroupLabel{align-items:center;gap:var(--space-2);min-width:0;display:inline-flex}.crm-module__zadiXq__infoProfileGroupIcon{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);width:22px;height:22px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.crm-module__zadiXq__infoProfileGroupTitle{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-bold);letter-spacing:0;text-transform:uppercase}.crm-module__zadiXq__infoProfileGroupToggle svg{color:var(--text-tertiary);flex:none}.crm-module__zadiXq__infoProfileGroup .crm-module__zadiXq__fieldGrid{gap:var(--space-2) var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.crm-module__zadiXq__infoProfileGroupToggle:hover .crm-module__zadiXq__infoProfileGroupTitle,.crm-module__zadiXq__infoProfileGroupToggle:hover svg{color:var(--text-primary)}.crm-module__zadiXq__contactLoading{justify-content:center;align-items:center;gap:var(--space-2);min-height:220px;color:var(--text-secondary);font-size:var(--text-sm);display:flex}.crm-module__zadiXq__contactCardGrid{gap:var(--space-3);grid-template-columns:1fr;display:grid}.crm-module__zadiXq__contactCard{gap:var(--space-3);min-width:0;padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);display:grid}.crm-module__zadiXq__contactCardHeader{align-items:start;gap:var(--space-3);grid-template-columns:auto minmax(0,1fr) auto;min-width:0;display:grid}.crm-module__zadiXq__contactAvatar{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-0);width:36px;height:36px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.crm-module__zadiXq__contactIdentity{gap:var(--space-1);min-width:0;display:grid}.crm-module__zadiXq__contactName{color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-bold);line-height:var(--leading-tight);overflow-wrap:anywhere}.crm-module__zadiXq__contactRole{color:var(--text-tertiary);font-size:var(--text-sm);line-height:var(--leading-normal);overflow-wrap:anywhere}.crm-module__zadiXq__contactBusinessId{width:fit-content;color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-tight)}.crm-module__zadiXq__contactSource{width:fit-content;padding:var(--space-1) var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);background:var(--surface-0);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;align-items:center;display:inline-flex}.crm-module__zadiXq__contactCardActions{align-items:center;gap:var(--space-2);display:flex}.crm-module__zadiXq__contactDetailList{gap:var(--space-2) var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border-subtle);background:0 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__contactDetail{align-items:center;gap:var(--space-2);min-width:0;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);grid-template-columns:16px minmax(0,1fr);display:grid}.crm-module__zadiXq__contactDetail svg{color:var(--text-tertiary)}.crm-module__zadiXq__contactRemark{align-items:center}.crm-module__zadiXq__contactRemark span{overflow-wrap:anywhere}.crm-module__zadiXq__contactDetail span{overflow-wrap:anywhere;min-width:0}.crm-module__zadiXq__fieldGrid{gap:var(--space-2);display:grid}.crm-module__zadiXq__field{align-items:baseline;gap:var(--space-2);min-width:0;line-height:var(--leading-normal);display:flex}.crm-module__zadiXq__fieldFullWidth{grid-column:1/-1}.crm-module__zadiXq__fieldLabel{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:none;letter-spacing:0;white-space:nowrap;flex:none}.crm-module__zadiXq__fieldValue{font-size:var(--text-sm);color:var(--text-primary);overflow-wrap:anywhere;flex:auto;min-width:0}.crm-module__zadiXq__emptyState{border:1px dashed var(--border-subtle);border-radius:var(--radius-md);min-height:220px;color:var(--text-tertiary);background:var(--surface-1);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.crm-module__zadiXq__clickableRow{cursor:pointer}.crm-module__zadiXq__clickableRow:focus-visible td{outline:1px solid var(--primary);outline-offset:-2px}.crm-module__zadiXq__fieldError{color:var(--color-danger);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-normal);text-transform:none;letter-spacing:0}.crm-module__zadiXq__profileSections{gap:var(--space-3);display:grid}.crm-module__zadiXq__profileSection{gap:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface-1);display:grid}.crm-module__zadiXq__profileSectionTitle{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:0}.crm-module__zadiXq__newCustomerGrid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__checkboxGroup{gap:var(--space-2);flex-wrap:wrap;display:flex}.crm-module__zadiXq__checkboxItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-0);color:var(--text-primary);font-size:var(--text-sm);line-height:var(--leading-normal);cursor:pointer;display:inline-flex}.crm-module__zadiXq__businessCardImport{gap:var(--space-4);display:grid}.crm-module__zadiXq__businessCardFileInput{display:none}.crm-module__zadiXq__businessCardDropzone{place-items:center;gap:var(--space-2);border:1px dashed var(--border-medium);border-radius:var(--radius-md);background:var(--surface-1);width:100%;min-height:148px;color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-semibold);cursor:pointer;display:grid}.crm-module__zadiXq__businessCardDropzone small{color:var(--text-tertiary);font-size:var(--text-sm);font-weight:var(--font-normal)}.crm-module__zadiXq__businessCardDropzone:hover{background:var(--hover-surface)}.crm-module__zadiXq__businessCardOptionsGrid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__businessCardResults{gap:var(--space-3);display:grid}.crm-module__zadiXq__businessCardSummary{align-items:center;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.crm-module__zadiXq__businessCardSummary b{color:var(--text-primary);font-weight:var(--font-semibold)}.crm-module__zadiXq__businessCardTaskOptions{gap:var(--space-4);grid-template-columns:1fr;display:grid}.crm-module__zadiXq__businessCardTaskNotes{resize:none;width:100%;height:100%;min-height:46px;overflow:hidden}.crm-module__zadiXq__businessCardFollowupTable{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-0);grid-template-rows:auto minmax(0,1fr);height:min(68vh,700px);min-height:560px;display:grid;overflow:visible}.crm-module__zadiXq__businessCardFollowupTableHead,.crm-module__zadiXq__businessCardFollowupRow{gap:var(--space-2);grid-template-columns:minmax(230px,1.25fr) 72px 58px minmax(170px,.8fr) minmax(300px,1.4fr);align-items:stretch;display:grid}.crm-module__zadiXq__businessCardFollowupTableHead{z-index:2;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;position:sticky;top:0}.crm-module__zadiXq__businessCardFollowupTableHead span:nth-child(2),.crm-module__zadiXq__businessCardFollowupTableHead span:nth-child(3){text-align:center}.crm-module__zadiXq__businessCardFollowupList{align-content:start;display:grid;overflow:visible auto}.crm-module__zadiXq__businessCardFollowupRow{min-height:86px;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);background:var(--surface-0);position:relative;overflow:visible}.crm-module__zadiXq__businessCardFollowupRow:focus-within{z-index:5}.crm-module__zadiXq__businessCardFollowupRow:before{content:"";background:var(--color-success);width:3px;position:absolute;top:0;bottom:0;left:0}.crm-module__zadiXq__businessCardFollowupRow:hover{background:color-mix(in srgb, var(--color-success-bg) 45%, var(--surface-0))}.crm-module__zadiXq__businessCardFollowupCustomer{gap:var(--space-1);grid-template-columns:minmax(0,1fr);min-width:0;display:grid}.crm-module__zadiXq__businessCardFollowupCustomer div{gap:var(--space-1);min-width:0;display:grid}.crm-module__zadiXq__businessCardFollowupCustomer strong{align-items:center;gap:var(--space-2);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);line-height:var(--leading-tight);overflow-wrap:anywhere;min-width:0;display:flex}.crm-module__zadiXq__businessCardFollowupCustomer span{color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-normal);overflow-wrap:anywhere}.crm-module__zadiXq__businessCardFollowupCustomer strong span{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);padding:2px var(--space-2);background:var(--surface-1);color:var(--text-secondary);font-size:11px;font-weight:var(--font-medium);flex:none;align-items:center;display:inline-flex}.crm-module__zadiXq__businessCardCheckbox{cursor:pointer;justify-content:center;align-self:center;align-items:center;min-height:40px;display:flex}.crm-module__zadiXq__businessCardCheckbox input{width:16px;height:16px}.crm-module__zadiXq__businessCardFollowupAssignee{z-index:3;align-self:center;min-width:0;position:relative}.crm-module__zadiXq__businessCardFollowupAssignee:focus-within{z-index:10}:is(.crm-module__zadiXq__businessCardFollowupAssignee .af-form-label,.crm-module__zadiXq__businessCardFollowupNotes .af-form-label){display:none}.crm-module__zadiXq__businessCardFollowupAssignee .af-form-multiselect-button{min-height:40px}.crm-module__zadiXq__businessCardFollowupAssignee .af-form-multiselect-panel{z-index:50;min-width:220px}.crm-module__zadiXq__businessCardFollowupAssignee .af-form-multiselect-chip{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}.crm-module__zadiXq__businessCardFollowupNotes{align-self:stretch;min-width:0;height:100%;display:flex}.crm-module__zadiXq__businessCardFollowupDone,.crm-module__zadiXq__businessCardFollowupError{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);grid-column:1/-1}.crm-module__zadiXq__businessCardFollowupDone{border:1px solid var(--color-success);background:var(--surface-0);color:var(--color-success)}.crm-module__zadiXq__businessCardFollowupError{border:1px solid var(--color-danger);background:var(--color-danger-bg);color:var(--color-danger)}.crm-module__zadiXq__businessCardProgress{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-1);display:grid}.crm-module__zadiXq__businessCardProgressHeader{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--text-primary);font-size:var(--text-sm);display:flex}.crm-module__zadiXq__businessCardProgressHeader strong{font-weight:var(--font-semibold)}.crm-module__zadiXq__businessCardProgressHeader span,.crm-module__zadiXq__businessCardProgress small{color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium)}.crm-module__zadiXq__businessCardProgressTrack{border-radius:var(--radius-xs);background:var(--surface-2);width:100%;height:8px;overflow:hidden}.crm-module__zadiXq__businessCardProgressBar{border-radius:inherit;background:var(--color-success);height:100%;transition:width .18s}.crm-module__zadiXq__businessCardResultList{gap:var(--space-2);max-height:320px;display:grid;overflow:auto}.crm-module__zadiXq__businessCardResultRow{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-0);grid-template-columns:124px minmax(0,1fr) auto;align-items:start;display:grid}.crm-module__zadiXq__businessCardResultRow[data-status=created]{border-color:var(--color-success);background:var(--color-success-bg)}.crm-module__zadiXq__businessCardResultRow[data-status=duplicate],.crm-module__zadiXq__businessCardResultRow[data-status=needs_review],.crm-module__zadiXq__businessCardResultRow[data-status=contact_candidate]{border-color:var(--color-warning);background:var(--color-warning-bg)}.crm-module__zadiXq__businessCardResultRow[data-status=contact_added]{border-color:var(--color-success);background:var(--color-success-bg)}.crm-module__zadiXq__businessCardResultRow[data-status=skipped]{border-color:var(--border-subtle);background:var(--surface-1)}.crm-module__zadiXq__businessCardResultRow[data-status=failed]{border-color:var(--color-danger);background:var(--color-danger-bg)}.crm-module__zadiXq__businessCardResultStatus{align-items:center;gap:var(--space-2);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);display:inline-flex}.crm-module__zadiXq__businessCardResultMain{gap:var(--space-1);min-width:0;display:grid}.crm-module__zadiXq__businessCardResultMain strong{color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);overflow-wrap:anywhere}.crm-module__zadiXq__businessCardResultMain span,.crm-module__zadiXq__businessCardResultMain em{color:var(--text-secondary);font-size:var(--text-sm);overflow-wrap:anywhere;font-style:normal}.crm-module__zadiXq__businessCardResultMeta{justify-content:flex-end;gap:var(--space-1);flex-wrap:wrap;max-width:180px;display:flex}.crm-module__zadiXq__businessCardResultMeta span{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);padding:var(--space-1) var(--space-2);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);align-items:center;display:inline-flex}.crm-module__zadiXq__businessCardInlineActions{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.crm-module__zadiXq__businessCardInlineActions .af-btn-primary{color:var(--primary-foreground)}.crm-module__zadiXq__businessCardInlineActions .af-btn-primary span{color:var(--primary-foreground)}@media (max-width:720px){.crm-module__zadiXq__businessCardOptionsGrid,.crm-module__zadiXq__businessCardTaskOptions,.crm-module__zadiXq__businessCardResultRow{grid-template-columns:1fr}.crm-module__zadiXq__businessCardFollowupTableHead{display:none}.crm-module__zadiXq__businessCardFollowupRow{grid-template-columns:28px 28px minmax(0,1fr);grid-template-areas:"customer customer customer"". . ."}.crm-module__zadiXq__businessCardFollowupCustomer,.crm-module__zadiXq__businessCardFollowupAssignee,.crm-module__zadiXq__businessCardFollowupNotes{grid-column:1/-1}.crm-module__zadiXq__businessCardFollowupList{height:min(62vh,600px);min-height:420px}.crm-module__zadiXq__businessCardResultMeta{justify-content:flex-start;max-width:none}}.crm-module__zadiXq__recordList{gap:var(--space-3);display:grid}.crm-module__zadiXq__recordBlock{gap:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface-0);display:grid}.crm-module__zadiXq__recordTitle{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.04em}.crm-module__zadiXq__campaignHistoryLayout{gap:var(--space-4);grid-template-columns:minmax(260px,320px) minmax(0,1fr);min-width:0;display:grid}.crm-module__zadiXq__campaignSummaryColumn{align-content:start;gap:var(--space-4);min-width:0;display:grid}.crm-module__zadiXq__campaignSummaryGrid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__campaignSummaryMetric{gap:var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-0);min-width:0;padding:var(--space-2);display:grid}.crm-module__zadiXq__campaignSummaryMetric strong{color:var(--text-primary);font-size:var(--text-lg);line-height:1}.crm-module__zadiXq__campaignSummaryMetric span,.crm-module__zadiXq__campaignNextAction span{color:var(--text-secondary);font-size:var(--text-xs)}.crm-module__zadiXq__campaignNextAction{gap:var(--space-1);min-width:0;margin-bottom:var(--space-3);display:grid}.crm-module__zadiXq__campaignNextAction strong{color:var(--text-primary);font-size:var(--text-sm)}.crm-module__zadiXq__campaignHistoryPanel{min-width:0}.crm-module__zadiXq__campaignHistoryRows{min-width:0;display:grid}.crm-module__zadiXq__campaignHistoryRow{gap:var(--space-3);min-width:0;padding:var(--space-3) 0;border-top:1px solid var(--border-subtle);grid-template-columns:28px minmax(0,1fr);display:grid}.crm-module__zadiXq__campaignHistoryRow:first-child{border-top:0;padding-top:0}.crm-module__zadiXq__campaignHistoryIcon{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--primary);background:var(--surface-0);justify-content:center;align-items:center;display:inline-flex}.crm-module__zadiXq__campaignHistoryMain{gap:var(--space-2);min-width:0;display:grid}.crm-module__zadiXq__campaignHistoryTopline,.crm-module__zadiXq__campaignHistoryMeta,.crm-module__zadiXq__campaignHistoryFooter{align-items:center;gap:var(--space-2);min-width:0;display:flex}.crm-module__zadiXq__campaignHistoryTopline{justify-content:space-between}.crm-module__zadiXq__campaignHistoryTopline strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:var(--text-sm);overflow:hidden}.crm-module__zadiXq__campaignHistoryMeta,.crm-module__zadiXq__campaignHistoryFooter{color:var(--text-tertiary);font-size:var(--text-xs);flex-wrap:wrap}.crm-module__zadiXq__campaignHistoryMeta span{align-items:center;gap:var(--space-1);display:inline-flex}.crm-module__zadiXq__campaignResponse-going{color:var(--color-success);background:var(--color-success-bg)}.crm-module__zadiXq__campaignResponse-not_going{color:var(--color-warning);background:var(--color-warning-bg)}.crm-module__zadiXq__campaignResponse-unknown{color:var(--text-tertiary)}@media (max-width:1100px){.crm-module__zadiXq__sectionGrid,.crm-module__zadiXq__infoOverviewGrid{grid-template-columns:1fr}.crm-module__zadiXq__contactPanel{border-top:1px solid var(--border-subtle);padding-left:var(--space-4);padding-top:var(--space-5)}.crm-module__zadiXq__infoOverviewGrid:before{display:none}.crm-module__zadiXq__infoProfilePanel{padding-right:var(--space-4);padding-bottom:var(--space-5)}.crm-module__zadiXq__infoProfileGroup .crm-module__zadiXq__fieldGrid,.crm-module__zadiXq__profileFactGrid,.crm-module__zadiXq__contactDetailList,.crm-module__zadiXq__campaignHistoryLayout{grid-template-columns:1fr}}@media (max-width:720px){.crm-module__zadiXq__contactCardGrid,.crm-module__zadiXq__newCustomerGrid,.crm-module__zadiXq__campaignSummaryGrid{grid-template-columns:1fr}}.crm-module__zadiXq__headerActions{align-items:center;gap:var(--space-2);display:inline-flex}.crm-module__zadiXq__menuWrap{display:inline-flex;position:relative}.crm-module__zadiXq__menu{z-index:30;min-width:200px;max-height:360px;padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-0);flex-direction:column;gap:2px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 6px 24px #0000002e}.crm-module__zadiXq__menuHeader{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.crm-module__zadiXq__menuHint{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--text-tertiary);font-size:var(--text-sm);display:inline-flex}.crm-module__zadiXq__menuItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:none;display:inline-flex}.crm-module__zadiXq__menuItem>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.crm-module__zadiXq__menuItem:hover:not(:disabled){background:var(--surface-1)}.crm-module__zadiXq__menuItemActive{background:var(--surface-1);font-weight:var(--font-semibold)}.crm-module__zadiXq__menuItemDanger{color:var(--color-danger)}.crm-module__zadiXq__menuItemDanger:hover:not(:disabled){background:var(--color-danger-bg)}.crm-module__zadiXq__menuItemDisabled,.crm-module__zadiXq__menuItem:disabled{color:var(--text-tertiary);cursor:not-allowed}.crm-module__zadiXq__menuCheck{color:var(--primary);flex:none}.crm-module__zadiXq__exportMenu{min-width:240px}.crm-module__zadiXq__exportMenuFooter{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-1) var(--space-1);border-top:1px solid var(--border-subtle);margin-top:var(--space-1);display:flex}.crm-module__zadiXq__exportError{color:var(--color-danger);background:var(--color-danger-bg);border:1px solid var(--color-danger);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);font-size:var(--text-xs);line-height:var(--leading-normal)}.crm-module__zadiXq__starIconActive{fill:currentColor}.crm-module__zadiXq__dotActive{color:var(--color-success)}.crm-module__zadiXq__dotInactive{color:var(--color-warning)}.crm-module__zadiXq__dotOnHold{color:var(--color-info,#6366f1)}.crm-module__zadiXq__dotArchived{color:var(--text-tertiary)}.crm-module__zadiXq__ownerInitial{background:var(--primary);width:20px;height:20px;color:var(--primary-foreground);font-size:var(--text-xs);font-weight:var(--font-bold);border-radius:50%;justify-content:center;align-items:center;line-height:1;display:inline-flex}.crm-module__zadiXq__ownerDot{background:var(--surface-2);width:22px;height:22px;color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--font-bold);border-radius:50%;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.crm-module__zadiXq__starCol{width:38px;padding:0!important}.crm-module__zadiXq__starCell{text-align:center;width:38px;padding:0!important}.crm-module__zadiXq__sortHeaderBtn{align-items:center;gap:var(--space-1);width:100%;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.crm-module__zadiXq__sortHeaderBtn svg{opacity:.74;flex:none}.crm-module__zadiXq__sortHeaderBtn:hover svg,.crm-module__zadiXq__sortHeaderBtnActive svg{opacity:1}.crm-module__zadiXq__starBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.crm-module__zadiXq__starBtn:hover:not(:disabled){background:var(--surface-2);color:var(--color-warning)}.crm-module__zadiXq__starBtnActive{color:var(--chart-amber)}.crm-module__zadiXq__starBtnActive:hover:not(:disabled){color:var(--color-warning)}.crm-module__zadiXq__ownerCell{align-items:center;gap:var(--space-2);min-width:0;display:inline-flex}.crm-module__zadiXq__ownerCellName{font-size:var(--text-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.crm-module__zadiXq__ownerEmpty{color:var(--text-tertiary)}.crm-module__zadiXq__headerError{top:64px;right:var(--space-4);z-index:40;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--color-danger-bg);color:var(--color-danger);border:1px solid var(--color-danger);font-size:var(--text-sm);position:absolute}.crm-module__zadiXq__opportunityLayout{align-items:stretch;gap:0;min-height:0;display:flex}.crm-module__zadiXq__opportunityList{min-width:0;padding-right:var(--space-4);flex:1;gap:0;display:grid}.crm-module__zadiXq__opportunitySearchWrap{flex:0 0 180px;width:180px;min-width:180px}.crm-module__zadiXq__opportunitySearchWrap>div{flex:none;width:100%;min-width:0;max-width:none}.crm-module__zadiXq__opportunityLinkMetaRow{align-items:center;gap:var(--space-2);min-width:0;color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-normal);text-transform:none;letter-spacing:0;display:inline-flex}.crm-module__zadiXq__opportunityLinkMetaButton{align-items:center;gap:var(--space-1);color:var(--primary);font:inherit;font-weight:var(--font-semibold);cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.crm-module__zadiXq__opportunityLinkMetaButton:hover{text-decoration:underline}.crm-module__zadiXq__opportunityCard{gap:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-1);padding:var(--space-3);min-width:0;display:grid}.crm-module__zadiXq__opportunityCardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-3);min-width:0;display:flex}.crm-module__zadiXq__opportunityTitleBlock{gap:var(--space-1);min-width:0;display:grid}.crm-module__zadiXq__opportunityTitle{color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-module__zadiXq__opportunityMeta,.crm-module__zadiXq__opportunityNoQuote{color:var(--text-tertiary);font-size:var(--text-sm)}.crm-module__zadiXq__opportunityStageBadge{border-radius:var(--radius-full);max-width:220px;font-size:var(--text-xs);font-weight:var(--font-bold);white-space:nowrap;border:1px solid;flex:none;align-items:center;padding:.18rem .55rem;display:inline-flex}.crm-module__zadiXq__opportunityStageOpen{color:var(--af-badge-opportunity-open);background:color-mix(in srgb, var(--af-badge-opportunity-open), transparent 88%)}.crm-module__zadiXq__opportunityStageWon{color:var(--af-badge-opportunity-won);background:color-mix(in srgb, var(--af-badge-opportunity-won), transparent 88%)}.crm-module__zadiXq__opportunityStageLost{color:var(--af-badge-opportunity-lost);background:color-mix(in srgb, var(--af-badge-opportunity-lost), transparent 88%)}.crm-module__zadiXq__opportunityMetrics{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.crm-module__zadiXq__opportunityMetrics>div{gap:var(--space-1);min-width:0;display:grid}.crm-module__zadiXq__opportunityMetricLabel{color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase}.crm-module__zadiXq__opportunityMetrics strong{color:var(--text-primary);font-size:var(--text-sm);overflow-wrap:anywhere}.crm-module__zadiXq__opportunityCardFooter{justify-content:space-between;align-items:center;gap:var(--space-2);border-top:1px solid var(--border-subtle);padding-top:var(--space-2);display:flex}.crm-module__zadiXq__opportunityTimelineItem{width:100%}.crm-module__zadiXq__opportunityTimelineBody{padding-bottom:var(--space-3)}.crm-module__zadiXq__opportunityBadgeRow{margin-bottom:var(--space-1)}.crm-module__zadiXq__opportunityQuoteLink{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-0);color:var(--text-primary);padding:var(--space-1) var(--space-2);font-size:var(--text-xs);font-weight:var(--font-semibold);cursor:pointer;align-items:center;display:inline-flex}.crm-module__zadiXq__opportunityQuoteLink:hover{border-color:var(--primary);color:var(--primary)}.crm-module__zadiXq__opportunitySummary{gap:var(--space-3);background:var(--surface-1);padding:var(--space-4);flex-direction:column;min-width:0;display:flex}.crm-module__zadiXq__opportunitySummaryPane{border-left:1px solid var(--border-subtle);background:var(--surface-1);flex:0 0 clamp(260px,31%,340px);min-width:220px}.crm-module__zadiXq__opportunitySummaryPaneCollapsed{flex:0 0 52px;min-width:52px;overflow:hidden}.crm-module__zadiXq__opportunitySummaryCollapsed{align-items:center;gap:var(--space-2);width:100%;height:100%;min-height:180px;padding:var(--space-3) 0;background:var(--surface-1);color:var(--text-tertiary);cursor:pointer;border:none;flex-direction:column;font-family:inherit;transition:background .15s,color .15s;display:flex}.crm-module__zadiXq__opportunitySummaryCollapsed:hover{background:var(--hover-surface);color:var(--text-primary)}.crm-module__zadiXq__opportunitySummaryCollapsed svg:first-child{color:var(--primary)}.crm-module__zadiXq__opportunitySummaryCollapsedCount{font-size:var(--text-md);font-weight:var(--font-bold);color:var(--text-primary);line-height:1}.crm-module__zadiXq__opportunitySummaryCollapsedLabel{writing-mode:vertical-rl;text-orientation:mixed;font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.04em}.crm-module__zadiXq__opportunitySummaryHeader{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.crm-module__zadiXq__opportunitySummaryHeaderTitle{align-items:center;gap:var(--space-2);min-width:0;display:flex}.crm-module__zadiXq__opportunityPreview{gap:var(--space-4);min-width:0;display:grid}.crm-module__zadiXq__opportunityPreviewHeader{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.crm-module__zadiXq__opportunityInlineLink{max-width:100%;color:var(--primary);font:inherit;font-weight:var(--font-semibold);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.crm-module__zadiXq__opportunityInlineLink:hover{text-decoration:underline}.crm-module__zadiXq__opportunityPreviewRemarks{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);overflow-wrap:anywhere;margin:0}.crm-module__zadiXq__opportunityAttachmentList{align-items:center;gap:var(--space-2);flex-wrap:wrap;min-width:0;display:flex}.crm-module__zadiXq__opportunityAttachment,.crm-module__zadiXq__opportunityAttachmentStatic{align-items:center;gap:var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-0);max-width:100%;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);padding:var(--space-1) var(--space-2);display:inline-flex}.crm-module__zadiXq__opportunityAttachment{cursor:pointer}.crm-module__zadiXq__opportunityAttachment:hover{border-color:var(--primary);color:var(--primary)}.crm-module__zadiXq__opportunityAttachment span,.crm-module__zadiXq__opportunityAttachmentStatic{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-module__zadiXq__opportunityAttachment small{color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-normal);flex:none}.crm-module__zadiXq__opportunitySummaryGrid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-module__zadiXq__opportunitySummaryGrid>div{gap:var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-0);padding:var(--space-2);display:grid}.crm-module__zadiXq__opportunitySummaryGrid span,.crm-module__zadiXq__opportunityStageRow span{color:var(--text-tertiary);font-size:var(--text-xs)}.crm-module__zadiXq__opportunitySummaryGrid strong,.crm-module__zadiXq__opportunityStageRow strong{color:var(--text-primary);font-size:var(--text-sm)}.crm-module__zadiXq__opportunityStageList{gap:var(--space-2);display:grid}.crm-module__zadiXq__opportunityStageRow{align-items:center;gap:var(--space-2);grid-template-columns:112px minmax(0,1fr) 18px;display:grid}.crm-module__zadiXq__opportunityStageLabel{min-width:0;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium)}.crm-module__zadiXq__opportunityStageLabel span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.crm-module__zadiXq__opportunityStageTrack{border-radius:var(--radius-full);background:var(--border-subtle);min-width:0;height:7px;overflow:hidden}.crm-module__zadiXq__opportunityStageFill{border-radius:var(--radius-full);opacity:.8;min-width:2px;height:100%}.crm-module__zadiXq__opportunityStageCount{color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-semibold);text-align:right}@media (max-width:1100px){.crm-module__zadiXq__opportunityLayout{gap:var(--space-4);flex-direction:column}.crm-module__zadiXq__opportunityList{padding-right:0}.crm-module__zadiXq__opportunitySummaryPane,.crm-module__zadiXq__opportunitySummaryPaneCollapsed{border-left:none;flex:none;min-width:0}}@media (max-width:720px){.crm-module__zadiXq__opportunityMetrics,.crm-module__zadiXq__opportunitySummaryGrid{grid-template-columns:1fr}.crm-module__zadiXq__opportunityCardHeader{flex-direction:column;align-items:stretch}.crm-module__zadiXq__opportunityStageBadge{width:fit-content}.crm-module__zadiXq__opportunityStageRow{grid-template-columns:96px minmax(0,1fr) 18px}}
.LabelManager-module__x-7WRa__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LabelManager-module__x-7WRa__panel{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;width:90%;max-width:420px;max-height:80vh;padding:1.25rem;display:flex}.LabelManager-module__x-7WRa__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.LabelManager-module__x-7WRa__title{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.LabelManager-module__x-7WRa__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;padding:.25rem}.LabelManager-module__x-7WRa__createRow{margin-bottom:var(--space-2);gap:.5rem;display:flex}.LabelManager-module__x-7WRa__input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);flex:1;padding:.5rem .75rem;font-size:.85rem}.LabelManager-module__x-7WRa__input:focus{border-color:var(--primary);outline:none}.LabelManager-module__x-7WRa__list{margin-top:var(--space-3);flex-direction:column;flex:1;gap:.25rem;display:flex;overflow-y:auto}.LabelManager-module__x-7WRa__row{border-radius:var(--radius-sm);background:var(--surface-2);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;display:flex}.LabelManager-module__x-7WRa__rowName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}.LabelManager-module__x-7WRa__rowColor{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-3);flex:none;width:.75rem;height:.75rem}.LabelManager-module__x-7WRa__rowEditInput{background:var(--surface-1);border:1px solid var(--primary);border-radius:var(--radius-sm);color:var(--foreground);flex:1;padding:.25rem .5rem;font-size:.85rem}.LabelManager-module__x-7WRa__rowEditInput:focus{outline:none}.LabelManager-module__x-7WRa__iconBtn{cursor:pointer;color:var(--muted-foreground);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.LabelManager-module__x-7WRa__iconBtn:hover{color:var(--foreground);background:var(--surface-3)}.LabelManager-module__x-7WRa__empty{text-align:center;color:var(--muted-foreground);padding:1rem;font-size:.85rem}.LabelManager-module__x-7WRa__colorGrid{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.LabelManager-module__x-7WRa__colorSwatch{border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;display:inline-flex}.LabelManager-module__x-7WRa__colorSwatch:hover,.LabelManager-module__x-7WRa__colorSwatchActive{border-color:var(--foreground)}
.ChatAttachmentStrip-module__JnaLva__strip{gap:var(--space-2);margin-top:var(--space-2);--chat-attachment-thumb-width:calc(var(--space-12) + var(--space-2));--chat-attachment-thumb-height:calc(var(--space-8) + var(--space-2));grid-template-columns:repeat(auto-fit,minmax(0,max-content));display:grid}.ChatAttachmentStrip-module__JnaLva__card{grid-template-columns:var(--chat-attachment-thumb-width) minmax(0, 1fr);align-items:center;gap:var(--space-2);min-width:0;padding:var(--space-1);border:1px solid color-mix(in srgb, var(--accent-foreground) 24%, transparent);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent-foreground) 10%, transparent);color:var(--accent-foreground);font:inherit;text-align:left;cursor:pointer;text-decoration:none;display:grid}.ChatAttachmentStrip-module__JnaLva__card:hover{border-color:color-mix(in srgb, var(--accent-foreground) 46%, transparent);background:color-mix(in srgb, var(--accent-foreground) 16%, transparent)}.ChatAttachmentStrip-module__JnaLva__card:disabled{cursor:default}.ChatAttachmentStrip-module__JnaLva__card:disabled:hover{border-color:color-mix(in srgb, var(--accent-foreground) 24%, transparent);background:color-mix(in srgb, var(--accent-foreground) 10%, transparent)}.ChatAttachmentStrip-module__JnaLva__imageCard{width:fit-content;padding:3px;display:inline-flex}.ChatAttachmentStrip-module__JnaLva__thumb{width:var(--chat-attachment-thumb-width);height:var(--chat-attachment-thumb-height);border-radius:var(--radius-xs);background:color-mix(in srgb, var(--accent-foreground) 14%, transparent);color:color-mix(in srgb, var(--accent-foreground) 78%, transparent);justify-content:center;align-items:center;display:flex;overflow:hidden}.ChatAttachmentStrip-module__JnaLva__thumb img{object-fit:cover;width:100%;height:100%;display:block}.ChatAttachmentStrip-module__JnaLva__fileThumb{border:1px solid color-mix(in srgb, var(--accent-foreground) 18%, transparent)}.ChatAttachmentStrip-module__JnaLva__meta{gap:calc(var(--space-1) / 2);flex-direction:column;min-width:0;display:flex}.ChatAttachmentStrip-module__JnaLva__name{text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-tight);overflow:hidden}.ChatAttachmentStrip-module__JnaLva__detail{align-items:center;gap:var(--space-1);min-width:0;color:color-mix(in srgb, var(--accent-foreground) 76%, transparent);font-size:var(--text-xs);line-height:var(--leading-tight);display:inline-flex}
.LabelMenu-module__RzD5KW__menu{z-index:200;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;max-height:320px;box-shadow:0 4px 16px var(--shadow);padding:.375rem;position:absolute;overflow-y:auto}.LabelMenu-module__RzD5KW__searchBox{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;color:var(--foreground);margin-bottom:.25rem;padding:.375rem .5rem;font-size:.8rem}.LabelMenu-module__RzD5KW__searchBox:focus{border-color:var(--primary);outline:none}.LabelMenu-module__RzD5KW__option{border-radius:var(--radius-sm);cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.8rem;display:flex}.LabelMenu-module__RzD5KW__option:hover{background:var(--surface-2)}.LabelMenu-module__RzD5KW__optionCheck{width:14px;height:14px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.LabelMenu-module__RzD5KW__optionLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.LabelMenu-module__RzD5KW__divider{background:var(--border);height:1px;margin:.25rem 0}.LabelMenu-module__RzD5KW__createNew{border-radius:var(--radius-sm);cursor:pointer;color:var(--primary);align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.8rem;font-weight:500;display:flex}.LabelMenu-module__RzD5KW__createNew:hover{background:var(--surface-2)}.LabelMenu-module__RzD5KW__empty{color:var(--muted-foreground);text-align:center;padding:.5rem;font-size:.75rem}
.quotes-module__Mxzq1a__wrapper{background:var(--background);flex-direction:column;min-height:100%;display:flex;overflow:visible}.quotes-module__Mxzq1a__content{flex:1;min-height:0;padding:1rem;overflow:auto}.quotes-module__Mxzq1a__emptyState{height:100%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.quotes-module__Mxzq1a__quoteGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.6rem;display:grid}.quotes-module__Mxzq1a__quoteCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;padding:.65rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.quotes-module__Mxzq1a__quoteCard:hover{background:var(--surface-2);border-color:var(--border-soft);transform:translateY(-4px);box-shadow:0 12px 32px #0006}.quotes-module__Mxzq1a__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.quotes-module__Mxzq1a__quoteId{color:var(--primary);font-size:var(--text-sm);font-family:monospace;font-weight:var(--font-semibold);align-items:center;gap:.4rem;display:flex}.quotes-module__Mxzq1a__statusBadge{font-size:.62rem;font-weight:var(--font-bold);text-transform:uppercase;background:color-mix(in srgb, var(--status-color), transparent 85%);color:var(--status-color);border:1px solid color-mix(in srgb, var(--status-color), transparent 70%);border-radius:20px;padding:.15rem .45rem}.quotes-module__Mxzq1a__quoteTitle{font-size:.8rem;font-weight:var(--font-bold);color:var(--foreground);margin-bottom:.35rem;line-height:1.25}.quotes-module__Mxzq1a__cardBody{flex-direction:column;gap:.22rem;margin-bottom:.5rem;display:flex}.quotes-module__Mxzq1a__metaItem{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.7rem;display:flex}.quotes-module__Mxzq1a__metaLabel{color:var(--text-tertiary);font-weight:var(--font-semibold)}.quotes-module__Mxzq1a__cardFooter{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.4rem;display:flex}.quotes-module__Mxzq1a__valueWrapper{align-items:baseline;gap:.25rem;display:flex}.quotes-module__Mxzq1a__valueText{font-size:.95rem;font-weight:var(--font-extrabold);color:var(--foreground)}.quotes-module__Mxzq1a__currency{font-size:var(--text-sm);color:var(--text-secondary);font-weight:var(--font-semibold)}.quotes-module__Mxzq1a__viewBtn{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-sm);font-size:.72rem;font-weight:var(--font-semibold);cursor:pointer;border:none;align-items:center;gap:.3rem;padding:.28rem .6rem;transition:opacity .2s;display:flex}.quotes-module__Mxzq1a__viewBtn:hover{opacity:.9}.quotes-module__Mxzq1a__quoteCard{cursor:pointer}.quotes-module__Mxzq1a__syncToast{background:color-mix(in srgb, var(--chart-emerald), transparent 88%);border:1px solid color-mix(in srgb, var(--chart-emerald), transparent 65%);border-radius:var(--radius-md);color:var(--chart-emerald);align-items:center;gap:.6rem;margin:1rem 1.5rem 0;padding:.65rem 1rem;font-size:.8rem;display:flex}.quotes-module__Mxzq1a__syncToast[data-error=true]{background:color-mix(in srgb, var(--color-danger), transparent 88%);border-color:color-mix(in srgb, var(--color-danger), transparent 65%);color:var(--color-danger)}.quotes-module__Mxzq1a__toastClose{cursor:pointer;color:currentColor;opacity:.7;background:0 0;border:none;margin-left:auto;font-size:.75rem}.quotes-module__Mxzq1a__toastClose:hover{opacity:1}.quotes-module__Mxzq1a__importActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.quotes-module__Mxzq1a__importResult{border-radius:var(--radius-md);background:color-mix(in srgb, var(--chart-emerald), transparent 88%);color:var(--chart-emerald);border:1px solid color-mix(in srgb, var(--chart-emerald), transparent 65%);align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;font-size:.82rem;display:flex}.quotes-module__Mxzq1a__importResult[data-error=true]{background:color-mix(in srgb, var(--color-danger), transparent 88%);color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger), transparent 65%)}
.NewQuoteDrawer-module__KwrZ2G__section{margin-bottom:1.1rem}.NewQuoteDrawer-module__KwrZ2G__sectionTitle{font-size:.78rem;font-weight:var(--font-semibold);color:var(--primary);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin:0 0 .55rem;padding-bottom:.3rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__grid{grid-template-columns:1fr 1fr;gap:.6rem .9rem;display:grid}.NewQuoteDrawer-module__KwrZ2G__grid>.NewQuoteDrawer-module__KwrZ2G__row{grid-column:span 2}.NewQuoteDrawer-module__KwrZ2G__row{flex-direction:column;gap:.2rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__label{font-size:.7rem;font-weight:var(--font-medium);color:var(--text-secondary);align-items:baseline;gap:.2rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__label .NewQuoteDrawer-module__KwrZ2G__required{color:var(--color-danger);margin-left:.1rem}.NewQuoteDrawer-module__KwrZ2G__label .NewQuoteDrawer-module__KwrZ2G__placeholderTag{font-size:.62rem;font-weight:var(--font-normal);color:var(--text-tertiary);letter-spacing:.02em;text-transform:uppercase;margin-left:auto}.NewQuoteDrawer-module__KwrZ2G__input,.NewQuoteDrawer-module__KwrZ2G__select,.NewQuoteDrawer-module__KwrZ2G__textarea{width:100%;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:.42rem .55rem;font-family:inherit;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.NewQuoteDrawer-module__KwrZ2G__input:focus,.NewQuoteDrawer-module__KwrZ2G__select:focus,.NewQuoteDrawer-module__KwrZ2G__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary), transparent 80%)}.NewQuoteDrawer-module__KwrZ2G__textarea{resize:vertical;min-height:64px;line-height:1.4}.NewQuoteDrawer-module__KwrZ2G__input:disabled,.NewQuoteDrawer-module__KwrZ2G__select:disabled,.NewQuoteDrawer-module__KwrZ2G__textarea:disabled{background:var(--surface-2);color:var(--text-tertiary);cursor:not-allowed}.NewQuoteDrawer-module__KwrZ2G__typeahead{position:relative}.NewQuoteDrawer-module__KwrZ2G__typeaheadList{z-index:10;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:220px;box-shadow:0 4px 16px color-mix(in srgb, var(--shadow), transparent 50%);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.NewQuoteDrawer-module__KwrZ2G__typeaheadItem{cursor:pointer;border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.1rem;padding:.4rem .6rem;font-size:.78rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__typeaheadItem:last-child{border-bottom:none}.NewQuoteDrawer-module__KwrZ2G__typeaheadItem:hover{background:var(--hover-surface)}.NewQuoteDrawer-module__KwrZ2G__typeaheadName{color:var(--text-primary);font-weight:var(--font-medium)}.NewQuoteDrawer-module__KwrZ2G__typeaheadMeta{color:var(--text-tertiary);font-size:.7rem}.NewQuoteDrawer-module__KwrZ2G__typeaheadEmpty{color:var(--text-tertiary);padding:.5rem .6rem;font-size:.75rem;font-style:italic}.NewQuoteDrawer-module__KwrZ2G__selectedCustomer{background:color-mix(in srgb, var(--chart-emerald), transparent 92%);border:1px solid color-mix(in srgb, var(--chart-emerald), transparent 70%);border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:.4rem;padding:.42rem .55rem;font-size:.82rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__selectedCustomer .NewQuoteDrawer-module__KwrZ2G__clearBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.1rem .3rem;font-size:.85rem;line-height:1}.NewQuoteDrawer-module__KwrZ2G__selectedCustomer .NewQuoteDrawer-module__KwrZ2G__clearBtn:hover{color:var(--color-danger)}.NewQuoteDrawer-module__KwrZ2G__checkboxRow{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__checkboxRow input[type=checkbox]{margin:0}.NewQuoteDrawer-module__KwrZ2G__readonlyValue{color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);min-height:1.95rem;padding:.42rem .55rem;font-size:.82rem}.NewQuoteDrawer-module__KwrZ2G__readonlyValue.NewQuoteDrawer-module__KwrZ2G__empty{color:var(--text-tertiary);font-style:italic}.NewQuoteDrawer-module__KwrZ2G__statusInline{color:var(--chart-blue);background:color-mix(in srgb, var(--chart-blue), transparent 88%);border:1px solid color-mix(in srgb, var(--chart-blue), transparent 65%);border-radius:var(--radius-sm);align-items:center;gap:.35rem;width:max-content;padding:.32rem .55rem;font-size:.78rem;display:inline-flex}.NewQuoteDrawer-module__KwrZ2G__errorBanner{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger), transparent 92%);border:1px solid color-mix(in srgb, var(--color-danger), transparent 75%);border-radius:var(--radius-sm);align-items:center;gap:.4rem;margin-bottom:.7rem;padding:.5rem .7rem;font-size:.78rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__successBanner{color:var(--chart-emerald);background:color-mix(in srgb, var(--chart-emerald), transparent 92%);border:1px solid color-mix(in srgb, var(--chart-emerald), transparent 75%);border-radius:var(--radius-sm);align-items:center;gap:.4rem;margin-bottom:.7rem;padding:.5rem .7rem;font-size:.78rem;display:flex}.NewQuoteDrawer-module__KwrZ2G__footerHint{color:var(--text-tertiary);margin-right:auto;font-size:.7rem}
.IntegrationOnboarding-module__Pm7Rwq__wrapper{background:var(--background,transparent);justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.IntegrationOnboarding-module__Pm7Rwq__card{text-align:center;background:var(--card-bg,var(--surface));border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:3rem 2.5rem;display:flex;box-shadow:0 4px 16px #0000000a}.IntegrationOnboarding-module__Pm7Rwq__iconBubble{background:rgba(var(--primary-rgb), .1);width:72px;height:72px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.IntegrationOnboarding-module__Pm7Rwq__title{color:var(--foreground);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.IntegrationOnboarding-module__Pm7Rwq__subtitle{color:var(--muted-foreground);margin:0 0 2rem;font-size:.95rem;line-height:1.5}.IntegrationOnboarding-module__Pm7Rwq__errorBanner{background:var(--color-danger-bg);width:100%;color:var(--color-danger);text-align:left;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.IntegrationOnboarding-module__Pm7Rwq__buttonRow{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;margin-bottom:1.5rem;display:grid}.IntegrationOnboarding-module__Pm7Rwq__providerBtn{border:1px solid var(--border);background:var(--surface);color:var(--foreground);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;transition:all .18s;display:flex}.IntegrationOnboarding-module__Pm7Rwq__providerBtn:hover:not(:disabled){border-color:var(--primary);background:rgba(var(--primary-rgb), .04);box-shadow:0 2px 8px rgba(var(--primary-rgb), .12);transform:translateY(-1px)}.IntegrationOnboarding-module__Pm7Rwq__providerBtn:disabled{opacity:.6;cursor:not-allowed}.IntegrationOnboarding-module__Pm7Rwq__security,.IntegrationOnboarding-module__Pm7Rwq__helper{color:var(--muted-foreground);opacity:.8;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.IntegrationOnboarding-module__Pm7Rwq__security span,.IntegrationOnboarding-module__Pm7Rwq__helper span{overflow-wrap:anywhere;min-width:0}.IntegrationOnboarding-module__Pm7Rwq__helper{opacity:.72;margin-top:.75rem}@media (max-width:620px){.IntegrationOnboarding-module__Pm7Rwq__wrapper{padding:1rem}.IntegrationOnboarding-module__Pm7Rwq__card{padding:2rem 1.5rem}.IntegrationOnboarding-module__Pm7Rwq__buttonRow{grid-template-columns:1fr}}
.UserList-module__UaxJuW__container{flex-direction:column;gap:2rem;min-height:100%;padding:.5rem;display:flex}.UserList-module__UaxJuW__tableWrapper{min-width:1400px}.UserList-module__UaxJuW__loginIdCell{color:var(--text-primary);font-weight:var(--font-semibold)}.UserList-module__UaxJuW__emailCell{color:var(--text-secondary)}.UserList-module__UaxJuW__orgCell{color:var(--text-primary)}.UserList-module__UaxJuW__dateCell{color:var(--text-secondary);font-size:var(--text-sm);white-space:nowrap}.UserList-module__UaxJuW__muted{color:var(--text-tertiary,var(--text-secondary))}.UserList-module__UaxJuW__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.UserList-module__UaxJuW__toggle input{opacity:0;pointer-events:none;position:absolute}.UserList-module__UaxJuW__toggleTrack{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;flex-shrink:0;width:36px;height:20px;transition:background .15s,border-color .15s;position:relative}.UserList-module__UaxJuW__toggleTrack:after{content:"";background:var(--text-tertiary,var(--text-secondary));border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;position:absolute;top:2px;left:2px}.UserList-module__UaxJuW__toggleOn .UserList-module__UaxJuW__toggleTrack{background:color-mix(in srgb, var(--color-success) 25%, transparent);border-color:var(--color-success)}.UserList-module__UaxJuW__toggleOn .UserList-module__UaxJuW__toggleTrack:after{background:var(--color-success);transform:translate(16px)}.UserList-module__UaxJuW__toggleLabel{font-size:var(--text-sm);color:var(--text-secondary);min-width:56px}.UserList-module__UaxJuW__toggleOn .UserList-module__UaxJuW__toggleLabel{color:var(--color-success)}.UserList-module__UaxJuW__toggle[aria-disabled=true]{cursor:not-allowed;opacity:.6}
.EmailSettingsMenu-module__0N6b8q__container{display:inline-block;position:relative}.EmailSettingsMenu-module__0N6b8q__menu{min-width:240px;padding:var(--space-1);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);z-index:50;flex-direction:column;gap:2px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.EmailSettingsMenu-module__0N6b8q__header{border-bottom:1px solid var(--border);color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:4px;padding:.6rem .75rem;display:flex}.EmailSettingsMenu-module__0N6b8q__headerText{flex-direction:column;flex:1;min-width:0;display:flex}.EmailSettingsMenu-module__0N6b8q__providerName{color:var(--foreground);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.EmailSettingsMenu-module__0N6b8q__email{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.EmailSettingsMenu-module__0N6b8q__item{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.875rem;transition:background .15s;display:flex}.EmailSettingsMenu-module__0N6b8q__item:hover:not(:disabled){background:var(--hover-surface)}.EmailSettingsMenu-module__0N6b8q__item:disabled{opacity:.5;cursor:not-allowed}.EmailSettingsMenu-module__0N6b8q__itemDanger{color:var(--color-danger)}.EmailSettingsMenu-module__0N6b8q__itemDanger:hover:not(:disabled){background:var(--color-danger-bg)}.EmailSettingsMenu-module__0N6b8q__spinner{animation:1s linear infinite EmailSettingsMenu-module__0N6b8q__af-spin}
.IqUserDrawer-module__oI1XDa__body{gap:var(--space-5);flex-direction:column;display:flex}.IqUserDrawer-module__oI1XDa__empty{color:var(--text-secondary);padding:var(--space-4) 0}.IqUserDrawer-module__oI1XDa__header{gap:var(--space-1);padding-bottom:var(--space-3);border-bottom:1px solid var(--border);flex-direction:column;display:flex}.IqUserDrawer-module__oI1XDa__headerName{font-size:var(--text-md);font-weight:var(--font-semibold);color:var(--text-primary)}.IqUserDrawer-module__oI1XDa__headerSub{font-size:var(--text-sm);color:var(--text-secondary)}.IqUserDrawer-module__oI1XDa__section{gap:var(--space-3);flex-direction:column;display:flex}.IqUserDrawer-module__oI1XDa__sectionTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0}.IqUserDrawer-module__oI1XDa__fieldGrid{row-gap:var(--space-2);column-gap:var(--space-3);grid-template-columns:140px 1fr;align-items:baseline;display:grid}.IqUserDrawer-module__oI1XDa__label{font-size:var(--text-sm);color:var(--text-secondary)}.IqUserDrawer-module__oI1XDa__value{font-size:var(--text-sm);color:var(--text-primary);word-break:break-word}.IqUserDrawer-module__oI1XDa__muted{color:var(--text-tertiary,var(--text-secondary))}.IqUserDrawer-module__oI1XDa__activeRow{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);justify-content:space-between;align-items:center;display:flex}.IqUserDrawer-module__oI1XDa__activeLabel{flex-direction:column;gap:2px;display:flex}.IqUserDrawer-module__oI1XDa__activeTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.IqUserDrawer-module__oI1XDa__activeHint{font-size:var(--text-xs);color:var(--text-secondary)}.IqUserDrawer-module__oI1XDa__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.IqUserDrawer-module__oI1XDa__toggle input{opacity:0;pointer-events:none;position:absolute}.IqUserDrawer-module__oI1XDa__toggleTrack{background:var(--surface-3);border:1px solid var(--border);border-radius:999px;width:36px;height:20px;transition:background .15s,border-color .15s;position:relative}.IqUserDrawer-module__oI1XDa__toggleTrack:after{content:"";background:var(--text-tertiary,var(--text-secondary));border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;position:absolute;top:2px;left:2px}.IqUserDrawer-module__oI1XDa__toggleOn .IqUserDrawer-module__oI1XDa__toggleTrack{background:color-mix(in srgb, var(--color-success) 25%, transparent);border-color:var(--color-success)}.IqUserDrawer-module__oI1XDa__toggleOn .IqUserDrawer-module__oI1XDa__toggleTrack:after{background:var(--color-success);transform:translate(16px)}.IqUserDrawer-module__oI1XDa__toggleLabel{font-size:var(--text-sm);color:var(--text-secondary);min-width:56px}.IqUserDrawer-module__oI1XDa__toggleOn .IqUserDrawer-module__oI1XDa__toggleLabel{color:var(--color-success)}.IqUserDrawer-module__oI1XDa__toggle[aria-disabled=true]{cursor:not-allowed;opacity:.6}.IqUserDrawer-module__oI1XDa__footerRow{gap:var(--space-2);justify-content:flex-end;width:100%;display:inline-flex}
.MinimalPageControl-module__zJe0-W__pager{justify-content:center;align-items:center;gap:var(--space-2);display:inline-flex}
.SegmentedControl-module__jqNq1W__group{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-shrink:0;align-items:stretch;gap:0;padding:2px;display:inline-flex}.SegmentedControl-module__jqNq1W__segment{color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);border-radius:calc(var(--radius-md) - 2px);cursor:pointer;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.35rem .85rem;line-height:1;transition:color .15s,background .15s;display:inline-flex}.SegmentedControl-module__jqNq1W__segment:hover:not(.SegmentedControl-module__jqNq1W__active):not(:disabled){color:var(--text-primary);background:var(--hover-surface)}.SegmentedControl-module__jqNq1W__segment.SegmentedControl-module__jqNq1W__active{background:var(--primary);color:var(--primary-foreground);font-weight:var(--font-semibold)}.SegmentedControl-module__jqNq1W__segment:disabled{opacity:.5;cursor:not-allowed}.SegmentedControl-module__jqNq1W__sm .SegmentedControl-module__jqNq1W__segment{font-size:var(--text-xs);padding:.25rem .65rem}.SegmentedControl-module__jqNq1W__lg .SegmentedControl-module__jqNq1W__segment{font-size:var(--text-base);padding:.5rem 1.1rem}
.AnnouncementsPanel-module__bGdZoa__wrap{gap:var(--space-4,1rem);padding:var(--space-6,1.5rem);flex-direction:column;width:100%;display:flex}.AnnouncementsPanel-module__bGdZoa__state{align-items:center;gap:var(--space-2,.5rem);color:var(--text-secondary);padding:var(--space-6,1.5rem);display:flex}.AnnouncementsPanel-module__bGdZoa__centerState{justify-content:center;align-items:center;gap:var(--space-2,.5rem);color:var(--text-secondary);width:100%;min-height:60vh;display:flex}.AnnouncementsPanel-module__bGdZoa__list{gap:var(--space-2,.5rem);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.AnnouncementsPanel-module__bGdZoa__item{align-items:flex-start;gap:var(--space-3,.75rem);border:1px solid var(--border);border-radius:var(--radius-md,8px);padding:var(--space-3,.75rem) var(--space-4,1rem);background:var(--surface-1,transparent);display:flex}.AnnouncementsPanel-module__bGdZoa__item:hover{border-color:var(--border-strong,var(--border))}.AnnouncementsPanel-module__bGdZoa__archived{opacity:.6}.AnnouncementsPanel-module__bGdZoa__rowMain{align-items:flex-start;gap:var(--space-3,.75rem);cursor:pointer;flex:1;min-width:0;display:flex}.AnnouncementsPanel-module__bGdZoa__dot{background:var(--color-info,var(--muted-foreground));border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.AnnouncementsPanel-module__bGdZoa__dot_info{background:var(--color-info,var(--muted-foreground))}.AnnouncementsPanel-module__bGdZoa__dot_success{background:var(--color-success,var(--muted-foreground))}.AnnouncementsPanel-module__bGdZoa__dot_warning{background:var(--color-warning,var(--muted-foreground))}.AnnouncementsPanel-module__bGdZoa__dot_danger{background:var(--color-danger,var(--muted-foreground))}.AnnouncementsPanel-module__bGdZoa__body{flex:1;min-width:0}.AnnouncementsPanel-module__bGdZoa__itemTitle{align-items:center;gap:var(--space-2,.5rem);color:var(--foreground);font-weight:600;display:flex}.AnnouncementsPanel-module__bGdZoa__snippet{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.85rem;display:-webkit-box;overflow:hidden}.AnnouncementsPanel-module__bGdZoa__sevChip{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm,4px);padding:1px 6px;font-size:.66rem;font-weight:600}.AnnouncementsPanel-module__bGdZoa__sev_info{color:var(--color-info);background:var(--color-info-bg)}.AnnouncementsPanel-module__bGdZoa__sev_success{color:var(--color-success);background:var(--color-success-bg)}.AnnouncementsPanel-module__bGdZoa__sev_warning{color:var(--color-warning);background:var(--color-warning-bg)}.AnnouncementsPanel-module__bGdZoa__sev_danger{color:var(--color-danger);background:var(--color-danger-bg)}.AnnouncementsPanel-module__bGdZoa__pinIcon{color:var(--color-warning,var(--muted-foreground))}.AnnouncementsPanel-module__bGdZoa__badge{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);border:1px solid var(--border);border-radius:var(--radius-sm,4px);padding:0 var(--space-1,.25rem);font-size:.72rem}.AnnouncementsPanel-module__bGdZoa__meta{align-items:center;gap:var(--space-2,.5rem);color:var(--muted-foreground);margin-top:2px;font-size:.82rem;display:flex}.AnnouncementsPanel-module__bGdZoa__attachMeta{align-items:center;gap:2px;display:inline-flex}.AnnouncementsPanel-module__bGdZoa__actions{align-items:center;gap:var(--space-1,.25rem);flex-shrink:0;display:flex}
