:root {
    --hpj-workspace-sidebar-width: 284px;
    --hpj-workspace-sidebar-collapsed-width: 80px;
    --hpj-workspace-topbar-height: 76px;
    --hpj-workspace-ink: #082238;
    --hpj-workspace-muted: #657686;
    --hpj-workspace-line: #dce7e5;
    --hpj-workspace-surface: #ffffff;
    --hpj-workspace-soft: #eef7f5;
    --hpj-workspace-primary: #008a70;
    --hpj-workspace-primary-dark: #006b58;
}

html,
body.hpj-workspace-body {
    min-height: 100%;
}

.hpj-workspace-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 1100;
    padding: 10px 14px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10px;
    background: var(--hpj-workspace-primary-dark);
    transform: translateY(-160%);
    transition: transform .15s ease;
}

.hpj-workspace-skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.hpj-workspace-body :focus-visible {
    outline: 3px solid rgba(0, 138, 112, .38);
    outline-offset: 2px;
}

body.hpj-workspace-body {
    margin: 0;
    background: #f4f8fb;
    color: var(--hpj-workspace-ink);
}

.hpj-workspace-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: visible;
}

.hpj-workspace-symbols symbol,
.hpj-workspace-shell svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hpj-workspace-symbols symbol[id^="hpj-ws-mobile-"] path {
    fill: currentColor;
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: none;
}

.hpj-workspace-shell {
    min-height: 100vh;
    min-height: 100dvh;
}

.hpj-workspace-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1040;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    grid-template-areas:
        "brand"
        "context"
        "navigation";
    width: var(--hpj-workspace-sidebar-width);
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    background: var(--hpj-workspace-surface);
    border-right: 1px solid var(--hpj-workspace-line);
    box-shadow: 10px 0 30px rgba(17, 50, 63, .045);
    transition: width .22s ease, transform .22s ease;
}

.hpj-workspace-sidebar__brand {
    grid-area: brand;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--hpj-workspace-topbar-height);
    padding: 14px 17px 13px 22px;
    border-bottom: 1px solid var(--hpj-workspace-line);
}

.hpj-workspace-sidebar__brand > a {
    display: flex;
    align-items: center;
    min-width: 0;
}

.hpj-workspace-sidebar__brand img {
    display: block;
    width: auto;
    max-width: 184px;
    height: 39px;
    object-fit: contain;
    object-position: left center;
}

