
:root {
  --mh-accent: #c62828;
  --mh-accent-bright: color-mix(in srgb, #c62828 68%, white);
  --mh-accent-soft: color-mix(in srgb, #c62828 16%, transparent);
  --mh-ink: #171717;
  --mh-paper: #f5f2eb;
  --mh-muted: #77736c;
  --mh-line: color-mix(in srgb, currentColor 12%, transparent);
  --light-color-background: #f5f2eb;
  --light-color-background-secondary: #ebe7de;
  --light-color-background-active: #ddd7cc;
  --light-color-active-menu-item: #e3ddd2;
  --light-color-text: #24221f;
  --light-color-contrast-text: #11100f;
  --light-color-text-aside: #68645e;
  --light-color-link: color-mix(in srgb, #c62828 82%, #111);
  --light-color-focus-outline: #c62828;
  --dark-color-background: #121212;
  --dark-color-background-secondary: #191919;
  --dark-color-background-active: #2a2827;
  --dark-color-active-menu-item: #292625;
  --dark-color-text: #f1eee8;
  --dark-color-contrast-text: #fffdf8;
  --dark-color-text-aside: #aaa59d;
  --dark-color-link: var(--mh-accent-bright);
  --dark-color-focus-outline: var(--mh-accent-bright);
  --dim-toolbar-contents-height: 4.5rem;
  --dim-header-height: calc(var(--dim-toolbar-border-bottom-width) + var(--dim-toolbar-contents-height));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { letter-spacing: -0.006em; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 45rem);
}
a { text-underline-offset: .18em; }
code, pre, kbd, .tsd-signature { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }

.mh-site-header {
  background: color-mix(in srgb, var(--color-background) 92%, transparent);
  border-bottom: 1px solid var(--mh-line);
  backdrop-filter: blur(18px);
}
.mh-toolbar { min-height: 4.5rem; display: flex; align-items: center; gap: 1.25rem; }
.mh-brand { min-width: 0; display: flex; align-items: center; gap: .75rem; color: var(--color-text); text-decoration: none; }
.mh-brand img { width: auto; max-width: 7.8rem; height: 2.25rem; object-fit: contain; object-position: left center; }
:root[data-theme="light"] .mh-brand img { filter: drop-shadow(1px 0 0 var(--mh-ink)) drop-shadow(-1px 0 0 var(--mh-ink)) drop-shadow(0 1px 0 var(--mh-ink)) drop-shadow(0 -1px 0 var(--mh-ink)); }
.mh-brand-mark { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; color: white; background: var(--mh-accent); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.mh-brand-copy { display: grid; line-height: 1.05; }
.mh-brand-copy strong { max-width: 18rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .9rem; }
.mh-brand-copy small { margin-top: .25rem; color: var(--color-text-aside); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mh-target-switcher { display: flex; gap: .2rem; padding: .25rem; border: 1px solid var(--mh-line); border-radius: .45rem; background: color-mix(in srgb, var(--color-background-secondary) 68%, transparent); }
.mh-target-switcher a { padding: .45rem .75rem; border-radius: .3rem; color: var(--color-text-aside); font-size: .76rem; font-weight: 750; text-decoration: none; }
.mh-target-switcher a:hover { color: var(--color-text); }
.mh-target-switcher a.active { color: white; background: var(--mh-accent); }
.mh-toolbar-actions { display: flex; align-items: center; gap: .65rem; margin-left: auto; }
.mh-external-links { display: flex; gap: 1rem; }
.mh-external-links a { color: var(--color-text-aside); font-size: .76rem; font-weight: 650; text-decoration: none; }
.mh-external-links a:hover { color: var(--color-text); }
.mh-search-trigger { min-width: 7.8rem; display: flex; align-items: center; gap: .55rem; padding: .55rem .65rem; border: 1px solid var(--mh-line); border-radius: .4rem; color: var(--color-text-aside); background: var(--color-background-secondary); }
.mh-search-trigger svg { width: 1rem; }
.mh-search-trigger span { font-size: .76rem; }
.mh-search-trigger kbd { margin-left: auto; padding: .08rem .34rem; border: 1px solid var(--mh-line); border-radius: .2rem; color: var(--color-text-aside); background: var(--color-background); font-size: .65rem; }
.mh-menu-trigger { display: none; }

.container-main { max-width: 92rem; }
.col-content { padding-top: 3rem; }
.col-sidebar { border-left-color: var(--mh-line); }
.site-menu { border-right: 1px solid var(--mh-line); }
.site-menu .tsd-navigation a { border-radius: .32rem; }
.site-menu .current > a, .site-menu a.current { color: var(--color-contrast-text); background: var(--mh-accent-soft); }
.site-menu .current svg, .site-menu a.current svg { color: var(--mh-accent-bright); }
.page-menu { padding-top: 2rem; }
.page-menu .tsd-accordion-summary > h3 { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.mh-target-hero { margin: 0 0 2.5rem; padding: 1.75rem 2rem; border: 1px solid var(--mh-line); border-radius: .75rem; background: linear-gradient(135deg, var(--mh-accent-soft), transparent 55%), var(--color-background-secondary); }
.mh-target-hero h1 { margin: .4rem 0 .6rem; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.045em; }
.mh-target-hero p { max-width: 48rem; margin: 0; color: var(--color-text-aside); font-size: 1.02rem; line-height: 1.65; }
.mh-eyebrow { color: var(--mh-accent-bright); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mh-page-title { margin-bottom: 1.5rem; }
.mh-page-title .tsd-breadcrumb { margin-bottom: 1.5rem; color: var(--color-text-aside); }
.mh-title-meta { display: flex; align-items: center; gap: .5rem; margin-bottom: .7rem; }
.mh-kind-badge, .mh-target-badge { display: inline-flex; padding: .27rem .5rem; border: 1px solid var(--mh-line); border-radius: 999px; font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.mh-kind-badge { color: var(--mh-accent-bright); background: var(--mh-accent-soft); }
.mh-target-badge { color: var(--color-text-aside); }
.mh-page-title h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.25rem); line-height: .98; letter-spacing: -.055em; }

.tsd-panel { border-color: var(--mh-line); border-radius: .65rem; }
.tsd-signature { padding: 1rem 1.1rem; border: 1px solid var(--mh-line); border-radius: .45rem; background: color-mix(in srgb, var(--color-background-secondary) 72%, transparent); line-height: 1.7; }
.tsd-panel-group > h2, .tsd-accordion-summary h2 { letter-spacing: -.025em; }
.tsd-parameters { display: grid; gap: .65rem; padding-left: 0; }
.tsd-parameter { padding: .8rem 1rem; border: 1px solid var(--mh-line); border-radius: .45rem; background: color-mix(in srgb, var(--color-background-secondary) 48%, transparent); list-style: none; }
.tsd-parameter > h5 { margin: 0 0 .35rem; }
.tsd-parameter > .tsd-comment { margin-bottom: 0; }
pre { border: 1px solid var(--mh-line); border-radius: .55rem; }
.tsd-anchor-icon { color: var(--color-text-aside); }

.mh-footer { min-height: 4.5rem; max-height: none; padding: 0; border-top: 1px solid var(--mh-line); color: var(--color-text-aside); background: var(--color-background-secondary); }
.mh-footer-inner { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .75rem; }
.mh-footer a { color: inherit; }

.mh-home {
  --color-background: #121212;
  --color-background-secondary: #191919;
  --color-text: #f1eee8;
  --color-contrast-text: #fffdf8;
  --color-text-aside: #aaa59d;
  min-height: 100vh;
  margin: 0;
  color: var(--color-text);
  color-scheme: dark;
  background: var(--color-background);
}
.mh-home .mh-site-header { position: sticky; top: 0; z-index: 5; }
.mh-home-toolbar { width: min(74rem, calc(100% - 2rem)); margin: 0 auto; }
.mh-home-main { width: min(74rem, calc(100% - 2rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0 5rem; }
.mh-home-hero { max-width: 58rem; }
.mh-home-hero h1 { max-width: 14ch; margin: .75rem 0 1.25rem; font-size: clamp(3.4rem, 8vw, 7rem); line-height: .9; letter-spacing: -.07em; }
.mh-home-tagline { max-width: 46rem; margin: 0; color: var(--color-text-aside); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.mh-home-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.mh-home-meta span { padding: .45rem .65rem; border: 1px solid var(--mh-line); border-radius: 999px; color: var(--color-text-aside); font-size: .72rem; font-weight: 700; }
.mh-target-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: 1rem; margin-top: 5rem; }
.mh-target-card { min-height: 19rem; display: flex; flex-direction: column; padding: 1.75rem; border: 1px solid var(--mh-line); border-radius: .75rem; color: inherit; background: linear-gradient(145deg, var(--mh-accent-soft), transparent 48%), var(--color-background-secondary); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.mh-target-card:hover { transform: translateY(-3px); border-color: var(--mh-accent-bright); }
.mh-card-number { color: var(--mh-accent-bright); font: 700 .72rem/1 "SFMono-Regular", Consolas, monospace; }
.mh-target-card h2 { margin: auto 0 .65rem; font-size: 2rem; letter-spacing: -.04em; }
.mh-target-card p { min-height: 4.8rem; margin: 0; color: var(--color-text-aside); line-height: 1.6; }
.mh-card-action { margin-top: 1.5rem; color: var(--mh-accent-bright); font-weight: 800; }
.mh-home-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 5rem; padding-top: 2rem; border-top: 1px solid var(--mh-line); }
.mh-home-principles strong { display: block; margin-bottom: .4rem; font-size: .82rem; }
.mh-home-principles span { color: var(--color-text-aside); font-size: .84rem; line-height: 1.55; }
.mh-home-footer { width: min(74rem, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 3rem; display: flex; flex-wrap: wrap; gap: 1.25rem; border-top: 1px solid var(--mh-line); }
.mh-home-footer a { color: var(--color-text-aside); font-size: .8rem; }

@media (prefers-color-scheme: light) {
  :root[data-theme="os"] .mh-brand img { filter: drop-shadow(1px 0 0 var(--mh-ink)) drop-shadow(-1px 0 0 var(--mh-ink)) drop-shadow(0 1px 0 var(--mh-ink)) drop-shadow(0 -1px 0 var(--mh-ink)); }
}

@media (max-width: 900px) {
  :root { --dim-toolbar-contents-height: 7.6rem; }
  .mh-toolbar { min-height: 7.6rem; flex-wrap: wrap; align-content: center; gap: .65rem; }
  .mh-brand { flex: 1 1 auto; }
  .mh-brand-copy small, .mh-external-links { display: none; }
  .mh-target-switcher { order: 3; width: 100%; }
  .mh-target-switcher a { flex: 1; text-align: center; }
  .mh-toolbar-actions { margin-left: 0; }
  .mh-search-trigger { min-width: auto; padding: .55rem; }
  .mh-search-trigger span, .mh-search-trigger kbd { display: none; }
  .mh-menu-trigger { display: inline-flex; }
  .col-content { padding-top: 2rem; }
  .mh-home-principles { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .mh-brand img { max-width: 6.2rem; height: 2rem; }
  .mh-brand-copy strong { max-width: 9rem; font-size: .78rem; }
  .mh-home-main { padding-top: 4rem; }
  .mh-home-hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .mh-target-grid { margin-top: 3rem; }
  .mh-target-card { min-height: 16rem; }
  .mh-footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}

.tsd-signature-symbol {
  color: var(--mh-accent-bright);
}

.mh-brand img {
  image-rendering: auto;
}

.tsd-typography .mh-weapon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 2.5rem;
}

.tsd-typography .mh-weapon-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--mh-line);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, var(--mh-accent-soft), transparent 45%), var(--color-background-secondary);
  box-shadow: 0 0.5rem 1.5rem color-mix(in srgb, #000 10%, transparent);
}

.tsd-typography .mh-weapon-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem 0;
  color: var(--color-text-aside);
  font: 750 0.65rem/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsd-typography .mh-weapon-card__meta span:first-child {
  color: var(--mh-accent-bright);
}

.tsd-typography .mh-weapon-card__art {
  min-height: 7.5rem;
  margin: 0.65rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--mh-line);
  border-radius: 0.55rem;
  background: radial-gradient(circle at 50% 45%, var(--mh-accent-soft), transparent 62%), color-mix(in srgb, var(--color-background) 78%, transparent);
}

.tsd-typography .mh-weapon-card__art img {
  width: auto;
  max-width: 88%;
  max-height: 4.5rem;
  margin: 0;
  filter: drop-shadow(0 0.65rem 0.65rem color-mix(in srgb, #000 36%, transparent));
}

.tsd-typography .mh-weapon-card__art--missing {
  color: var(--color-text-aside);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tsd-typography .mh-weapon-card h3 {
  margin: 0;
  padding: 0.15rem 0.8rem 0.8rem;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.tsd-typography .mh-weapon-card p {
  margin: -0.45rem 0 0;
  padding: 0 0.8rem 0.85rem;
  color: var(--color-text-aside);
  font-size: 0.76rem;
  line-height: 1.45;
}

.tsd-typography .mh-weapon-card--warning {
  border-color: color-mix(in srgb, #e6a23c 55%, var(--mh-line));
  background: linear-gradient(145deg, color-mix(in srgb, #e6a23c 13%, transparent), transparent 48%), var(--color-background-secondary);
}

.tsd-typography table:has(img[alt^="Weather preset"]) {
  display: block;
  width: 100%;
  margin: 1.5rem 0 3rem;
  overflow: visible;
  border: 0;
  background: transparent;
}

.tsd-typography table:has(img[alt^="Weather preset"]) thead {
  display: none;
}

.tsd-typography table:has(img[alt^="Weather preset"]) tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
}

.tsd-typography table:has(img[alt^="Weather preset"]) tr {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas:
    "preview preview preview"
    "name name name"
    "condition clock game";
  border: 1px solid var(--mh-line);
  border-radius: 0.75rem;
  background: linear-gradient(160deg, var(--mh-accent-soft), transparent 42%), var(--color-background-secondary);
  box-shadow: 0 0.6rem 1.8rem color-mix(in srgb, #000 12%, transparent);
}

.tsd-typography table:has(img[alt^="Weather preset"]) td {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem;
  border: 0;
  color: var(--color-text-aside);
  font-size: 0.72rem;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(1) {
  grid-area: name;
  padding-bottom: 0.35rem;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(1) code {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--color-text);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 750;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(2) {
  grid-area: game;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(2)::before {
  content: "T";
  color: var(--color-text-aside);
  font: 700 0.62rem/1 "SFMono-Regular", Consolas, monospace;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(3) {
  grid-area: clock;
  font: 750 0.72rem/1 "SFMono-Regular", Consolas, monospace;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(4) {
  grid-area: condition;
  color: var(--mh-accent-bright);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(5) {
  grid-area: preview;
  padding: 0;
  border-bottom: 1px solid var(--mh-line);
  background: var(--color-background);
}

.tsd-typography table:has(img[alt^="Weather preset"]) td:nth-child(5) img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  object-fit: cover;
}

.tsd-typography table:has(img[alt^="Wheel model"]) {
  display: block;
  width: 100%;
  margin: 1.5rem 0 3rem;
  overflow: visible;
  border: 0;
  background: transparent;
}

.tsd-typography table:has(img[alt^="Wheel model"]) thead {
  display: none;
}

.tsd-typography table:has(img[alt^="Wheel model"]) tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.tsd-typography table:has(img[alt^="Wheel model"]) tr {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-areas:
    "preview"
    "name";
  align-items: center;
  border: 1px solid var(--mh-line);
  border-radius: 0.75rem;
  background: linear-gradient(160deg, var(--mh-accent-soft), transparent 42%), var(--color-background-secondary);
  box-shadow: 0 0.6rem 1.8rem color-mix(in srgb, #000 12%, transparent);
}

.tsd-typography table:has(img[alt^="Wheel model"]) td {
  min-width: 0;
  padding: 0.75rem;
  border: 0;
}

.tsd-typography table:has(img[alt^="Wheel model"]) td:nth-child(1) {
  grid-area: name;
}

.tsd-typography table:has(img[alt^="Wheel model"]) td:nth-child(1) code {
  color: var(--color-text);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 750;
}

.tsd-typography table:has(img[alt^="Wheel model"]) td:nth-child(2) {
  grid-area: preview;
  padding: 0;
  border-bottom: 1px solid var(--mh-line);
  background: var(--color-background);
}

.tsd-typography table:has(img[alt^="Wheel model"]) td:nth-child(2) img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  object-fit: cover;
}

.tsd-typography table:has(img[alt^="Map blip"]) {
  display: block;
  width: 100%;
  margin: 1.5rem 0 3rem;
  overflow: visible;
  border: 0;
  background: transparent;
}

.tsd-typography table:has(img[alt^="Map blip"]) thead {
  display: none;
}

.tsd-typography table:has(img[alt^="Map blip"]) tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.8rem;
}

.tsd-typography table:has(img[alt^="Map blip"]) tr {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "preview preview"
    "library id";
  border: 1px solid var(--mh-line);
  border-radius: 0.75rem;
  background: linear-gradient(155deg, var(--mh-accent-soft), transparent 48%), var(--color-background-secondary);
}

.tsd-typography table:has(img[alt^="Map blip"]) td {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
  border: 0;
  color: var(--color-text-aside);
  font-size: 0.72rem;
}

.tsd-typography table:has(img[alt^="Map blip"]) td::before {
  color: var(--color-text-aside);
  font: 700 0.58rem/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(1) {
  grid-area: library;
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(1)::before {
  content: "Lib";
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(2) {
  grid-area: id;
  justify-content: flex-end;
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(2)::before {
  content: "ID";
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(1) code,
.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(2) code {
  color: var(--mh-accent-bright);
  background: transparent;
  font-weight: 800;
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(3) {
  grid-area: preview;
  min-height: 6rem;
  justify-content: center;
  border-bottom: 1px solid var(--mh-line);
  background: radial-gradient(circle at 50% 50%, var(--mh-accent-soft), transparent 65%), var(--color-background);
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(3)::before {
  display: none;
}

.tsd-typography table:has(img[alt^="Map blip"]) td:nth-child(3) img {
  width: auto;
  max-width: 3.5rem;
  max-height: 3.5rem;
  margin: 0;
  filter: drop-shadow(0 0.35rem 0.5rem color-mix(in srgb, #000 45%, transparent));
}

@media (max-width: 520px) {
  .tsd-typography .mh-weapon-grid {
    grid-template-columns: 1fr;
  }

  .tsd-typography table:has(img[alt^="Weather preset"]) tbody {
    grid-template-columns: 1fr;
  }

  .tsd-typography table:has(img[alt^="Wheel model"]) tbody {
    grid-template-columns: 1fr;
  }

  .tsd-typography table:has(img[alt^="Map blip"]) tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
