:root{--navy: var(--a34-sidebar, #0c2545);--navy-mid: var(--a34-primary, #1d5fd6);--navy-light: var(--a34-primary, #1d5fd6);--gold: var(--a34-accent, #12b5c9);--gold-light: color-mix(in srgb, var(--a34-accent, #12b5c9) 35%, white);--af-red: var(--a34-crit, #d2453a);--sky-bg: var(--a34-bg, #eef2f8);--sky-card: var(--a34-surface-2, #f4f7fc);--border-color: var(--a34-border, #dbe3ee);--text-on-blue: var(--a34-side-text, #dbe6f5)}body.layout-with-app-header{--a34-notification-top: 64px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var( --a34-font, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif );font-size:14px;font-weight:400;color:var(--a34-text, #14202f);background:var(--a34-bg, #eef2f8);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,#root,.ant-app,.ant-layout,.ant-menu{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--a34-primary, #1d5fd6) 28%,transparent);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--a34-primary, #1d5fd6) 45%,transparent)}.ant-layout-sider ::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--a34-on-primary, #fff) 15%,transparent)}:where(.css-dev-only-do-not-override-1l5hzlz).ant-pagination.ant-pagination-mini .ant-pagination-item{margin:0 2px}.a34-tabnum{font-variant-numeric:tabular-nums}.a34-pageheader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.a34-pageheader__eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--a34-primary);font-weight:700}.a34-pageheader__title{margin:5px 0 4px;font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--a34-text)}.a34-pageheader__desc{margin:0;color:var(--a34-dim);font-size:13.5px;line-height:1.45}.a34-pageheader__actions{display:flex;gap:10px;align-items:center}.a34-statcard{position:relative;overflow:hidden;background:var(--a34-surface);border:1px solid var(--a34-border);border-radius:var(--a34-radius-xl);padding:16px 17px;transition:transform .25s,box-shadow .25s,border-color .25s}.a34-statcard:hover{transform:translateY(-3px);box-shadow:var(--a34-shadow-lg);border-color:color-mix(in srgb,var(--a34-primary) 34%,var(--a34-border))}.a34-statcard--clickable{cursor:pointer}.a34-statcard__wm{position:absolute;right:-8px;bottom:-14px;font-size:86px;line-height:1;color:var(--a34-primary);opacity:.07;transform-origin:70% 70%;transition:transform .5s cubic-bezier(.34,1.3,.5,1),opacity .3s}.a34-statcard:hover .a34-statcard__wm{transform:rotate(-16deg) scale(1.14);opacity:.12}.a34-statcard__chip{width:34px;height:34px;border-radius:var(--a34-radius-lg);display:grid;place-items:center;font-size:18px;background:color-mix(in srgb,var(--a34-primary) 14%,transparent);color:var(--a34-primary)}.a34-statcard__lab{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--a34-dim);font-weight:600;margin:13px 0 3px}.a34-statcard__num{font-size:27px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--a34-text)}.a34-statcard__foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.a34-delta{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700;padding:2px 8px;border-radius:var(--a34-radius-pill, 999px)}.a34-delta--up{color:var(--a34-ok);background:color-mix(in srgb,var(--a34-ok) 15%,transparent)}.a34-delta--down{color:var(--a34-crit);background:color-mix(in srgb,var(--a34-crit) 15%,transparent)}.a34-spark{height:26px;width:78px}.a34-statcard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.a34-pill{font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.a34-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.a34-pill--ok{color:var(--a34-ok);background:color-mix(in srgb,var(--a34-ok) 15%,transparent)}.a34-pill--warn{color:var(--a34-warn);background:color-mix(in srgb,var(--a34-warn) 17%,transparent)}.a34-pill--crit{color:var(--a34-crit);background:color-mix(in srgb,var(--a34-crit) 15%,transparent)}.a34-pill--muted{color:var(--a34-dim);background:var(--a34-surface-3)}.a34-filterbar{background:var(--a34-surface);border:1px solid var(--a34-border);border-radius:var(--a34-radius-lg);padding:16px;margin-bottom:12px}.a34-filterbar__row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:end}.a34-filterbar__field{display:flex;flex-direction:column;min-width:0}.a34-filterbar__field--search{grid-column:span 2}.a34-filterbar__label{font-size:11px;font-weight:600;color:var(--a34-dim);margin-bottom:6px}.a34-filterbar__field .ant-select,.a34-filterbar__field .ant-picker,.a34-filterbar__field .ant-input-affix-wrapper,.a34-filterbar__field .ant-input{width:100%}.a34-filterbar__actions{grid-column:span 2;display:flex;gap:8px;align-items:flex-end}.a34-filterbar__count{font-size:12.5px;color:var(--a34-dim);margin-bottom:12px}.a34-filterbar__count b{color:var(--a34-text)}@media(max-width:860px){.a34-filterbar__row{grid-template-columns:repeat(2,1fr)}.a34-filterbar__field--search,.a34-filterbar__actions{grid-column:span 2}}.a34-kebab{width:32px;height:32px;border-radius:var(--a34-radius-md);border:1px solid var(--a34-border);background:var(--a34-surface);color:var(--a34-dim);cursor:pointer;font-size:18px;line-height:1;display:inline-grid;place-items:center}.a34-kebab:hover{color:var(--a34-primary);border-color:var(--a34-primary)}.a34-row-actions-dropdown .ant-dropdown-menu{min-width:200px}.a34-row-actions-dropdown .ant-dropdown-menu-item{white-space:nowrap}.ant-table-wrapper .ant-table-sticky-holder{z-index:10!important}.ant-table-wrapper .ant-table-sticky-scroll{z-index:11!important}.ant-table-wrapper .ant-table-tbody>tr>td.ant-table-cell-fix-left,.ant-table-wrapper .ant-table-tbody>tr>td.ant-table-cell-fix-right{z-index:2!important;background-color:var(--a34-surface, #fff)!important}.ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-left,.ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-right{z-index:3!important;background-color:var(--a34-surface-2, #f4f7fc)!important}.ant-table-wrapper .ant-table-sticky-holder .ant-table-cell-fix-left,.ant-table-wrapper .ant-table-sticky-holder .ant-table-cell-fix-right{z-index:4!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.ant-table-wrapper .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background-color:var(--a34-surface-2, #f4f7fc)!important}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-left,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right{background-color:color-mix(in srgb,var(--a34-primary) 10%,var(--a34-surface, #fff))!important}.a34-drawerhead{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--a34-primary),var(--a34-primary-hover));color:#fff;padding:20px 22px;margin:-24px -24px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.a34-drawerhead:after{content:"";position:absolute;right:-30px;top:-40px;width:170px;height:170px;border-radius:50%;background:#ffffff1f}.a34-drawerhead__eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd1;font-weight:700}.a34-drawerhead__title{margin:5px 0 3px;font-size:18px;font-weight:700;color:#fff}.a34-drawerhead__desc{margin:0;font-size:12.5px;color:#ffffffd1}.a34-drawerhead__actions{display:flex;align-items:center;gap:8px;flex:none;position:relative;z-index:1}.a34-drawer-body{padding-top:20px}.a34-drawer-footer{display:flex;justify-content:flex-end;gap:10px}.a34-appshell__sider{position:relative}.a34-appshell__sider:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--a34-primary);z-index:2}.a34-appshell__sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.a34-appshell__brand{display:flex;align-items:center;gap:11px;padding:16px 18px 14px}.a34-appshell__logo{width:36px;height:36px;border-radius:var(--a34-radius-lg);flex:none;display:grid;place-items:center;background:linear-gradient(135deg,var(--a34-primary),var(--a34-accent));color:#fff;font-weight:800;font-size:13px;box-shadow:0 4px 14px -4px var(--a34-primary)}.a34-appshell__brand b{font-size:15px;font-weight:700;color:var(--a34-side-text);line-height:1.1}.a34-appshell__brand small{display:block;font-size:10.5px;color:var(--a34-side-dim);letter-spacing:.1em;text-transform:uppercase;margin-top:2px}.a34-appshell__title--multiline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.a34-appshell__brand-logo{width:36px;height:36px;border-radius:var(--a34-radius-lg);flex:none;object-fit:contain}.a34-appshell .ant-menu-title-content{overflow:hidden;min-width:0}.a34-appshell .sider-menu__label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.a34-appshell .ant-menu-dark .ant-menu-item-selected{box-shadow:inset 3px 0 0 var(--a34-primary)}.a34-appshell__foot{margin-top:auto;display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.08)}.a34-appshell__foot .a34-avatar{background:var(--a34-accent);color:#04201f}.a34-appshell__foot .who{font-size:12px;line-height:1.3}.a34-appshell__foot .who b{color:var(--a34-side-text);font-weight:600;display:block}.a34-appshell__foot .who small{color:var(--a34-side-dim);display:block;font-size:10.5px;margin-top:1px}.a34-appshell__topbar{display:flex;align-items:center;gap:14px;padding:0 22px;min-height:64px;background:color-mix(in srgb,var(--a34-primary) 10%,var(--a34-surface));border-bottom:1px solid color-mix(in srgb,var(--a34-primary) 22%,var(--a34-border));box-shadow:0 8px 20px -16px #00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:5}.a34-appshell__crumb{font-size:13px;color:var(--a34-dim);display:flex;align-items:center;gap:7px;flex-wrap:nowrap;min-width:0}.a34-appshell__crumb b{color:var(--a34-text);font-weight:600}.a34-appshell__content{padding:24px}.a34-appshell__tbdiv{width:1px;height:26px;background:var(--a34-border)}.a34-appshell__tbuser{display:flex;align-items:center;gap:9px}.a34-appshell__tbuser .who{font-size:12.5px;line-height:1.3}.a34-appshell__tbuser .who b{font-weight:600;display:block;color:var(--a34-text)}.a34-appshell__tbuser .who small{color:var(--a34-dim);display:block}@media(max-width:1120px){.a34-appshell__tbuser .who{display:none}}.a34-namelink{color:var(--a34-primary);font-weight:600;cursor:pointer}.a34-namelink:hover{text-decoration:underline}.a34-avatar{width:36px;height:36px;border-radius:var(--a34-radius-lg);flex:none;display:grid;place-items:center;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--a34-primary),var(--a34-accent))}.a34-avatar--sm{width:32px;height:32px;font-size:12px;border-radius:var(--a34-radius-md)}.a34-usercell{display:flex;align-items:center;gap:11px}.a34-usercell b{font-weight:600;display:block;color:var(--a34-text)}.a34-usercell small{color:var(--a34-dim);font-size:11.5px;font-variant-numeric:tabular-nums}.a34-notif{width:300px}.a34-notif__h{display:flex;justify-content:space-between;align-items:center;padding:4px 8px 10px;font-size:11px;font-weight:700;color:var(--a34-dim);text-transform:uppercase;letter-spacing:.06em}.a34-notif__h span{color:var(--a34-primary);background:color-mix(in srgb,var(--a34-primary) 13%,transparent);padding:2px 8px;border-radius:999px;letter-spacing:0}.a34-notif__item{display:flex;gap:11px;padding:9px 8px;border-radius:var(--a34-radius-md);cursor:pointer}.a34-notif__item:hover{background:var(--a34-surface-2)}.a34-notif__dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex:none}.a34-notif__item b{font-size:12.5px;font-weight:600;display:block;color:var(--a34-text)}.a34-notif__item small{font-size:11px;color:var(--a34-dim)}.a34-notif__foot{text-align:center;font-size:12.5px;font-weight:600;color:var(--a34-primary);padding:8px;cursor:pointer;border-top:1px solid var(--a34-border);margin-top:4px}.a34-aurora{position:absolute;top:-60px;left:-40px;right:-40px;height:340px;z-index:0;pointer-events:none;filter:blur(56px);opacity:.5}.a34-aurora i{position:absolute;border-radius:50%;display:block}.a34-aurora i:nth-child(1){width:340px;height:340px;background:var(--a34-primary);top:-120px;left:6%;opacity:.5;animation:a34drift1 15s ease-in-out infinite}.a34-aurora i:nth-child(2){width:290px;height:290px;background:var(--a34-accent);top:-90px;right:10%;opacity:.4;animation:a34drift2 18s ease-in-out infinite}@keyframes a34drift1{0%,to{transform:translate(0)}50%{transform:translate(44px,22px)}}@keyframes a34drift2{0%,to{transform:translate(0)}50%{transform:translate(-34px,26px)}}@media(prefers-reduced-motion:reduce){.a34-statcard,.a34-statcard__wm,.a34-aurora i{transition:none!important;animation:none!important}}.a34-notification.ant-notification-notice{border-radius:12px!important;border:1px solid var(--border-color, #c5d5f0);box-shadow:0 8px 28px #0e4d8f24!important;padding:14px 16px!important}.a34-notification .ant-notification-notice-message{font-weight:600;color:var(--navy, #0e4d8f);margin-bottom:4px!important}.a34-notification .ant-notification-notice-description{color:#1a1a2ebf}.a34-notification.ant-notification-notice-success{border-left:4px solid #52c41a}.a34-notification.ant-notification-notice-error{border-left:4px solid #ff4d4f}.a34-notification.ant-notification-notice-warning{border-left:4px solid #faad14}.a34-notification.ant-notification-notice-info{border-left:4px solid var(--navy-mid, #1a67c0)}.ant-notification-top,.ant-notification-topLeft,.ant-notification-topRight{top:var(--a34-notification-top, 24px)!important}.loading-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#78787859;pointer-events:auto}.loading-overlay__panel{display:flex;flex-direction:column;align-items:center;gap:12px}.loading-overlay__text{font-size:14px;color:#000000bf}.ui-modal-return__content{margin-bottom:16px;color:#000000a6;line-height:1.6}.ui-modal-return__form{margin-bottom:0}.ui-stat-card{position:relative;overflow:hidden;border:none;border-radius:14px}.ui-stat-card .ant-card-body{padding:20px 20px 16px}.ui-stat-card--compact .ant-card-body{padding:14px 16px 12px}.ui-stat-card__content{position:relative;z-index:1}.ui-stat-card__row{display:flex;justify-content:space-between;align-items:flex-start}.ui-stat-card__compact-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;position:relative;z-index:1}.ui-stat-card__title{color:#fffc;font-size:12px;margin-bottom:8px}.ui-stat-card__title--compact{margin-bottom:0;font-weight:500}.ui-stat-card__value{color:#fff;font-size:26px;font-weight:700;line-height:1.2}.ui-stat-card__value--compact{line-height:30px;letter-spacing:-.5px;position:relative;z-index:1}.ui-stat-card__suffix{font-size:13px;font-weight:400;opacity:.7;margin-left:4px}.ui-stat-card__caption{color:#ffffff8c;font-size:11px;margin-top:2px}.ui-stat-card__icon-badge{width:32px;height:32px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.ui-stat-card__bg-icon{position:absolute;top:-8px;right:-8px;font-size:64px;color:#ffffff1a;pointer-events:none;line-height:1}.ui-stat-card:not(.ui-stat-card--compact) .ui-stat-card__bg-icon{top:12px;right:16px}@keyframes ui-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ui-animate-fade-in{animation:ui-fade-in .45s ease both}.ui-animate-delay-1{animation-delay:.05s}.ui-animate-delay-2{animation-delay:.1s}.ui-animate-delay-3{animation-delay:.15s}.ui-animate-delay-4{animation-delay:.2s}.ui-animate-delay-5{animation-delay:.25s}.ui-animate-delay-6{animation-delay:.3s}@media(min-width:992px){.ui-stat-card-list--single-row-lg.ant-row{flex-wrap:nowrap}.ui-stat-card-list--single-row-lg>.ant-col{max-width:none}}.ui-page-container{padding:0 0 24px}.ui-list-filter-bar{border-radius:14px!important;margin-bottom:16px;border:1px solid var(--border-color, #c5d5f0)!important;box-shadow:0 2px 12px #0e4d8f14!important}.ui-list-filter-bar .ant-card-body{padding:16px 20px!important}.ui-data-table-card{border-radius:14px!important}.ui-data-table-card__title{display:flex;align-items:center;gap:10px}.ui-data-table-card__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}.wizard-steps-card{border-radius:14px;margin-bottom:16px}.wizard-steps-card .ant-card-body{padding:16px 24px}.wizard-steps-card .ant-steps-item-process .ant-steps-item-title{color:#1b6dc2;font-weight:600}.wizard-steps-card .ant-steps-item-wait .ant-steps-item-title{color:#00000073;font-weight:400}.wizard-steps-card .ant-steps-item-wait .ant-steps-item-icon{border-color:#00000040}.wizard-steps-card .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#00000040}.a34-image-upload.ant-upload-wrapper{display:inline-flex;flex-wrap:nowrap;align-items:flex-start;vertical-align:top;min-width:var(--a34-upload-size, 104px);min-height:var(--a34-upload-size, 104px)}.a34-image-upload .ant-upload-list{display:flex;flex-wrap:nowrap}.a34-image-upload .ant-upload-list-item-container{width:var(--a34-upload-size, 104px)!important;height:var(--a34-upload-size, 104px)!important;transition:none!important}.a34-image-upload .ant-upload-list-item{width:var(--a34-upload-size, 104px)!important;height:var(--a34-upload-size, 104px)!important;margin:0!important;padding:0!important;overflow:hidden}.a34-image-upload .ant-upload-list-picture-circle .ant-upload-list-item:before,.a34-image-upload .ant-upload-list-picture-card .ant-upload-list-item:before{inset:0!important;width:100%!important;height:100%!important;margin:0!important}.a34-image-upload .ant-upload-list-picture-circle .ant-upload-list-item-actions,.a34-image-upload .ant-upload-list-picture-card .ant-upload-list-item-actions{inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.a34-image-upload .ant-upload-list-picture-circle .ant-upload-list-item-thumbnail,.a34-image-upload .ant-upload-list-picture-circle .ant-upload-list-item-thumbnail img,.a34-image-upload .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.a34-image-upload .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{width:100%!important;height:100%!important;object-fit:cover}.a34-image-upload .ant-upload-select,.a34-image-upload .ant-upload-select-picture-card,.a34-image-upload .ant-upload-select-picture-circle{width:var(--a34-upload-size, 104px)!important;height:var(--a34-upload-size, 104px)!important;margin:0!important}.a34-multi-image-upload-wrap{width:100%}.a34-multi-image-upload.ant-upload-wrapper{display:block}.a34-multi-image-upload .ant-upload-list{display:flex;flex-wrap:wrap;gap:8px}.a34-multi-image-upload .ant-upload-list-item-container{width:var(--a34-upload-size, 88px)!important;height:var(--a34-upload-size, 88px)!important;margin:0!important}.a34-multi-image-upload .ant-upload-list-item{width:var(--a34-upload-size, 88px)!important;height:var(--a34-upload-size, 88px)!important;margin:0!important;padding:0!important;border-radius:8px;overflow:hidden}.a34-multi-image-upload .ant-upload-list-item-thumbnail,.a34-multi-image-upload .ant-upload-list-item-thumbnail img{width:100%!important;height:100%!important;object-fit:cover}.a34-multi-image-upload .ant-upload-select{width:var(--a34-upload-size, 88px)!important;height:var(--a34-upload-size, 88px)!important;margin:0!important}.a34-multi-image-upload .ant-upload-select-picture-card{width:var(--a34-upload-size, 88px)!important;height:var(--a34-upload-size, 88px)!important;margin:0!important;border-radius:8px;border-style:dashed;background:#fafbfc}.a34-multi-image-upload__trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;height:100%;padding:0;border:0;background:transparent;color:#64748b;font-size:12px;cursor:pointer}.a34-multi-image-upload__trigger:disabled{cursor:not-allowed;opacity:.55}.a34-multi-image-upload__trigger .anticon{font-size:18px;color:#0e4d8f}.a34-multi-image-upload__hint{margin-top:8px;font-size:12px;line-height:1.45;color:#94a3b8}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.login-forgot-modal__success{padding:8px 0 4px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(212,168,67,.12),transparent 45%),linear-gradient(160deg,var(--navy) 0%,var(--navy-mid) 48%,var(--sky-bg) 48%)}.login-page__panel{width:100%;max-width:420px;border-radius:16px;box-shadow:0 24px 48px #0e4d8f2e;border:1px solid var(--border-color)}.login-page__brand{text-align:center;margin-bottom:8px}.login-page__logo{height:56px;margin-bottom:12px}.login-page__hint{display:block;text-align:center;margin-top:16px;font-size:12px}.login-page__forgot{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:16px}.login-page__register{text-align:center;margin-top:20px}@media(max-width:768px){.app-sider.ant-layout-sider{width:0!important;min-width:0!important;max-width:0!important;overflow:hidden;pointer-events:none}}.app-sider.ant-layout-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.sider-menu-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.sider-menu .ant-menu-submenu>.ant-menu-submenu-title{font-weight:600!important;font-size:13px!important;letter-spacing:.3px;color:#ffffffe6!important;margin-top:4px}.sider-menu .ant-menu-submenu-arrow{color:#ffffff59!important;font-size:10px!important}.sider-menu .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:#fff9!important}.sider-menu .ant-menu-sub.ant-menu-inline{background:#00000026!important;border-radius:0 0 8px 8px;margin:0 8px 0 22px!important;padding:4px 0;border-left:2px solid rgba(212,168,67,.5)!important}.sider-menu .ant-menu-sub .ant-menu-item{font-size:12.5px!important;font-weight:400!important;padding-left:20px!important;color:#fff9!important;height:36px!important;line-height:36px!important;margin:0!important;border-radius:6px!important}.sider-menu .ant-menu-sub .ant-menu-item:hover,.sider-menu .ant-menu-sub .ant-menu-item-selected{color:#fff!important;background:#ffffff14!important}.sider-menu>.ant-menu-item{font-weight:500!important;font-size:13px!important;color:#ffffffbf!important}.sider-menu>.ant-menu-item:hover{color:#fff!important}.sider-menu .ant-menu-item-selected{color:var(--gold-light, #f0d890)!important;font-weight:700!important;background:#d4a8432e!important;box-shadow:inset 3px 0 0 var(--gold, #D4A843)!important}.sider-menu .ant-menu-title-content,.a34-appshell .ant-menu-title-content{overflow:hidden;min-width:0}.sider-menu__label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.sider-menu__brand{height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;padding:0 18px;border-bottom:1px solid rgba(212,168,67,.5);gap:12px}.app-sider.ant-layout-sider-collapsed .sider-menu__brand{justify-content:center;padding:0}.sider-menu__logo{width:36px;height:36px;border-radius:10px;object-fit:cover;flex-shrink:0}.sider-menu__title{color:#fff;font-weight:700;font-size:14px;line-height:20px;white-space:nowrap;letter-spacing:-.3px}.sider-menu__title--multiline{white-space:normal;font-size:13px;line-height:18px}.sider-menu__subtitle{color:#ffffff59;font-size:11px;white-space:nowrap;font-weight:400}.sider-menu__footer{flex-shrink:0;padding:12px 18px 16px;border-top:1px solid rgba(212,168,67,.5);background:#0000002e}.sider-menu__footer-name{color:#ffffffd9;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sider-menu__footer-role{color:#ffffff59;font-size:10px;white-space:nowrap}.sider-menu-mobile-drawer .ant-drawer-header{display:none}.sider-menu-mobile-drawer__brand{border-bottom:1px solid rgba(212,168,67,.5)}.app-user-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;height:56px;padding:0 16px;background:#fff;border-bottom:1px solid #c5d5f0;box-shadow:0 2px 10px #0e4d8f17;position:sticky;top:0;z-index:99}.app-user-header__start{display:flex;align-items:center;min-width:0;flex:1}.user-account-menu{flex-shrink:0;max-width:100%}@media(max-width:768px){.app-user-header{padding:0 8px;gap:8px}.user-account-menu__text{display:none}}.management-hub-page{min-height:100vh;display:flex;flex-direction:column}@media(max-width:768px){.management-hub{padding:12px}}.management-hub{flex:1;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 15% 10%,rgba(212,168,67,.14),transparent 42%),linear-gradient(165deg,var(--navy) 0%,var(--navy-mid) 38%,var(--sky-bg) 38%)}.management-hub__inner{width:100%;max-width:1120px;margin:0 auto}.management-hub__header{text-align:center;margin-bottom:36px}.management-hub__logo{height:56px;margin-bottom:16px}.management-hub__card{border-radius:16px;box-shadow:0 12px 32px #0e4d8f1a}.management-hub__card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.app-layout-breadcrumb__link{color:inherit;text-decoration:none}.app-layout-breadcrumb__link:hover{color:var(--a34-primary)}.a34-appshell__crumb a{color:inherit;text-decoration:none}.a34-appshell__crumb a:hover{color:var(--a34-primary)}.ui-list-page-layout__table-block{margin-top:4px}.ui-list-page-layout__table-extra{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-bottom:12px}.ui-list-page-layout__table-card{border-radius:var(--a34-radius-xl, 14px)!important;border:1px solid var(--a34-border)!important;background:var(--a34-surface)!important;box-shadow:var( --a34-shadow-sm, 0 2px 12px color-mix(in srgb, var(--a34-primary) 8%, transparent) )!important;overflow:visible!important}.ui-list-page-layout__table-card>.ant-card-head{display:none}.ui-list-page-layout__table-card>.ant-card-body{padding:0!important;overflow:visible!important}.ui-list-page-layout__table-card .ant-table-thead>tr>th{background:var(--a34-surface-2, #f4f7fc)!important;font-weight:600!important;border-bottom:1px solid var(--a34-border)!important}.ui-list-page-layout__table-card .ant-table-tbody>tr:hover>td{background:var(--a34-surface-2, #f4f7fc)!important}.ui-list-page-layout__table-card .ant-table-sticky-holder{z-index:10!important}.ui-list-page-layout__table-card .ant-table-tbody>tr>td.ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-tbody>tr>td.ant-table-cell-fix-right{z-index:2!important;background-color:var(--a34-surface, #fff)!important}.ui-list-page-layout__table-card .ant-table-thead>tr>th.ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-thead>tr>th.ant-table-cell-fix-right{z-index:3!important;background-color:var(--a34-surface-2, #f4f7fc)!important}.ui-list-page-layout__table-card .ant-table-sticky-holder .ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-sticky-holder .ant-table-cell-fix-right{z-index:4!important}.ui-list-page-layout__table-card .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background-color:var(--a34-surface-2, #f4f7fc)!important}.ui-list-page-layout__table-card .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right{background-color:color-mix(in srgb,var(--a34-primary) 10%,var(--a34-surface, #fff))!important}.ui-list-page-layout__table-card .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-left,.ui-list-page-layout__table-card .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-right{background-color:color-mix(in srgb,var(--a34-primary) 14%,var(--a34-surface-2, #f4f7fc))!important}.ui-list-page-layout__table-card .ant-table-cell-fix-left-first:after,.ui-list-page-layout__table-card .ant-table-cell-fix-left-last:after,.ui-list-page-layout__table-card .ant-table-cell-fix-right-first:after,.ui-list-page-layout__table-card .ant-table-cell-fix-right-last:after{display:none!important;box-shadow:none!important}.pp-gantt{width:100%}.pp-gantt--embedded .pp-gantt__header{margin-bottom:12px;padding-bottom:12px}.pp-gantt--embedded .pp-gantt__title{font-size:16px}.pp-gantt--embedded .pp-gantt__scroll-hint{display:none}.pp-gantt__header{border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.pp-gantt__header-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px}.pp-gantt__badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:4px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:600;border:1px solid #dbeafe}.pp-gantt__title{margin:0;font-size:20px;font-weight:700;color:#0f172a}.pp-gantt__subtitle{margin:8px 0 0;max-width:720px;font-size:13px;line-height:1.6;color:#64748b}.pp-gantt__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pp-gantt__kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}@media(max-width:992px){.pp-gantt__kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.pp-gantt__kpi-grid{grid-template-columns:1fr}}.pp-gantt__kpi{padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.pp-gantt__kpi-label{margin:0;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.pp-gantt__kpi-value{margin:8px 0 0;font-size:24px;font-weight:700}.pp-gantt__kpi-note{margin:4px 0 0;font-size:12px;color:#64748b}.pp-gantt__legend{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:16px;font-size:13px;color:#475569}.pp-gantt__legend-item{display:inline-flex;align-items:center;gap:8px}.pp-gantt__legend-dot{width:10px;height:10px;border-radius:999px}.pp-gantt__legend-dot--draft{background:#94a3b8}.pp-gantt__legend-dot--awaiting_khcm{background:#eab308}.pp-gantt__legend-dot--director_approved{background:#22c55e}.pp-gantt__legend-dot--in_progress{background:#3b82f6}.pp-gantt__legend-dot--completed{background:#16a34a}.pp-gantt__legend-dot--not_started{background:#94a3b8}.pp-gantt__legend-dot--on_track{background:#2563eb}.pp-gantt__legend-dot--behind{background:#ea580c}.pp-gantt__legend-dot--overdue{background:#dc2626}.pp-gantt__legend-dot--blocked{background:#7c3aed}.pp-gantt__legend-milestone{width:10px;height:10px;transform:rotate(45deg);border-radius:2px;background:#0f172a}.pp-gantt__legend-today{width:2px;height:16px;background:#0ea5e9}.pp-gantt__scroll{overflow:auto;isolation:isolate}.pp-gantt__scroll--fit{overflow-x:auto;overflow-y:hidden}.pp-gantt__grid{position:relative;width:100%;min-width:100%}.pp-gantt__scroll:not(.pp-gantt__scroll--fit) .pp-gantt__head{position:sticky;top:0;z-index:4}.pp-gantt__scroll--fit .pp-gantt__head{position:relative;z-index:auto}.pp-gantt__body{overflow:visible}.pp-gantt__scroll-hint{margin:10px 0 0;padding:8px 12px;border-radius:8px;background:#f8fafc;border:1px dashed #e2e8f0;font-size:12px;color:#64748b;text-align:center}.pp-gantt__axis,.pp-gantt__row{display:flex;width:100%}.pp-gantt__axis{border-bottom:1px solid #e2e8f0;background:#f8fafc}.pp-gantt__label-col{position:sticky;left:0;z-index:2;width:288px;flex-shrink:0;padding:12px 20px;border-right:1px solid #e2e8f0;background:#fff;box-shadow:4px 0 8px -4px #0f172a1f}.pp-gantt__head .pp-gantt__label-col{z-index:5;background:#f8fafc}.pp-gantt__timeline{position:relative;flex-shrink:0;z-index:0}.pp-gantt__timeline--fluid{display:flex;flex:1 1 auto;min-width:var(--pp-gantt-timeline-min, 320px);width:100%}.pp-gantt__week{flex:1 1 0;min-width:76px;padding:12px 8px;border-right:1px solid #e2e8f0;text-align:center}.pp-gantt__week:last-child{border-right:0}.pp-gantt__week-title{margin:0;font-size:12px;font-weight:600;color:#334155}.pp-gantt__week-range{margin:4px 0 0;font-size:11px;color:#94a3b8}.pp-gantt__milestone-row .pp-gantt__label-col{z-index:5;background:#f8fafc}.pp-gantt__milestone-track{position:relative;z-index:0;height:56px;background:#fff;overflow:hidden}.pp-gantt__milestone{position:absolute;top:50%;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.pp-gantt__milestone-mark{width:12px;height:12px;transform:rotate(45deg);border-radius:2px;background:#0f172a;box-shadow:0 0 0 2px #fff}.pp-gantt__milestone-label{padding:2px 8px;border-radius:999px;background:#0f172a;color:#fff;font-size:11px;font-weight:600;white-space:nowrap}.pp-gantt__task-row{background:#fff}.pp-gantt__task-row:hover .pp-gantt__label-col,.pp-gantt__task-row:hover .pp-gantt__bar-track{background:#f8fafc}.pp-gantt__task-name{margin:0;font-size:13px;font-weight:600;line-height:1.4;color:#0f172a}.pp-gantt__task-owner{margin:4px 0 0;font-size:12px;color:#64748b}.pp-gantt__task-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;font-size:12px;color:#64748b}.pp-gantt__status-tag{flex-shrink:0}.pp-gantt__bar-track{position:relative;border-bottom:1px solid #f1f5f9;background:#fff}.pp-gantt__bar-track--compact{height:56px}.pp-gantt__bar-track--full{height:80px}.pp-gantt__grid-line{position:absolute;inset:0 auto 0 0;border-right:1px solid #f1f5f9}.pp-gantt__today-line{position:absolute;top:0;bottom:0;z-index:1;width:2px;margin-left:-1px;background:#0ea5e9;box-shadow:0 0 0 1px #0ea5e940;pointer-events:none}.pp-gantt__today-line--span{z-index:4;width:3px;background:#0284c7;box-shadow:0 0 0 1px #0284c759}.pp-gantt__today-label{position:absolute;top:6px;left:6px;padding:1px 6px;border-radius:4px;background:#0284c7;color:#fff;font-size:10px;font-weight:700;letter-spacing:.02em;white-space:nowrap;box-shadow:0 1px 2px #0f172a33}.pp-gantt__bar{position:absolute;top:50%;z-index:1;height:28px;overflow:hidden;border-radius:999px;transform:translateY(-50%);box-shadow:0 1px 2px #0f172a14}.pp-gantt__bar-fill{height:100%;border-radius:999px}.pp-gantt__bar-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0 10px;overflow:hidden;color:#fff;font-size:11px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.pp-gantt__bar--done{background:#16a34a}.pp-gantt__bar--done .pp-gantt__bar-fill{background:#15803d}.pp-gantt__bar--doing{background:#2563eb}.pp-gantt__bar--doing .pp-gantt__bar-fill{background:#1d4ed8}.pp-gantt__bar--approved{background:#86efac}.pp-gantt__bar--approved .pp-gantt__bar-fill{background:#16a34a}.pp-gantt__bar--awaiting{background:#fde68a}.pp-gantt__bar--awaiting .pp-gantt__bar-fill{background:#ca8a04}.pp-gantt__bar--draft{background:#cbd5e1}.pp-gantt__bar--draft .pp-gantt__bar-fill{background:#64748b}.pp-gantt__bar--not-started{background:#94a3b8}.pp-gantt__bar--not-started .pp-gantt__bar-fill{background:#64748b}.pp-gantt__bar--on-track{background:#2563eb}.pp-gantt__bar--on-track .pp-gantt__bar-fill{background:#1d4ed8}.pp-gantt__bar--behind{background:#ea580c;box-shadow:0 0 0 1px #ea580c59}.pp-gantt__bar--behind .pp-gantt__bar-fill{background:#c2410c}.pp-gantt__bar--overdue{background:#dc2626;box-shadow:0 0 0 1px #dc262666}.pp-gantt__bar--overdue .pp-gantt__bar-fill{background:#b91c1c}.pp-gantt__bar--blocked{background:#7c3aed}.pp-gantt__bar--blocked .pp-gantt__bar-fill{background:#6d28d9}.pp-gantt__bar--completed{background:#16a34a}.pp-gantt__bar--completed .pp-gantt__bar-fill{background:#15803d}.pp-gantt__empty{padding:48px 16px;text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px}.record-attachments-modal__header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.record-attachments-modal__list{max-height:480px;overflow-y:auto}.record-attachments-modal__item{padding:12px 0!important}.record-attachments-modal__item-body{width:100%}.record-attachments-modal__item-main{flex:1;min-width:0}.record-attachments-modal__file-icon{font-size:22px;margin-top:2px}.record-attachments-modal__file-icon--image{color:#2563eb}.record-attachments-modal__file-icon--word{color:#1d4ed8}.record-attachments-modal__file-icon--excel{color:#059669}.record-attachments-modal__file-icon--pdf{color:#dc2626}.section-card .mission-list-table .ant-table-thead>tr>th,.section-card .mission-list-table .ant-table-tbody>tr>td{text-align:left!important}.section-card .mission-list-table .ant-table-thead>tr>th .ant-table-column-sorters{justify-content:flex-start}.section-card .mission-list-table .ant-table-thead>tr>th.ant-table-cell-align-right.ant-table-column-has-sorters .ant-table-column-sorters,.section-card .mission-list-table .ant-table-thead>tr>th.ant-table-cell-align-center.ant-table-column-has-sorters .ant-table-column-sorters{justify-content:flex-start}.section-card .mission-list-table .ui-table-actions-cell{justify-content:flex-start}.section-card .mission-list-table .ant-tag{text-align:left!important}.pp-wizard-form-footer{position:sticky;bottom:0;z-index:20;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.pp-wizard-form-footer__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.pp-mission-create__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.pp-mission-create__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.pp-mission-create__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.pp-mission-create__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.pp-mission-create__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.pp-mission-create__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.pp-mission-create__system-info{margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid var(--border-color, #c5d5f0)}.pp-mission-create__card{border-color:var(--border-color, #c5d5f0)}.pp-mission-create__steps .ant-card-body{display:flex;justify-content:center;padding:14px 24px}.pp-mission-create__steps .ant-steps{width:auto;max-width:100%}.pp-mission-create__steps .ant-steps-item{flex:0 0 auto!important;padding-inline-start:0!important}.pp-mission-create__steps .ant-steps-item:not(:last-child){padding-inline-end:12px}.pp-mission-create__steps .ant-steps-item-tail{width:56px!important;margin-inline:8px 0;padding-inline:0!important}.pp-mission-create__steps .ant-steps-item-tail:after{width:100%!important}.pp-mission-create__submit-summary{background:#f0f7ff;border-radius:10px;padding:12px 24px;display:inline-flex;gap:16px;flex-wrap:wrap;justify-content:center}.pp-mission-create__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap}.section-card .survey-list-table .ant-table-thead>tr>th,.section-card .survey-list-table .ant-table-tbody>tr>td{text-align:left!important}.section-card .survey-list-table .ant-table-thead>tr>th .ant-table-column-sorters{justify-content:flex-start}.section-card .survey-list-table .ant-table-thead>tr>th.ant-table-cell-align-right.ant-table-column-has-sorters .ant-table-column-sorters,.section-card .survey-list-table .ant-table-thead>tr>th.ant-table-cell-align-center.ant-table-column-has-sorters .ant-table-column-sorters{justify-content:flex-start}.section-card .survey-list-table .ui-table-actions-cell{justify-content:flex-start}.section-card .survey-list-table .ant-tag{text-align:left!important}.section-card .survey-list-table .ant-table-thead>tr>th.survey-list__col-mission-type.ant-table-column-has-sorters{min-width:136px;padding-inline-end:16px!important}.section-card .survey-list-table .ant-table-thead>tr>th.survey-list__col-mission-type .ant-table-column-sorters{flex-wrap:nowrap;gap:4px}.section-card .survey-list-table .ant-table-thead>tr>th.survey-list__col-mission-type .ant-table-column-title{flex:none}.section-card .survey-list-table .ant-table-thead>tr>th.survey-list__col-mission-type .ant-table-column-sorter{flex:none}.survey-list__status-filter-dropdown .ant-select-item-option-content{white-space:normal;line-height:1.4}.survey-list__tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;margin-bottom:16px;border-radius:12px;background:#fff;border:1px solid var(--border-color, #c5d5f0);box-shadow:0 2px 8px #0e4d8f0f}.survey-list__tab{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 14px;border:none;border-radius:9px;background:transparent;color:#52657a;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.survey-list__tab:hover:not(.survey-list__tab--active){background:var(--sky-card, #f0f8ff);color:var(--navy-mid, #1a67c0)}.survey-list__tab--active{background:var(--sky-bg, #ebf5ff);color:var(--navy, #0e4d8f);font-weight:600;box-shadow:inset 0 0 0 1px var(--border-color, #c5d5f0)}.survey-list__tab-icon{display:inline-flex;font-size:14px;opacity:.85}.survey-list__tab--active .survey-list__tab-icon{color:var(--navy-mid, #1a67c0);opacity:1}.survey-list__tab-text{white-space:nowrap}.survey-list__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#edf3fc;color:#52657a;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.survey-list__tab--active .survey-list__tab-count{background:#d6e6f4;color:var(--navy, #0e4d8f)}.pp-survey-create__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.pp-survey-create__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.pp-survey-create__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.pp-survey-create__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.pp-survey-create__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.pp-survey-create__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.pp-survey-create__card{border-color:var(--border-color, #c5d5f0)}.pp-survey-create__section-heading{margin-bottom:16px}.pp-survey-create__section-heading-title{color:#1b6dc2;font-size:14px;font-weight:600}.pp-survey-create__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:flex-end;align-items:center}.pp-survey-create__system-info{margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid var(--border-color, #c5d5f0)}.pp-survey-create .ant-input[readonly]{background:#f8fafc;color:#000000bf;cursor:default}.survey-participants__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.survey-participants__add-group-btn{background:#52c41a!important;border-color:#52c41a!important;flex-shrink:0}.survey-participants__group-card{margin-bottom:16px;padding:16px;border:1px solid var(--border-color, #c5d5f0);border-radius:10px;background:#fafafa}.survey-participants__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.survey-participants__members-table{margin-bottom:12px}.survey-participants__members-table .ant-table-thead>tr>th{background:#f5f5f5!important;font-weight:600}.survey-participants__add-member-btn{margin-top:4px}.pp-survey-create__editable-table-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.pp-survey-create__editable-table .ant-table-wrapper{border:1px solid var(--border-color, #c5d5f0);border-radius:10px;overflow:hidden}.cost-proposal-list__tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;margin-bottom:16px;border-radius:12px;background:#fff;border:1px solid var(--border-color, #c5d5f0);box-shadow:0 2px 8px #0e4d8f0f}.cost-proposal-list__tab{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 14px;border:none;border-radius:9px;background:transparent;color:#52657a;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.cost-proposal-list__tab:hover:not(.cost-proposal-list__tab--active){background:var(--sky-card, #f0f8ff);color:var(--navy-mid, #1a67c0)}.cost-proposal-list__tab--active{background:var(--sky-bg, #ebf5ff);color:var(--navy, #0e4d8f);font-weight:600;box-shadow:inset 0 0 0 1px var(--border-color, #c5d5f0)}.cost-proposal-list__tab-icon{display:inline-flex;font-size:14px;opacity:.85}.cost-proposal-list__tab--active .cost-proposal-list__tab-icon{color:var(--navy-mid, #1a67c0);opacity:1}.cost-proposal-list__tab-text{white-space:nowrap}.cost-proposal-list__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#edf3fc;color:#52657a;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;transition:background .18s ease,color .18s ease}.cost-proposal-list__tab--active .cost-proposal-list__tab-count{background:var(--navy-mid, #1a67c0);color:#fff}.section-card .cost-proposal-list-table .ant-table-thead>tr>th,.section-card .cost-proposal-list-table .ant-table-tbody>tr>td{text-align:left!important}.section-card .cost-proposal-list-table .ant-table-thead>tr>th .ant-table-column-sorters{justify-content:flex-start}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.ant-table-cell-align-right.ant-table-column-has-sorters .ant-table-column-sorters,.section-card .cost-proposal-list-table .ant-table-thead>tr>th.ant-table-cell-align-center.ant-table-column-has-sorters .ant-table-column-sorters{justify-content:flex-start}.section-card .cost-proposal-list-table .ui-table-actions-cell{justify-content:flex-start}.section-card .cost-proposal-list-table .ant-tag{text-align:left!important}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-code.ant-table-column-has-sorters{min-width:248px;padding-inline-end:12px!important}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-code .ant-table-column-sorters{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:6px}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-code .ant-table-column-title{flex:1 1 auto;min-width:0;white-space:normal;line-height:1.3}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-code .ant-table-column-sorter{flex:0 0 auto;margin-inline-start:4px}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-mission-type.ant-table-column-has-sorters{min-width:136px;padding-inline-end:16px!important}.section-card .cost-proposal-list-table .ant-table-thead>tr>th.cost-proposal-list__col-mission-type .ant-table-column-sorters{flex-wrap:nowrap;gap:4px}.pp-cost-proposal-create__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:16px 24px;position:relative;overflow:hidden}.pp-cost-proposal-create__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.pp-cost-proposal-create__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.pp-cost-proposal-create__export-btn{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.25)!important;color:#fff!important}.pp-cost-proposal-create__hero-title{color:#fff;font-weight:700;font-size:16px;line-height:1.3}.pp-cost-proposal-create__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.pp-cost-proposal-create__card{border-color:var(--border-color, #c5d5f0)}.pp-cost-proposal-create__system-info{margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid var(--border-color, #c5d5f0)}.pp-cost-proposal-create .ant-input[readonly]{background:#f8fafc;color:#000000bf;cursor:default}.pp-cost-proposal-create__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:12px 20px;margin-top:16px;border-radius:12px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:991px){.pp-cost-proposal-create__footer{margin-bottom:8px}}.pp-me-inline-row__actions{display:flex;justify-content:flex-end;margin-bottom:12px}.pp-me-cost-modal .ant-modal-body{max-height:min(70vh,720px);overflow-y:auto;padding-top:12px}.pp-me-stack{display:flex;flex-direction:column;gap:16px}.pp-me-stack-section{border:1px solid #e8eef7;border-radius:10px;background:#fff;overflow:hidden}.pp-me-stack-section__title{padding:10px 14px;font-size:13px;font-weight:600;color:#1b6dc2;background:#f5f9ff;border-bottom:1px solid #e8eef7}.pp-me-stack-section__body{padding:14px 16px 16px}.pp-me-tabs__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.pp-me-record-tabs .ant-tabs-nav{margin-bottom:0}.pp-me-section-tabs__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.pp-me-tab-panel{padding:8px 4px 16px;min-height:120px}.pp-me-tab-panel--summary{background:linear-gradient(180deg,#f8fbff,#fff);border-radius:8px;padding:16px}.pp-me-row-summary{margin-top:16px;padding-top:16px;border-top:1px solid #dbeafe;text-align:right}.pp-me-section-tabs .ant-tabs-nav-wrap{flex:1}.pp-me-section-tabs .ant-tabs-tab{font-size:12px;padding:8px 12px!important}@media(max-width:767px){.pp-me-section-tabs .ant-tabs-nav{margin-bottom:8px}}.pp-me-subsection-title{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:10px;padding-bottom:4px;border-bottom:1px dashed #dbeafe}.pp-me-field__label{display:block;font-size:12px;color:#64748b;margin-bottom:4px;line-height:1.35}.pp-me-field__value{display:block;font-size:14px;font-weight:500;color:#000000d9;padding:6px 0}.pp-me-field__value--computed{color:#1b6dc2;font-weight:600}.pp-me-pair-group{padding:12px;background:#fafbfd;border:1px solid #e8eef8;border-radius:8px;height:100%}.pp-me-pair-group__title{display:block;font-size:12px;font-weight:600;color:#334155;margin-bottom:8px}.section-card .production-plan-list-table .ant-table-thead>tr>th .ant-table-column-sorters{flex-wrap:nowrap;gap:6px;align-items:center}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-code,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-time,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-reason,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-updated{white-space:normal!important;padding-inline-end:12px!important;vertical-align:middle}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-code{min-width:200px}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-time{min-width:168px}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-reason{min-width:200px}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-updated{min-width:132px}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-code .ant-table-column-sorters,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-time .ant-table-column-sorters,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-reason .ant-table-column-sorters,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-updated .ant-table-column-sorters{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:8px;width:100%}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-code .ant-table-column-title,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-time .ant-table-column-title,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-reason .ant-table-column-title,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-updated .ant-table-column-title{flex:1 1 auto;min-width:0;white-space:normal!important;line-height:1.35;overflow:visible!important;text-overflow:clip!important;word-break:break-word}.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-code .ant-table-column-sorter,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-time .ant-table-column-sorter,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-reason .ant-table-column-sorter,.section-card .production-plan-list-table .ant-table-thead>tr>th.production-plan-list__col-updated .ant-table-column-sorter{flex:0 0 auto!important;align-self:flex-start;margin-inline-start:0!important;margin-top:2px}.production-plan-list__tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;margin-bottom:16px;border-radius:12px;background:#fff;border:1px solid var(--border-color, #c5d5f0);box-shadow:0 2px 8px #0e4d8f0f}.production-plan-list__tab{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 14px;border:none;border-radius:9px;background:transparent;color:#52657a;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.production-plan-list__tab:hover:not(.production-plan-list__tab--active){background:var(--sky-card, #f0f8ff);color:var(--navy-mid, #1a67c0)}.production-plan-list__tab--active{background:var(--sky-bg, #ebf5ff);color:var(--navy, #0e4d8f);font-weight:600;box-shadow:inset 0 0 0 1px var(--border-color, #c5d5f0)}.production-plan-list__tab-icon{display:inline-flex;font-size:14px;opacity:.85}.production-plan-list__tab--active .production-plan-list__tab-icon{color:var(--navy-mid, #1a67c0);opacity:1}.production-plan-list__tab-text{white-space:nowrap}.production-plan-list__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#edf3fc;color:#52657a;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.production-plan-list__tab--active .production-plan-list__tab-count{background:#d6e6f4;color:#0e4d8f}.pp-khcm-stages{display:flex;flex-direction:column;gap:16px}.pp-khcm-stages__stage-stats{margin-bottom:14px}.pp-khcm-stages__stage-stats .a34-statcard__num{font-size:14px;font-weight:600;line-height:1.35;letter-spacing:0;white-space:normal;word-break:break-word}.pp-khcm-stages__collapse.ant-collapse{background:transparent;border:none;display:flex;flex-direction:column;gap:10px}.pp-khcm-stages__collapse>.ant-collapse-item{border:1px solid #e2e8f0;border-radius:10px!important;overflow:hidden;background:#fff}.pp-khcm-stages__collapse>.ant-collapse-item>.ant-collapse-header{align-items:center!important;padding:14px 16px!important}.pp-khcm-stages__collapse>.ant-collapse-item-active{background:#f3f8fc;border-color:#c5d8ec}.pp-khcm-stages__collapse>.ant-collapse-item-active>.ant-collapse-header{background:#eaf3fb}.pp-khcm-stages__collapse .ant-collapse-content{border-top:1px solid #dbe7f3;background:#f3f8fc}.pp-khcm-stages__collapse .ant-collapse-content-box{padding:12px 16px 16px!important}.pp-khcm-stages__header{display:flex;align-items:center;gap:16px;width:100%;min-width:0;padding-right:8px}.pp-khcm-stages__order{flex:0 0 auto;font-size:15px;font-weight:700;color:#1b6dc2;letter-spacing:.02em}.pp-khcm-stages__title-block{flex:1 1 auto;min-width:0}.pp-khcm-stages__title{margin:0;font-size:14px;font-weight:650;color:#0f172a}.pp-khcm-stages__meta{margin:2px 0 0;font-size:12px;color:#64748b}.pp-khcm-stages__dates{flex:0 0 auto;font-size:12px;color:#475569;white-space:nowrap}.pp-khcm-stages__status{flex:0 0 auto;display:flex;align-items:center;gap:10px;min-width:140px;justify-content:flex-end}.pp-khcm-stages__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.pp-khcm-stages__toolbar-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.pp-khcm-stages__toolbar-title{margin:0;font-size:14px;font-weight:650;color:#0f172a}.pp-khcm-stages__toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pp-khcm-stages__khcm-panel{background:#fff8ef;border:1px solid #e8d4b0;border-radius:10px;padding:12px}.pp-khcm-stages__table-wrap{background:#fff8ef;border:1px solid #e8d4b0;border-radius:8px;overflow:hidden}.pp-khcm-stages__table-wrap .ant-table,.pp-khcm-stages__table-wrap .ant-table-container,.pp-khcm-stages__table-wrap .ant-table-content,.pp-khcm-stages__table-wrap table{background:#fff8ef!important}.pp-khcm-stages__table-wrap .ant-table-thead>tr>th{background:#f3e2c4!important;color:#5c4a28}.pp-khcm-stages__table-wrap .ant-table-thead>tr>th.ant-table-cell-fix-right,.pp-khcm-stages__table-wrap .ant-table-thead>tr>th.ant-table-cell-fix-left,.pp-khcm-stages__table-wrap .ant-table-thead>tr>th.ui-table-col-actions,.pp-khcm-stages__table-wrap .ant-table-header .ant-table-thead>tr>th.ant-table-cell-fix-right,.pp-khcm-stages__table-wrap .ant-table-header .ant-table-thead>tr>th.ui-table-col-actions{background:#f3e2c4!important;color:#5c4a28!important}.pp-khcm-stages__table-wrap .ant-table-tbody>tr>td{background:#fff8ef!important}.pp-khcm-stages__table-wrap .ant-table-tbody>tr>td.ant-table-cell-fix-right,.pp-khcm-stages__table-wrap .ant-table-tbody>tr>td.ant-table-cell-fix-left,.pp-khcm-stages__table-wrap .ant-table-tbody>tr>td.ui-table-col-actions{background:#fff8ef!important}.pp-khcm-stages__table-wrap .ant-table-tbody>tr:nth-child(2n)>td,.pp-khcm-stages__table-wrap .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-right,.pp-khcm-stages__table-wrap .ant-table-tbody>tr:nth-child(2n)>td.ui-table-col-actions{background:#ffefd6!important}.pp-khcm-stages__table-wrap .ant-table-tbody>tr:hover>td,.pp-khcm-stages__table-wrap .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.pp-khcm-stages__table-wrap .ant-table-tbody>tr:hover>td.ui-table-col-actions{background:#ffe6bc!important}.pp-khcm-stages__code{margin:0;font-size:12px;color:#64748b}.pp-khcm-stages__name{margin:2px 0 0;font-size:13px;font-weight:600;color:#0f172a}.pp-khcm-stages__content{margin:2px 0 0;font-size:12px;color:#64748b}.pp-plan-create__hero-bg{background:linear-gradient(135deg,#0f5099,#1b6dc2 60%,#2878cc);padding:24px 32px;position:relative;overflow:hidden}.pp-plan-create__hero-glow{position:absolute;top:-40px;right:-20px;width:200px;height:200px;background:radial-gradient(circle,rgba(212,168,67,.1) 0%,transparent 70%);pointer-events:none}.pp-plan-create__hero-icon{width:48px;height:48px;border-radius:12px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.pp-plan-create__hero-title{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1.3}.pp-plan-create__hero-stat-label{color:#ffffff80;font-size:11px}.pp-plan-create__hero-stat-value{font-size:24px;font-weight:700;color:#fff;line-height:1.1}.pp-plan-create__hero-stat-value--accent{color:#f0d890}.pp-plan-create__section-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.pp-plan-create__section-title{font-weight:600;font-size:15px;color:#1b6dc2}.pp-plan-create__count-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#1b6dc2,#2878cc);color:#fff;font-size:12px;font-weight:600}.pp-plan-create__back-link{color:#1b6dc2!important;padding:0!important;margin-bottom:16px;font-size:14px}.pp-plan-create__tabs.ant-tabs>.ant-tabs-nav{margin-bottom:16px}.pp-plan-create__tabs .ant-tabs-nav-wrap{overflow-x:auto;overflow-y:hidden}.pp-plan-create__tabs .ant-tabs-nav-list{flex-wrap:nowrap!important}.pp-plan-create__tabs .ant-tabs-tab{flex:0 0 auto!important;max-width:none!important}.pp-plan-create__tabs .ant-tabs-tab-btn{white-space:nowrap!important;word-break:keep-all!important;overflow:visible;text-overflow:clip}.pp-plan-create__tab-label{display:inline-flex;align-items:center;gap:6px;white-space:nowrap!important;flex-wrap:nowrap!important;width:max-content}.pp-plan-create__tab-label-icon{display:inline-flex;flex-shrink:0}.pp-plan-create__tab-label-text{white-space:nowrap!important}.pp-plan-create__budget-table .ant-table-thead>tr>th{white-space:nowrap!important;word-break:keep-all!important}.pp-plan-create__budget-table .ant-table-thead>tr>th .pp-plan-create__budget-th{display:inline-block;white-space:nowrap!important}.pp-plan-create__work-plan-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pp-plan-create__work-plan-title{color:#0e4d8f;flex:1;min-width:0}.pp-plan-create__budget-scroll-table .ant-table-thead>tr>th,.pp-plan-create__work-plan-table .ant-table-thead>tr>th{background:#fafafa!important}.pp-plan-create__budget-scroll-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.pp-plan-create__budget-scroll-table .ant-table-thead>tr>th.ant-table-cell-fix-right,.pp-plan-create__work-plan-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.pp-plan-create__work-plan-table .ant-table-thead>tr>th.ant-table-cell-fix-right{z-index:3!important;background:#fafafa!important}.section-card .inspection-handover-list-table .ant-table-expanded-row>td{background:#f0f5fa!important;padding-block:12px!important}.inspection-handover-list__nested{margin:4px 0 8px;padding:14px 16px;border-radius:6px;border-left:3px solid #0e4d8f;background:#e8f1f8}.inspection-handover-list__nested-title{display:block;font-size:13px;color:#0e4d8f;margin-bottom:0}.inspection-handover-list__nested-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.inspection-handover-list__nested-count{font-weight:500;opacity:.85}.inspection-handover-list__nested .ant-table-thead>tr>th{background:#d6e6f4!important;color:#0e4d8f;padding-block:12px!important;white-space:normal;line-height:1.35;vertical-align:middle}.inspection-handover-list__nested .ant-table-tbody>tr>td{background:#f5f9fc;padding-block:12px!important;vertical-align:middle}.inspection-handover-list__nested .ant-table-tbody>tr.ant-table-row:first-of-type>td{padding-top:14px!important}.pp-inspection-handover-lines-table .ant-table{overflow-x:hidden}.pp-inspection-handover-lines-table .ant-table-cell{padding:6px 8px!important;vertical-align:middle}.pp-inspection-handover-lines-table .ant-input,.pp-inspection-handover-lines-table .ant-picker,.pp-inspection-handover-lines-table .ant-select{width:100%}.section-card .annual-plan-target-list-table .ant-table-expanded-row>td{background:#f0f5fa!important;padding-block:12px!important}.annual-plan-target-list__nested{margin:4px 0 8px;padding:14px 16px;border-radius:6px;border-left:3px solid #0e4d8f;background:#e8f1f8}.annual-plan-target-list__nested-title{display:block;font-size:13px;color:#0e4d8f;margin-bottom:0}.annual-plan-target-list__nested-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.annual-plan-target-list__nested-count{font-weight:500;opacity:.85}.annual-plan-target-list__nested .ant-table-thead>tr>th{background:#d6e6f4!important;color:#0e4d8f;padding-block:12px!important;white-space:normal;line-height:1.35;vertical-align:middle}.annual-plan-target-list__nested .ant-table-tbody>tr>td{background:#f5f9fc;padding-block:12px!important;vertical-align:middle}.annual-plan-target-list__nested .ant-table-tbody>tr.ant-table-row:first-of-type>td{padding-top:14px!important}.pp-annual-plan-target-lines-table .ant-table-cell{padding:8px!important;vertical-align:middle}.pp-annual-plan-target-lines-table .ant-table-thead>tr>th{white-space:nowrap;background:#fafafa!important}.pp-annual-plan-target-lines-table .ant-input,.pp-annual-plan-target-lines-table .ant-picker,.pp-annual-plan-target-lines-table .ant-select{width:100%}.vktbkt-lookup__info-desc.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:fixed;width:100%}.vktbkt-lookup__info-desc.ant-descriptions-bordered .ant-descriptions-item-label{width:14%!important;min-width:0;white-space:normal}.vktbkt-lookup__info-desc.ant-descriptions-bordered .ant-descriptions-item-content{width:19.333%!important;min-width:0;word-break:break-word}.vktbkt-lookup__page-icon{font-size:20px;color:var(--navy-light, #1b6dc2)}.vktbkt-lookup__preview-image{width:100%;max-height:min(70vh,640px);object-fit:contain;background:var(--a34-surface-2, #f5f7fa);border-radius:8px}.vktbkt-lookup__table-card{border-radius:var(--a34-radius-xl, 14px)!important;border:1px solid var(--a34-border)!important;background:var(--a34-surface)!important;overflow:visible!important}.vktbkt-lookup__table-card>.ant-card-head{display:none}.vktbkt-lookup__table-card>.ant-card-body{padding:0!important;overflow:visible!important}.vktbkt-lookup__table-card .ant-table-thead>tr>th{background:var(--a34-surface-2)!important}.pp-resource-review__filter,.pp-resource-review__section{border-radius:14px;margin-bottom:16px}.pp-resource-review__summary-head-title{margin:0 0 12px}.pp-resource-review__bar-label{display:flex;justify-content:space-between;margin-bottom:4px}.pp-resource-review__rate--warn{color:var(--a34-warn)}.pp-resource-review__rate--ok{color:var(--a34-ok)}.pp-resource-review__alerts-icon{color:var(--a34-warn)}.pp-resource-review__alerts-scroll{max-height:280px;overflow-y:auto;padding-right:4px}.pp-resource-review__alert{display:flex;gap:10px;padding:10px 12px;border-radius:var(--a34-radius-md, 8px);background:color-mix(in srgb,var(--a34-warn) 12%,var(--a34-surface));border:1px solid color-mix(in srgb,var(--a34-warn) 35%,var(--a34-border))}.pp-resource-review__alert--critical{background:color-mix(in srgb,var(--a34-crit) 10%,var(--a34-surface));border-color:color-mix(in srgb,var(--a34-crit) 35%,var(--a34-border))}.pp-resource-review__alert-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0;background:var(--a34-warn)}.pp-resource-review__alert--critical .pp-resource-review__alert-dot{background:var(--a34-crit)}.pp-resource-review__table-block{margin-top:8px}.pp-resource-review__table-extra{display:flex;justify-content:flex-end;margin-bottom:12px}.pp-resource-review__table-card{border-radius:var(--a34-radius-xl, 14px)!important;border:1px solid var(--a34-border)!important;background:var(--a34-surface)!important}.pp-resource-review__table-card>.ant-card-head{display:none}.pp-resource-review__table-card>.ant-card-body{padding:0!important}.pp-resource-review__table-card .ant-table-thead>tr>th{color:var(--a34-text)!important;background:var(--a34-surface-2)!important}.pp-resource-review__plan-table .ant-table{border-radius:var(--a34-radius-xl, 14px)}.mgmt-specialized-plans__group{margin-bottom:20px}.mgmt-specialized-plans__group-title{background:#1b6dc2;color:#fff;font-weight:600;padding:8px 12px;border-radius:6px 6px 0 0;margin-bottom:0}.mgmt-specialized-plans__group .ant-table{border:1px solid #e8eef5;border-top:none;border-radius:0 0 6px 6px}.pp-report-charts{width:100%;margin-bottom:4px}.pp-report-charts__card{border-radius:12px;background:#fff;border:1px solid rgba(14,77,143,.06);box-shadow:0 8px 24px #0e4d8f0f;height:100%}.pp-report-charts__card .ant-card-body{padding:18px 20px 16px}.pp-report-charts__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.pp-report-charts__head-main{display:flex;align-items:flex-start;gap:10px;min-width:0}.pp-report-charts__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.pp-report-charts__icon--pie{background:linear-gradient(135deg,#1b6dc2,#60a5fa);color:#fff}.pp-report-charts__icon--col{background:linear-gradient(135deg,#d4a843,#f0d890);color:#0a1628}.pp-report-charts__icon--line{background:linear-gradient(135deg,#0e4d8f,#1b6dc2);color:#fff}.pp-report-charts__icon--stacked{background:linear-gradient(135deg,#6366f1,#a5b4fc);color:#fff}.pp-report-charts__icon--attach{background:linear-gradient(135deg,#059669,#34d399);color:#fff}.pp-report-charts__icon--hist{background:linear-gradient(135deg,#0891b2,#67e8f9);color:#0a1628}.pp-report-charts__icon--issues{background:linear-gradient(135deg,#ea580c,#fdba74);color:#0a1628}.pp-report-charts__icon--funnel{background:linear-gradient(135deg,#7c3aed,#c4b5fd);color:#fff}.pp-report-charts__icon--pending{background:linear-gradient(135deg,#dc2626,#fca5a5);color:#fff}.pp-report-charts__icon--days{background:linear-gradient(135deg,#0f766e,#5eead4);color:#0a1628}.pp-report-charts__titles{min-width:0}.pp-report-charts__title{display:block;font-size:14px;font-weight:600;color:#0e4d8f;line-height:1.35}.pp-report-charts__hint{display:block;font-size:12px;color:#919eab;margin-top:2px;line-height:1.4}.pp-report-charts__head-legend{flex-shrink:0;max-width:100%}.pp-report-charts__legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 14px}.pp-report-charts__legend--top{justify-content:flex-end}.pp-report-charts__legend li{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569;font-weight:500;white-space:nowrap}.pp-report-charts__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.pp-report-charts__donut{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px}.section-card .weekly-report-table .ant-table-thead>tr>th,.section-card .weekly-report-table .ant-table-tbody>tr>td{text-align:left!important}.section-card .weekly-report-table .ant-table-thead>tr>th .ant-table-column-sorters{justify-content:flex-start}.section-card .weekly-report-table .ant-table-thead>tr>th.ant-table-cell-align-right.ant-table-column-has-sorters .ant-table-column-sorters,.section-card .weekly-report-table .ant-table-thead>tr>th.ant-table-cell-align-center.ant-table-column-has-sorters .ant-table-column-sorters{justify-content:flex-start}.section-card .weekly-report-table .ant-tag{text-align:left!important}.section-card .weekly-report-table .ant-table-thead>tr>th.weekly-report__col-specialist-code.ant-table-column-has-sorters{min-width:248px;padding-inline-end:12px!important}.section-card .weekly-report-table .ant-table-thead>tr>th.weekly-report__col-specialist-code .ant-table-column-sorters{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:6px}.section-card .weekly-report-table .ant-table-thead>tr>th.weekly-report__col-specialist-code .ant-table-column-title{flex:1 1 auto;min-width:0;white-space:normal;line-height:1.3}.section-card .weekly-report-table .ant-table-thead>tr>th.weekly-report__col-specialist-code .ant-table-column-sorter{flex:0 0 auto;margin-inline-start:4px}.rp-alerts-charts{margin-bottom:20px}.rp-alerts-chart{border-radius:16px;box-shadow:0 4px 22px #0e4d8f14;height:100%;position:relative;overflow:hidden}.rp-alerts-chart:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.rp-alerts-chart--red:before{background:linear-gradient(90deg,#dc2626,#f87171)}.rp-alerts-chart--amber:before{background:linear-gradient(90deg,#d97706,#fbbf24)}.rp-alerts-chart--navy:before{background:linear-gradient(90deg,#0e4d8f,#3b82f6)}.rp-alerts-chart--slate:before{background:linear-gradient(90deg,#475569,#94a3b8)}.rp-alerts-chart--empty{padding:32px;margin-bottom:20px}.rp-alerts-chart .ant-card-body{padding:16px 18px 14px}.rp-alerts-chart__head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rp-alerts-chart__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.rp-alerts-chart__icon--red{background:linear-gradient(135deg,#dc2626,#f87171)}.rp-alerts-chart__icon--amber{background:linear-gradient(135deg,#d97706,#fbbf24)}.rp-alerts-chart__icon--navy{background:linear-gradient(135deg,#0e4d8f,#3b82f6)}.rp-alerts-chart__icon--slate{background:linear-gradient(135deg,#475569,#64748b)}.rp-alerts-chart__title{color:#0e4d8f;font-size:14px}.rp-alerts-chart__body{height:248px}.rp-alerts-chart__body--tall{height:280px}.rp-alerts-chart__body .ant-empty{margin-top:48px}.rp-alerts-page__stats{margin-bottom:8px}.rp-alerts-stat{border-radius:14px;cursor:default}.rp-alerts-stat .ant-card-body{padding:18px 18px 16px}.rp-alerts-stat__inner{display:flex;justify-content:space-between;align-items:flex-start}.rp-alerts-stat__label{color:#ffffffe0;font-size:12px;margin-bottom:6px}.rp-alerts-stat__value{color:#fff;font-size:28px;font-weight:700;line-height:1.1}.rp-alerts-stat__icon{width:38px;height:38px;border-radius:10px;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.rp-alerts-page__table-card{border-radius:14px;box-shadow:0 4px 20px #0e4d8f0f}.rp-alerts-page__table-card .ant-card-body{padding:0 0 8px}.rp-report-charts{margin:16px 0 4px}.rp-report-chart{border-radius:14px;box-shadow:0 4px 20px #0e4d8f0f;height:100%}.rp-report-chart--empty{margin:16px 0}.rp-report-chart__head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.rp-report-chart__icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;flex-shrink:0}.rp-report-chart__icon--navy{background:linear-gradient(135deg,#0e4d8f,#1a67c0)}.rp-report-chart__icon--blue{background:linear-gradient(135deg,#2563eb,#60a5fa)}.rp-report-chart__body{height:260px}.rp-report-chart__body--tall{height:280px}.rp-reports__kpi{margin-bottom:4px}.rp-reports__kpi-tile{border-radius:14px;color:#fff;min-height:96px;box-shadow:0 8px 24px #0f172a1f}.rp-reports__kpi-tile .ant-card-body{padding:16px 18px}.rp-reports__kpi-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.rp-reports__kpi-label{font-size:12px;opacity:.9;margin-bottom:6px}.rp-reports__kpi-value{font-size:28px;font-weight:700;line-height:1.1}.rp-reports__kpi-icon{font-size:22px;opacity:.9}.rp-reports__filters{margin-bottom:4px}.rp-reports__catalog{border-radius:14px;box-shadow:0 4px 20px #0e4d8f0f;height:100%}.rp-reports__catalog .ant-card-head-title{font-weight:600;color:#0e4d8f}.rp-reports__catalog-list{display:flex;flex-direction:column;gap:8px}.rp-reports__catalog-item{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.rp-reports__catalog-item:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0e4d8f14}.rp-reports__catalog-item--active{border-color:#0e4d8f;background:linear-gradient(180deg,#f0f7ff,#fff);box-shadow:0 4px 16px #0e4d8f1f}.rp-reports__catalog-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.rp-reports__catalog-text{display:flex;flex-direction:column;gap:4px;min-width:0}.rp-reports__catalog-title{font-weight:600;font-size:13px;color:#0f172a}.rp-reports__catalog-desc{font-size:11px;color:#64748b;line-height:1.35}.rp-reports__preview{border-radius:14px;box-shadow:0 8px 32px #0e4d8f14}.rp-reports__preview-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.rp-reports__preview-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.rp-reports__summary{margin-bottom:16px}.rp-reports__stat{border-radius:10px;background:#f8fafc;border:1px solid #f1f5f9}.rp-reports__stat .ant-statistic-title{font-size:11px;color:#64748b}.rp-reports__table-wrap{margin-top:8px}.rp-eval-bom-picker__table{border:1px solid var(--border-color, #e8eef5);border-radius:8px}.rp-eval-receive-tree-table .ant-table-container{border-radius:8px}.rp-eval-receive-tree-table .ant-table-header{flex-shrink:0}.rp-eval-receive-tree-table .ant-table-body{overflow-y:auto!important}.rp-eval-bom-picker__table .ant-table-thead>tr>th{background:#f5f7fa;font-weight:600}.rp-eval-bom-picker__table .ant-table-cell:first-child,.rp-eval-bom-picker__table .ant-table-row-expand-icon-cell{vertical-align:middle}.rp-eval-bom-tree__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.rp-eval-bom-tree__stt{font-weight:600;color:#0e4d8f;white-space:nowrap}.rp-eval-bom-tree__name-cell{font-weight:500}.rp-eval-bom-tree__name-cell--root{font-weight:700;text-transform:uppercase;font-size:12px}.rp-eval-form__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden;min-height:88px}.rp-eval-form__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.rp-eval-form__hero-watermark{position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:72px;color:#ffffff0f;pointer-events:none;display:flex}.rp-eval-form__hero-main{min-width:0}.rp-eval-form__hero-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.rp-eval-form__hero-title{color:#fff;font-weight:700;font-size:20px;line-height:1.35}.rp-eval-form__hero-subtitle{color:#ffffffc7;font-size:13px;line-height:1.45}.rp-eval-form__hero-status{margin:0!important;border-radius:6px;font-weight:600}.rp-eval-form__hero-meta{margin-top:8px;color:#ffffffbf;font-size:13px;line-height:1.5;display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px}.rp-eval-form__hero-meta-sep{color:#ffffff73;padding:0 4px}.rp-eval-form__hero-actions{justify-content:flex-end}.rp-eval-form__hero-btn-ghost{background:#ffffff1f!important;border-color:#ffffff59!important;color:#fff!important}.rp-eval-form__hero-btn-ghost:hover{background:#fff3!important;color:#fff!important}.rp-eval-form__hero-btn-primary{background:#fffffff2!important;border-color:#fff!important;color:var(--a34-primary, #1d5fd6)!important;font-weight:600}.rp-eval-form__hero-btn-primary:hover{background:#fff!important;color:var(--a34-primary, #1d5fd6)!important}.rp-eval-form__scroll-sentinel{height:1px;width:100%;pointer-events:none;visibility:hidden}.rp-eval-form__footer-floating{display:none}.rp-eval-form__footer-floating--visible{display:block;position:sticky;bottom:0;z-index:20;margin-top:16px}.rp-eval-form__footer-floating-inner{max-width:100%;margin:0 auto;padding:16px 20px;background:var(--a34-surface);border:1px solid var(--a34-border);border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:nowrap}.rp-eval-form__toolbar-bar{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.rp-eval-form__toolbar-bar--actions-end{justify-content:flex-end}.rp-eval-form__toolbar-bar-left,.rp-eval-form__toolbar-bar-right{flex-shrink:0}.rp-eval-form,.rp-ro-create,.rp-ro-detail,.rp-eval-detail{box-sizing:border-box}.rp-ro-create .rp-eval-form__layout,.rp-ro-detail .rp-eval-form__layout{align-items:flex-start}.rp-ro-create form.ant-form,.rp-ro-detail .rp-eval-detail__sections{display:flex;flex-direction:column;gap:12px}.rp-ro-create .rp-eval-form__section-card,.rp-ro-detail .rp-eval-form__section-card{margin-bottom:0!important;border-radius:12px}.rp-ro-create .ant-form-item,.rp-ro-detail .ant-form-item{margin-bottom:14px}.rp-eval-form__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.rp-eval-form__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.rp-eval-form__card{border-color:var(--border-color, #c5d5f0)}.rp-eval-form__steps--no-index .ant-steps-item-icon{display:none}.rp-eval-form__steps--no-index .ant-steps-item-content{margin-top:0;width:auto!important;min-height:auto}.rp-eval-form__steps--no-index .ant-steps-item-title{padding-inline-end:12px;line-height:1.4}.rp-eval-form__steps--no-index .ant-steps-item-tail{top:.65em;margin-inline-start:0;padding:0 10px}.rp-eval-form__layout{align-items:stretch}.rp-eval-form__col-stack{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%}.rp-eval-form__col-main,.rp-eval-form__col-side{display:flex;flex-direction:column;gap:12px}.rp-eval-form__col-stack .ant-form-item{margin-bottom:14px}.rp-eval-attachments__cols .ant-table-wrapper{width:100%}.rp-eval-form__section-card{border-radius:12px;margin-bottom:0!important}.rp-eval-form__section-icon{width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#0e4d8f,#1a67c0);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rp-eval-form__section-heading{margin-bottom:12px}.rp-eval-form__section-heading-title{color:#1b6dc2;font-size:13px;font-weight:600;line-height:1.35}.rp-eval-form__col-main .ant-form-item{margin-bottom:14px}.rp-eval-form__cell-field{margin-bottom:0}.rp-eval-form__cell-field.ant-form-item-has-error{margin-bottom:22px}.rp-eval-form__cell-field .ant-form-item-explain-error{font-size:12px;line-height:1.35}@media(max-width:767px){.rp-eval-form__hero-bg{padding:16px}.rp-eval-form__hero-title{font-size:17px}.rp-eval-form__hero-watermark{display:none}}.rp-eval-detail__hero-card{margin-bottom:12px;border-radius:14px;border:none;overflow:hidden}.rp-eval-detail__body{margin-top:0}.rp-eval-detail__card{border-color:var(--border-color, #c5d5f0)}.rp-eval-detail__sidebar-col{align-self:stretch}.rp-eval-detail__sidebar{position:sticky;top:72px;z-index:1;max-height:calc(100vh - 88px);overflow-y:auto;padding-bottom:4px}.rp-eval-detail__sections .rp-eval-detail__section:last-child{margin-bottom:0}.rp-eval-detail-participants{display:flex;flex-direction:column;gap:20px}.rp-eval-detail-participants__side-title{display:block;color:#0e4d8f;font-size:13px;margin-bottom:8px}.rp-eval-detail-participants__header{padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid var(--border-color, #e8eef5);font-size:12px}.rp-eval-detail-participants__row{padding:8px 0;border-bottom:1px dashed var(--border-color, #e8eef5);font-size:13px}.rp-eval-detail-participants__row:last-child{border-bottom:none}.rp-eval-participants{display:flex;flex-direction:column;gap:20px}.rp-eval-participants__block-title{display:block;color:#0e4d8f;font-size:13px;margin-bottom:10px}.rp-eval-participants__header{padding:0 4px 8px;border-bottom:1px solid var(--border-color, #e8eef5);margin-bottom:4px}.rp-eval-participants__col-label{font-size:12px;font-weight:500}.rp-eval-participants__row{padding:8px 4px;border-bottom:1px dashed var(--border-color, #f0f3f8)}.rp-eval-participants__add-btn{margin-top:8px;border-radius:8px}.rp-eval-participants__action-col{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:4px}@media(max-width:576px){.rp-eval-participants__header{display:none}}.rp-ro-create__reject,.rp-ro-detail__reject{margin-bottom:16px;padding:12px 16px;background:#fff7e6;border:1px solid #ffd591;border-radius:10px;font-size:13px;color:#ad6800}.rp-method-table-card{margin-top:16px}.rp-method-table-card,.rp-method-detail-card .ui-data-table-card{max-width:100%}.rp-repair-plan-tree__table .ant-table,.rp-repair-plan-tree__table .ant-table-container,.rp-repair-plan-tree__table .ant-table-content{background:var(--a34-surface)!important}.rp-repair-plan-tree__table .ant-table-thead>tr>th{background:var(--a34-surface-2)!important;color:var(--a34-text)}.rp-repair-plan-tree__table .ant-table-tbody>tr>td{background:var(--a34-surface)!important}.rp-repair-plan-tree__table .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--a34-surface-2)!important}.rp-repair-plan-tree__table .ant-table-expanded-row>td{background:var(--a34-surface-2)!important;padding:0!important}.rp-repair-plan-tree__works{padding:12px 16px 14px 72px;background:var(--a34-surface-2);border-top:1px solid var(--a34-border)}.rp-repair-plan-tree__works-table{max-width:100%;background:var(--a34-surface)}.rp-repair-plan-tree__works-table .ant-table,.rp-repair-plan-tree__works-table .ant-table-container,.rp-repair-plan-tree__works-table .ant-table-content{background:var(--a34-surface)!important}.rp-repair-plan-tree__works-table .ant-table-thead>tr>th{background:var(--a34-surface-2)!important;color:var(--a34-text)}.rp-repair-plan-tree__works-table .ant-table-tbody>tr>td{background:var(--a34-surface)!important}.rp-repair-plan-tree__works-table .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--a34-surface-2)!important}.rp-repair-plan-tree__table .ant-table-tbody .ant-table-wrapper.rp-repair-plan-tree__works-table .ant-table,.rp-repair-plan-tree__works-table.ant-table-wrapper .ant-table,.rp-repair-plan-tree__works-table .ant-table{margin:0!important;margin-inline:0!important}.rp-repair-plan-tree__works-table .ant-table-container,.rp-repair-plan-tree__works-table .ant-table-content{overflow:visible!important}.rp-repair-plan-tree__works-table .ant-table table{table-layout:fixed!important;width:100%!important}.rp-repair-plan-tree__works-table .ant-table-thead>tr>th,.rp-repair-plan-tree__works-table .ant-table-tbody>tr>td{overflow:hidden}.rp-repair-plan-tree__works-table--fluid{width:100%}.rp-repair-plan-tree__works-table--narrow{width:740px;max-width:100%}.rp-repair-plan-tree__material-drawer .ant-drawer-body{background:var(--a34-surface-2)}.rp-repair-plan-tree__drawer-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.rp-repair-plan-tree__drawer-title-name{font-weight:700;color:var(--a34-text);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,320px)}.rp-repair-plan-tree__drawer-work{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;padding:10px 12px;background:var(--a34-surface);border:1px solid var(--a34-border);border-radius:var(--a34-radius-lg, 10px)}.rp-repair-plan-tree__drawer-work-lab{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--a34-dim)}.rp-repair-plan-tree__drawer-work-val{font-size:13.5px;font-weight:600;color:var(--a34-text);line-height:1.4}.rp-repair-plan-tree__drawer-count{font-size:12.5px;color:var(--a34-dim)}.rp-repair-plan-tree__material-card.ant-card{border-radius:var(--a34-radius-lg, 10px);border-color:var(--a34-border);background:var(--a34-surface);box-shadow:var(--a34-shadow-sm, none);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.rp-repair-plan-tree__material-card.ant-card:hover{border-color:color-mix(in srgb,var(--a34-primary) 34%,var(--a34-border));box-shadow:var( --a34-shadow-md, 0 4px 14px -8px color-mix(in srgb, var(--a34-primary) 35%, transparent) )}.rp-repair-plan-tree__material-card .ant-card-head{min-height:44px;padding:0 14px;background:color-mix(in srgb,var(--a34-primary) 6%,var(--a34-surface));border-bottom:1px solid color-mix(in srgb,var(--a34-primary) 12%,var(--a34-border))}.rp-repair-plan-tree__material-card .ant-card-body{padding:12px 14px 14px}.rp-repair-plan-tree__material-card-title{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.rp-repair-plan-tree__material-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--a34-text)}.rp-repair-plan-tree__material-index{display:inline-flex;align-items:center;justify-content:center;flex:none;width:24px;height:24px;font-size:12px;font-weight:700;color:var(--a34-primary);background:color-mix(in srgb,var(--a34-primary) 14%,transparent);border-radius:var(--a34-radius-md, 6px)}.rp-repair-plan-tree__material-meta{display:grid;grid-template-columns:1.1fr .7fr 1.2fr;gap:0;border:1px solid var(--a34-border);border-radius:var(--a34-radius-md, 8px);overflow:hidden;background:var(--a34-surface-2)}.rp-repair-plan-tree__material-field{display:flex;flex-direction:column;gap:4px;padding:10px 12px;min-width:0}.rp-repair-plan-tree__material-field+.rp-repair-plan-tree__material-field{border-left:1px solid var(--a34-border)}.rp-repair-plan-tree__material-field-lab{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--a34-dim)}.rp-repair-plan-tree__material-field-val{font-size:13.5px;font-weight:600;color:var(--a34-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-reduced-motion:reduce){.rp-repair-plan-tree__material-card.ant-card{transition:none}}.rp-material-plan-tree__table .ant-table,.rp-material-plan-tree__table .ant-table-container,.rp-material-plan-tree__table .ant-table-content{background:var(--a34-surface)!important}.rp-material-plan-tree__table .ant-table-row-level-0>td{background:var(--a34-surface-2)!important}.rp-material-plan-tree__table .ant-table-tbody>tr:not(.ant-table-row-level-0)>td{background:var(--a34-surface)!important}.rp-material-plan-tree__table .ant-table-tbody>tr.ant-table-row:hover>td{background:color-mix(in srgb,var(--a34-primary) 8%,var(--a34-surface))!important}.rp-material-plan-tree__table .ant-table-thead>tr>th{background:var(--a34-surface-2)!important;color:var(--a34-text);font-weight:600}.rp-material-plan-tree__table td[rowspan],.rp-material-plan-tree .rp-repair-plan-tree__works-table td.rp-material-plan-tree__work-cell[rowspan]{vertical-align:middle}.rp-material-plan-tree .rp-repair-plan-tree__works-table td.rp-material-plan-tree__work-cell--merged{background:var(--a34-surface-2)!important}.wj-new-ms-row--test-failed>td{color:#cf1322!important;background:#ff4d4f14!important}.wj-new-ms-row--test-failed .ant-progress-text{color:#cf1322!important}#button-primary{background:#fffffff2!important;border-color:#fff!important;color:#0e4d8f!important;height:32px;font-weight:400}.asm-bom-tree-table .asm-bom-tree-name-cell{display:inline-flex;flex-direction:column;align-items:stretch;gap:2px;line-height:1.35;vertical-align:top;max-width:calc(100% - 4px);text-align:left}.asm-bom-tree-table .asm-bom-tree-name-cell .ant-typography{margin:0;padding:0}.asm-bom-tree-table .asm-bom-tree-name-cell .asm-bom-tree-name-cell__serial{display:block;margin:0;padding:0;text-indent:0}.rp-exec-inspection{width:100%}.rp-exec-inspection__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;padding:12px 16px;margin-bottom:16px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px}.rp-exec-inspection__toolbar-groups{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.rp-exec-inspection__toolbar-meta{font-size:13px;color:#64748b;white-space:nowrap}.rp-exec-inspection__list{display:flex;flex-direction:column;gap:20px}.rp-exec-inspection__collapse.ant-collapse{display:flex;flex-direction:column;gap:12px;background:transparent;border:none}.rp-exec-inspection__collapse.ant-collapse>.ant-collapse-item{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a0a}.rp-exec-inspection__collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header{align-items:center!important;padding:12px 16px!important;background:linear-gradient(180deg,#f8fafc,#fff)}.rp-exec-inspection__collapse.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:8px 16px 16px}.rp-exec-inspection__collapse-label{display:inline-flex;align-items:center;gap:12px;min-width:0;font-weight:600;color:#0f172a}.rp-exec-inspection__collapse-stt{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;font-size:13px;font-weight:600;color:#0e4d8f;background:#e8f1fa;border-radius:8px}.rp-exec-inspection__collapse-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#1e293b}.rp-exec-inspection__collapse-body .rp-exec-inspection__form{padding-top:4px}.rp-exec-inspection__card.ant-card{border-radius:12px;border-color:#e2e8f0;box-shadow:0 1px 2px #0f172a0a}.rp-exec-inspection__card .ant-card-body{padding:16px 20px 20px}.rp-exec-inspection__form.ant-form-vertical .rp-exec-inspection__field{margin-bottom:16px}.rp-exec-inspection__form.ant-form-vertical .rp-exec-inspection__field .ant-form-item-label{padding:0 0 6px;text-align:start}.rp-exec-inspection__form.ant-form-vertical .rp-exec-inspection__field .ant-form-item-label>label{height:auto;font-size:13px;color:#475569}.rp-exec-inspection__card-head-row{margin-bottom:8px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.rp-exec-inspection__card-index-wrap{display:flex;align-items:center;justify-content:center;min-height:32px;padding-bottom:8px}.rp-exec-inspection__card-index{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:13px;font-weight:600;color:#0e4d8f;background:#e8f1fa;border-radius:8px}.rp-exec-inspection__card-remove-col{text-align:right}.rp-exec-inspection__remove-btn{margin-bottom:8px;max-width:100%;padding-inline:4px;white-space:normal;height:auto;line-height:1.3}.rp-exec-inspection__field-hint{display:block;margin-top:4px;font-size:12px;line-height:1.45;color:#94a3b8}.rp-exec-inspection__section-label{display:block;margin:8px 0 12px;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#64748b}.rp-exec-inspection__empty.ant-empty{padding:32px 16px;margin-bottom:16px;background:#fafbfc;border:1px dashed #e2e8f0;border-radius:12px}.rp-exec-inspection__add-cluster{margin-top:4px}.rp-exec-inspection__toolbar--meta-only{justify-content:flex-end}.rp-exec-inspection__view{display:flex;flex-direction:column;gap:16px;padding-top:4px}.rp-exec-inspection__view-desc.ant-descriptions{background:#fff}.rp-exec-inspection__view-desc .ant-descriptions-item-label{background:#f8fafc;color:#475569;font-weight:500}.rp-exec-inspection__view-photos{padding:14px 16px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:10px}.rp-exec-inspection__view-photos-title{display:block;margin-bottom:12px;font-size:13px;font-weight:600;color:#0f172a}.rp-exec-material-row{margin-bottom:16px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.rp-exec-material-row__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rp-exec-labor-block.ant-card{border-radius:10px;border-color:#e2e8f0;height:100%}.rp-exec-labor-block .ant-card-head{min-height:40px;padding:0 16px}.rp-exec-labor-block .ant-card-body{padding:16px}.rp-exec-labor-stage-row--active>td{background:#e8f1fa!important}.rp-exec-labor-record__list{display:flex;flex-direction:column;gap:14px;max-height:calc(100vh - 200px);overflow-y:auto;padding-right:2px}.rp-exec-labor-record__card .ant-card-body{padding:14px 16px 16px}.rp-exec-labor-record__desc{margin-bottom:14px}.rp-exec-labor-record__desc .ant-descriptions-item-label{width:42%;color:#475569;font-size:13px}.rp-exec-labor-record__desc .ant-descriptions-item-content{font-size:13px}.rp-exec-labor-record__field-tight.ant-form-item{margin-bottom:12px}.rp-exec-labor-record__card .rp-exec-inspection__form{padding-top:2px}.rp-acceptance-form.rp-eval-form{box-sizing:border-box}.rp-acceptance-form__field{margin-bottom:0}.rp-acceptance-form__field-label{font-size:13px;color:#000000a6;margin-bottom:6px}.rp-acceptance-form__field-required:after{content:" *";color:#ff4d4f}.rp-acceptance-detail.rp-eval-form{box-sizing:border-box}.rp-acceptance-detail__result{padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.rp-acceptance-detail__result:last-child{border-bottom:none}.rp-acceptance-detail__result-label{font-size:12px;color:#00000080;margin-bottom:4px}.rp-acceptance-detail__result-value{font-size:14px;color:#000000d9;white-space:pre-wrap}.rp-handover-form.rp-eval-form{box-sizing:border-box}.rp-handover-form__field{margin-bottom:0}.rp-handover-form__field-label{font-size:13px;color:#000000a6;margin-bottom:6px}.rp-handover-form__field-required:after{content:" *";color:#ff4d4f}.rp-handover-form__subheading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.rp-handover-form__subheading{padding-left:8px;border-left:3px solid #0e4d8f;font-size:13px;text-transform:uppercase;letter-spacing:.02em}.qt-cn-version-compare__meta{margin-bottom:16px}.qt-cn-version-compare__changes-title{margin:0 0 12px;color:var(--a34-primary);font-size:13px;font-weight:600}.qt-cn-version-compare__changes .ant-descriptions-item-label{width:200px;max-width:42%}.qt-cn-version-compare__field-label{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.qt-cn-version-compare__field-label .ant-btn{padding-inline:0;height:auto}.qt-cn-version-compare__arrow{color:var(--a34-text-3, var(--a34-dim))}.qt-cn-version-compare__detail-before{color:var(--a34-dim);white-space:pre-wrap;word-break:break-word}.qt-cn-version-compare__detail-after-inline{color:var(--a34-primary)!important;white-space:pre-wrap;word-break:break-word}.qt-cn-version-compare__detail-after{color:#059669;white-space:pre-wrap;word-break:break-word}.qt-cn-version-compare__legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;font-size:12px}.qt-cn-version-compare__legend-item{display:inline-flex;align-items:center;gap:6px}.qt-cn-version-compare__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.qt-cn-version-compare__swatch--changed{background:#cf1322}.qt-cn-version-compare__swatch--added{background:#cf1322;box-shadow:inset 0 0 0 2px #cf132240}.qt-cn-version-compare__swatch--removed{background:#8c8c8c}.qt-cn-version-compare__panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%;min-width:0}.qt-cn-version-compare__panel{min-width:0;max-width:100%;overflow:hidden}.qt-cn-version-compare__panel-title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--a34-primary)}.qt-cn-version-compare__tree{border:1px solid var(--a34-border, #e5eaf2);border-radius:8px;padding:8px 10px;max-height:60vh;overflow:auto;background:var(--a34-surface-2, #fafbfd);color:var(--a34-text)}.qt-cn-version-compare__tree-node{font-size:13px;line-height:1.45;padding:2px 4px;border-radius:4px}.qt-cn-version-compare__tree-meta{margin-left:6px;color:var(--a34-dim);font-size:12px}.qt-cn-version-compare__table-wrap{border:1px solid var(--a34-border, #e5eaf2);border-radius:8px;overflow:hidden;width:100%;min-width:0;max-width:100%}.qt-cn-version-compare__table{width:100%;max-width:100%}.qt-cn-version-compare__table .ant-table{font-size:12px}.qt-cn-version-compare__table .ant-table-container,.qt-cn-version-compare__table .ant-table-content{max-width:100%}.qt-cn-version-compare__table .ant-table-thead>tr>th{background:var(--a34-surface-2, #f3f6fb)!important;font-weight:600}.qt-cn-version-compare__diff--changed,.qt-cn-version-compare__diff--added,.qt-cn-version-compare__diff--removed{color:#cf1322!important;font-weight:700!important}.qt-cn-version-compare__table .ant-table-tbody>tr.qt-cn-version-compare__diff--changed>td,.qt-cn-version-compare__table .ant-table-tbody>tr.qt-cn-version-compare__diff--added>td,.qt-cn-version-compare__table .ant-table-tbody>tr.qt-cn-version-compare__diff--removed>td{color:#cf1322!important;font-weight:700!important}.qt-cn-version-compare__diff--removed{opacity:.85}.qt-cn-version-compare__diff--added,.qt-cn-version-compare__table .ant-table-tbody>tr.qt-cn-version-compare__diff--added>td{background:#cf13220f!important}.qt-cn-version-compare__panel--old,.qt-cn-version-compare__panel--old .qt-cn-version-compare__empty,.qt-cn-version-compare__panel--old .qt-cn-version-compare__tree-node,.qt-cn-version-compare__panel--old .qt-cn-version-compare__tree-meta,.qt-cn-version-compare__panel--old .qt-cn-version-compare__diff--changed,.qt-cn-version-compare__panel--old .qt-cn-version-compare__diff--added,.qt-cn-version-compare__panel--old .qt-cn-version-compare__diff--removed,.qt-cn-version-compare__panel--old .ant-table-tbody>tr>td,.qt-cn-version-compare__panel--old .ant-table-tbody>tr{color:var(--a34-text)!important;font-weight:400!important}.qt-cn-version-compare__panel--old .qt-cn-version-compare__diff--added,.qt-cn-version-compare__panel--old .ant-table-tbody>tr.qt-cn-version-compare__diff--added>td{background:transparent!important}.qt-cn-version-compare__panel--old .qt-cn-version-compare__diff--removed{opacity:1}@media(max-width:900px){.qt-cn-version-compare__panels{grid-template-columns:1fr}}.structure-step-tree-table .ant-table-cell-with-append{display:flex!important;flex-wrap:nowrap;align-items:center;gap:4px}.structure-step-tree-table .ant-table-row-indent{flex-shrink:0}.structure-step-tree-table .ant-table-row-expand-icon{flex-shrink:0;margin-top:0}.structure-step-tree-table .structure-step-tree-table__title-field{flex:1;min-width:0;display:inline-flex;align-items:center}.structure-step-tree-table .structure-step-tree-table__title-field .ant-input{width:100%}.structure-step-tree-table .structure-step-tree-table__actions-cell{padding-inline:6px!important}.structure-step-tree-table .structure-step-tree-table__actions{display:inline-flex;flex-wrap:nowrap;gap:0}.structure-step-tree-table .structure-step-tree-table__actions .ant-btn-sm{width:24px;min-width:24px;padding-inline:0}.qt-cn-tech-config-form .rp-eval-form__hero-subtitle{color:#ffffffb8;font-size:13px;line-height:1.45}.qt-cn-tech-config-form__subsection-title{font-weight:600;font-size:13px;color:#1b6dc2;margin-bottom:8px}.qt-cn-tech-config-form__col-stack{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:16px}.qt-cn-tech-config-form__section-card{border-radius:12px;margin-bottom:0!important}.qt-cn-tech-config-form__section-heading{margin-bottom:12px}.qt-cn-tech-config-form__section-heading-inner{display:flex;align-items:center;gap:8px}.qt-cn-tech-config-form__section-icon{width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#0e4d8f,#1a67c0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}.qt-cn-tech-config-form__section-heading-title{color:#1b6dc2;font-size:13px;font-weight:600;line-height:1.35}.qt-cn-tech-config-form__col-stack .ant-form-item{margin-bottom:14px}.qt-cn-list-page .ui-table-col-actions{width:72px!important;min-width:72px!important;max-width:88px!important}.qt-cn-list-page .ui-table-col-actions .ant-table-cell{white-space:nowrap;padding-inline:4px!important;overflow:visible}.qt-cn-list-page .ant-table-cell .ant-tag{white-space:nowrap;margin-inline-end:0}.qt-cn-form-editable-table__toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.qt-cn-form-editable-table__hint{color:#00000073;font-size:13px;line-height:1.4}.qt-cn-form-editable-table .ui-table-col-actions{width:56px!important;min-width:56px!important;max-width:56px!important}.qt-cn-form-editable-table .ui-table-col-actions .ant-table-cell{white-space:nowrap;padding-inline:4px!important}.qt-cn-tech-norm-form__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.qt-cn-tech-norm-form__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.qt-cn-tech-norm-form__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.qt-cn-tech-norm-form__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.qt-cn-tech-norm-form__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.qt-cn-tech-norm-form__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.qt-cn-tech-norm-form__card{border-color:var(--border-color, #c5d5f0)}.qt-cn-tech-norm-form__section-heading{margin-bottom:16px}.qt-cn-tech-norm-form__section-icon{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#0e4d8f,#1a67c0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.qt-cn-tech-norm-form__section-heading-title{color:#1b6dc2;font-size:14px;font-weight:600}.qt-cn-tech-norm-form .qt-cn-form-editable-table{margin-top:0}.qt-cn-tech-norm-form .qt-cn-form-editable-table__toolbar{margin-bottom:8px;min-height:0}.qt-cn-tech-config-form.qt-cn-tech-norm-form .qt-cn-tech-config-form__section-heading{margin-bottom:8px}.qt-cn-tech-norm-form .qt-cn-prep-inline-table .ant-table,.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table{border-radius:8px;border:1px solid #e8eef5}.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table-thead>tr>th{background:#eef4fb!important;font-size:12px;font-weight:600}.qt-cn-tech-config-form.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table{border-radius:8px;border:1px solid #e8eef5}.qt-cn-tech-config-form.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table-thead>tr>th{background:#eef4fb!important;font-size:12px;font-weight:600}.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table-tbody>tr.ant-table-placeholder>td{padding-block:12px!important}.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-empty-normal{margin-block:8px}.qt-cn-tech-norm-form .qt-cn-form-editable-table .ant-table-sticky-scroll{display:none!important}.qt-cn-tech-norm-form__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:space-between;align-items:center}.qt-cn-norm-form__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.qt-cn-norm-form__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.qt-cn-norm-form__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.qt-cn-norm-form__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.qt-cn-norm-form__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.qt-cn-norm-form__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.qt-cn-norm-form__card{border-color:var(--border-color, #c5d5f0)}.qt-cn-norm-form__section-heading{margin-bottom:16px}.qt-cn-norm-form__section-heading-title{color:#1b6dc2;font-size:14px;font-weight:600}.qt-cn-norm-form__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:space-between;align-items:center}.qt-cn-process-flow-preview{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 0 16px;margin-bottom:12px;background:#f8fafc;border-radius:10px;border:1px dashed #d0d7e2}.qt-cn-process-flow-preview__step{display:flex;flex-direction:column;align-items:center}.qt-cn-process-flow-preview__node{min-width:140px;padding:6px 14px;text-align:center;font-size:13px;font-weight:500;color:#0e4d8f;background:#fff;border:1px solid #1b6dc2;border-radius:8px}.qt-cn-process-flow-preview__arrow{color:#8c9ab0;font-size:14px;margin:4px 0}.qt-cn-tech-process-form .qt-cn-tech-config-form__col-stack{margin-top:16px}.qt-cn-tech-process-form .qt-cn-th-nowrap,.qt-cn-tech-process-form .qt-cn-form-editable-table .ant-table-thead>tr>th.qt-cn-th-nowrap{white-space:nowrap!important}.qt-cn-tech-process-form .qt-cn-form-editable-table__toolbar{justify-content:flex-end}.qt-cn-tech-process-form__section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.qt-cn-tech-process-form__duration-total{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:38px;padding:0 8px;border-radius:50%;background:#e8f1fb;color:red;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;flex-shrink:0}.qt-cn-process-form .qt-cn-tech-config-form__col-stack{margin-top:16px}.qt-cn-tech-equipment-form__asset-row--picked>td{background:#1b6dc214!important}.qt-cn-tech-equipment-form__asset-row--disabled>td{opacity:.55;background:#fafafa!important}.qt-cn-discipline-inspect-form__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.qt-cn-discipline-inspect-form__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.qt-cn-discipline-inspect-form__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.qt-cn-discipline-inspect-form__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.qt-cn-discipline-inspect-form__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.qt-cn-discipline-inspect-form__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.qt-cn-discipline-inspect-form__card{border-color:var(--border-color, #c5d5f0)}.qt-cn-discipline-inspect-form__section-heading{margin-bottom:16px}.qt-cn-discipline-inspect-form__section-icon{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#0e4d8f,#1a67c0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.qt-cn-discipline-inspect-form__section-heading-title{color:#1b6dc2;font-size:14px;font-weight:600}.qt-cn-discipline-inspect-form__footer{position:sticky;bottom:0;background:var(--a34-surface);border:1px solid var(--a34-border);padding:16px 20px;margin-top:16px;border-radius:14px;box-shadow:var(--a34-shadow-md, 0 -2px 12px rgba(0, 0, 0, .06));display:flex;justify-content:space-between;align-items:center}.qt-cn-tech-prep-form .qt-cn-tech-config-form__col-stack,.qt-cn-tech-prep-detail .qt-cn-tech-config-form__col-stack{gap:16px}.qt-cn-tech-prep-form .qt-cn-tech-config-form__section-card .ant-card-body{padding:16px 18px!important}.qt-cn-tech-prep-form .qt-cn-prep-plan-block,.qt-cn-tech-prep-detail .qt-cn-prep-plan-block{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #dbe4ef;border-radius:10px;padding:12px 14px 14px;margin-bottom:12px}.qt-cn-tech-prep-form .qt-cn-prep-plan-block:last-child,.qt-cn-tech-prep-detail .qt-cn-prep-plan-block:last-child{margin-bottom:0}.qt-cn-tech-prep-form .qt-cn-prep-plan-block__title,.qt-cn-tech-prep-detail .qt-cn-prep-plan-block__title{font-size:12px;font-weight:600;color:#0e4d8f;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e8eef5;letter-spacing:.01em}.qt-cn-tech-prep-form .qt-cn-prep-plan-block__body .qt-cn-form-editable-table__toolbar{margin-bottom:8px}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-table,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-table{border-radius:8px;border:1px solid #e8eef5}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-table-container,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-table-container{border-radius:8px}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-table-thead>tr>th,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-table-thead>tr>th{background:#eef4fb!important;font-size:12px;font-weight:600;color:#334155}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-table-tbody>tr>td,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-table-tbody>tr>td{vertical-align:middle}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-empty-normal,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-empty-normal{margin:12px 0}.qt-cn-tech-prep-form .qt-cn-prep-inline-table .ant-table-sticky-scroll,.qt-cn-tech-prep-detail .qt-cn-prep-inline-table .ant-table-sticky-scroll{display:none!important}.qt-cn-tech-prep-form .qt-cn-prep-atld-grid,.qt-cn-tech-prep-detail .qt-cn-prep-atld-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px}.qt-cn-tech-prep-form .qt-cn-prep-atld-item,.qt-cn-tech-prep-detail .qt-cn-prep-atld-item{margin:0!important;padding:10px 12px;background:#fff;border:1px solid #d9e4f2;border-radius:8px;transition:border-color .15s,box-shadow .15s}.qt-cn-tech-prep-form .qt-cn-prep-atld-item:hover,.qt-cn-tech-prep-detail .qt-cn-prep-atld-item:hover{border-color:#93b4e0}.qt-cn-tech-prep-form .qt-cn-prep-atld-item .ant-checkbox-wrapper,.qt-cn-tech-prep-detail .qt-cn-prep-atld-item .ant-checkbox-wrapper{width:100%;font-weight:500;color:#1e3a5f}.qt-cn-tech-prep-form .qt-cn-prep-trial-issues,.qt-cn-tech-prep-detail .qt-cn-prep-trial-issues{margin-top:8px;padding-top:4px}.qt-cn-tech-prep-form .qt-cn-prep-trial-toolbar{display:flex;align-items:center;margin-bottom:8px;padding:8px 12px;background:#f0f7ff;border-radius:8px;border:1px dashed #9ec5eb}.qt-cn-tech-prep-form .qt-cn-prep-stage-link.ant-btn-link,.qt-cn-tech-prep-detail .qt-cn-prep-stage-link.ant-btn-link{padding:0;font-weight:500;text-align:left;height:auto;white-space:normal}.qt-cn-tech-prep-form .qt-cn-prep-eval-panel{display:flex;flex-direction:column;gap:14px}.qt-cn-tech-prep-form .qt-cn-prep-eval-switches{padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.qt-cn-tech-prep-form .qt-cn-prep-eval-checks{display:flex;flex-direction:column;gap:8px;margin-top:4px}.qt-cn-tech-prep-form .qt-cn-prep-eval-checks .ant-form-item{margin-bottom:0!important}.qt-cn-tech-prep-form .qt-cn-prep-eval-actions{display:flex;justify-content:flex-end;padding-top:4px}.qt-cn-tech-prep-form .qt-cn-prep-general-grid .ant-form-item{margin-bottom:12px}.qt-cn-dash-charts{margin-bottom:20px}.qt-cn-dash-charts__intro{margin-bottom:16px}.qt-cn-dash-charts__intro-title{margin:0 0 4px!important;color:var(--a34-primary)!important;font-weight:700!important;font-size:18px!important}.qt-cn-dash-charts__intro-desc{font-size:13px;color:var(--a34-text-3, var(--a34-dim));display:block}.qt-cn-dash-charts__alert{margin-bottom:20px;border-radius:12px}.qt-cn-dash-charts__over-list{margin:4px 0 0;padding-left:18px}.qt-cn-dash-chart{border-radius:12px;background:var(--a34-surface)!important;border:1px solid var(--a34-border);box-shadow:var(--a34-shadow-md, 0 8px 24px rgba(14, 77, 143, .06));overflow:hidden;height:100%}.qt-cn-dash-chart .ant-card-body{padding:18px 20px 16px;background:transparent}.qt-cn-dash-chart__head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap}.qt-cn-dash-chart__head-main{display:flex;align-items:flex-start;gap:10px;min-width:0;flex:1}.qt-cn-dash-chart__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.qt-cn-dash-chart__icon--navy{background:linear-gradient(135deg,var(--a34-primary) 0%,#60a5fa 100%);color:var(--a34-on-primary, #fff)}.qt-cn-dash-chart__icon--gold{background:linear-gradient(135deg,#d4a843,#f0d890);color:#0a1628}.qt-cn-dash-chart__titles{min-width:0;flex:1}.qt-cn-dash-chart__title{display:block;font-weight:600;font-size:14px;line-height:1.35;color:var(--a34-primary)}.qt-cn-dash-chart__hint{display:block;font-size:12px;margin-top:2px;line-height:1.4;color:var(--a34-text-3, var(--a34-dim))}.qt-cn-dash-chart__extra{flex-shrink:0}.qt-cn-dash-chart__badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;background:color-mix(in srgb,var(--a34-primary) 12%,transparent);color:var(--a34-primary);font-size:12px;white-space:nowrap}.qt-cn-dash-chart__badge strong{font-size:13px;font-weight:700}.qt-cn-dash-chart__summary{margin:8px 0 4px}.qt-cn-dash-chart__canvas{min-height:200px}.qt-cn-dash-chart__empty{display:flex;align-items:center;justify-content:center}.qt-cn-dash-soft-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:flex-end}.qt-cn-dash-soft-legend__item{display:flex;align-items:center;gap:6px;min-width:0}.qt-cn-dash-soft-legend__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.qt-cn-dash-soft-legend__label{font-size:12px;color:var(--a34-dim);font-weight:500}.qt-cn-dash-soft-legend__value{font-size:13px;font-weight:700;color:var(--a34-primary)}.qt-cn-dash-donut{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:4px}.qt-cn-dash-donut__chart{width:100%;max-width:260px;margin:0 auto}.qt-cn-dash-donut__legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}.qt-cn-dash-donut__legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--a34-dim);font-weight:500}.qt-cn-dash-donut__legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.qt-cn-dash-donut__legend-text{white-space:nowrap}.qt-cn-dashboard{padding-bottom:24px}.qt-cn-dashboard .a34-pageheader{margin-bottom:16px}.qt-cn-dashboard__pipeline{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}@media(min-width:768px){.qt-cn-dashboard__pipeline{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.qt-cn-dashboard__pipeline{grid-template-columns:repeat(3,1fr)}}.qt-cn-dashboard__menu-card{border-radius:14px;border:1px solid var(--a34-border);background:var(--a34-surface)!important;cursor:pointer;transition:box-shadow .2s,transform .15s,border-color .15s;height:100%}.qt-cn-dashboard__menu-card .ant-card-body{background:transparent}.qt-cn-dashboard__menu-card:hover{border-color:color-mix(in srgb,var(--a34-primary) 40%,var(--a34-border));box-shadow:var(--a34-shadow-md, 0 8px 24px rgba(14, 77, 143, .12));transform:translateY(-2px)}.qt-cn-dashboard__menu-card-order{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;flex-shrink:0}.qt-cn-dashboard__menu-card-metric{font-size:22px;font-weight:700;line-height:1.2}.qt-cn-dashboard__attention-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--a34-border);background:var(--a34-surface);cursor:pointer;transition:background .15s,border-color .15s}.qt-cn-dashboard__attention-item:hover{background:var(--a34-surface-2);border-color:color-mix(in srgb,var(--a34-primary) 35%,var(--a34-border))}.qt-cn-dashboard__stat-card{border:none;border-radius:14px;cursor:pointer}.qt-cn-dashboard__stat-card .ant-card-body{padding:18px 20px 16px}.qt-cn-dashboard__kpi-row{margin-bottom:20px}.qt-cn-dashboard__stat-inner{display:flex;justify-content:space-between;color:#fff}.qt-cn-dashboard__stat-label{opacity:.85;font-size:12px;margin-bottom:6px}.qt-cn-dashboard__stat-value{font-size:26px;font-weight:700;line-height:1.1}.qt-cn-dashboard__stat-suffix{font-size:16px;font-weight:600;margin-left:2px}.qt-cn-dashboard__stat-icon{width:36px;height:36px;border-radius:10px;background:#fff3;display:flex;align-items:center;justify-content:center}.qt-cn-dashboard__stepper{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:18px;padding:12px 8px;background:linear-gradient(90deg,var(--a34-surface-2) 0%,var(--a34-surface-3) 100%);border:1px solid var(--a34-border);border-radius:12px;overflow-x:auto}.qt-cn-dashboard__stepper-item{display:flex;align-items:center;flex:1;min-width:0}.qt-cn-dashboard__stepper-dot{width:32px;height:32px;border-radius:50%;border:2px solid var(--a34-surface);box-shadow:var(--a34-shadow-md, 0 2px 8px rgba(14, 77, 143, .2));color:#fff;font-weight:700;font-size:13px;cursor:pointer;flex-shrink:0;transition:transform .15s}.qt-cn-dashboard__stepper-dot:hover{transform:scale(1.08)}.qt-cn-dashboard__stepper-line{flex:1;height:2px;margin:0 6px;background:linear-gradient(90deg,color-mix(in srgb,var(--a34-primary) 35%,var(--a34-border)),var(--a34-border));min-width:12px}.qt-cn-dashboard__menu-card-head{display:flex;gap:12px;align-items:flex-start}.qt-cn-dashboard__menu-card-main{flex:1;min-width:0}.qt-cn-dashboard__menu-card-title-row{display:flex;justify-content:space-between;gap:8px}.qt-cn-dashboard__menu-card-icon{font-size:18px}.qt-cn-dashboard__menu-card-summary{margin:6px 0 0!important;font-size:12px;line-height:1.45;color:var(--a34-dim)!important}.qt-cn-dashboard__menu-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding-top:10px;border-top:1px dashed var(--a34-border)}.qt-cn-dashboard__menu-card-total{font-size:20px;font-weight:700;color:var(--a34-text);line-height:1.2}.qt-cn-dashboard__menu-card-chips{margin-top:10px}.qt-cn-dashboard__menu-card-foot{margin-top:10px;text-align:right}.qt-cn-dashboard__quick-grid{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:576px){.qt-cn-dashboard__quick-grid{grid-template-columns:1fr 1fr}}.qt-cn-dashboard__attention-hint{font-size:12px;display:block;margin-bottom:12px}.qt-cn-dashboard__attention-card{background:var(--a34-surface);border-color:var(--a34-border)}.qt-cn-dashboard__attention-card .ant-card-body{max-height:420px;overflow-y:auto}.qt-cn-dashboard__overall-progress{display:flex;flex-wrap:wrap;align-items:center;gap:24px;padding:8px 4px}.qt-cn-dashboard__progress-meta{flex:1;min-width:200px}.qt-cn-dashboard__industry-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}@media(min-width:576px){.qt-cn-dashboard__industry-grid{grid-template-columns:repeat(2,1fr)}}.qt-cn-dashboard__industry-card{padding:12px 14px;border-radius:12px;border:1px solid var(--a34-border);background:var(--a34-surface-2);color:var(--a34-text)}.qt-cn-dashboard__steps-list{margin:0;padding-left:20px;font-size:13px;color:var(--a34-dim);line-height:1.55}.qt-cn-dashboard__menu-overview{border-radius:14px;margin-bottom:16px;background:var(--a34-surface);border-color:var(--a34-border)}.qtcn-flow-diagram{margin:12px 0 0;padding:12px;background:#f8fbfd;border:1px solid #d9e8f5;border-radius:8px}.qtcn-flow-diagram--compact{padding:8px}.qtcn-flow-diagram__title{font-size:13px;font-weight:600;color:#0e4d8f;margin:0 0 8px}.qtcn-flow-diagram__svg{width:100%;height:auto;display:block}.qtcn-flow-diagram__scroll{width:100%;overflow-x:auto;overflow-y:visible}.qtcn-flow-diagram__svg--state{width:100%;height:auto;display:block;max-height:200px}.qtcn-flow-diagram--compact .qtcn-flow-diagram__svg--state{max-height:180px}.qtcn-flow-diagram__node-label{font-size:12px;fill:#1a1a1a;font-family:system-ui,sans-serif}.qtcn-flow-diagram__edge-label{font-size:10px;fill:#555;font-family:system-ui,sans-serif}.qtcn-flow-diagram__node-rect{fill:#fff;stroke:#0e4d8f;stroke-width:1.5}.qtcn-flow-diagram__legend{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 0;font-size:10px;color:#666}.qtcn-flow-diagram__legend-item:before{content:"";display:inline-block;width:14px;height:3px;margin-right:4px;vertical-align:middle;border-radius:1px}.qtcn-flow-diagram__legend-item--main:before{background:#0e4d8f}.qtcn-flow-diagram__legend-item--alt:before{background:repeating-linear-gradient(90deg,#c45c26 0 4px,transparent 4px 8px)}.qtcn-flow-diagram__svg--overall{max-height:340px}.qtcn-flow-diagram--compact .qtcn-flow-diagram__svg--overall,.qtcn-flow-diagram__svg--cross{max-height:300px}.qtcn-flow-diagram--compact .qtcn-flow-diagram__svg--cross{max-height:260px}.qtcn-flow-diagram__subtitle{font-size:12px;color:#555;margin:0 0 8px;line-height:1.45}.qtcn-flow-diagram__steps{margin:10px 0 0;padding-left:18px;font-size:12px;color:#333;line-height:1.45}.qtcn-flow-diagram__overall-box{stroke-width:.45}.qtcn-flow-diagram__overall-box--main{fill:#e8f2fa;stroke:#0e4d8f}.qtcn-flow-diagram__overall-box--support{fill:#fff;stroke:#5b8fb9}.qtcn-flow-diagram__overall-box--external{fill:#f4f6f8;stroke:#8a9bab}.qtcn-flow-diagram__overall-box--outcome{fill:#eef6ee;stroke:#3d7a4a}.qtcn-flow-diagram__overall-section{font-size:3px;fill:#0e4d8f;font-weight:600;font-family:system-ui,sans-serif}.qtcn-flow-diagram__overall-label{font-size:3.5px;fill:#1a1a1a;font-family:system-ui,sans-serif}.qtcn-flow-diagram__legend-item--branch:before{background:#5b8fb9}.qtcn-flow-diagram__legend-item--loop:before{background:#5b6b7c}.qtcn-flow-diagram__cross-box{fill:#fff;stroke:#0e4d8f;stroke-width:.4}.qtcn-flow-diagram__cross-box--ext{fill:#eef4fa;stroke:#7fa8c9}.qtcn-flow-diagram__cross-box-label{font-size:3.2px;fill:#1a1a1a;font-family:system-ui,sans-serif}.qtcn-flow-diagram__cross-label{font-size:2.8px;fill:#555;font-family:system-ui,sans-serif}@media print{.qtcn-flow-diagram{break-inside:avoid;page-break-inside:avoid;background:#fff}.qtcn-flow-diagram__svg--overall{max-height:400px}.qtcn-flow-diagram__svg--cross{max-height:340px}.qtcn-flow-diagram__svg--state{max-height:240px}}.qt-cn-screen-catalog__menu{margin-bottom:28px}.qt-cn-screen-catalog__menu-title{font-size:16px;font-weight:600;color:#0e4d8f;margin-bottom:12px}.qt-cn-screen-catalog__doc{font-weight:400;color:#8c8c8c;font-size:13px}.qt-cn-screen-catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.qt-cn-screen-catalog--compact .qt-cn-screen-catalog__grid{grid-template-columns:1fr}.qt-cn-screen-card{border:1px solid #e8eef5;border-radius:12px;padding:12px 14px;background:#fafcff;break-inside:avoid}.qt-cn-screen-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.qt-cn-screen-card__fn{font-size:12px;width:100%}.qt-cn-screen-card__meta{font-size:12px;color:#595959;margin-bottom:8px;line-height:1.5}.qt-cn-screen-card__meta code{font-size:11px;word-break:break-all}.qt-cn-screen-card__label{font-size:12px;font-weight:600;color:#1b6dc2;margin-top:8px;margin-bottom:4px}.qt-cn-screen-card__list{margin:0 0 0 18px;padding:0;font-size:12px;color:#434343}.qt-cn-screen-card__section{margin-bottom:6px}.qt-cn-screen-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}@media print{.qt-cn-screen-catalog__grid{grid-template-columns:1fr 1fr}}@media print{.ant-layout-sider,.app-layout-header,.qt-cn-flow-doc__toolbar{display:none!important}.ant-layout-content{margin:0!important;padding:0!important}.qt-cn-flow-doc{padding:0!important;max-width:none!important}.qt-cn-flow-doc__section{break-inside:avoid;page-break-inside:avoid}.qt-cn-flow-doc__menu-block{break-inside:avoid-page;page-break-inside:avoid}}.qt-cn-flow-doc{max-width:960px;margin:0 auto;padding:24px 20px 48px;color:#1a1a1a;font-size:14px;line-height:1.55}.qt-cn-flow-doc__title{color:#0e4d8f;margin:0 0 4px;font-size:22px}.qt-cn-flow-doc__subtitle{color:#666;margin:0 0 24px;font-size:13px}.qt-cn-flow-doc__section-title{color:#0e4d8f;font-size:16px;margin:28px 0 12px;border-bottom:1px solid #d9e8f5;padding-bottom:6px}.qt-cn-flow-doc__menu-block{margin-bottom:20px;padding:14px 16px;border:1px solid #e8e8e8;border-radius:8px}.qt-cn-flow-doc__menu-head{font-weight:600;font-size:15px;margin-bottom:6px}.qt-cn-flow-doc__meta{color:#555;font-size:12px;margin-bottom:10px}.qt-cn-flow-doc__label{font-weight:600;margin-top:10px;margin-bottom:4px}.qt-cn-flow-doc ul{margin:4px 0 0;padding-left:20px}.qt-cn-flow-doc__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.qt-cn-flow-doc__tag{display:inline-block;padding:2px 8px;background:#f0f5fa;border-radius:4px;font-size:12px}.qt-cn-flow-doc__toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.qt-cn-report-charts{width:100%;margin-bottom:4px}.qt-cn-report-charts__card{border-radius:12px;background:var(--a34-surface)!important;border:1px solid var(--a34-border);box-shadow:var(--a34-shadow-md, 0 8px 24px rgba(14, 77, 143, .06));height:100%}.qt-cn-report-charts__card .ant-card-body{padding:18px 20px 16px;background:transparent}.qt-cn-report-charts__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.qt-cn-report-charts__head-main{display:flex;align-items:flex-start;gap:10px;min-width:0}.qt-cn-report-charts__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.qt-cn-report-charts__icon--pie{background:linear-gradient(135deg,var(--a34-primary) 0%,#60a5fa 100%);color:var(--a34-on-primary, #fff)}.qt-cn-report-charts__icon--col{background:linear-gradient(135deg,#d4a843,#f0d890);color:#0a1628}.qt-cn-report-charts__titles{min-width:0}.qt-cn-report-charts__title{display:block;font-size:14px;font-weight:600;color:var(--a34-primary);line-height:1.35}.qt-cn-report-charts__hint{display:block;font-size:12px;color:var(--a34-text-3, var(--a34-dim));margin-top:2px;line-height:1.4}.qt-cn-report-charts__head-legend{flex-shrink:0;max-width:100%}.qt-cn-report-charts__legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 14px}.qt-cn-report-charts__legend--top{justify-content:flex-end}.qt-cn-report-charts__legend li{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--a34-dim);font-weight:500;white-space:nowrap}.qt-cn-report-charts__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.qt-cn-report-charts__donut{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px}.qt-cn-report-toolbar{display:flex;flex-direction:column;gap:16px;width:100%}.qt-cn-unified-list-page__tabs{display:block;margin:0 0 12px;max-width:100%}.qt-cn-config-form__hero-bg{background:linear-gradient(135deg,#0d1b2a,#1b3a5c,#2d5a8e);padding:20px 24px;position:relative;overflow:hidden}.qt-cn-config-form__hero-glow{position:absolute;top:-40px;right:-20px;width:180px;height:180px;border-radius:50%;background:#d4a8430f;pointer-events:none}.qt-cn-config-form__back-btn{background:#ffffff26!important;border:none!important;color:#fff!important}.qt-cn-config-form__hero-icon{width:38px;height:38px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center}.qt-cn-config-form__hero-title{color:#fff;font-weight:700;font-size:17px;line-height:1.3}.qt-cn-config-form__hero-subtitle{color:#fff9;font-size:12px;margin-top:2px}.qt-cn-config-form__card{border-color:var(--border-color, #c5d5f0)}.qt-cn-config-form__col-stack{display:flex;flex-direction:column;gap:12px}.qt-cn-config-form__section-heading{display:flex;align-items:center;gap:8px;margin-bottom:16px}.qt-cn-config-form__section-heading-title{color:#1b6dc2;font-size:14px;font-weight:600}.qt-cn-config-form__section-card .qt-cn-config-form__section-heading{margin-bottom:12px}.qt-cn-version-history__hero{border-radius:14px;overflow:hidden;margin-bottom:12px;border:none;background:transparent}.qt-cn-version-history__hero-bg{padding:18px 20px;background:linear-gradient(135deg,#0e4d8f,#1a67c0 55%,#2d8ae8);color:#fff}.qt-cn-version-history__hero-title-row{display:flex;align-items:center;gap:10px}.qt-cn-version-history__hero-icon{font-size:22px;color:#e8c56a}.qt-cn-version-history__hero-title{margin:0!important;color:#fff!important;font-weight:700!important}.qt-cn-version-history__hero-meta{display:block;margin-top:6px;color:#ffffffe0!important;font-size:13px}.qt-cn-version-history__body{display:flex;flex-direction:column;gap:12px}.qt-cn-version-history__section{border-radius:14px;background:var(--a34-surface);border-color:var(--a34-border)}.qt-cn-version-history__section-head{display:flex;flex-direction:column;gap:2px}.qt-cn-version-history__section-title{color:var(--a34-primary);font-size:14px;font-weight:600}.qt-cn-version-history__section-hint{font-size:12px!important;font-weight:400;color:var(--a34-text-3, var(--a34-dim))}.qt-cn-version-history__timeline{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;padding:12px;background:linear-gradient(180deg,var(--a34-surface-2) 0%,var(--a34-surface) 100%);border:1px dashed color-mix(in srgb,var(--a34-primary) 45%,var(--a34-border));border-radius:10px}.qt-cn-version-history__timeline-item{display:inline-flex;align-items:center;gap:8px}.qt-cn-version-history__timeline-arrow{color:var(--a34-text-3, var(--a34-dim));font-weight:600}.qt-cn-version-history__chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;border-radius:10px;border:1px solid var(--a34-border);background:var(--a34-surface);color:var(--a34-text);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left}.qt-cn-version-history__chip:hover{border-color:var(--a34-primary)}.qt-cn-version-history__chip.is-current{border-color:var(--a34-primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--a34-primary) 25%,transparent)}.qt-cn-version-history__chip.is-left{border-color:var(--a34-dim);background:var(--a34-surface-2)}.qt-cn-version-history__chip.is-right{border-color:#d4a843;background:color-mix(in srgb,#d4a843 14%,var(--a34-surface))}.qt-cn-version-history__chip-ver{font-weight:700;color:var(--a34-primary);font-size:13px}.qt-cn-version-history__chip-status{font-size:11px;color:var(--a34-dim)}.qt-cn-version-history__link{color:var(--a34-primary)!important;cursor:pointer}.qt-cn-version-history__table .qt-cn-version-history__row--left>td{background:var(--a34-surface-2)!important}.qt-cn-version-history__table .qt-cn-version-history__row--right>td{background:color-mix(in srgb,#d4a843 14%,var(--a34-surface))!important}.qt-cn-version-history__select-label{margin-bottom:6px;font-size:12px;font-weight:600;color:var(--a34-primary)}.qt-cn-version-history__swap-col{display:flex;align-items:flex-end}.qt-cn-version-history__diff-list{display:flex;flex-direction:column;gap:10px}.qt-cn-version-history__diff-item{border:1px solid var(--a34-border);border-radius:10px;padding:10px 12px;background:var(--a34-surface);min-width:0;max-width:100%;overflow:hidden}.qt-cn-version-history__diff-item.is-open{border-color:color-mix(in srgb,var(--a34-primary) 55%,var(--a34-border));box-shadow:var(--a34-shadow-md, 0 4px 14px rgba(14, 77, 143, .08))}.qt-cn-version-history__diff-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr auto;gap:10px;align-items:start}.qt-cn-version-history__diff-field{font-weight:600;color:var(--a34-text);font-size:13px}.qt-cn-version-history__diff-values{font-size:13px;line-height:1.5;word-break:break-word;color:var(--a34-text)}.qt-cn-version-history__diff-detail{margin-top:12px;padding-top:12px;border-top:1px dashed var(--a34-border);min-width:0;max-width:100%;overflow-x:auto}@media(max-width:768px){.qt-cn-version-history__diff-row{grid-template-columns:1fr}}.stat-card{border-radius:14px;border:none;cursor:default;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.stat-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0e4d8f38!important}.stat-card .bg-icon{position:absolute;top:-8px;right:-8px;font-size:64px;opacity:.1;transition:transform .5s cubic-bezier(.4,0,.2,1);pointer-events:none;line-height:1}.stat-card:hover .bg-icon{transform:rotate(15deg) scale(1.15)}.section-card{border-radius:14px!important;border:1px solid var(--border-color, #c5d5f0)!important;box-shadow:0 2px 12px #0e4d8f14!important;background:#fff!important;transition:box-shadow .22s ease,transform .22s ease!important;overflow:hidden}.section-card:hover{box-shadow:0 8px 28px #0e4d8f26!important;transform:translateY(-1px)}.section-card .ant-card-head{background:#fff!important;border-bottom:1px solid var(--border-color, #c5d5f0)!important;min-height:48px}.section-card .ant-card-head-title{padding:12px 0}.section-card .ant-table-thead>tr>th{background:var(--sky-card, #f0f8ff)!important;color:var(--navy-mid, #1a67c0)!important;font-weight:600!important;border-bottom:1px solid var(--border-color, #c5d5f0)!important;white-space:nowrap!important}.section-card .ant-table-thead>tr>th .ant-table-column-title{white-space:nowrap}.section-card .ant-table-thead>tr>th .ant-table-column-sorters{flex-wrap:nowrap;gap:6px;align-items:center}.section-card .ant-table-thead>tr>th.ant-table-column-has-sorters{padding-inline-end:12px!important}.section-card .ant-table-thead>tr>th.ant-table-column-has-sorters .ant-table-column-title{flex:0 1 auto}.section-card .ant-table-thead>tr>th.ant-table-cell-align-right.ant-table-column-has-sorters .ant-table-column-sorters{min-width:max-content;justify-content:flex-end}.section-card .ant-table-tbody>tr>td{white-space:normal!important;word-break:break-word;vertical-align:top}.section-card .ant-table-tbody>tr:hover>td{background:var(--sky-bg, #ebf5ff)!important}.section-card .ant-table-tbody>tr.row-highlight>td{background:#fff1f08c!important}.section-card .ant-table-tbody>tr.row-executing>td{background:#e6f7ffa6!important}.section-card .ant-table-sticky-holder{z-index:10!important}.section-card .ant-table-tbody>tr>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr>td.ant-table-cell-fix-left{z-index:2!important;background-color:var(--a34-surface, #fff)!important;border-inline-start:none!important}.section-card .ant-table-thead>tr>th.ant-table-cell-fix-right,.section-card .ant-table-thead>tr>th.ant-table-cell-fix-left,.section-card .ant-table-header .ant-table-thead>tr>th.ant-table-cell-fix-right,.section-card .ant-table-header .ant-table-thead>tr>th.ant-table-cell-fix-left{z-index:3!important;background-color:var(--a34-surface-2, var(--sky-card, #f0f8ff))!important;color:var(--navy-mid, #1a67c0)!important;border-inline-start:none!important}.section-card .ant-table-sticky-holder .ant-table-cell-fix-left,.section-card .ant-table-sticky-holder .ant-table-cell-fix-right{z-index:4!important}.section-card .ant-table-cell-fix-right-first:after,.section-card .ant-table-cell-fix-right-last:after,.section-card .ant-table-ping-right .ant-table-cell-fix-right-first:after,.section-card .ant-table-ping-right .ant-table-cell-fix-right-last:after{display:none!important;box-shadow:none!important}.section-card .ant-table-ping-right .ant-table-container:after{box-shadow:none!important}.section-card .ant-table-cell-fix-left-first:after,.section-card .ant-table-cell-fix-left-last:after{display:none!important}.section-card .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left{background-color:var(--sky-bg, #ebf5ff)!important}.section-card .ant-table-tbody>tr.row-highlight>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr.row-highlight>td.ant-table-cell-fix-left{background-color:#fff1f0!important}.section-card .ant-table-tbody>tr.row-executing>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr.row-executing>td.ant-table-cell-fix-left{background-color:#e6f7ff!important}.section-card .ant-table-tbody>tr.row-highlight:hover>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr.row-highlight:hover>td.ant-table-cell-fix-left{background-color:#ffe8e6!important}.section-card .ant-table-tbody>tr.row-executing:hover>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr.row-executing:hover>td.ant-table-cell-fix-left{background-color:#d6efff!important}.section-card .ant-table-tbody>tr.ant-table-placeholder>td.ant-table-cell-fix-right,.section-card .ant-table-tbody>tr.ant-table-placeholder>td.ant-table-cell-fix-left{background-color:#fff!important}.ui-data-table-card.section-card{overflow:visible}.ui-data-table-card.section-card>.ant-card-body{overflow:visible}.ant-table-sticky-scroll{z-index:90!important;background:#ffffffeb;border-top:1px solid var(--border-color, #c5d5f0)}.ant-table-sticky-scroll-bar{background:#0e4d8f59!important;border-radius:4px!important}.section-card .ui-table-col-actions{width:72px;min-width:72px;max-width:72px}.section-card .ui-table-actions-cell{display:flex;justify-content:center;align-items:center}.card-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:var(--navy, #0e4d8f);letter-spacing:-.3px}.card-title-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.sider-menu .ant-menu-submenu>.ant-menu-submenu-title{font-weight:600!important;font-size:13px!important;color:#ffffffe6!important}.sider-menu .ant-menu-submenu-arrow{display:none!important}.sider-menu .ant-menu-sub.ant-menu-inline{background:#0000001f!important;border-radius:0 0 8px 8px;margin:0 8px 0 22px!important;padding:4px 0;border-left:2px solid rgba(212,168,67,.5)!important}.sider-menu .ant-menu-sub .ant-menu-item{font-size:12.5px!important;font-weight:400!important;padding-left:20px!important;color:#ffffffa6!important;height:36px!important;line-height:36px!important;margin:0!important;border-radius:6px!important}.sider-menu .ant-menu-sub .ant-menu-item:hover{color:#fff!important;background:#ffffff1a!important}.sider-menu>.ant-menu-item,.sider-menu .ant-menu-item{font-weight:500!important;font-size:13px!important;color:#ffffffc7!important;transition:all .18s ease!important}.sider-menu>.ant-menu-item:hover,.sider-menu .ant-menu-item:hover{color:#fff!important;background:#ffffff1a!important}.sider-menu .ant-menu-item-selected,.sider-menu>.ant-menu-item-selected{color:var(--gold-light, #f0d890)!important;font-weight:700!important;background:#d4a8432e!important;box-shadow:inset 3px 0 0 var(--gold, #d4a843)!important}.sider-menu .ant-menu-item-selected .ant-menu-item-icon,.sider-menu>.ant-menu-item-selected .ant-menu-item-icon,.sider-menu .ant-menu-item-selected svg{color:var(--gold, #d4a843)!important}.sider-menu .ant-menu-item-selected .ant-menu-title-content{color:var(--gold-light, #f0d890)!important}.sider-menu .ant-menu-item-divider{border-color:#d4a84338!important;margin:6px 16px!important}@keyframes pulse-critical{0%,to{opacity:1}50%{opacity:.5}}.pulse-critical{animation:pulse-critical 1.5s ease-in-out infinite}.progress-label{font-size:12px;color:#fffc;margin-bottom:4px;font-weight:500}
