.pmDashboard,.pmDashboard *,.pmDashboard *::before,.pmDashboard *::after {box-sizing: border-box;}.pmDashboard {width: 100%;min-width: 0;padding: var(--pageContentPaddingBlock) var(--pageContentPaddingInline);}.pmDashboard__hero {display: flex;align-items: center;justify-content: space-between;gap: 28px;margin-bottom: 28px;padding: 4px 6px;}.pmDashboard__heroContent {min-width: 0;}.pmDashboard__title {display: flex;align-items: center;gap: 12px;margin: 0 0 8px;color: var(--primaryColor);font-size: 28px;line-height: 1.2;}.pmDashboard__titleIcon {display: inline-flex;align-items: center;justify-content: center;width: 44px;height: 44px;flex: 0 0 44px;border-radius: 8px;background: var(--primaryColor);color: #fff;font-size: 28px;text-decoration: none;}.pmDashboard__intro {max-width: 760px;margin: 0 0 0 56px;font-size: 14px;line-height: 1.5;opacity: .82;}.pmDashboardGrid {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 18px;align-items: stretch;width: 100%;min-width: 0;}.pmDashboardGrid > * {min-width: 0;}.pmDashboardGrid--threeColumns {grid-template-columns: repeat(3, minmax(0, 1fr));}.pmDashboardGrid--twoColumns {grid-template-columns: repeat(2, minmax(0, 1fr));}.pmDashboardGrid--auto {grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}.pmDashboardGrid + .pmDashboardGrid {margin-top: 18px;}.pmDashboardCard {display: flex;flex-direction: column;min-width: 0;height: 100%;margin: 0;padding: 18px;border: 1px solid var(--borderColor);border-radius: 10px;background: var(--backgroundColor);box-shadow: 0 1px 3px rgba(15, 23, 42, .06);}.pmDashboardCard__header {display: grid;grid-template-columns: 36px minmax(0, 1fr);gap: 10px;align-items: start;margin-bottom: 14px;}.pmDashboardCard__headerIcon {display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;flex: 0 0 36px;border-radius: 8px;background: var(--backgroundHover);color: var(--primaryColor);font-size: 22px;line-height: 1;text-decoration: none;}.pmDashboardCard__heading {min-width: 0;}.pmDashboardCard__title {margin: 1px 0 4px;font-size: 17px;line-height: 1.25;}.pmDashboardCard__description {margin: 0;font-size: 12px;line-height: 1.4;opacity: .75;}.pmDashboardCard__body {flex: 1 1 auto;min-width: 0;}.pmDashboardCard__footer {margin-top: 20px;padding-top: 16px;border-top: 1px solid var(--borderColor);}.pmDashboardContentBox {min-width: 0;padding: 14px;border: 1px solid var(--borderColor);border-radius: 8px;background: var(--backgroundSoft);overflow-wrap: anywhere;}.pmDashboardContentBox > :first-child {margin-top: 0;}.pmDashboardContentBox > :last-child {margin-bottom: 0;}.pmDashboardContentBox .fadedTextMuted {margin: 0;}.pmDashboardLinkList {display: flex;flex-direction: column;margin: 0;padding: 0;list-style: none;}.pmDashboardLinkList__item {display: grid;grid-template-columns: 38px minmax(0, 1fr) 20px;gap: 10px;align-items: center;min-width: 0;padding: 12px 4px;border-bottom: 1px solid var(--borderColor);color: inherit;text-decoration: none;transition: background-color .15s ease;}.pmDashboardLinkList__item:last-child {border-bottom: 0;}.pmDashboardLinkList__item:hover,.pmDashboardLinkList__item:focus-visible {background: var(--backgroundHover);text-decoration: none;outline: none;}.pmDashboardLinkList__icon {display: inline-flex;align-items: center;justify-content: center;width: 34px;height: 34px;border-radius: 8px;background: var(--backgroundHover);color: var(--primaryColor);font-size: 20px;line-height: 1;text-decoration: none;}.pmDashboardLinkList__content {min-width: 0;}.pmDashboardLinkList__title,.pmDashboardLinkList__description {display: block;}.pmDashboardLinkList__title {margin-bottom: 3px;font-size: 13px;font-weight: 600;line-height: 1.3;}.pmDashboardLinkList__description {font-size: 12px;line-height: 1.35;opacity: .72;overflow-wrap: anywhere;}.pmDashboardLinkList__arrow {display: inline-flex;align-items: center;justify-content: center;color: var(--primaryColor);font-size: 19px;text-decoration: none;transition: transform .15s ease;}.pmDashboardLinkList__item:hover .pmDashboardLinkList__title,.pmDashboardLinkList__item:focus-visible .pmDashboardLinkList__title {text-decoration: underline;}.pmDashboardLinkList__item:hover .pmDashboardLinkList__arrow,.pmDashboardLinkList__item:focus-visible .pmDashboardLinkList__arrow {transform: translateX(2px);}.pmDashboardActions {display: grid;grid-template-columns: repeat(5, minmax(0, 1fr));gap: 10px;}.pmDashboardAction {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 8px;min-height: 104px;padding: 10px;border: 1px solid var(--borderColor);border-radius: 8px;background: var(--backgroundColor);color: inherit;text-align: center;text-decoration: none;}.pmDashboardAction:hover,.pmDashboardAction:focus-visible {background: var(--backgroundHover);text-decoration: none;outline: none;}.pmDashboardAction__icon {color: var(--primaryColor);font-size: 30px;text-decoration: none;}.pmDashboardAction__label {font-size: 12px;line-height: 1.3;font-weight: 600;}.pmDashboardNotice {display: flex;align-items: center;gap: 10px;margin-top: 18px;padding: 12px 14px;border: 1px solid var(--borderColor);border-radius: 8px;background: var(--backgroundSoft);font-size: 12px;line-height: 1.4;}.pmDashboardNotice__icon {flex: 0 0 auto;color: var(--primaryColor);font-size: 20px;}.pmDashboardStack {display: flex;flex-direction: column;min-width: 0;gap: 18px;}.pmDashboardStack--compact {gap: 10px;}.pmDashboardWidget {width: 100%;min-width: 0;margin: 0;box-sizing: border-box;}.pmDashboardWidget__title {margin: 0 0 6px;font-size: 16px;line-height: 1.3;}.pmDashboardSeparator {height: 1px;margin: 20px 0 16px;border: 0;background: var(--borderColor);}.pmDashboardCardLinks {display: flex;flex-direction: column;gap: 10px;}.pmDashboardCardLink {display: inline-flex;align-items: center;align-self: flex-start;gap: 5px;min-width: 0;border: 0;padding: 0;background: transparent;color: var(--primaryColor);font: inherit;font-size: 13px;font-weight: 600;line-height: 1.35;text-decoration: none;cursor: pointer;}.pmDashboardCardLink:hover,.pmDashboardCardLink:focus-visible {text-decoration: none;outline: none;}.pmDashboardCardLink:hover .pmDashboardCardLink__text,.pmDashboardCardLink:focus-visible .pmDashboardCardLink__text {text-decoration: underline;}.pmDashboardCardLink .material-icons {display: inline-flex;flex: 0 0 auto;font-size: 18px;text-decoration: none;transition: transform .15s ease;}.pmDashboardCardLink:hover .material-icons,.pmDashboardCardLink:focus-visible .material-icons {transform: none;}button.pmDashboardLinkList__item {width: 100%;border-right: 0;border-top: 0;border-left: 0;background: transparent;color: inherit;font: inherit;text-align: left;cursor: pointer;}button.pmDashboardLinkList__item:last-child {border-bottom: 0;}@media (max-width: 1500px) {.pmDashboardGrid,.pmDashboardGrid--threeColumns {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 980px) {.pmDashboardActions {grid-template-columns: repeat(3, minmax(0, 1fr));}}@media (max-width: 760px) {.pmDashboardGrid,.pmDashboardGrid--threeColumns,.pmDashboardGrid--twoColumns,.pmDashboardGrid--auto {grid-template-columns: minmax(0, 1fr);}.pmDashboard__hero {align-items: flex-start;}.pmDashboard__title {font-size: 23px;}.pmDashboard__intro {margin-left: 0;}.pmDashboardActions {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (prefers-reduced-motion: reduce) {.pmDashboardLinkList__item,.pmDashboardLinkList__arrow,.pmDashboardCardLink .material-icons {transition: none;}}.pmDashboardLinkList--compact {gap: 2px;}.pmDashboardLinkList--compact .pmDashboardLinkList__item {grid-template-columns: 40px minmax(0, 1fr) 18px;padding: 3px 0;border: 0;border-radius: 8px;color: var(--primaryColor);}.pmDashboardLinkList--compact .pmDashboardLinkList__icon {width: 32px;height: 32px;border-radius: 8px;font-size: 18px;}.pmDashboardLinkList--compact .pmDashboardLinkList__title {margin: 0;font-size: 14px;color: inherit;}.pmDashboardLinkList--compact .pmDashboardLinkList__description {display: none;}.pmDashboardLinkList--compact .pmDashboardLinkList__arrow {font-size: 18px;}.pmDashboardLinkList--compact .pmDashboardLinkList__item:hover,.pmDashboardLinkList--compact .pmDashboardLinkList__item:focus-visible {background: var(--backgroundHover);}.pmDashboardLinkList--compact .pmDashboardLinkList__item:hover .pmDashboardLinkList__arrow,.pmDashboardLinkList--compact .pmDashboardLinkList__item:focus-visible .pmDashboardLinkList__arrow {transform: none;}.pmDashboardLinkList__item:focus-visible{transform: none;test-decoration: none;}