/* Global HMD navigation only: chapter links, voting and page styles stay local. */
.hmd-global-header {
  --hmd-nav-ink: #1c1420;
  --hmd-nav-paper: #fffaf4;
  --hmd-nav-purple: #dfbfdf;
  --hmd-nav-line: #dfbfdf40;
  position: relative;
  z-index: 40;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--hmd-nav-line);
  background: var(--hmd-nav-ink);
  color: var(--hmd-nav-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  color-scheme: dark;
}
.hmd-global-header *,
.hmd-global-header *::before,
.hmd-global-header *::after { box-sizing: border-box; }
.hmd-global-header .hmd-global-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 2 * clamp(22px, 4.4vw, 72px), 1400px);
  min-height: 88px;
  margin: 0 auto;
  padding: 0;
}
.hmd-global-header .hmd-global-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hmd-nav-paper);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-decoration: none;
}
.hmd-global-header .hmd-global-brand-mark {
  display: inline-block;
  color: var(--hmd-nav-purple);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.hmd-global-header .hmd-global-brand-name { color: inherit; }
.hmd-global-header .hmd-global-nav {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.hmd-global-header .hmd-global-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hmd-nav-paper);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.hmd-global-header .hmd-global-link:hover,
.hmd-global-header .hmd-global-link[aria-current] {
  color: var(--hmd-nav-purple);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.hmd-global-header .hmd-global-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 88px;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--hmd-nav-line);
  border-radius: 6px;
  background: transparent;
  color: var(--hmd-nav-paper);
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}
.hmd-global-header .hmd-global-toggle-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.hmd-global-header[data-hmd-menu-open="true"] .hmd-global-toggle-icon {
  transform: translateY(2px) rotate(225deg);
}
.hmd-global-header a:focus-visible,
.hmd-global-header button:focus-visible {
  outline: 2px solid var(--hmd-nav-purple);
  outline-offset: 5px;
}
.hmd-global-header [hidden] { display: none !important; }
@media (max-width: 700px) {
  .hmd-global-header .hmd-global-inner {
    flex-wrap: wrap;
    gap: 0 16px;
    min-height: 76px;
  }
  .hmd-global-header .hmd-global-brand { font-size: 12px; }
  .hmd-global-header .hmd-global-brand-mark { font-size: 25px; }
  .hmd-global-header .hmd-global-nav {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 0 18px;
  }
  .hmd-global-header .hmd-global-link { min-height: 46px; padding: 12px 2px; }
  .hmd-global-header[data-hmd-enhanced="true"] .hmd-global-toggle { display: inline-flex; }
  .hmd-global-header[data-hmd-enhanced="true"] .hmd-global-nav { display: none; }
  .hmd-global-header[data-hmd-menu-open="true"] .hmd-global-nav { display: flex; }
}

.event-section-actions{display:flex;justify-content:flex-end;gap:24px;padding-block:14px;font-size:14px}.event-section-actions a{min-height:40px;display:flex;align-items:center}