.hpj-workspace-sidebar__fallback {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-weight: 900;
    border-radius: 13px;
    background: linear-gradient(135deg, #00795f, #23b6a1);
}

.hpj-workspace-sidebar__brand button,
.hpj-workspace-mobile-toggle,
.hpj-workspace-icon-action {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #3f5964;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
}

.hpj-workspace-sidebar__brand button:hover,
.hpj-workspace-mobile-toggle:hover,
.hpj-workspace-icon-action:hover {
    color: var(--hpj-workspace-primary-dark);
    border-color: #cde6e0;
    background: var(--hpj-workspace-soft);
}

.hpj-workspace-sidebar__brand button svg,
.hpj-workspace-mobile-toggle svg,
.hpj-workspace-icon-action svg {
    width: 22px;
    height: 22px;
}

.hpj-workspace-sidebar__brand button svg {
    transition: transform .22s ease;
}

.hpj-workspace-switcher {
    position: relative;
    z-index: 30;
    grid-area: context;
    min-width: 0;
    margin: 16px 14px 9px;
}

.hpj-workspace-sidebar__context {
    position: relative;
    grid-area: context;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    width: calc(100% - 28px);
    margin: 16px 14px 9px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid #d6e8e4;
    border-radius: 15px;
    background: linear-gradient(135deg, #f4faf8, #f8fbfb);
    box-shadow: 0 6px 18px rgba(17, 67, 63, .035);
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.hpj-workspace-switcher > .hpj-workspace-sidebar__context {
    width: 100%;
    margin: 0;
    color: inherit;
    font: inherit;
    text-align: left;
}

.hpj-workspace-sidebar__context.is-selectable {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    cursor: pointer;
}

.hpj-workspace-sidebar__context.is-selectable:hover,
.hpj-workspace-sidebar__context.is-selectable:focus-within {
    border-color: #b8dad2;
    background: linear-gradient(135deg, #edf8f5, #f7fbfa);
    box-shadow: 0 8px 22px rgba(17, 67, 63, .07);
}

.hpj-workspace-sidebar__context > img,
.hpj-workspace-sidebar__context > .hpj-workspace-sidebar__context-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    object-fit: contain;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--hpj-workspace-primary-dark), #16aa90);
    box-shadow: 0 5px 12px rgba(0, 107, 88, .16);
}

.hpj-workspace-sidebar__context > img.is-portrait {
    object-fit: cover;
}

.hpj-workspace-sidebar__context > img.is-logo {
    padding: 4px;
    object-fit: contain;
    background: #fff;
}

.hpj-workspace-sidebar__context > div,
.hpj-workspace-sidebar__context-copy {
    min-width: 0;
    margin: 0;
    line-height: 1.15;
}

.hpj-workspace-sidebar__context small,
.hpj-workspace-sidebar__context strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-sidebar__context small {
    margin-bottom: 5px;
    color: var(--hpj-workspace-muted);
    font-size: .71rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.hpj-workspace-sidebar__context strong {
    font-size: .94rem;
}

.hpj-workspace-sidebar__context-chevron {
    width: 17px;
    height: 17px;
    color: #526d76;
    transform: rotate(90deg);
    pointer-events: none;
}

.hpj-workspace-switcher.is-open .hpj-workspace-sidebar__context-chevron {
    transform: rotate(270deg);
}

.hpj-workspace-switcher__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 50;
    width: max(100%, 280px);
    max-width: min(320px, calc(100vw - 24px));
    max-height: min(520px, calc(100dvh - 150px));
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #bdd3ce transparent;
    border: 1px solid #d4e5e1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(3, 29, 39, .2);
}

.hpj-workspace-switcher__menu[hidden] {
    display: none;
}

.hpj-workspace-switcher__menu p {
    margin: 9px 10px 5px;
    color: #778b96;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.hpj-workspace-switcher__menu p:first-child {
    margin-top: 3px;
}

.hpj-workspace-switcher__option {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 7px 9px;
    color: #38515e;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.hpj-workspace-switcher__option:hover,
.hpj-workspace-switcher__option:focus-visible {
    color: var(--hpj-workspace-primary-dark);
    border-color: #d4e8e3;
    background: #f0f8f6;
    outline: 0;
}

.hpj-workspace-switcher__option.is-active {
    color: #006f5a;
    border-color: #c5e3dc;
    background: linear-gradient(90deg, #e3f5f0, #f1faf7);
}

.hpj-workspace-switcher__option > img,
.hpj-workspace-switcher__initial,
.hpj-workspace-switcher__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    font-weight: 900;
    border: 1px solid #d4e7e2;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--hpj-workspace-primary-dark), #16aa90);
}

.hpj-workspace-switcher__option > img.is-portrait {
    object-fit: cover;
}

.hpj-workspace-switcher__option > img.is-logo {
    padding: 4px;
    object-fit: contain;
    background: #fff;
}

.hpj-workspace-switcher__icon {
    color: #00745f;
    background: #e8f5f2;
}

.hpj-workspace-switcher__icon svg {
    width: 21px;
    height: 21px;
}

.hpj-workspace-switcher__copy {
    min-width: 0;
}

.hpj-workspace-switcher__copy strong,
.hpj-workspace-switcher__copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-switcher__copy strong {
    color: var(--hpj-workspace-ink);
    font-size: .84rem;
}

.hpj-workspace-switcher__copy small {
    margin-top: 3px;
    color: #70838d;
    font-size: .7rem;
}

.hpj-workspace-switcher__check {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    border-radius: 50%;
    background: var(--hpj-workspace-primary);
    opacity: 0;
}

.hpj-workspace-switcher__option.is-active .hpj-workspace-switcher__check {
    opacity: 1;
}

.hpj-workspace-sidebar__nav {
    grid-area: navigation;
    min-height: 0;
    padding: 5px 12px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #bdd3ce transparent;
}

.hpj-workspace-sidebar__nav::-webkit-scrollbar {
    width: 6px;
}

.hpj-workspace-sidebar__nav::-webkit-scrollbar-track {
    background: transparent;
}

.hpj-workspace-sidebar__nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #bdd3ce;
}

.hpj-workspace-sidebar__nav::-webkit-scrollbar-thumb:hover {
    background: #91b7af;
}

.hpj-workspace-sidebar__nav section + section {
    margin-top: 22px;
}

.hpj-workspace-sidebar__nav.is-dense section + section {
    margin-top: 16px;
}

.hpj-workspace-sidebar__nav .hpj-workspace-nav-group + .hpj-workspace-nav-group {
    margin-top: 6px;
}

.hpj-workspace-sidebar__nav p {
    margin: 0 11px 7px;
    color: #80909e;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.hpj-workspace-nav-group__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 34px;
    margin: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #718493;
    padding: 7px 11px;
    cursor: pointer;
    font: 800 .7rem/1.15 "Inter", sans-serif;
    letter-spacing: .075em;
    text-align: left;
    text-transform: uppercase;
    transition: color .15s ease, background .15s ease;
}

.hpj-workspace-nav-group__toggle:hover,
.hpj-workspace-nav-group__toggle:focus-visible {
    color: var(--hpj-workspace-primary-dark);
    background: #f0f7f6;
}

.hpj-workspace-nav-group__toggle:focus-visible {
    outline: 3px solid rgba(0, 127, 111, .2);
    outline-offset: 1px;
}

.hpj-workspace-nav-group__toggle > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-nav-group__toggle > i {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: -3px 2px 0 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .16s ease, margin .16s ease;
}

.hpj-workspace-nav-group.is-expanded > .hpj-workspace-nav-group__toggle {
    color: #47606d;
}

.hpj-workspace-nav-group.is-expanded > .hpj-workspace-nav-group__toggle > i {
    margin-top: 3px;
    transform: rotate(225deg);
}

.hpj-workspace-nav-group__items {
    display: grid;
}

.hpj-workspace-sidebar__nav a,
.hpj-workspace-sidebar__logout {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 46px;
    margin: 2px 0;
    padding: 8px 12px;
    overflow: hidden;
    color: #4b606f;
    font-size: .91rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 12px;
}

.hpj-workspace-sidebar__logout-form {
    margin: 10px 0 0;
}

.hpj-workspace-sidebar__logout {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
}

.hpj-workspace-sidebar__nav.is-dense a {
    min-height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .87rem;
}

.hpj-workspace-sidebar__nav a > span,
.hpj-workspace-sidebar__logout > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hpj-workspace-sidebar__nav a svg,
.hpj-workspace-sidebar__logout svg {
    box-sizing: border-box;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 1px solid #deebe8;
    border-radius: 10px;
    background: #f4f8f8;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.hpj-workspace-sidebar__nav a:hover,
.hpj-workspace-sidebar__logout:hover {
    color: var(--hpj-workspace-primary-dark);
    background: #f0f7f6;
}

.hpj-workspace-sidebar__nav a:hover svg,
.hpj-workspace-sidebar__logout:hover svg {
    border-color: #c6e0da;
    background: #e9f5f2;
    transform: translateY(-1px);
}

.hpj-workspace-sidebar__nav a.is-active {
    color: #006f5a;
    background: linear-gradient(90deg, #dff3ee, #edf8f5);
    border-radius: 0 12px 12px 0;
    box-shadow: inset 3px 0 0 var(--hpj-workspace-primary);
}

.hpj-workspace-sidebar__nav a.is-active svg {
    border-color: #bcded6;
    background: #e2f4ef;
}

.hpj-workspace-sidebar__mode-toggle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 0 0 5px;
    padding: 7px 10px;
    color: #4b606f;
    border-radius: 12px;
    cursor: pointer;
    transition: color .15s ease, background .15s ease;
}

.hpj-workspace-sidebar__mode-toggle:hover,
.hpj-workspace-sidebar__mode-toggle:focus-within {
    color: var(--hpj-workspace-primary-dark);
    background: #f0f7f6;
}

.hpj-workspace-sidebar__mode-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hpj-workspace-sidebar__mode-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.hpj-workspace-sidebar__mode-copy strong,
.hpj-workspace-sidebar__mode-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-sidebar__mode-copy strong {
    font-size: .84rem;
    line-height: 1.2;
}

.hpj-workspace-sidebar__mode-copy small {
    margin-top: 2px;
    color: #748793;
    font-size: .68rem;
    line-height: 1.15;
}

.hpj-workspace-sidebar__mode-switch {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 22px;
    border: 1px solid #bdcfcc;
    border-radius: 999px;
    background: #dfe9e7;
    transition: border-color .18s ease, background .18s ease;
}

.hpj-workspace-sidebar__mode-switch::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(8, 34, 56, .2);
    transition: transform .18s ease;
}

.hpj-workspace-sidebar__mode-toggle input:checked + .hpj-workspace-sidebar__mode-copy + .hpj-workspace-sidebar__mode-switch {
    border-color: var(--hpj-workspace-primary);
    background: var(--hpj-workspace-primary);
}

.hpj-workspace-sidebar__mode-toggle input:checked + .hpj-workspace-sidebar__mode-copy + .hpj-workspace-sidebar__mode-switch::after {
    transform: translateX(16px);
}

.hpj-workspace-sidebar__mode-toggle input:focus-visible + .hpj-workspace-sidebar__mode-copy + .hpj-workspace-sidebar__mode-switch {
    outline: 3px solid rgba(0, 138, 112, .3);
    outline-offset: 2px;
}

.hpj-workspace-stage {
    min-height: 100vh;
    min-height: 100dvh;
    margin-left: var(--hpj-workspace-sidebar-width);
    transition: margin-left .22s ease;
}

.hpj-workspace-topbar {
    position: sticky;
    top: 0;
    z-index: 1020;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, auto);
    gap: 22px;
    align-items: center;
    min-height: var(--hpj-workspace-topbar-height);
    padding: 10px clamp(18px, 2.2vw, 34px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--hpj-workspace-line);
    backdrop-filter: blur(14px);
}

.hpj-workspace-topbar__start,
.hpj-workspace-topbar__actions,
.hpj-workspace-account {
    display: flex;
    align-items: center;
}

.hpj-public-workspace-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
}

