.record-surface{height:calc(100% - 146px);display:flex;flex-direction:column;overflow:hidden}.record-surface.view-conflict-visible{height:calc(100% - 210px)}.grid-shell{position:relative;width:100%;min-height:0;flex:1 1;overflow:auto;background:var(--grid-cell)}.data-grid{display:grid;align-content:start;min-width:max-content;min-height:100%}.record-grid-spacer{grid-column:1/-1;width:100%;pointer-events:none}.grid-header{position:relative;height:40px;padding:0 8px 0 12px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--grid-header);color:var(--text);font-weight:500}.grid-header,.grid-header-main{display:flex;align-items:center}.grid-header-main{min-width:0;height:100%;flex:1 1 auto;gap:7px;padding:0;overflow:hidden;color:inherit;white-space:nowrap;text-align:left}.grid-header-main svg{flex:0 0 auto;color:var(--muted)}.grid-header-drag-handle{cursor:pointer;touch-action:none}.is-column-dragging .grid-header-drag-handle{cursor:grabbing}.grid-header-drag-handle:disabled{cursor:default}.grid-header-drag-handle:focus-visible{outline:0;box-shadow:inset 0 -2px var(--focus)}.grid-header.is-column-sorting{z-index:8}.grid-header.is-column-dragging{opacity:.3}.grid-header.is-column-drop-after:after,.grid-header.is-column-drop-before:before{position:absolute;z-index:12;top:0;bottom:0;width:3px;border-radius:3px;background:var(--focus);box-shadow:0 0 0 1px color-mix(in srgb,var(--focus) 18%,transparent);content:"";pointer-events:none}.grid-header.is-column-drop-before:before{left:-2px}.grid-header.is-column-drop-after:after{right:-2px}.grid-column-drag-overlay{height:40px;display:flex;align-items:center;gap:7px;overflow:hidden;padding:0 12px;border:1px solid color-mix(in srgb,var(--border-strong) 70%,transparent);border-radius:7px;color:var(--text);background:var(--grid-header);box-shadow:0 8px 24px rgba(26,35,50,.18),0 1px 4px rgba(26,35,50,.1);font-weight:500;pointer-events:none}.grid-column-drag-overlay svg{flex:0 0 auto;color:var(--muted)}.grid-column-drag-overlay>span,.grid-header-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-add-button{width:22px;height:26px;display:grid;place-items:center;color:var(--muted)}.column-menu{top:33px;right:-222px;width:225px}.column-menu .menu-row.checked:after,.record-grid-calculation-menu .menu-row.checked:after,.record-grid-format-menu .menu-row.checked:after{width:7px;height:7px;margin-left:auto;border-radius:50%;background:var(--primary);content:""}.record-grid-format-host{position:relative}.record-grid-format-host .menu-row>svg:last-child{margin-left:auto}.record-grid-format-menu{top:-6px;left:calc(100% + 4px);width:172px;min-width:172px}.record-grid-resize-handle{position:absolute;z-index:4;top:0;right:-4px;width:8px;height:40px;padding:0;cursor:col-resize;touch-action:none}.record-grid-resize-handle:after{position:absolute;top:0;bottom:0;left:3px;width:1px;border-radius:1px;background:transparent;content:"";transition:background-color .14s ease,transform .14s ease}.record-grid-resize-handle:active:after,.record-grid-resize-handle:focus-visible:after,.record-grid-resize-handle:hover:after{background:var(--primary);transform:scaleX(2)}.record-grid-resize-handle:disabled{cursor:default}.record-grid-resize-handle:disabled:after{display:none}.grid-cell{height:36px;min-width:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text);background:var(--grid-cell)}.grid-cell:hover{background:var(--row-hover)}.record-grid .grid-cell[data-record-id]{-webkit-user-select:none;user-select:none;outline:none}.record-grid .grid-cell[data-record-id]:not(.is-sticky-column){position:relative}.record-cell-editor-popover:after,.record-grid .grid-cell.editing:after,.record-grid .grid-cell.is-cell-selected:after{position:absolute;z-index:9;inset:0;content:"";pointer-events:none}.record-grid .grid-cell.editing:after,.record-grid .grid-cell.is-cell-selected:after{right:-1px;bottom:-1px}.record-grid .grid-cell.is-cell-selected:after{border-style:solid;border-color:color-mix(in srgb,var(--primary) 50%,transparent);border-width:var(--selection-top) var(--selection-right) var(--selection-bottom) var(--selection-left);border-top-left-radius:calc(min(var(--selection-top), var(--selection-left)) * 4);border-top-right-radius:calc(min(var(--selection-top), var(--selection-right)) * 4);border-bottom-right-radius:calc(min(var(--selection-bottom), var(--selection-right)) * 4);border-bottom-left-radius:calc(min(var(--selection-bottom), var(--selection-left)) * 4)}.record-cell-editor-popover:after,.record-grid .grid-cell.editing:after,.record-grid .grid-cell.is-cell-active:after{border:1px solid var(--primary);border-radius:4px}.record-grid .grid-cell .cell-editor{-webkit-user-select:text;user-select:text}.grid-cell.editing{z-index:8}.grid-cell.context-menu-open{z-index:7}.record-grid-loading-cell{display:flex;align-items:center;padding:0 12px;pointer-events:none}.record-grid-loading-cell.selection-column{justify-content:center;padding:0}.record-grid-loading-cell:hover{background:var(--grid-cell)}.record-grid-loading-cell.column-tone-primary:hover{background:var(--grid-primary)}.record-grid-loading-cell.column-tone-enriched:hover{background:var(--grid-enriched)}.record-grid-loading-skeleton{position:relative;overflow:hidden;width:var(--record-grid-loading-width,58%);height:9px;max-width:calc(100% - 2px);border-radius:4px;background:var(--surface-emphasis)}.record-grid-loading-skeleton.is-active:after{position:absolute;inset:0 auto 0 0;width:58%;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--surface-emphasis) 88%,var(--text)) 50%,transparent);transform:translateX(-120%);animation:record-grid-loading-shimmer 1.15s linear infinite;content:""}.record-grid-loading-skeleton.is-selection{width:14px;height:14px;border-radius:5px}@keyframes record-grid-loading-shimmer{to{transform:translateX(290%)}}.cell-content{width:100%;height:100%;display:flex;align-items:center;padding:0 12px;text-align:left;overflow:hidden}.cell-content.primary-cell{font-weight:500}.primary-cell>.record-icon{margin-inline-end:8px}.cell-content :is(a,.record-grid-primary-link){width:fit-content;max-width:100%;min-width:0;height:auto;flex:0 1 auto;padding:0}.record-grid-primary-link{overflow:hidden;color:inherit;font:inherit;text-align:left}.record-grid-primary-link>.truncate{display:block}.record-grid-primary-link:focus-visible,.record-grid-primary-link:hover{color:var(--text);text-decoration:underline;text-underline-offset:2px}.record-grid-primary-link:active:not(:disabled){transform:none}.record-grid-comment-trigger{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;margin-left:auto;margin-right:-8px;border-radius:7px;color:var(--muted);opacity:0;pointer-events:none;transform:translateX(var(--record-grid-action-distance));transition-property:transform,opacity,color,background-color;transition-duration:var(--record-grid-action-duration);transition-timing-function:var(--record-grid-action-ease)}.identity-column:focus-within .record-grid-comment-trigger,.identity-column:hover .record-grid-comment-trigger{opacity:1;pointer-events:auto;transform:translateX(0)}.record-grid-comment-trigger:focus-visible,.record-grid-comment-trigger:hover{color:var(--text);background:var(--control-hover)}.record-grid-comment-trigger:active:not(:disabled){transform:translateX(0) scale(.96)}.record-cell-value-tooltip{position:fixed;z-index:160;max-height:min(190px,calc(100vh - 16px));overflow:auto;padding:10px 13px;border:1px solid color-mix(in srgb,var(--primary) 58%,var(--border));border-radius:9px;color:var(--text);background:var(--panel-raised);box-shadow:var(--shadow-menu);font-size:14px;font-weight:400;line-height:21px;white-space:pre-wrap;overflow-wrap:anywhere}.record-cell-value-tooltip .relation-value-list,.record-cell-value-tooltip .tag-list{flex-wrap:wrap}.record-icon{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;color:var(--muted);background:var(--surface-emphasis);border-radius:5px}.company-record-icon{position:relative;isolation:isolate;overflow:hidden;color:var(--text)}.company-record-icon>*{position:absolute;inset:0;width:100%;height:100%}.company-record-icon-image{z-index:2;object-fit:cover;border-radius:inherit;opacity:0;scale:.25;filter:blur(4px);outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;transition:opacity .3s cubic-bezier(.2,0,0,1),scale .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1)}:root[data-theme=light] .company-record-icon-image{outline-color:rgba(0,0,0,.1)}.company-record-icon.is-loaded .company-record-icon-image{opacity:1;scale:1;filter:blur(0)}.company-record-icon-loading{z-index:1;border-radius:inherit;background:linear-gradient(100deg,var(--surface-emphasis) 22%,var(--control-hover) 36%,var(--surface-emphasis) 50%);background-size:220% 100%;opacity:0;animation:company-record-icon-loading 1.1s ease-in-out infinite}.company-record-icon.is-loading .company-record-icon-loading{opacity:1}.company-record-icon-fallback{z-index:0;display:grid;place-items:center;border-radius:inherit;background:var(--surface-emphasis);box-shadow:inset 0 0 0 1px var(--border);font-size:9px;font-weight:600;opacity:0;scale:.25;filter:blur(4px);transition:opacity .3s cubic-bezier(.2,0,0,1),scale .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1)}.company-record-icon-fallback:before{content:attr(data-initial)}.company-record-icon.is-fallback .company-record-icon-fallback{opacity:1;scale:1;filter:blur(0)}@keyframes company-record-icon-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.link-value,.record-link{color:var(--link);text-decoration:underline;text-underline-offset:2px}.tag-list{display:flex;gap:4px}.tag,.tag-list{align-items:center}.tag{display:inline-flex;height:22px;padding:0 6px;border:1px solid color-mix(in srgb,var(--option-color,#8d9299) 24%,transparent);border-radius:5px;background:color-mix(in srgb,var(--option-color,#8d9299) 13%,var(--panel-raised));color:color-mix(in srgb,var(--option-color,#8d9299) 78%,var(--text))}.user-role-tag{background:var(--surface-muted);color:var(--text);border:1px solid var(--border)}.workspace-role-select{width:100%;max-width:132px}.empty-value{color:var(--faint)}.grid-header-locks{gap:6px;margin-inline-start:auto}.grid-header-lock,.grid-header-locks{display:inline-flex;flex:0 0 auto;align-items:center}.grid-header-lock{color:var(--muted)}.computed-column-header .grid-header-main{min-width:0;flex:1 1 auto;gap:5px}.computed-column-header .grid-header-label{flex:1 1 auto}.computed-header-status{height:17px;display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;margin-left:2px;padding:0 5px;border-radius:5px;color:var(--success);background:var(--success-surface);font-size:12px;font-weight:500;text-transform:capitalize}.computed-header-status.recalculating{color:var(--warning);background:color-mix(in srgb,var(--warning) 10%,var(--panel))}.computed-header-status.failed{color:var(--danger);background:var(--danger-surface)}.computed-grid-cell{background-image:linear-gradient(90deg,rgba(96,116,103,.04),transparent)}.computed-cell-state,.computed-empty{display:inline-flex;align-items:center;gap:5px}.computed-cell-state.recalculating{color:#b29b73}.computed-cell-state.failed{color:#d08187}.computed-boolean-value{display:inline-flex;align-items:center;color:var(--muted)}.computed-boolean-value.checked{color:var(--primary)}.computed-spinner{width:11px;height:11px;border:1.5px solid #4c4333;border-top-color:#c3a56d;border-radius:50%;animation:spin .8s linear infinite}.person-value,.status-value{display:inline-flex;align-items:center;gap:7px}.status-dot{width:8px;height:8px;border-radius:50%;background:#4d7cff}.cell-editor{width:100%;height:100%;display:flex;border-radius:4px}.native-cell-editor>input{min-width:0;flex:1 1;padding:0 12px;color:var(--text);background:var(--control);border:0;border-radius:inherit;outline:0}.textarea-cell-editor{height:auto;align-items:stretch;background:var(--control)}.textarea-cell-editor .record-cell-textarea{box-sizing:border-box;width:100%;min-width:0;min-height:0;padding:7px 11px;color:var(--text);background:var(--control);border:1px solid transparent;border-radius:inherit;outline:0;box-shadow:none;resize:none;overflow:auto;overflow-wrap:anywhere}.record-cell-editor-popover{position:fixed;z-index:170;overflow:hidden;border-radius:4px}.textarea-cell-editor .record-cell-textarea{font:inherit;line-height:20px;letter-spacing:inherit}.grid-calculation,.grid-count{height:36px;display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:0 12px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--muted);background:var(--grid-footer);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.grid-calculation{position:relative;justify-content:center;padding:0;color:var(--muted)}.grid-calculation-trigger{width:100%;height:100%;min-width:0;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;color:inherit;font-size:10px}.grid-calculation-trigger:hover:not(:disabled),.grid-calculation-trigger[aria-expanded=true]{color:var(--text);background:var(--control-hover)}.grid-calculation-trigger:disabled{cursor:default}.grid-calculation-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-calculation-trigger>strong{color:var(--text);font-size:10px;font-weight:500;white-space:nowrap}.grid-calculation-trigger>small{padding:1px 4px;border-radius:4px;color:var(--warning);background:color-mix(in srgb,var(--warning) 10%,transparent);font-size:8px;white-space:nowrap}.record-grid-calculation-menu{z-index:120;bottom:34px;left:4px;width:188px;min-width:188px}.grid-header-path{display:flex;align-items:center;gap:4px}.grid-header-source{flex:0 1 auto;color:var(--muted)}.grid-header-field,.grid-header-source{min-width:0;overflow:hidden;text-overflow:ellipsis}.grid-header-path .grid-header-field{flex:0 0 auto;max-width:calc(100% - 22px)}.column-permission-hint-trigger{display:block}.column-permission-hint-title{display:flex;align-items:center;gap:7px}.column-permission-hint-content{width:260px;max-width:calc(100vw - 48px);white-space:normal;line-height:1.6}.column-permission-hint-content p{margin:0}.attachment-links{display:inline-flex;gap:6px;flex-wrap:wrap;max-width:100%}.attachment-links a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text);text-decoration:underline}.attachment-config-fields .ant-input-number,.attachment-config-fields .ant-select{width:100%}.attachment-editor{display:flex;align-items:center;gap:6px;min-width:0;width:100%}.attachment-upload-trigger{display:inline-flex;align-items:center;width:100%;min-width:0;height:32px;padding:0;text-align:left;white-space:nowrap;color:var(--muted);background:transparent;border:0;cursor:pointer;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.attachment-upload-trigger::-webkit-scrollbar{display:none}.attachment-upload-trigger.has-files{color:var(--text)}.attachment-summary{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:6px}.attachment-summary-name{flex-shrink:0;padding:2px 6px;border-radius:4px;background:var(--panel-raised)}.attachment-upload-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:4px}.attachment-upload-trigger:hover{color:var(--text)}.attachment-manager.modal{width:min(640px,calc(100vw - 32px));height:auto;min-height:0}.attachment-manager .modal-body{min-height:0}.attachment-file-input{display:flex}.attachment-manager .attachment-choose-button{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;height:auto;min-height:76px;border:1px dashed var(--border);border-radius:10px;background:var(--surface-subtle);color:var(--text)}.attachment-choose-button>span{display:grid;gap:4px;text-align:left}.attachment-choose-button small{font-size:12px;font-weight:400;color:var(--muted)}.attachment-manager .attachment-choose-button:hover{border-color:var(--accent);background:var(--panel-raised)}.attachment-existing h3,.attachment-section-title{margin:20px 0 10px;font-size:12px;font-weight:600;color:var(--muted)}.attachment-draft-list{list-style:none;padding:0;margin:0;display:grid;gap:6px}.attachment-draft-row{display:flex;align-items:center;gap:10px;min-height:58px;padding:8px 10px;border:1px solid var(--border);border-radius:8px}.attachment-draft-name{min-width:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-draft-row small{color:var(--muted);font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.attachment-draft-row.is-invalid .attachment-draft-name,.attachment-error-icon{color:var(--danger,#dc2626)}.attachment-error-icon{width:20px}.attachment-error-icon,.attachment-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.attachment-remove{width:28px;height:28px;padding:0;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer}.attachment-remove:hover{color:var(--text);background:var(--panel-raised)}.attachment-preview-link{max-width:100%;padding:0;border:0;background:transparent;color:var(--text);font-size:13px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer}.attachment-preview-link:hover{color:var(--accent)}.attachment-preview-link:focus-visible,.attachment-remove:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.attachment-existing{margin-top:20px}.attachment-existing h3{margin-bottom:4px}.attachment-existing p{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.6}.attachment-existing .attachment-draft-list{max-height:240px;overflow-y:auto}.attachment-existing .attachment-draft-row small{white-space:normal;max-width:32%}.attachment-existing input[type=checkbox]{width:16px;height:16px;margin:0 2px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.attachment-existing input:disabled{cursor:not-allowed}.attachment-draft-row.is-selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.attachment-draft-row.is-selected small{color:var(--accent)}.attachment-selection-count{font-size:12px;color:var(--muted)}.attachment-existing+.record-file-preview{margin-top:20px;border:1px solid var(--border);border-radius:10px;overflow:hidden;height:min(360px,42vh);min-height:220px}@media (max-width:520px){.attachment-draft-row{gap:8px;padding:8px}.attachment-selection-count{font-size:11px}}.file-format-icon{display:inline-flex;flex-shrink:0;vertical-align:middle}.attachment-preview-link:has(.file-format-icon){display:inline-flex;align-items:center;gap:10px}.kanban-board{width:100%;height:100%;flex:1 1;gap:8px;padding:12px 9px 0;overflow-x:auto;overflow-y:hidden;background:var(--kanban-board)}.kanban-board,.kanban-column{position:relative;min-height:0;display:flex}.kanban-column{width:269px;min-width:269px;max-width:300px;flex:1 0 269px;flex-direction:column;overflow:hidden;background:var(--kanban-column);border-radius:14px;transition:width .3s cubic-bezier(.22,1,.36,1),min-width .3s cubic-bezier(.22,1,.36,1),flex-basis .3s cubic-bezier(.22,1,.36,1),flex-grow .3s cubic-bezier(.22,1,.36,1),border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.kanban-column.drop-target{border-color:color-mix(in srgb,var(--primary) 62%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--kanban-column));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 24%,transparent)}.kanban-column-header{height:50px;min-height:50px;flex:0 0 50px;display:flex;align-items:center;gap:8px;padding:0 12px}.kanban-column-header strong{font-weight:500}.kanban-board>.kanban-column.collapsed{width:52px;min-width:52px;flex:0 0 52px;cursor:zoom-in;-webkit-user-select:none;user-select:none}.kanban-column.collapsed>.kanban-column-header{width:100%;height:auto;min-height:0;flex:0 0 auto;flex-direction:column;justify-content:flex-start;gap:7px;padding:12px 8px}.kanban-column.collapsed>.kanban-column-header strong{overflow:visible;font-weight:500;line-height:1.2;text-orientation:mixed;white-space:normal;writing-mode:vertical-rl}.stage-dot{width:12px;height:12px;border-radius:50%}.count-pill{color:var(--muted);background:var(--surface-emphasis);border-radius:5px;padding:0 4px;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kanban-column-header button{width:24px;height:24px;display:grid;place-items:center;color:var(--muted)}.kanban-column-content{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:auto;scrollbar-width:none;-ms-overflow-style:none}.kanban-column-content::-webkit-scrollbar{display:none;width:0;height:0}.new-deal-row{height:34px;margin:0 10px 8px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--muted);background:var(--control);border:1px dashed var(--border-strong);border-radius:8px}.kanban-lane-loading{min-height:116px;display:grid;gap:8px;margin:0 9px 8px}.kanban-lane-loading>span{display:block;height:32px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(100deg,var(--surface-subtle) 25%,var(--control-hover) 45%,var(--surface-subtle) 65%);background-size:220% 100%;animation:kanban-lane-pulse 1.25s ease-in-out infinite}.kanban-lane-loading>span:nth-child(2){animation-delay:.12s}.kanban-lane-loading>span:nth-child(3){animation-delay:.24s}@keyframes kanban-lane-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}.kanban-pipeline-empty-action{margin-top:3px}.kanban-cards{flex:0 0 auto;gap:8px;padding:3px 9px 0}.deal-card,.kanban-cards{display:flex;flex-direction:column}.deal-card{position:relative;min-height:0;overflow:hidden;padding:0;text-align:left;border:0;border-radius:12px;background:var(--panel);box-shadow:0 0 0 1px var(--border)}.deal-card:focus-within,.deal-card:hover{background:var(--panel);box-shadow:0 0 0 1px var(--border-strong),0 3px 10px rgba(28,40,64,.06)}.deal-card.dragging{opacity:.42}.deal-card.moving{opacity:.68;cursor:progress}.deal-card-title{min-height:40px;display:flex;align-items:center;gap:8px;padding:10px 36px 10px 12px;color:var(--text);font-size:14px;font-weight:500;line-height:20px}.deal-card-title>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deal-card-title svg{color:var(--muted)}.kanban-card-title-trigger{min-width:0;overflow:hidden;flex:1 1;color:var(--text);font:inherit;line-height:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap}.kanban-card-title-trigger:hover{text-decoration:underline;text-underline-offset:2px}.kanban-card-title-trigger:focus-visible{border-radius:3px;outline:2px solid var(--primary);outline-offset:2px}.kanban-card-fields{display:flex;flex-direction:column}.kanban-card-field,.kanban-card-field-editor{width:100%;min-width:0;min-height:32px;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:0;color:var(--text);font-size:14px;font-weight:500;line-height:20px;text-align:left}.kanban-card-field{cursor:pointer}.kanban-card-field:focus-visible,.kanban-card-field:hover:not(:disabled){background:var(--control-hover)}.kanban-card-field:disabled{cursor:default;opacity:1}.kanban-card-field-editor>svg,.kanban-card-field>svg{flex:0 0 auto;color:var(--muted)}.kanban-card-field-label{max-width:42%;overflow:hidden;flex:0 1 auto;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.deal-card-field .mini-avatar{margin-right:-3px}.deal-card-field-value{min-width:0;overflow:hidden;flex:1 1;text-overflow:ellipsis;white-space:nowrap}.kanban-card-field-editor{padding-block:0;background:transparent;box-shadow:none}.kanban-card-field-editor>:last-child{min-width:0;flex:1 1}.kanban-card-field-editor>:where(.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-select,.ant-picker){height:20px;min-height:20px;padding:0!important;border-color:transparent!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.kanban-card-field-editor :where(.ant-input,.ant-input-number-input,.ant-select-selection-item,.ant-select-selection-placeholder,.ant-select-selection-search-input,.ant-picker-input>input){height:20px;padding:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}.kanban-card-field-editor .relation-picker{min-width:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.kanban-card-field-editor .relation-picker-control{height:20px;min-height:20px;flex-wrap:nowrap;overflow:hidden;padding:0;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none}.kanban-card-field-editor .relation-search input{height:20px!important;outline:0;background:transparent;box-shadow:none;font:inherit}.deal-card .muted{color:var(--muted)}.deal-card-footer{min-height:34px;display:flex;padding:6px 10px 8px 12px}.deal-card-footer,.kanban-card-timestamp{align-items:center;gap:5px;color:var(--muted);font-size:12px;line-height:16px}.kanban-card-timestamp{margin-left:auto;display:inline-flex;white-space:nowrap}.kanban-card-timestamp>svg{flex:0 0 auto}.kanban-card-timestamp>time{font:inherit;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kanban-card-actions{position:absolute;z-index:1;top:10px;right:8px;margin:0}.kanban-card:focus-within .kanban-card-actions,.kanban-card:hover .kanban-card-actions{opacity:1}.kanban-card-edit-trigger{position:relative;width:20px;height:20px;display:grid;place-items:center;padding:2px;border-radius:6px;color:var(--muted);background:var(--panel)}.kanban-card-edit-trigger:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%)}.kanban-card-edit-trigger:focus-visible,.kanban-card-edit-trigger:hover{color:var(--text);background:var(--control-hover)}.kanban-move-error{width:min(420px,calc(100vw - 80px));margin-right:calc(-1 * min(420px, calc(100vw - 80px)));padding:7px 9px;border:1px solid color-mix(in srgb,var(--danger) 45%,var(--border));border-radius:8px}.kanban-move-error,.kanban-refresh-error{position:sticky;z-index:8;left:12px;top:8px;align-self:start;color:var(--danger);background:var(--panel);box-shadow:var(--shadow)}.kanban-refresh-error{width:min(460px,calc(100vw - 80px));margin-right:calc(-1 * min(460px, calc(100vw - 80px)));display:flex;align-items:center;gap:12px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--border));border-radius:8px}.kanban-refresh-error>span{min-width:0;display:grid;gap:2px}.kanban-refresh-error strong{font-size:12px;line-height:16px}.kanban-refresh-error small{overflow:hidden;color:var(--muted);font-size:11px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.kanban-refresh-error button{margin-left:auto;padding:3px 7px;border:1px solid var(--border);border-radius:6px;color:inherit;background:var(--panel);font:inherit;cursor:pointer}.kanban-refresh-error button:hover{border-color:color-mix(in srgb,var(--danger) 55%,var(--border))}.modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;align-items:start;justify-items:center;padding:106px 28px 20px;background:transparent}@media (min-width:761px){.modal-backdrop:has(.company-create-modal){align-items:center;padding:20px 28px}}.modal{position:relative;width:min(590px,calc(100vw - 56px));max-height:calc(100vh - 126px);display:flex;flex-direction:column;overflow:visible;padding:3px;color:var(--text);border:0;border-radius:16px;background:var(--modal-frame-shell);box-shadow:var(--modal-frame-shadow)}.list-dialog:before,.modal:before{position:absolute;inset:3px;z-index:0;border-radius:12px;background:var(--modal-frame-inner);box-shadow:0 0 0 1px var(--modal-frame-ring);content:"";pointer-events:none}.list-dialog>*,.modal>*{position:relative;z-index:1}.modal-form{min-height:0;flex:1 1;display:flex;flex-direction:column}.modal-attribute,.modal-object,.modal-record,.modal-wide,.record-edit-modal{width:min(806px,calc(100vw - 56px))}.modal-record{height:598px;max-height:calc(100vh - 122px)}.record-edit-modal{height:526px}.modal-object{width:min(560px,calc(100vw - 56px));height:auto}.modal-attribute{width:min(640px,calc(100vw - 56px));min-width:min(640px,calc(100vw - 56px));height:auto}.modal-header{height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--border)}.modal-header>span{display:flex;align-items:center;gap:8px;font-size:var(--modal-title-font-size);font-weight:var(--modal-title-font-weight);line-height:var(--modal-title-line-height)}.modal-title-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.modal-title-copy>small{color:var(--muted);font-size:12px;font-weight:450;line-height:16px}.modal-title-copy>strong{overflow:hidden;font-size:var(--modal-title-font-size);font-weight:var(--modal-title-font-weight);line-height:var(--modal-title-line-height);text-overflow:ellipsis;white-space:nowrap}.modal-header button{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;color:var(--muted)}.modal-header button:hover{color:var(--text);background:var(--control-hover)}.modal-body{min-height:0;flex:1 1;padding:16px 16px 18px;overflow-y:auto}.modal-footer{min-height:56px;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:auto;padding:12px 16px;border-top:1px solid var(--border)}.modal-footer kbd:not(.record-modal-shortcut){min-width:0;padding:0 2px;border-radius:3px;font-size:12px;font-weight:500;line-height:16px}.record-modal-shortcut{min-width:18px;padding:0 3px;border-radius:4px;font-size:12px;font-weight:400;line-height:1;text-align:center}.object-badge{width:14px;height:14px;display:inline-block;border-radius:4px}.form-stack{display:flex;flex-direction:column;gap:14px}.attribute-options-editor{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;border:0;color:var(--muted);font-size:12px}.attribute-options-editor legend{margin-bottom:0;padding:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.form-row>label,.form-stack>.attribute-form-field,.form-stack>label,.record-create-field{position:relative;display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px}.form-row>label>input:not(.ant-input):not([type=checkbox]):not([type=radio]),.form-row>label>select,.form-stack>.attribute-form-field>input:not(.ant-input):not([type=checkbox]):not([type=radio]),.form-stack>.attribute-form-field>select,.form-stack>.attribute-form-field>textarea:not(.ant-input),.form-stack>label>input:not(.ant-input):not([type=checkbox]):not([type=radio]),.form-stack>label>select,.form-stack>label>textarea:not(.ant-input){width:100%;height:34px;padding:0 9px;color:var(--text);background:var(--control);border:1px solid var(--border-strong);border-radius:8px}.form-stack>.attribute-form-field>textarea:not(.ant-input),.form-stack>label>textarea:not(.ant-input){height:58px;padding-top:8px;resize:vertical}.form-row>label>input::placeholder,.form-stack>.attribute-form-field>input::placeholder,.form-stack>.attribute-form-field>textarea::placeholder,.form-stack>label>input::placeholder,.form-stack>label>textarea::placeholder{color:var(--faint)}.form-stack>.attribute-form-field-checkbox{min-height:40px;flex-direction:row;align-items:center;gap:12px}.attribute-form-field-checkbox>.attribute-form-field-label{min-width:0;flex:0 1 auto;color:var(--muted);line-height:20px}.money-value{min-width:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.money-amount{overflow:hidden;color:inherit;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-overflow:ellipsis}.money-control{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,142px);gap:6px}.money-control .ant-input{min-width:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.money-control .ant-select{width:100%;min-width:0}.form-error{margin-top:12px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--danger) 40%,var(--border));border-radius:8px;color:var(--danger);background:var(--danger-surface);font-size:12px}.company-create-modal{min-height:300px}.record-create-modal .relation-picker-control{min-height:32px;padding-block:3px}.company-create-compact{width:min(640px,calc(100vw - 56px))}.company-create-fields{min-width:0;display:flex;flex-direction:column;gap:14px}.record-create-field.company-create-field{position:relative;z-index:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:0;border:0;color:var(--muted);font-size:12px}.record-create-field.company-create-field:first-child{z-index:30}.company-create-label{min-width:0;display:flex;align-items:center;gap:6px;color:var(--muted);line-height:16px;white-space:nowrap}.company-create-label>svg{display:none}.company-create-label>small{color:var(--faint);font-size:12px;font-weight:450}.company-create-control{position:relative;min-width:0;min-height:32px;display:flex;align-items:stretch}.company-create-control>:first-child{min-width:0;flex:1 1}.company-create-control>.relation-picker .relation-picker-control{min-height:32px;padding:2px 9px;border-radius:8px}.company-create-readonly-value{min-width:0;min-height:32px;display:block;padding:4px 11px;overflow:hidden;color:var(--text);border:1px solid var(--border-strong);border-radius:8px;background:var(--control);font-size:14px;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.company-create-system-value,.company-create-system-value.ant-input{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.company-create-readonly-value.empty{color:var(--faint)}.company-create-textarea{resize:none}.company-create-textarea.empty{color:var(--faint)}.company-create-hint{margin-top:-2px;color:var(--faint);font-size:12px;font-weight:400;line-height:14px;text-align:right;text-wrap:pretty}.company-create-feedback{position:relative;z-index:45}.company-create-feedback:empty{display:none}.company-create-input-spinner-slot{position:relative;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.company-create-input-icon{position:absolute;inset:0;opacity:0;scale:.25;filter:blur(4px);transition-property:opacity,scale,filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1)}.company-create-input-icon.active{opacity:1;scale:1;filter:blur(0)}.company-create-input-confirmed{color:var(--success)}.company-create-candidates{max-height:min(330px,calc(100dvh - 270px));display:flex;flex-direction:column;overflow-y:auto;border-width:1px;border-style:solid;border-color:var(--border-strong);border-radius:10px;background:var(--panel-raised);box-shadow:none}.company-create-candidate-row{min-height:62px;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px 12px;border-bottom:1px solid var(--border)}.company-create-match-actions{display:flex;justify-content:flex-end;gap:8px;padding:9px 10px}.company-create-match-actions>.ant-btn{height:24px;min-height:24px;padding-inline:7px}.company-create-none{color:var(--link);font-size:12px;line-height:16px;text-align:left}.company-create-match-actions>.company-create-none{margin-right:auto}.company-create-candidates>button{width:100%;min-height:62px;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px 12px;border-bottom:1px solid var(--border);color:var(--text);background:transparent;text-align:left}.company-create-candidates>.company-create-none{min-height:62px;display:flex;align-items:center;padding:10px 12px 12px;border-bottom:0;color:var(--link)}.company-create-candidates>button:focus-visible,.company-create-candidates>button:hover{background:var(--control-hover)}.company-candidate-copy{min-width:0;display:grid;gap:4px}.company-candidate-copy small,.company-candidate-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-candidate-copy strong{font-size:12px;font-weight:600}.company-candidate-copy small{color:var(--muted);font-size:12px;line-height:16px}.company-candidate-meta{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.company-create-candidates .company-candidate-status{padding:0;color:var(--success);background:transparent;font-size:12px;line-height:16px}.company-candidate-match-type{max-width:96px;overflow:hidden;color:var(--faint);font-size:12px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.company-create-duplicate,.company-create-inline-state{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:8px;color:var(--muted);font-size:12px}.company-create-inline-state{box-shadow:var(--shadow)}.company-create-duplicate,.company-create-inline-state{border:1px solid var(--border-strong);background:var(--panel-raised)}.company-create-duplicate{box-shadow:none}.company-create-inline-state>span{min-width:0;display:grid;gap:1px}.company-create-inline-state strong{color:var(--text);font-size:12px;font-weight:500;line-height:16px}.company-create-inline-state button{flex:0 0 auto;margin-left:auto;color:var(--link);font-size:12px!important;line-height:16px!important}.company-create-duplicate>span{font-size:12px;line-height:16px}.company-create-duplicate>button{flex:0 0 auto;margin-left:auto;color:var(--link);font-size:12px!important;line-height:16px!important}.company-create-duplicate>.company-duplicate-preview-action{margin-left:0;color:var(--muted)}.company-create-inline-state.error{color:var(--muted);background:var(--panel-raised)}.company-create-inline-state.error button+button{margin-left:0}.company-create-duplicate{position:relative;flex-wrap:wrap}.company-create-duplicate>svg{flex:0 0 auto}.company-duplicate-preview{width:100%;display:grid;gap:8px;padding:10px 0 8px;border-top:1px solid var(--border);color:var(--text);font-size:12px;line-height:16px}.company-duplicate-preview>div{display:grid;grid-template-columns:122px minmax(0,1fr);gap:8px}.company-duplicate-preview span{color:var(--muted);font-size:12px;line-height:16px}.company-duplicate-preview strong{overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.company-create-warnings{display:grid;gap:4px;margin-top:10px;padding:8px 10px;border-radius:8px;color:var(--warning);background:color-mix(in srgb,var(--warning) 10%,var(--panel-raised));font-size:12px}.attribute-picker{top:58px;left:0;right:0;height:518px;max-height:calc(100vh - 236px);overflow-y:auto}.attribute-type-option{min-width:0;display:flex;align-items:center;gap:8px}.attribute-type-option>svg{flex:0 0 16px}.attribute-type-option>span{min-width:0;display:flex;align-items:center;gap:6px}.attribute-type-option small{color:var(--faint);font-size:12px}.modal-attribute:has(.computed-config-stack){max-height:calc(100vh - 126px)}.computed-config-stack{display:flex;flex-direction:column;gap:10px;padding:11px;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-subtle)}.computed-config-stack>label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px}.computed-preview{min-height:56px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 12px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--success) 28%,var(--border));border-radius:8px;background:var(--success-surface)}.computed-preview>span{display:flex;align-items:center;gap:5px;color:var(--success);font-size:12px}.computed-preview>strong{grid-row:1/3;grid-column:2;color:var(--text);font:500 12px/1.4 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.computed-preview>small{color:var(--muted);font-size:12px}.computed-error{min-height:48px;display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--danger) 40%,var(--border));border-radius:8px;color:var(--danger);background:var(--danger-surface)}.computed-error>svg{flex:0 0 auto;margin-top:1px}.computed-error>span{display:flex;flex-direction:column;gap:4px;font-size:12px}.computed-error code{width:fit-content;padding:1px 4px;border-radius:4px;color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,var(--panel));font-size:12px}.computed-contract-note{color:var(--muted);font-size:12px;line-height:1.45}.computed-path{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end;gap:7px}.computed-path>svg{margin-bottom:9px;color:var(--muted)}.modal-separator{height:1px;margin:16px -18px;background:var(--border)}.toggle{position:relative;width:32px;height:20px;border-radius:10px;background:var(--surface-emphasis)}.toggle:after{content:"";position:absolute;width:14px;height:14px;top:3px;left:3px;border-radius:50%;background:white}:root{--modal-open:250ms;--modal-close:150ms;--modal-ease:cubic-bezier(.22,1,.36,1)}.list-modal-portal :is(.list-dialog>footer,.list-dialog>form>footer,.meeting-dialog>footer){min-height:56px;height:auto;flex:0 0 auto;justify-content:flex-end;flex-wrap:wrap;padding:12px 16px}.attio-confirm-surface .ant-modal-confirm-btns{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.list-modal-portal :is(small,kbd,label,.avatar,.mini-avatar,.field-hint,.input-hint,.attachment-selection-count,.record-picker-avatar,.record-picker-footer,.attio-search-select-input input,.attio-option-identity strong,.attio-option-avatar,.attio-search-select-empty,.meeting-option-avatar,.formula-field>span,.formula-result-bar,.formula-search input,.formula-field-symbol,.formula-catalog-items em,.formula-example,.formula-editor-footer>span,.record-cascade-matrix strong,.record-cascade-matrix span,.bulk-row-count,.profile-form-error,.communication-validation,.list-filter-condition label,.view-name-field,.config-section-heading p,.config-section-heading>span,.config-row-title,.compact-check,.config-row-number,.filter-group-heading,.menu-loading,.view-field-path-error,.layout-card-fields legend,.layout-stages>span,.layout-stages strong,.record-highlight-card>span,.record-preview-row strong,.record-preview-row time,.record-preview-avatar,.record-preview-message,.record-overview-values span,.record-overview-values strong,.global-search-section-label,.global-search-notice,.global-search-preview-label,.global-search-preview-snippet,.global-search-preview-meta,.global-search-preview-empty,.global-search-footer){font-size:12px!important}:root[data-reduced-motion=true] :is(.attio-modal-motion-enter-active,.attio-modal-motion-appear-active,.attio-modal-motion-leave-active,.attio-modal-mask-motion-enter-active,.attio-modal-mask-motion-appear-active,.attio-modal-mask-motion-leave-active){transition-duration:.01ms}.list-modal-portal footer>:is(button,a,.ant-space,.ant-flex)~:is(.spacer,.footer-spacer){display:none}.record-overlay{position:absolute;inset:0;z-index:80;color:var(--text);background:var(--canvas)}.record-overlay.comments-open .record-layout{padding-right:321px}.record-overlay-topbar{height:var(--workspace-header-height);display:flex;align-items:center;gap:8px;padding:0 13px;border-bottom:1px solid var(--border);color:var(--muted)}@media (min-width:865px){.sidebar-collapsed .record-overlay-topbar{padding-left:48px}}.record-overlay-topbar button:not(.ask){width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:var(--muted)}.record-overlay-topbar button:hover{background:var(--control-hover);color:var(--text)}.record-overlay-topbar .record-navigation-button{flex-shrink:0;border:1px solid var(--border);border-radius:9px;background:var(--panel);color:var(--text);box-shadow:0 1px 2px rgb(0 0 0/5%)}.record-overlay-topbar .record-navigation-button:hover:not(:disabled){background:var(--control-hover)}.record-overlay-topbar .record-navigation-button:disabled{opacity:.4;box-shadow:none}.record-overlay-topbar .record-navigation-button+span{margin-left:4px}.record-overlay-topbar>span{font-size:12px}.record-presence{display:flex;align-items:center;padding-left:5px}.record-presence .avatar+.avatar{margin-left:-5px}.record-layout{display:grid;grid-template-columns:clamp(320px,32%,400px) minmax(0,1fr);height:calc(100% - var(--workspace-header-height))}.record-details-panel{min-width:0;overflow-y:auto;border-right:1px solid var(--border);scrollbar-gutter:stable}.record-title-row{min-height:76px;display:flex;align-items:center;gap:12px;padding:18px 20px 12px}.record-title-row h1{min-width:0;flex:1 1;margin:0;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-title-row button{width:25px;height:25px;display:grid;place-items:center;color:var(--muted)}.large-record-icon{width:36px;height:36px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;color:var(--text);background:var(--surface-emphasis);border:1px solid var(--border-strong)}.large-record-icon.company-record-icon{border:0}.large-record-icon .company-record-icon-fallback{font-size:13px}.record-action-row{position:relative;display:flex;align-items:center;gap:6px;height:48px;padding:8px 20px 12px;border-bottom:1px solid var(--border)}.record-action-slot{flex:0 0 auto}.record-action-overflow button,.record-action-row button{height:28px;display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:0 7px;border:1px solid var(--border);border-radius:6px;background:var(--panel);white-space:nowrap;font-size:12px}.record-action-overflow button>svg,.record-action-row button>svg{flex-shrink:0;color:var(--muted)}.record-action-overflow button:hover:not(:disabled),.record-action-row button:hover:not(:disabled){background:var(--surface-subtle)}.record-action-overflow button:focus-visible,.record-action-row button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.record-action-row .record-action-more{width:28px;padding:0;justify-content:center;flex-shrink:0}.record-action-overflow{display:grid;gap:4px;min-width:120px}.record-action-overflow button{width:100%;border:0;padding:0 8px}.details-section{padding:16px 20px 18px;border-bottom:1px solid var(--border)}.section-label{width:100%;min-height:28px;display:flex;align-items:center;gap:5px;margin-bottom:8px;padding:0;color:var(--muted);font-size:12px!important;line-height:18px!important;text-align:left}.section-label>svg{margin-left:auto}.details-section-content{padding:0}.detail-row{min-height:36px;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:8px}.record-detail-label{min-width:0}.record-detail-field-lock,.record-detail-label>svg{flex-shrink:0}.detail-row>span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.record-detail-field-lock{display:inline-flex;align-items:center}.detail-row .record-detail-inline-field{width:calc(100% + 12px);min-height:28px;margin-inline:-6px;padding:4px 6px;border-radius:6px;font-size:var(--control-font-size);font-weight:var(--control-font-weight);line-height:var(--control-line-height)}.detail-row .record-detail-inline-field.muted{color:var(--muted);font-weight:400}.detail-row .record-detail-inline-field:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 58%,transparent);outline-offset:1px}.detail-row .record-detail-inline-field .mini-avatar{width:18px;height:18px;font-size:9px}.record-highlight-card>strong.empty-value{color:var(--muted);font-weight:400}.text-button{min-height:0;margin-top:8px;padding:0;border-radius:0;color:var(--muted);background:transparent;font-size:12px!important;line-height:18px!important}.text-button:focus-visible,.text-button:hover:not(:disabled){color:var(--text);background:transparent}.lists-section{padding:13px 18px 18px}.lists-section>div{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.lists-section p{color:var(--muted)}.lists-section>div:first-child>button{color:var(--muted);font-size:12px!important;line-height:18px!important}.record-list-membership{min-height:31px;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border)}.record-list-membership>button:first-child{min-width:0;flex:1 1;display:flex;align-items:center;gap:7px;padding:8px 0;--control-font-weight:400;color:var(--text);text-align:left}.record-list-membership>button:first-child:not(:disabled):hover{color:var(--text)}.record-content{min-width:0;overflow-y:auto;scrollbar-gutter:stable}.record-tabs{height:47px;display:flex;align-items:stretch;gap:4px;padding:0 10px;border-bottom:1px solid var(--border);overflow-x:auto}.record-tabs button{position:relative;display:flex;align-items:center;gap:6px;padding:0 10px;color:var(--muted);white-space:nowrap}.record-tabs button.active{color:var(--text);background:var(--surface-subtle)}.record-tabs button.active:after{content:"";position:absolute;bottom:0;left:6px;right:6px;height:2px;background:var(--text)}.record-tab-body{padding:20px}.section-heading{height:36px;display:flex;align-items:center;justify-content:space-between}.section-heading,.section-heading button{color:var(--muted)}.activity-avatar{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:white;background:#dc3e84;font-size:9px}.empty-tab{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.empty-tab h2{margin:14px 0 5px;color:var(--text);font-size:18px}.empty-tab p{margin:0 0 17px}.record-edit-backdrop{position:fixed}.record-edit-modal .modal-body{padding-top:20px}.record-identity-context{display:grid;gap:6px;padding:0 20px}.record-identity-context>div{display:flex;align-items:center;gap:8px;min-width:0;min-height:28px}.record-identity-context>div>svg{width:14px;height:14px;flex-shrink:0;color:var(--muted)}.record-identity-context>div>span{min-width:0;flex:1 1;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:8px}.record-identity-context small{font-size:12px;color:var(--muted)}.record-identity-context .deal-card-field{width:100%;max-width:100%;min-height:28px;margin:0;padding:2px 0;font-size:13px;font-weight:400}.record-identity-relations{display:flex;flex-wrap:wrap;gap:6px}.record-identity-relations button{color:var(--link);padding:2px 0;text-align:left;font-size:13px}.record-tab-count{min-width:18px;padding:0 5px;border-radius:4px;background:var(--surface-subtle);color:var(--muted);font-size:11px;line-height:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.record-navigation-short,.record-title-row .record-mobile-context-toggle{display:none}.record-files-view{display:flex;flex-direction:column;height:calc(100% - 47px);min-height:340px;overflow:hidden}.record-files-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:49px;padding:12px 18px;border-bottom:1px solid var(--border)}.record-file-preview-heading h3,.record-files-empty h3,.record-files-empty p,.record-files-heading h2,.record-files-heading p{margin:0}.record-files-heading h2{font-size:16px}.record-file-row small,.record-files-heading p{color:var(--muted);font-size:12px}.record-files-notice{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:10px 18px;border-bottom:1px solid var(--border);font-size:12px}.record-files-empty{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;padding:28px;text-align:center;color:var(--muted)}.record-files-empty h3{color:var(--text);font-size:15px}.record-files-empty p{max-width:380px;line-height:1.6}.record-files-empty>svg{box-sizing:content-box;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-subtle)}.record-files-layout{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden}.record-file-list{overflow-y:auto}.record-file-row{display:flex;align-items:center;padding:6px;border-bottom:1px solid var(--border);gap:4px}.record-file-row.is-selected,.record-file-row:hover{background:var(--control-hover)}.record-file-select{display:flex;flex:1 1;align-items:center;min-width:0;gap:10px;padding:6px;text-align:left}.record-file-copy{min-width:0}.record-file-copy small,.record-file-copy strong{display:block;overflow-wrap:anywhere}.record-file-copy strong{font-size:13px;font-weight:500}.record-file-copy small{margin-top:4px;line-height:1.5}.record-file-delete{flex-shrink:0;display:grid;place-items:center;width:28px;height:28px;color:var(--muted);border-radius:6px}.record-file-delete:hover{color:var(--danger);background:var(--surface)}.record-file-preview{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface-subtle)}.record-file-preview-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);background:var(--canvas)}.record-file-preview-heading>div{min-width:0}.record-file-preview-heading h3{font-size:14px;overflow-wrap:anywhere}.record-file-preview-actions{display:flex;flex-wrap:wrap;gap:6px}.record-file-preview-actions a{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.record-file-pdf{flex:1 1;width:100%;min-height:280px;border:0;background:var(--surface)}.record-file-image{display:flex;flex:1 1;min-height:0;align-items:center;justify-content:center;overflow:auto;padding:18px}.record-file-image img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:1100px){.record-files-layout{display:flex;flex-direction:column;overflow-y:auto}.record-file-list{flex-shrink:0;border-bottom:1px solid var(--border)}.record-file-preview{flex:1 1;min-height:360px}}.record-file-row-actions{display:flex;align-items:center;gap:8px}@media (max-width:864px){.record-files-view{height:auto;min-height:0;overflow:visible}.record-files-layout{display:block;overflow:visible}.record-file-list{max-height:none;overflow:visible;border-bottom:0}.record-file-row{flex-wrap:wrap;padding:12px}.record-file-row-actions{width:100%;justify-content:flex-end}.record-file-row-actions .record-file-delete,.record-file-row-actions a{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;width:auto;padding:6px 8px;text-decoration:none}}.record-file-row{flex-wrap:wrap}.record-file-link{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;max-width:40%;margin:0 6px;padding:3px 6px;border-radius:5px;color:var(--accent);font-size:12px;text-align:left;overflow-wrap:anywhere}.record-file-link:disabled{color:var(--muted);opacity:.5;cursor:not-allowed}.record-file-link:not(:disabled):hover{background:var(--panel-raised)}.record-file-link:focus-visible{outline:2px solid var(--accent)}.file-field-picker{width:min(300px,calc(100vw - 56px));color:var(--text)}.file-field-picker header{padding:4px 4px 12px}.file-field-picker header p{margin:5px 0 0;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.file-field-choices{display:grid;gap:4px;max-height:260px;overflow-y:auto}.file-field-choices label{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:7px;cursor:pointer}.file-field-choices label.is-selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.file-field-choices label:has(input:disabled){color:var(--muted);cursor:not-allowed}.file-field-choices input{accent-color:var(--accent)}.file-field-choices label>span{flex:1 1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.file-field-choices label>span>small{margin-top:0;flex-shrink:0}.file-field-choices small,.file-field-replacement small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.file-field-picker footer{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;margin-top:12px}.file-field-replacement{margin-top:10px;padding:8px;border:1px solid var(--border);border-radius:6px;font-size:12px}.record-files-compact{height:auto;min-height:0}.record-files-compact .record-files-layout{display:block}.record-files-compact .record-file-list{max-height:220px;border-right:0}.record-files-compact .record-files-empty{min-height:0;padding:12px}.record-files-compact .record-file-delete,.record-files-compact .record-file-row-actions a{display:inline-flex;align-items:center;gap:6px;width:auto;padding:6px 8px;white-space:nowrap;text-decoration:none}.record-files-layout>.record-file-preview{flex:1 1}.record-file-preview-title{display:flex;align-items:center;gap:8px}.record-comments-panel{position:absolute;top:48px;right:0;bottom:0;z-index:90;width:321px;display:flex;flex-direction:column;pointer-events:none;opacity:0;filter:blur(var(--comments-drawer-blur));background:var(--panel);border-left:1px solid var(--border);transform:translateX(var(--comments-drawer-distance));transition-property:transform,opacity,filter;transition-duration:var(--comments-drawer-close-duration);transition-timing-function:var(--comments-drawer-ease);will-change:transform,opacity,filter}.record-comments-panel[data-open=true]{pointer-events:auto;opacity:1;filter:blur(0);transform:translateX(0);transition-duration:var(--comments-drawer-open-duration)}.record-comments-panel>header{height:42px;flex:0 0 42px;display:flex;align-items:center;gap:6px;padding:4px 8px 0 10px}.record-comments-panel>header strong{font-size:14px;font-weight:500;line-height:20px}.record-comments-panel>header button{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:var(--muted)}.record-comments-panel>header button:hover{color:var(--text);background:var(--control-hover)}.record-comments-panel>header button.active{color:var(--primary);background:var(--selection-surface)}.comments-filter-anchor{position:relative;display:flex}.comments-filter-menu{position:absolute;top:calc(100% + 5px);right:0;z-index:12;width:176px;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:9px;background:var(--panel);box-shadow:inset 0 0 0 1px var(--border),0 8px 24px rgba(28,40,64,.16),0 2px 6px rgba(0,0,0,.08)}.record-comments-panel>header .comments-filter-menu button{width:100%;height:30px;min-height:30px;display:flex;place-items:unset;align-items:center;gap:7px;padding:5px 8px;border-radius:6px;color:var(--text);font-size:12px;text-align:left}.comments-filter-menu button>span{min-width:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comments-filter-menu button:focus-visible,.comments-filter-menu button:hover{background:var(--control-hover)}.comments-filter-menu small{margin-left:auto;color:var(--muted);font-size:10px}.comments-filter-menu svg{color:var(--primary)}.comments-record-context{min-height:39px;display:flex;align-items:center;gap:6px;padding:7px 10px 5px;justify-content:flex-start;text-align:left}.comments-list>.comments-record-context{padding-inline:0}.comments-record-context>span:first-child{color:var(--muted);font-size:12px;line-height:18px;white-space:nowrap}.comments-record-context strong{min-width:0;overflow:hidden;font-size:13px;font-weight:500;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.record-overlay-topbar button.record-comments-trigger{width:auto;min-width:28px;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.record-comment-count{color:currentColor;font-size:12px;line-height:1}.comments-list{min-height:0;flex:1 1;display:flex;flex-direction:column;overflow-y:auto;padding:0 10px 18px}.comment-thread-slot{position:relative;z-index:0;display:grid;grid-template-rows:1fr;margin-bottom:9px;opacity:1;transform:translateX(0) scale(1);transform-origin:left center;transition:grid-template-rows var(--comment-exit-duration) var(--comment-exit-ease),margin-bottom var(--comment-exit-duration) var(--comment-exit-ease),opacity .18s ease-out,transform .26s var(--comment-exit-ease)}.comment-thread-slot:has([aria-expanded=true]){z-index:20}.comment-thread-slot-inner{min-height:0}.comment-thread-slot.exiting{grid-template-rows:0fr;margin-bottom:0;opacity:0;pointer-events:none;transform:translateX(-24px) scale(.985);will-change:grid-template-rows,margin-bottom,opacity,transform}.comment-thread-slot.exiting .comment-thread-slot-inner{overflow:hidden}.comment-thread-slot.exiting .comment-action-resolve{transform:scale(.96)}.comment-thread{position:relative;padding:12px;border:0;border-radius:12px;background:var(--panel);box-shadow:inset 0 0 0 1px var(--border);transition:background .14s ease,box-shadow .14s ease}.comment-thread.deep-linked{background:var(--selection-surface);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 62%,var(--border)),0 0 0 1px color-mix(in srgb,var(--primary) 18%,transparent)}.comment-thread.resolved{background:var(--panel)}.comment-thread.focused{border-radius:0;box-shadow:none}.comment-author-row{--comment-content-offset:23px;display:flex;align-items:center;gap:7px}.comment-author-row .avatar{width:16px;height:16px;flex:0 0 16px;font-size:8px}.comment-author-row strong{min-width:0;overflow:hidden;color:var(--text);font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.comment-author-row time{margin-left:auto;color:var(--faint);font-size:11px;white-space:nowrap}.comment-body{margin:8px 0 7px 23px;color:var(--text);font-size:13px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;text-wrap:pretty}.comment-action-bar{position:absolute;top:8px;right:8px;z-index:4;display:flex;align-items:center;padding:2px;border-radius:8px;background:var(--panel);box-shadow:inset 0 0 0 1px transparent,0 0 2px rgba(28,40,64,.18),0 1px 3px rgba(0,0,0,.04);opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease}.comment-action-bar:has([aria-expanded=true]),.comment-reply:focus-within>.comment-action-bar,.comment-reply:hover>.comment-action-bar,.comment-thread.focused>.comment-action-bar,.comment-thread:focus-within>.comment-action-bar,.comment-thread:hover>.comment-action-bar{opacity:1;pointer-events:auto;transform:translateY(0)}.comment-action-anchor>button,.comment-action-bar>button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;padding:6px;border-radius:6px;color:var(--muted)}.comment-action-resolve{transition:transform .15s ease-out}.comment-action-resolve:active{transform:scale(.96)}.comment-action-bar.compact>.comment-action-anchor>button,.comment-action-bar.compact>button{width:20px;height:20px;flex-basis:20px;padding:2px}.comment-action-anchor>button:hover:not(:disabled),.comment-action-anchor>button[aria-expanded=true],.comment-action-bar>button:hover:not(:disabled){color:var(--text);background:var(--control-hover)}.comment-action-bar button[data-tooltip]{position:relative}.comment-action-bar button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;z-index:10;min-height:28px;display:flex;align-items:center;padding:6px 8px;visibility:hidden;pointer-events:none;opacity:0;border-radius:8px;color:#fff;background:#161719;box-shadow:0 4px 12px rgba(0,0,0,.2);font-size:12px;font-weight:500;line-height:16px;white-space:nowrap;transform:translate(-50%,-2px);transition:opacity .12s ease,transform .12s ease,visibility 0s linear .12s}.comment-action-bar button[data-tooltip]:focus-visible:after,.comment-action-bar button[data-tooltip]:hover:after{visibility:visible;opacity:1;transform:translate(-50%);transition-delay:.28s}.comment-action-bar button[data-tooltip][aria-expanded=true]:after{display:none}.comment-action-anchor{position:relative;display:flex}.comment-pick-emoji-icon{position:relative;display:grid;place-items:center}.comment-pick-emoji-icon svg:last-child{position:absolute;right:-3px;bottom:-2px;padding:1px;border-radius:50%;color:var(--muted);background:var(--panel)}.comment-action-menu{position:absolute;top:calc(100% + 5px);right:0;z-index:8;min-width:174px;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:9px;background:var(--panel);box-shadow:inset 0 0 0 1px var(--border),0 8px 24px rgba(28,40,64,.16),0 2px 6px rgba(0,0,0,.08)}.comment-action-menu button{width:100%;min-height:30px;display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;color:var(--text);font-size:12px;text-align:left;white-space:nowrap}.comment-action-menu button:focus-visible,.comment-action-menu button:hover{background:var(--control-hover)}.comment-action-menu button.comment-danger{color:var(--danger)}.comment-action-menu button.comment-danger:focus-visible,.comment-action-menu button.comment-danger:hover{background:var(--danger-surface)}.comment-action-menu small{margin-left:auto;color:var(--muted);font-size:10px}.comment-action-menu.comment-emoji-menu{width:auto;min-width:0;flex-direction:row;gap:2px}.comment-action-menu.comment-emoji-menu button{width:31px;min-height:31px;justify-content:center;padding:0;font-size:16px}.comment-reactions-row{min-height:22px;display:flex;align-items:center;gap:3px;margin:3px 0 4px 23px}.comment-reaction-chip{min-width:34px;height:22px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 6px;border-radius:7px;color:var(--muted);background:var(--surface-subtle);box-shadow:inset 0 0 0 1px var(--border);font-size:11px!important;line-height:16px}.comment-reaction-chip.active,.comment-reaction-chip:hover{color:var(--text);background:var(--control-hover);box-shadow:inset 0 0 0 1px var(--border-strong)}.comment-reaction-add-anchor{position:relative;display:flex}.comment-add-reaction{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;color:var(--muted)}.comment-add-reaction:focus-visible,.comment-add-reaction:hover,.comment-add-reaction[aria-expanded=true]{color:var(--text);background:var(--control-hover)}.comment-reaction-add-anchor .comment-action-menu{top:calc(100% + 5px);right:auto;left:0}.resolved-label{display:flex;align-items:center;gap:5px;margin:-1px 0 7px 23px;color:#6da882;font-size:10px}.comment-thread-replies-trigger{min-height:26px;display:flex;align-items:center;gap:4px;margin:5px 0 -2px 23px;padding:3px 5px;border-radius:7px;color:var(--muted);font-size:12px!important;line-height:18px}.comment-thread-replies-trigger:focus-visible,.comment-thread-replies-trigger:hover{color:var(--text);background:var(--control-hover)}.comment-thread-replies-trigger>svg:last-child{margin-left:1px}.comment-replies{margin:7px -2px 0 7px;padding-left:10px;border-left:1px solid var(--border-strong)}.comment-reply{position:relative;padding:9px 0 3px;border-top:1px solid var(--border)}.comment-reply:first-child{border-top:0}.comment-reply .comment-body{margin:7px 0 5px 23px;color:var(--muted)}.comment-thread.focused>.comment-author-row{padding-right:68px}.comment-composer{position:relative;flex:0 0 auto;min-height:81px;display:flex;flex-direction:column;margin:0 10px 10px;overflow:visible;border:1px solid var(--border-strong);border-radius:12px;background:var(--panel);transition:border-color .12s ease,box-shadow .12s ease}.comments-list>.comment-composer{margin:1px 0 0}.comment-composer:focus-within{border-color:#266df0;box-shadow:0 0 0 1px #266df0}.comment-composer-input-row{min-height:36px;display:flex;align-items:flex-start;gap:8px;padding:11px 12px 3px}.comment-composer-avatar{width:18px;height:18px;display:grid;place-items:center;flex:0 0 18px;border-radius:50%;color:white;font-size:9px;font-weight:500}.comment-composer textarea{height:20px;min-height:20px;max-height:60px;min-width:0;flex:1 1;resize:none;overflow-y:hidden;padding:0;color:var(--text);background:transparent;border:0;outline:0;font:inherit;font-size:14px;line-height:20px}.comment-composer textarea::placeholder{color:var(--muted);opacity:1}.comment-composer-toolbar{min-height:43px;display:flex;align-items:center;gap:1px;padding:4px 8px 7px 9px}.comment-composer-action-anchor>button,.comment-composer-toolbar>button{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:var(--muted)}.comment-composer-action-anchor>button:hover,.comment-composer-action-anchor>button[aria-expanded=true],.comment-composer-toolbar>button:hover{color:var(--text);background:var(--control-hover)}.comment-composer-action-anchor{position:relative;display:flex}.comment-composer-emoji-menu{position:absolute;top:calc(100% + 5px);left:0;z-index:14;display:flex;gap:2px;padding:4px;border-radius:9px;background:var(--panel);box-shadow:inset 0 0 0 1px var(--border),0 8px 24px rgba(28,40,64,.16)}.comment-composer-emoji-menu button{width:31px;height:31px;display:grid;place-items:center;border-radius:6px;font-size:16px}.comment-composer-emoji-menu button:focus-visible,.comment-composer-emoji-menu button:hover{background:var(--control-hover)}.comment-composer .comment-send{width:auto;min-width:68px;height:32px;display:grid;place-items:center;flex:0 0 auto;padding:0 12px;border-radius:9px;color:white;background:#266df0;font:500 12px/18px Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.comment-composer.replying .comment-send{height:28px;min-width:64px;border-radius:8px}.comment-reply-composer{min-height:96px;padding-top:9px;border:0;border-top:1px solid var(--border);border-radius:0;box-shadow:none}.comment-reply-composer:focus-within{border-color:var(--border);box-shadow:none}.comment-reply-composer .comment-composer-input-row{padding:8px 2px 3px}.comment-reply-composer .comment-composer-toolbar{padding:5px 0 7px}.comment-composer .comment-send:hover:not(:disabled){background:#3478f6}.comment-composer .comment-send:disabled{color:white;background:#266df0;opacity:.4}.comments-read-only{min-height:44px;display:flex;align-items:center;justify-content:center;margin:0 10px 10px;padding:9px 14px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--panel);font-size:11px;text-align:center}.comments-state{min-height:100%;padding:30px 16px}.comments-state strong{margin-top:12px}.comments-state p{max-width:230px}.comments-load-more{align-self:center;margin-top:3px}.comments-mutation-error{min-height:34px;display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid color-mix(in srgb,var(--danger) 38%,var(--border));border-radius:8px;color:var(--danger);background:var(--danger-surface);font-size:10px}.comments-mutation-error span{flex:1 1}.comments-mutation-error button{color:var(--danger);text-decoration:underline;text-underline-offset:2px}.comments-loading{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:12px;border:1px solid var(--border);border-radius:10px}.comments-loading span{height:9px;border-radius:4px;background:var(--surface-emphasis);animation:comments-pulse 1.4s ease-in-out infinite}.comments-loading span:first-child{grid-row:1/3;width:22px;height:22px;border-radius:50%}.comments-loading span:nth-child(2){width:56%}.comments-loading span:nth-child(3){width:35%}.comments-loading span:nth-child(4),.comments-loading span:nth-child(5){grid-column:1/3;width:100%}@keyframes comments-pulse{0%,to{opacity:.45}50%{opacity:.78}}.comment-delete-dialog{width:440px}.comment-delete-dialog>header{min-height:96px}.comment-delete-dialog>header strong{font-size:var(--modal-title-font-size);font-weight:var(--modal-title-font-weight);line-height:var(--modal-title-line-height)}.comment-delete-dialog>header p{margin:7px 0 0;color:#8b8f96;font-size:12px;line-height:1.45}.record-comment-modal-backdrop{z-index:140;align-items:center;padding:20px}.rich-text-content{min-width:0;color:inherit;font:inherit;font-synthesis:style;overflow-wrap:anywhere}.rich-text-content blockquote,.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4,.rich-text-content p{margin:0 0 8px}.rich-text-content blockquote:last-child,.rich-text-content p:last-child{margin-bottom:0}.rich-text-content h1{font-size:1.55em;line-height:1.25}.rich-text-content h2{font-size:1.35em;line-height:1.3}.rich-text-content h3{font-size:1.18em;line-height:1.35}.rich-text-content h4{font-size:1.06em;line-height:1.4}.rich-text-content blockquote{padding-left:12px;border-left:3px solid var(--border-strong);color:var(--muted)}.rich-text-content mark{border-radius:3px;background:color-mix(in srgb,#f5c542 38%,transparent)}.rich-text-content a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.rich-text-content.compact{max-height:9.5em;overflow:hidden}.rich-text-list-item{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start}.rich-text-list-item>input,.rich-text-list-item>span{margin-top:.25em}.rich-text-list-item>p{margin:0 0 5px}.rich-text-mention,.rich-text-mention-chip{display:inline-flex;align-items:center;padding:1px 6px;border-radius:6px;color:#1557bd;font-weight:500;line-height:20px;vertical-align:baseline;box-decoration-break:clone;-webkit-box-decoration-break:clone}.rich-text-composer{position:relative;min-width:0;width:100%}.rich-text-editor{min-height:44px;padding:10px 12px;outline:0;color:var(--text);font:400 14px/22px Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:style;overflow-wrap:anywhere;white-space:pre-wrap}.rich-text-editor [data-rich-text-href],.rich-text-editor a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.rich-text-editor [data-rich-text-default-highlight]{background-color:#fff3bf}.rich-text-editor:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 75%,white);outline-offset:-2px;border-radius:8px}.rich-text-composer.empty .rich-text-editor:focus:before,.rich-text-composer.empty .rich-text-editor:not(:focus):before{position:absolute;color:var(--muted);content:attr(data-placeholder);pointer-events:none}.rich-text-editable-block{min-height:22px}.rich-text-editable-block.heading[data-level="1"]{font-size:24px;font-weight:650;line-height:32px}.rich-text-editable-block.heading[data-level="2"]{font-size:20px;font-weight:620;line-height:28px}.rich-text-mention-chip{min-height:28px;cursor:default;-webkit-user-select:all;user-select:all}.rich-text-mention-chip.invalid{color:var(--danger);background:var(--danger-surface);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--danger) 45%,transparent)}.mention-candidate-popover{position:absolute;z-index:380;width:min(340px,calc(100vw - 32px));max-height:340px;overflow:hidden;border:1px solid var(--border-strong);border-radius:12px;background:var(--panel-raised);box-shadow:0 0 0 1px rgb(28 40 64/3%),0 16px 40px -10px rgb(24 41 75/28%);transform-origin:top left;animation:mention-popover-in .15s cubic-bezier(.2,.8,.2,1)}.mention-candidate-search{min-height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;border-bottom:1px solid var(--border);color:var(--muted);font-size:12px}.mention-candidate-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-candidate-list{max-height:292px;overflow-y:auto;padding:5px}.mention-candidate-list>button[role=option]{width:100%;min-height:44px;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:5px 8px;border-radius:8px;text-align:left}.mention-candidate-list>button[role=option].active,.mention-candidate-list>button[role=option]:hover{background:var(--control-hover)}.mention-candidate-list .user-avatar{width:28px;height:28px}.mention-candidate-list>button>span{min-width:0;display:grid;gap:1px}.mention-candidate-list small,.mention-candidate-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-candidate-list strong{font-size:12px;font-weight:550}.mention-candidate-list small{color:var(--muted);font-size:10px}.mention-candidate-state{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px;color:var(--muted);font-size:11px;text-align:center}.mention-candidate-state.error{width:100%;color:var(--danger)}.mention-load-more{min-height:40px;display:grid;place-items:center}.mention-load-more button{min-height:36px;padding:0 16px;color:var(--link);font-size:11px}.note-rich-text-composer .rich-text-editor{min-height:300px;padding:12px 0 80px;font-size:16px;line-height:26px}.note-rich-text-composer .rich-text-editor:focus-visible{border:0;border-radius:0;outline:0;box-shadow:none}.comment-rich-text-composer .rich-text-editor{min-height:36px;max-height:96px;overflow-y:auto;padding:0 2px;font-size:14px;line-height:20px}.comment-rich-text-composer .rich-text-editor:focus-visible{outline:0}.comment-rich-text-composer .rich-text-mention-chip{min-height:22px;padding:0 5px;line-height:20px}@keyframes mention-popover-in{0%{opacity:0;transform:translateY(-3px) scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.mention-candidate-popover{animation:none}}