.pm-header {position: fixed;top: 0;left: 0;right: 0;z-index: 2000;background: linear-gradient(180deg, var(--pm-h-bg1), var(--pm-h-bg2));color: var(--pm-h-fg)}.pm-header__row {display: flex;align-items: center;gap: 12px;padding: 10px 14px}.pm-header__spacer {height: var(--pm-header-h)}@media (max-width: 760px) {:root {--pm-header-h: 92px}}.pm-header__row--top {justify-content: space-between}.pm-header__mobile-hidden {display: flex}.pm-badge {display: inline-flex;align-items: center;justify-content: center;margin-left: 10px;padding: 3px 8px;border-radius: 999px;font-weight: 700;font-size: 11px;letter-spacing: .3px;background: var(--inverseBadgeBackground);color: var(--pm-h-fg);text-decoration: none}.pm-badge:hover {text-decoration: none}.pm-header--admin {--pm-h-bg1: var(--pm-admin-bg1);--pm-h-bg2: var(--pm-admin-bg2);--pm-h-fg: var(--pm-admin-fg);--pm-h-bd: var(--pm-admin-border);--pm-h-sep: var(--pm-admin-separator);--pm-h-hover: var(--pm-admin-hover);--pm-h-chip: var(--pm-admin-hover);--pm-header-popup-bg: var(--backgroundColor);--pm-header-popup-fg: var(--pm-admin-fg);--pm-header-popup-bd: var(--pm-admin-popup-border);--pm-header-popup-shadow: var(--pm-admin-popup-shadow);--pm-soft: var(--pm-admin-soft);--pm-soft2: var(--pm-admin-soft-hover);}.pm-header--admin .pm-header-nav__item:hover, .pm-header--admin .pm-header-nav__dropdown-button:hover, .pm-header--admin .pm-header-nav__dropdown.pm-open > .pm-header-nav__dropdown-button {background: var(--pm-h-hover)}.pm-badge--admin {background: var(--pm-admin-badge-bg);color: var(--pm-admin-badge-fg);border: 1px solid var(--pm-admin-badge-border);}.pm-badge--admin:hover {background: var(--pm-admin-badge-bg-hover);color: var(--pm-admin-badge-fg);text-decoration: none;}.pm-header-brand {display: flex;align-items: center;gap: 10px;color: var(--pm-h-fg);text-decoration: none;min-width: 220px}.pm-header-brand__name {font-weight: 700;letter-spacing: .2px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 320px}.pm-ico {font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 20px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;vertical-align: middle;text-decoration: none}.pm-ico--sm {font-size: 18px;opacity: .9}.pm-header-search__form {display: flex;align-items: center;width: 210px;height: 34px;border-radius: 999px;border: 1px solid var(--inverseBorderSoft);background: var(--inverseSurfaceVerySoft);overflow: hidden;opacity: .82;transition: width .22s ease, background-color .22s ease, opacity .22s ease}.pm-header-search {position: relative;flex: 1;display: flex;justify-content: flex-end}.pm-header-search__form:hover,.pm-header-search__form:focus-within {width: min(360px, 32vw);background: var(--inverseSurfaceHover);opacity: 1}.pm-header-search__submit {display: flex;align-items: center;justify-content: center;flex: 0 0 40px;width: 40px;height: 100%;padding: 0;border: 0;background: transparent;color: var(--pm-h-fg);cursor: pointer}.pm-header-search__input {flex: 1 1 auto;min-width: 0;height: 100%;padding: 0 12px 0 0;border: 0;outline: 0;background: transparent;color: var(--pm-h-fg);font: inherit;font-size: 12px}.pm-header-search__input::placeholder {color: var(--pm-h-fg);opacity: .85}.pm-header-search__input::-webkit-search-cancel-button {cursor: pointer;filter: invert(1);opacity: .75}.pm-header-user {position: relative;display: flex;justify-content: flex-end;min-width: 220px}.pm-header-user__button {display: flex;align-items: center;gap: 6px;padding: 8px 10px;border: 1px solid var(--pm-h-bd);border-radius: 999px;background: var(--inverseSurfaceSoft);color: var(--pm-h-fg);cursor: pointer}.pm-header-user__button:hover {background: var(--pm-h-hover)}.pm-header-user__name {display: none}.pm-header__row--nav {padding-top: 8px;padding-bottom: 8px;border-top: 1px solid var(--pm-h-sep);display: flex;align-items: center;gap: 12px}.pm-header-nav {display: flex;align-items: stretch;gap: 6px;flex: 1;min-width: 0}.pm-header-nav__item {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 4px;min-width: 76px;padding: 8px 10px;border-radius: var(--pm-radius);color: var(--pm-h-fg);text-decoration: none;opacity: .92;line-height: 1}.pm-header-nav__item:hover {background: var(--pm-h-chip);opacity: 1;text-decoration: none}.pm-header-nav__item:hover .pm-ico {text-decoration: none}.pm-header-nav__item--home {min-width: 44px;padding: 8px 8px}.pm-header-nav__item--home .pm-header-nav__text {display: inline}@media (max-width: 760px) {.pm-header-nav__item--home .pm-header-nav__text {display: none}}.pm-header-nav__text {white-space: nowrap;font-size: 12px;opacity: .92}.pm-header-nav__dropdown {position: relative}.pm-header-nav__dropdown-button {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 4px;min-width: 92px;padding: 8px 10px;border-radius: var(--pm-radius);color: var(--pm-h-fg);text-decoration: none;opacity: .92;cursor: pointer;user-select: none;line-height: 1}.pm-header-nav__dropdown-button:hover {background: var(--pm-h-chip);opacity: 1;text-decoration: none}.pm-header-nav__dropdown.pm-open > .pm-header-nav__dropdown-button {background: var(--pm-h-hover);opacity: 1}.pm-header-nav__caret {display: none}.pm-header-popup {position: absolute;right: 0;top: calc(100% + 10px);margin-top: 0;min-width: 280px;max-width: min(720px, 92vw);background: var(--pm-header-popup-bg);color: var(--pm-header-popup-fg);border-radius: var(--pm-radius-lg);box-shadow: var(--pm-header-popup-shadow);border: 1px solid var(--pm-header-popup-bd)}.pm-header .pm-header-popup {z-index: 1200}.pm-header-popup--menu {z-index: 1400}.pm-header-popup[hidden] {display: none}.pm-header-popup__header {display: flex;align-items: center;justify-content: space-between;gap: 10px;padding: 12px 12px 10px 12px;border-bottom: 1px solid var(--pm-header-popup-bd)}.pm-header-popup__title {font-weight: 700}.pm-header-popup__close {display: flex;align-items: center;justify-content: center;width: 34px;height: 34px;border: 0;border-radius: var(--pm-radius);background: var(--pm-soft);cursor: pointer}.pm-header-popup__close:hover {background: var(--pm-soft2)}.pm-header-popup__body {padding: 12px}.pm-header-popup--menu {min-width: 280px}.pm-header-menu__item {display: flex;align-items: center;gap: 10px;padding: 10px 10px;border-radius: var(--pm-radius);color: var(--pm-header-popup-fg);text-decoration: none}.pm-header-menu__item:hover {background: var(--pm-soft);text-decoration: none}.pm-header-menu__item:hover .pm-ico {color: var(--primaryColorDark);text-decoration: none}.pm-header-menu__item--danger {color: var(--pm-danger)}.pm-header-menu__item--danger:hover .pm-ico {color: var(--pm-danger)}.pm-field {font: inherit}.pm-field--select,.pm-field--input {padding: 10px;border: 1px solid var(--borderColorTransparentStrong);border-radius: var(--pm-radius);background: var(--pm-header-popup-bg);color: var(--pm-header-popup-fg);}.pm-field--select {min-width: 160px;}.pm-field--input {width: 100%;}.pm-header-dropdown {left: 0;right: auto;min-width: 260px}.pm-header-nav__more {display: flex}.pm-header-popup--more {right: 0;left: auto;min-width: 320px;max-width: min(620px, 92vw)}@media (min-width: 761px) {.pm-header-popup--more .pm-header-popup__header {display: none}.pm-header-popup--more .pm-header-popup__body {padding: 10px}}@media (max-width: 760px) {.pm-header-popup--more {position: fixed;left: 10px;right: 10px;top: calc(var(--pm-header-h) + 8px);bottom: 10px;min-width: 0;max-width: none}}.pm-header-more {display: flex;gap: 14px}.pm-header-more__column {min-width: 0}.pm-header-more__column--navigation {flex: 1;max-height: min(70vh, 520px);overflow: auto;padding-right: 6px}.pm-header-more__column--quick {width: 320px;flex: 0 0 320px}.pm-header-more__group {padding: 10px 0;border-top: 1px solid var(--pm-header-popup-bd)}.pm-header-more__group:first-child {border-top: 0;padding-top: 0}.pm-header-more__group-title {display: flex;align-items: center;gap: 10px;font-weight: 700;padding: 6px 6px}.pm-header-more__links {display: flex;flex-direction: column;gap: 4px}.pm-header-more__subtitle {font-weight: 700;padding: 6px 0 10px 0}.pm-header-nav__item--desktop-hidden {display: none}.pm-header-dropdown__item {display: flex;align-items: center;gap: 10px;padding: 10px 10px;border-radius: var(--pm-radius);color: var(--pm-header-popup-fg);text-decoration: none}.pm-header-dropdown__item:hover {background: var(--pm-soft);text-decoration: none}.pm-header-dropdown__item:hover * {text-decoration: none}.pm-header-dropdown__separator {height: 1px;background: var(--pm-header-popup-bd);margin: 8px 0}.pm-header-recent {padding: 6px 0}.pm-header-recent__header {display: flex;align-items: center;gap: 8px;padding: 4px 6px 8px;font-size: 14px;font-weight: 600;opacity: .9}.pm-header-recent__header .pm-ico {font-size: 18px;color: var(--primaryColor)}.pm-header-recent__list {display: flex;flex-direction: column;gap: 4px}.pmObjectListItem {display: flex;align-items: flex-start;gap: 10px;min-width: 0;padding: 8px 10px;border-radius: var(--pm-radius);box-sizing: border-box;color: var(--pm-header-popup-fg);text-decoration: none}.pmObjectListItem:hover,.pmObjectListItem:focus-visible {background: var(--pm-soft);text-decoration: none}.pmObjectListItem__icon {flex: 0 0 auto;display: flex;align-items: center;justify-content: center;width: 32px;height: 32px;color: var(--pm-header-popup-fg)}.pmObjectListItem__icon .material-icons {font-size: 18px;line-height: 1}.pmObjectListItem__main {flex: 1 1 auto;min-width: 0;display: flex;flex-direction: column;gap: 3px}.pmObjectListItem__title {display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 1.3;max-height: 2.6em;white-space: normal;overflow-wrap: anywhere;font-size: 14px;font-weight: 500;color: inherit}.pmObjectListItem__meta {display: block;min-width: 0;font-size: 11px;line-height: 1.25}.pmObjectListItem__meta > * {max-width: 100%}.pmObjectListItem__go {flex: 0 0 auto;margin-top: 2px;font-size: 16px;color: var(--iconColorMuted);transition: color .15s ease}.pmObjectListItem:hover .pmObjectListItem__go,.pmObjectListItem:focus-visible .pmObjectListItem__go {color: var(--primaryColor);}.pm-header-recent__empty {padding: 8px 10px;font-size: 12px}.pm-header-recent__more {display: flex;align-items: center;justify-content: center;width: 100%;margin-top: 6px;padding: 8px 10px;border: 1px solid var(--pm-header-popup-bd);border-radius: var(--pm-radius);background: transparent;color: var(--pm-header-popup-fg);cursor: pointer}.pm-header-recent__more:hover {background: var(--pm-soft)}.pm-header-popup-footer {display: flex;align-items: center;justify-content: space-between;gap: 12px;margin-top: 14px;padding-top: 12px;}.pm-header-popup-footer__link {display: inline-flex;align-items: center;gap: 5px;border: 0;padding: 0;background: transparent;color: var(--primaryColor);font: inherit;text-decoration: none;cursor: pointer;}.pm-header-popup-footer__link:hover,.pm-header-popup-footer__link:focus-visible {text-decoration: none !important;}.pm-header-popup-footer__link:hover .dashboardCardFooter__text,.pm-header-popup-footer__link:focus-visible .dashboardCardFooter__text {text-decoration: underline;}.pm-header-popup-footer__link .material-icons {display: inline-flex;font-size: 18px;text-decoration: none !important;}@media (max-width: 980px) {.pm-header-brand__name {max-width: 220px}.pm-header-search__form {width: 190px}.pm-header-user {min-width: auto}.pm-header-nav__item {min-width: 64px}.pm-header-nav__dropdown-button {min-width: 74px}.pm-header-nav__text {font-size: 11px}}@media (max-width: 760px) {.pm-header__row {gap: 8px;padding: 8px 10px}.pm-header-brand {min-width: 0}.pm-header-brand__name {max-width: 160px}.pm-header__mobile-hidden {display: none}.pm-header-user {min-width: 40px}.pm-header-user__button {padding: 8px 8px;border-radius: 999px}.pm-header-nav {gap: 2px;justify-content: flex-start}.pm-header-nav__item {min-width: 44px;padding: 8px 6px}.pm-header-nav__dropdown-button {min-width: 56px;padding: 8px 6px}.pm-header-nav__text {display: none}.pm-header-nav__item--mobile-hidden {display: none}.pm-header-nav__more {display: flex;margin-left: auto}.pm-header-quick-access {display: none}.pm-ico {font-size: 22px}.pm-header-popup--more {min-width: 96vw}.pm-header-more {flex-direction: column}.pm-header-more__column--quick {width: auto;flex: 1 1 auto}.pm-header-more__column--navigation {max-height: 46vh}}@media (max-width: 420px) {.pm-header-brand__name {max-width: 120px}.pm-header-popup {max-width: 96vw}}@media (max-height: 720px) {.pm-header__row {padding-top: 8px;padding-bottom: 8px}.pm-header__row--nav {padding-top: 6px;padding-bottom: 6px}.pm-header-nav__item, .pm-header-nav__dropdown-button {padding-top: 6px;padding-bottom: 6px}.pm-header-nav__text {font-size: 11px}}@media (max-height: 640px) {.pm-header__row {gap: 10px;padding: 6px 10px}.pm-header-popup {top: calc(100% + 6px)}.pm-header-popup--more .pm-header-more__column--navigation {max-height: 40vh}.pm-header-search__form {width: 180px}.pm-header-search__form:hover,.pm-header-search__form:focus-within {width: min(320px, 32vw)}}@media (max-height: 560px) and (min-width: 761px) {:root {--pm-header-h: 96px}.pm-header__row--nav {padding-top: 6px;padding-bottom: 6px}.pm-header-nav {gap: 4px}.pm-header-nav__item, .pm-header-nav__dropdown-button {padding: 6px 8px;min-width: 64px}.pm-header-nav__text {font-size: 11px}}@media (max-height: 460px) and (min-width: 761px) {:root {--pm-header-h: 84px}.pm-header-nav__text {display: none}.pm-header-nav__item, .pm-header-nav__dropdown-button {min-width: 44px}.pm-header-nav__item--home .pm-header-nav__text {display: none}}