.hpj-public-workspace-shell .hpj-workspace-stage,
.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-stage {
    margin-left: 0;
}

.hpj-public-workspace-shell .hpj-workspace-sidebar,
.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar {
    width: var(--hpj-workspace-sidebar-width);
    transform: translateX(-102%);
    box-shadow: 18px 0 50px rgba(3, 29, 39, .22);
}

.hpj-public-workspace-shell.is-menu-open .hpj-workspace-sidebar {
    transform: translateX(0);
}

.hpj-public-workspace-shell .hpj-workspace-mobile-toggle {
    display: inline-grid;
}

.hpj-public-workspace-shell .hpj-workspace-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1035;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    background: rgba(5, 29, 36, .48);
    transition: opacity .2s ease, visibility .2s ease;
}

.hpj-public-workspace-shell.is-menu-open .hpj-workspace-backdrop {
    visibility: visible;
    opacity: 1;
}

body.hpj-public-workspace-body.hpj-workspace-menu-open {
    overflow: hidden;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__brand {
    padding-right: 17px;
    padding-left: 22px;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__brand > a,
.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__brand img {
    display: flex !important;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__brand button svg {
    transform: rotate(180deg);
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__context {
    display: grid;
    justify-content: initial;
    margin: 16px 14px 9px;
    padding: 11px;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__context div,
.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-nav-group__toggle,
.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__nav a span {
    display: block;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-nav-group__toggle {
    display: flex;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__nav {
    padding-right: 12px;
    padding-left: 12px;
}

.hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar__nav a {
    justify-content: flex-start;
    padding-right: 12px;
    padding-left: 12px;
}

.hpj-public-workspace-topbar__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.hpj-public-workspace-topbar__link,
.hpj-public-workspace-topbar__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 16px;
    color: var(--hpj-workspace-primary-dark);
    font-weight: 800;
    text-decoration: none;
    border-radius: 12px;
}

.hpj-public-workspace-topbar__link:hover,
.hpj-public-workspace-topbar__link:focus-visible {
    color: var(--hpj-workspace-primary-dark);
    background: var(--hpj-workspace-soft);
}

.hpj-public-workspace-topbar__primary {
    color: #fff;
    background: var(--hpj-workspace-primary);
}

.hpj-public-workspace-topbar__primary:hover,
.hpj-public-workspace-topbar__primary:focus-visible {
    color: #fff;
    background: var(--hpj-workspace-primary-dark);
}

.hpj-public-workspace-content {
    padding: 0;
}

.hpj-establishment-workspace-shell {
    --hpj-workspace-soft: color-mix(in srgb, var(--hpj-workspace-primary) 9%, #fff);
}

.hpj-establishment-workspace-sidebar__brand-logo {
    max-width: 176px !important;
    height: 48px !important;
    padding: 4px 8px;
    object-position: left center !important;
    border-radius: 10px;
    background: var(--hpj-workspace-logo-bg, #fff);
}

.hpj-establishment-workspace-sidebar__attribution {
    padding: 10px 18px 16px;
    color: var(--hpj-workspace-muted);
    font-size: .72rem;
    font-weight: 750;
    text-align: center;
    border-top: 1px solid var(--hpj-workspace-line);
}

.hpj-establishment-workspace-topbar {
    border-bottom-color: color-mix(in srgb, var(--hpj-workspace-primary) 18%, #dce7e5);
}

.hpj-establishment-workspace-content .cb2-page-main {
    padding-bottom: clamp(32px, 6vw, 76px);
}

.hpj-public-workspace-content > .cb2-home,
.hpj-public-workspace-content > .cb2-page {
    min-height: calc(100vh - var(--hpj-workspace-topbar-height));
}

.hpj-workspace-topbar__start,
.hpj-workspace-page-title {
    min-width: 0;
}

.hpj-workspace-page-title {
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
}

.hpj-workspace-mobile-toggle {
    display: none;
    margin-right: 9px;
}

.hpj-workspace-page-title span,
.hpj-workspace-page-title strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-page-title span {
    margin-bottom: 4px;
    color: var(--hpj-workspace-muted);
    font-size: .71rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hpj-workspace-page-title strong {
    font-size: 1.05rem;
}

.hpj-workspace-topbar__actions {
    justify-content: flex-end;
    gap: 5px;
    min-width: 0;
}

.hpj-workspace-live-summary {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    color: #526a75;
    font-size: .75rem;
    white-space: nowrap;
    border: 1px solid #dbe9e6;
    border-radius: 999px;
    background: #f5faf9;
    overflow: hidden;
}

.hpj-workspace-live-summary strong {
    color: var(--hpj-workspace-primary-dark);
    font-size: .9rem;
}

.hpj-workspace-icon-action {
    position: relative;
    color: #294754;
    text-decoration: none;
}

.hpj-workspace-icon-badge,
.hpj-workspace-nav-badge {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    color: #fff;
    font-size: .69rem;
    font-style: normal;
    font-weight: 850;
    line-height: 1;
    border-radius: 999px;
    background: var(--hpj-workspace-primary);
}

.hpj-workspace-icon-badge[hidden],
.hpj-workspace-nav-badge[hidden] {
    display: none;
}

.hpj-workspace-icon-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: .62rem;
    box-shadow: 0 0 0 2px #fff;
}

.hpj-workspace-nav-badge {
    flex: 0 0 auto;
    margin-left: auto;
}

.hpj-workspace-nav-badge--attention {
    background: #c56d08;
}

.hpj-workspace-account {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 240px;
    margin-left: 6px;
    padding: 4px 8px 4px 4px;
    color: var(--hpj-workspace-ink);
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
}

.hpj-workspace-account:hover {
    color: var(--hpj-workspace-primary-dark);
    background: var(--hpj-workspace-soft);
}

.hpj-workspace-account-menu__dropdown {
    min-width: 210px;
    margin-top: 8px !important;
    padding: 7px;
    border: 1px solid #d9e6e4;
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(3, 29, 39, .16);
}

.hpj-workspace-account-menu__dropdown .dropdown-item {
    padding: 9px 11px;
    color: var(--hpj-workspace-ink);
    font-weight: 700;
    border-radius: 9px;
}

.hpj-workspace-account-menu__dropdown .dropdown-item:hover,
.hpj-workspace-account-menu__dropdown .dropdown-item:focus {
    color: var(--hpj-workspace-primary-dark);
    background: var(--hpj-workspace-soft);
}

.hpj-workspace-account-menu__dropdown .hpj-workspace-account-menu__logout {
    color: #a93636;
}

.hpj-workspace-account__avatar {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: linear-gradient(135deg, #006f5a, #17ae94);
}

img.hpj-workspace-account__avatar {
    object-fit: cover;
}

.hpj-workspace-account__copy {
    min-width: 0;
}

.hpj-workspace-account__copy strong,
.hpj-workspace-account__copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hpj-workspace-account__copy strong {
    max-width: 164px;
    font-size: .84rem;
}

.hpj-workspace-account__copy small {
    color: var(--hpj-workspace-muted);
    font-size: .72rem;
}

.hpj-workspace-content {
    min-height: calc(100vh - var(--hpj-workspace-topbar-height));
    padding: clamp(18px, 2.4vw, 38px);
}

.hpj-workspace-content:focus {
    outline: none;
}

/* Compatibilidade central para páginas administrativas que ainda possuem o
   contêiner visual anterior. O shell passa a controlar fundo, largura e
   espaçamento sem exigir uma segunda navegação ou uma reescrita por página. */
.hpj-workspace-content > .cb2-home.cb2-page {
    width: min(100%, 1480px);
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
}

.hpj-workspace-content > .cb2-home.cb2-page > .cb2-shell,
.hpj-workspace-content > .cb2-shell,
.hpj-workspace-content > .hpj-page-head,
.hpj-workspace-content > .hpj-page-header,
.hpj-workspace-content > .hpj-form--wide {
    width: min(100%, 1480px);
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.hpj-workspace-content > .cb2-home.cb2-page > .cb2-shell,
.hpj-workspace-content > .cb2-shell {
    padding-right: 0;
    padding-left: 0;
}

.hpj-workspace-content .cb2-page-main {
    min-height: 0;
    padding-top: 0;
}

.hpj-workspace-content .cb2-page-hero,
.hpj-workspace-content > .hpj-page-head,
.hpj-workspace-content > .hpj-page-header {
    margin-top: 0;
    border-radius: 20px;
}

.hpj-workspace-content .cb2-page-hero {
    padding: clamp(20px, 2.2vw, 30px);
}

.hpj-workspace-content .cb2-page-hero h1 {
    font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.hpj-workspace-content .cb2-ledger-hero-actions,
.hpj-workspace-content .hpj-row-actions,
.hpj-workspace-content .hpj-customer-actions,
.hpj-workspace-content .hpj-report-filter-actions {
    flex-wrap: wrap;
}

html.cb2-fonts-loading .hpj-workspace-content .cb2-home {
    opacity: 1 !important;
}

.hpj-workspace-content > .hpj-account-dashboard,
.hpj-workspace-content > .hpj-workspace-page-width,
.hpj-workspace-content > .hpj-workspace-status {
    width: min(100%, 1480px);
    margin-right: auto;
    margin-left: auto;
}

.hpj-workspace-backdrop {
    display: none;
}

.hpj-workspace-mobile-nav {
    display: none;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar {
    width: var(--hpj-workspace-sidebar-collapsed-width);
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-stage {
    margin-left: var(--hpj-workspace-sidebar-collapsed-width);
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand {
    padding-right: 12px;
    padding-left: 12px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand > a,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand img,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__fallback {
    display: none !important;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand button svg {
    transform: rotate(180deg);
}

@media (min-width: 901px) {
    html:not(.hpj-workspace-sidebar-floating).hpj-workspace-sidebar-collapsed
        .hpj-workspace-shell:not(.hpj-public-workspace-shell)
        .hpj-workspace-sidebar__brand {
        position: relative;
        justify-content: center;
        padding: 10px;
    }

    html:not(.hpj-workspace-sidebar-floating).hpj-workspace-sidebar-collapsed
        .hpj-workspace-shell:not(.hpj-public-workspace-shell)
        .hpj-workspace-sidebar__brand > a {
        display: flex !important;
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: url("/img/brand/iconeLogo.png") center / 43px 43px no-repeat;
    }

    html:not(.hpj-workspace-sidebar-floating).hpj-workspace-sidebar-collapsed
        .hpj-workspace-shell:not(.hpj-public-workspace-shell)
        .hpj-workspace-sidebar__brand button {
        position: absolute;
        right: 3px;
        bottom: 4px;
        width: 25px;
        height: 25px;
        color: var(--hpj-workspace-primary-dark);
        border-color: #cde6e0;
        border-radius: 9px;
        background: #fff;
        box-shadow: 0 3px 9px rgba(8, 34, 56, .12);
    }

    html:not(.hpj-workspace-sidebar-floating).hpj-workspace-sidebar-collapsed
        .hpj-workspace-shell:not(.hpj-public-workspace-shell)
        .hpj-workspace-sidebar__brand button svg {
        width: 16px;
        height: 16px;
    }
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-switcher {
    margin-right: 8px;
    margin-left: 8px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 8px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context-copy,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context-chevron,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav p,
.hpj-workspace-sidebar-collapsed .hpj-workspace-nav-group__toggle,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav a span,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__logout span {
    display: none;
}

@media (min-width: 901px) {
    .hpj-workspace-sidebar-collapsed .hpj-workspace-nav-group__items[hidden] {
        display: grid !important;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav .hpj-workspace-nav-group + .hpj-workspace-nav-group {
        margin-top: 2px;
    }
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-nav-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: .58rem;
    box-shadow: 0 0 0 2px #fff;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav {
    padding-right: 9px;
    padding-left: 9px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav a,
.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__logout {
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav a.is-active {
    border-radius: 12px;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__mode-toggle {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}

.hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__mode-copy {
    display: none;
}

@media (min-width: 901px) {
    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell) .hpj-workspace-stage {
        margin-left: 0;
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell) .hpj-workspace-sidebar {
        width: var(--hpj-workspace-sidebar-width);
        transform: translateX(-102%);
        box-shadow: 18px 0 50px rgba(3, 29, 39, .22);
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell).is-menu-open .hpj-workspace-sidebar {
        transform: translateX(0);
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell) .hpj-workspace-mobile-toggle {
        display: inline-grid;
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell) .hpj-workspace-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1035;
        display: block;
        visibility: hidden;
        opacity: 0;
        border: 0;
        background: rgba(5, 29, 36, .48);
        transition: opacity .2s ease, visibility .2s ease;
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell).is-menu-open .hpj-workspace-backdrop {
        visibility: visible;
        opacity: 1;
    }

    .hpj-workspace-sidebar-floating .hpj-workspace-shell:not(.hpj-public-workspace-shell) .hpj-workspace-sidebar__brand button svg {
        transform: rotate(180deg);
    }

    html.hpj-workspace-sidebar-floating body.hpj-workspace-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 1120px) {
    .hpj-workspace-topbar {
        grid-template-columns: minmax(160px, 1fr) auto;
        gap: 14px;
    }

    .hpj-workspace-account__copy {
        display: none;
    }

    .hpj-workspace-live-summary span {
        display: none;
    }
}

@media (max-width: 1700px) {
    .hpj-workspace-live-summary {
        display: none;
    }
}

@media (max-width: 900px) {
    :root {
        --hpj-workspace-topbar-height: 68px;
        --hpj-workspace-mobile-nav-clearance: calc(74px + env(safe-area-inset-bottom));
    }

    .hpj-workspace-sidebar__mode-toggle {
        display: none;
    }

    body.hpj-workspace-menu-open {
        overflow: hidden;
    }

    .hpj-workspace-sidebar,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar {
        bottom: var(--hpj-workspace-mobile-nav-clearance);
        width: min(86vw, 310px);
        min-height: 0;
        height: calc(100dvh - var(--hpj-workspace-mobile-nav-clearance));
        transform: translateX(-102%);
        box-shadow: 18px 0 50px rgba(3, 29, 39, .22);
    }

    .hpj-establishment-workspace-shell .hpj-workspace-sidebar,
    .hpj-workspace-sidebar-collapsed .hpj-establishment-workspace-shell .hpj-workspace-sidebar {
        bottom: 0;
        height: 100dvh;
    }

    .hpj-public-workspace-shell .hpj-workspace-sidebar,
    .hpj-workspace-sidebar-collapsed .hpj-public-workspace-shell .hpj-workspace-sidebar {
        width: min(86vw, 310px);
    }

    .hpj-workspace-shell.is-menu-open .hpj-workspace-sidebar {
        transform: translateX(0);
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand > a,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand img {
        display: flex !important;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand {
        padding-right: 17px;
        padding-left: 22px;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand button svg {
        transform: none;
    }

    .hpj-workspace-sidebar__brand button svg,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__brand button svg {
        transform: rotate(180deg);
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-switcher {
        margin: 16px 14px 9px;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context {
        display: grid;
        justify-content: initial;
        margin: 0;
        padding: 11px;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context-copy,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__context-chevron,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav p,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-nav-group__toggle,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav a span {
        display: block;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-nav-group__toggle {
        display: flex;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav {
        padding-right: 12px;
        padding-left: 12px;
    }

    .hpj-workspace-sidebar-collapsed .hpj-workspace-sidebar__nav a {
        justify-content: flex-start;
        padding-right: 12px;
        padding-left: 12px;
    }

    .hpj-workspace-stage,
    .hpj-workspace-sidebar-collapsed .hpj-workspace-stage {
        margin-left: 0;
    }

    .hpj-workspace-topbar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding: 8px 13px;
    }

    .hpj-workspace-mobile-toggle {
        display: inline-grid;
    }

    .hpj-workspace-page-title span {
        display: none;
    }

    .hpj-workspace-topbar__actions .hpj-workspace-icon-action:first-child,
    .hpj-workspace-account-menu {
        display: none;
    }

    .hpj-public-workspace-topbar__actions .hpj-workspace-icon-action {
        display: none;
    }

    .hpj-public-workspace-topbar__actions {
        gap: 4px;
    }

    .hpj-public-workspace-topbar__primary {
        display: inline-flex;
        font-size: .78rem;
        min-height: 38px;
        padding: 6px 12px;
        white-space: nowrap;
    }

    .hpj-public-workspace-topbar__link {
        min-height: 38px;
        padding: 6px 10px;
        font-size: .82rem;
    }

    .hpj-workspace-live-summary {
        margin-right: 0;
        padding: 6px 9px;
    }

    .hpj-workspace-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1035;
        display: block;
        visibility: hidden;
        opacity: 0;
        border: 0;
        background: rgba(5, 29, 36, .48);
        transition: opacity .2s ease, visibility .2s ease;
    }

    .hpj-workspace-shell.is-menu-open .hpj-workspace-backdrop {
        visibility: visible;
        opacity: 1;
    }

    .hpj-workspace-content {
        padding: 14px 10px 92px;
    }

    .hpj-public-workspace-content {
        padding: 0 0 74px;
    }

    .hpj-workspace-mobile-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1100;
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 4px 8px calc(4px + env(safe-area-inset-bottom));
        border-top: 1px solid #d7e5df;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 -12px 32px rgba(23, 32, 29, .16);
        backdrop-filter: blur(12px);
    }

    .hpj-workspace-mobile-nav a {
        display: grid;
        place-items: center;
        gap: 3px;
        min-width: 0;
        padding: 8px 2px 9px;
        color: #52645e;
        font-size: .68rem;
        font-weight: 850;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
    }

    .hpj-workspace-mobile-nav a:hover,
    .hpj-workspace-mobile-nav a:focus-visible {
        color: var(--hpj-workspace-primary-dark);
    }

    .hpj-workspace-mobile-nav svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: currentColor;
        stroke: none;
    }

    .hpj-workspace-mobile-nav a.is-active {
        color: var(--hpj-workspace-primary-dark);
    }

    .hpj-workspace-mobile-nav span {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        overflow-wrap: anywhere;
        text-overflow: clip;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hpj-workspace-content .cb2-page-hero,
    .hpj-workspace-content > .hpj-page-head,
    .hpj-workspace-content > .hpj-page-header {
        border-radius: 16px;
    }

    .hpj-workspace-content .cb2-page-hero {
        padding: 20px;
    }
}

.hpj-notification-center[hidden] {
    display: none;
}

body.hpj-notification-center-open {
    overflow: hidden;
}

.hpj-notification-center {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.hpj-notification-center__backdrop {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 0;
    border: 0;
    background: rgba(4, 25, 34, .52);
    backdrop-filter: blur(2px);
}

.hpj-notification-center__panel {
    grid-column: 2;
    grid-row: 1;
    z-index: 1;
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    color: var(--hpj-workspace-ink);
    background: #f7fafb;
    border-left: 1px solid rgba(212, 229, 225, .9);
    box-shadow: -24px 0 60px rgba(4, 31, 39, .2);
    animation: hpj-notification-panel-in .2s ease-out;
}

@keyframes hpj-notification-panel-in {
    from { transform: translateX(32px); opacity: .6; }
    to { transform: translateX(0); opacity: 1; }
}

.hpj-notification-center__header,
.hpj-notification-center__toolbar,
.hpj-notification-center__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hpj-notification-center__header {
    padding: 20px 20px 15px;
    background: #fff;
    border-bottom: 1px solid var(--hpj-workspace-line);
}

.hpj-notification-center__header span {
    display: block;
    margin-bottom: 3px;
    color: var(--hpj-workspace-primary-dark);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.hpj-notification-center__header h2 {
    margin: 0;
    font-size: 1.38rem;
}

.hpj-notification-center__close {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #46616c;
    border: 1px solid #d9e6e3;
    border-radius: 12px;
    background: #f7faf9;
}

.hpj-notification-center__close:hover {
    color: var(--hpj-workspace-primary-dark);
    background: var(--hpj-workspace-soft);
}

.hpj-notification-center__close svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.hpj-notification-center__toolbar {
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid var(--hpj-workspace-line);
}

.hpj-notification-center__toolbar strong {
    color: #526b74;
    font-size: .84rem;
}

.hpj-notification-center__toolbar button,
.hpj-notification-center__more {
    padding: 7px 10px;
    color: var(--hpj-workspace-primary-dark);
    font-size: .8rem;
    font-weight: 800;
    border: 0;
    border-radius: 9px;
    background: var(--hpj-workspace-soft);
}

.hpj-notification-center__toolbar button:disabled,
.hpj-notification-center__more:disabled {
    cursor: default;
    opacity: .5;
}

.hpj-notification-center__status {
    min-height: 0;
    padding: 0 20px;
    color: #63767d;
    font-size: .84rem;
    text-align: center;
}

.hpj-notification-center__status:not(:empty) {
    padding-top: 14px;
    padding-bottom: 14px;
}

.hpj-notification-center__list {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px;
}

.hpj-notification-center__item + .hpj-notification-center__item {
    margin-top: 9px;
}

.hpj-notification-center__item-action {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    width: 100%;
    padding: 14px;
    color: inherit;
    text-align: left;
    border: 1px solid #dce8e5;
    border-radius: 14px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.hpj-notification-center__item-action:hover {
    border-color: #a8d2c9;
    box-shadow: 0 9px 22px rgba(8, 47, 55, .08);
    transform: translateY(-1px);
}

.hpj-notification-center__item.is-unread .hpj-notification-center__item-action {
    border-color: rgba(0, 138, 112, .38);
    background: #edf9f6;
    box-shadow: 0 8px 20px rgba(0, 105, 86, .08);
}

.hpj-notification-center__item.is-busy {
    pointer-events: none;
    opacity: .65;
}

.hpj-notification-center__dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: #c4d0cd;
}

.hpj-notification-center__item.is-unread .hpj-notification-center__dot {
    background: var(--hpj-workspace-primary);
    box-shadow: 0 0 0 4px rgba(0, 138, 112, .12);
}

.hpj-notification-center__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.hpj-notification-center__copy strong {
    color: #173d45;
    font-size: .94rem;
}

.hpj-notification-center__copy > span {
    color: #536a72;
    font-size: .86rem;
    line-height: 1.42;
}

.hpj-notification-center__copy time {
    margin-top: 2px;
    color: #7a8b90;
    font-size: .74rem;
}

.hpj-notification-center__state {
    padding: 4px 7px;
    color: #006b58;
    font-size: .69rem;
    font-weight: 900;
    border-radius: 999px;
    background: #d8f1eb;
}

.hpj-notification-center__more {
    justify-self: center;
    margin: 0 12px 12px;
}

.hpj-notification-center__more[hidden] {
    display: none;
}

.hpj-notification-center__footer {
    padding: 13px 20px calc(13px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--hpj-workspace-line);
}

.hpj-notification-center__footer a {
    color: var(--hpj-workspace-primary-dark);
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 560px) {
    .hpj-notification-center {
        display: block;
    }

    .hpj-notification-center__backdrop {
        display: none;
    }

    .hpj-notification-center__panel {
        width: 100%;
        border-left: 0;
    }

    .hpj-notification-center__header {
        padding-top: calc(16px + env(safe-area-inset-top));
    }

    .hpj-notification-center__toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hpj-workspace-sidebar,
    .hpj-workspace-stage,
    .hpj-workspace-backdrop,
    .hpj-workspace-sidebar__brand button svg,
    .hpj-notification-center__panel,
    .hpj-notification-center__item-action {
        transition: none;
        animation: none;
    }
}
