:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.break-all{word-break:break-all}.border{border-width:1px}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--hv-primary: #6699CC;--hv-primary-hover: #85B2DD;--hv-primary-active: #4D80B3;--hv-primary-soft: #e8f1f9;--hv-bg-layout: #f4f6f9;--hv-bg-container: #ffffff;--hv-bg-elevated: #fafbfc;--hv-bg-spotlight: #f0f4f8;--hv-sidebar-bg: #2d3e52;--hv-sidebar-hover: #3d4f65;--hv-text: #2e3440;--hv-text-secondary: #5b6875;--hv-text-tertiary: #8a95a5;--hv-border: #e1e5eb;--hv-font: Arial, sans-serif;font-family:var(--hv-font);line-height:1.5;color:var(--hv-text);background-color:var(--hv-bg-layout);color-scheme:light}html,body,#root{height:100%;margin:0;padding:0;font-family:var(--hv-font);background-color:var(--hv-bg-layout);color:var(--hv-text)}*{box-sizing:border-box}.mono{font-family:Courier New,Consolas,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--hv-bg-layout)}::-webkit-scrollbar-thumb{background:#c5ccd6;border-radius:5px;border:2px solid var(--hv-bg-layout)}::-webkit-scrollbar-thumb:hover{background:#a5b0c0}body,.ant-btn,.ant-input,.ant-input-affix-wrapper,.ant-select,.ant-select-item,.ant-table,.ant-modal,.ant-form-item-label>label,.ant-menu,.ant-layout,.ant-tabs,.ant-card,.ant-typography,.ant-tag,.ant-descriptions,.ant-dropdown-menu,.ant-popover,.ant-tooltip,.ant-notification,.ant-message,.ant-tree,.ant-pagination,.ant-checkbox-wrapper,.ant-radio-wrapper,.ant-picker,.ant-picker-input>input{font-family:var(--hv-font)!important}.hv-app-sider.ant-layout-sider{background:var(--hv-sidebar-bg)!important;border-right:none!important;box-shadow:2px 0 8px #0000000f}.hv-app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.ant-layout-sider .ant-menu{background:transparent!important;border-right:none!important}.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{color:#c5ccd6!important;margin:2px 8px!important;width:calc(100% - 16px)!important;border-radius:6px!important}.ant-layout-sider .ant-menu-item:hover,.ant-layout-sider .ant-menu-submenu-title:hover{background:var(--hv-sidebar-hover)!important;color:#fff!important}.ant-layout-sider .ant-menu-item-selected{background:var(--hv-primary)!important;color:#fff!important;font-weight:500}.ant-layout-sider .ant-menu-item-selected:after{display:none!important}.ant-layout-sider .ant-menu-submenu-arrow{color:#8a95a5!important}.ant-layout-header{background:var(--hv-bg-container)!important;border-bottom:1px solid var(--hv-border);box-shadow:0 1px 2px #00000008}.ant-btn-primary{background:var(--hv-primary)!important;border-color:var(--hv-primary)!important;color:#fff!important;font-weight:500}.ant-btn-primary:hover{background:var(--hv-primary-hover)!important;border-color:var(--hv-primary-hover)!important}.ant-btn-primary:active{background:var(--hv-primary-active)!important;border-color:var(--hv-primary-active)!important}.ant-btn-link,.ant-typography a{color:var(--hv-primary)!important}.ant-pagination-item-active{border-color:var(--hv-primary)!important}.ant-pagination-item-active a{color:var(--hv-primary)!important}.ant-switch-checked{background:var(--hv-primary)!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--hv-primary)!important;border-color:var(--hv-primary)!important}.ant-radio-checked .ant-radio-inner{border-color:var(--hv-primary)!important}.ant-radio-checked .ant-radio-inner:after{background-color:var(--hv-primary)!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--hv-primary)!important}.ant-tabs-ink-bar{background:var(--hv-primary)!important}.ant-card{background:var(--hv-bg-container)!important;border:1px solid var(--hv-border)!important;box-shadow:0 1px 2px #0000000a!important}.ant-table{background:var(--hv-bg-container)!important}.ant-table-thead>tr>th{background:var(--hv-bg-elevated)!important;color:var(--hv-text-secondary)!important;font-weight:600!important;border-bottom-color:var(--hv-border)!important}.ant-table-tbody>tr>td{border-bottom-color:var(--hv-border)!important}.ant-table-tbody>tr:hover>td{background:var(--hv-bg-spotlight)!important}[style*="background: #2d323e"],[style*="background:#2d323e"]{background:var(--hv-bg-elevated)!important}[style*="background: #343a47"],[style*="background:#343a47"]{background:var(--hv-bg-spotlight)!important}[style*="background: #242831"],[style*="background:#242831"]{background:var(--hv-bg-container)!important}[style*="background: #1a1d24"],[style*="background:#1a1d24"]{background:var(--hv-bg-layout)!important}[style*="color: #e8ecf1"],[style*="color:#e8ecf1"]{color:var(--hv-text)!important}[style*="color: #a5b0c0"],[style*="color:#a5b0c0"]{color:var(--hv-text-secondary)!important}[style*="color: #7d8a9e"],[style*="color:#7d8a9e"]{color:var(--hv-text-tertiary)!important}[style*="border: 1px solid #3a4050"],[style*="border-bottom: 1px solid #3a4050"]{border-color:var(--hv-border)!important}.wf-placeholder{background:repeating-linear-gradient(45deg,var(--hv-bg-spotlight),var(--hv-bg-spotlight) 6px,var(--hv-bg-elevated) 6px,var(--hv-bg-elevated) 12px)}.hv-mobile-drawer .ant-menu-item,.hv-mobile-drawer .ant-menu-submenu-title{color:#1a1e23!important;font-weight:500!important;font-size:15px!important;height:46px!important;line-height:46px!important}.hv-mobile-drawer .ant-menu-item:hover,.hv-mobile-drawer .ant-menu-submenu-title:hover{background:#e6f4ff!important;color:#1976d2!important}.hv-mobile-drawer .ant-menu-item-selected{background:#1976d2!important;color:#fff!important;font-weight:600!important}.hv-mobile-drawer .ant-menu-item-selected .ant-menu-item-icon,.hv-mobile-drawer .ant-menu-item-selected svg{color:#fff!important}.hv-mobile-drawer .ant-menu-item .ant-menu-item-icon,.hv-mobile-drawer .ant-menu-submenu-title .ant-menu-item-icon,.hv-mobile-drawer .ant-menu-item svg,.hv-mobile-drawer .ant-menu-submenu-title svg{color:#5b6875;margin-right:12px}.hv-mobile-drawer .ant-menu-submenu-arrow{color:#5b6875!important}.hv-mobile-drawer .ant-menu-sub .ant-menu-item{font-size:14px!important;font-weight:500!important;padding-left:48px!important}@media print{body{background:#fff!important}.ant-layout-sider,.ant-layout-header,.ant-drawer,.ant-modal-mask,.ant-modal-wrap,.hv-mobile-drawer,[class*=bottom-nav],.paper-fill-actions,.ant-page-header,.ant-breadcrumb,.ant-message,.ant-notification,[class*=PageHeader_],.no-print{display:none!important}.paper-fill-sheet{box-shadow:none!important;max-width:100%!important;width:100%!important;margin:0!important;padding:16mm!important;background:#fff!important}.paper-fill-page{padding:0!important;background:#fff!important}.ant-layout,.ant-layout-content,main{margin:0!important;padding:0!important;background:#fff!important}input,textarea,select{background:transparent!important;border:none!important;color:#000!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]:checked:after{content:"✓";color:#000}button[type=button]{display:none!important}@page{size:A4;margin:0}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}}.pdf-export-mode .no-pdf,.pdf-export-mode button[type=button]{display:none!important}.pdf-export-mode{font-size:13px!important;line-height:1.4!important}.pdf-export-mode h1,.pdf-export-mode h2,.pdf-export-mode h3{margin-top:6px!important;margin-bottom:6px!important}.pdf-export-mode>div,.pdf-export-mode p{margin-top:4px!important;margin-bottom:4px!important}.pdf-export-mode table{font-size:12px!important}.pdf-export-mode table td,.pdf-export-mode table th{padding:3px 6px!important}.pdf-export-mode input,.pdf-export-mode textarea{padding:0!important;font-size:13px!important}.hv-projects-tree .ant-tree-treenode{padding:1px 0!important;width:100%}.hv-projects-tree .ant-tree-node-content-wrapper{padding:4px 8px!important;border-radius:6px;transition:background .15s}.hv-projects-tree .ant-tree-node-content-wrapper:hover{background:#f0f4f8!important}.hv-projects-tree .ant-tree-node-selected{background:#e6f4ff!important}.hv-projects-tree .ant-tree-node-selected .ant-tree-title>span{color:#1976d2!important;font-weight:600}.hv-projects-tree .ant-tree-treenode-switcher-open>.ant-tree-node-content-wrapper,.hv-projects-tree .ant-tree-treenode-switcher-close>.ant-tree-node-content-wrapper{cursor:pointer}.hv-projects-tree .ant-tree-treenode .ant-tree-treenode{padding-left:8px!important}.hv-projects-tree .ant-tree-switcher{width:18px!important;line-height:24px!important}.hv-projects-tree .ant-tree-iconEle{display:inline-flex!important;align-items:center;justify-content:center;margin-right:6px!important}html{font-family:var(--app-font-family, Inter, system-ui, -apple-system, sans-serif);font-size:var(--app-font-size, 14px)}body,input,button,select,textarea{font-family:inherit}.ant-btn,.ant-select,.ant-input,.ant-input-number,.ant-picker,.ant-table,.ant-form-item-label>label,.ant-menu-item,.ant-modal-title,.ant-card,.ant-tabs-tab,.ant-tag,.ant-typography,.ant-list-item{font-family:var(--app-font-family)!important}@media (max-width: 767px){.hv-project-detail-header{padding:10px 12px 8px!important}.hv-project-detail-header>div:first-child{flex-wrap:wrap;gap:6px!important}.hv-stat-chip{font-size:11px!important;padding:2px 8px!important}.hv-projects-page .ant-segmented{font-size:12px}.hv-project-task-list{padding:8px 12px 16px!important}.ant-drawer-body .hv-projects-tree .ant-tree-node-content-wrapper{padding:6px 8px!important;font-size:14px}.hv-task-card{padding:8px 10px!important}}@media (max-width: 1023px) and (min-width: 768px){.hv-kanban-grid{grid-template-columns:repeat(4,minmax(180px,1fr))!important}}.hv-app-sider.ant-layout-sider{background:var(--menu-bg, #1F2937)!important}.hv-app-sider .ant-layout-sider-children,.hv-main-menu,.hv-main-menu.ant-menu,.hv-main-menu.ant-menu-dark,.hv-main-menu.ant-menu-light,.hv-main-menu .ant-menu-sub.ant-menu-inline,.hv-main-menu .ant-menu-item,.hv-main-menu .ant-menu-submenu-title{background:transparent!important}.hv-main-menu .ant-menu-item-selected{background:var(--menu-active, #1976D2)!important}.hv-main-menu .ant-menu-item:hover,.hv-main-menu .ant-menu-submenu-title:hover{background:#ffffff14!important}.ant-menu-light.hv-main-menu .ant-menu-item:hover,.ant-menu-light.hv-main-menu .ant-menu-submenu-title:hover{background:#0000000a!important}.hv-app-sider .ant-layout-sider-trigger{background:var(--menu-bg, #1F2937)!important;color:var(--menu-text, #fff)!important;border-top:1px solid rgba(255,255,255,.1)!important}.ant-drawer-body .hv-main-menu{background:transparent!important}.hv-task-row-urgent>td{background:#fff5f5!important;border-left:4px solid #cf1322!important;font-weight:500}.hv-task-row-urgent:hover>td{background:#ffe7e3!important}.hv-task-row-important>td{background:#fffbe6!important;border-left:4px solid #d46b08!important;font-weight:500}.hv-task-row-important:hover>td{background:#fff3c2!important}.hv-task-row-overdue>td{background:#ffd0d0!important;border-left:6px solid #b91c1c!important;font-weight:600;color:#7f1d1d}.hv-task-row-overdue:hover>td{background:#ffb4b4!important}.hv-task-row-overdue>td:first-child{position:relative}.hv-task-row-overdue>td:first-child:before{content:"⚠";position:absolute;left:6px;top:50%;transform:translateY(-50%);color:#b91c1c;font-weight:700;font-size:14px}.hv-xlsx-html-render table{border-collapse:collapse;font-size:13px;font-family:Arial,sans-serif}.hv-xlsx-html-render table td,.hv-xlsx-html-render table th{border:1px solid #d4d9df;padding:4px 8px;white-space:nowrap;vertical-align:top}.hv-xlsx-html-render table tr:first-child td,.hv-xlsx-html-render table tr:first-child th{background:#f0f4f8;font-weight:600;position:sticky;top:0;z-index:1}.hv-xlsx-html-render table tr:hover td{background:#fafbfc}.hv-xlsx-html-render table td br+*{display:block}.hv-xlsx-tabs-fill{display:flex;flex-direction:column}.hv-xlsx-tabs-fill .ant-tabs-content-holder{flex:1;min-height:0;display:flex}.hv-xlsx-tabs-fill .ant-tabs-content,.hv-xlsx-tabs-fill .ant-tabs-tabpane{height:100%}
