.wgtFilterPanel {margin: 10px 0 12px;padding: var(--spacing-sm) var(--spacing-md);border: 1px solid var(--borderColorLight);border-radius: var(--borderRadiusMedium);background: var(--backgroundSoft);}.wgtFilterPanel__row {display: flex;align-items: flex-end;gap: var(--spacing-sm);}.wgtFilterPanel__fields {display: flex;align-items: flex-end;gap: var(--spacing-sm);flex: 1 1 auto;min-width: 0;}.wgtFilterPanel__field {display: flex;flex-direction: column;gap: var(--spacing-xs);min-width: 0;}.wgtFilterPanel__field--search {flex: 1 1 auto;min-width: 260px;max-width: none;}.wgtFilterPanel__scopeChip {position: relative;display: inline-flex;margin: 0;}.wgtFilterPanel__scopeChip input {position: absolute;opacity: 0;pointer-events: none;}.wgtFilterPanel__scopeChip {display: inline-block;margin: 0;}.wgtFilterPanel__scopeChip input {position: absolute;opacity: 0;width: 0;height: 0;margin: 0;pointer-events: none;}.wgtFilterPanel__scopeChip > span {display: flex;align-items: center;justify-content: flex-start;gap: 6px;height: 38px;padding: 0 12px;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusRound);background: var(--backgroundColor);cursor: pointer;}.wgtFilterPanel__scopeChip > span .material-icons {flex: 0 0 18px;width: 18px;font-size: 18px;margin: 0;}.wgtFilterPanel__scopeChip:hover span {background: var(--backgroundHover);border-color: var(--borderColorHover);}.wgtFilterPanel__scopeChip input:checked + span {background: var(--backgroundAccent);border-color: var(--primaryColor);color: var(--primaryColor);font-weight: 600;}.wgtFilterPanel__scopeChip input:checked + span .material-icons {opacity: 1;}.wgtFilterPanel__scopeChip input:focus-visible + span {outline: 1px solid var(--focusColor);outline-offset: 1px;}.wgtFilterPanel__field--select {flex: 0 1 320px;min-width: 220px;max-width: 320px;}.wgtFilterPanel__fieldLabel {min-width: 0;font-size: 12px;line-height: 1.2;font-weight: 500;color: var(--textColorSecondary);}.wgtFilterPanel input[type="text"],.wgtFilterPanel input[type="search"],.wgtFilterPanel select {width: 100%;height: 38px;margin: 0;padding: 0 11px;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusMedium);background: var(--backgroundColor);color: var(--textColor);font-family: inherit;font-size: 13px;box-sizing: border-box;}.wgtFilterPanel .wgtFilterPanel__field--select select,.htmlForm .wgtFilterPanel .wgtFilterPanel__field--select select.input {width: 100%;height: 38px;margin: 0;padding: 2px 34px 0 12px;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusMedium);background-color: var(--backgroundColor);color: var(--textColor);font-family: inherit;font-size: 13px;font-weight: 400;line-height: normal;box-sizing: border-box;vertical-align: middle;appearance: auto;-webkit-appearance: menulist;}.wgtFilterPanel input[type="text"]:hover,.wgtFilterPanel input[type="search"]:hover,.wgtFilterPanel select:hover {border-color: var(--borderColorHover);}.wgtFilterPanel input[type="text"]:focus,.wgtFilterPanel input[type="search"]:focus,.wgtFilterPanel select:focus {border-color: var(--focusColor);box-shadow: 0 0 0 2px rgba(30, 136, 229, .14);}.wgtFilterPanel__actions {display: flex;align-items: flex-end;margin-left: auto;}.wgtFilterPanel__action {min-height: 38px;margin: 0 !important;}.wgtFilterPanel__footer {display: flex;justify-content: flex-start;margin-top: 6px;}.wgtFilterPanel__ResultInfo {margin: 0;font-size: 12px;line-height: 1.2;color: var(--textColorMuted);white-space: nowrap;}.wgtFilterPanel__groupRow {display: flex;align-items: flex-start;gap: var(--spacing-md);}.wgtFilterPanel__groupLabel {flex: 0 0 180px;padding-top: 6px;color: var(--textColorMuted);font-weight: 600;}.wgtFilters {display: flex;flex-wrap: wrap;align-items: center;gap: 8px;margin: 12px 0 16px 0;position: relative;}.wgtFilters .filterChip {display: inline-flex;align-items: center;gap: 8px;height: 32px;padding: 0 12px;border-radius: 999px;border: 1px solid #d6e2f2;background: #f2f6fb;color: #1f2d3d;font-size: 13px;line-height: 1;cursor: pointer;user-select: none;transition: background .15s ease, border-color .15s ease, color .15s ease;}.wgtFilters .filterChip:hover {background: #e6effa;border-color: #b7cdea;}.wgtFilters .filterChip--active {background: #1E88E5;border-color: #166FBE;color: #fff;}.wgtFilters .filterChip--active:hover {background: #1565C0;border-color: #0d4e94;}.wgtFilters--secondary .filterChip {border-color: #e5e7eb;background: #f8fafc;color: #334155}.wgtFilters--secondary .filterChip:hover {background: #f1f5f9;border-color: #cbd5e1}.wgtFilters.wgtFilters--secondary .filterChip--active {background: #e6effa;border-color: #b7cdea;color: #1f2d3d}.wgtFilters.wgtFilters--secondary .filterChip--active:hover {background: #dbeafe;border-color: #9fbce3;color: #1f2d3d}.wgtFilters.wgtFilters--secondary .filterChip--active .filterChip__count {background: rgba(0, 0, 0, 0.08);color: #1f2d3d}.wgtFilters .filterChip__icon {font-size: 18px;opacity: .9;}.wgtFilters .filterChip__text {white-space: nowrap;}.wgtFilters .filterChip__count {display: inline-flex;align-items: center;justify-content: center;min-width: 22px;height: 18px;padding: 0 6px;border-radius: 999px;font-size: 12px;line-height: 18px;background: rgba(0, 0, 0, 0.08);color: #1f2d3d;}.wgtFilters .filterChip--active .filterChip__count {background: rgba(255, 255, 255, 0.25);color: #fff;}.wgtFilters .filterChip.is-disabled {opacity: .5;cursor: default;pointer-events: none;}.wgtFilters.is-loading {position: relative;}.filterChip.is-loading {opacity: 0.6;}.wgtFilters .filterChip.is-loading {opacity: 0.75;box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);}.wgtFilters .filterChip.is-loading .filterChip__icon {animation: wgtSpin 0.8s linear infinite;}.wgtFilters.is-collapsed {max-height: 48px;overflow: hidden;margin-bottom: 2px;}.wgtFilters.is-collapsed::after {content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 12px;background: #fff; pointer-events: none;}.wgtFilters__toggle {display: inline-flex;align-items: center;gap: 6px;margin: 0 0 12px 0;padding-left: 2px;font-size: 12px;color: #1E88E5;cursor: pointer;user-select: none;}.wgtFilters__toggle .material-icons {font-size: 18px;opacity: 0.9;}@keyframes wgtSpin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.wgtFilterPanel--compact {background: var(--backgroundSoft);}.wgtFilterPanel--compact .wgtFilterPanel__row {display: flex;align-items: center;flex-wrap: wrap;gap: var(--spacing-sm);}.wgtFilterPanel--compact .wgtFilterPanel__search {flex: 0 1 310px;width: 310px;min-width: 220px;max-width: 310px;}.wgtFilterPanel--compact .wgtFilterPanel__searchInput {width: 100%;height: 38px;box-sizing: border-box;margin: 0;padding: 0 12px;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusMedium);background: var(--backgroundColor);color: var(--textColor);font: inherit;}.wgtFilterPanel--compact .wgtFilterPanel__filters {display: flex;align-items: center;flex-wrap: wrap;gap: var(--spacing-sm);min-width: 0;}.wgtFilterPanel--compact .wgtFilterPanel__chip,.wgtFilterPanel--compact .wgtFilterPanel__select,.wgtFilterPanel--compact .wgtFilterPanel__reset {height: 38px;min-height: 38px;box-sizing: border-box;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusRound);background: var(--backgroundColor);color: var(--textColorSecondary);font: inherit;font-size: 13px;white-space: nowrap;}.wgtFilterPanel--compact .wgtFilterPanel__chip,.wgtFilterPanel--compact .wgtFilterPanel__reset {display: inline-flex;align-items: center;justify-content: center;gap: var(--spacing-xs);padding: 0 14px;cursor: pointer;}.wgtFilterPanel--compact .wgtFilterPanel__select {width: auto;max-width: 320px;padding: 0 34px 0 14px;cursor: pointer;}.wgtFilterPanel--compact .wgtFilterPanel__chip:hover,.wgtFilterPanel--compact .wgtFilterPanel__select:hover,.wgtFilterPanel--compact .wgtFilterPanel__reset:hover {background: var(--backgroundHover);border-color: var(--borderColorHover);}.wgtFilterPanel--compact .wgtFilterPanel__chip.is-active,.wgtFilterPanel--compact .wgtFilterPanel__select.is-active {background: var(--backgroundAccent);border-color: var(--primaryColor);color: var(--primaryColor);font-weight: 600;}.wgtFilterPanel--compact input:focus,.wgtFilterPanel--compact select:focus,.wgtFilterPanel--compact button:focus {outline: none;box-shadow: none;}.wgtFilterPanel--compact input:focus-visible,.wgtFilterPanel--compact select:focus-visible,.wgtFilterPanel--compact button:focus-visible {border-color: var(--focusColor);outline: 1px solid var(--focusColor);outline-offset: 1px;}.wgtFilterPanel--compact .wgtFilterPanel__actions {display: flex;align-items: center;margin-left: auto;}.wgtFilterPanel--compact .wgtFilterPanel__reset {margin: 0;background: transparent;}@media (max-width: 760px) {.wgtFilterPanel--compact .wgtFilterPanel__search {flex: 1 1 240px;width: auto;max-width: 310px;}.wgtFilterPanel--compact .wgtFilterPanel__actions {margin-left: 0;}}@media (max-width: 560px) {.wgtFilterPanel--compact .wgtFilterPanel__search {flex-basis: 100%;width: 100%;max-width: none;}}.wgtResultInfo {display: flex;justify-content: space-between;align-items: center;gap: 1rem;margin-bottom: .75rem;font-size: .9rem;}.wgtResultInfo__count {font-weight: 600;}.wgtResultInfo__more {color: var(--textColorMuted);white-space: nowrap;}.wgtFilterPanel__ResultInfo {display: flex;align-items: center;justify-content: space-between;gap: 16px;}.wgtResultInfo__left {display: flex;align-items: center;flex-wrap: wrap;gap: 10px;}.wgtResultInfo__loading {display: inline-flex;align-items: center;}.wgtResultInfo__loadMore {padding: 0;border: 0;background: transparent;color: var(--primaryColor);font: inherit;font-weight: 600;cursor: pointer;}.wgtResultInfo__loadMore:hover {text-decoration: underline;}.wgtLoadMore__btn--top {flex-shrink: 0;}.wgtObjectListTable--full {width: 100%;}.wgtLoadMore {display: flex;justify-content: center;margin: 10px 0 0;}.wgtLoadMore[hidden] {display: none !important;}.wgtLoadMore__btn {display: inline-flex;align-items: center;justify-content: center;gap: var(--spacing-sm);min-height: 38px;padding: 0 var(--spacing-md);border: 1px solid var(--borderColor);border-radius: var(--borderRadiusMedium);background: var(--backgroundColor);color: var(--textColorSecondary);cursor: pointer;}.wgtLoadMore__btn:hover {border-color: var(--borderColorHover);background: var(--backgroundHover);}.wgtLoadMore__btn:focus-visible {outline: 2px solid var(--focusColor);outline-offset: 2px;}.wgtLoadMore__btn[disabled] {opacity: .6;cursor: default;}.wgtLoadMore__info {align-self: center;margin-left: 10px;opacity: 1;transition: opacity .35s ease;}.wgtLoadMore__info.is-fading {opacity: 0;}.pmObjectListLoadingRow td {padding: 22px;text-align: center;}.wgtFilterPanel--compact .wgtFilterPanel__select {flex: 0 1 auto;width: auto;min-width: 140px;max-width: 320px;}.wgtFilterPanel--compact .wgtFilterPanel__select--dynamic {width: auto;}.wgtDateFilter {position: relative;}.wgtDateFilter__trigger {display: inline-flex;align-items: center;gap: var(--spacing-xs);padding: 0 var(--spacing-md);cursor: pointer;}.wgtDateFilter__trigger .material-icons,.wgtDateFilter__arrow {font-size: 18px;}.wgtDateFilter__arrow {transition: transform .15s ease;}.wgtDateFilter.is-open .wgtDateFilter__arrow {transform: rotate(180deg);}.wgtDateFilter__popover {position: absolute;z-index: 50;top: calc(100% + var(--spacing-sm));left: 0;display: none;width: 374px;padding: var(--spacing-md);box-sizing: border-box;border: 1px solid var(--borderColorLight);border-radius: var(--borderRadiusMedium);background: var(--backgroundColor);color: var(--textColor);box-shadow: var(--pm-shadow-small);}.wgtDateFilter.is-open .wgtDateFilter__popover {display: block;}.wgtDateFilter__title {margin: 0 0 var(--spacing-sm);color: var(--textColor);font-weight: 600;}.wgtDateFilter__fields {display: grid;grid-template-columns: repeat(2, 166px);align-items: start;gap: var(--spacing-sm);}.wgtDateFilter__field {display: grid;grid-template-rows: 18px 38px;gap: var(--spacing-xs);width: 166px;min-width: 166px;margin: 0;}.wgtDateFilter__label {display: flex;align-items: center;height: 18px;color: var(--textColorMuted);font-size: .92em;line-height: 18px;}.wgtDateFilter__input.input {display: block;width: 166px;min-width: 166px;max-width: 166px;height: 38px;min-height: 38px;margin: 0;padding: 0 10px;box-sizing: border-box;border: 1px solid var(--borderColor);border-radius: var(--borderRadiusMedium);background: var(--backgroundColor);color: var(--textColor);font: inherit;line-height: normal;}.wgtDateFilter__input.input:hover {border-color: var(--borderColorHover);}.wgtDateFilter__input.input:focus {border-color: var(--focusColor);outline: 2px solid var(--focusColor);outline-offset: 1px;}.wgtDateFilter__actions {display: flex;justify-content: flex-end;margin-top: var(--spacing-sm);}.wgtDateFilter__clear {padding: var(--spacing-xs) 2px;border: 0;background: transparent;color: var(--linkColor);cursor: pointer;}.wgtDateFilter__clear:hover {color: var(--linkColorHover);text-decoration: underline;}@media (max-width: 620px) {.wgtDateFilter__popover {position: fixed;right: 12px;left: 12px;top: auto;width: auto;}.wgtDateFilter__fields {grid-template-columns: repeat(2, 166px);}}@media (max-width: 390px) {.wgtDateFilter__fields {grid-template-columns: 166px;}}