:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-nav-bar{--height: 45px;--border-bottom: none;display:flex;align-items:center;height:var(--height);border-bottom:var(--border-bottom);padding:0 12px;white-space:nowrap}.adm-nav-bar-left,.adm-nav-bar-right{flex:1}.adm-nav-bar-title{flex:auto;text-align:center;overflow:hidden;text-overflow:ellipsis}.adm-nav-bar-back{display:flex;align-items:center;margin-right:16px;padding:6px 0;cursor:pointer}.adm-nav-bar-back-arrow{font-size:24px;margin-right:4px}.adm-nav-bar-left{font-size:var(--adm-font-size-7);display:flex;justify-content:flex-start;align-items:center}.adm-nav-bar-title{justify-content:center;white-space:nowrap;font-size:var(--adm-font-size-10);padding:0 12px}.adm-nav-bar-right{text-align:right}:root{color:#1e2128;background:#f5f6f8;font-synthesis:none;text-rendering:optimizeLegibility;--adm-color-primary: #2563eb;--adm-color-success: #2e9b61;--adm-color-warning: #d97706;--adm-color-danger: #d64545;--adm-color-text: #1e2128;--adm-border-color: #e4e7ec}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}.login-page{min-height:100vh;display:grid;place-items:center;padding:40px;background:radial-gradient(circle at 18% 18%,rgba(37,99,235,.16),transparent 34%),linear-gradient(145deg,#111827,#172033 48%,#0f172a)}.login-card{width:min(420px,100%);box-shadow:0 24px 64px #00000047}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:32px}.login-brand .ant-typography{margin:0}.login-title{margin-bottom:20px!important}.login-alert{margin-bottom:18px}.login-hint{margin:18px 0 0!important;font-size:12px;line-height:1.6}.admin-layout{min-height:100vh}.admin-layout>.ant-layout{min-width:0}.brand-block{height:72px;display:flex;align-items:center;gap:12px;padding:0 18px;overflow:hidden}.brand-mark{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:#fff;background:#2563eb;border-radius:7px;font-size:17px;font-weight:750}.brand-name{color:#fff;font-weight:650;white-space:nowrap}.brand-caption{color:#7f8794;font-size:12px;margin-top:2px;white-space:nowrap}.topbar{height:56px;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid #e4e7ec;line-height:normal}.content-shell{padding:24px;min-width:0}.page-header{min-height:36px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px}.page-header .ant-breadcrumb{font-size:14px}.page-header .ant-breadcrumb li:last-child{font-weight:600}.filter-card{margin-bottom:16px}.filter-card .ant-card-body{padding:16px}.table-card .ant-card-body{padding:0}.table-card .ant-table-wrapper{overflow:hidden;border-radius:8px}.metric-card .ant-statistic-title{margin-bottom:10px}.metric-card .ant-statistic-content{font-weight:650}.form-page{max-width:1040px;margin:0 auto}.form-section{margin-bottom:16px}.form-actions{position:sticky;bottom:0;z-index:5;padding:14px 20px;margin:20px -24px -24px;display:flex;justify-content:flex-end;gap:8px;background:#fffffff5;border-top:1px solid #e4e7ec}.muted-cell{color:#667085}.mono-cell{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.clickable-row{cursor:pointer}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px}.review-sidebar{position:sticky;top:80px;align-self:start}.raw-preview{max-height:520px;overflow:auto;padding:16px;color:#d6dae1;background:#17191d;border-radius:6px;white-space:pre-wrap;word-break:break-word;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.payload-json{white-space:pre-wrap;word-break:break-word}.product-gallery{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.product-gallery .ant-image{max-width:100%;background:#f7f8fa;border-radius:6px;overflow:hidden}.spec-form-row,.image-form-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(180px,2fr) 34px;gap:12px}.review-layout .ant-descriptions-item-content,.review-sidebar .ant-alert{overflow-wrap:anywhere}.mobile-nav-grid{display:grid;gap:20px;padding:12px 16px 24px}.mobile-nav-group-title{color:#667085;font-size:12px;margin-bottom:8px}.mobile-nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-nav-links .adm-button{text-align:left;font-size:14px;min-height:44px}.mobile-navigation{top:calc(56px + env(safe-area-inset-top));max-height:calc(100dvh - 72px - env(safe-area-inset-top));overflow-y:auto;overscroll-behavior:contain;border-radius:0 0 16px 16px}.mobile-navigation .adm-nav-bar{position:sticky;top:0;z-index:1;background:#fff}.mobile-filter-popup{border-radius:16px 16px 0 0;padding-inline:16px}.mobile-filter-popup>section{display:flex;flex-direction:column;max-height:85dvh}.mobile-filter-popup .adm-nav-bar{flex-shrink:0}.mobile-filter-popup .filter-card-fields{overflow-y:auto;overscroll-behavior:contain;min-height:0}.filter-card-actions{display:flex;gap:12px;flex-shrink:0;padding-block:12px max(20px,env(safe-area-inset-bottom))}.filter-card-actions .adm-button{min-height:44px}.filter-card-actions .adm-button:last-child{flex:1}.filter-count{display:inline-block;margin-left:6px;min-width:20px;padding:0 5px;border-radius:10px;color:#2563eb;background:#edf3ff;font-size:12px}.batch-review-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;margin-bottom:16px;background:#fff;border:1px solid #e4e7ec;border-radius:8px}.batch-review-selection{display:flex;align-items:center;justify-content:space-between;gap:8px}.record-detail{margin:0}.record-detail>div{margin-bottom:20px}.record-detail dt{color:#667085;margin-bottom:8px}.record-detail dd{margin:0;overflow-wrap:anywhere}.record-detail .ant-space,.ant-drawer-footer .ant-space{flex-wrap:wrap}@media(max-width:767px),(max-width:1023px)and (max-height:500px){.login-page{min-height:100dvh;padding:20px}.login-card .ant-card-body{padding:24px}.admin-layout{min-height:100dvh}.topbar{position:sticky;top:0;z-index:20;justify-content:space-between;height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(8px,env(safe-area-inset-right)) 0 max(8px,env(safe-area-inset-left))}.topbar .navigation-toggle{height:44px;font-size:15px}.topbar .adm-nav-bar{width:100%;padding:0;--height: 56px}.topbar .adm-nav-bar-title{flex:1;padding-inline:4px;font-size:15px;font-weight:600}.topbar .adm-nav-bar-left,.topbar .adm-nav-bar-right{flex:0 0 auto}.topbar-actions{flex-shrink:0}.topbar-actions .ant-btn{white-space:nowrap;padding-inline:6px}.topbar-actions>.ant-space-item{flex-shrink:0}.content-shell{padding:16px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.page-header{align-items:center;flex-wrap:wrap;gap:12px}.mobile-page-heading{display:flex;align-items:center;gap:8px;min-width:0}.mobile-page-heading h1{margin:0;font-size:20px;line-height:1.4;font-weight:650}.mobile-back{display:grid;place-items:center;min-width:44px;min-height:44px;color:#1e2128}.page-header .ant-breadcrumb{overflow-wrap:anywhere}.page-header-actions{max-width:100%}.page-header-actions .ant-space{flex-wrap:wrap}.ant-space-item{min-width:0;max-width:100%}.content-shell .ant-card-head,.ant-drawer .ant-card-head{padding-inline:16px}.content-shell .ant-card-head-wrapper,.ant-drawer .ant-card-head-wrapper{flex-wrap:wrap;gap:8px;padding-block:12px}.content-shell .ant-card-head-title,.ant-drawer .ant-card-head-title{white-space:normal;overflow-wrap:anywhere}.content-shell .ant-card-body,.ant-drawer .ant-card-body{padding:16px}.content-shell .table-card>.ant-card-body{padding:0}.metric-card .ant-statistic-title{font-size:13px}.metric-card .ant-statistic-content{font-size:26px}.filter-card .ant-card-body>.ant-space,.filter-card-fields>.ant-space{display:flex;width:100%;flex-wrap:wrap}.filter-card .ant-card-body>.ant-space>.ant-space-item,.filter-card-fields>.ant-space>.ant-space-item{flex:1 1 100%}.filter-card:has(.filter-card-toggle) .ant-card-body{padding:4px 12px}.filter-card-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#667085;font-size:13px}.filter-card-fields:not([hidden]){padding-block:12px}.filter-card .ant-input-affix-wrapper,.filter-card .ant-input-search,.filter-card .ant-select,.mobile-filter-popup .ant-input-affix-wrapper,.mobile-filter-popup .ant-input-search,.mobile-filter-popup .ant-select{width:100%!important}.filter-card-toggle .adm-button{min-height:44px}.ant-btn{min-height:44px;height:auto;white-space:normal}.ant-btn-icon-only{min-width:44px}.ant-input,.ant-input-number-input,.ant-select{font-size:16px}.ant-input:not(textarea),.ant-input-affix-wrapper,.ant-input-number,.ant-select{min-height:44px}.ant-input-affix-wrapper .ant-input{min-height:0}.ant-input-number-input{min-height:42px}.ant-form-item{margin-bottom:20px}.ant-select,.ant-input-number,.ant-input-group-wrapper{max-width:100%}.ant-form-item-label>label{height:auto;white-space:normal}.ant-form-item-control-input-content{min-width:0}.ant-form>.ant-space:has(.ant-form-item){display:flex;flex-wrap:wrap}.ant-form>.ant-space:has(.ant-form-item)>.ant-space-item{width:100%}.ant-form>.ant-space .ant-form-item{width:100%!important}.form-actions{position:fixed;left:0;right:0;margin:0;padding:12px max(16px,env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));flex-wrap:wrap}.form-actions>.ant-btn{flex:1;padding-inline:12px;white-space:nowrap}.form-actions>.ant-dropdown-trigger{flex:0 0 auto;min-width:56px}.form-page,.product-record-page,.review-detail-page{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.form-actions .ant-btn-primary{flex:1.5}.has-batch-actions{padding-bottom:calc(128px + env(safe-area-inset-bottom))}.batch-review-bar{position:fixed;bottom:0;left:0;right:0;z-index:25;margin:0;border-radius:0;padding:4px max(16px,env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}.batch-review-selection,.batch-review-bar>.ant-space{width:100%}.batch-review-bar>.ant-space>.ant-space-item{flex:1}.batch-review-bar>.ant-space .ant-btn{width:100%}.ant-form-item{scroll-margin-block:80px}.ant-dropdown-menu-item{min-height:44px}.ant-radio-wrapper{min-height:44px;align-items:center}.mobile-product-summary{margin-bottom:16px;padding:16px;background:#fff;border:1px solid #e4e7ec;border-radius:8px}.mobile-product-summary h2{margin:6px 0 12px;font-size:20px;line-height:1.4;overflow-wrap:anywhere}.mobile-product-summary>strong{font-size:20px;color:#2563eb}.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-gallery .ant-image{width:100%!important;height:80px!important}.product-gallery .ant-image:first-child{grid-column:1 / -1;height:230px!important}.product-gallery .ant-image-img{height:100%}.spec-form-row,.image-form-row{grid-template-columns:minmax(0,1fr);gap:8px;padding-bottom:16px;border-bottom:1px solid #e4e7ec}.spec-form-row .ant-form-item,.image-form-row .ant-form-item{margin-bottom:0}.spec-form-row>.ant-btn,.image-form-row>.ant-btn{justify-self:end}.ant-alert{flex-wrap:wrap;row-gap:12px}.ant-alert-content{min-width:0;overflow-wrap:anywhere}.ant-alert-actions{margin-inline-start:0;width:100%}.ant-alert-actions .ant-space{flex-wrap:wrap}.catalog-list-notice.ant-alert{flex-wrap:nowrap;padding:4px 12px}.catalog-list-notice .ant-alert-actions{width:auto}.catalog-list-notice .ant-alert-actions .ant-space{gap:0!important;flex-wrap:nowrap}.catalog-list-notice .ant-btn{padding-inline:6px;font-size:12px}.ant-descriptions{overflow-wrap:anywhere}.ant-descriptions-view table{table-layout:fixed;width:100%}.ant-descriptions-bordered .ant-descriptions-item-label{width:32%}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{padding:10px!important}.ant-drawer-content-wrapper{max-width:100vw}.ant-drawer:not(.mobile-navigation) .ant-drawer-content-wrapper{width:100%!important}.ant-drawer .ant-drawer-header{padding:12px 16px;flex-wrap:wrap;gap:12px}.ant-drawer .ant-drawer-header-title{min-width:0}.ant-drawer .ant-drawer-title{overflow-wrap:anywhere}.ant-drawer .ant-drawer-close{min-width:44px;min-height:44px}.ant-drawer .ant-drawer-body{padding:16px;overflow-wrap:anywhere}.ant-drawer .ant-drawer-footer{padding:12px 16px max(12px,env(safe-area-inset-bottom))}.ant-modal{top:16px;padding-bottom:16px;max-width:calc(100vw - 24px)}.ant-modal .ant-modal-container{padding:20px 16px;max-height:calc(100dvh - 32px);display:flex;flex-direction:column}.ant-modal .ant-modal-header,.ant-modal .ant-modal-footer{flex-shrink:0}.ant-modal .ant-modal-body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.ant-modal .ant-modal-title{padding-right:32px;overflow-wrap:anywhere}.ant-modal .ant-modal-close{width:44px;height:44px;top:8px;right:8px}.ant-modal .ant-modal-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ant-modal .ant-modal-footer>.ant-btn+.ant-btn{margin-inline-start:0}.ant-popconfirm{max-width:calc(100vw - 24px)}.responsive-table-mobile{scroll-margin-top:calc(72px + env(safe-area-inset-top))}.responsive-table-mobile .ant-table{background:transparent}.responsive-table-mobile .ant-table-container{border:0!important}.responsive-table-mobile .ant-table-content{overflow:visible!important}.responsive-table-mobile table,.responsive-table-mobile thead,.responsive-table-mobile tbody{display:block;width:100%!important}.responsive-table-mobile colgroup,.responsive-table-mobile .ant-table-measure-row{display:none}.responsive-table-mobile .ant-table-thead>tr{display:flex;flex-wrap:wrap}.responsive-table-mobile .ant-table-thead>tr>th{display:none}.responsive-table-mobile .ant-table-thead>tr>.ant-table-column-has-sorters,.responsive-table-mobile .ant-table-thead>tr>.ant-table-selection-column{display:flex;align-items:center;gap:8px;width:auto;min-height:44px;padding:8px 16px}.responsive-table-mobile .ant-table-column-has-sorters:before{content:"排序"!important;position:static!important;width:auto!important;height:auto!important;background:none!important;color:#667085;font-weight:400;transform:none!important}.responsive-table-mobile .ant-table-selection-column:after{content:"选择此条";color:#667085}.responsive-table-mobile .ant-table-thead .ant-table-selection-column:after{content:"选择本页"}.table-card:has(.responsive-table-mobile){border:0;background:transparent}.responsive-table-mobile .ant-table-tbody>.ant-table-row{display:block;margin-bottom:12px;background:#fff;border:1px solid #e4e7ec;border-radius:8px;overflow:hidden}.responsive-table-mobile .ant-table-tbody>.ant-table-row>td{display:block;padding:0;border:0;width:100%;white-space:normal;overflow-wrap:anywhere}.responsive-table-mobile .ant-table-tbody>.ant-table-row>.mobile-hidden-cell{display:none}.record-card.adm-card{padding:0}.record-card .adm-card-header{padding:4px 16px;min-height:48px;border-bottom:1px solid #f0f1f3}.record-card .adm-card-header-title{font-size:13px;min-width:0}.record-card .adm-card-header .ant-tag{margin:0}.record-card-open{flex-shrink:0;margin-left:auto;padding:8px 0 8px 8px;min-height:44px;border:0;background:none;color:#667085;font:inherit;font-size:12px;cursor:pointer}.record-card-open:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.record-card-body{padding:16px;cursor:pointer}.record-card-title{font-size:15px;font-weight:600;line-height:1.6}.record-card-title .muted-cell{font-size:12px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px}.record-card-title>.ant-space{align-items:flex-start}.record-card-title .ant-space-item:has(>.ant-tag){flex-shrink:0}.record-card-title .ant-btn{text-align:left;justify-content:flex-start}.record-card-title .ant-image{flex-shrink:0}.record-card-summary{display:grid;gap:10px;margin:14px 0 0;font-size:13px}.record-card-summary>div{display:flex;gap:12px;justify-content:space-between}.record-card-summary dt{color:#667085;flex-shrink:0}.record-card-summary dd{margin:0;text-align:right;min-width:0}.record-card-summary .ant-space{flex-wrap:wrap;justify-content:flex-end}.record-card .ant-tag{white-space:normal;max-width:100%}.record-card-actions{padding:8px 12px;border-top:1px solid #f0f1f3;display:flex;justify-content:flex-end}.record-card-actions .ant-space{flex-wrap:wrap;justify-content:flex-end}.record-card-actions a{display:inline-flex;align-items:center;min-height:44px}.record-card-actions .desktop-record-details{display:none}.responsive-table-mobile .ant-table-tbody>.ant-table-row>.ant-table-selection-column,.responsive-table-mobile .ant-table-tbody>.ant-table-row>.ant-table-row-expand-icon-cell{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 16px}.responsive-table-mobile .ant-checkbox-wrapper{padding:10px;margin:-10px}.responsive-table-mobile .ant-table-expanded-row{display:block}.responsive-table-mobile .ant-table-expanded-row>td{display:block}.responsive-table-mobile .ant-table-expanded-row-fixed{width:100%!important;margin:0!important;padding:12px!important}.responsive-table-mobile .ant-table-placeholder{display:block}.responsive-table-mobile .ant-table-placeholder>td{display:block;border:0}.responsive-table-mobile .ant-pagination{flex-wrap:wrap;justify-content:center;margin:0!important;padding:16px 8px;gap:8px}.responsive-table-mobile .ant-pagination-prev,.responsive-table-mobile .ant-pagination-next,.responsive-table-mobile .ant-pagination-simple-pager{min-width:44px;height:44px;line-height:44px}.responsive-table-mobile .ant-pagination-total-text{flex-basis:100%;text-align:center}}@media(max-width:1280px){.review-layout{grid-template-columns:1fr}.review-sidebar{position:static}}
