.image-list{display:flex;flex-wrap:wrap;gap:4px}.image-group{display:flex;width:100%;gap:4px}.image-item{height:auto;max-width:1000px}.image-group .image-list__preview{flex:1;display:block;min-width:0;padding:0;border:0;background:transparent;cursor:pointer}.image-list__file{flex:1;min-width:0}.image-group img{display:block;width:100%}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#box-chat-container .d-flex{display:flex}#box-chat-container .justify-content-center{justify-content:center}#box-chat-container .justify-content-between{justify-content:space-between}#box-chat-container .justify-content-end{justify-content:flex-end}#box-chat-container .align-items-center,#box-chat-container .align-item-center{align-items:center}#box-chat-container .gap-1{gap:4px}#box-chat-container .gap-3{gap:16px}#box-chat-container .mb-1{margin-bottom:4px}#box-chat-container .btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer}#box-chat-container [contenteditable=true]:empty:before{content:attr(placeholder);display:block;color:#777;pointer-events:none}.news-detail-drawer .ant-drawer-body{background:var(--ant-color-bg-layout, #f5f7fa)}.news-detail-content{display:flex;flex-direction:column;gap:18px}.news-detail-header,.news-detail-section{border:1px solid var(--ant-color-border-secondary, #f0f0f0);border-radius:14px;background:var(--ant-color-bg-container, #fff);padding:20px}.news-detail-header .ant-typography{margin-bottom:10px}.news-detail-description{margin-top:16px;color:var(--ant-color-text-secondary, rgba(0, 0, 0, .65));white-space:pre-wrap}.news-detail-cover{max-height:420px;border-radius:14px;-o-object-fit:cover;object-fit:cover}.news-detail-section>.ant-typography{display:flex;align-items:center;gap:8px}.news-detail-rich-content{overflow-wrap:anywhere;color:var(--ant-color-text, rgba(0, 0, 0, .88));line-height:1.7}.news-detail-rich-content img,.news-detail-rich-content video,.news-detail-rich-content table{max-width:100%}.news-detail-rich-content img{height:auto}.news-detail-rich-content table{display:block;overflow-x:auto}@media (max-width: 640px){.news-detail-header,.news-detail-section{padding:16px}}.procedure-request-detail-drawer{--procedure-detail-accent: #2563eb;--procedure-detail-bg: #f5f7fb;--procedure-detail-card: #fff;--procedure-detail-border: #e5e7eb;--procedure-detail-text: #111827;--procedure-detail-muted: #64748b;--procedure-detail-fill: #f8fafc}.procedure-request-detail-drawer .ant-drawer-body{padding:20px}.procedure-request-detail-drawer .ant-drawer-footer{position:sticky;z-index:5;bottom:0;border-top-color:var(--procedure-detail-border);background:var(--procedure-detail-card)}.procedure-detail-content,.procedure-detail-skeleton{display:flex;min-width:0;flex-direction:column;color:var(--procedure-detail-text)}.procedure-detail-content{gap:0}.procedure-detail-skeleton{gap:16px}.procedure-detail-content>.ant-alert{margin:12px 0 4px}.procedure-detail-hero{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:4px;border-radius:10px;background:color-mix(in srgb,var(--procedure-detail-accent) 5%,var(--procedure-detail-card));padding:16px 18px}.procedure-detail-hero__icon{display:inline-flex;width:36px;height:36px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:9px;background:color-mix(in srgb,var(--procedure-detail-accent) 11%,var(--procedure-detail-card));color:var(--procedure-detail-accent);font-size:17px}.procedure-detail-hero__copy{min-width:0}.procedure-detail-hero__copy .ant-typography{margin:3px 0 0;color:var(--procedure-detail-text)}.procedure-detail-hero__eyebrow{display:flex;min-width:0;align-items:center;gap:7px;color:var(--procedure-detail-muted);font-size:12px}.procedure-detail-hero__code{color:var(--procedure-detail-accent);font-size:12px;font-weight:700;letter-spacing:.04em}.procedure-detail-hero__status{align-self:center}.procedure-detail-hero__status .ant-tag{margin-inline-end:0}.procedure-detail-option-tags{display:flex;flex-wrap:wrap;gap:6px}.procedure-detail-section{border:0;border-bottom:1px solid var(--procedure-detail-border);border-radius:0;background:transparent;box-shadow:none}.procedure-detail-section__header{display:flex;min-height:0;align-items:center;justify-content:space-between;gap:12px;border-bottom:0;padding:20px 0 9px}.procedure-detail-section__title{display:inline-flex;align-items:center;gap:8px;color:var(--procedure-detail-text);margin:0;font-size:15px;font-weight:700}.procedure-detail-section__icon{display:inline-flex;color:var(--procedure-detail-accent);font-size:14px}.procedure-detail-section__body{display:flex;min-width:0;flex-direction:column;gap:14px;padding:0 0 20px}.procedure-detail-recruitment-editor{display:flex;flex-direction:column;gap:12px;border-top:1px dashed var(--procedure-detail-border);padding-top:12px}.procedure-detail-recruitment-editor>.ant-space{justify-content:flex-end}.procedure-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}.procedure-detail-field{display:flex;min-width:0;min-height:0;flex-direction:column;gap:4px;border:0;border-bottom:1px solid color-mix(in srgb,var(--procedure-detail-border) 72%,transparent);border-radius:0;background:transparent;padding:9px 0 12px}.procedure-detail-field.is-wide{grid-column:1 / -1}.procedure-detail-field.is-positive{border-color:color-mix(in srgb,#22c55e 38%,var(--procedure-detail-border));background:color-mix(in srgb,#22c55e 10%,var(--procedure-detail-card));border-width:1px;border-style:solid;border-radius:8px;padding:10px 12px}.procedure-detail-field.is-negative{border-color:color-mix(in srgb,#ef4444 38%,var(--procedure-detail-border));background:color-mix(in srgb,#ef4444 10%,var(--procedure-detail-card));border-width:1px;border-style:solid;border-radius:8px;padding:10px 12px}.procedure-detail-field.is-warning{border-color:color-mix(in srgb,#f59e0b 38%,var(--procedure-detail-border));background:color-mix(in srgb,#f59e0b 10%,var(--procedure-detail-card));border-width:1px;border-style:solid;border-radius:8px;padding:10px 12px}.procedure-detail-field__label{color:var(--procedure-detail-muted);font-size:12px;line-height:18px}.procedure-detail-field__value{min-width:0;overflow-wrap:anywhere;color:var(--procedure-detail-text);font-size:14px;font-weight:600;line-height:20px}.procedure-detail-people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.procedure-detail-person{display:flex;min-width:0;align-items:center;gap:10px;border:0;border-radius:0;background:transparent;padding:5px 20px 8px 0}.procedure-detail-person:not(:first-child){border-left:1px solid var(--procedure-detail-border);padding-left:20px}.procedure-detail-person__copy{display:flex;min-width:0;flex-direction:column;gap:2px}.procedure-detail-person__copy span,.procedure-detail-person__copy small{overflow:hidden;color:var(--procedure-detail-muted);text-overflow:ellipsis;white-space:nowrap}.procedure-detail-person__copy span{font-size:11px;text-transform:uppercase}.procedure-detail-person__copy strong{overflow:hidden;color:var(--procedure-detail-text);text-overflow:ellipsis;white-space:nowrap}.procedure-detail-person__copy small{font-size:11px}.procedure-detail-long-text{border:0;border-left:2px solid var(--procedure-detail-border);border-radius:0;background:transparent;padding:1px 0 1px 12px}.procedure-detail-long-text .ant-typography{margin:0;color:var(--procedure-detail-text);line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap}.procedure-detail-note-block+.procedure-detail-note-block{margin-top:12px}.procedure-detail-note-block>.ant-typography{display:block;margin-bottom:5px;font-size:12px;font-weight:600}.procedure-detail-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.procedure-detail-metric{display:flex;min-height:90px;flex-direction:column;justify-content:center;gap:6px;border:1px solid var(--procedure-detail-border);border-radius:8px;background:color-mix(in srgb,var(--procedure-detail-fill) 70%,var(--procedure-detail-card));padding:14px}.procedure-detail-metric span{color:var(--procedure-detail-muted);font-size:12px;font-weight:600}.procedure-detail-metric strong{color:var(--procedure-detail-text);font-size:20px;line-height:26px}.procedure-detail-metric.is-positive{border-color:color-mix(in srgb,#22c55e 38%,var(--procedure-detail-border));background:color-mix(in srgb,#22c55e 10%,var(--procedure-detail-card))}.procedure-detail-metric.is-negative{border-color:color-mix(in srgb,#ef4444 38%,var(--procedure-detail-border));background:color-mix(in srgb,#ef4444 10%,var(--procedure-detail-card))}.procedure-detail-metric.is-warning{border-color:color-mix(in srgb,#f59e0b 38%,var(--procedure-detail-border));background:color-mix(in srgb,#f59e0b 10%,var(--procedure-detail-card))}.procedure-detail-comparison__title{margin-bottom:10px;color:var(--procedure-detail-muted);font-size:12px;font-weight:700;text-transform:uppercase}.procedure-detail-comparison__panels{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:8px;align-items:stretch}.procedure-detail-comparison__panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:1px solid var(--procedure-detail-border);border-radius:8px;background:color-mix(in srgb,var(--procedure-detail-fill) 64%,var(--procedure-detail-card));padding:12px}.procedure-detail-comparison__panel.is-after{border-color:color-mix(in srgb,var(--procedure-detail-accent) 45%,var(--procedure-detail-border));background:color-mix(in srgb,var(--procedure-detail-accent) 4%,var(--procedure-detail-card))}.procedure-detail-comparison__eyebrow{grid-column:1 / -1;color:var(--procedure-detail-muted);font-size:11px;font-weight:800;text-transform:uppercase}.procedure-detail-comparison__arrow{display:flex;align-items:center;justify-content:center;color:var(--procedure-detail-accent);font-size:22px}.procedure-detail-table-wrap{overflow-x:auto;border-top:1px solid var(--procedure-detail-border);border-bottom:1px solid var(--procedure-detail-border)}.procedure-detail-table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0}.procedure-detail-table th,.procedure-detail-table td{border-bottom:1px solid var(--procedure-detail-border);padding:10px;color:var(--procedure-detail-text);vertical-align:top}.procedure-detail-table th{background:var(--procedure-detail-fill);color:var(--procedure-detail-muted);font-size:12px;font-weight:700;white-space:nowrap}.procedure-detail-table td{overflow-wrap:anywhere}.procedure-detail-table__summary{display:flex;justify-content:flex-end;border-top:1px solid var(--procedure-detail-border);padding:12px 10px 0;color:var(--procedure-detail-text);font-weight:700}.procedure-detail-attachments__images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.procedure-detail-attachment-image{min-width:0;margin:0}.procedure-detail-attachment-image__error{display:flex;min-height:132px;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:var(--procedure-detail-fill);color:var(--procedure-detail-muted)}.procedure-detail-attachment-image .ant-image,.procedure-detail-attachment-image img{width:100%}.procedure-detail-attachment-image img{height:150px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.procedure-detail-attachment-image figcaption{overflow:hidden;margin-top:5px;color:var(--procedure-detail-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.procedure-detail-attachments__files{display:grid;gap:8px;margin-top:12px}.procedure-detail-file{display:grid;min-width:0;grid-template-columns:20px minmax(0,1fr) 22px 22px;gap:8px;align-items:center;border:1px solid var(--procedure-detail-border);border-radius:9px;background:var(--procedure-detail-fill);padding:9px 10px}.procedure-detail-file>span{overflow:hidden;color:var(--procedure-detail-text);text-overflow:ellipsis;white-space:nowrap}.procedure-detail-print-area{display:none}.procedure-detail-approval-steps{width:100%}.procedure-detail-approval-steps .ant-steps-item{padding-bottom:4px}.procedure-detail-approval-steps .ant-steps-item:last-child{padding-bottom:0}.procedure-detail-approval-steps .ant-steps-item-icon{margin-inline-end:14px}.procedure-detail-approval-steps .ant-steps-item-tail{inset-inline-start:15px;top:29px;padding:7px 0 2px}.procedure-detail-approval-steps .ant-steps-item-tail:after{width:1px;background:var(--procedure-detail-border)}.procedure-detail-approval-steps .ant-steps-item-content{width:calc(100% - 46px);min-height:86px}.procedure-detail-approval-steps .ant-steps-item-title{width:100%;padding-inline-end:0;color:var(--procedure-detail-text)!important}.procedure-detail-approval-steps .ant-steps-item-description{width:100%;max-width:none!important;color:var(--procedure-detail-text)!important}.procedure-detail-step__title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--procedure-detail-text)}.procedure-detail-step__title .ant-tag{margin-inline-end:0}.procedure-detail-step__description{padding:5px 0 14px}.procedure-detail-step__approvers{display:grid;gap:2px}.procedure-detail-step__actor{display:grid;grid-template-columns:26px minmax(0,1fr) auto auto;gap:8px;align-items:center;min-height:38px;padding:4px 0;color:var(--procedure-detail-text)}.procedure-detail-step__actor-name{overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.procedure-detail-step__actor .ant-tag{margin-inline-end:0}.procedure-detail-step__actor small,.procedure-detail-step__viewers{color:var(--procedure-detail-muted);font-size:11px}.procedure-detail-step__viewers{display:grid;min-width:0;grid-template-columns:auto auto minmax(0,1fr);gap:9px;align-items:center;margin-top:7px;border-top:1px dashed var(--procedure-detail-border);padding-top:9px}.procedure-detail-step__viewer-names{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedure-detail-history-event{display:flex;flex-direction:column;color:var(--procedure-detail-text)}.procedure-detail-history-event small{color:var(--procedure-detail-muted)}.procedure-request-detail-drawer .ant-timeline-item-head .is-approved{color:#16a34a}.procedure-request-detail-drawer .ant-timeline-item-head .is-rejected{color:#dc2626}.procedure-request-detail-drawer .ant-timeline-item-head .is-pending{color:#d97706}.procedure-request-detail-drawer .ant-timeline-item-head .is-created{color:var(--procedure-detail-accent)}.procedure-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.procedure-detail-state{padding:10px 0}.procedure-detail-skeleton__hero{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;border:0;border-radius:10px;background:color-mix(in srgb,var(--procedure-detail-accent) 5%,var(--procedure-detail-card));padding:16px 18px}.procedure-detail-skeleton__grid,.procedure-detail-skeleton__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.procedure-detail-skeleton__grid .ant-skeleton-input,.procedure-detail-skeleton__metrics .ant-skeleton-element,.procedure-detail-skeleton__metrics .ant-skeleton-node{width:100%!important;height:52px}.procedure-detail-skeleton__section{border:0;border-bottom:1px solid var(--procedure-detail-border);border-radius:0;background:transparent;padding:8px 0 18px}@media (max-width: 900px){.procedure-detail-grid,.procedure-detail-people-grid,.procedure-detail-metrics,.procedure-detail-skeleton__grid,.procedure-detail-skeleton__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.procedure-detail-comparison__panels{grid-template-columns:1fr}.procedure-detail-comparison__arrow{transform:rotate(90deg)}.procedure-detail-person:nth-child(odd){border-left:0;padding-left:0}}@media (max-width: 640px){.procedure-request-detail-drawer .ant-drawer-body{padding:12px}.procedure-detail-grid,.procedure-detail-people-grid,.procedure-detail-metrics,.procedure-detail-skeleton__grid,.procedure-detail-skeleton__metrics,.procedure-detail-comparison__panel{grid-template-columns:1fr}.procedure-detail-hero{grid-template-columns:32px minmax(0,1fr);align-items:flex-start;gap:10px;padding:14px}.procedure-detail-hero__icon{width:32px;height:32px;border-radius:8px;font-size:16px}.procedure-detail-hero__status{grid-column:2}.procedure-detail-section__header{padding-top:17px}.procedure-detail-grid{gap:0}.procedure-detail-person{padding-right:0}.procedure-detail-person:not(:first-child){border-top:1px solid var(--procedure-detail-border);border-left:0;padding:12px 0 8px}.procedure-detail-attachments__images{grid-template-columns:repeat(2,minmax(0,1fr))}.procedure-detail-footer{align-items:stretch;flex-direction:column-reverse}.procedure-detail-footer>.ant-space,.procedure-detail-footer>.ant-btn{width:100%}.procedure-detail-footer>.ant-space .ant-space-item,.procedure-detail-footer>.ant-space .ant-btn{flex:1;width:100%}.procedure-detail-step__actor{grid-template-columns:26px minmax(0,1fr) auto}.procedure-detail-step__actor small{grid-column:2 / -1}.procedure-detail-step__viewers{grid-template-columns:auto auto minmax(0,1fr)}.procedure-detail-table{display:block;min-width:0}.procedure-detail-table thead{display:none}.procedure-detail-table tbody,.procedure-detail-table tr,.procedure-detail-table td{display:block;width:100%}.procedure-detail-table tbody{display:grid;gap:10px}.procedure-detail-table tr{overflow:hidden;border:1px solid var(--procedure-detail-border);border-radius:10px;background:var(--procedure-detail-card)}.procedure-detail-table td{display:grid;grid-template-columns:minmax(110px,38%) minmax(0,1fr);gap:10px;padding:9px 10px;border-bottom:1px solid var(--procedure-detail-border);white-space:normal}.procedure-detail-table td:last-child{border-bottom:0}.procedure-detail-table td:before{color:var(--procedure-detail-muted);content:attr(data-label);font-size:12px;font-weight:600}}@media print{body *{visibility:hidden!important}.procedure-detail-print-area,.procedure-detail-print-area *{visibility:visible!important}.procedure-detail-print-area{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;padding:20mm}.procedure-detail-print-area img{display:block;width:100%;max-height:250mm;margin-bottom:12mm;-o-object-fit:contain;object-fit:contain;-moz-column-break-after:page;break-after:page}}.employee-profile-page,.employee-profile-page-modal,.employee-profile-page-popconfirm,.employee-profile-page-dropdown{--epp-shell-bg: #f9fafb;--epp-header-bg: #ffffff;--epp-page-bg: #f6f9fb;--epp-surface: #ffffff;--epp-surface-alt: #fafafa;--epp-surface-soft: #f6f9fb;--epp-surface-tint: #eeedf7;--epp-border: #f0f0f0;--epp-border-strong: #e5e7eb;--epp-text: #222222;--epp-text-secondary: #666666;--epp-text-muted: #888888;--epp-text-subtle: #b0b3b9;--epp-shadow: 0 2px 8px rgba(44, 62, 80, .04);--epp-shadow-elevated: 0 4px 24px rgba(44, 62, 80, .08);--epp-table-head: #fef7e0;--epp-table-hover: #fef7e0;--epp-tone-blue-bg: #eaf3ff;--epp-tone-blue-text: #3b82f6;--epp-tone-green-bg: #e6fff3;--epp-tone-green-text: #00c48c;--epp-tone-yellow-bg: #fff7e6;--epp-tone-yellow-text: #ffb300;--epp-tone-pink-bg: #ffecef;--epp-tone-pink-text: #ff6b81;--epp-tone-indigo-bg: #f0f7ff;--epp-tone-indigo-text: #5b6dff;--epp-tone-neutral-bg: #f6f9fb;--epp-tone-neutral-text: #64748b;--epp-hero-bg: #ffecef;--epp-positive-bg: #d4edda;--epp-positive-text: #155724;--epp-negative-bg: #ffecef;--epp-negative-text: #b42318}html.dark .employee-profile-page,html.dark .employee-profile-page-modal,html.dark .employee-profile-page-popconfirm,html.dark .employee-profile-page-dropdown{--epp-shell-bg: #0d1420;--epp-header-bg: #111927;--epp-page-bg: #111b2a;--epp-surface: #152033;--epp-surface-alt: #1b283d;--epp-surface-soft: #1f2d43;--epp-surface-tint: #202b40;--epp-border: rgba(148, 163, 184, .18);--epp-border-strong: rgba(148, 163, 184, .28);--epp-text: #f8fafc;--epp-text-secondary: #d5deea;--epp-text-muted: #94a3b8;--epp-text-subtle: #8ea1b8;--epp-shadow: 0 14px 30px rgba(2, 6, 23, .24);--epp-shadow-elevated: 0 18px 40px rgba(2, 6, 23, .34);--epp-table-head: #1f2d43;--epp-table-hover: #243653;--epp-tone-blue-bg: rgba(59, 130, 246, .18);--epp-tone-blue-text: #8fc0ff;--epp-tone-green-bg: rgba(0, 196, 140, .18);--epp-tone-green-text: #6cecc0;--epp-tone-yellow-bg: rgba(255, 179, 0, .18);--epp-tone-yellow-text: #ffd36c;--epp-tone-pink-bg: rgba(255, 107, 129, .18);--epp-tone-pink-text: #ff9cae;--epp-tone-indigo-bg: rgba(91, 109, 255, .18);--epp-tone-indigo-text: #a7b3ff;--epp-tone-neutral-bg: rgba(148, 163, 184, .16);--epp-tone-neutral-text: #cbd5e1;--epp-hero-bg: linear-gradient(180deg, rgba(255, 107, 129, .12), rgba(91, 109, 255, .12));--epp-positive-bg: rgba(34, 197, 94, .18);--epp-positive-text: #8de3a9;--epp-negative-bg: rgba(239, 68, 68, .18);--epp-negative-text: #fca5a5}.employee-profile-page{min-height:100vh;background:var(--epp-shell-bg)!important;color:var(--epp-text)}.employee-profile-page .ant-layout-header{background:var(--epp-header-bg)!important;border-bottom-color:var(--epp-border)!important}.employee-profile-page .ant-layout-header .ant-btn{color:var(--epp-text-secondary)!important}.employee-profile-page .ant-layout-header .ant-btn:hover,.employee-profile-page .ant-layout-header .ant-btn:focus{background:var(--epp-surface-soft)!important}.employee-profile-page .ant-layout-header .ant-typography,.employee-profile-page .ant-layout-header .ant-typography h4{color:var(--epp-text)!important}.employee-profile-page__tabs{margin-top:16px}.employee-profile-page__tabs.ant-tabs-card>.ant-tabs-nav:before{border-bottom-color:var(--epp-border)!important}html.dark .employee-profile-page__tabs.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{background:var(--epp-surface-alt)!important;border-color:var(--epp-border)!important}html.dark .employee-profile-page__tabs.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{color:var(--epp-text-muted)!important}html.dark .employee-profile-page__tabs.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active{background:var(--epp-surface)!important}html.dark .employee-profile-page__tabs.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:#4ea1ff!important}.employee-profile-page__panel{background:var(--epp-page-bg)!important;border-radius:10px;padding:15px}.employee-profile-page__panel--columns{display:flex;align-items:flex-start;gap:15px}.employee-profile-page__column{flex:1 1 0;min-width:0;width:0}.employee-profile-page__column>.employee-profile-page__card+.employee-profile-page__card{margin-top:18px}.employee-profile-page__card.ant-card,.employee-profile-page__history-card{background:var(--epp-surface)!important;border-color:var(--epp-border)!important;box-shadow:var(--epp-shadow)!important}.employee-profile-page__loading-card{margin-top:16px}.employee-profile-page__card--elevated.ant-card{box-shadow:var(--epp-shadow-elevated)!important}.employee-profile-page__card .ant-card-body{background:transparent!important}.employee-profile-page__card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px 12px;border-bottom:1px solid var(--epp-border)!important;flex-wrap:wrap}.employee-profile-page__card-heading{display:inline-flex;min-width:0;align-items:center;gap:10px}.employee-profile-page__card-icon{display:inline-flex;color:var(--epp-tone-yellow-text);font-size:18px}.employee-profile-page__card-title,.employee-profile-page__section-title,.employee-profile-page__feature-label,.employee-profile-page__feature-value,.employee-profile-page__field-value,.employee-profile-page__table th,.employee-profile-page__table td,.employee-profile-page__history-description,.employee-profile-page__file-title{color:var(--epp-text)!important}.employee-profile-page__card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700}.employee-profile-page__card-body{padding:18px 22px 22px}.employee-profile-page__text-secondary,.employee-profile-page__hero-meta,.employee-profile-page__history-byline{color:var(--epp-text-muted)!important}.employee-profile-page__field-label{color:var(--epp-text-subtle)!important}.employee-profile-page__hero{width:100%;padding:32px 20px 28px;text-align:center;border-radius:16px;background:var(--epp-hero-bg)!important}.employee-profile-page__hero-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.employee-profile-page__hero-avatar-shell{width:140px;height:140px;padding:4px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #2c3e5014}.employee-profile-page__hero-avatar-image{width:100%!important;height:100%!important;display:block;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:var(--epp-surface-soft)}.employee-profile-page__avatar-upload-button.ant-btn{border-radius:999px}.employee-profile-page__hero-name{margin:0!important;color:var(--epp-text)!important;font-size:24px!important;font-weight:700!important}.employee-profile-page__hero-meta{margin-top:4px;font-weight:500}.employee-profile-page__status-pill{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;border:0!important;border-radius:10px;padding:4px 16px;font-weight:700}.employee-profile-page__status-pill--active{background:var(--epp-positive-bg)!important;color:var(--epp-positive-text)!important}.employee-profile-page__status-pill--inactive{background:var(--epp-negative-bg)!important;color:var(--epp-negative-text)!important}.employee-profile-page__field-list,.employee-profile-page__field-grid{display:grid;gap:14px}.employee-profile-page__field-list{grid-template-columns:1fr}.employee-profile-page__field-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.employee-profile-page__field-item{display:flex;min-width:0;align-items:center;gap:14px;border:1px solid transparent;border-radius:14px;background:var(--epp-surface-alt)!important;padding:12px}html.dark .employee-profile-page__field-item{border-color:var(--epp-border)!important}.employee-profile-page__field-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.employee-profile-page__field-label{font-size:12px;font-weight:600}.employee-profile-page__field-value{overflow-wrap:anywhere;font-size:14px;font-weight:700;line-height:1.35}.employee-profile-page__icon-chip{display:inline-flex;width:44px;height:44px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:14px;font-size:20px}.employee-profile-page__tone--blue{background:var(--epp-tone-blue-bg)!important;color:var(--epp-tone-blue-text)!important}.employee-profile-page__tone--green{background:var(--epp-tone-green-bg)!important;color:var(--epp-tone-green-text)!important}.employee-profile-page__tone--yellow{background:var(--epp-tone-yellow-bg)!important;color:var(--epp-tone-yellow-text)!important}.employee-profile-page__tone--pink{background:var(--epp-tone-pink-bg)!important;color:var(--epp-tone-pink-text)!important}.employee-profile-page__tone--indigo{background:var(--epp-tone-indigo-bg)!important;color:var(--epp-tone-indigo-text)!important}.employee-profile-page__tone--neutral{background:var(--epp-tone-neutral-bg)!important;color:var(--epp-tone-neutral-text)!important}.employee-profile-page__summary-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.employee-profile-page__summary-grid .ant-statistic{border:1px solid var(--epp-border);border-radius:14px;background:var(--epp-surface-alt);padding:14px}.employee-profile-page__summary-grid .ant-statistic-title{color:var(--epp-text-muted)!important}.employee-profile-page__summary-grid .ant-statistic-content{color:var(--epp-text)!important}.employee-profile-page__image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:18px}.employee-profile-page__identity-image{width:100%!important;height:120px!important;border-radius:12px;-o-object-fit:cover;object-fit:cover}.employee-profile-page__insurance-list{display:grid;gap:10px}.employee-profile-page__insurance-list .ant-checkbox-wrapper{color:var(--epp-text-secondary)!important}.employee-profile-page__contract-template-select{min-width:210px}.employee-profile-page__file-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.employee-profile-page__file-card{border:1px solid var(--epp-border);border-radius:14px;background:var(--epp-surface-alt);padding:14px}.employee-profile-page__file-card-main{display:flex;align-items:flex-start;gap:10px}.employee-profile-page__file-copy{min-width:0;flex:1}.employee-profile-page__file-title{font-weight:700}.employee-profile-page__file-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.employee-profile-page .ant-table{background:var(--epp-surface)!important;color:var(--epp-text)!important}.employee-profile-page .ant-table-thead>tr>th{background:var(--epp-table-head)!important;color:var(--epp-text)!important;border-bottom-color:var(--epp-border)!important}.employee-profile-page .ant-table-tbody>tr>td{background:var(--epp-surface)!important;color:var(--epp-text)!important;border-bottom-color:var(--epp-border)!important}.employee-profile-page .ant-table-tbody>tr:hover>td{background:var(--epp-table-hover)!important}.employee-profile-page__history-card{border:1px solid var(--epp-border)!important;border-radius:14px;margin-bottom:10px;padding:14px 16px!important}.employee-profile-page__history-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:var(--epp-tone-yellow-bg);color:var(--epp-tone-yellow-text)}.employee-profile-page__alert{margin-top:16px}.employee-profile-page-modal .ant-modal-content,.employee-profile-page-modal .ant-modal-header{background:var(--epp-surface)!important;color:var(--epp-text)!important}html.dark .employee-profile-page-modal .ant-modal-title,html.dark .employee-profile-page-modal .ant-modal-close{color:var(--epp-text)!important}@media (max-width: 1280px){.employee-profile-page__panel--columns{flex-wrap:wrap}.employee-profile-page__column{flex:1 1 calc(50% - 8px);min-width:320px;width:auto}}@media (max-width: 880px){.employee-profile-page__panel{padding:10px}.employee-profile-page__column{flex-basis:100%;min-width:0}.employee-profile-page__card-header,.employee-profile-page__card-body{padding-left:14px;padding-right:14px}.employee-profile-page__hero{padding:24px 14px}}.employee-profile-page__legacy-panel{background:var(--epp-page-bg)!important;border-radius:10px;padding:0;box-shadow:var(--epp-shadow-elevated)}.employee-profile-page__legacy-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:start}.employee-profile-page__legacy-column{min-width:0;display:flex;flex-direction:column;gap:18px}.employee-profile-page__legacy-card.ant-card,.employee-profile-page__legacy-history-card.ant-card,.employee-profile-page__legacy-loading-card.ant-card{background:var(--epp-surface)!important;border-color:var(--epp-border)!important;border-radius:14px!important;box-shadow:var(--epp-shadow)!important;overflow:hidden}.employee-profile-page__legacy-loading-card{margin-top:16px}.employee-profile-page__legacy-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 12px;border-bottom:1px solid var(--epp-border)}.employee-profile-page__legacy-card--no-header .employee-profile-page__legacy-card-header{display:none}.employee-profile-page__legacy-card-heading{min-width:0;display:inline-flex;align-items:center;gap:10px}.employee-profile-page__legacy-card-icon{color:var(--epp-tone-yellow-text)!important;font-size:20px}.employee-profile-page__legacy-card-title{color:var(--epp-text)!important;font-size:20px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-profile-page__legacy-card-body{padding:24px}.employee-profile-page__legacy-hero{background:var(--epp-hero-bg)!important;border-radius:16px;text-align:center;padding:32px 20px 28px}.employee-profile-page__legacy-avatar-shell{width:140px;height:140px;padding:4px;margin:0 auto 14px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #2c3e5014}.employee-profile-page__legacy-avatar{width:100%!important;height:100%!important;border-radius:999px!important;-o-object-fit:cover;object-fit:cover}.employee-profile-page__legacy-hero-name{margin:12px 0 4px!important;color:var(--epp-text)!important;font-size:24px!important}.employee-profile-page__legacy-hero-meta{color:var(--epp-text-secondary);font-weight:600;margin-top:4px}.employee-profile-page__legacy-status{margin-top:10px;border-radius:10px;padding:4px 16px;font-weight:700}.employee-profile-page__legacy-status--active{background:var(--epp-positive-bg)!important;color:var(--epp-positive-text)!important}.employee-profile-page__legacy-status--inactive{background:var(--epp-negative-bg)!important;color:var(--epp-negative-text)!important}.employee-profile-page__legacy-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.employee-profile-page__legacy-icon--round{border-radius:999px}.employee-profile-page__legacy-info-row,.employee-profile-page__legacy-feature-row{display:flex;align-items:center;gap:10px;background:var(--epp-surface-alt);border:1px solid var(--epp-border);border-radius:12px;padding:10px;margin-bottom:8px}.employee-profile-page__legacy-info-copy{min-width:0;display:flex;flex-direction:column}.employee-profile-page__legacy-info-label,.employee-profile-page__legacy-feature-label,.employee-profile-page__legacy-history-editor{color:var(--epp-text-subtle);font-size:14px;font-weight:600}.employee-profile-page__legacy-info-value,.employee-profile-page__legacy-feature-value{color:var(--epp-text);font-size:16px;font-weight:700;word-break:break-word}.employee-profile-page__legacy-feature-label{flex:1;color:var(--epp-text-muted)}.employee-profile-page__legacy-feature-value{text-align:right}.employee-profile-page__legacy-table .ant-table-thead>tr>th{background:var(--epp-table-head)!important;color:var(--epp-text)!important;font-weight:700}.employee-profile-page__legacy-table .ant-table-tbody>tr>td{padding-top:16px!important;padding-bottom:16px!important}.employee-profile-page__legacy-table .ant-table-tbody>tr:hover>td{background:var(--epp-table-hover)!important}.employee-profile-page__legacy-checklist{display:flex;flex-direction:column;gap:10px}.employee-profile-page__legacy-checklist-item{display:flex;align-items:center;gap:10px;border:1px solid var(--epp-border);border-radius:12px;padding:12px 18px;background:var(--epp-surface)}.employee-profile-page__legacy-checklist-name{flex:1;min-width:0;color:var(--epp-text);font-weight:600}.employee-profile-page__legacy-checklist-name--muted,.employee-profile-page__legacy-note{color:var(--epp-text-muted)}.employee-profile-page__legacy-two-boxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.employee-profile-page__legacy-stat-box{min-width:0;border:1px solid var(--epp-border);border-radius:16px;background:var(--epp-surface);padding:24px 12px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.employee-profile-page__legacy-stat-box strong{color:var(--epp-text);font-size:28px;line-height:1}.employee-profile-page__legacy-stat-box small{color:var(--epp-text-muted);font-size:14px;font-weight:500}.employee-profile-page__legacy-total{min-height:118px;border-radius:18px;padding:20px 24px;margin-bottom:18px;display:grid;grid-template-columns:1fr auto;gap:8px 16px;align-items:center}.employee-profile-page__legacy-total span,.employee-profile-page__legacy-total strong{color:var(--epp-text)}.employee-profile-page__legacy-total strong{font-size:28px}.employee-profile-page__legacy-total img{grid-row:1 / span 2;grid-column:2;max-width:90px;max-height:90px;-o-object-fit:contain;object-fit:contain}.employee-profile-page__legacy-total--pink{background:var(--epp-tone-pink-bg)}.employee-profile-page__legacy-total--indigo{background:var(--epp-surface-tint)}.employee-profile-page__legacy-total--yellow{background:var(--epp-tone-yellow-bg)}.employee-profile-page__legacy-mini-table-head,.employee-profile-page__legacy-mini-table-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(150px,1fr);gap:12px;align-items:center}.employee-profile-page__legacy-mini-table-head{background:var(--epp-surface-soft);border-radius:10px;color:var(--epp-text-muted);font-weight:700;padding:12px 16px}.employee-profile-page__legacy-mini-table-row{padding:16px 10px;border-bottom:1px solid var(--epp-border)}.employee-profile-page__legacy-mini-table-value{color:var(--epp-text);font-weight:500}.employee-profile-page__legacy-progress-list{display:flex;flex-direction:column;gap:18px}.employee-profile-page__legacy-progress-row{display:flex;align-items:flex-start;gap:16px}.employee-profile-page__legacy-progress-copy{flex:1;min-width:0}.employee-profile-page__legacy-progress-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:4px}.employee-profile-page__identity-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:18px;text-align:center}.employee-profile-page__identity-preview .ant-image,.employee-profile-page__identity-preview img{width:100%;max-height:140px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:2px solid var(--epp-tone-yellow-text)}.employee-profile-page__export-button{margin-top:12px;border-color:#1890ff!important;color:#1890ff!important;font-weight:700}.employee-profile-page__salary-list{display:flex;flex-direction:column;gap:12px}.employee-profile-page__salary-item{width:100%;border:1px solid var(--epp-border);border-radius:8px;background:var(--epp-surface-alt);color:var(--epp-text);padding:12px 18px;display:flex;justify-content:space-between;cursor:pointer}.employee-profile-page__salary-detail-title{text-align:center;margin-bottom:14px;display:flex;flex-direction:column;gap:4px}.employee-profile-page__salary-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--epp-border);border-radius:12px;overflow:hidden;background:var(--epp-surface-soft)}.employee-profile-page__salary-detail-grid>div{padding:18px;background:var(--epp-surface);border-right:1px solid var(--epp-border)}.employee-profile-page__salary-detail-grid>div:last-child{border-right:0}.employee-profile-page__salary-net{margin-top:12px;padding:12px 24px;border-radius:8px;background:var(--epp-tone-yellow-bg);color:var(--epp-negative-text);text-align:right;font-size:22px;font-weight:800}.employee-profile-page__legacy-history-card{margin-bottom:18px}.employee-profile-page__legacy-history-head{border-bottom:1px solid var(--epp-border);padding:18px 28px 12px;display:flex;gap:18px;align-items:center}.employee-profile-page__legacy-history-body{padding:22px 28px 18px;color:var(--epp-text);line-height:1.7}.employee-profile-page__history-list{margin-top:12px}.employee-profile-page__pagination{margin-top:18px;text-align:right}.employee-profile-page__pre-line{white-space:pre-line}.employee-profile-page__full-width{width:100%}.employee-profile-page__attachment-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.employee-profile-page__attachment-list button{border:1px solid var(--epp-border);border-radius:8px;background:var(--epp-surface-alt);color:var(--epp-text);padding:8px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left}.employee-profile-page__attachment-list button span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1200px){.employee-profile-page__legacy-columns,.employee-profile-page__legacy-total,.employee-profile-page__salary-detail-grid{grid-template-columns:1fr}.employee-profile-page__legacy-total img{display:none}.employee-profile-page__salary-detail-grid>div{border-right:0;border-bottom:1px solid var(--epp-border)}}@media (max-width: 640px){.employee-profile-page__legacy-panel{padding:0}.employee-profile-page__legacy-card-header,.employee-profile-page__legacy-card-body,.employee-profile-page__legacy-history-head,.employee-profile-page__legacy-history-body{padding-left:14px;padding-right:14px}.employee-profile-page__identity-preview,.employee-profile-page__legacy-two-boxes,.employee-profile-page__legacy-mini-table-head,.employee-profile-page__legacy-mini-table-row{grid-template-columns:1fr}.employee-profile-page__legacy-feature-row,.employee-profile-page__legacy-progress-title{align-items:flex-start;flex-direction:column}.employee-profile-page__legacy-feature-value{text-align:left}}.app-error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f8fafc}.app-error-boundary__panel{width:min(720px,100%);border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 16px 48px #0f172a14}html.dark .app-error-boundary{background:#1a202e}html.dark .app-error-boundary__panel{border-color:#ffffff1f;background:#1e2536}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.\!m-0{margin:0!important}.m-0{margin:0}.m-2{margin:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-4{margin-bottom:1rem!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-\[10px\]{margin-right:10px}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-24{height:6rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-72{max-height:18rem}.max-h-\[280px\]{max-height:280px}.max-h-\[360px\]{max-height:360px}.min-h-0{min-height:0px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[260px\]{min-height:260px}.min-h-\[320px\]{min-height:320px}.min-h-\[360px\]{min-height:360px}.min-h-\[560px\]{min-height:560px}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-9{width:2.25rem}.w-\[280px\]{width:280px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[260px\]{min-width:260px}.min-w-\[320px\]{min-width:320px}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[260px\]{max-width:260px}.max-w-\[560px\]{max-width:560px}.max-w-\[680px\]{max-width:680px}.max-w-\[760px\]{max-width:760px}.max-w-\[980px\]{max-width:980px}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.bg-\[\#1A202E\]{--tw-bg-opacity: 1;background-color:rgb(26 32 46 / var(--tw-bg-opacity, 1))}.bg-\[\#1f1f1f\]{--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:#0000}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.\!px-0{padding-left:0!important;padding-right:0!important}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-6{padding-right:1.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.tracking-wide{letter-spacing:.025em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--app-font-sans: "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--app-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--app-scrollbar-size: 8px;--app-scrollbar-radius: 999px;--app-scrollbar-thumb: rgba(148, 163, 184, .52);--app-scrollbar-thumb-hover: rgba(100, 116, 139, .78);--app-scrollbar-track: transparent;--app-page-scale-factor: .85;--app-page-scale-inverse: 1.1764705882;--app-page-content-height: calc((100vh * var(--app-page-scale-inverse, 1)) - 96px)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0;font-family:var(--app-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,optgroup,select,textarea{font-family:var(--app-font-sans)}body{overflow:hidden;background:#fff}.ant-layout,.ant-layout-header,.ant-layout-content,.ant-layout-sider{margin:0;padding:0}html.dark,html.dark body{background-color:#1a202e}html.dark{--app-scrollbar-thumb: rgba(148, 163, 184, .38);--app-scrollbar-thumb-hover: rgba(203, 213, 225, .56);--app-scrollbar-track: transparent}.app-scrollbar--panel{--app-scrollbar-track: rgba(226, 232, 240, .72)}html.dark .app-scrollbar--panel{--app-scrollbar-track: rgba(51, 65, 85, .82)}.app-scrollbar--x{--app-scrollbar-size: 6px}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content){scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content)::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content)::-webkit-scrollbar-track{background:var(--app-scrollbar-track);border-radius:var(--app-scrollbar-radius)}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content)::-webkit-scrollbar-thumb{min-height:40px;border:2px solid transparent;border-radius:var(--app-scrollbar-radius);background-color:var(--app-scrollbar-thumb);background-clip:content-box;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content)::-webkit-scrollbar-thumb:hover{background-color:var(--app-scrollbar-thumb-hover)}:where(.app-scrollbar,.app-scrollbar-table .ant-table-container,.app-scrollbar-table .ant-table-body,.app-scrollbar-table .ant-table-content)::-webkit-scrollbar-corner{background:transparent}.app-scrollbar--x::-webkit-scrollbar-thumb{min-width:40px;min-height:0}.app-viewport-data-table .ant-spin-nested-loading,.app-viewport-data-table .ant-spin-container,.app-viewport-data-table .ant-table-wrapper,.app-viewport-data-table .ant-table{height:100%}.app-viewport-data-table .ant-spin-nested-loading>div>.ant-spin{display:flex;align-items:center;justify-content:center;max-height:none}.phase4-schedule-cell{display:flex;width:100%;min-height:78px;flex-direction:column;align-items:stretch;justify-content:center;gap:0;padding:16px;border:0;border-radius:0;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:background-color .16s ease}.phase4-schedule-cell:hover:not(:disabled),.phase4-schedule-cell:focus-visible:not(:disabled){background:#2563eb0b}.phase4-schedule-cell:disabled{cursor:default;opacity:.72}.phase4-schedule-cell__name{overflow:hidden;color:#0f172a;font-size:14px;line-height:26px;text-overflow:ellipsis;white-space:nowrap}.phase4-schedule-cell__more{font-size:12px;font-style:italic;line-height:18px}.phase4-schedule-cell__empty{color:#94a3b8;font-size:14px;line-height:26px}html.dark .phase4-schedule-cell{background:transparent}html.dark .phase4-schedule-cell:hover:not(:disabled),html.dark .phase4-schedule-cell:focus-visible:not(:disabled){background:#60a5fa1a}html.dark .phase4-schedule-cell__name{color:#e5e7eb}.job-board-column-filter-title{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:8px}.job-board-column-filter-trigger{display:inline-flex;width:20px;height:20px;flex:0 0 auto;align-items:center;justify-content:center;margin-left:auto;padding:0;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#94a3b8;cursor:pointer;line-height:1;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.job-board-column-filter-trigger:hover,.job-board-column-filter-trigger:focus-visible{border-color:#93c5fd;background:#eff6ff;color:#2563eb}.job-board-column-filter-trigger.is-active{border-color:#2563eb;background:#dbeafe;color:#2563eb}.job-board-column-filter-modal{display:flex;min-width:0;flex-direction:column;gap:12px}html.dark .job-board-column-filter-trigger{border-color:#94a3b852;background:#0f172ae6;color:#94a3b8}html.dark .job-board-column-filter-trigger:hover,html.dark .job-board-column-filter-trigger:focus-visible,html.dark .job-board-column-filter-trigger.is-active{border-color:#60a5fa;background:#2563eb42;color:#bfdbfe}.work-schedule-header__range{display:inline-block;min-width:250px;text-align:center;white-space:nowrap}.comnieu-view-date{display:inline-flex;max-width:100%;align-items:center;gap:12px;vertical-align:middle}.comnieu-view-date__type{width:150px;flex:0 0 150px}.comnieu-view-date__content{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:12px}.comnieu-view-date__button{width:36px;min-width:36px;height:32px;padding:0;flex:0 0 36px;border-radius:8px;background:#94a3b824}.comnieu-view-date__label{display:inline-flex;min-width:var(--comnieu-view-date-label-min-width, 250px);max-width:min(360px,52vw);justify-content:center;color:#111827;font-size:15px;font-weight:600;line-height:32px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.comnieu-view-date__range-picker{width:320px;max-width:100%}html.dark .comnieu-view-date__button{background:#94a3b82e;color:#e5e7eb}html.dark .comnieu-view-date__label{color:#f8fafc}@media (max-width: 640px){.ant-space:has(.comnieu-view-date){width:100%;max-width:100%}.ant-space-item:has(>.comnieu-view-date){width:100%;max-width:100%}.comnieu-view-date{width:100%;flex-wrap:wrap;gap:8px}.comnieu-view-date__type{width:100%;flex:1 1 100%}.comnieu-view-date__content{width:100%;flex:1 1 100%;gap:8px}.comnieu-view-date__button{width:32px;min-width:32px;height:30px;flex-basis:32px}.comnieu-view-date__label{min-width:0;max-width:none;flex:1 1 0;font-size:13px;line-height:18px;white-space:normal}.comnieu-view-date__range-picker{width:100%}}.work-schedule-grid .ant-table-tbody>tr>td{vertical-align:middle}.app-viewport-data-table .work-schedule-grid .ant-table-container{display:flex;height:100%;min-height:0;flex-direction:column}.app-viewport-data-table .work-schedule-grid .ant-table-header{flex:0 0 auto}.app-viewport-data-table .work-schedule-grid .ant-table-body{flex:1 1 auto;min-height:0}.work-schedule-shift-grid .work-schedule-date-column{width:180px!important;min-width:180px!important;max-width:180px!important}.work-schedule-shift-grid .ant-table-tbody>tr>td{padding:0!important}.work-schedule-shift-grid .ant-table-thead>tr>th{padding:12px 14px!important}.work-schedule-date-cell{display:flex;min-height:78px;align-items:center;padding:16px 14px}.work-schedule-user-grid .ant-table-tbody>tr>td{padding:2px!important}.work-schedule-grid__header-title{overflow:hidden;color:inherit;font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.work-schedule-grid__header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:6px}.work-schedule-grid__header-text{min-width:0;flex:1}.work-schedule-grid__header-subtitle{color:#64748b;font-size:12px;line-height:18px}.work-schedule-shift-cell{min-height:78px}.work-schedule-shift-toggle{flex:none;color:#64748b}.work-schedule-shift-toggle--collapsed{display:inline-flex;width:100%;height:28px;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;font-size:15px}.work-schedule-shift-toggle--collapsed:hover,.work-schedule-shift-toggle--collapsed:focus-visible{color:#1677ff}.work-schedule-shift-column--collapsed{width:48px!important;min-width:48px!important;max-width:48px!important;padding:0!important;text-align:center}.work-schedule-shift-grid .ant-table-thead>tr>th.work-schedule-shift-column--collapsed,.work-schedule-shift-grid .ant-table-tbody>tr>td.work-schedule-shift-column--collapsed{padding:0!important}.work-schedule-shift-cell-collapsed{display:flex;width:100%;min-height:78px;align-items:center;justify-content:center;border:0;background:#0f172a06;color:#94a3b8;cursor:pointer;transition:background-color .16s ease,color .16s ease}.work-schedule-shift-cell-collapsed:hover,.work-schedule-shift-cell-collapsed:focus-visible{background:#2563eb0f;color:#1677ff}.work-schedule-user-grid-panel{display:flex;width:100%;height:100%;min-width:0;min-height:0;flex-direction:column;overflow:hidden}.work-schedule-user-grid-panel__alert{flex:0 0 auto;margin-bottom:8px}.work-schedule-user-grid-panel__table{display:flex;min-width:0;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden}.work-schedule-assigned-modal__divider{margin:4px 0 8px}.work-schedule-assigned-modal__heading{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.work-schedule-assigned-modal__title{margin:0!important}.work-schedule-staff-picker{display:flex;width:100%;min-height:0;flex-direction:column;gap:16px}.work-schedule-staff-picker__filters{flex:0 0 auto}.work-schedule-staff-picker__table{min-height:0;overflow:hidden}.work-schedule-staff-picker__table .ant-table-container,.work-schedule-staff-picker__table .ant-table-body{min-height:0}.work-schedule-staff-picker__table .ant-table-tbody>tr{cursor:pointer}.work-schedule-staff-picker__table .ant-table-tbody>tr.work-schedule-staff-picker__row--locked{cursor:not-allowed}.work-schedule-staff-picker__row--selected>td{background:#e6f4ff!important}.work-schedule-staff-picker__row--locked>td{background:#f8fafc!important;color:#64748b}.work-schedule-staff-picker__row--locked>td:first-child{box-shadow:inset 3px 0 #94a3b8}.work-schedule-user-cell{position:relative;display:flex;width:100%;height:74px;min-width:0;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.36);border-radius:6px;color:inherit;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.work-schedule-user-cell--empty{border-style:dashed;background:#0f172a09;color:#8c8c8c;cursor:pointer;font-size:22px;font-weight:600}.work-schedule-user-cell--empty:disabled{cursor:default}.work-schedule-user-cell--single{align-items:stretch;justify-content:flex-start;overflow:hidden}.work-schedule-user-cell--single:hover{box-shadow:inset 0 0 0 1px #0f172a0f}.work-schedule-user-cell--multiple{flex-direction:column;gap:6px;border-color:#b7d7ee;background:#eaf4fb;cursor:pointer}.work-schedule-user-cell__content{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center;padding:8px}.work-schedule-user-cell__title{overflow:hidden;color:#0f172a;font-size:13px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.work-schedule-user-cell__meta{color:#64748b;font-size:11px;line-height:14px}.work-schedule-user-cell__actual{overflow:hidden;color:#0f172a;font-size:11px;font-weight:600;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.work-schedule-user-cell__actions{position:absolute;top:50%;left:50%;z-index:2;padding:4px 8px;border:1px solid rgba(148,163,184,.35);border-radius:6px;background:#fffffff5;box-shadow:0 6px 16px #0f172a1f;opacity:0;transform:translate(-50%,-50%);transition:opacity .16s ease}.work-schedule-user-cell--single:hover .work-schedule-user-cell__actions,.work-schedule-user-cell--single:focus-within .work-schedule-user-cell__actions{opacity:1}.work-schedule-user-cell__count{color:#0f172a;font-size:13px;font-weight:600;line-height:18px}.work-schedule-user-cell__dots{display:flex;gap:4px}.work-schedule-user-cell__dot{width:7px;height:7px;border-radius:999px}html.dark .work-schedule-grid__header-subtitle,html.dark .work-schedule-user-cell__meta,html.dark .work-schedule-shift-toggle{color:#9ca3af}html.dark .work-schedule-shift-cell-collapsed{background:#ffffff0a;color:#9ca3af}html.dark .work-schedule-shift-cell-collapsed:hover,html.dark .work-schedule-shift-cell-collapsed:focus-visible{background:#60a5fa1f;color:#93c5fd}html.dark .work-schedule-user-cell--empty{background:#ffffff0a}html.dark .work-schedule-user-cell__title,html.dark .work-schedule-user-cell__actual,html.dark .work-schedule-user-cell__count{color:#f3f4f6}html.dark .work-schedule-user-cell__actions{border-color:#94a3b83d;background:#1f2937f5}html.dark .work-schedule-staff-picker__row--selected>td{background:#2563eb47!important}html.dark .work-schedule-staff-picker__row--locked>td{background:#0f172ac7!important;color:#cbd5e1}html.dark .work-schedule-staff-picker__row--locked>td:first-child{box-shadow:inset 3px 0 #64748b}.app-page-scale-shell{width:100%;height:100vh;overflow:hidden}.app-page-scale-frame{width:calc(100% * var(--app-page-scale-inverse, 1));height:calc(100vh * var(--app-page-scale-inverse, 1));transform:scale(var(--app-page-scale-factor, 1));transform-origin:top left}.comnieu-page-header{display:flex;min-height:64px;height:auto!important;align-items:center;padding:12px 16px!important;border-bottom:1px solid rgba(148,163,184,.24);line-height:normal!important}.comnieu-page-header__inner{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.comnieu-page-header__title-group{display:flex;flex:1 1 220px;min-width:0;align-items:center;gap:8px}.comnieu-page-header__title-group .ant-btn{flex:0 0 auto}.comnieu-page-header__heading{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.comnieu-page-header__title{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.25rem;font-weight:700;line-height:1.2}.comnieu-page-header__subtitle{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.4}.comnieu-page-header__actions{display:flex;flex:0 1 auto;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:0;margin-left:auto}.comnieu-page-header__actions>*{min-width:0;max-width:100%}.comnieu-page-header__actions .ant-space{display:flex!important;min-width:0;max-width:100%;flex-wrap:wrap;justify-content:flex-end;row-gap:8px}.comnieu-page-header__actions .ant-space-item{min-width:0;max-width:100%}.comnieu-page-header__actions .ant-input,.comnieu-page-header__actions .ant-input-affix-wrapper,.comnieu-page-header__actions .ant-picker,.comnieu-page-header__actions .ant-select,.comnieu-page-header__actions .ant-btn,.comnieu-page-header__actions .ant-space-item>*{max-width:100%}.comnieu-sidebar-logo{display:flex;align-items:center;justify-content:center;border-radius:6px;background:#fff}.comnieu-app-sider:after{content:"";position:absolute;top:0;right:0;bottom:0;z-index:20;width:1px;background:#94a3b83d;pointer-events:none}html.dark .comnieu-app-sider:after{background:#94a3b833}.comnieu-sidebar-scroll-shell{min-height:0;overflow:hidden}.comnieu-sidebar-scroll{height:100%;overflow-x:hidden}.migration-card{border-radius:8px}.custom-menu-wrapper{overflow-x:hidden}.auth-page-shell{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:32px 16px;background:#f8fafc}html.dark .auth-page-shell{background:#1a202e}.auth-card{border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 45px #0f172a14}html.dark .auth-card{border-color:#94a3b82e;box-shadow:0 18px 45px #00000047}.auth-brand-panel{background:linear-gradient(135deg,#e8f4ffeb,#f5f8fcfa)}html.dark .auth-brand-panel{background:#252b3a}.otp-input-grid{display:grid;grid-template-columns:repeat(6,minmax(38px,48px));gap:8px;justify-content:center}.otp-input input{text-align:center;font-size:18px;font-weight:700}.phase2-page{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0}.phase2-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-page{--dashboard-border: rgba(148, 163, 184, .22);--dashboard-border-strong: rgba(148, 163, 184, .36);--dashboard-muted-bg: #f8fafc;--dashboard-soft-bg: #ffffff;--dashboard-text: #111827;--dashboard-muted-text: #64748b;--dashboard-shadow: 0 10px 28px rgba(15, 23, 42, .06)}.dashboard-page .ant-card{border-color:var(--dashboard-border);border-radius:8px}.dashboard-page .ant-card-head{min-height:50px;border-bottom-color:var(--dashboard-border)}.dashboard-page .ant-card-body{min-width:0}.dashboard-kpi-grid{gap:12px}.dashboard-kpi-card{position:relative;min-height:126px;overflow:hidden;box-shadow:var(--dashboard-shadow);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.dashboard-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--dashboard-tone)}.dashboard-kpi-card:hover{transform:translateY(-2px);border-color:var(--dashboard-tone-border);box-shadow:0 14px 34px #0f172a1a}.dashboard-kpi-card .ant-card-body{display:flex;min-height:126px;flex-direction:column;justify-content:space-between;gap:8px;padding:16px 18px 14px}.dashboard-kpi-card__header{display:flex;min-width:0;align-items:center;gap:10px}.dashboard-kpi-card__icon,.dashboard-section-title__icon,.dashboard-feed-item__icon,.dashboard-attendance-tile__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:var(--dashboard-tone);background:var(--dashboard-tone-soft)}.dashboard-kpi-card__icon{width:36px;height:36px;border:1px solid var(--dashboard-tone-border);border-radius:8px;font-size:18px}.dashboard-kpi-card__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-kpi-card__value{color:var(--dashboard-text);font-size:2rem;font-weight:750;line-height:1}.dashboard-kpi-card__subtitle{min-width:0;overflow:hidden;color:var(--dashboard-muted-text);text-overflow:ellipsis;white-space:nowrap}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:16px;align-items:stretch}.dashboard-panel{box-shadow:var(--dashboard-shadow)}.dashboard-panel .ant-card-body{padding:16px}.dashboard-section-title{display:flex;min-width:0;align-items:center;gap:10px}.dashboard-section-title__icon{width:28px;height:28px;border-radius:7px;font-size:15px}.dashboard-section-title__text{min-width:0;overflow:hidden;color:var(--dashboard-text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px}.dashboard-schedule-card{display:flex;min-height:154px;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--dashboard-border);border-radius:8px;background:var(--dashboard-muted-bg);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.dashboard-schedule-card:hover{transform:translateY(-2px);border-color:#10b98161;background:#f0fdf4}.dashboard-schedule-card.is-today{border-color:#1890ff6b;background:linear-gradient(180deg,#1890ff14,#fff 72%)}.dashboard-schedule-card.is-empty{background:#f8fafc}.dashboard-schedule-card__date{display:flex;min-height:50px;align-items:center;gap:6px;border-bottom:1px solid var(--dashboard-border);padding:9px 10px}.dashboard-schedule-card__date span{color:var(--dashboard-muted-text);font-weight:600;text-transform:capitalize}.dashboard-schedule-card__date strong{margin-left:auto;color:var(--dashboard-text);font-size:.98rem}.dashboard-schedule-card__date .ant-tag{margin-inline-end:0;border-color:#1890ff3d;color:#096dd9;background:#1890ff1a}.dashboard-schedule-card__body{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;justify-content:center;gap:8px;padding:12px 10px}.dashboard-schedule-card__name{display:-webkit-box;min-height:34px;overflow:hidden;color:var(--dashboard-text);-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-schedule-card__time{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;align-items:center;gap:5px;overflow:hidden;border-radius:6px;background:#0f172a0f;padding:4px 7px;color:#475569;text-overflow:ellipsis;white-space:nowrap}.dashboard-schedule-card__area,.dashboard-schedule-card__empty{min-width:0;overflow:hidden;color:var(--dashboard-muted-text);text-overflow:ellipsis;white-space:nowrap}.dashboard-schedule-card__empty{display:flex;min-height:64px;align-items:center;justify-content:center;border:1px dashed var(--dashboard-border-strong);border-radius:8px;text-align:center}.dashboard-attendance-summary{display:flex;align-items:center;justify-content:center;gap:18px;padding:4px 0 18px}.dashboard-attendance-summary__copy{display:flex;min-width:0;flex-direction:column;gap:4px}.dashboard-attendance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-attendance-tile{display:grid;min-height:90px;min-width:0;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 8px;border:1px solid var(--dashboard-tone-border);border-radius:8px;background:var(--dashboard-tone-soft);padding:10px}.dashboard-attendance-tile__icon{width:28px;height:28px;grid-row:1 / span 2;border-radius:7px}.dashboard-attendance-tile__value{color:var(--dashboard-tone);font-size:1.3rem;font-weight:750;line-height:1.1}.dashboard-attendance-tile__label{min-width:0;overflow:hidden;color:var(--dashboard-muted-text);text-overflow:ellipsis;white-space:nowrap}.dashboard-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-feed-list{display:flex;min-width:0;flex-direction:column;gap:10px}.dashboard-feed-item{display:flex;min-width:0;gap:10px;border:1px solid var(--dashboard-border);border-radius:8px;background:var(--dashboard-muted-bg);padding:10px;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.dashboard-feed-item:hover{transform:translateY(-1px);border-color:var(--dashboard-tone-border);background:var(--dashboard-tone-soft)}.dashboard-feed-item__media{flex:0 0 auto}.dashboard-feed-item__media .ant-avatar{border-radius:8px}.dashboard-feed-item__icon{width:44px;height:44px;border-radius:8px;font-size:18px}.dashboard-feed-item__body{min-width:0;flex:1 1 auto}.dashboard-feed-item__topline{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:8px}.dashboard-feed-item__title{display:-webkit-box;min-width:0;overflow:hidden;color:var(--dashboard-text);-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-feed-item__description{display:-webkit-box;min-width:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-feed-item__meta{margin-top:6px;color:var(--dashboard-muted-text);font-size:.85rem}.dashboard-feed-item__tag{flex:0 0 auto;margin-inline-end:0}.dashboard-empty{display:flex;min-height:152px;align-items:center;justify-content:center;border:1px dashed var(--dashboard-border);border-radius:8px;background:var(--dashboard-muted-bg)}.dashboard-kpi-card--blue,.dashboard-section-title--blue,.dashboard-feed-item--blue,.dashboard-attendance-tile--blue{--dashboard-tone: #1890ff;--dashboard-tone-soft: rgba(24, 144, 255, .1);--dashboard-tone-border: rgba(24, 144, 255, .28)}.dashboard-kpi-card--green,.dashboard-section-title--green,.dashboard-feed-item--green,.dashboard-attendance-tile--green{--dashboard-tone: #059669;--dashboard-tone-soft: rgba(16, 185, 129, .12);--dashboard-tone-border: rgba(16, 185, 129, .3)}.dashboard-kpi-card--amber,.dashboard-section-title--amber,.dashboard-feed-item--amber,.dashboard-attendance-tile--amber{--dashboard-tone: #d97706;--dashboard-tone-soft: rgba(245, 158, 11, .13);--dashboard-tone-border: rgba(245, 158, 11, .32)}.dashboard-kpi-card--red,.dashboard-section-title--red,.dashboard-feed-item--red,.dashboard-attendance-tile--red{--dashboard-tone: #dc2626;--dashboard-tone-soft: rgba(239, 68, 68, .1);--dashboard-tone-border: rgba(239, 68, 68, .28)}.dashboard-kpi-card--cyan,.dashboard-section-title--cyan,.dashboard-feed-item--cyan,.dashboard-attendance-tile--cyan{--dashboard-tone: #0891b2;--dashboard-tone-soft: rgba(6, 182, 212, .12);--dashboard-tone-border: rgba(6, 182, 212, .3)}.dashboard-kpi-card--slate,.dashboard-section-title--slate,.dashboard-feed-item--slate,.dashboard-attendance-tile--slate{--dashboard-tone: #64748b;--dashboard-tone-soft: rgba(100, 116, 139, .12);--dashboard-tone-border: rgba(100, 116, 139, .28)}html.dark .dashboard-page{--dashboard-border: rgba(148, 163, 184, .18);--dashboard-border-strong: rgba(148, 163, 184, .3);--dashboard-muted-bg: #252b3a;--dashboard-soft-bg: #1e2536;--dashboard-text: #f9fafb;--dashboard-muted-text: #cbd5e1;--dashboard-shadow: 0 12px 32px rgba(0, 0, 0, .22)}html.dark .dashboard-page .ant-card,html.dark .dashboard-schedule-card.is-today{background:var(--dashboard-soft-bg)}html.dark .dashboard-schedule-card:hover,html.dark .dashboard-feed-item:hover{background:#1e293beb}html.dark .dashboard-schedule-card__time{background:#94a3b824;color:#e2e8f0}html.dark .dashboard-schedule-card__date .ant-tag{color:#93c5fd;background:#1890ff2e}.dashboard-prowtech-page{--dashboard-prowtech-gap: 16px;--dashboard-prowtech-card-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);--dashboard-prowtech-card-border: rgba(15, 23, 42, .08);--dashboard-prowtech-card-shadow: 0 14px 34px rgba(15, 23, 42, .08);--dashboard-prowtech-panel-bg: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);--dashboard-prowtech-panel-border: rgba(15, 23, 42, .08);--dashboard-prowtech-text: #0f172a;--dashboard-prowtech-muted: rgba(15, 23, 42, .56);--dashboard-prowtech-soft: #eef3f7;display:flex;min-height:calc(var(--app-page-content-height, 100vh) - 32px);flex-direction:column;gap:var(--dashboard-prowtech-gap)}.dashboard-prowtech-top-grid{display:grid;align-items:stretch;grid-template-columns:minmax(0,1.45fr) minmax(360px,.9fr);gap:var(--dashboard-prowtech-gap)}.dashboard-prowtech-top-left{display:flex;min-width:0;flex-direction:column;gap:var(--dashboard-prowtech-gap)}.dashboard-prowtech-side-card-wrap{min-width:0}.dashboard-prowtech-section-card,.dashboard-prowtech-hero-card,.dashboard-prowtech-kpi-card{overflow:hidden;border:1px solid var(--dashboard-prowtech-card-border)!important;border-radius:16px!important;background:var(--dashboard-prowtech-card-bg)!important;box-shadow:inset 0 1px #ffffffd1,var(--dashboard-prowtech-card-shadow)}.dashboard-prowtech-section-card__body{display:flex;min-height:100%;flex-direction:column;padding:24px}.dashboard-prowtech-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.dashboard-prowtech-section-copy{min-width:0}.dashboard-prowtech-section-title{margin:0!important;color:var(--dashboard-prowtech-text)!important;font-size:22px!important}.dashboard-prowtech-section-subtitle{color:var(--dashboard-prowtech-muted)}.dashboard-prowtech-section-action{flex:0 0 auto}.dashboard-prowtech-hero-card{position:relative;min-height:208px;isolation:isolate}.dashboard-prowtech-hero-card__media,.dashboard-prowtech-hero-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.dashboard-prowtech-hero-card__media{z-index:0;background:linear-gradient(135deg,#0f172af0,#166534e0 58%,#0e7490db),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80);background-position:center;background-size:cover}.dashboard-prowtech-hero-card__overlay{z-index:1;background:linear-gradient(45deg,#00000080,#0f172a2e)}.dashboard-prowtech-hero-card__content{position:relative;z-index:2;display:flex;min-height:208px;align-items:center;justify-content:space-between;gap:20px;padding:24px;color:#fff}.dashboard-prowtech-hero-card__user{display:flex;min-width:0;align-items:center;gap:20px}.dashboard-prowtech-hero-card__avatar.ant-avatar{width:clamp(92px,8vw,124px);min-width:clamp(92px,8vw,124px);height:clamp(92px,8vw,124px);line-height:clamp(92px,8vw,124px);border:3px solid rgba(255,255,255,.92);font-size:clamp(38px,3vw,52px);box-shadow:0 14px 30px #0f172a3d}.dashboard-prowtech-hero-card__copy{min-width:0}.dashboard-prowtech-hero-card__name{margin:0 0 8px!important;color:#fff!important;overflow-wrap:break-word;word-break:normal}.dashboard-prowtech-hero-card__position,.dashboard-prowtech-hero-card__subtitle{display:flex;align-items:center;gap:8px;color:#ffffffe0!important}.dashboard-prowtech-hero-card__subtitle{margin-top:6px}.dashboard-prowtech-hero-card__total{display:grid;min-width:180px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#0f172a75;padding:10px 14px;color:#fff;box-shadow:0 12px 28px #0f172a38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-prowtech-hero-card__total span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-prowtech-hero-card__total strong{font-size:1.35rem}.dashboard-prowtech-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-prowtech-kpi-card{background:linear-gradient(135deg,#fff,#f7fafd)!important}.dashboard-prowtech-kpi-card__body{position:relative;display:flex;min-height:116px;flex-direction:column;justify-content:center;gap:8px;padding:14px 72px 14px 16px}.dashboard-prowtech-kpi-card__icon{position:absolute;top:50%;right:16px;display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid var(--dashboard-prowtech-tone-border);border-radius:10px;background:var(--dashboard-prowtech-tone-bg);color:var(--dashboard-prowtech-tone);font-size:18px}.dashboard-prowtech-kpi-card__copy{display:flex;min-width:0;flex-direction:column;gap:4px}.dashboard-prowtech-kpi-card__value{margin:0!important;color:var(--dashboard-prowtech-text)!important}.dashboard-prowtech-kpi-card__title{color:var(--dashboard-prowtech-text);font-weight:700;line-height:1.25}.dashboard-prowtech-kpi-card__subtitle{color:var(--dashboard-prowtech-muted);line-height:1.35}.dashboard-prowtech-kpi-card--green{--dashboard-prowtech-tone: #389e0d;--dashboard-prowtech-tone-bg: #f6ffed;--dashboard-prowtech-tone-border: #b7eb8f}.dashboard-prowtech-kpi-card--amber{--dashboard-prowtech-tone: #d48806;--dashboard-prowtech-tone-bg: #fff7e6;--dashboard-prowtech-tone-border: #ffd591}.dashboard-prowtech-kpi-card--slate{--dashboard-prowtech-tone: #64748b;--dashboard-prowtech-tone-bg: #f1f5f9;--dashboard-prowtech-tone-border: #d9e2ec}.dashboard-prowtech-kpi-card--red{--dashboard-prowtech-tone: #cf1322;--dashboard-prowtech-tone-bg: #fff1f0;--dashboard-prowtech-tone-border: #ffa39e}.dashboard-prowtech-kpi-card--violet{--dashboard-prowtech-tone: #7c3aed;--dashboard-prowtech-tone-bg: #f3e8ff;--dashboard-prowtech-tone-border: #d8b4fe}.dashboard-prowtech-kpi-card--blue{--dashboard-prowtech-tone: #1677ff;--dashboard-prowtech-tone-bg: #e6f4ff;--dashboard-prowtech-tone-border: #91caff}.dashboard-prowtech-side-feed-card{height:100%;min-height:468px}.dashboard-prowtech-side-feed-card .dashboard-prowtech-section-card__body{min-height:100%}.dashboard-prowtech-summary-pill{display:inline-flex;min-height:36px;align-items:center;gap:8px;border:1px solid #91caff;border-radius:999px;background:#e6f4ff;padding:0 14px;color:#0958d9;font-size:13px;font-weight:700}.dashboard-prowtech-summary-pill--red{border-color:#ffccc7;background:#fff1f0;color:#cf1322}.dashboard-prowtech-feed-list{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:7px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.dashboard-prowtech-feed-item{position:relative;display:grid;min-width:0;grid-template-columns:34px minmax(0,1fr) 14px;gap:9px;align-items:center;border:1px solid var(--dashboard-prowtech-feed-border);border-radius:12px;background:var(--dashboard-prowtech-feed-bg);padding:8px 10px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-prowtech-feed-item:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14}.dashboard-prowtech-feed-item.is-clickable{cursor:pointer}.dashboard-prowtech-feed-item.is-clickable:focus-visible{outline:2px solid var(--dashboard-prowtech-feed-tone);outline-offset:2px}.dashboard-prowtech-feed-item.is-clickable:hover{border-color:var(--dashboard-prowtech-feed-tone)}.dashboard-prowtech-feed-item__accent{position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:999px;background:var(--dashboard-prowtech-feed-tone)}.dashboard-prowtech-feed-item__media>span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:var(--dashboard-prowtech-feed-icon-bg);color:var(--dashboard-prowtech-feed-tone);font-size:15px}.dashboard-prowtech-feed-item__media .ant-avatar{border-radius:10px}.dashboard-prowtech-feed-item__body{min-width:0}.dashboard-prowtech-feed-item__heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.dashboard-prowtech-feed-item__title,.dashboard-prowtech-feed-item__desc{display:-webkit-box;min-width:0;overflow:hidden;-webkit-box-orient:vertical}.dashboard-prowtech-feed-item__title{color:var(--dashboard-prowtech-text);font-size:13px;line-height:1.25;-webkit-line-clamp:1}.dashboard-prowtech-feed-item__time{flex:0 0 auto;white-space:nowrap;font-size:11px}.dashboard-prowtech-feed-item__meta{display:flex;min-width:0;align-items:center;gap:6px;margin-top:4px}.dashboard-prowtech-feed-item__tag{flex:0 0 auto;margin-inline-end:0;border-radius:999px;padding-inline:6px;font-size:11px;line-height:18px}.dashboard-prowtech-feed-item__desc{color:var(--dashboard-prowtech-muted);font-size:12px;line-height:1.3;-webkit-line-clamp:1}.dashboard-prowtech-feed-item__time--bottom{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.dashboard-prowtech-feed-item__arrow{color:var(--dashboard-prowtech-feed-tone);opacity:.62}.dashboard-prowtech-feed-item--blue,.dashboard-prowtech-feed-item--slate{--dashboard-prowtech-feed-tone: #1677ff;--dashboard-prowtech-feed-bg: #f8fbff;--dashboard-prowtech-feed-border: #d6e4ff;--dashboard-prowtech-feed-icon-bg: #e6f4ff}.dashboard-prowtech-feed-item--green{--dashboard-prowtech-feed-tone: #389e0d;--dashboard-prowtech-feed-bg: #fbfff7;--dashboard-prowtech-feed-border: #d9f7be;--dashboard-prowtech-feed-icon-bg: #f6ffed}.dashboard-prowtech-feed-item--amber{--dashboard-prowtech-feed-tone: #d48806;--dashboard-prowtech-feed-bg: #fffdf5;--dashboard-prowtech-feed-border: #ffe7ba;--dashboard-prowtech-feed-icon-bg: #fff7e6}.dashboard-prowtech-feed-item--red{--dashboard-prowtech-feed-tone: #cf1322;--dashboard-prowtech-feed-bg: #fff8f7;--dashboard-prowtech-feed-border: #ffccc7;--dashboard-prowtech-feed-icon-bg: #fff1f0}.dashboard-prowtech-incident-drawer .ant-drawer-content{background:#f8fafc}.dashboard-prowtech-incident-drawer .ant-drawer-header{border-bottom:1px solid rgba(15,23,42,.08);background:#fff}.dashboard-prowtech-incident-drawer .ant-drawer-title{color:#0f172a;font-weight:800}.dashboard-prowtech-incident-drawer .ant-drawer-body{padding:0}.dashboard-prowtech-incident-drawer__content{display:flex;min-width:0;flex-direction:column;gap:14px;padding:18px}.dashboard-prowtech-incident-drawer__hero,.dashboard-prowtech-incident-drawer__section{border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fff;box-shadow:0 12px 26px #0f172a0f}.dashboard-prowtech-incident-drawer__hero{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:16px}.dashboard-prowtech-incident-drawer__hero-icon,.dashboard-prowtech-incident-drawer__section-title span{display:inline-flex;align-items:center;justify-content:center;color:#cf1322;background:#fff1f0}.dashboard-prowtech-incident-drawer__hero-icon{width:54px;height:54px;border:1px solid #ffccc7;border-radius:14px;font-size:24px}.dashboard-prowtech-incident-drawer__hero-copy{min-width:0}.dashboard-prowtech-incident-drawer__hero-copy .ant-typography{margin-bottom:0}.dashboard-prowtech-incident-drawer__code,.dashboard-prowtech-incident-drawer__muted{color:#0f172a8f}.dashboard-prowtech-incident-drawer__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.dashboard-prowtech-incident-drawer__section{overflow:hidden}.dashboard-prowtech-incident-drawer__section-title{display:flex;align-items:center;gap:9px;border-bottom:1px solid rgba(15,23,42,.07);padding:12px 14px;color:#0f172a}.dashboard-prowtech-incident-drawer__section-title span{width:30px;height:30px;border-radius:9px}.dashboard-prowtech-incident-drawer__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px}.dashboard-prowtech-incident-drawer__field{display:flex;min-width:0;flex-direction:column;gap:5px;border-radius:12px;background:#f8fafc;padding:10px 12px}.dashboard-prowtech-incident-drawer__field.is-wide{grid-column:1 / -1}.dashboard-prowtech-incident-drawer__field span{color:#0f172a85;font-size:12px}.dashboard-prowtech-incident-drawer__field strong{min-width:0;overflow-wrap:anywhere;color:#111827;font-size:13px;line-height:1.35}.dashboard-prowtech-incident-drawer__text-box{display:flex;flex-direction:column;gap:8px;padding:14px}.dashboard-prowtech-incident-drawer__text-box .ant-typography{margin-bottom:0;color:#111827;line-height:1.65}.dashboard-prowtech-incident-drawer__attachments{display:flex;flex-direction:column;gap:8px;padding:14px}.dashboard-prowtech-incident-drawer__attachment{display:grid;min-width:0;grid-template-columns:20px minmax(0,1fr) 18px;gap:8px;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#f8fafc;padding:9px 10px;color:#0f172a}.dashboard-prowtech-incident-drawer__attachment:hover{border-color:#91caff;color:#0958d9}.dashboard-prowtech-incident-drawer__attachment span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-prowtech-month-card .dashboard-prowtech-section-card__body{min-height:0}.dashboard-prowtech-month-controls{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:6px;color:var(--dashboard-prowtech-muted)}.dashboard-prowtech-month-controls .ant-btn{width:28px;height:28px;padding-inline:0}.dashboard-prowtech-month-controls__label{min-width:108px;text-align:center;font-weight:700;white-space:nowrap}.dashboard-prowtech-month-controls__summary{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:#e6f4ff;padding:0 9px;color:#0958d9;font-size:11px;font-weight:700}.dashboard-prowtech-month-calendar{display:flex;min-height:336px;flex-direction:column;gap:8px;width:100%}.dashboard-prowtech-month-weekdays,.dashboard-prowtech-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.dashboard-prowtech-month-weekday{color:#2d3648;text-align:center;font-size:13px;font-weight:700}.dashboard-prowtech-month-grid{flex:1 1 auto}.dashboard-prowtech-calendar-day{position:relative;display:flex;min-height:48px;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.04);border-radius:16px;background:var(--dashboard-prowtech-soft);color:#5f6c7b;font-size:15px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.dashboard-prowtech-calendar-day__label{line-height:1}.dashboard-prowtech-calendar-day.is-outside .dashboard-prowtech-calendar-day__label{opacity:.42}.dashboard-prowtech-calendar-day.has-shift{border-color:#b7d7ff;background:#eaf4ff;color:#0958d9;font-weight:700;box-shadow:inset 0 0 0 1px #1677ff14}.dashboard-prowtech-calendar-day.has-shift:hover{border-color:#69b1ff;box-shadow:0 8px 18px #1677ff1f}.dashboard-prowtech-calendar-day.is-today{border-color:#3b82f6;background:#3b82f6;color:#fff}.dashboard-prowtech-calendar-day.is-today.has-shift{box-shadow:inset 0 0 0 2px #ffffff6b}.dashboard-prowtech-calendar-day__shift-mark{position:absolute;right:6px;bottom:6px;display:inline-flex;width:7px;min-width:7px;height:7px;align-items:center;justify-content:center;border-radius:999px;background:currentColor;color:#fff;font-size:10px;font-weight:800;line-height:1}.dashboard-prowtech-calendar-day.has-multiple .dashboard-prowtech-calendar-day__shift-mark{width:18px;height:18px;background:#0958d9}.dashboard-prowtech-calendar-day.is-today .dashboard-prowtech-calendar-day__shift-mark{background:#ffffffeb;color:#0958d9}.dashboard-prowtech-calendar-tooltip{display:flex;flex-direction:column;gap:6px;max-width:240px}.dashboard-prowtech-calendar-tooltip__shift{display:flex;flex-direction:column;gap:2px}.dashboard-prowtech-calendar-tooltip__shift span,.dashboard-prowtech-calendar-tooltip__more{opacity:.82;font-size:12px}.dashboard-prowtech-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dashboard-prowtech-gap)}.dashboard-prowtech-feed-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-prowtech-feed-grid .dashboard-prowtech-section-card{min-height:360px}.dashboard-prowtech-empty{display:flex;min-height:180px;flex:1 1 auto;align-items:center;justify-content:center;border:1px dashed var(--dashboard-prowtech-panel-border);border-radius:16px;background:var(--dashboard-prowtech-panel-bg)}.dashboard-prowtech-missing-area{padding:16px}html.dark .dashboard-prowtech-page{--dashboard-prowtech-card-bg: linear-gradient(180deg, #1f2937 0%, #172033 100%);--dashboard-prowtech-card-border: rgba(255, 255, 255, .12);--dashboard-prowtech-card-shadow: 0 18px 38px rgba(0, 0, 0, .26);--dashboard-prowtech-panel-bg: rgba(255, 255, 255, .055);--dashboard-prowtech-panel-border: rgba(255, 255, 255, .12);--dashboard-prowtech-text: rgba(255, 255, 255, .92);--dashboard-prowtech-muted: rgba(255, 255, 255, .58);--dashboard-prowtech-soft: rgba(255, 255, 255, .055)}html.dark .dashboard-prowtech-kpi-card{background:linear-gradient(135deg,#1f2937,#172033)!important}html.dark .dashboard-prowtech-feed-item{background:#ffffff0e;border-color:#ffffff1a}html.dark .dashboard-prowtech-feed-item__media>span,html.dark .dashboard-prowtech-month-controls__summary{background:#60a5fa29}html.dark .dashboard-prowtech-incident-drawer .ant-drawer-content{background:#111827}html.dark .dashboard-prowtech-incident-drawer .ant-drawer-header{border-bottom-color:#ffffff1f;background:#172033}html.dark .dashboard-prowtech-incident-drawer .ant-drawer-title,html.dark .dashboard-prowtech-incident-drawer .ant-drawer-close,html.dark .dashboard-prowtech-incident-drawer__section-title,html.dark .dashboard-prowtech-incident-drawer__hero-copy .ant-typography,html.dark .dashboard-prowtech-incident-drawer__field strong,html.dark .dashboard-prowtech-incident-drawer__text-box .ant-typography,html.dark .dashboard-prowtech-incident-drawer__attachment{color:#ffffffeb}html.dark .dashboard-prowtech-incident-drawer__hero,html.dark .dashboard-prowtech-incident-drawer__section{border-color:#ffffff1f;background:#172033;box-shadow:0 18px 38px #00000047}html.dark .dashboard-prowtech-incident-drawer__section-title{border-bottom-color:#ffffff1a}html.dark .dashboard-prowtech-incident-drawer__field,html.dark .dashboard-prowtech-incident-drawer__attachment{border-color:#ffffff17;background:#ffffff0e}html.dark .dashboard-prowtech-incident-drawer__field span,html.dark .dashboard-prowtech-incident-drawer__code,html.dark .dashboard-prowtech-incident-drawer__muted{color:#ffffff94}html.dark .dashboard-prowtech-calendar-day{border-color:#ffffff14}html.dark .dashboard-prowtech-month-weekday{color:#ffffffbd}html.dark .dashboard-prowtech-calendar-day.has-shift{background:#60a5fa1a;border-color:#60a5fa47;color:#bfdbfe;box-shadow:inset 0 0 0 1px #60a5fa38}@media (max-width: 1280px){.dashboard-prowtech-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.dashboard-prowtech-top-grid,.dashboard-prowtech-feed-grid{grid-template-columns:1fr}.dashboard-prowtech-side-feed-card{min-height:360px}}@media (max-width: 640px){.dashboard-prowtech-section-card__body{padding:18px}.dashboard-prowtech-section-header,.dashboard-prowtech-hero-card__content{flex-direction:column}.dashboard-prowtech-hero-card__content{align-items:flex-start;justify-content:center}.dashboard-prowtech-hero-card__user{width:100%;flex-direction:column;align-items:center;gap:14px}.dashboard-prowtech-hero-card__copy{width:100%;text-align:center}.dashboard-prowtech-hero-card__position,.dashboard-prowtech-hero-card__subtitle{justify-content:center;flex-wrap:wrap}.dashboard-prowtech-hero-card__avatar.ant-avatar{width:76px;min-width:76px;height:76px;line-height:76px;font-size:30px}.dashboard-prowtech-hero-card__total{width:100%}.dashboard-prowtech-kpi-grid{grid-template-columns:1fr}.dashboard-prowtech-month-controls{width:100%;flex-wrap:wrap;justify-content:space-between}.dashboard-prowtech-month-controls__label{flex:1 1 auto;min-width:0;font-size:.82rem;line-height:1.25;white-space:normal}.dashboard-prowtech-month-controls__summary{order:4;width:100%;justify-content:center}.dashboard-prowtech-month-calendar{min-height:284px}.dashboard-prowtech-month-weekdays,.dashboard-prowtech-month-grid{gap:5px}.dashboard-prowtech-month-weekday{font-size:11px}.dashboard-prowtech-calendar-day{min-height:40px;border-radius:12px;font-size:13px}.dashboard-prowtech-feed-item{grid-template-columns:34px minmax(0,1fr)}.dashboard-prowtech-feed-item__media>span,.dashboard-prowtech-feed-item__media .ant-avatar{width:34px;height:34px}.dashboard-prowtech-feed-item__heading,.dashboard-prowtech-feed-item__meta{flex-direction:column;align-items:flex-start}.dashboard-prowtech-feed-item__arrow{display:none}.dashboard-prowtech-incident-drawer .ant-drawer-content-wrapper{width:100vw!important}.dashboard-prowtech-incident-drawer__content{padding:12px}.dashboard-prowtech-incident-drawer__hero{grid-template-columns:44px minmax(0,1fr);padding:12px}.dashboard-prowtech-incident-drawer__hero-icon{width:44px;height:44px;border-radius:12px;font-size:20px}.dashboard-prowtech-incident-drawer__field-grid{grid-template-columns:1fr;padding:12px}.dashboard-prowtech-incident-drawer__section-title,.dashboard-prowtech-incident-drawer__text-box,.dashboard-prowtech-incident-drawer__attachments{padding:12px}}.profile-hero{display:flex;align-items:center;gap:18px;min-width:0}.profile-page .ant-tabs-content{min-width:0}.chat-widget-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);height:calc(100vh - 128px);min-height:420px;overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:8px}.chat-widget-rooms{min-height:0;overflow-y:auto;border-right:1px solid rgba(148,163,184,.24)}.chat-widget-room-item{cursor:pointer;padding-inline:12px!important;transition:background-color .18s ease}.chat-widget-room-item.is-active,.chat-widget-room-item:hover{background:#1890ff1a}.chat-widget-main{display:flex;min-width:0;min-height:0;flex-direction:column}.chat-widget-main__header{display:flex;min-height:56px;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(148,163,184,.24);padding:10px 14px}.chat-widget-messages{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:8px;overflow-y:auto;padding:14px}.chat-widget-message{display:flex;justify-content:flex-start}.chat-widget-message.is-mine{justify-content:flex-end}.chat-widget-message__bubble{max-width:min(520px,82%);border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#f8fafc;padding:8px 10px}.chat-widget-message.is-mine .chat-widget-message__bubble{border-color:#1890ff52;background:#1890ff1f}.chat-widget-input{flex-shrink:0;border-top:1px solid rgba(148,163,184,.24);padding:10px}html.dark .chat-widget-layout,html.dark .chat-widget-rooms,html.dark .chat-widget-main__header,html.dark .chat-widget-input,html.dark .chat-widget-message__bubble{border-color:#94a3b82e}html.dark .chat-widget-message__bubble{background:#252b3a}html.dark .chat-widget-message.is-mine .chat-widget-message__bubble{background:#1890ff38}@media (max-width: 900px){.phase2-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid,.dashboard-feed-grid{grid-template-columns:1fr}.chat-widget-layout{grid-template-columns:1fr;height:calc(100vh - 96px)}.chat-widget-rooms{max-height:220px;border-right:0;border-bottom:1px solid rgba(148,163,184,.24)}}@media (max-width: 560px){.phase2-stat-grid{grid-template-columns:1fr}.dashboard-kpi-card .ant-card-body,.dashboard-panel .ant-card-body{padding:14px}.dashboard-schedule-grid{grid-template-columns:1fr}.dashboard-attendance-summary{flex-direction:column;text-align:center}.dashboard-attendance-grid{grid-template-columns:1fr}.dashboard-feed-item__topline{flex-direction:column}.profile-hero{align-items:flex-start;flex-direction:column}.otp-input-grid{grid-template-columns:repeat(6,minmax(32px,1fr))}}.custom-menu-wrapper .ant-menu{width:100%;min-width:0;background:transparent!important}.custom-menu-wrapper .ant-menu-inline,.custom-menu-wrapper .ant-menu-sub.ant-menu-inline{width:100%;min-width:0;border-inline-end:0!important}.custom-menu-wrapper .ant-menu-item,.custom-menu-wrapper .ant-menu-submenu-title{max-width:100%;min-width:0;background:transparent!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-item-selected{border-radius:6px!important;background-color:#f0f8fff2!important;color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-item-selected>.ant-menu-title-content{color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-item-selected .anticon{color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-item-selected:after{display:none!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu-selected>.ant-menu-submenu-title{border-radius:6px!important;background-color:#f0f8fff2!important;color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-item:hover:not(.ant-menu-item-selected),.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu-title:hover:not(.ant-menu-submenu-selected>.ant-menu-submenu-title){background-color:#e6f2ff66!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-item-selected{background-color:#4b556399!important;color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-item-selected>.ant-menu-title-content{color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-item-selected .anticon{color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title{background-color:#4b556399!important;color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-item:hover:not(.ant-menu-item-selected),.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu-title:hover:not(.ant-menu-submenu-selected>.ant-menu-submenu-title){background-color:#4b55634d!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu .ant-menu-item-selected{border-radius:6px!important;background-color:#f0f8fff2!important;color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu .ant-menu-item-selected>.ant-menu-title-content{color:#1890ff!important}.custom-menu-wrapper .ant-menu:not(.ant-menu-dark) .ant-menu-submenu .ant-menu-item-selected .anticon{color:#1890ff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu .ant-menu-item-selected{background-color:#4b556399!important;color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu .ant-menu-item-selected>.ant-menu-title-content{color:#fff!important}.custom-menu-wrapper .ant-menu-dark .ant-menu-submenu .ant-menu-item-selected .anticon{color:#fff!important}.account-settings-modal .ant-modal-content{overflow:hidden;padding:0;border-radius:22px;box-shadow:0 24px 70px #0f172a2e}.account-settings-modal .ant-modal-header{margin-bottom:0;padding:24px 24px 10px;border-bottom:1px solid rgba(226,232,240,.9)}.account-settings-modal .ant-modal-body{padding:22px 24px 24px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 30%),linear-gradient(180deg,#f8fafce0,#fff 32%)}.account-settings-modal .ant-modal-footer{margin-top:0;padding:0 24px 24px;border-top:0}.account-settings-modal__title-wrap{padding-right:28px}.account-settings-modal__title{color:#0f172a;font-size:1.125rem;font-weight:700;line-height:1.25}.account-settings-modal__form{display:flex;flex-direction:column;gap:16px}.account-settings-panel{border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:18px;background:#ffffffeb;box-shadow:0 12px 32px #0f172a0f}.account-settings-panel--display{background:linear-gradient(180deg,#fffffff5,#f8fafceb),linear-gradient(90deg,#3b82f60a,#0ea5e90a)}.account-settings-panel__header{margin-bottom:16px}.account-settings-panel__title-wrap{display:flex;align-items:center;gap:10px}.account-settings-panel__title-icon{display:inline-flex;flex:0 0 auto;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:#2563eb14;color:#2563eb;font-size:.95rem}.account-settings-panel__title{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.35}.account-settings-panel__description{margin-top:4px;color:#64748b;font-size:.8125rem;line-height:1.5}.account-settings-modal__secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.account-settings-modal__item{margin-bottom:16px}.account-settings-modal__item--last{margin-bottom:0!important}.account-settings-modal__item .ant-form-item-label{padding-bottom:6px}.account-settings-modal__item .ant-form-item-label>label{color:#334155;font-size:.8125rem;font-weight:600}.account-settings-theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-settings-theme-option{position:relative;display:flex;min-width:0;align-items:center;gap:12px;padding:14px 16px;border:1px solid #dbe4f0;border-radius:14px;background:#fff;color:#334155;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.account-settings-theme-option:hover{border-color:#93c5fd;background:#f8fbff;transform:translateY(-1px)}.account-settings-theme-option:focus-visible{outline:2px solid rgba(59,130,246,.35);outline-offset:2px}.account-settings-theme-option.is-active{border-color:#60a5fa;background:linear-gradient(180deg,#eff6fff5,#dbeafee0);box-shadow:0 12px 26px #2563eb24}.account-settings-theme-option--dark{border-color:#334155;background:radial-gradient(circle at top right,rgba(148,163,184,.2),transparent 34%),linear-gradient(135deg,#1e293b,#334155 52%,#475569);color:#e2e8f0}.account-settings-theme-option--dark:hover{border-color:#64748b;background:radial-gradient(circle at top right,rgba(191,219,254,.14),transparent 34%),linear-gradient(135deg,#243447,#334155 48%,#526377)}.account-settings-theme-option--dark.is-active{border-color:#818cf8;background:radial-gradient(circle at top right,rgba(129,140,248,.18),transparent 34%),linear-gradient(135deg,#22324a,#334155 46%,#475569);box-shadow:0 14px 26px #0f172a38}.account-settings-theme-option__icon{display:inline-flex;flex:0 0 auto;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;background:#2563eb14;color:#2563eb;font-size:1rem}.account-settings-theme-option--dark .account-settings-theme-option__icon{background:#94a3b829;color:#e2e8f0}.account-settings-theme-option__label{min-width:0;color:inherit;font-size:.95rem;font-weight:600;line-height:1.3}.account-settings-theme-option__check{display:inline-flex;flex:0 0 auto;width:24px;height:24px;align-items:center;justify-content:center;margin-left:auto;border-radius:999px;background:#2563eb;color:#fff;font-size:.75rem}.account-settings-theme-option--dark .account-settings-theme-option__check{background:#f8fafceb;color:#0f172a}.account-settings-scale-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.account-settings-scale-option{height:44px;border-radius:12px;font-weight:600;box-shadow:none}.account-settings-scale-option:not(.is-active){border-color:#dbe4f0;background:#fff;color:#334155}.account-settings-scale-option:not(.is-active):hover{border-color:#93c5fd;background:#f8fbff;color:#0f172a}.account-settings-scale-option.is-active{box-shadow:0 10px 20px #2563eb2e}.account-settings-password-button{width:100%;border-radius:12px;font-weight:600}html.dark .ant-table-wrapper,html.dark .ant-table,html.dark .ant-table-container,html.dark .ant-table-content,html.dark .ant-table-body,html.dark .ant-table-thead>tr>th,html.dark .ant-table-tbody>tr>td,html.dark .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#1a202e!important}html.dark .ant-table-thead>tr>th{border-bottom-color:#ffffff1a!important;background-color:#252b3a!important;color:#ffffffd9!important}html.dark .ant-table-tbody>tr>td{border-bottom-color:#ffffff14!important;color:#ffffffd9!important}html.dark .ant-table-tbody>tr.ant-table-row:hover>td,html.dark .ant-table-tbody>tr>td.ant-table-cell-row-hover{background-color:#313849!important}html.dark .ant-pagination,html.dark .ant-pagination-item,html.dark .ant-pagination-prev,html.dark .ant-pagination-next{border-color:#ffffff1a!important;background-color:#1a202e!important}html.dark .ant-pagination-item a{color:#ffffffd9!important}html.dark .ant-modal-content,html.dark .ant-modal-header,html.dark .ant-modal-footer{background:#1e2536!important;color:#f8fafc!important}html.dark .ant-modal-title,html.dark .ant-modal-close,html.dark .ant-modal-close-x{color:#e2e8f0!important}html.dark .ant-modal-close:hover{color:#fff!important;background:#94a3b829!important}html.dark .ant-modal .ant-form-item-label>label{color:#e2e8f0!important}html.dark .ant-modal .ant-input,html.dark .ant-modal .ant-input-password,html.dark .ant-modal .ant-input-affix-wrapper{border-color:#475569eb!important;background:#0f172aa3!important;color:#e2e8f0!important}html.dark .ant-modal .ant-input::-moz-placeholder,html.dark .ant-modal .ant-input-password input::-moz-placeholder{color:#64748b!important}html.dark .ant-modal .ant-input::placeholder,html.dark .ant-modal .ant-input-password input::placeholder{color:#64748b!important}html.dark .ant-modal .ant-input-password-icon,html.dark .ant-modal .ant-input-affix-wrapper .anticon{color:#94a3b8!important}html.dark .ant-modal .ant-btn-default{border-color:#475569eb!important;background:#0f172ab8!important;color:#e2e8f0!important}html.dark .ant-modal .ant-btn-default:not(:disabled):hover{border-color:#60a5faeb!important;background:#1e293bf5!important;color:#fff!important}html.dark .ant-select-dropdown{border:1px solid rgba(71,85,105,.78);background:#1e2536!important;box-shadow:0 18px 42px #0206176b}html.dark .ant-select-dropdown .ant-select-item{color:#dbeafe!important}html.dark .ant-select-dropdown .ant-select-item-option-active{background:#3b82f62e!important}html.dark .ant-select-dropdown .ant-select-item-option-selected{background:#2563eb47!important;color:#f8fafc!important}html.dark .account-settings-modal .ant-modal-content{background:#1e2536!important;box-shadow:0 28px 80px #02061794}html.dark .account-settings-modal .ant-modal-header{background:#1e2536!important;border-bottom-color:#475569b8}html.dark .account-settings-modal .ant-modal-body{background:radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 30%),linear-gradient(180deg,#182233f5,#1e293bfa)}html.dark .account-settings-modal .ant-modal-footer{background:#1e2536!important}html.dark .account-settings-modal .ant-modal-close{color:#cbd5e1!important}html.dark .account-settings-modal__title{color:#f8fafc}html.dark .account-settings-panel__description{color:#94a3b8}html.dark .account-settings-panel{border-color:#475569b3;background:#1e293be0;box-shadow:0 14px 36px #02061747}html.dark .account-settings-panel--display{background:linear-gradient(180deg,#1e293bf2,#171f2ef2),linear-gradient(90deg,#3b82f614,#0ea5e914)}html.dark .account-settings-panel__title,html.dark .account-settings-modal__item .ant-form-item-label>label{color:#e2e8f0}html.dark .account-settings-panel__title-icon{background:#60a5fa2e;color:#93c5fd}html.dark .account-settings-theme-option{border-color:#475569e6;background:#0f172a73;color:#e2e8f0}html.dark .account-settings-theme-option:hover{border-color:#60a5fae6;background:#1e293bf5}html.dark .account-settings-theme-option.is-active{border-color:#60a5faf5;background:linear-gradient(180deg,#1e40af33,#1e293bfa);box-shadow:0 12px 28px #0206175c}html.dark .account-settings-theme-option__icon{background:#60a5fa2e;color:#93c5fd}html.dark .account-settings-theme-option--dark{border-color:#475569f5;background:radial-gradient(circle at top right,rgba(148,163,184,.2),transparent 34%),linear-gradient(135deg,#1e293b,#334155 52%,#475569)}html.dark .account-settings-theme-option--dark:hover{border-color:#818cf8b8}html.dark .account-settings-scale-option:not(.is-active){border-color:#475569e6;background:#0f172a73;color:#e2e8f0}html.dark .account-settings-scale-option:not(.is-active):hover{border-color:#60a5fae6;background:#1e293bf5}html.dark .account-settings-modal .ant-select-selector{border-color:#475569eb!important;background:#0f172aa3!important;color:#e2e8f0!important}html.dark .account-settings-modal .ant-select-selection-item,html.dark .account-settings-modal .ant-select-arrow{color:#e2e8f0!important}html.dark .account-settings-password-button{border-color:#475569eb!important;background:#0f172ab8!important;color:#e2e8f0!important}html.dark .account-settings-password-button:not(:disabled):hover{border-color:#60a5fae6!important;background:#1e293bf5!important;color:#fff!important}@media (max-width: 1200px){.comnieu-page-header__actions{width:100%;flex-basis:100%;justify-content:flex-start;margin-left:0}.comnieu-page-header__actions .ant-space{justify-content:flex-start}}@media (max-width: 768px){.comnieu-page-header{padding:10px 12px!important}.comnieu-page-header__title{font-size:.875rem}.comnieu-page-header__subtitle{font-size:.75rem}.account-settings-modal .ant-modal-body,.account-settings-modal .ant-modal-header,.account-settings-modal .ant-modal-footer{padding-left:18px;padding-right:18px}.account-settings-theme-grid,.account-settings-modal__secondary-grid,.account-settings-scale-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:bg-black\/30{background-color:#0000004d}.group:hover .group-hover\:opacity-100{opacity:1}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:p-10{padding:2.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1\.05fr_0\.95fr\]{grid-template-columns:1.05fr .95fr}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[220px_1fr_220px\]{grid-template-columns:220px 1fr 220px}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}
