.private-page-header-shell { display: contents; }
.private-page-header {
  --private-page-header-height: 64px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 40;
  flex: 0 0 var(--private-page-header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  height: var(--private-page-header-height);
  padding: 0 30px;
  border-bottom: 1px solid #e3e3df;
  background: #fafaf8;
  color: #20201e;
  font: 400 14px/1.3 var(--sans, sans-serif);
}
.private-page-header *, .private-page-header *::before, .private-page-header *::after { box-sizing: border-box; }
.private-page-header a { color: inherit; text-decoration: none; }
.private-page-header :is(a, summary):focus-visible { outline: 2px solid #20201e; outline-offset: 3px; }
.private-page-header .private-page-wordmark {
  justify-self: start;
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1.3px;
}
.private-page-links { display: flex; align-items: center; gap: 28px; }
.private-page-header .private-page-links a { display: flex; align-items: center; min-height: 44px; border-block: 2px solid transparent; color: #666662; }
.private-page-header .private-page-links a:hover { color: #20201e; }
.private-page-header .private-page-links a[aria-current="page"] { color: #20201e; border-bottom-color: #20201e; }
.private-page-handmark { position: relative; justify-self: end; }
.private-page-handmark summary {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  list-style: none;
}
.private-page-handmark summary::-webkit-details-marker { display: none; }
.private-page-handmark summary:hover img, .private-page-handmark[open] summary img { opacity: 1; }
.private-page-handmark img { display: block; width: 23px; height: 33px; object-fit: contain; opacity: .85; }
.private-page-handmark-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1;
  width: 156px;
  padding: 8px;
  background: #fafaf8;
  border: 1px solid #deded8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgb(20 20 18 / 8%);
}
.private-page-handmark-panel > span { display: block; padding: 8px 10px 4px; color: #666662; font-size: 12px; }
.private-page-handmark-panel a { display: flex; align-items: center; min-height: 44px; padding: 8px 10px; border-radius: 4px; }
.private-page-handmark-panel a:hover { background: #edede7; }
.private-page-mobile-menu { display: none; }
@media (max-width: 600px) {
  .private-page-header { grid-template-columns: minmax(0, 1fr) auto; padding-inline: 16px; gap: 16px; }
  .private-page-desktop-links, .private-page-handmark { display: none; }
  .private-page-mobile-menu { display: block; justify-self: end; }
  .private-page-menu-trigger { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; cursor: pointer; list-style: none; }
  .private-page-menu-trigger::-webkit-details-marker { display: none; }
  .private-page-mobile-menu[open] .private-page-menu-trigger { background: #edede7; }
  .private-page-mobile-panel { position: absolute; top: 100%; inset-inline: 0; max-height: calc(100svh - var(--private-page-header-height)); overflow-y: auto; overscroll-behavior: contain; padding: 12px 16px 16px; border-bottom: 1px solid #deded8; background: #fafaf8; box-shadow: 0 8px 24px rgb(20 20 18 / 8%); }
  .private-page-mobile-panel .private-page-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px; }
  .private-page-mobile-panel .private-page-links a { padding: 10px 12px; }
  .private-page-mobile-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; padding: 12px 0 0 12px; border-top: 1px solid #e3e3df; }
  .private-page-mobile-actions img { display: block; width: 23px; height: 33px; object-fit: contain; opacity: .85; }
  .private-page-mobile-actions a { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding-inline: 12px; }
  .private-page-mobile-panel a:hover { background: #edede7; }
}
@media print { .private-page-header { display: none; } }
