html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{color:var(--xzm-text, #1d1d1f);background:var(--xzm-bg, #f5f5f7);font-family:var( --xzm-font-family, -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", Arial, sans-serif );font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{min-width:320px;background:var(--xzm-bg)}button,input,textarea,select{font:inherit}a{color:inherit}.page{min-height:calc(100vh - var(--xzm-header));padding:46px 48px 64px}.page-title{margin:0;letter-spacing:-.02em;font-size:var(--xzm-type-page-title-size);line-height:var(--xzm-type-page-title-line);font-weight:var(--xzm-type-page-title-weight)}.page-subtitle{margin:0;color:var(--xzm-muted);font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:27px}.page-heading-copy{display:grid;gap:4px}.panel{background:var(--xzm-panel);border:1px solid var(--xzm-border);border-radius:16px}.section-card{padding:var(--xzm-space-xl);background:#fff;border:1px solid var(--xzm-border);border-radius:var(--xzm-radius-lg)}.section-title{margin:0;font-size:var(--xzm-type-section-title-size);line-height:var(--xzm-type-section-title-line);font-weight:var(--xzm-type-section-title-weight)}.section-note{margin:4px 0 0;color:var(--xzm-muted);font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--xzm-space-md)}.metric-grid--six{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{min-height:112px;padding:var(--xzm-space-xl);background:#fff;border:1px solid var(--xzm-border);border-radius:var(--xzm-radius-lg);display:flex;align-items:center;justify-content:space-between;gap:18px;transition:transform var(--xzm-motion-fast) ease,border-color var(--xzm-motion-fast) ease,box-shadow var(--xzm-motion-fast) ease}.metric-card__copy{min-width:0}.metric-card:hover{transform:translateY(-2px);border-color:#fed7aa;box-shadow:0 10px 24px #4c311b14}.metric-card__label{color:#5d5d63;font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.metric-card__value{margin-top:8px;color:var(--xzm-text);font-size:var(--xzm-type-metric-size);line-height:var(--xzm-type-metric-line);font-weight:var(--xzm-type-metric-weight)}.metric-card__note{margin-top:4px;overflow:hidden;color:#6f6f75;text-overflow:ellipsis;white-space:nowrap;font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.metric-card__icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--xzm-orange);background:var(--xzm-orange-soft);font-size:20px}.metric-card--interactive{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;appearance:none;cursor:pointer}.metric-card--interactive:focus-visible{outline:3px solid rgba(249,115,22,.24);outline-offset:2px}.metric-card--active{border-color:#f973169e;box-shadow:0 8px 20px #4c311b14}.metric-card--active .metric-card__icon{color:#fff;background:var(--xzm-brand-orange)}.toolbar-panel{padding:14px 18px;background:#fff;border:1px solid var(--xzm-border);border-radius:var(--xzm-radius-lg)}.toolbar-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.content-grid{display:grid;gap:var(--xzm-space-lg)}.two-column{grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr)}.chart-box{height:300px}.muted{color:var(--xzm-muted)}.number-orange{color:var(--xzm-orange)}.empty-state{min-height:220px;display:grid;place-items:center;color:var(--xzm-muted)}.ant-btn,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{transition:border-color var(--xzm-motion-fast) ease,box-shadow var(--xzm-motion-fast) ease,background var(--xzm-motion-fast) ease,transform var(--xzm-motion-fast) ease!important}.ant-btn:not(:disabled):active{transform:scale(.98)}.ant-card,.ant-modal-content,.ant-drawer-content,.ant-popover-inner,.ant-dropdown-menu{border:1px solid var(--xzm-border)}.ant-tag:not(.ant-tag-has-color){color:#4f4f56}.ant-tag.ant-tag-success,.ant-tag.ant-tag-green{color:#135200;background:#f6ffed}.ant-tag.ant-tag-orange{color:#873800;background:#fff7e6}.ant-tag.ant-tag-red,.ant-tag.ant-tag-error{color:#a8071a;background:#fff1f0}.ant-tag.ant-tag-blue{color:#0958d9;background:#e6f4ff}.ant-steps-item-wait .ant-steps-item-title,.ant-steps-item-wait .ant-steps-item-description{color:#595960!important}@keyframes xzm-page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.page{animation:xzm-page-enter var(--xzm-motion-base) ease both}.mobile-record-list,.mobile-record-empty{display:none}@media(max-width:1180px){.page{padding:36px 28px 56px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-column{grid-template-columns:1fr}}@media(max-width:767px){.page{padding:30px 16px 94px}.page-heading{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:20px}.page-title{font-size:var(--xzm-type-page-title-size);line-height:var(--xzm-type-page-title-line);font-weight:var(--xzm-type-page-title-weight)}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:104px;padding:var(--xzm-space-lg)}.metric-card__value{font-size:var(--xzm-type-metric-size);line-height:var(--xzm-type-metric-line);font-weight:var(--xzm-type-metric-weight)}.section-card{padding:var(--xzm-space-lg)}.ant-btn-primary{min-height:var(--xzm-mobile-touch)}.desktop-record-table{display:none}.mobile-record-list{display:grid;gap:12px}.mobile-record-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #e7e7e9;border-radius:14px;box-shadow:0 4px 14px #1c1f230a}.mobile-record-header{padding:14px;display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px;border-bottom:1px solid #efeff1}.mobile-record-title{min-width:0}.mobile-record-title strong,.mobile-record-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-record-title strong{color:var(--xzm-text);font-size:var(--xzm-type-card-title-size);line-height:var(--xzm-type-card-title-line);font-weight:var(--xzm-type-card-title-weight)}.mobile-record-title small{margin-top:4px;color:var(--xzm-muted);font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}.mobile-record-meta{margin:0;padding:13px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px}.mobile-record-meta div{min-width:0}.mobile-record-meta dt{margin-bottom:4px;color:var(--xzm-muted);font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.mobile-record-meta dd{margin:0;overflow-wrap:anywhere;color:var(--xzm-text);font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}.mobile-record-actions{padding:4px 8px;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #efeff1}.mobile-record-actions .ant-btn{min-height:var(--xzm-mobile-touch)}.mobile-record-empty{padding:28px 12px;display:block}.ant-modal-root .ant-modal-wrap{overflow:hidden}.ant-modal-root .ant-modal{top:0;width:100%!important;max-width:100%;height:100dvh;max-height:100dvh;min-height:100dvh;margin:0;padding-bottom:0}.ant-modal-root .ant-modal-content{height:100%;max-height:100dvh;min-height:100dvh;padding:0;display:flex;flex-direction:column;overflow:hidden;border-radius:0}.ant-modal-root .ant-modal-header{margin:0;padding:18px 48px 16px 18px;border-bottom:1px solid #ececee}.ant-modal-root .ant-modal-close{width:44px;height:44px}.ant-modal-root .ant-modal-body{padding:18px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.ant-modal-root .ant-modal-footer{margin:0;padding:12px 18px max(12px,env(safe-area-inset-bottom));flex:0 0 auto;background:#fff;border-top:1px solid #ececee}.ant-modal-root .ant-modal-footer .ant-btn{min-height:var(--xzm-mobile-touch)}.ant-drawer .ant-drawer-content-wrapper{width:100%!important;max-width:100%}.ant-drawer .ant-drawer-content{max-height:100dvh}.ant-drawer .ant-drawer-header{flex:0 0 auto}.ant-drawer .ant-drawer-body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.ant-drawer .ant-drawer-footer{position:sticky;bottom:0;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff}.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:760px}.desktop-only{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.metric-card:hover{transform:none}}:root{--xzm-emphasis-bg:radial-gradient(ellipse at bottom right,var(--xzm-orange-soft) 0%,var(--xzm-panel) 72%)}.ant-drawer .ant-drawer-header{position:relative;padding-inline-end:64px}.ant-drawer .ant-drawer-header-title,.ant-drawer .ant-drawer-title{min-width:0}.ant-drawer .ant-drawer-close{position:absolute;inset-block-start:50%;inset-inline-end:10px;z-index:2;width:44px;height:44px;margin:0;display:grid;place-items:center;transform:translateY(-50%)}body{font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}small{font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}.page-title,.xzm-type-page-title{font-size:var(--xzm-type-page-title-size);line-height:var(--xzm-type-page-title-line);font-weight:var(--xzm-type-page-title-weight)}.section-title,.xzm-type-section-title{font-size:var(--xzm-type-section-title-size);line-height:var(--xzm-type-section-title-line);font-weight:var(--xzm-type-section-title-weight)}.xzm-type-card-title{font-size:var(--xzm-type-card-title-size);line-height:var(--xzm-type-card-title-line);font-weight:var(--xzm-type-card-title-weight)}.xzm-type-body{font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}.page-subtitle,.section-note,.xzm-type-secondary{font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}.xzm-type-caption{font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}@media(max-width:767px){.page-title,.xzm-type-page-title{font-size:var(--xzm-type-page-title-mobile-size);line-height:var(--xzm-type-page-title-mobile-line);font-weight:var(--xzm-type-page-title-mobile-weight)}}.page{animation:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[aria-label=主导航] a,body .ant-btn,body .ant-tabs-tab{font-size:var(--xzm-type-button-size);line-height:var(--xzm-type-button-line);font-weight:var(--xzm-type-button-weight)}.ant-table,.ant-input,.ant-input-affix-wrapper,.ant-select-selection-item,.ant-picker-input>input,.ant-modal-body,.ant-drawer-body{font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}.ant-form-item-label>label,.ant-table-thead>tr>th{font-size:var(--xzm-type-label-size);line-height:var(--xzm-type-label-line);font-weight:var(--xzm-type-label-weight)}legend{font-size:var(--xzm-type-label-size);line-height:var(--xzm-type-label-line);font-weight:var(--xzm-type-label-weight)}body .ant-modal .ant-modal-title,body .ant-drawer .ant-drawer-title{font-size:var(--xzm-type-hero-title-size);line-height:var(--xzm-type-hero-title-line);font-weight:var(--xzm-type-hero-title-weight)}.ant-input,.ant-input-affix-wrapper,.ant-select-single .ant-select-selector,.ant-picker{min-height:36px}.ant-input-affix-wrapper>.ant-input{min-height:0}@media(max-width:767px){.ant-input-affix-wrapper,.ant-select-single .ant-select-selector,.ant-picker{min-height:var(--xzm-mobile-touch)}}strong,b{font-weight:var(--xzm-type-body-strong-weight)}.xzm-reading{font-family:var(--xzm-font-family);color:var(--xzm-text);font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}.xzm-reading :where(h2,h3,h4,h5){color:var(--xzm-text);font-size:var(--xzm-type-body-strong-size);line-height:var(--xzm-type-body-strong-line);font-weight:var(--xzm-type-body-strong-weight)}.xzm-reading :where(p,li,dd){font-family:inherit;font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight)}.xzm-reading :where(pre,blockquote){font-family:var(--xzm-font-family);font-size:var(--xzm-type-body-size);line-height:var(--xzm-type-body-line);font-weight:var(--xzm-type-body-weight);color:var(--xzm-text);white-space:pre-wrap;overflow-wrap:anywhere}.xzm-reading :where(.brain-meta,.brain-progress small,.brain-advice small,header>div>p,footer){color:var(--xzm-muted);font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}.xzm-reading :where(a:not(.ant-btn),summary){color:var(--xzm-blue)}.ant-tooltip{z-index:1060!important;max-width:min(360px,calc(100vw - 24px));pointer-events:none}.ant-select-dropdown,.ant-picker-dropdown{z-index:1070!important;max-width:calc(100vw - 24px)}.ant-popover:not(.ant-tooltip){z-index:1080!important;max-width:calc(100vw - 24px)}.ant-dropdown{z-index:1090!important;max-width:calc(100vw - 24px)}.ant-popconfirm{max-width:min(440px,calc(100vw - 40px))}.ant-popover-inner,.ant-tooltip-inner,.ant-dropdown-menu{overflow-wrap:anywhere}body.xzm-interactive-overlay-open .ant-tooltip{visibility:hidden!important;opacity:0!important}@media(max-width:767px){.ant-popover:not(.ant-tooltip),.ant-dropdown,.ant-select-dropdown,.ant-picker-dropdown{max-width:calc(100vw - 16px)}.ant-popconfirm{max-width:calc(100vw - 32px)}}.page-heading-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--xzm-space-sm)}.page-heading-actions .ant-space{display:flex;flex-wrap:wrap;justify-content:flex-end}.page-heading-actions>.ant-btn-primary,.page-heading-actions .ant-space-item:has(.ant-btn-primary){order:10}.ant-btn-dangerous{font-weight:var(--xzm-type-button-weight)}.ant-btn:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--xzm-orange);outline-offset:2px}@media(max-width:767px){.page-heading-actions,.page-heading-actions .ant-space{width:100%}.page-heading-actions .ant-space{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--xzm-space-sm)!important}.page-heading-actions .ant-space-item{min-width:0}.page-heading-actions>.ant-btn,.page-heading-actions .ant-space-item>.ant-btn{width:100%;min-height:var(--xzm-mobile-touch)}.page-heading-actions>.ant-btn-primary,.page-heading-actions .ant-space-item:has(.ant-btn-primary){order:-1}.ant-btn,button,a[role=button]{min-height:var(--xzm-mobile-touch)}}.xzm-ai-result.xzm-ai-result.xzm-ai-result:not(.xzm-ai-plain){color:var(--xzm-ai-result-text, #1e3a8a)}.xzm-ai-result.xzm-ai-result.xzm-ai-result>:is(h1,h2,h3,h4,h5,h6,p,li,dd,dt,td,th,strong,b,em,small,blockquote,pre):not(.xzm-ai-plain){color:var(--xzm-ai-result-text, #1e3a8a)}.xzm-ai-plain.xzm-ai-plain.xzm-ai-plain{color:var(--xzm-text)}@media(max-width:767px){.mobile-compact-section.section-card{padding:var(--xzm-mobile-content-padding)}.mobile-compact-section>:where(header,.section-heading,.tracking-heading,.quota-section-heading){gap:var(--xzm-mobile-title-gap)}.mobile-compact-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--xzm-mobile-card-gap);min-width:0}.mobile-compact-stat-grid>:where(article,button,.metric-card){min-width:0;min-height:var(--xzm-mobile-stat-min-height);padding:var(--xzm-mobile-card-gap) var(--xzm-mobile-content-padding)}.mobile-compact-action-list,.mobile-compact-resource-list,.mobile-compact-management-list{display:grid;gap:var(--xzm-mobile-card-gap);min-width:0}.mobile-compact-action-list>:where(article,button),.mobile-compact-resource-list>:where(article,button,a),.mobile-compact-management-list>:where(article,button,a){min-width:0;min-height:var(--xzm-mobile-action-min-height)}.mobile-compact-copy,.mobile-compact-copy :where(strong,small,p,span,dd,em,b),.mobile-compact-action-list :where(.queue-body,.customer-main,.customer-meta,.appointment-card__main,.intent-mobile-title,.intent-mobile-source,.approval-card__copy),.mobile-compact-resource-list :where(.customer-main,.customer-meta),.mobile-compact-management-list :where(.mobile-record-title,.quota-user-name,.quota-limit,.quota-user-card header>div,.quota-allocation-card header>div){min-width:0;overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip!important;white-space:normal!important}.mobile-compact-actions :where(.ant-btn,button,a[role=button]){min-height:var(--xzm-mobile-touch)}.metric-card__note{overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip!important;white-space:normal!important}.mobile-record-list{gap:var(--xzm-mobile-card-gap)}.mobile-record-card{min-height:var(--xzm-mobile-action-min-height)}.mobile-record-header,.mobile-record-meta{padding:var(--xzm-mobile-content-padding)}.mobile-record-title :where(strong,small){overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip!important;white-space:normal!important}.mobile-record-actions{padding:var(--xzm-mobile-card-gap);flex-wrap:wrap;gap:var(--xzm-mobile-card-gap)}}:root{--xzm-workspace-bg: #fff;--xzm-record-gap: 16px;--xzm-record-padding: 16px;--xzm-record-radius: 12px;--xzm-record-soft-bg: radial-gradient(ellipse at bottom right, rgba(255, 153, 51, .065) 0%, #fff 72%);--xzm-record-compact-gap: var(--xzm-space-sm);--xzm-record-compact-padding-block: var(--xzm-space-md);--xzm-record-compact-padding-inline: var(--xzm-space-lg)}:root .xzm-record-list.xzm-record-list{gap:var(--xzm-record-gap);min-width:0}:root body .xzm-record-card.xzm-record-card{min-width:0;max-width:100%;padding:var(--xzm-record-padding);border:1px solid var(--xzm-border);border-radius:var(--xzm-record-radius);background:var(--xzm-record-soft-bg);box-shadow:none;overflow-wrap:anywhere}:root .xzm-record-card :where(strong,p,small,dd){min-width:0;white-space:normal;overflow-wrap:anywhere}:root .xzm-record-card:focus-visible{outline:2px solid var(--xzm-orange);outline-offset:2px}:root body .xzm-record-card.xzm-record-card:is(.late,.emphasis,.is-highlighted,.is-critical,.is-attention,.is-overdue,.has-problem){background:var(--xzm-emphasis-bg);background-color:var(--xzm-workspace-bg)}:root .action-list.xzm-record-list{border:0;border-radius:0;overflow:visible}:root .reminder-history-list .ant-list-items{display:grid;gap:var(--xzm-record-gap)}:root .reminder-history-list .ant-list-item{border:0}:root .timeline-entry.xzm-record-card{margin-bottom:var(--xzm-record-gap)}:root .notification-item.xzm-record-card{margin-top:var(--xzm-record-gap)}:root .notification-item.xzm-record-card .notification-item-body{padding:0}:root .notification-item.xzm-record-card .notification-item-actions{margin-top:8px;padding:0;flex-wrap:wrap}:root .overview-section.xzm-record-card+.overview-section.xzm-record-card{margin-top:var(--xzm-record-gap)}:root .customer-overview .overview-section.xzm-record-card+.overview-section.xzm-record-card{margin-top:0}:root .xzm-record-card :where(.record-heading,.task-actions,.approval-card__actions,.proposal-row-actions,.lead-actions,.activity-actions){flex-wrap:wrap}:root .customer-proposal-list .xzm-record-card.is-highlighted{border-color:var(--xzm-border)}@media(max-width:767px){:root{--xzm-record-gap: 12px;--xzm-record-padding: 12px}:root .xzm-record-card :where(button,.ant-btn,a[role=button],a[href^="tel:"]){min-height:44px}:root button.xzm-record-card{min-height:44px}:root .xzm-record-card :where(.contact-name,.proposal-title,.customer-main,.customer-meta,.mobile-record-title,.file-copy){min-width:0;white-space:normal;text-overflow:clip;overflow:visible}}:root .opportunity-row.xzm-record-card+.opportunity-row.xzm-record-card,:root .opportunity-item.xzm-record-card+.opportunity-item.xzm-record-card,:root .legacy .xzm-record-card+.xzm-record-card{margin-top:var(--xzm-record-gap)}:root .mobile-record-card.xzm-record-card>:is(.mobile-record-header,.mobile-record-meta,.mobile-record-actions){padding:0;margin:0;border:0}:root .mobile-record-card.xzm-record-card>*+*{margin-top:var(--xzm-record-gap)}:root .browser-account-list.xzm-record-list,:root .participants.xzm-record-list{display:grid}:root .xzm-record-card>*{min-width:0;max-width:100%}:root .task-card.xzm-record-card :is(header,footer){flex-wrap:wrap}.after-sales-page .task-panel{container:after-sales-records / inline-size}@container after-sales-records (max-width: 639px){:root .task-cards.xzm-record-list{grid-template-columns:minmax(0,1fr)}:root .task-toolbar{flex-direction:column;align-items:stretch}:root .task-toolbar .ant-input-affix-wrapper{width:100%}:root .task-toolbar .plain-tabs{flex-wrap:wrap}}:root .app-shell,:root .app-shell .workspace,:root .app-shell .page,:root .work-plans{background-color:#fff}.customer-dossier-drawer .ant-drawer-body,.order-workflow-drawer .ant-drawer-body,.after-sales-drawer .ant-drawer-body,.acquisition-drawer .ant-drawer-body{background:#fff}:root .xzm-record-card.xzm-record-layout{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:12px}:root .xzm-record-layout>*{grid-column:auto;grid-row:auto}:root .xzm-record-head{display:flex;align-items:center;flex-wrap:wrap;min-width:0;gap:8px 12px;margin:0}:root .xzm-record-head>:is(strong,.xzm-record-title){color:var(--xzm-text);font-size:var(--xzm-type-card-title-size);line-height:var(--xzm-type-card-title-line);font-weight:var(--xzm-type-card-title-weight)}:root .xzm-record-body{min-width:0;display:grid;gap:8px;color:var(--xzm-text)}:root .xzm-record-body>p{margin:0}:root .xzm-record-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;padding-top:12px;margin:0;border-top:1px solid var(--xzm-border);min-width:0}:root .xzm-record-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 16px;margin:0;color:var(--xzm-muted);font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line);font-weight:var(--xzm-type-secondary-weight)}:root dl.xzm-record-meta>div{display:flex;flex-wrap:wrap;gap:4px 8px}:root .xzm-record-meta :is(dt,dd){margin:0}:root .xzm-record-meta dt{color:var(--xzm-muted)}:root .xzm-record-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}:root .xzm-record-next{display:grid;gap:4px}:root .xzm-record-next>span{color:var(--xzm-muted);font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}:root .routine-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}:root .routine-values dt{color:var(--xzm-muted);font-size:var(--xzm-type-caption-size);line-height:var(--xzm-type-caption-line);font-weight:var(--xzm-type-caption-weight)}:root .routine-values dd{margin:4px 0 0;font-size:var(--xzm-type-card-title-size);line-height:var(--xzm-type-card-title-line);font-weight:var(--xzm-type-card-title-weight)}:root .plan-row.xzm-record-layout .row-heading{flex:1}:root .plan-row.xzm-record-layout .xzm-record-meta{flex:1}:root .plan-row.xzm-record-layout .work-item-facts{gap:8px 16px}:root .plan-row.xzm-record-layout .work-item-facts .description{color:var(--xzm-text)}:root .action-row.xzm-record-layout .action-main{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}:root .action-row.xzm-record-layout .action-buttons{justify-content:flex-end}:root .contact-row.xzm-record-layout .contact-source-state{display:grid;gap:6px}:root .contact-row.xzm-record-layout .contact-phones{margin-left:0}:root .task-card.xzm-record-layout .responsibility{display:flex;flex-wrap:wrap;gap:12px 24px}:root .task-card.xzm-record-layout .responsibility>div{background:#fff;border-radius:0;padding:0}:root .task-card.xzm-record-layout .task-title{flex-basis:100%}:root .task-card.xzm-record-layout .xzm-record-actions{width:100%;justify-content:space-between}:root .proposal-record-row.xzm-record-layout .proposal-title-cell{display:grid;gap:8px}:root .proposal-record-row.xzm-record-layout .proposal-row-actions{justify-content:flex-start}:root .xzm-record-layout .proposal-actions{justify-content:flex-start}:root .xzm-record-layout .task-actions{justify-content:flex-start}@media(max-width:767px){:root .xzm-record-head{align-items:flex-start}:root .xzm-record-footer{align-items:flex-start;gap:12px}:root .xzm-record-footer>.xzm-record-meta{flex-basis:100%}:root .xzm-record-footer>.xzm-record-actions{width:100%}}:root .after-sales-page .task-panel,:root .approval-section,:root .role-workbench .customer-section,:root .opportunity-section{border:0;border-radius:0;box-shadow:none;background:var(--xzm-workspace-bg)}:root .timeline-next-action{background:var(--xzm-workspace-bg);padding-inline:0}:root .record-selection{display:inline-flex;align-items:center;justify-content:center;width:24px;min-height:24px;flex:0 0 auto}@media(max-width:767px){:root .record-selection{width:44px;min-height:44px}}.action-center-workspace{container:action-records / inline-size}:root .action-row.xzm-record-layout{gap:8px 16px}:root .action-row.xzm-record-layout .action-main{gap:6px;padding:0}:root .action-row.xzm-record-layout .action-buttons{border:0;padding:0;margin:0}:root .action-center-workspace .action-list-panel{border:0;background:var(--xzm-workspace-bg);padding-inline:0}:root .action-row.xzm-record-layout .action-meta{grid-column:auto;text-align:left}@container action-records (min-width: 640px){:root .action-row.xzm-record-layout{grid-template-columns:minmax(0,1fr) auto;align-items:center}:root .action-row.xzm-record-layout .action-buttons{align-self:center}:root .action-row.xzm-record-layout .action-main{grid-template-columns:minmax(0,1fr) auto;text-align:left}:root .action-row.xzm-record-layout .action-customer{grid-column:1}:root .action-row.xzm-record-layout .action-meta{grid-column:2;grid-row:1 / 3;align-self:center}}.plan-list{container:todo-records / inline-size}:root .plan-row.xzm-record-layout{gap:8px}:root .plan-row.xzm-record-layout .xzm-record-footer{padding-top:8px}@container todo-records (min-width: 640px){:root .plan-row.xzm-record-layout{grid-template-columns:minmax(0,1fr) auto;gap:8px 16px}:root .plan-row.xzm-record-layout>:is(.xzm-record-head,.xzm-record-body){grid-column:1}:root .plan-row.xzm-record-layout>.xzm-record-footer{display:contents}:root .plan-row.xzm-record-layout .xzm-record-meta{grid-column:1}:root .plan-row.xzm-record-layout :is(.todo-business-actions,.xzm-record-actions){grid-column:2;grid-row:1 / 4;align-self:center}}:where(.xzm-record-list.xzm-record-list--compact){display:grid}:root .xzm-record-list.xzm-record-list--compact{container:compact-records / inline-size;gap:var(--xzm-record-compact-gap);border:0;border-radius:0;background:var(--xzm-panel)}:root body .xzm-record-card.xzm-record-compact{min-height:0;padding:var(--xzm-record-compact-padding-block) var(--xzm-record-compact-padding-inline);background:var(--xzm-panel);gap:var(--xzm-record-compact-row-gap, var(--xzm-record-compact-gap)) var(--xzm-record-compact-gap);box-shadow:none}:root body .xzm-record-card.xzm-record-compact:is(.late,.emphasis,.is-highlighted,.is-critical,.is-attention,.is-overdue,.has-problem){background:var(--xzm-emphasis-bg)}:root body .xzm-record-card.xzm-record-compact>:is(p,h2,h3,dl){margin:0}:root body .xzm-record-card.xzm-record-compact>.xzm-record-footer{border:0;padding:0;margin:0;gap:var(--xzm-space-xs) var(--xzm-space-sm);align-items:center}:root body .xzm-record-compact .xzm-record-body{gap:var(--xzm-space-xs)}:root body .xzm-record-compact .xzm-record-meta{gap:var(--xzm-space-xs) var(--xzm-space-sm)}:root body .xzm-record-compact .xzm-record-footer>.xzm-record-meta{flex-basis:auto;flex:1 1 180px}:root body .xzm-record-compact .xzm-record-footer>.xzm-record-actions{width:auto}:root body .xzm-record-compact>:is(.mobile-record-header,.mobile-record-meta,.mobile-record-actions){margin:0;padding:0}:root .xzm-record-list--compact>.xzm-record-compact+.xzm-record-compact{margin-top:0}:root body .xzm-record-compact :where(.xzm-record-actions,.record-actions){flex-wrap:wrap;min-width:0}:root body .xzm-record-compact :where(.xzm-record-actions,.record-actions) :where(a,button){min-height:44px}:root body button.xzm-record-compact{min-height:44px}@container compact-records (max-width: 850px){:root body .xzm-record-card.xzm-record-compact{--xzm-record-compact-padding-block: var(--xzm-space-sm);--xzm-record-compact-padding-inline: var(--xzm-space-md)}:root body .xzm-record-compact :where(button,.ant-btn,a[role=button],a[href^="tel:"]){min-height:44px}}@media(max-width:1024px){:root body .xzm-record-card.xzm-record-compact{--xzm-record-compact-padding-block: var(--xzm-space-sm);--xzm-record-compact-padding-inline: var(--xzm-space-md)}:root body .xzm-record-compact :where(button,.ant-btn,a[role=button],a[href^="tel:"]){min-height:44px}}:root .plan-list.xzm-record-list--compact{container-name:compact-records todo-records}:root body .customer-card.xzm-record-compact{grid-template-rows:none;gap:var(--xzm-space-xs);overflow:visible}:root body .customer-card.xzm-record-compact>:is(.customer-card-header,.customer-card-detail,.customer-card-phone){padding:0;border:0;background:transparent;min-height:0}:root body .customer-card.xzm-record-compact .customer-card-header{grid-template-columns:auto minmax(0,1fr) auto;gap:var(--xzm-space-xs) var(--xzm-space-sm)}:root body .customer-card.xzm-record-compact .customer-card-tags{grid-column:2 / -1;flex-wrap:wrap;justify-content:flex-start}:root body .customer-card.xzm-record-compact .customer-card-company strong{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}:root body .customer-card.xzm-record-compact .customer-card-detail{align-items:center}:root body .customer-card.xzm-record-compact .customer-card-phone{align-items:center;gap:var(--xzm-space-xs)}:root body .customer-card.xzm-record-compact .customer-card-phone__actions{flex-basis:170px}:root body .customer-card.xzm-record-compact .customer-card-detail>:is(span,.ant-tooltip-open){white-space:normal;overflow:visible}:root body .customer-card.xzm-record-compact :is(.customer-card-company,.customer-card-phone__dossier){min-height:44px}:root body .plan-row.xzm-record-compact{gap:var(--xzm-space-xs)}:root body .plan-row.xzm-record-compact .row-heading{display:flex;align-items:center;flex-wrap:wrap;gap:var(--xzm-space-xs) var(--xzm-space-sm)}:root body .plan-row.xzm-record-compact .xzm-record-footer{flex-wrap:wrap}:root body .plan-row.xzm-record-compact .xzm-record-meta{flex:1 1 190px}:root body .plan-row.xzm-record-compact .xzm-record-meta .work-item-facts.compact{font-size:var(--xzm-type-secondary-size);line-height:var(--xzm-type-secondary-line)}:root body .plan-row.xzm-record-compact .work-item-facts.compact .customer{gap:0 var(--xzm-space-sm)}:root body .plan-row.xzm-record-compact .work-item-facts.compact .timing{gap:0 var(--xzm-space-sm)}:root body .plan-row.xzm-record-compact .todo-business-actions{align-items:center;flex:0 1 auto}:root body .action-row.xzm-record-compact .action-main{gap:var(--xzm-space-xs)}:root body .action-row.xzm-record-compact .action-buttons{width:auto;flex-wrap:wrap}:root body .routine-panel .record.xzm-record-compact{gap:var(--xzm-space-xs);margin-bottom:var(--xzm-space-sm)}:root body .routine-panel .record.xzm-record-compact .routine-values{gap:var(--xzm-space-sm)}:root body .mobile-order-card.xzm-record-compact{display:grid;gap:var(--xzm-space-xs)}:root body .mobile-order-card.xzm-record-compact :is(header,.mobile-facts){flex-wrap:wrap;align-items:center}:root body .mobile-order-card.xzm-record-compact .mobile-actions{margin:0}:root body .mobile-order-card.xzm-record-compact :is(.mobile-facts,header small){margin:0}:root body .mobile-order-card.xzm-record-compact>small{margin:0}:root body .mobile-delivery-card.xzm-record-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--xzm-space-xs) var(--xzm-space-sm)}:root body .mobile-delivery-card.xzm-record-compact>:is(header,h3,p,dl){grid-column:1 / -1}:root body .mobile-delivery-card.xzm-record-compact dl{display:flex;flex-wrap:wrap;gap:var(--xzm-space-xs) var(--xzm-space-lg)}:root body .mobile-delivery-card.xzm-record-compact :is(dl div,.mobile-next){padding:0;border:0;border-radius:0;background:transparent;margin:0}:root body .mobile-delivery-card.xzm-record-compact dl div{display:flex;flex-wrap:wrap;gap:var(--xzm-space-sm)}:root body .mobile-delivery-card.xzm-record-compact :is(dt,dd){margin:0}:root body .mobile-delivery-card.xzm-record-compact .mobile-next{align-self:center}:root body .mobile-delivery-card.xzm-record-compact>.ant-btn{align-self:center;min-height:44px}:root body .notification-item.xzm-record-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--xzm-space-xs) var(--xzm-space-sm);margin-top:var(--xzm-space-sm)}:root body .notification-item.xzm-record-compact .notification-item-body{grid-column:1 / -1}:root body .notification-item.xzm-record-compact .notification-meta{grid-column:1;align-self:center;display:block;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}:root body .notification-item.xzm-record-compact .notification-item-actions{grid-column:2;padding:0;margin:0;border:0;align-self:center;flex-wrap:wrap}:root body .notification-item.xzm-record-compact .notification-item-actions .ant-btn{min-height:44px}:root body .appointment-card.xzm-record-compact{grid-template-columns:minmax(0,1fr) auto;align-items:center}:root body .appointment-card.xzm-record-compact .appointment-card__main{gap:var(--xzm-space-xs)}:root body .appointment-card.xzm-record-compact .appointment-card__action{padding:0}:root body .task-card.xzm-record-compact{gap:var(--xzm-space-xs)}:root body .task-card.xzm-record-compact .responsibility{gap:var(--xzm-space-xs) var(--xzm-space-lg)}:root body .task-card.xzm-record-compact .task-title{flex-basis:auto}:root body .approval-card.xzm-record-compact{gap:var(--xzm-space-xs)}:root body .approval-card.xzm-record-compact .approval-card__actions{margin-top:0}:root body .contact-row.xzm-record-compact{gap:var(--xzm-space-xs)}:root body .contact-row.xzm-record-compact .contact-identity{flex-wrap:nowrap;align-items:flex-start}:root body .contact-row.xzm-record-compact .contact-identity>div{flex:1}:root body .contact-row.xzm-record-compact .contact-name-line strong{font-size:var(--xzm-type-card-title-size);line-height:var(--xzm-type-card-title-line);font-weight:var(--xzm-type-card-title-weight)}:root body .contact-row.xzm-record-compact .contact-row-actions{min-height:0;padding:0}:root body .history-record.xzm-record-compact .record-contact{flex:1 1 190px}:root body .proposal-record-row.xzm-record-compact .proposal-title-cell{gap:var(--xzm-space-xs)}:root body .proposal-record-row.xzm-record-compact .proposal-row-actions{margin:0;padding:0;border:0}:root body .step-item.xzm-record-compact{grid-template-columns:minmax(0,1fr) auto}:root body .step-item.xzm-record-compact>:is(.xzm-record-head,.xzm-record-body){grid-column:1}:root body .step-item.xzm-record-compact>.xzm-record-footer{grid-column:2;grid-row:1 / 3;align-self:center}@container compact-records (max-width: 480px){:root body .appointment-card.xzm-record-compact{grid-template-columns:minmax(0,1fr)}:root body .appointment-card.xzm-record-compact .appointment-card__action{justify-self:end}}:root body .quota-approval-card.xzm-record-compact{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:var(--xzm-space-sm);align-items:center}:root body .quota-approval-card.xzm-record-compact p{margin:var(--xzm-space-xs) 0 0}:root body .quota-approval-card.xzm-record-compact :is(.ant-btn,.ant-input-number-input){min-height:44px}:root body .deliverable-card.xzm-record-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--xzm-space-xs) var(--xzm-space-sm)}:root body .deliverable-card.xzm-record-compact .deliverable-main{grid-column:1 / -1}:root body .deliverable-card.xzm-record-compact :is(.deliverable-meta,.deliverable-actions){flex-wrap:wrap}:root body .deliverable-card.xzm-record-compact .deliverable-actions .ant-btn{min-height:44px}@container compact-records (max-width:600px){:root body .quota-approval-card.xzm-record-compact{grid-template-columns:minmax(0,1fr) auto auto}:root body .quota-approval-card.xzm-record-compact>div:first-child{grid-column:1 / -1}:root body .quota-approval-card.xzm-record-compact .ant-input-number{width:100%}:root body .deliverable-card.xzm-record-compact .deliverable-actions{grid-column:1 / -1;justify-content:flex-start}}
