.yarl__slide_captions_container{position:absolute;left:var(--yarl__slide_captions_container_left,0);right:var(--yarl__slide_captions_container_right,0);padding:var(--yarl__slide_captions_container_padding,16px);background:var(--yarl__slide_captions_container_background,rgba(0,0,0,.5));-webkit-transform:translateZ(0)}.yarl__slide_title{color:var(--yarl__slide_title_color,#fff);font-size:var(--yarl__slide_title_font_size,125%);font-weight:var(--yarl__slide_title_font_weight,bolder);max-width:calc(100% - var(--yarl__toolbar_width, 0px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yarl__slide_title_container{top:var(--yarl__slide_title_container_top,0)}.yarl__slide_description{overflow:hidden;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--yarl__slide_description_max_lines,3);text-align:var(--yarl__slide_description_text_align,start);color:var(--yarl__slide_description_color,#fff)}.yarl__slide_description_container{bottom:var(--yarl__slide_description_container_bottom,0)}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1;position:relative}.yarl__thumbnails_container{flex:0 0 auto;background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));padding:var(--yarl__thumbnails_container_padding,16px);position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__thumbnails_vignette{position:absolute;pointer-events:none;--yarl__thumbnails_vignette_size:12%}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{height:100%;left:0;right:0;background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%)}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{width:100%;top:0;bottom:0;background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%)}.yarl__thumbnails_track{outline:none;gap:var(--yarl__thumbnails_thumbnail_gap,16px)}.yarl__thumbnails_thumbnail{flex:0 0 auto;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-width:var(--yarl__thumbnails_thumbnail_border,1px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);outline:none;width:var(--yarl__thumbnails_thumbnail_width,120px);height:var(--yarl__thumbnails_thumbnail_height,80px);box-sizing:content-box}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{opacity:0;animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{visibility:hidden;cursor:unset}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px);height:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;overflow:hidden;z-index:var(--yarl__portal_zindex,9999);transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);pointer-events:auto}.yarl__portal_open{opacity:1}.yarl__container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:var(--yarl__controller_touch_action,none);overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain)}.yarl__carousel{display:flex;flex:0 0 auto;height:100%;align-content:center;justify-content:center;align-items:stretch;width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%));transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));opacity:var(--yarl__pull_opacity,1)}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{display:flex;justify-content:center;align-content:center;align-items:center}.yarl__slide{flex:1;position:relative;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%)}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);line-height:0}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));animation:yarl__delayed_fadein 1s linear}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{width:var(--yarl__slide_icon_error_size,48px);height:var(--yarl__slide_icon_error_size,48px);color:var(--yarl__slide_icon_error_color,red)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{position:absolute;top:0;right:0;bottom:auto;left:auto;display:flex;justify-content:flex-end;padding:var(--yarl__toolbar_padding,8px)}[dir=rtl] .yarl__toolbar{top:0;right:auto;bottom:auto;left:0}.yarl__icon{width:var(--yarl__icon_size,32px);height:var(--yarl__icon_size,32px)}.yarl__button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);margin:var(--yarl__button_margin,0);outline:none;line-height:0;padding:var(--yarl__button_padding,8px);color:var(--yarl__color_button,hsla(0,0%,100%,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{position:absolute;top:50%;transform:translateY(-50%);padding:var(--yarl__navigation_button_padding,24px 16px)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.chat-lightbox--footer{--chat-lightbox-footer-height: 76px}.chat-lightbox--footer .yarl__toolbar{display:none}.chat-lightbox--footer.chat-lightbox--single .yarl__slide{box-sizing:border-box;padding-bottom:var(--chat-lightbox-footer-height)}.chat-lightbox--footer .yarl__thumbnails_container{padding-top:12px;padding-bottom:calc(16px + var(--chat-lightbox-footer-height))}.chat-lightbox--footer .yarl__thumbnails_track{align-items:center;justify-content:center}.chat-lightbox--footer .yarl__thumbnails_thumbnail{overflow:hidden;background:#0f172ae0;border-color:#94a3b866!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.chat-lightbox--footer .yarl__thumbnails_thumbnail:hover,.chat-lightbox--footer .yarl__thumbnails_thumbnail:focus-visible{border-color:#bfdbfee6!important;box-shadow:0 10px 22px #0f172a47;transform:translateY(-1px)}.chat-lightbox--footer .yarl__thumbnails_thumbnail[aria-current=true],.chat-lightbox--footer .yarl__thumbnails_thumbnail[aria-pressed=true],.chat-lightbox--footer .yarl__thumbnails_thumbnail_active{border-color:var(--chat-accent-primary, #3b82f6)!important;box-shadow:0 0 0 1px #0f172ad1,0 0 0 4px #3b82f647,0 10px 20px #3b82f62e;transform:translateY(-1px)}.chat-lightbox--footer .yarl__thumbnails_thumbnail img,.chat-lightbox--footer .yarl__thumbnails_thumbnail video{border-radius:8px}.chat-lightbox-close-overlay{position:fixed;top:12px;right:12px;z-index:10001}.chat-lightbox-header-overlay{position:fixed;top:12px;left:12px;right:80px;display:flex;align-items:flex-start;z-index:10000}.chat-lightbox-footer-overlay{position:fixed;left:0;right:0;bottom:0;z-index:10000;background:#020617f0;border-top:1px solid rgba(148,163,184,.22);padding:10px 16px 14px}.chat-lightbox-footer-bar{display:flex;align-items:center;justify-content:center;gap:4px;max-width:100%;overflow-x:auto;margin:0 auto;scrollbar-width:thin}.chat-lightbox-footer-bar::-webkit-scrollbar{height:4px}.chat-lightbox-control-btn{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:transparent;color:#ffffffd1;cursor:pointer;transition:background-color .18s ease,color .18s ease,opacity .18s ease}.chat-lightbox-control-btn:hover:not(:disabled),.chat-lightbox-control-btn:focus-visible:not(:disabled){background:#1e293beb;color:#fff;outline:none}.chat-lightbox-control-btn:disabled{opacity:.35;cursor:not-allowed}.chat-lightbox-control-separator{flex:0 0 auto;width:1px;height:28px;margin:0 6px;background:#94a3b84d}.ant-message,.ant-notification{z-index:11020!important}@media (max-width: 768px){.chat-lightbox--footer{--chat-lightbox-footer-height: 84px}.chat-lightbox-footer-overlay{padding:8px 12px 12px}.chat-lightbox-header-overlay{right:68px}.chat-lightbox-footer-bar{justify-content:flex-start}.chat-lightbox-control-btn{width:40px;height:40px;border-radius:10px}.chat-lightbox--footer .yarl__thumbnails_container{padding-top:10px}}.dashboard-notification-center .ant-drawer-content-wrapper{max-width:100vw}.dashboard-notification-center .ant-drawer-header{padding:16px 18px}.dashboard-notification-center__title{display:inline-flex;align-items:center;gap:10px;font-weight:700}.dashboard-notification-center__scroll{height:100%;overflow-x:hidden;overflow-y:auto}.dashboard-notification-center__skeletons{display:flex;flex-direction:column;gap:20px;padding:20px 18px}.dashboard-notification-center__state{padding:20px 18px}.dashboard-notification-center__state--empty{display:flex;min-height:360px;align-items:center;justify-content:center}.dashboard-notification-center__list{display:flex;flex-direction:column}.dashboard-notification-center__item{position:relative;display:grid;width:100%;grid-template-columns:38px minmax(0,1fr) 8px;gap:12px;align-items:start;padding:14px 18px;border:0;border-bottom:1px solid rgba(148,163,184,.2);background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:background-color .16s ease}.dashboard-notification-center__item:hover,.dashboard-notification-center__item:focus-visible{background:#3b82f612;outline:none}.dashboard-notification-center__item:focus-visible{box-shadow:inset 3px 0 #1677ff}.dashboard-notification-center__item.is-unread{background:#1677ff17}.dashboard-notification-center__item.is-unread:hover,.dashboard-notification-center__item.is-unread:focus-visible{background:#1677ff24}.dashboard-notification-center__icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:#1677ff1a;color:#1677ff;font-size:17px}.dashboard-notification-center__content{display:flex;min-width:0;flex-direction:column;gap:4px}.dashboard-notification-center__item-title{display:-webkit-box;overflow:hidden;color:#172033;font-size:14px;font-weight:650;line-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-notification-center__description.ant-typography{display:-webkit-box;margin:0;overflow:hidden;font-size:13px;line-height:19px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.dashboard-notification-center__time{color:#8c8c8c;font-size:11px;line-height:16px}.dashboard-notification-center__unread-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#1677ff}.dashboard-notification-center__loading-more{display:flex;justify-content:center;padding:14px}.dashboard-notification-center__inline-error{padding:12px 18px 18px}html.dark .dashboard-notification-center__item{border-bottom-color:#475569b8}html.dark .dashboard-notification-center__item:hover,html.dark .dashboard-notification-center__item:focus-visible{background:#60a5fa1a}html.dark .dashboard-notification-center__item.is-unread{background:#2563eb33}html.dark .dashboard-notification-center__item.is-unread:hover,html.dark .dashboard-notification-center__item.is-unread:focus-visible{background:#2563eb47}html.dark .dashboard-notification-center__icon{background:#60a5fa29;color:#93c5fd}html.dark .dashboard-notification-center__item-title{color:#f1f5f9}html.dark .dashboard-notification-center__time{color:#94a3b8}html.dark .dashboard-notification-center__unread-dot{background:#60a5fa}@media (max-width: 480px){.dashboard-notification-center .ant-drawer-header{padding:14px 16px}.dashboard-notification-center__item{grid-template-columns:34px minmax(0,1fr) 8px;gap:10px;padding:13px 16px}.dashboard-notification-center__icon{width:34px;height:34px;border-radius:9px}}.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-resignation-reasons{display:flex;flex-direction:column;gap:3px;font-weight:500;white-space:normal}.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{height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;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__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}.prowtech-chat-scope .assistant-conversation-item{width:100%;border:0;text-align:left;color:var(--chat-text-primary);background:transparent}.prowtech-chat-scope .assistant-conversation-item:hover{background:var(--chat-sidebar-hover)}.prowtech-chat-scope .assistant-conversation-item.active{background:var(--chat-sidebar-active)}.prowtech-chat-scope .assistant-sidebar-avatar{position:relative;width:48px;height:48px;flex:0 0 48px}.prowtech-chat-scope .assistant-sidebar-status{position:absolute;right:-1px;bottom:1px;width:11px;height:11px;border:2px solid var(--chat-sidebar-bg);border-radius:999px;background:var(--chat-text-muted)}.prowtech-chat-scope .assistant-sidebar-status.is-ready{background:var(--chat-accent-success)}.prowtech-chat-scope .assistant-sidebar-status.is-connecting{background:var(--chat-accent-warning)}.prowtech-chat-scope .assistant-sidebar-kind{display:inline-flex;color:var(--chat-accent-primary);font-size:16px}.prowtech-chat-scope .assistant-header__back{display:inline-flex}@media (min-width: 769px){.prowtech-chat-scope .assistant-header__back{display:none}}*,: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%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.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}.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-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.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}.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}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-auto{height:auto!important}.h-16{height:4rem}.h-24{height:6rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-\[280px\]{max-height:280px}.max-h-\[360px\]{max-height:360px}.max-h-\[420px\]{max-height:420px}.max-h-\[52dvh\]{max-height:52dvh}.min-h-0{min-height:0px}.min-h-\[200px\]{min-height:200px}.min-h-\[320px\]{min-height:320px}.min-h-\[560px\]{min-height:560px}.min-h-\[calc\(100vh-120px\)\]{min-height:calc(100vh - 120px)}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-9{width:2.25rem}.w-\[240px\]{width:240px}.w-\[260px\]{width:260px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[260px\]{min-width:260px}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.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}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.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}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.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-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.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-3xl{border-radius:1.5rem}.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))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / 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))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.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}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.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-xs{font-size:.75rem!important;line-height:1rem!important}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.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}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tracking-wide{letter-spacing:.025em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / 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-600{--tw-text-opacity: 1;color:rgb(75 85 99 / 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-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}.line-through{text-decoration-line:line-through}.opacity-0{opacity:0}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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}.blur{--tw-blur: blur(8px);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)}.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)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!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-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.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-work-shift-tabs,.phase4-work-shift-tabs>.ant-tabs-content-holder,.phase4-work-shift-tabs>.ant-tabs-content-holder>.ant-tabs-content,.phase4-work-shift-tabs>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{display:flex;flex:1;min-height:0;flex-direction:column}.phase4-work-shift-tabs>.ant-tabs-nav{flex:0 0 auto}.phase4-work-shift-tabs>.ant-tabs-content-holder,.phase4-work-shift-tabs>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{overflow:hidden}.phase4-work-shift-table .ant-table-container{display:flex;height:100%;min-height:0;flex-direction:column}.phase4-work-shift-table .ant-table-header{flex:0 0 auto}.phase4-work-shift-table .ant-table-body{flex:1 1 auto;min-height:0}.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__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}.comnieu-sidebar-search-launcher{padding:0 10px 8px;border-bottom:1px solid rgba(148,163,184,.24)}.comnieu-sidebar-search-launcher.is-collapsed{display:flex;justify-content:center;padding-inline:8px}.comnieu-sidebar-search-launcher__input.ant-input-affix-wrapper{height:36px;cursor:pointer;border-radius:6px;background:#f8fafcf5}.comnieu-sidebar-search-launcher__input.ant-input-affix-wrapper .ant-input{cursor:pointer;background:transparent}.comnieu-sidebar-search-launcher__button.ant-btn{width:40px;height:36px;border-radius:6px}html.dark .comnieu-sidebar-search-launcher{border-bottom-color:#94a3b833}html.dark .comnieu-sidebar-search-launcher__input.ant-input-affix-wrapper{background:#3741517a}.comnieu-menu-search-modal{max-width:calc(100vw - 24px)}.comnieu-menu-search-modal .ant-modal-content{overflow:hidden}.comnieu-menu-search-modal__body{display:flex;min-height:0;flex-direction:column;gap:12px}.comnieu-menu-search-modal__results{min-height:180px;max-height:min(58vh,480px);overflow-y:auto}.comnieu-menu-search-modal__results .ant-empty{margin-block:48px}.comnieu-menu-search-modal__list{display:flex;flex-direction:column;gap:4px}.comnieu-menu-search-modal__result{display:flex;width:100%;flex-direction:column;gap:4px;align-items:flex-start;padding:11px 12px;border:0;border-radius:8px;background:transparent;cursor:pointer;font:inherit;text-align:left;transition:background-color .15s ease}.comnieu-menu-search-modal__result:hover,.comnieu-menu-search-modal__result:focus-visible{outline:none;background:#3b82f617}.comnieu-menu-search-modal__result:focus-visible{box-shadow:inset 0 0 0 2px #3b82f673}.comnieu-menu-search-modal__result-title{color:#1f2937;font-size:14px;font-weight:600;line-height:20px}.comnieu-menu-search-modal__result-path{color:#8c8c8c;font-size:13px;line-height:18px}html.dark .comnieu-menu-search-modal__result:hover,html.dark .comnieu-menu-search-modal__result:focus-visible{background:#60a5fa24}html.dark .comnieu-menu-search-modal__result-title{color:#f3f4f6}html.dark .comnieu-menu-search-modal__result-path{color:#9ca3af}.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}@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}}@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}.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))}}.dashboard-web-push-header-actions{min-width:0;max-width:100%}.dashboard-web-push-reminder{display:inline-flex;min-width:0;max-width:min(100%,360px);min-height:32px;align-items:center;gap:8px;padding:4px 8px;border:1px solid #91caff;border-radius:8px;background:#e6f4ff;color:#0958d9}.dashboard-web-push-reminder--warning{border-color:#ffd666;background:#fffbe6;color:#ad6800}.dashboard-web-push-reminder--error{border-color:#ffccc7;background:#fff2f0;color:#cf1322}.dashboard-web-push-reminder__icon{flex:0 0 auto}.dashboard-web-push-reminder__copy{display:inline-flex;min-width:0;align-items:center;gap:6px}.dashboard-web-push-reminder__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.dashboard-web-push-reminder__hint{display:inline-flex;flex:0 0 auto;width:22px;height:22px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:help;opacity:.78}.dashboard-web-push-reminder__hint:hover,.dashboard-web-push-reminder__hint:focus-visible{background:currentColor;color:#fff;opacity:1;outline:none}.dashboard-web-push-reminder-popover .ant-popover-inner{overflow:hidden;padding:0;border-radius:16px;box-shadow:0 18px 40px #0f172a29}.dashboard-web-push-reminder-popover .ant-popover-inner-content{padding:0}.web-push-permission-guide{display:flex;width:100%;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.web-push-permission-guide--compact{width:min(320px,calc(100vw - 40px));border:0;border-radius:0}.web-push-permission-guide__header{padding:14px 14px 10px;border-bottom:1px solid #f0f0f0}.web-push-permission-guide__title{color:#1f1f1f;font-size:14px;font-weight:700;line-height:1.4}.web-push-permission-guide__description{margin-top:4px;color:#595959;font-size:12px;line-height:1.5}.web-push-permission-guide__image{display:block;width:100%;height:auto;background:#f5f7fb}.web-push-permission-guide__steps{display:flex;flex-direction:column;gap:6px;padding:12px 14px 14px;background:linear-gradient(180deg,#fff,#fafafa)}.web-push-permission-guide__step{color:#434343;font-size:12px;line-height:1.5}.account-settings-panel--web-push{display:flex;flex-direction:column;gap:14px}.account-settings-panel--web-push .account-settings-panel__header{margin-bottom:0}.web-push-settings__alert .ant-alert-action{align-self:center;margin-inline-start:16px}.account-settings-modal .ant-modal-body{max-height:min(72vh,760px);overflow-y:auto}html.dark .dashboard-web-push-reminder{border-color:#60a5fa94;background:#1e40af3d;color:#bfdbfe}html.dark .dashboard-web-push-reminder--warning{border-color:#facc1585;background:#854d0e47;color:#fde68a}html.dark .dashboard-web-push-reminder--error{border-color:#f8717185;background:#7f1d1d47;color:#fecaca}html.dark .web-push-permission-guide{border-color:#475569cc;background:#1e293b}html.dark .web-push-permission-guide__header{border-bottom-color:#475569bf}html.dark .web-push-permission-guide__title{color:#f8fafc}html.dark .web-push-permission-guide__description,html.dark .web-push-permission-guide__step{color:#cbd5e1}html.dark .web-push-permission-guide__steps{background:linear-gradient(180deg,#1e293b,#172033)}@media (max-width: 768px){.dashboard-web-push-header-actions{flex-wrap:nowrap!important}.dashboard-web-push-reminder{max-width:132px}.dashboard-web-push-reminder__title{max-width:72px;font-size:12px}.web-push-settings__alert .ant-alert-action{margin-top:10px;margin-inline-start:0}.web-push-settings__alert .ant-alert-content{min-width:0}}.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-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-slate-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-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\:max-w-80{max-width:20rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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\:max-w-64{max-width:16rem}.md\:grid-cols-2{grid-template-columns:repeat(2,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\:col-span-3{grid-column:span 3 / span 3}.xl\:col-span-6{grid-column:span 6 / span 6}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}html.dark .recharts-default-tooltip{border:1px solid rgba(100,116,139,.78)!important;border-radius:8px;background-color:#0f172af5!important;box-shadow:0 12px 30px #0206176b;color:#e2e8f0!important}html.dark .recharts-default-tooltip .recharts-tooltip-label{color:#f8fafc!important}
