: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-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-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-image{--width: var(--adm-image-width, auto);--height: var(--adm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.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-card{background:var(--adm-color-background);border-radius:var(--adm-card-border-radius, 8px);padding:0 var(--adm-card-padding-inline, 12px)}.adm-card-header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:var(--adm-card-header-gap, 8px);box-sizing:border-box;padding:var(--adm-card-header-padding-block, 12px) 0}.adm-card-header:not(:last-child){border-bottom:solid var(--adm-card-header-border-width, .5px) var(--adm-card-header-border-color, var(--adm-color-border))}.adm-card-header-title{font-size:var(--adm-font-size-7);line-height:1.4;font-weight:700}.adm-card-body{padding:var(--adm-card-body-padding-block, 12px) 0}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: 12px;--active-line-height: 2px;--active-line-border-radius: var(--active-line-height);--active-line-color: var(--adm-color-primary);--active-title-color: var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:solid 1px var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:-webkit-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: 12px;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid 1px var(--adm-color-border);--border-top: solid 1px var(--adm-color-border);--border-bottom: solid 1px var(--adm-color-border);--padding-left: 12px;--padding-right: 12px;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{flex:none;padding-left:12px;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:4px;color:var(--adm-color-light);font-size:19px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:var(--border-inner)}.adm-center-popup{--background-color: var(--adm-center-popup-background-color, var(--adm-color-background));--border-radius: var(--adm-center-popup-border-radius, 8px);--max-width: var(--adm-center-popup-max-width, 75vw);--min-width: var(--adm-center-popup-min-width, 280px);--z-index: var(--adm-center-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-dialog{--z-index: var(--adm-dialog-z-index, 1000);---z-index: var(--z-index)}.adm-dialog .adm-center-popup{--z-index: var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:solid .5px var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0}.adm-empty-image-container{display:flex;justify-content:center}.adm-empty-image-container .adm-empty-image{width:64px;height:intrinsic}.adm-empty-description{margin-top:8px;font-size:var(--adm-font-size-6);color:var(--adm-color-light)}.adm-form{--border-inner: solid 1px var(--adm-border-color);--border-top: solid 1px var(--adm-border-color);--border-bottom: solid 1px var(--adm-border-color);--prefix-width: 6.8em;---border-inner: var(--border-inner);---border-top: var(--border-top);---border-bottom: var(--border-bottom);---prefix-width: var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left: 16px;--padding-right: 12px;--border-inner: var(---border-inner);--border-top: var(---border-top);--border-bottom: var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width: var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{display:block;height:100%;line-height:1.5;box-sizing:border-box;position:relative;color:var(--adm-color-text-secondary)}.adm-form-item-label .adm-form-item-required-asterisk{position:absolute;left:-.6em;top:0;font-family:SimSun,sans-serif;color:var(--adm-color-danger);-webkit-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:4px;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:4px;cursor:pointer}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items: stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:12px;padding-bottom:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-popover{--z-index: var(--adm-popover-z-index, 1030);--background: #ffffff;--arrow-size: 8px;--content-padding: 8px 12px;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background: rgba(0, 0, 0, .75);--adm-color-text: #ffffff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:#ffffff03;content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;box-shadow:0 0 30px #3333;font-size:var(--adm-font-size-7);width:-webkit-max-content;width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{position:absolute;display:block;height:var(--arrow-size);width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow-icon{display:block;height:var(--arrow-size);width:calc(var(--arrow-size) / 8 * 15);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color: var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding: 0}.adm-popover-menu-list{overflow:hidden;min-width:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:20px;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{flex:auto;padding:14px 20px 14px 0;border-top:solid 1px var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:solid 1px var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color: var(--adm-color-text);--background: rgba(0, 0, 0, .9)}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap: 8px;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.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}.adm-tab-bar-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;min-height:48px}.adm-tab-bar-item{flex:1;color:var(--adm-color-text-secondary);white-space:nowrap;padding:4px 8px;width:-webkit-min-content;width:min-content;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top: 6px}.adm-tab-bar-title-badge{--right: -2px;--top: -2px}.adm-tag{--border-radius: var(--adm-tag-border-radius, 2px);padding:2px 4px;font-size:var(--adm-font-size-3);line-height:1;font-weight:400;background:var(--background-color);color:var(--text-color);display:inline-block;white-space:nowrap;border-radius:var(--border-radius);border:1px solid var(--border-color);box-sizing:border-box}.adm-tag-round{border-radius:100px}.adm-text-area{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--disabled-color: var(--adm-color-weak);--text-align: left;--count-text-align: right;position:relative;width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display:block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}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;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}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-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;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-weight:500}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}:root{--mobile-tabbar-height: 58px;--mobile-tabbar-safe-height: calc(var(--mobile-tabbar-height) + env(safe-area-inset-bottom));--list-border: #e5e7eb;--list-row-border: #eef2f7;--list-header-bg: #f8fafc;--list-row-hover: #f9fafb;--list-primary: #2563eb;--list-danger: #dc2626;--list-muted: #64748b;--list-cell-height: 44px;--list-cell-padding-x: 10px;color:#1f2937;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,sans-serif}.common-search-bar{display:grid;grid-template-columns:minmax(180px,1.1fr) repeat(4,minmax(130px,.8fr)) minmax(160px,auto);gap:10px;align-items:center}.common-search-bar .ant-input,.common-search-bar .ant-picker,.common-search-bar .ant-select,.common-search-bar .ant-btn{height:32px}.common-action-bar{flex:0 0 auto;justify-content:flex-end;gap:8px!important}.common-action-button.ant-btn,.common-action-bar .ant-btn,.desktop-actions .ant-btn,.desktop-actions .adm-button{height:32px;border-radius:6px;font-size:13px;font-weight:500}.common-action-button.primary.ant-btn,.common-action-bar .ant-btn-primary{border-color:var(--list-primary);background:var(--list-primary)}.common-action-button.danger.ant-btn{border-color:#fecaca;color:var(--list-danger)}.common-row-actions{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.common-row-actions .ant-btn{height:24px;padding:0 2px;font-size:13px}.common-row-actions .ant-btn-link{color:var(--list-primary)}.common-row-actions .ant-btn-dangerous{color:var(--list-danger)}.common-table{position:relative;display:flex;min-height:280px;flex:1 1 auto;flex-direction:column;overflow:visible;padding-bottom:6px}.common-table .ant-table{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;font-size:13px}.common-table .ant-spin-nested-loading,.common-table .ant-spin-container,.common-table .ant-table-container{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.common-table .ant-table-container,.common-table .ant-table-content,.common-table .ant-table-body{min-height:0}.common-table .ant-table-container{border-top:1px solid var(--list-row-border)}.common-table .ant-table table{table-layout:fixed!important;border-collapse:separate;border-spacing:0}.common-table .ant-table-thead>tr>th{height:38px;overflow:hidden;border-bottom:1px solid var(--list-border)!important;background:var(--list-header-bg)!important;color:#475569;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.common-table .ant-table-cell{padding:8px var(--list-cell-padding-x);overflow:hidden;line-height:1.35;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.common-table .ant-table-tbody>tr>td{height:var(--list-cell-height);border-bottom:1px solid var(--list-row-border)!important;background-clip:padding-box}.common-table .ant-table-tbody>tr>td.ant-table-cell-fix-left,.common-table .ant-table-tbody>tr>td.ant-table-cell-fix-start,.common-table .ant-table-tbody>tr>td.ant-table-selection-column{box-shadow:inset 0 -1px 0 var(--list-row-border)}.common-table .ant-table-tbody>tr:hover>td{border-bottom-color:var(--list-row-border)!important;background:var(--list-row-hover)!important}.common-table .ant-table-cell-fix-left,.common-table .ant-table-cell-fix-right,.common-table .ant-table-cell-fix-start,.common-table .ant-table-cell-fix-end{background:#fff!important;background-clip:border-box;z-index:8}.common-table .ant-table-thead .ant-table-cell-fix-left,.common-table .ant-table-thead .ant-table-cell-fix-right,.common-table .ant-table-thead .ant-table-cell-fix-start,.common-table .ant-table-thead .ant-table-cell-fix-end{background:var(--list-header-bg)!important;z-index:16}.common-table .ant-table-cell-fix-left-last,.common-table .ant-table-cell-fix-start-shadow{box-shadow:12px 0 14px -14px #0f172a61}.common-table .ant-table-cell-fix-right-first,.common-table .ant-table-cell-fix-end-shadow{box-shadow:-12px 0 14px -14px #0f172a61}.common-table .ant-table-body{overflow:auto!important;scrollbar-gutter:stable both-edges}.common-table .ant-table-body::-webkit-scrollbar{width:10px;height:10px}.common-table .ant-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.common-table .ant-table-body::-webkit-scrollbar-track{background:transparent}.system-list{display:grid;gap:12px;padding:16px 0}.system-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.system-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:14px 0}.system-tabs{--title-font-size: 15px;position:relative;isolation:isolate;border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.system-tabs .adm-tabs-header{position:relative;z-index:10;border-bottom:1px solid #e5e7eb;background:#fff;box-shadow:0 10px #fff}.system-tabs .adm-tabs-content{position:relative;z-index:1;max-height:calc(100vh - 236px);overflow:auto;background:#fff}.pc-table-wrap{position:relative;isolation:isolate;width:100%;max-height:calc(100vh - 292px);overflow:auto;overscroll-behavior:contain;padding:0 0 16px;background:#fff}.pc-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed}.pc-table th{position:sticky;top:0;z-index:30;padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#f8fafc;background-clip:border-box;color:#475569;font-weight:600;text-align:left;white-space:nowrap;box-shadow:0 -24px #fff,0 1px #e5e7eb}.pc-table td{padding:12px 14px;border-bottom:1px solid #eef2f7;background:#fff;color:#111827;vertical-align:middle}.pc-table tr:hover td{background:#f9fafb}.pc-table th:first-child,.pc-table td:first-child{position:sticky;left:0;z-index:20;min-width:120px;background:#fff;box-shadow:8px 0 12px -12px #0f172a52}.pc-table th:first-child{z-index:40!important;background:#f8fafc;box-shadow:0 -24px #fff,8px 0 12px -12px #0f172a47}.pc-table tr:hover td:first-child{background:#f9fafb;box-shadow:8px 0 12px -12px #0f172a52}.company-cell{min-width:360px;max-width:430px;color:#4b5563;line-height:1.6;word-break:break-word}.status-pill{display:inline-flex;align-items:center;min-width:44px;justify-content:center;padding:3px 8px;border-radius:999px;font-size:12px}.status-pill.enabled{background:#dcfce7;color:#166534}.status-pill.disabled{background:#fee2e2;color:#991b1b}.table-actions{display:flex;flex-wrap:wrap;gap:8px;min-width:230px}.table-actions button{border:0;background:transparent;color:#2563eb;cursor:pointer;font-size:13px}.table-actions button.danger{color:#dc2626}.permission-table{min-width:2400px;table-layout:auto}.permission-table th,.permission-table td{text-align:center}.permission-table th:first-child,.permission-table td:first-child{min-width:160px;text-align:left}.permission-table td:first-child{z-index:5;background:#fff;box-shadow:8px 0 12px -12px #0f172a52}.permission-table th:first-child{z-index:8;background:#f8fafc;box-shadow:0 -24px #fff,8px 0 12px -12px #0f172a47}.permission-table tr:hover td:first-child{background:#f9fafb;box-shadow:8px 0 12px -12px #0f172a52}.account-table-wrap .pc-table th:first-child,.account-table-wrap .pc-table td:first-child{min-width:160px;box-shadow:8px 0 12px -12px #0f172a57}.account-table-wrap .pc-table th:first-child{box-shadow:0 -24px #fff,8px 0 12px -12px #0f172a4d}.account-table-wrap .pc-table tr:hover td:first-child{box-shadow:8px 0 12px -12px #0f172a57}.account-role-groups{display:grid;gap:14px;padding:12px 0 16px}.account-role-group{overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.account-role-group.pinned{border-color:#93c5fd;box-shadow:0 10px 28px #2563eb1f}.account-role-group-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:0;border-bottom:1px solid #e5e7eb;background:#f8fafc;color:inherit;font:inherit;text-align:left;cursor:pointer}.account-role-group-header:hover{background:#f1f5f9}.account-role-group-header:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.account-role-heading{display:flex;min-width:0;align-items:center;gap:10px}.account-role-arrow{flex:0 0 auto;width:0;height:0;border-top:6px solid #64748b;border-right:5px solid transparent;border-left:5px solid transparent;transition:transform .18s ease}.account-role-group-header.expanded .account-role-arrow{transform:rotate(180deg)}.account-role-name{color:#111827;font-size:15px;font-weight:700}.account-role-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;color:#475569;font-size:12px}.account-role-stats span{padding:3px 8px;border:1px solid #dbe3ef;border-radius:999px;background:#fff}.account-role-stats .account-role-close{border-color:#bfdbfe;color:#2563eb;cursor:pointer}.account-role-stats .account-role-close:hover{background:#eff6ff}.account-role-table-wrap{max-height:min(420px,calc(100vh - 360px));overflow:auto;padding-bottom:0;scrollbar-gutter:stable both-edges}.account-role-table-wrap .pc-table{min-width:980px}.account-role-table-wrap .pc-table th{top:0;z-index:5;box-shadow:0 1px #e5e7eb}.account-role-empty{padding:18px 14px;color:#94a3b8;font-size:13px;text-align:center}.check-mark,.no-mark,.permission-toggle{display:inline-flex;min-width:40px;justify-content:center;padding:3px 8px;border:0;border-radius:6px;font-size:12px;cursor:pointer}.check-mark,.permission-toggle.allowed{background:#eff6ff;color:#1d4ed8}.no-mark,.permission-toggle.denied{background:#f3f4f6;color:#6b7280}.permission-toggle:disabled{cursor:not-allowed;opacity:.72}.overview-page{display:flex;flex-direction:column;gap:14px;min-height:100%;overflow-y:auto;scrollbar-gutter:stable}.overview-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.overview-header-controls{flex-wrap:wrap;justify-content:flex-end}.overview-range-picker{width:280px}.overview-month-selector{position:relative;margin-left:auto}.overview-month-selector>button{min-width:146px;height:34px;padding:0 12px;border:1px solid #d9e1ec;border-radius:8px;background:#fff;color:#111827;font-size:14px;font-weight:500;cursor:pointer}.overview-month-trigger{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px}.overview-month-icon{flex:0 0 auto;color:#8c8c8c;font-size:15px}.overview-month-placeholder{flex:1 1 auto;color:#bfbfbf;font-size:14px;font-weight:400;line-height:34px;text-align:left}.overview-month-value{flex:1 1 auto;color:#111827;font-size:14px;line-height:34px;text-align:left}.overview-month-trigger i{display:none;width:16px;height:16px;border-radius:50%;background:#eef2f7;color:#64748b;font-style:normal;line-height:15px;text-align:center}.overview-month-selector>button:hover{border-color:#1677ff;color:#1677ff}.overview-month-trigger:hover i{display:inline-block}.overview-month-popup{border-radius:16px 16px 0 0}.overview-month-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:40;width:258px;border:1px solid #eef2f7;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a24}.overview-month-panel{padding:12px;background:#fff}.overview-month-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.overview-month-panel-head button{width:28px;height:28px;border:0;border-radius:8px;background:#f3f6fb;color:#374151;font-size:20px}.overview-month-panel-head strong{color:#111827;font-size:16px}.overview-month-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.overview-month-grid button{height:30px;border:1px solid #e5eaf2;border-radius:8px;background:#fff;color:#374151;font-size:12px}.overview-month-grid button.active{border-color:#1677ff;background:#eef6ff;color:#1677ff;font-weight:600}.overview-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.overview-stat-card,.overview-card{border:1px solid #eef2f7;border-radius:10px;background:#fff;box-shadow:0 8px 22px #0f172a0a}.overview-stat-card{min-height:82px;padding:14px;min-width:0;overflow:hidden}.overview-stat-card span{display:block;color:#6b7280;font-size:13px;line-height:18px;white-space:nowrap}.overview-stat-card strong{display:block;margin-top:10px;color:#1677ff;font-size:clamp(20px,2vw,24px);font-weight:700;line-height:1.18;overflow-wrap:anywhere;word-break:break-word}.overview-main-grid,.overview-chart-grid{display:grid;gap:14px}.overview-main-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.95fr);align-items:stretch}.overview-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-month-card{min-height:376px}.overview-card{min-width:0;padding:16px}.overview-card-title{margin-bottom:14px;color:#111827;font-size:15px;font-weight:600}.overview-title-with-action{display:inline-flex;align-items:center;gap:8px}.overview-copy-button{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer}.overview-copy-button:hover{background:#f1f5f9;color:#1677ff}.overview-download-form{display:flex;flex-direction:column;gap:10px;padding:8px 0}.overview-template-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.overview-empty{color:#6b7280}.overview-record-list{display:flex;flex-direction:column;gap:10px}.overview-record-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #f1f5f9}.overview-record-item:last-child{border-bottom:0}.overview-record-item div{min-width:0}.overview-record-item strong,.overview-record-item span,.overview-record-item em{display:block}.overview-record-item strong{color:#111827;font-size:14px;font-weight:600}.overview-record-item span,.overview-record-item em{margin-top:4px;color:#6b7280;font-size:12px;font-style:normal}.overview-record-item>div:last-child{flex:0 0 auto;text-align:right}.overview-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-dimension-tabs{display:inline-flex;gap:4px;padding:3px;border-radius:8px;background:#f3f6fb}.overview-dimension-tabs button{height:26px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#64748b;font-size:12px;cursor:pointer}.overview-dimension-tabs button.active{background:#fff;color:#1677ff;font-weight:600;box-shadow:0 2px 6px #0f172a0f}.overview-personnel-card{min-height:376px}.overview-personnel-chart{position:relative;min-height:300px}.overview-donut-wrap{position:relative;width:244px;height:244px}.overview-donut{width:244px;height:244px;transform:rotate(-90deg)}.overview-donut-segment{transition:opacity .16s ease,stroke-width .16s ease;cursor:pointer}.overview-donut-segment:hover{stroke-width:32px}.overview-donut-segment.dimmed{opacity:.22}.overview-donut-center{position:absolute;left:50%;top:42%;width:88px;height:88px;display:grid;place-items:center;border-radius:50%;background:#fff;text-align:center;transform:translate(-50%,-50%);pointer-events:none}.overview-donut-center strong{color:#1677ff;font-size:30px;line-height:1}.overview-donut-center span{color:#64748b;font-size:12px}.overview-donut-tooltip{position:absolute;left:50%;top:18px;z-index:2;min-width:160px;padding:10px 12px;border:1px solid #eef2f7;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a24;transform:translate(-50%)}.overview-donut-tooltip strong,.overview-donut-tooltip span{display:block}.overview-donut-tooltip strong{color:#111827;font-size:13px}.overview-donut-tooltip span{margin-top:3px;color:#64748b;font-size:12px}.overview-donut-legend{display:flex;flex-direction:column;gap:9px;min-width:0}.overview-donut-legend>div{display:grid;grid-template-columns:10px minmax(0,1fr) 52px 58px;gap:8px;align-items:center;color:#374151;font-size:12px;transition:opacity .16s ease}.overview-donut-legend>div.dimmed{opacity:.35}.overview-donut-legend i{width:8px;height:8px;border-radius:50%}.overview-donut-legend span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-donut-legend strong,.overview-donut-legend em{color:#111827;font-style:normal;font-weight:500;text-align:right}.overview-chart-empty{display:grid;min-height:260px;place-items:center;color:#94a3b8;font-size:14px}.overview-month-chart{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;min-height:220px;align-items:end;padding:12px 6px 0}.overview-operations-card{display:flex;flex-direction:column;gap:12px}.overview-operations-filter{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 326px auto auto;align-items:center;box-shadow:none}.overview-operation-dispatch-wrap{width:100%}.overview-operation-dropdown-menu{max-height:260px}.overview-operations-split{min-height:420px}.overview-operations-list,.overview-operations-detail{min-width:0;padding:14px;border:1px solid #eef2f7;border-radius:10px;background:#fff}.overview-operations-list{max-height:520px;overflow:auto}.overview-operations-list .operations-list{max-height:420px;overflow-y:auto;padding-right:4px}.overview-operations-pagination{margin-top:12px;text-align:right}.overview-operation-detail-grid{margin-top:14px}.config-inline-list{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px}.overview-month-item{display:grid;gap:8px;justify-items:center;color:#6b7280;font-size:12px}.overview-month-bars{display:flex;align-items:end;gap:6px;width:34px;height:170px}.overview-month-bars i{width:14px;min-height:0;border-radius:5px 5px 0 0}.overview-month-bars .add{background:#1677ff}.overview-month-bars .remove{background:#f59e0b}.overview-legend{display:flex;justify-content:center;gap:18px;color:#6b7280;font-size:12px}.overview-legend span:before{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#1677ff;content:""}.overview-legend span:last-child:before{background:#f59e0b}.submit-confirm-backdrop{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0f172a61}.submit-confirm-card{width:min(420px,100%);overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 22px 52px #0f172a38}.submit-confirm-title{padding:16px 18px 10px;color:#111827;font-size:16px;font-weight:600;text-align:center}.submit-confirm-content{display:grid;gap:10px;padding:8px 18px 16px}.submit-confirm-content div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start;color:#6b7280;font-size:13px;line-height:1.45}.submit-confirm-content strong{min-width:0;color:#111827;font-weight:500;overflow-wrap:anywhere}.submit-confirm-content .submit-confirm-remark,.worker-field-manual-remark .worker-text-ellipsis{color:#ef4444;font-weight:600}.submit-confirm-content p{margin:4px 0 0;padding:10px 12px;border-radius:8px;background:#f5f8ff;color:#4b5563;font-size:13px;line-height:1.55}.submit-confirm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 18px 18px;border-top:1px solid #eef2f7}.submit-confirm-actions .adm-button{height:36px;border-radius:8px;font-size:14px}.id-card-toggle{max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer}.id-card-toggle:hover{color:inherit;text-decoration:none}.mobile-id-card-toggle{max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:500;text-align:left}.system-card{padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.permission-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.permission-tags span{padding:4px 8px;border-radius:6px;background:#eef2ff;color:#3730a3;font-size:12px}.system-form{max-height:82vh;overflow:auto;padding:18px;background:#fff}.system-account-form{display:flex;flex-direction:column;height:min(620px,calc(100vh - 56px));max-height:calc(100vh - 56px);overflow:hidden}.system-account-form-body{flex:1 1 auto;min-height:0;overflow-y:auto;margin-right:-6px;padding-right:6px}.pc-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:28px;background:#0f172a6b}.pc-modal{width:min(820px,calc(100vw - 56px));border-radius:10px;box-shadow:0 24px 70px #0f172a38}.pc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:14px}.pc-form-grid label{display:grid;gap:7px;color:#374151;font-size:13px}.pc-form-grid input,.pc-form-grid select{width:100%;height:36px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:14px}.role-multi-select{position:relative}.role-multi-select-trigger{width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:14px;text-align:left;cursor:pointer}.role-multi-select-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-multi-select-trigger:disabled{cursor:not-allowed;color:#9ca3af;background:#f9fafb}.role-multi-select.open .role-multi-select-trigger{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1f}.role-multi-select-arrow{color:#6b7280;flex:0 0 auto}.role-multi-select-menu{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow:auto;padding:6px;border:1px solid #d6dde8;border-radius:8px;background:#fff;box-shadow:0 16px 36px #0f172a2e}.role-multi-select-option{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important;min-height:34px;padding:6px 8px;border-radius:6px;cursor:pointer}.role-multi-select-option:hover{background:#f3f7ff}.role-multi-select-option input{width:16px;height:16px;padding:0}.native-select{width:100%;min-height:32px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.system-section-title{margin:14px 0 8px;color:#111827;font-weight:600}.system-section-title-inline{display:flex;align-items:center;justify-content:space-between;gap:12px}.system-select-all{display:inline-flex;align-items:center;gap:4px;color:#4b5563;font-size:13px;font-weight:400;cursor:pointer}.system-select-all input{width:14px;height:14px;margin:0}.company-check-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.company-check-item{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.system-form-actions{display:flex;flex-shrink:0;justify-content:flex-end;gap:10px;margin-top:16px;padding-top:12px;border-top:1px solid #e5e7eb;background:#fff}.system-account-toolbar,.system-role-toolbar{display:flex;justify-content:flex-end;padding:12px 0;background:#fff}.permission-config{display:grid;gap:14px}.account-permission-summary{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.account-permission-summary>span{padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px}.account-permission-role-select{display:inline-flex;align-items:center;gap:2px;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;cursor:pointer}.account-permission-role-select select{max-width:130px;border:0;background:transparent;color:inherit;font:inherit;outline:none;cursor:pointer}.account-permission-role-select select:disabled{cursor:not-allowed;opacity:1}.account-permission-role-select:focus-within{box-shadow:0 0 0 2px #2563eb33}.account-permission-role-multi-select{min-width:220px}.account-permission-role-multi-select .role-multi-select-trigger{height:28px;min-width:220px;padding:0 8px;border:0;background:transparent;color:inherit;font:inherit}.account-permission-role-multi-select.open .role-multi-select-trigger{box-shadow:none}.account-permission-role-multi-select .role-multi-select-menu{color:#111827}.account-permission-company-summary{margin-top:16px;padding-top:2px}.account-permission-company-list{max-height:280px;overflow-y:auto;padding-right:4px}.permission-group{border:1px solid #e5e7eb;border-radius:8px;padding:12px}.permission-group-title{margin-bottom:10px;color:#111827;font-size:14px;font-weight:600}.permission-check-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.custom-job-type-input{margin-top:8px}@media(max-width:720px){.system-row{align-items:flex-start;flex-direction:column}}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}html,body{min-height:100%}#root,.page-shell{min-height:100vh}.page-content{padding:12px}.with-tabbar{padding-bottom:calc(var(--mobile-tabbar-safe-height) + 12px)}.system-title{font-size:22px;font-weight:700}.filter-row,.action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.full-span{grid-column:1 / -1}.stat-label{color:#6b7280;font-size:13px}.stat-value{margin-top:8px;font-size:24px;font-weight:700;color:#1677ff}.worker-card{border-radius:16px}.worker-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.worker-name{font-size:18px;font-weight:700}.worker-meta{margin-top:4px;color:#6b7280;font-size:13px}.worker-meta-remark{color:#ef4444;font-weight:600}.worker-grid{display:grid;grid-template-columns:1fr;gap:6px;color:#374151;font-size:14px}.detail-grid{margin-top:12px}.detail-page{min-height:100vh;padding:16px;background:#f5f7fb}.worker-detail-modal-scroll{display:grid;gap:12px;max-height:min(68dvh,720px);overflow-y:auto;padding-right:6px}.worker-detail-modal-card,.worker-detail-operation-card{padding:16px;border:1px solid #eef2f7;border-radius:8px;background:#fbfdff}.worker-detail-operation-card{background:#fff}.worker-detail-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.worker-detail-modal-grid span{min-width:0;overflow-wrap:anywhere}.worker-detail-modal-title{margin-bottom:12px;color:#111827;font-size:16px;font-weight:700}.worker-detail-operation-list{display:grid;gap:10px}.worker-detail-modal-status{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:24px;padding:0 10px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:12px;font-weight:600}.worker-detail-modal-status.cancelled{background:#fee2e2;color:#991b1b}.login-page{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:40px;background:linear-gradient(120deg,#0b182cd1,#132d4ea8),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2400&q=85) center / cover no-repeat}.login-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 28% 18%,rgba(55,125,255,.2),transparent 32%),linear-gradient(180deg,#030b1924,#030b1957);pointer-events:none}.login-panel{position:relative;z-index:1;width:min(420px,100%)}.login-heading{margin-bottom:24px;text-align:center}.login-heading h1{margin:0;color:#fff;font-size:32px;font-weight:700;letter-spacing:0;line-height:1.25}.login-heading p{margin:10px 0 0;color:#e2e8f0db;font-size:15px}.login-card{display:grid;gap:18px;width:100%;padding:34px 34px 36px;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fffffff7;box-shadow:0 24px 70px #02081752}.login-field{display:grid;gap:8px}.login-field>span{color:#1f2937;font-size:14px;font-weight:500}.login-input-wrap{display:flex;height:42px;align-items:center;gap:10px;padding:0 12px;border:1px solid #d9e1ec;border-radius:6px;background:#fff;color:#8c98a9;transition:border-color .16s ease,box-shadow .16s ease}.login-input-wrap:hover{border-color:#8bbcff}.login-input-wrap:focus-within{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.login-input-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111827;font:inherit;font-size:14px}.login-input-wrap input::placeholder{color:#a3adba}.login-submit{height:44px;margin-top:4px;border:0;border-radius:6px;background:#1677ff;color:#fff;font-size:15px;font-weight:700;transition:background .16s ease,box-shadow .16s ease;cursor:pointer}.login-submit:not(:disabled):hover{background:#0f63d9;box-shadow:0 10px 20px #1677ff38}.login-submit:disabled{cursor:not-allowed;opacity:.7}.login-role-modal{max-width:360px}.login-role-list{display:grid;gap:10px}.login-role-option{width:100%;height:40px;border:1px solid #d6dde8;border-radius:8px;background:#fff;color:#1f2a44;font-size:14px;cursor:pointer}.login-role-option:hover{border-color:#1677ff;color:#1677ff}.selected-card{border:1px solid #1677ff}.form-tip{margin-top:12px;color:#6b7280;font-size:13px}.id-card-hint{position:relative;z-index:4;margin:-6px 0 8px;font-size:12px}.id-card-hint.success{color:#16a34a}.id-card-hint.error{color:#dc2626}.operations-split{display:grid;grid-template-columns:1fr;gap:14px}.operations-filter-card{display:grid;grid-template-columns:1fr;gap:12px;padding:14px;border:1px solid #eef2f7;border-radius:10px;background:#fff;box-shadow:0 6px 18px #0f172a0a}.operations-filter-control.adm-button,.operations-filter-button.adm-button{height:38px;border-radius:8px}.operations-filter-control.adm-button{justify-content:space-between;padding:0 12px;border-color:#e5e7eb;background:#fff;color:#1f2937;text-align:left}.operations-filter-control .adm-button-content{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:10px}.operations-filter-control span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operations-filter-placeholder{color:#9ca3af}.operations-filter-arrow{flex:0 0 auto;color:#6b7280;font-size:14px}.operations-list-card,.operations-detail-card{border-radius:10px}.operations-panel-title{margin-bottom:12px;color:#111827;font-size:16px;font-weight:700}.operations-list{display:flex;flex-direction:column;gap:8px}.operation-list-item{width:100%;padding:12px;border:1px solid #eef2f7;border-radius:8px;background:#fff;color:#1f2937;font:inherit;text-align:left;cursor:pointer}.operation-list-item.active{border-color:#1677ff;background:#f0f7ff;box-shadow:inset 3px 0 #1677ff}.operation-list-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.operation-list-name{min-width:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.operation-list-meta{margin-top:6px;color:#6b7280;font-size:12px}.operation-detail-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px}.operation-detail-grid>div{min-width:0;padding:12px;border-radius:8px;background:#f8fafc;color:#1f2937;line-height:1.5}.operation-detail-grid span{display:block;margin-bottom:5px;color:#6b7280;font-size:12px}.operation-detail-actions{display:flex;justify-content:flex-end;margin-top:18px}.operation-detail-empty{display:flex;min-height:260px;align-items:center;justify-content:center}.form-dialog-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px}.insurance-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a61}.insurance-modal-card{width:min(720px,calc(100vw - 48px));max-height:86vh;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.embedded-form-dialog{width:100%;min-height:0;max-height:86vh;margin:0;padding:0;overflow:auto;background:#fff}.embedded-dialog-title{position:sticky;top:0;z-index:3;padding:18px 22px;border-bottom:1px solid #eef2f7;background:#fff;color:#111827;font-size:18px;font-weight:700;text-align:center}.mobile-embedded-submit-bar{display:none}.mini-batch-section{display:grid;gap:10px;padding:12px;border:1px solid #eef2f7;border-radius:8px;background:#fbfdff}.mini-batch-header{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#111827;font-size:14px;font-weight:600}.pc-mini-batch-section{margin-bottom:14px}.mini-batch-head,.pc-mini-batch-row{display:grid;grid-template-columns:minmax(84px,.8fr) minmax(220px,1.7fr) minmax(76px,.65fr) 64px;gap:10px;align-items:start}.mini-batch-head{color:#6b7280;font-size:12px;line-height:18px}.mini-batch-id-card{min-width:0}.mini-batch-id-card .id-card-hint{margin:4px 0 0}.pc-embedded-form .pc-add-insurance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:4px}.pc-embedded-form .pc-add-insurance-grid .ant-form-item{min-width:0;margin-bottom:12px}.pc-embedded-form .pc-add-insurance-grid .ant-form-item-label{overflow:visible;text-align:right}.pc-embedded-form .pc-add-insurance-grid .ant-form-item-control{min-width:0}.pc-embedded-form .pc-add-insurance-grid .ant-input,.pc-embedded-form .pc-add-insurance-grid .ant-select{width:100%}.pc-embedded-form .pc-add-insurance-grid .id-card-hint{margin:4px 0 0;padding-left:0;font-size:12px;line-height:18px}@media(max-width:860px){.pc-embedded-form .pc-add-insurance-grid{grid-template-columns:1fr}}.mobile-mini-batch-section{margin:0 12px 12px}.mobile-mini-person-card{display:grid;gap:8px;padding:10px;border:1px solid #eef2f7;border-radius:8px;background:#fff}.mobile-mini-person-title{display:flex;align-items:center;justify-content:space-between;color:#111827;font-size:13px;font-weight:600}.disclaimer-text{padding:12px 18px 18px;color:#ef4444;font-size:13px;line-height:1.6}.deadline-alert-text{color:#ef4444;font-weight:600}.add-insurance-rule-text{color:#111827}.enterprise-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.enterprise-management-page{max-height:calc(100vh - 32px);overflow-y:auto;padding-right:4px}.management-entry-card .ant-card-body{display:none}.management-section-modal .ant-modal-body{max-height:min(720px,calc(100vh - 180px));overflow:auto}.enterprise-dispatch-modal{margin-left:280px;margin-right:40px;max-width:calc(100vw - 320px);top:36px}.enterprise-dispatch-modal .ant-modal-content{min-height:calc(100vh - 72px)}.enterprise-dispatch-modal .ant-modal-body{max-height:calc(100vh - 148px)}@media(min-width:769px)and (max-width:1280px){.enterprise-dispatch-modal{margin-left:240px;margin-right:24px;max-width:calc(100vw - 264px)}}.enterprise-dispatch-panel{display:grid;gap:14px}.enterprise-dispatch-toolbar{display:grid;grid-template-columns:minmax(260px,50%) auto 1fr auto;gap:10px;align-items:center}.enterprise-dispatch-toolbar .ant-btn-primary{grid-column:4}.enterprise-dispatch-search{min-width:0}.management-expanded-actions{display:flex;justify-content:flex-end;gap:8px}.enterprise-dispatch-table{max-height:calc(100vh - 250px);overflow:auto}.enterprise-dispatch-table .ant-table{min-width:1200px}.enterprise-dispatch-table .enterprise-job-tags.compact-tags{margin-top:0;max-width:340px}.enterprise-table-full-text{display:inline-block;max-width:100%;white-space:normal;word-break:break-all;line-height:1.5}.management-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.picker-field{width:100%;min-height:24px;line-height:24px;color:#1f2937;text-align:right}.picker-field.placeholder{color:#9ca3af}.dialog-select-wrap{position:relative;z-index:1;width:100%}.dialog-select-wrap.open{z-index:60}.dialog-select{display:inline-flex;width:100%;min-height:32px;align-items:center;justify-content:flex-end;gap:6px;padding:4px 0;border:0;background:transparent;color:#1f2937;font:inherit;line-height:22px;text-align:right;cursor:pointer}.dialog-select.placeholder{color:#9ca3af}.dialog-select span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-select-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:70;width:min(320px,100%);max-height:220px;overflow:auto;padding:4px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;box-shadow:0 12px 28px #0f172a24}.dialog-select-option{display:block;width:100%;min-height:32px;padding:7px 9px;border:0;border-radius:4px;background:transparent;color:#1f2937;font:inherit;font-size:14px;line-height:18px;text-align:left;cursor:pointer}.dialog-select-option:hover,.dialog-select-option.active{background:#f0f7ff;color:#1677ff}.form-dialog-page .adm-form,.form-dialog-page .adm-list,.form-dialog-page .adm-list-body,.form-dialog-page .adm-list-item,.form-dialog-page .adm-list-item-content,.form-dialog-page .adm-list-item-content-main,.form-dialog-page .adm-form-item,.form-dialog-page .adm-form-item-child{overflow:visible}.form-dialog-page .adm-list-item{position:relative;z-index:1}.form-dialog-page .adm-list-item:has(.dialog-select-wrap.open){z-index:50}.enterprise-job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.enterprise-job-tags.compact-tags{margin-top:6px}.enterprise-list-info{min-width:0}.collapsed-management-card .ant-card-body{display:none}.template-management-layout{display:grid;gap:18px}.template-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}.template-xlsx-config{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px}.template-field-map-section{display:grid;gap:8px;margin-bottom:12px}.template-section-title{color:#111827;font-size:14px;font-weight:600}.template-form-actions{display:flex;justify-content:flex-end}.template-management-table-wrap{overflow-x:auto}.template-management-table{min-width:820px;border:1px solid #eef2f7;border-radius:8px;overflow:hidden}.template-management-head,.template-management-row{display:grid;grid-template-columns:1fr 1fr 80px 1.4fr 82px 150px 132px;gap:12px;align-items:center;padding:10px 12px}.template-management-head{background:#f8fafc;color:#475569;font-size:13px;font-weight:600}.template-management-row{border-top:1px solid #eef2f7;color:#111827;font-size:13px}.template-management-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-management-empty{padding:28px;color:#6b7280;text-align:center}.insurance-export-form{padding-top:4px}.insurance-export-template-meta{display:flex;flex-wrap:wrap;gap:10px 18px;padding:10px 12px;border-radius:8px;background:#f8fafc;color:#64748b;font-size:13px}.job-type-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.job-type-select{width:100%;min-height:34px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1f2937;text-align:left;font:inherit}.job-type-select.placeholder{color:#9ca3af}.select-row{width:100%;min-height:38px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1f2937;text-align:left;font:inherit}.select-row.compact{min-height:32px;padding:5px 0;border:0;text-align:right}.select-row.with-arrow{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.select-arrow{width:16px;height:16px;color:#6b7280;transition:transform .18s ease;flex:0 0 auto}.select-arrow.open{transform:rotate(180deg)}.select-row.placeholder{color:#9ca3af}.card-title-toggle{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:#1f2937;font:inherit;font-weight:700}.picker-panel{padding:16px;background:#fff}.picker-title{margin-bottom:12px;font-size:16px;font-weight:700}.picker-list{margin-top:12px}.picker-option{width:100%;padding:12px 0;border:0;border-bottom:1px solid #f3f4f6;background:transparent;color:#1f2937;text-align:left;font:inherit}.picker-management-row{padding:10px 0;border-bottom:1px solid #f3f4f6}.accordion-list{max-height:calc(100vh - 340px);overflow-y:auto;padding-top:4px;padding-right:4px}.accordion-list::-webkit-scrollbar{width:8px}.accordion-list::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.accordion-list::-webkit-scrollbar-track{background:transparent}.uniform-deposit-page .home-board{flex:1 1 auto;min-height:0}.uniform-deposit-header{align-items:center;flex-direction:row;justify-content:space-between;gap:16px}.uniform-deposit-filter-card{--uniform-filter-control-height: 34px;display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch;position:relative;overflow:visible}.uniform-deposit-filter-main{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(110px,.68fr) minmax(120px,.75fr) minmax(145px,.82fr) minmax(120px,.72fr) minmax(135px,.78fr) minmax(96px,auto) minmax(170px,auto);gap:10px;align-items:center}.uniform-deposit-filter-main.is-all-view{grid-template-columns:minmax(150px,1.15fr) minmax(96px,.72fr) minmax(104px,.75fr) minmax(110px,.76fr) minmax(110px,.76fr) minmax(90px,.68fr) minmax(96px,auto) minmax(150px,auto);gap:8px}.uniform-deposit-filter-main .ant-input,.uniform-deposit-filter-main .ant-input-affix-wrapper,.uniform-deposit-filter-main .ant-select,.uniform-deposit-filter-main .ant-select-selector,.uniform-deposit-filter-main .ant-btn,.uniform-deposit-filter-dates .ant-picker{box-sizing:border-box;height:var(--uniform-filter-control-height);min-height:var(--uniform-filter-control-height)}.uniform-deposit-filter-main .ant-input,.uniform-deposit-filter-main .ant-input-affix-wrapper>input.ant-input{line-height:calc(var(--uniform-filter-control-height) - 2px)}.uniform-deposit-filter-main .ant-input-affix-wrapper>input.ant-input{height:auto;min-height:0}.uniform-deposit-filter-main .ant-select-single .ant-select-selector{align-items:center}.uniform-deposit-filter-main .ant-select-single .ant-select-selector .ant-select-selection-item,.uniform-deposit-filter-main .ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:calc(var(--uniform-filter-control-height) - 2px)}.uniform-deposit-filter-main .ant-select-multiple{width:100%;min-width:0;max-width:100%;height:var(--uniform-filter-control-height);align-self:center}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selector{width:100%;min-width:0;max-width:100%;min-height:var(--uniform-filter-control-height)!important;height:var(--uniform-filter-control-height)!important;align-items:center;overflow:hidden}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-overflow{flex-wrap:nowrap;width:100%;min-width:0;max-width:100%;height:calc(var(--uniform-filter-control-height) - 2px);align-items:center;overflow:hidden}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-overflow-item{min-width:0}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-overflow-item:first-child{flex:1 1 0;max-width:calc(100% - 38px)}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-overflow-item-rest{flex:0 0 auto;width:34px;min-width:34px}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-item,.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-placeholder,.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-search{min-width:0;align-self:center}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-item{width:100%;max-width:100%;margin-block:0;margin-inline-end:4px;padding-inline:6px 4px}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-item-content{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-item-content,.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-item-remove{line-height:20px}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-search{flex:0 0 0!important;width:0!important;min-width:0!important;height:24px;margin-inline-start:0;overflow:hidden}.uniform-deposit-filter-main .ant-select-multiple .ant-select-selection-search-input{width:0!important;min-width:0!important}.uniform-deposit-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}.daily-wage-filter-card .uniform-deposit-filter-main{grid-template-columns:minmax(120px,180px) minmax(190px,240px) minmax(260px,320px) 1fr auto}.daily-wage-filter-card .uniform-deposit-filter-actions{justify-self:end}.uniform-deposit-filter-dates{position:absolute;z-index:20;top:calc(8px + var(--uniform-filter-control-height) + 8px);left:16px;right:150px;display:grid;grid-template-columns:repeat(2,minmax(220px,320px));gap:10px;align-items:center;padding:0;border:0;background:transparent;box-shadow:none}.uniform-deposit-filter-dates.is-collapsed{display:none;pointer-events:none}.uniform-deposit-filter-toggle{display:flex;justify-content:flex-end;min-width:0}.uniform-deposit-filter-toggle .ant-btn{display:inline-flex;align-items:center;gap:6px;height:24px;min-height:24px;padding:0 10px;font-size:13px}.uniform-deposit-filter-toggle .ant-btn .anticon{font-size:14px}.filter-card.uniform-deposit-filter-card{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;padding:8px 16px}.uniform-deposit-filter-card.is-expanded+.uniform-deposit-card{margin-top:40px}.uniform-deposit-stat-grid{display:flex;flex-wrap:nowrap;min-width:0;overflow-x:auto;scrollbar-width:none;justify-content:flex-end;gap:16px;color:#1f2937;font-size:13px;line-height:20px}.uniform-deposit-stat-grid::-webkit-scrollbar{display:none}.uniform-deposit-stat-grid>div{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;white-space:nowrap}.uniform-deposit-stat-grid span{color:#1f2937;font-weight:500}.uniform-deposit-stat-grid strong{color:#d65a50;font-size:14px;font-weight:600}.uniform-deposit-card{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;padding:0;overflow:hidden;transition:margin-top .18s ease}.uniform-deposit-card .table-footer-bar{flex:0 0 auto;min-height:48px;padding:14px 4px 0;background:#fff}.uniform-deposit-quickbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}.uniform-deposit-table .ant-table{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;font-size:13px}.uniform-deposit-table .ant-spin-nested-loading,.uniform-deposit-table .ant-spin-container,.uniform-deposit-table .ant-table-container{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.uniform-deposit-table{display:flex;min-height:280px;flex:1 1 auto;flex-direction:column;overflow:visible;padding-bottom:6px}.uniform-deposit-table .ant-table-container,.uniform-deposit-table .ant-table-content,.uniform-deposit-table .ant-table-body{min-height:0}.uniform-deposit-table .ant-table-body{height:calc(100dvh - 390px)!important;max-height:calc(100dvh - 390px)!important;min-height:268px;padding-bottom:18px;overflow:auto!important;scrollbar-gutter:stable both-edges}.uniform-deposit-filter-card.is-expanded+.uniform-deposit-card .uniform-deposit-table .ant-table-body{height:calc(100dvh - 432px)!important;max-height:calc(100dvh - 432px)!important}.uniform-deposit-table .ant-table-body::-webkit-scrollbar{width:10px;height:10px}.uniform-deposit-table .ant-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.uniform-deposit-table .ant-table-body::-webkit-scrollbar-track{background:transparent}.uniform-deposit-table .ant-table-thead>tr>th{background:#f8fafc;color:#475569;font-weight:500}.uniform-deposit-table .ant-table-cell{padding:8px 10px;line-height:1.35;white-space:nowrap}.uniform-deposit-table .ant-table-tbody>tr>td{height:44px}.uniform-deposit-table .ant-table-container{border-top:1px solid #eef2f7}.uniform-deposit-table .ant-table-cell-fix-left,.uniform-deposit-table .ant-table-cell-fix-right{background:#fff!important;background-clip:border-box;z-index:3}.uniform-deposit-table .ant-table-thead .ant-table-cell-fix-left,.uniform-deposit-table .ant-table-thead .ant-table-cell-fix-right{background:#f8fafc!important;z-index:4}.uniform-deposit-table .ant-table-cell-fix-left-last:after{width:16px;background:linear-gradient(90deg,#0f172a29,#0f172a00);pointer-events:none}.daily-wage-table{position:relative;overflow:hidden}.daily-wage-table:after{content:"";position:absolute;top:38px;right:0;bottom:0;left:0;z-index:30;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='160' viewBox='0 0 360 160'%3E%3Cg transform='translate(180 80) rotate(-18)'%3E%3Ctext x='0' y='0' text-anchor='middle' fill='rgba(229,57,53,0.16)' font-size='16' font-weight='700' font-family='Arial, sans-serif'%3E日结考勤仅供参考%3C/text%3E%3Ctext x='0' y='24' text-anchor='middle' fill='rgba(229,57,53,0.16)' font-size='16' font-weight='700' font-family='Arial, sans-serif'%3E最终以厂区考勤为准%3C/text%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:360px 160px;pointer-events:none;-webkit-user-select:none;user-select:none}.daily-wage-table .ant-table-container,.daily-wage-table .ant-table-content,.daily-wage-table .ant-table-body{overflow:auto!important}.daily-wage-table .ant-table-body{height:calc(100dvh - 352px)!important;max-height:calc(100dvh - 352px)!important;min-height:420px}.daily-wage-table .ant-table-thead>tr>th{position:sticky;top:0;z-index:8;background:#f8fafc!important;box-shadow:inset 0 -1px #e5e7eb}.daily-wage-table .ant-table-cell-fix-left,.daily-wage-table .ant-table-cell-fix-right,.daily-wage-table .ant-table-cell-fix-start,.daily-wage-table .ant-table-cell-fix-end{z-index:9;background:#fff!important;background-clip:padding-box}.daily-wage-table .ant-table-thead .ant-table-cell-fix-left,.daily-wage-table .ant-table-thead .ant-table-cell-fix-right,.daily-wage-table .ant-table-thead .ant-table-cell-fix-start,.daily-wage-table .ant-table-thead .ant-table-cell-fix-end{z-index:12;background:#f8fafc!important}.daily-wage-table .ant-table-cell-fix-left-last,.daily-wage-table .ant-table-cell-fix-start-shadow{box-shadow:10px 0 12px -12px #0f172a61}.daily-wage-table .ant-table-cell-fix-right-first,.daily-wage-table .ant-table-cell-fix-end-shadow{box-shadow:-10px 0 12px -12px #0f172a61}.daily-wage-table .ant-table-cell-fix-left-last:after,.daily-wage-table .ant-table-cell-fix-right-first:after,.daily-wage-table .ant-table-cell-fix-start-shadow:after,.daily-wage-table .ant-table-cell-fix-end-shadow:after{pointer-events:none}.daily-wage-notice{padding:8px 4px 2px;color:#e53935;font-size:14px;font-weight:600;line-height:20px}.daily-wage-attendance-abnormal{color:#e53935;font-weight:600}.daily-wage-attendance-note{position:relative;display:inline-block;color:#d48806;font-weight:600}.daily-wage-attendance-mark{position:absolute;right:-8px;bottom:-5px;color:#d48806;font-size:10px;font-weight:700;line-height:1}.daily-wage-id-card{display:inline-flex;max-width:100%;align-items:center;gap:6px}.daily-wage-id-card .id-card-toggle{max-width:205px}.uniform-deposit-actions{display:grid;gap:2px;justify-items:center}.uniform-deposit-status-link.ant-btn{height:auto;padding:0;line-height:inherit}.uniform-deposit-action-row{display:flex;align-items:center;justify-content:center;gap:6px;min-height:22px;white-space:nowrap}.uniform-deposit-action-row .ant-btn{padding-inline:2px}.uniform-deposit-id-card{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.uniform-deposit-id-card .ant-btn{width:24px;height:24px;padding:0;color:#64748b}.uniform-deposit-status-tag{cursor:pointer;margin-inline-end:0}.uniform-deposit-fee-refunded{color:#9ca3af;text-decoration:line-through;text-decoration-thickness:1px}.uniform-deposit-fee-value{white-space:nowrap}.uniform-deposit-fee-partial{margin-left:4px;color:#64748b;font-size:12px}.uniform-deposit-fee-pending{margin-left:4px;color:#d97706;font-size:12px}.uniform-deposit-link-failed{color:#dc2626;font-weight:600}.uniform-deposit-refund-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:10px 12px;border-radius:6px;background:#f8fafc;color:#475569;font-size:13px}.uniform-deposit-payment-summary{display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;margin-bottom:18px;color:#64748b}.uniform-deposit-payment-summary strong{color:#111827;font-weight:600}.uniform-deposit-refund-apply{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px}.uniform-deposit-refund-person{grid-column:1 / -1;display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;color:#64748b}.uniform-deposit-refund-remaining{grid-column:1 / -1;padding:8px 10px;border-radius:6px;background:#f8fafc;color:#475569;font-size:13px}.uniform-deposit-refund-person strong{color:#111827;font-weight:600}.uniform-deposit-refund-apply .uniform-deposit-refund-checkbox,.uniform-deposit-refund-apply .uniform-deposit-refund-amount{margin-bottom:0}.uniform-deposit-refund-checkbox .ant-checkbox-wrapper{min-height:32px;display:inline-flex;align-items:center;font-weight:600}.uniform-deposit-refund-option{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.uniform-deposit-refund-option.selected{background:#f8fafc}.uniform-deposit-refund-option strong{color:#111827;font-weight:700}.uniform-deposit-modal-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:28px}.uniform-deposit-add-page .home-board{gap:14px}.uniform-deposit-add-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.uniform-deposit-add-subtitle{margin-top:4px;color:#64748b;font-size:13px}.uniform-deposit-add-card{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;max-height:calc(100dvh - 190px);padding:18px;overflow:hidden}.uniform-deposit-add-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:6px}.uniform-deposit-add-footer{flex:0 0 auto;display:flex;justify-content:flex-end;gap:10px;padding-top:12px;margin-top:12px;border-top:1px solid #eef2f7}.uniform-deposit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.uniform-deposit-form-wide{grid-column:1 / -1}.uniform-deposit-batch-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.uniform-deposit-batch-table{display:grid;gap:8px;margin-bottom:18px}.uniform-deposit-batch-head,.uniform-deposit-batch-row{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(220px,1.3fr) minmax(130px,.9fr) minmax(110px,.8fr) 72px;gap:10px;align-items:start}.uniform-deposit-batch-head{padding:8px 10px;border-radius:6px;background:#f8fafc;color:#475569;font-size:13px;font-weight:600}.uniform-deposit-id-error{margin-top:4px;color:#d93026;font-size:12px;line-height:18px}.uniform-deposit-batch-shared{padding-top:14px;border-top:1px solid #eef2f7}.uniform-deposit-date-picker,.uniform-deposit-number{width:100%}.uniform-deposit-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.uniform-deposit-detail-scroll{max-height:min(68dvh,720px);overflow-y:auto;padding-right:6px}.uniform-deposit-detail-grid>div{display:grid;gap:4px;color:#111827;font-size:14px}.uniform-deposit-detail-grid span{color:#64748b;font-size:12px}.uniform-deposit-detail-wide{grid-column:1 / -1}.uniform-deposit-log-section{margin-top:18px;border-top:1px solid #e5e7eb;padding-top:14px}.uniform-deposit-log-title{margin-bottom:10px;color:#111827;font-size:15px;font-weight:700}.uniform-deposit-log-empty{padding:12px 0;color:#94a3b8;font-size:13px}.uniform-deposit-log-item{position:relative;padding:12px 0;border-bottom:1px solid #eef2f7}.uniform-deposit-log-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;color:#374151;font-size:13px}.uniform-deposit-log-changes{margin-top:10px;color:#374151;font-size:13px;line-height:1.8}.uniform-deposit-log-changes strong{display:block;margin-bottom:2px;color:#111827}.uniform-deposit-export-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}.uniform-deposit-export-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 8px}.admin-shell{background:#f3f6fb}.desktop-sidebar{display:none}.mobile-tabbar{position:fixed;right:0;bottom:0;left:0;z-index:900;display:block;min-height:var(--mobile-tabbar-safe-height);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #e5e7eb;background:#fffffffa;box-shadow:0 -6px 18px #0f172a14}.mobile-tabbar .adm-tab-bar-wrap,.adm-tab-bar.mobile-tabbar .adm-tab-bar-wrap{min-height:var(--mobile-tabbar-height);background:transparent}.admin-main{padding:14px}.admin-topbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:14px}.admin-user-info{border:0;background:transparent;padding:0;cursor:pointer;display:flex;min-width:0;flex-direction:column;align-items:flex-end;color:#6b7280;font-size:12px;line-height:1.4}.admin-user-info:hover span:first-child{color:#2563eb}.admin-user-menu{position:relative}.admin-role-menu{position:absolute;z-index:40;top:calc(100% + 8px);right:0;min-width:132px;padding:6px;border:1px solid #d6dde8;border-radius:8px;background:#fff;box-shadow:0 16px 36px #0f172a2e}.admin-role-menu button{display:block;width:100%;min-height:32px;padding:6px 9px;border:0;border-radius:6px;background:transparent;color:#1f2937;font-size:13px;text-align:left;white-space:nowrap;cursor:pointer}.admin-role-menu button:hover,.admin-role-menu button.active{background:#f3f7ff;color:#1677ff}.table-footer-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 4px 0}.table-footer-actions{display:flex;flex:1 1 auto;min-width:320px;align-items:center;gap:12px;justify-content:flex-start}.table-pagination-bar{display:flex;flex:0 0 auto;justify-content:flex-end;padding:0}.mobile-pagination-bar{display:flex;justify-content:center;padding:12px 0 76px}.confirm-date-content{display:flex;flex-direction:column;gap:12px}.confirm-date-content p{margin:0}.admin-user-info span:first-child{color:#1f2937;font-size:14px;font-weight:600}.admin-page{display:flex;flex-direction:column;gap:14px}.admin-page-title{font-size:24px;font-weight:700;color:#111827}.home-board{display:flex;flex-direction:column;gap:14px}.home-header{display:flex;flex-direction:column;gap:12px}.filter-card,.list-card,.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 18px #0f172a0a}.filter-card{display:grid;grid-template-columns:1fr;gap:10px;padding:14px;align-items:center}.filter-input,.filter-select{min-width:0}.filter-toggle-button{display:none}.filter-card .ant-select,.filter-card .ant-picker,.filter-card .ant-input{width:100%}.insurance-advanced-filters{display:flex;gap:10px;align-items:center}.filter-input.adm-input{display:flex;height:36px;align-items:center;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.filter-select.with-arrow .adm-button-content{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:8px}.filter-select-placeholder{color:#6b7280}.filter-select-arrow{flex:0 0 auto;color:#6b7280;font-size:14px;transition:transform .16s ease}.filter-select-arrow.open{transform:rotate(180deg)}.filter-dropdown-wrap{position:relative;min-width:0}.filter-dropdown-wrap .filter-select{width:100%}.filter-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:20;width:100%;max-height:220px;overflow:auto;padding:4px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;box-shadow:0 8px 22px #0f172a1f}.filter-dropdown-item{display:block;width:100%;min-height:30px;padding:6px 8px;border:0;border-radius:4px;background:transparent;color:#1f2937;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.filter-dropdown-item:hover,.filter-dropdown-item.active{background:#f0f7ff;color:#1677ff}.date-range-inline,.date-filter{display:flex;width:312px;min-width:280px;max-width:100%;height:56px;align-items:center;gap:6px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#9ca3af}.antd-date-range{width:326px;height:34px;border-color:#d9d9d9;border-radius:6px;color:#8c8c8c;transition:border-color .2s ease,box-shadow .2s ease}.antd-status-date-picker{width:136px;height:34px;border-color:#d9d9d9;border-radius:6px}.antd-status-date-picker.ant-picker{padding:0 10px;font-size:13px;line-height:32px}.antd-status-date-picker .ant-picker-input>input{color:#1f2937;font-size:13px}.antd-status-date-picker .ant-picker-input>input::placeholder{color:#aeb7c2}.antd-status-date-picker:hover{border-color:#4096ff}.antd-status-date-picker:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #0591ff1a}.antd-date-range.ant-picker{padding:0 10px;font-size:13px;line-height:32px}.antd-date-range .ant-picker-input>input{color:#1f2937;font-size:13px;text-align:center}.antd-date-range .ant-picker-input>input::placeholder{color:#aeb7c2}.antd-date-range .ant-picker-range-separator{padding:0 4px;color:#8c8c8c}.antd-date-range .ant-picker-suffix,.antd-date-range .ant-picker-clear{color:#8c8c8c}.antd-date-range:hover{border-color:#4096ff}.antd-date-range:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #0591ff1a}.date-range-separator{flex:0 0 auto;color:#8c8c8c;font-size:13px}.date-filter-input{width:140px;min-width:0;flex:0 1 140px;border:0;outline:0;background:transparent;color:#1f2937;font:inherit;font-size:13px;line-height:1;text-align:center}.date-filter-input.placeholder,.date-filter-input::placeholder{color:#9ca3af}.date-range-select{text-align:left}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-card{min-height:92px;padding:16px}.list-card{padding:14px}.list-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.list-toolbar-left{display:flex;flex-direction:column;gap:10px;min-width:0}.status-tabs{min-width:0}.status-tabs .adm-tabs-header{border-bottom:1px solid #edf2f7}.status-tabs .adm-tabs-tab-wrapper{padding:0 10px}.status-tabs .adm-tabs-tab{padding:6px 0 8px;font-size:14px;line-height:20px}.status-tabs .adm-tabs-tab-line{height:2px;border-radius:999px}.desktop-actions{justify-content:flex-start}.desktop-actions.adm-space{gap:16px}.action-button.adm-button{width:108px;height:46px;border:0;border-radius:7px;color:#fff;font-size:15px;font-weight:600;box-shadow:0 8px 18px #0f172a14}.action-button .adm-button-content{display:inline-flex;align-items:center;justify-content:center;gap:9px}.action-button svg{width:18px;height:18px;color:#fff}.action-button-add.adm-button{background:#22b26b}.action-button-remove.adm-button{background:#f06b61}.action-button-export.adm-button{background:#2388f2}.action-button.adm-button:active{opacity:.86}.worker-table-head{display:none}.worker-list{display:flex;flex-direction:column;gap:10px}.empty-management-text{display:flex;min-height:72px;align-items:center;justify-content:center;text-align:center}.native-form-select{width:100%;min-height:36px;padding:0 10px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:#111827}.overview-echart{width:100%;min-height:260px}.overview-donut-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.overview-personnel-chart{position:relative}.overview-personnel-chart .overview-echart{min-height:300px}.worker-index{color:#374151;font-size:14px}.worker-select-cell,.worker-select-head{display:inline-flex;align-items:center;justify-content:center}.worker-select-cell input,.worker-select-head input{width:15px;height:15px;margin:0;accent-color:#1677ff;cursor:pointer}.worker-table-head:not(.selectable-table)>span:nth-child(3),.worker-table-head.selectable-table>span:nth-child(4),.worker-field-gender{padding-left:19px}.batch-action-bar{display:flex;flex:1 1 auto;min-width:0;align-items:center;gap:12px;justify-content:flex-start;padding:0;margin-top:0}.pending-batch-action-bar{min-height:32px;margin-top:0}.batch-action-hint{flex:0 0 auto;min-width:0;color:#64748b;font-size:13px;white-space:nowrap}.batch-action-buttons{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;white-space:nowrap}.batch-action-bar .ant-btn{min-width:96px;height:34px;border-radius:6px;font-size:13px;font-weight:500}.batch-action-bar .adm-button{width:auto;min-width:76px;height:34px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:500;box-shadow:none}.batch-action-bar .adm-button-primary{--background-color: #2563eb;--border-color: #2563eb}.batch-action-bar .adm-button-danger{--background-color: #d85b5b;--border-color: #d85b5b}.batch-action-bar .adm-button-primary:not(.adm-button-disabled):active{--background-color: #1d4ed8;--border-color: #1d4ed8}.batch-action-bar .adm-button-danger:not(.adm-button-disabled):active{--background-color: #c94a4a;--border-color: #c94a4a}.batch-confirm-card{width:min(420px,calc(100vw - 48px));padding:22px;border-radius:10px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.batch-confirm-title{color:#111827;font-size:18px;font-weight:700}.batch-confirm-content{margin-top:14px;color:#374151;font-size:14px;line-height:1.7}.batch-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.log-modal-card{width:min(680px,calc(100vw - 64px))}.log-list{display:grid;gap:10px;margin-top:16px;max-height:min(62vh,680px);overflow-y:auto;padding-right:4px}.log-item{position:relative;padding:10px 0;border-bottom:1px solid #eef2f7;color:#1f2937;font-size:14px}.log-revoke-button{position:absolute;top:8px;right:0;z-index:1}.log-change-summary{margin-top:10px;color:#4b5563;font-size:13px;line-height:1.65;overflow-wrap:anywhere}.log-change-title{margin-bottom:2px;color:#1f2937;font-weight:600}.log-change-line{color:#4b5563}.table-text-button{padding:0;border:0;background:transparent;color:#1677ff;cursor:pointer;font:inherit}.table-text-button.danger{color:#ef4444}.edit-grid{display:grid;gap:10px;margin-top:16px;min-width:0}.edit-grid input,.edit-grid select{width:100%;min-width:0;max-width:100%;height:36px;padding:0 10px;overflow:hidden;border:1px solid #e5e7eb;border-radius:6px;font:inherit;background:#fff;text-overflow:ellipsis;white-space:nowrap}.batch-original-display{display:block;width:100%;min-width:0;max-width:100%;height:36px;padding:8px 10px;overflow-x:hidden;overflow-y:hidden;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;color:#374151;font:inherit;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.batch-original-display-muted{color:#9ca3af}.remark-edit-field{display:grid;gap:4px}.remark-edit-field textarea{min-height:72px;resize:vertical;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font:inherit;line-height:1.4}.remark-edit-field span{color:#6b7280;font-size:12px;text-align:right}.excel-upload-panel{display:grid;gap:8px;margin:0 18px 12px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fbfdff;color:#1f2937;font-size:14px}.excel-upload-panel input{font:inherit}.contract-page .home-board{gap:16px;min-width:980px}.contract-generate-page,.contract-page:has(.contract-generate-board){min-height:calc(100vh - 73px);overflow:visible}.contract-header{align-items:flex-start}.contract-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px}.contract-management-layout{max-height:calc(100vh - 245px);min-height:0;overflow:scroll;padding-bottom:12px}.contract-party-sections{display:grid;gap:16px;min-width:0}.contract-upload-card,.contract-detail-card,.contract-list-card,.contract-toolbar-card,.contract-party-card,.contract-preview-card{border-radius:8px}.contract-collapsible-card .ant-card-head{min-height:48px}.contract-collapsible-card .ant-card-head-title{padding:0}.contract-section-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:transparent;color:#111827;cursor:pointer;font:inherit;font-weight:600;text-align:left}.contract-section-toggle .anticon{color:#6b7280;transition:transform .2s ease}.contract-section-toggle .anticon.open{transform:rotate(180deg)}.contract-manage-entry-card{cursor:pointer}.contract-manage-entry-card .ant-card-body{display:flex;min-height:58px;align-items:center;color:#111827;font-weight:600}.contract-manage-modal-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-right:36px}.contract-manage-modal{transform:translate(104px)}.contract-manage-modal-body{max-height:min(620px,calc(100vh - 190px));overflow:scroll;padding:2px 4px 12px 0;scrollbar-width:auto;scrollbar-color:#94a3b8 #eef2f7}.contract-manage-modal-body::-webkit-scrollbar{width:12px;height:12px}.contract-manage-modal-body::-webkit-scrollbar-thumb{border:3px solid #eef2f7;border-radius:999px;background:#94a3b8}.contract-manage-modal-body::-webkit-scrollbar-track{background:#eef2f7}.contract-toolbar-card .ant-card-body{padding:14px 16px}.contract-search{width:min(420px,70vw)}.contract-upload-tip{color:#6b7280;font-size:13px;line-height:1.6}.contract-field-list{display:flex;flex-wrap:wrap;gap:8px}.contract-empty{display:flex;min-height:120px;align-items:center;justify-content:center;color:#9ca3af}.contract-list-card .ant-table-row{cursor:pointer}.contract-row-selected>td{background:#eff6ff!important}.contract-party-name{font-weight:600}.contract-account-section{display:grid;gap:10px}.contract-subsection-title{color:#111827;font-size:15px;font-weight:600}.contract-party-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.contract-party-form-wide{grid-column:1 / -1}.contract-template-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.contract-scroll-table .ant-table-body,.contract-management-layout,.contract-output-preview{scrollbar-width:auto;scrollbar-color:#94a3b8 #eef2f7}.contract-scroll-table .ant-table-body::-webkit-scrollbar,.contract-management-layout::-webkit-scrollbar,.contract-output-preview::-webkit-scrollbar{width:12px;height:12px}.contract-scroll-table .ant-table-body::-webkit-scrollbar-thumb,.contract-management-layout::-webkit-scrollbar-thumb,.contract-output-preview::-webkit-scrollbar-thumb{border:3px solid #eef2f7;border-radius:999px;background:#94a3b8}.contract-scroll-table .ant-table-body::-webkit-scrollbar-track,.contract-management-layout::-webkit-scrollbar-track,.contract-output-preview::-webkit-scrollbar-track{background:#eef2f7}.contract-generate-board{display:flex;flex-direction:column;min-height:calc(100vh - 73px);min-width:1120px;overflow:visible}.contract-generate-scroll-area{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;min-height:0;max-height:none;overflow:visible;padding-bottom:12px;scrollbar-width:auto;scrollbar-color:#94a3b8 #eef2f7}.contract-generate-scroll-area::-webkit-scrollbar{width:12px;height:12px}.contract-generate-scroll-area::-webkit-scrollbar-thumb{border:3px solid #eef2f7;border-radius:999px;background:#94a3b8}.contract-generate-scroll-area::-webkit-scrollbar-track{background:#eef2f7}.contract-generate-filter-card,.contract-generate-table-card{width:100%;min-width:0;border-radius:8px}.contract-generate-filter-card{flex:0 0 auto}.contract-generate-table-card{display:flex;flex:1 1 auto;min-height:0;overflow:hidden}.contract-generate-table-card>.ant-card-body{display:flex;width:100%;height:100%;min-width:0;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden;padding-bottom:0}.contract-generate-filter-card .ant-card-body{padding:14px 16px}.contract-generate-filter{display:flex;flex-wrap:wrap;width:100%;min-width:0}.contract-generate-filter .ant-select{flex:1 1 260px;min-width:160px;max-width:300px}.contract-generate-date-range{flex:1 1 260px;min-width:220px;max-width:340px}.contract-scroll-table .ant-table{table-layout:fixed!important}.contract-scroll-table .ant-table-container,.contract-scroll-table .ant-table-content,.contract-scroll-table .ant-table-body{min-height:0}.contract-scroll-table{display:block;width:100%;flex:1 1 auto;height:calc(100% - 52px);min-height:0;overflow:hidden}.contract-scroll-table .ant-spin-nested-loading,.contract-scroll-table .ant-spin-container,.contract-scroll-table .ant-table{display:flex;width:100%;min-height:0;flex:1 1 auto;flex-direction:column}.contract-scroll-table .ant-spin-nested-loading,.contract-scroll-table .ant-spin-container{height:100%}.contract-scroll-table .ant-table-container{display:flex;width:100%;min-width:0;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden}.contract-scroll-table .ant-table-content{flex:1 1 auto;width:100%;min-height:0;overflow:hidden}.contract-scroll-table .ant-table-header{flex:0 0 auto;overflow:hidden!important}.contract-scroll-table .ant-table-body{display:block;width:100%;flex:1 1 auto;height:auto;max-height:calc(100vh - 430px)!important;min-height:220px;overflow-x:auto!important;overflow-y:auto!important}.contract-generate-table-card .table-pagination-bar{position:relative;z-index:20;display:flex;height:52px;min-height:52px;flex:0 0 52px;align-items:center;justify-content:flex-end;gap:12px;padding:8px 16px;border-top:1px solid #edf1f7;background:#fff}.contract-scroll-table table{table-layout:fixed!important;border-collapse:separate;border-spacing:0}.contract-scroll-table .ant-table-thead>tr,.contract-scroll-table .ant-table-tbody>tr{height:64px;line-height:normal;transform:none!important}.contract-scroll-table .ant-table-thead>tr>th,.contract-scroll-table .ant-table-tbody>tr>td{height:64px;min-height:64px;box-sizing:border-box;vertical-align:middle!important;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:none!important}.contract-scroll-table .ant-table-thead>tr>th>*,.contract-scroll-table .ant-table-tbody>tr>td>*{transform:none!important}.contract-scroll-table .ant-table-cell{position:relative;box-sizing:border-box}.contract-scroll-table .ant-table-thead>tr>th{background:#fff;z-index:5}.contract-scroll-table .ant-table-cell-fix-left,.contract-scroll-table .ant-table-cell-fix-right,.contract-scroll-table .ant-table-cell-fix-start,.contract-scroll-table .ant-table-cell-fix-end{background:#fff!important;z-index:12}.contract-scroll-table .ant-table-thead .ant-table-cell-fix-left,.contract-scroll-table .ant-table-thead .ant-table-cell-fix-right,.contract-scroll-table .ant-table-thead .ant-table-cell-fix-start,.contract-scroll-table .ant-table-thead .ant-table-cell-fix-end{background:#fff!important;z-index:14}.contract-scroll-table .ant-table-cell-fix-left-last:after,.contract-scroll-table .ant-table-cell-fix-start-shadow:after{position:absolute;top:0;right:-16px;bottom:0;width:16px;pointer-events:none;background:linear-gradient(90deg,#fff,#ffffffc7 42%,#fff0);box-shadow:inset 10px 0 8px -8px #0f172a3d!important;content:"";z-index:16}.contract-scroll-table .ant-table-cell-fix-right-first:after,.contract-scroll-table .ant-table-cell-fix-end-shadow:after{position:absolute;top:0;bottom:0;left:-16px;width:16px;pointer-events:none;background:linear-gradient(270deg,#fff,#ffffffc7 42%,#fff0);box-shadow:inset -10px 0 8px -8px #0f172a3d!important;content:"";z-index:16}.contract-scroll-table .ant-table-tbody>tr>td.ant-table-cell-fix-left,.contract-scroll-table .ant-table-tbody>tr>td.ant-table-cell-fix-right,.contract-scroll-table .ant-table-tbody>tr>td.ant-table-cell-fix-start,.contract-scroll-table .ant-table-tbody>tr>td.ant-table-cell-fix-end{position:sticky!important;height:64px;min-height:64px;vertical-align:middle!important;transform:none!important}.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-start,.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-end{background:#fafafa!important}.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-last:after,.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-start-shadow:after{background:linear-gradient(90deg,#fafafa,#fafafac7 42%,#fafafa00)}.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-first:after,.contract-scroll-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-end-shadow:after{background:linear-gradient(270deg,#fafafa,#fafafac7 42%,#fafafa00)}.contract-template-editor{min-height:520px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;line-height:1.7}.contract-output-preview{min-height:520px;max-height:calc(100vh - 280px);overflow:auto;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#111827;font-size:14px;line-height:1.8;white-space:pre-wrap}@media(max-width:768px){.contract-layout,.contract-management-layout,.contract-generate-scroll-area,.contract-party-form{grid-template-columns:1fr}.contract-search{width:100%}.contract-manage-modal{transform:none}}.add-dialog-tools{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 12px}.batch-import-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hidden-file-input{display:none}.batch-failure-list{display:grid;gap:6px;margin-top:8px;padding:10px 12px;border:1px solid #fecaca;border-radius:6px;background:#fff7f7;color:#991b1b;font-size:13px;line-height:1.5}.batch-failure-title{font-weight:700}.batch-failure-item{word-break:break-all}.add-insurance-failure-modal .ant-modal-body{max-height:min(56vh,460px);overflow-y:auto}.add-insurance-failure-intro{margin-bottom:12px;color:#4b5563;line-height:1.6}.add-insurance-failure-list{display:grid;gap:10px}.add-insurance-failure-item{padding:10px 12px;border-left:3px solid #dc2626;border-radius:4px;background:#fff5f5;color:#991b1b;line-height:1.55;overflow-wrap:anywhere}@media(max-width:600px){.add-insurance-failure-modal{width:calc(100vw - 28px)!important;max-width:none}.add-insurance-failure-modal .ant-modal-body{max-height:52vh}}.add-batch-bar{padding:0 18px 18px}.batch-add-modal-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,calc(100vw - 64px));max-height:86vh;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.batch-add-header,.batch-add-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid #eef2f7;background:#fff}.batch-add-footer{justify-content:flex-end;border-top:1px solid #eef2f7;border-bottom:0}.batch-add-title{color:#111827;font-size:18px;font-weight:700}.batch-add-header-actions{display:flex;gap:8px}.batch-add-body{display:grid;gap:16px;min-height:0;overflow:auto;padding:18px 22px}.batch-upload-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.batch-upload-summary>div{display:grid;gap:6px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fbfdff}.batch-upload-summary span{color:#6b7280;font-size:12px}.batch-upload-summary strong{min-width:0;overflow:hidden;color:#111827;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.batch-section-title{margin-bottom:8px;color:#111827;font-weight:700}.batch-error-table{max-height:218px;overflow:auto;border:1px solid #e5e7eb;border-radius:6px}.batch-error-row{display:grid;grid-template-columns:70px minmax(90px,.8fr) minmax(180px,1.4fr) minmax(180px,1.4fr);min-height:36px;min-width:640px;border-bottom:1px solid #eef2f7}.batch-error-row:last-child{border-bottom:0}.batch-error-row.head{position:sticky;top:0;z-index:1;min-height:38px;background:#f8faff;color:#111827;font-weight:700}.batch-error-row.error{background:#fff7f7}.batch-error-row span{min-width:0;padding:9px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-error-row .error-note{color:#dc2626;font-weight:600}.batch-query-modal .ant-modal-body{max-height:min(68vh,640px);overflow:auto}.batch-query-header-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:14px}.batch-query-summary{margin-bottom:16px}.batch-query-table{max-height:min(360px,45vh);overflow:auto}.batch-query-row{grid-template-columns:70px minmax(100px,.8fr) minmax(190px,1.2fr) minmax(110px,.8fr) minmax(220px,1.4fr);min-width:820px}.batch-error-empty{padding:18px;color:#6b7280;text-align:center}.batch-unified-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.batch-unified-grid label{display:grid;gap:8px;color:#374151;font-size:13px}.empty-state{display:flex;min-height:180px;align-items:center;justify-content:center}@media(min-width:900px){.admin-shell{display:grid;grid-template-columns:224px minmax(0,1fr)}.desktop-sidebar{position:sticky;top:0;display:block;height:100vh;padding:22px 14px;background:#12213a;color:#fff}.sidebar-brand{padding:0 10px 22px;font-size:20px;font-weight:700}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.sidebar-nav-item{display:flex;width:100%;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:8px;background:transparent;color:#ffffffc7;font:inherit;text-align:left;cursor:pointer}.sidebar-nav-item.active,.sidebar-nav-item:hover{background:#1677ff;color:#fff}.sidebar-nav-parent{justify-content:flex-start}.sidebar-nav-parent span:nth-child(2){flex:1 1 auto}.sidebar-nav-arrow{margin-left:auto;color:currentColor;font-size:14px;line-height:1;transform:rotate(-90deg);transition:transform .18s ease}.sidebar-nav-group.expanded .sidebar-nav-arrow{transform:rotate(0)}.sidebar-subnav{display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-left:30px}.sidebar-subnav-item{min-height:36px;padding:8px 12px;border-radius:7px;font-size:14px}.sidebar-subnav-item.active,.sidebar-subnav-item:hover{background:#1677ffe6;color:#fff}.sidebar-icon{display:inline-flex;font-size:18px}.mobile-tabbar{display:none}.with-tabbar{padding-bottom:0}.admin-main{display:flex;height:100dvh;min-width:0;min-height:0;flex-direction:column;padding:18px 22px 24px;overflow:hidden}.admin-main:has(.contract-generate-page){overflow:auto}.overview-month-selector>button{min-width:146px}.admin-page{gap:12px}.admin-page-title{font-size:20px;font-weight:600}.home-page,.uniform-deposit-page{gap:0;flex:1 1 auto;min-height:0;overflow:hidden}.home-board{display:flex;flex:1 1 auto;height:auto;min-height:0;max-height:none;gap:0;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 6px 18px #0f172a0a;overflow:hidden}.uniform-deposit-page .home-board{flex:1 1 auto;min-height:0}.home-header{flex-direction:row;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px 12px;border-bottom:1px solid #edf0f5}.home-header .admin-page-title{flex:0 0 auto;font-size:16px;line-height:1.4}.home-header .stat-grid{display:flex;flex:1 1 auto;justify-content:flex-end;gap:18px}.home-header .stat-card{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:right}.home-header .stat-label{display:inline;color:#1f2937;font-size:13px;font-weight:500}.home-header .stat-value{display:inline;margin:0 0 0 6px;color:#d65a50;font-size:14px;font-weight:600}.filter-card{display:flex;flex-wrap:wrap;position:relative;padding:12px 16px;border:0;border-radius:0;box-shadow:none;gap:10px;overflow:visible}.filter-card.filter-card-basic{display:flex}.insurance-filter-card{--insurance-filter-control-height: 34px;display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(140px,.9fr) minmax(150px,.95fr) minmax(120px,.72fr) minmax(96px,auto) minmax(96px,auto) minmax(120px,auto);gap:8px;align-items:center;padding:8px 16px}.insurance-filter-card.filter-card-basic{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(150px,.9fr) minmax(160px,.95fr) minmax(96px,auto) minmax(96px,auto)}.insurance-filter-card .ant-input,.insurance-filter-card .ant-input-affix-wrapper,.insurance-filter-card .ant-select,.insurance-filter-card .ant-select-selector,.insurance-filter-card .ant-picker,.insurance-filter-card .ant-btn{box-sizing:border-box;height:var(--insurance-filter-control-height);min-height:var(--insurance-filter-control-height);font-size:13px}.insurance-filter-card .ant-input-affix-wrapper>input.ant-input{height:auto;min-height:0}.filter-card .filter-input,.filter-card .filter-select{flex:1 1 150px;max-width:260px}.filter-card .filter-status-select,.filter-card .antd-status-date-picker,.filter-card .filter-date-field-select{flex:.9 1 130px;max-width:210px}.filter-card .antd-date-range{flex:1.4 1 260px;min-width:220px;max-width:340px}.insurance-filter-card .insurance-advanced-filters{position:absolute;z-index:35;top:calc(8px + var(--insurance-filter-control-height) + 8px);left:16px;right:150px;display:flex;width:auto;padding:0;border:0;background:transparent;box-shadow:none}.insurance-filter-card .insurance-advanced-filters .antd-status-date-picker,.insurance-filter-card .insurance-advanced-filters .filter-date-field-select{flex:0 0 160px;max-width:none}.insurance-filter-card .insurance-advanced-filters .antd-date-range{flex:1 1 300px;max-width:none}.filter-card .ant-btn{flex:0 0 auto;height:34px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:500}.filter-toggle-button{display:inline-flex}.filter-toggle-button.ant-btn{align-items:center;justify-content:center;gap:6px;min-width:96px;padding:0 4px;border:0;background:transparent;box-shadow:none;color:#1677ff;font-size:16px;font-weight:700}.filter-toggle-button.ant-btn>span{display:inline-flex;align-items:center;gap:6px}.filter-toggle-button.ant-btn .anticon{font-size:14px}.insurance-filter-card .filter-input,.insurance-filter-card .filter-select,.insurance-filter-card .filter-status-select,.insurance-filter-card .antd-status-date-picker,.insurance-filter-card .filter-date-field-select,.insurance-filter-card .antd-date-range{width:100%;min-width:0;max-width:none;flex:initial}.insurance-filter-card .filter-toggle-button.ant-btn{justify-self:end;width:auto;min-width:0;height:24px;min-height:24px;padding:0 10px;font-size:13px;font-weight:400}.filter-card.filter-card-collapsed .filter-advanced-control{display:none}.filter-card.filter-card-expanded{align-items:stretch}.filter-input.ant-input{height:34px;padding:0 10px;border-radius:4px;font-size:13px}.filter-input.adm-input input::placeholder{color:#b8c0cc}.date-range-inline,.date-filter{height:34px;padding:0 10px;border-radius:4px;font-size:13px}.antd-date-range{width:300px;justify-self:start}.stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.stat-card{min-height:104px;padding:18px}.list-card{padding:12px}.home-list-card{display:flex;min-height:0;flex:1 1 0;flex-direction:column;padding:0 16px 16px;border:0;border-radius:0;box-shadow:none;overflow:hidden;transition:margin-top .18s ease}.insurance-filter-card.filter-card-expanded+.home-list-card{margin-top:42px}.list-toolbar{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.list-toolbar-left{flex:1 1 auto;flex-direction:row;align-items:center}.list-toolbar-left>.adm-button{flex:0 0 auto}.desktop-actions{flex:0 0 auto;justify-content:flex-end}.desktop-actions.adm-space{gap:8px}.desktop-actions .adm-button{min-width:0}.action-button.adm-button{width:auto;height:32px;min-width:72px;padding:0 14px;border:1px solid #d6e4ff;border-radius:6px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:500;box-shadow:none}.action-button .adm-button-content{gap:5px}.action-button svg{width:14px;height:14px;color:currentColor}.action-button-add.adm-button,.action-button-export.adm-button{background:#fff;color:#1d4ed8}.action-button-remove.adm-button{border-color:#fecaca;background:#fff;color:#c94a4a}.action-button.adm-button:not(.adm-button-disabled):hover{border-color:#adc6ff;color:#1d4ed8}.action-button-remove.adm-button:not(.adm-button-disabled):hover{border-color:#f3b6b6;color:#b94444}.batch-action-bar{padding-top:0}.pending-batch-action-bar{min-height:32px;margin-top:0;margin-bottom:0;padding:0}.batch-action-bar .adm-button{height:32px;min-width:76px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:500}.worker-table-scroll{--worker-table-width: 1880px;--worker-table-selectable-width: 1928px;--worker-left-fixed-width: 174px;--worker-left-fixed-selectable-width: 218px;--worker-right-fixed-width: 180px;flex:1 1 auto;height:calc(100dvh - 372px);max-height:calc(100dvh - 372px);min-height:280px;overflow-y:auto;overflow-x:auto;border-top:1px solid #eef2f7}.insurance-filter-card.filter-card-expanded+.home-list-card .worker-table-scroll{height:calc(100dvh - 414px);max-height:calc(100dvh - 414px)}.home-list-card>.ant-spin-nested-loading{display:flex;min-height:0;flex:1 1 0;flex-direction:column;overflow:hidden}.home-list-card>.ant-spin-nested-loading>.ant-spin-container{display:flex;min-height:0;flex:1 1 0;flex-direction:column;overflow:hidden}.table-pagination-bar{flex:0 0 auto;padding:0}.worker-table-scroll::-webkit-scrollbar{height:8px}.worker-table-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.worker-table-head{position:sticky;top:0;z-index:80;isolation:isolate;display:grid;grid-template-columns:72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px;width:var(--worker-table-width);min-width:var(--worker-table-width);gap:0;min-height:38px;align-items:center;padding:0 10px;border-bottom:1px solid #e7ebf1;border-radius:0;background:#f8faff;color:#4b5563;font-size:13px;font-weight:500;text-align:left}.worker-table-head:before,.worker-row:before{position:sticky;left:0;grid-column:1 / -1;grid-row:1;width:var(--worker-left-fixed-width);height:100%;z-index:58;background:#fff;box-shadow:16px 0 #fff,18px 0 18px -18px #0f172a57;content:"";pointer-events:none}.worker-table-head.selectable-table{grid-template-columns:44px 72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px;width:var(--worker-table-selectable-width);min-width:var(--worker-table-selectable-width)}.worker-table-row{position:relative;border:0;border-bottom:0;border-radius:0;background:#fff;box-shadow:none;color:inherit}.worker-table-row:hover{background:#fbfdff}.worker-row{position:relative;isolation:isolate;display:grid;grid-template-columns:72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px;width:var(--worker-table-width);min-width:var(--worker-table-width);gap:0;min-height:46px;align-items:center;padding:0 10px}.worker-row.selectable-row{grid-template-columns:44px 72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px;width:var(--worker-table-selectable-width);min-width:var(--worker-table-selectable-width)}.worker-list{width:max-content;min-width:100%;gap:0}.worker-select-cell{grid-column:1}.worker-table-head>span:first-child,.worker-index{grid-column:1;text-align:center}.worker-select-head,.worker-select-cell{text-align:center}.worker-select-cell input,.worker-select-head input{width:13px;height:13px}.worker-select-placeholder{pointer-events:none}.worker-table-head.selectable-table>span:nth-child(2),.worker-row.selectable-row .worker-index{grid-column:2}.worker-card-header{min-width:0;grid-column:2;align-items:center}.worker-row.selectable-row .worker-card-header{grid-column:3}.worker-row .worker-card-header>div{display:flex;min-width:0;align-items:center}.worker-name{font-size:13px;font-weight:500}.worker-meta{font-size:12px;line-height:1.35}.log-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;color:#374151;font-size:13px;line-height:20px}.worker-card-header .worker-meta,.worker-card-header .adm-tag{display:none}.worker-cell{min-width:0;text-align:left}.worker-table-head>span,.worker-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.worker-text-ellipsis,.worker-name{display:inline-block;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.id-card-toggle{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.worker-table-head>span:nth-child(1),.worker-index{position:sticky;left:10px;width:100%;box-sizing:border-box;z-index:60;background:#fff}.worker-table-head>span:nth-child(2),.worker-card-header{position:sticky;left:82px;width:100%;box-sizing:border-box;z-index:61;background:#fff;box-shadow:10px 0 14px -14px #0f172a57}.worker-table-head>span:nth-child(14),.worker-field-actions{position:sticky;right:0;z-index:62;background:#fff;box-shadow:-18px 0 #fff,-20px 0 18px -18px #0f172a57}.worker-table-head>span:nth-child(1),.worker-table-head>span:nth-child(2),.worker-table-head>span:nth-child(14),.worker-table-head.selectable-table>span:nth-child(1),.worker-table-head.selectable-table>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(3),.worker-table-head.selectable-table>span:nth-child(15){background:#f8faff;z-index:96}.worker-table-head>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(3){box-shadow:10px 0 14px -14px #0f172a47}.worker-table-head>span:nth-child(14),.worker-table-head.selectable-table>span:nth-child(15){box-shadow:-18px 0 #f8faff,-20px 0 18px -18px #0f172a47}.worker-table-row:hover .worker-index,.worker-table-row:hover .worker-card-header,.worker-table-row:hover .worker-field-actions,.worker-table-row:hover .worker-select-cell{background:#fbfdff}.worker-table-row:hover .worker-card-header{box-shadow:10px 0 14px -14px #0f172a57}.worker-table-row:hover .worker-field-actions{box-shadow:-18px 0 #fbfdff,-20px 0 18px -18px #0f172a57}.worker-table-head.selectable-table>span:nth-child(1),.worker-select-cell{position:sticky;left:10px;width:100%;box-sizing:border-box;z-index:60;background:#fff}.worker-table-head.selectable-table>span:nth-child(2),.worker-row.selectable-row .worker-index{position:sticky;left:54px;width:100%;box-sizing:border-box;z-index:60;background:#fff}.worker-table-head.selectable-table>span:nth-child(3),.worker-row.selectable-row .worker-card-header{position:sticky;left:126px;width:100%;box-sizing:border-box;z-index:61;background:#fff;box-shadow:10px 0 14px -14px #0f172a57}.worker-table-head.selectable-table>span:nth-child(15),.worker-row.selectable-row .worker-field-actions{position:sticky;right:0;z-index:62;background:#fff;box-shadow:-18px 0 #fff,-20px 0 18px -18px #0f172a57}.worker-field{color:#374151;font-size:13px;line-height:1.35}.worker-field-label{display:none}.worker-field-gender{grid-column:3}.worker-field-id-card{grid-column:4}.worker-field-work-unit{grid-column:5}.worker-field-dispatch-company{grid-column:6}.worker-field-job-type{grid-column:7}.worker-field-creator{grid-column:8}.worker-field-insured-company{grid-column:9}.worker-field-effective-date{grid-column:10}.worker-field-expiry-date{grid-column:11}.worker-field-status{grid-column:12}.worker-field-remarks{grid-column:13}.worker-field-actions{grid-column:14;display:inline-flex;flex-wrap:nowrap;justify-content:center;gap:4px 8px;align-items:center}.worker-status-link{display:inline-flex;align-items:center;min-height:20px;padding:0;border:0;background:transparent;color:#1677ff;font:inherit;font-weight:500;cursor:pointer}.worker-status-link:hover{text-decoration:underline}.worker-error-reason{display:block;margin-top:2px;color:#dc2626;font-size:12px;font-weight:500}.worker-row.selectable-row .worker-field-gender{grid-column:4}.worker-row.selectable-row .worker-field-id-card{grid-column:5}.worker-row.selectable-row .worker-field-work-unit{grid-column:6}.worker-row.selectable-row .worker-field-dispatch-company{grid-column:7}.worker-row.selectable-row .worker-field-job-type{grid-column:8}.worker-row.selectable-row .worker-field-creator{grid-column:9}.worker-row.selectable-row .worker-field-insured-company{grid-column:10}.worker-row.selectable-row .worker-field-effective-date{grid-column:11}.worker-row.selectable-row .worker-field-expiry-date{grid-column:12}.worker-row.selectable-row .worker-field-status{grid-column:13}.worker-row.selectable-row .worker-field-remarks{grid-column:14}.worker-row.selectable-row .worker-field-actions{grid-column:15}.worker-table-scroll{--worker-table-width: 1880px;--worker-table-selectable-width: 1928px;--worker-left-fixed-width: 174px;--worker-left-fixed-selectable-width: 218px;flex:1 1 auto;height:calc(100dvh - 322px);max-height:calc(100dvh - 322px);min-height:280px;overflow-x:auto;overflow-y:auto}.worker-table-head,.worker-row{width:var(--worker-table-width);min-width:var(--worker-table-width);grid-template-columns:72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px}.worker-table-head.selectable-table,.worker-row.selectable-row{width:var(--worker-table-selectable-width);min-width:var(--worker-table-selectable-width);grid-template-columns:44px 72px 92px 56px 148px 168px 168px 158px 138px 98px 140px 140px 98px 188px 180px}.worker-list{width:max-content;min-width:100%}.worker-table-head:before,.worker-row:before{display:block;position:sticky;left:0;grid-column:1 / -1;grid-row:1;width:var(--worker-left-fixed-width);height:100%;z-index:59;background:#fff;box-shadow:16px 0 #fff,18px 0 18px -18px #0f172a57;content:"";pointer-events:none}.worker-table-head:before{z-index:94;background:#f8faff;box-shadow:16px 0 #f8faff,18px 0 18px -18px #0f172a47}.worker-table-head.selectable-table:before,.worker-row.selectable-row:before{width:var(--worker-left-fixed-selectable-width)}.worker-table-head:not(.selectable-table)>span:nth-child(1),.worker-index{position:sticky!important;left:10px!important;z-index:60!important;width:100%!important;justify-content:center!important;padding:0 8px!important;overflow:visible!important;text-align:center!important;white-space:nowrap!important;background:#fff!important;box-shadow:-12px 0 #fff!important}.worker-table-head:not(.selectable-table)>span:nth-child(2),.worker-card-header{position:sticky!important;left:82px!important;z-index:61!important;display:flex!important;align-items:center!important;width:100%!important;background:#fff!important;box-shadow:10px 0 14px -14px #0f172a57!important}.worker-table-head:not(.selectable-table)>span:nth-child(14),.worker-field-actions{position:sticky!important;right:0!important;z-index:62!important;background:#fff!important;box-shadow:-18px 0 #fff,-20px 0 18px -18px #0f172a57!important}.worker-table-head.selectable-table>span:nth-child(1),.worker-select-cell{position:sticky!important;left:10px!important;z-index:63!important;width:100%!important;background:#fff!important}.worker-table-head.selectable-table>span:nth-child(2),.worker-row.selectable-row .worker-index{position:sticky!important;left:54px!important;z-index:61!important;width:100%!important;justify-content:center!important;padding:0 8px!important;overflow:visible!important;text-align:center!important;white-space:nowrap!important;background:#fff!important}.worker-table-head.selectable-table>span:nth-child(3),.worker-row.selectable-row .worker-card-header{position:sticky!important;left:126px!important;z-index:62!important;display:flex!important;align-items:center!important;width:100%!important;background:#fff!important;box-shadow:10px 0 14px -14px #0f172a57!important}.worker-table-head.selectable-table>span:nth-child(15),.worker-row.selectable-row .worker-field-actions{position:sticky!important;right:0!important;z-index:62!important;background:#fff!important;box-shadow:-18px 0 #fff,-20px 0 18px -18px #0f172a57!important}.worker-table-head.selectable-table>.worker-select-head,.worker-row.selectable-row>.worker-select-cell{grid-column:1;position:sticky!important;left:10px!important;z-index:63!important;display:inline-flex;width:100%!important;box-sizing:border-box;align-items:center;justify-content:center;padding-left:0;background:#fff!important;box-shadow:-12px 0 #fff,10px 0 #fff!important}.worker-table-head.selectable-table>.worker-select-head{background:#f8faff!important;box-shadow:-12px 0 #f8faff,10px 0 #f8faff!important;z-index:96!important}.worker-table-head.selectable-table>span.worker-select-head:nth-child(1){box-shadow:-12px 0 #f8faff,10px 0 #f8faff!important}.worker-table-head:not(.selectable-table)>span:nth-child(1),.worker-table-head:not(.selectable-table)>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(1),.worker-table-head.selectable-table>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(3),.worker-index,.worker-card-header,.worker-row.selectable-row>.worker-select-cell{align-self:stretch!important;height:auto!important}.worker-table-head:not(.selectable-table)>span:nth-child(1),.worker-table-head:not(.selectable-table)>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(1),.worker-table-head.selectable-table>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(3){display:inline-flex;align-items:center;height:38px!important}.worker-table-head.selectable-table>span.worker-select-head,.worker-row.selectable-row>label.worker-select-cell{left:10px!important;border-bottom:none!important}.worker-table-head:not(.selectable-table)>span:nth-child(1),.worker-table-head:not(.selectable-table)>span:nth-child(2),.worker-table-head:not(.selectable-table)>span:nth-child(14),.worker-table-head.selectable-table>span:nth-child(1),.worker-table-head.selectable-table>span:nth-child(2),.worker-table-head.selectable-table>span:nth-child(3),.worker-table-head.selectable-table>span:nth-child(15){background:#f8faff!important;z-index:96!important}.worker-table-head:not(.selectable-table)>span:nth-child(1){box-shadow:-12px 0 #f8faff!important}.worker-row.selectable-row>.worker-index:before,.worker-table-head.selectable-table>span:nth-child(2):before{top:-1px;right:-8px;bottom:-1px;left:-10px}.worker-row.selectable-row>.worker-select-cell:before,.worker-table-head.selectable-table>.worker-select-head:before{top:-1px;right:0;bottom:-1px;left:-10px}.worker-table-row:hover .worker-index,.worker-table-row:hover .worker-card-header,.worker-table-row:hover .worker-field-actions,.worker-table-row:hover .worker-select-cell{background:#fbfdff!important}.worker-table-row:hover .worker-index{box-shadow:-12px 0 #fbfdff!important}.worker-table-row:hover .worker-select-cell{box-shadow:-12px 0 #fbfdff,10px 0 #fbfdff!important}.worker-card-header>div,.worker-field>.ant-tooltip-open,.worker-field .worker-text-ellipsis,.worker-field-id-card .id-card-inline{min-width:0;max-width:100%}.worker-field .worker-text-ellipsis{display:block}.worker-field-id-card .id-card-inline{display:inline-flex;align-items:center;gap:4px;width:100%}.worker-field-id-card .id-card-toggle{flex:0 1 auto;min-width:0}.worker-field-id-card .id-card-copy{flex:0 0 auto}.worker-action-inline{min-height:20px;padding:0;border:0;border-radius:0;background:transparent;color:#2563eb;font-size:13px;font-weight:400;line-height:20px;white-space:nowrap;cursor:pointer}.worker-action-inline:hover{background:transparent;color:#0958d9;text-decoration:underline}.worker-action-inline.danger{color:#d14343}.worker-action-inline.danger:hover{background:transparent;color:#b42323}.id-card-toggle{max-width:140px;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer}.id-card-inline{display:inline-flex;max-width:100%;min-width:0;align-items:center;gap:8px}.id-card-copy{display:inline-flex;flex:0 0 auto;width:14px;height:14px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#2563eb;font:inherit;cursor:pointer}.id-card-copy svg{width:1em;height:1em}.id-card-copy:hover{color:#0958d9;text-decoration:underline}.ant-tooltip{font-size:13px}.id-card-toggle:hover{color:inherit;text-decoration:none}.worker-table-row.selected-row{background:#f8fbff}.worker-table-row{border-bottom:0!important;box-shadow:none!important}.worker-row,.worker-table-head{align-items:stretch!important}.worker-cell,.worker-select-cell{box-sizing:border-box!important;align-self:stretch!important;border:0!important;border-bottom:1px solid var(--list-row-border)!important}.worker-cell,.worker-select-cell{display:flex!important;min-height:46px!important;align-items:center!important}.worker-table-head>span,.worker-table-head.selectable-table>.worker-select-head{display:flex!important;min-height:38px!important;align-items:center!important;border-bottom-color:var(--list-border)!important}.worker-index,.worker-select-cell,.worker-select-head{justify-content:center!important}.worker-card-header,.worker-table-head:not(.selectable-table)>span:nth-child(2),.worker-row.selectable-row .worker-card-header,.worker-table-head.selectable-table>span:nth-child(3){border-right:1px solid var(--list-border)!important;box-shadow:none!important}.worker-field-actions,.worker-table-head:not(.selectable-table)>span:nth-child(14),.worker-row.selectable-row .worker-field-actions,.worker-table-head.selectable-table>span:nth-child(15){border-left:1px solid var(--list-border)!important;box-shadow:none!important}.worker-select-cell,.worker-table-head.selectable-table>.worker-select-head{box-shadow:none!important}.worker-table-head.selectable-table>span:nth-child(14){position:static!important;right:auto!important;z-index:auto!important;background:var(--list-header-bg)!important;border-left:0!important;box-shadow:none!important}.worker-table-head.selectable-table>span:nth-child(14):before{display:none!important}.worker-field-actions{justify-content:center!important}.empty-state{min-height:220px}.operations-split{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:12px}.operations-filter-card{grid-template-columns:minmax(260px,1fr) 312px auto auto;align-items:center;gap:10px;padding:12px}.operations-filter-button.adm-button{min-width:76px}.operations-filter-control.adm-button,.operations-filter-button.adm-button{height:34px;border-radius:4px;font-size:13px}.operations-list-card{position:sticky;top:28px;max-height:calc(100vh - 56px);overflow:hidden}.operations-list-body{max-height:calc(100vh - 90px);overflow:auto}.operations-detail-card{min-height:420px}.operation-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-calendar-picker .adm-popup-body{left:50%!important;right:auto!important;bottom:8vh!important;width:min(420px,calc(100vw - 48px))!important;min-height:0!important;max-height:70vh!important;transform:translate(-50%)!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 18px 45px #0f172a2e}.desktop-calendar-picker .adm-calendar-picker,.desktop-calendar-picker .adm-calendar-picker-view,.desktop-calendar-picker .adm-calendar{max-height:70vh;overflow:auto}.form-dialog-page{width:min(680px,calc(100vw - 64px));min-height:0;max-height:80vh;margin:42px auto;padding:0;overflow:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 18px 45px #0f172a1f}.form-dialog-page>.adm-nav-bar{position:sticky;top:0;z-index:3;background:#fff;border-bottom:1px solid #eef2f7}.form-dialog-page>.adm-form,.form-dialog-page>.adm-space{padding:14px 18px 0}.form-dialog-page .form-tip{margin:0;padding:2px 18px 18px}.form-dialog-page .adm-form-footer{position:sticky;bottom:0;z-index:3;margin:0;padding:14px 18px;border-top:1px solid #eef2f7;background:#fff}.embedded-form-dialog{width:100%;min-height:0;max-height:86vh;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}}@media(min-width:900px)and (max-width:1280px){.uniform-deposit-header{gap:10px}.uniform-deposit-stat-grid{gap:10px;font-size:12px}.uniform-deposit-stat-grid strong{font-size:13px}.uniform-deposit-filter-card{--uniform-filter-control-height: 32px}.insurance-filter-card{--insurance-filter-control-height: 32px;grid-template-columns:minmax(128px,1.1fr) minmax(90px,.78fr) minmax(96px,.78fr) minmax(82px,.68fr) minmax(70px,auto) minmax(70px,auto) minmax(100px,auto);gap:6px}.insurance-filter-card.filter-card-basic{grid-template-columns:minmax(128px,1.1fr) minmax(96px,.78fr) minmax(104px,.78fr) minmax(70px,auto) minmax(70px,auto)}.insurance-filter-card .ant-input,.insurance-filter-card .ant-input-affix-wrapper,.insurance-filter-card .ant-select-selector,.insurance-filter-card .ant-picker,.insurance-filter-card .ant-btn{font-size:12px!important}.insurance-filter-card .insurance-advanced-filters{right:112px;gap:6px}.insurance-filter-card.filter-card-expanded+.home-list-card{margin-top:40px}.insurance-filter-card.filter-card-expanded+.home-list-card .worker-table-scroll{height:calc(100dvh - 452px);max-height:calc(100dvh - 452px)}.uniform-deposit-filter-card.is-expanded+.uniform-deposit-card{margin-top:40px}.uniform-deposit-filter-card.is-expanded+.uniform-deposit-card .uniform-deposit-table .ant-table-body{height:calc(100dvh - 472px)!important;max-height:calc(100dvh - 472px)!important}.uniform-deposit-filter-main{gap:6px;grid-template-columns:minmax(116px,1.02fr) minmax(78px,.66fr) minmax(84px,.68fr) minmax(96px,.72fr) minmax(82px,.66fr) minmax(82px,.66fr) minmax(76px,auto) minmax(112px,auto)}.uniform-deposit-filter-main.is-all-view{grid-template-columns:minmax(108px,1fr) minmax(66px,.62fr) minmax(72px,.64fr) minmax(74px,.64fr) minmax(74px,.64fr) minmax(62px,.56fr) minmax(72px,auto) minmax(104px,auto);gap:5px}.uniform-deposit-filter-main .ant-input,.uniform-deposit-filter-main .ant-input-affix-wrapper,.uniform-deposit-filter-main .ant-select-selector,.uniform-deposit-filter-main .ant-btn{font-size:12px!important}.uniform-deposit-filter-actions{gap:6px}.uniform-deposit-filter-actions .ant-btn{padding-inline:10px}.uniform-deposit-filter-toggle{justify-content:flex-end}.uniform-deposit-filter-toggle .ant-btn{font-size:12px}.uniform-deposit-filter-dates{right:112px;grid-template-columns:repeat(2,minmax(180px,1fr));gap:6px}.uniform-deposit-table .ant-table{font-size:12px}.uniform-deposit-table .ant-table-cell{padding-inline:7px}.uniform-deposit-table .ant-table-tbody>tr>td{height:40px}.uniform-deposit-id-card{gap:2px}.uniform-deposit-id-card .ant-btn{width:20px;min-width:20px;padding-inline:0}.uniform-deposit-card .common-row-actions{gap:4px}.uniform-deposit-card .common-row-actions .ant-btn{padding-inline:1px;font-size:12px}.overview-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-card .filter-input,.filter-card .filter-select{flex-basis:136px}.filter-card .antd-date-range{flex-basis:240px}}@media(max-width:768px){.admin-main{padding:10px 10px calc(var(--mobile-tabbar-safe-height) + 18px)}.overview-page{gap:10px;padding-bottom:calc(var(--mobile-tabbar-safe-height) + 18px)}.overview-stat-grid,.overview-main-grid,.overview-chart-grid{grid-template-columns:1fr;gap:10px}.overview-stat-card{min-height:auto;padding:12px}.overview-stat-card strong{margin-top:6px;font-size:21px}.overview-card{padding:12px;border-radius:10px}.overview-record-item{align-items:flex-start;flex-direction:column;gap:4px}.overview-record-item>div:last-child{text-align:left}.overview-page-header{align-items:flex-start;flex-direction:column}.uniform-deposit-filter-main,.uniform-deposit-filter-dates{grid-template-columns:1fr}.uniform-deposit-filter-actions{justify-content:stretch}.uniform-deposit-filter-actions .ant-btn{flex:1}.daily-wage-filter-card .uniform-deposit-filter-main{grid-template-columns:1fr}.daily-wage-filter-card .uniform-deposit-filter-actions{justify-self:stretch}.uniform-deposit-filter-toggle{margin-top:0}.enterprise-dispatch-toolbar{grid-template-columns:1fr}.enterprise-dispatch-modal{margin-left:8px;margin-right:8px;max-width:calc(100vw - 16px)}.overview-month-selector{width:100%;margin-left:0;text-align:right}.overview-month-panel{padding:14px 16px 20px}.overview-month-panel-head{margin-bottom:12px}.overview-month-panel-head button{width:34px;height:30px}.overview-month-grid{gap:8px}.overview-month-grid button{height:36px;font-size:13px}.overview-month-selector>button{min-width:112px}.overview-month-trigger i{display:none}.overview-personnel-chart{grid-template-columns:1fr;justify-items:center}.overview-donut-wrap,.overview-donut{width:min(244px,100%);height:min(244px,calc(100vw - 72px))}.overview-donut-legend{width:100%}.overview-title-row{align-items:flex-start;flex-direction:column}.overview-dimension-tabs{width:100%}.overview-dimension-tabs button{flex:1}.overview-month-card,.overview-operations-split{min-height:auto}.overview-operations-list,.overview-operations-detail{padding:12px}.overview-operations-filter,.overview-operation-detail-grid{grid-template-columns:1fr}.overview-month-chart{gap:8px;min-height:190px}.overview-month-bars{height:142px}.admin-topbar{margin-bottom:10px}.mobile-tabbar{border-top:1px solid #e5e7eb;background:#fffffff5}.mobile-insurance-page{padding-bottom:calc(var(--mobile-tabbar-safe-height) + 18px)}.mobile-page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.mobile-page-title strong{color:#111827;font-size:20px}.mobile-page-title span{color:#6b7280;font-size:12px;line-height:1.4;text-align:right}.mobile-filter-panel{padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.mobile-filter-primary{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:8px;align-items:center}.mobile-filter-primary .adm-input{min-height:38px;padding:0 10px;border:1px solid #d7dce5;border-radius:8px;background:#fff}.mobile-filter-primary .adm-button{height:38px;border-radius:8px;font-size:14px}.mobile-more-filter{width:100%;min-height:34px;margin-top:8px;border:0;background:transparent;color:#2563eb;font-size:13px}.mobile-filter-more{display:grid;gap:8px;padding-top:8px}.mobile-filter-more label{display:grid;gap:5px;color:#4b5563;font-size:12px}.mobile-filter-more select,.mobile-filter-more input{width:100%;height:38px;padding:0 10px;border:1px solid #d7dce5;border-radius:8px;background:#fff;color:#111827;font-size:14px}.mobile-tabs{display:flex;gap:8px;margin:10px -10px;padding:0 10px 4px;overflow-x:auto;scrollbar-width:none}.mobile-tabs::-webkit-scrollbar{display:none}.mobile-tabs button{flex:0 0 auto;height:34px;padding:0 12px;border:1px solid #d7dce5;border-radius:999px;background:#fff;color:#4b5563;font-size:13px}.mobile-tabs button.active{border-color:#1677ff;background:#eff6ff;color:#1d4ed8;font-weight:600}.mobile-card-list{display:grid;gap:10px}.mobile-person-card{position:relative;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 6px 18px #0f172a0a}.mobile-person-card.selected{border-color:#1677ff;background:#f8fbff}.mobile-card-check{position:absolute;top:12px;left:12px}.mobile-card-check input{width:16px;height:16px}.mobile-card-title{display:flex;align-items:center;gap:8px;padding-left:0}.mobile-card-check+.mobile-card-title{padding-left:26px}.mobile-card-title button{border:0;background:transparent;color:#111827;font-size:16px;font-weight:650}.mobile-card-title span{color:#6b7280;font-size:13px}.mobile-card-title em{margin-left:auto;padding:3px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-style:normal}.mobile-card-grid{display:grid;grid-template-columns:82px minmax(0,1fr);gap:7px 10px;margin-top:10px;color:#111827;font-size:13px;line-height:1.35}.mobile-card-grid span{color:#6b7280}.mobile-card-grid strong{min-width:0;font-weight:500;overflow-wrap:anywhere}.mobile-id-card-toggle{max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:500;text-align:left}.mobile-card-error{margin-top:8px;color:#dc2626;font-size:12px}.mobile-card-actions{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9}.mobile-card-actions button{min-height:30px;padding:0;border:0;background:transparent;color:#2563eb;font-size:13px}.mobile-card-actions button.danger{color:#c94a4a}.mobile-bottom-actions{position:fixed;right:0;bottom:var(--mobile-tabbar-safe-height);left:0;z-index:910;display:grid;gap:8px;padding:10px;border-top:1px solid #e5e7eb;background:#fffffff7;box-shadow:0 -8px 24px #0f172a14}.mobile-bottom-actions-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.mobile-bottom-actions-row .adm-button{height:34px;min-width:74px;border-radius:8px;font-size:13px}.mobile-bottom-actions-row.batch{justify-content:space-between}.mobile-bottom-actions-row.batch span{color:#4b5563;font-size:13px}.mobile-full-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;overflow:auto;padding:10px 10px 74px;background:#f5f7fb}.mobile-full-modal .embedded-form-dialog{min-height:100%;padding:0 0 calc(72px + env(safe-area-inset-bottom))}.mobile-full-modal .form-dialog-footer,.mobile-modal-actions{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 0;background:#f5f7fb}.mobile-full-modal .mobile-embedded-submit-bar{position:fixed;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));left:10px;z-index:1210;display:block;padding:10px;border-radius:12px;background:#f5f7fbf5;box-shadow:0 -10px 24px #0f172a14}.mobile-full-modal .mobile-embedded-submit-bar .adm-button{height:44px;border-radius:8px;font-size:15px;font-weight:600}.mobile-edit-form,.mobile-log-panel{display:grid;gap:10px;max-height:calc(100vh - 32px);min-height:min(100%,calc(100vh - 32px));overflow-y:auto;padding:12px;border-radius:10px;background:#fff}.mobile-modal-title{color:#111827;font-size:17px;font-weight:650}.mobile-edit-form input,.mobile-edit-form select{width:100%;min-height:42px;padding:0 10px;border:1px solid #d7dce5;border-radius:8px;background:#fff;font-size:14px}.mobile-log-item{display:grid;gap:5px;padding:10px;border:1px solid #eef2f7;border-radius:8px;color:#374151;font-size:13px;line-height:1.4}}.home-list-card,.uniform-deposit-card,.daily-wage-page .uniform-deposit-card{display:flex;min-height:0;flex:1 1 0;flex-direction:column;overflow:hidden}.home-list-card>.ant-spin-nested-loading,.home-list-card>.ant-spin-nested-loading>.ant-spin-container,.uniform-deposit-card>.common-table,.uniform-deposit-card>.uniform-deposit-table{min-height:0;flex:1 1 0}.table-footer-bar,.uniform-deposit-card .table-footer-bar{flex:0 0 auto!important;min-height:52px;align-items:center;overflow:visible;background:#fff}.table-footer-actions{flex:1 1 0!important;min-width:0!important;overflow:visible}.batch-action-bar{flex:1 1 auto!important;min-width:0;flex-wrap:wrap;justify-content:flex-start!important;overflow:visible}.batch-action-hint{flex:0 0 auto!important;min-width:max-content}.batch-action-buttons,.batch-action-bar .ant-space,.batch-action-bar .ant-space-item{flex:0 0 auto}
