@font-face { font-family: "Source Serif 4"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/SourceSerif4-400.woff2") format("woff2"); }
@font-face { font-family: "Source Serif 4"; font-style: italic; font-weight: 400; font-display: swap; src: url("../assets/fonts/SourceSerif4-400-Italic.woff2") format("woff2"); }
@font-face { font-family: "Source Serif 4"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/SourceSerif4-600.woff2") format("woff2"); }


body.ms2w-crimson {
  --blood: #920203;
  --blood-deep: #600;
  --gold: #b89332;
  --bronze: #89603a;
  --bone: #f3efe6;
  --mist: #d8d0c4;
  --ink: #050403;
  --panel: rgba(8, 6, 5, 0.94);
  --col: 1280px;
  --notch: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  --ms2-ember: var(--gold);
  --ms2-ember-dim: var(--bronze);
  --ms2-gold: var(--gold);
  --ms2-bone: var(--bone);
  --ms2-text: var(--mist);
  --ms2-muted: #8a8276;
  --ms2-danger: var(--blood);
  --ms2-panel: var(--panel);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.58) 100%),
    url("../assets/official/site-field.webp") center / cover no-repeat fixed !important;
  color: var(--mist) !important;
  font-family: "Source Serif 4", "Source Serif Pro", Georgia, "Times New Roman", serif !important;
  font-size: 17.5px;
  line-height: 1.62;
}

body.ms2w-crimson .ms2w-backdrop {
  opacity: 0;
  pointer-events: none;
}

body.ms2w-crimson a { color: var(--gold); }
body.ms2w-crimson a:hover { color: #e0c36a; }
body.ms2w-crimson strong { color: var(--bone); }
body.ms2w-crimson code {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.88em;
  color: #e0c36a;
  background: rgba(146,2,3,0.18);
  border: 1px solid rgba(184,147,50,0.22);
  padding: 0.05em 0.35em;
}
body.ms2w-crimson hr {
  border: none;
  height: 18px;
  background: url("../assets/official/site-rule.png") center / min(420px, 80%) auto no-repeat;
  margin: 1.4rem 0;
}


body.ms2w-crimson .ms2w-top {
  position: relative !important;
  top: auto;
  z-index: 50;
  max-width: var(--col);
  width: 100%;
  margin: 0.85rem auto 0.65rem;
  padding: 0.7rem 1.25rem 0.95rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(0,0,0,0.9) !important;
  background-image: none !important;
  border: 1px solid rgba(184,147,50,0.28);
  border-bottom: 1px solid rgba(184,147,50,0.28);
  box-shadow: none !important;
  backdrop-filter: none;
}
body.ms2w-crimson .ms2w-top::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 12px;
  background: url("../assets/official/site-header-rule.png") center / 100% 12px no-repeat;
  pointer-events: none;
}
body.ms2w-crimson .ms2w-logo-img { display: block; height: 38px; width: auto; }
body.ms2w-crimson .ms2w-logo .ms2w-logo-img { height: 38px; }
body.ms2w-crimson .ms2w-nav-toggle {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(184,147,50,0.45);
  border-radius: 0;
  clip-path: var(--notch);
}
body.ms2w-crimson .ms2w-nav-list { gap: 0.05rem; }
body.ms2w-crimson .ms2w-nav-item { position: relative; }
body.ms2w-crimson .ms2w-nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.65rem 0.55rem;
  font-family: Cinzel, serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone);
  border-bottom: none;
}
body.ms2w-crimson .ms2w-nav-item > a:hover {
  color: #fff;
  border-bottom-color: transparent;
  background: url("../assets/official/ms2w-nav-mark.png") center bottom / 140% 16px no-repeat;
}
body.ms2w-crimson .ms2w-nav-caret {
  font-size: 0.55em;
  opacity: 0.7;
  transition: transform 0.15s ease;
}
body.ms2w-crimson .ms2w-nav-item--menu.ms2w-open > a .ms2w-nav-caret {
  transform: rotate(180deg);
}
body.ms2w-crimson .ms2w-nav-menu {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  z-index: 60;
  min-width: 210px;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: rgba(0,0,0,0.97);
  border: 1px solid rgba(184,147,50,0.35);
  border-radius: 0;
  box-shadow: 0 16px 32px rgba(0,0,0,0.55);
}
body.ms2w-crimson .ms2w-nav-item--menu:hover > .ms2w-nav-menu,
body.ms2w-crimson .ms2w-nav-item--menu:focus-within > .ms2w-nav-menu {
  display: block;
}
body.ms2w-crimson .ms2w-nav-menu li a {
  display: block;
  padding: 0.45rem 0.9rem;
  font-family: Cinzel, serif;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--mist);
  border-left: none;
  white-space: nowrap;
}
body.ms2w-crimson .ms2w-nav-menu li a:hover {
  background: rgba(146,2,3,0.28);
  color: #fff;
  border-left-color: transparent;
}
body.ms2w-crimson .ms2w-search-wrap { margin-left: auto; width: min(240px, 26%); }
body.ms2w-crimson .ms2w-search {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  padding: 0.42rem 0.7rem;
  border-radius: 0;
  font-family: Cinzel, serif;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
body.ms2w-crimson .ms2w-search:focus { outline: none; border-color: var(--gold); }
body.ms2w-crimson .ms2w-search-results {
  background: rgba(4,2,2,0.98);
  border: 1px solid rgba(184,147,50,0.4);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-search-hit { color: var(--bone); border-bottom-color: rgba(184,147,50,0.12); }
body.ms2w-crimson .ms2w-search-hit:hover,
body.ms2w-crimson .ms2w-search-hit.is-active {
  background: rgba(146,2,3,0.32);
  color: #fff;
  border-left-color: transparent;
}
body.ms2w-crimson .ms2w-search-hit strong {
  font-family: Cinzel, serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}


body.ms2w-crimson .ms2w-main-row {
  max-width: var(--col);
  margin-left: auto;
  margin-right: auto;
}
body.ms2w-crimson .ms2w-main { padding-top: 0; }
body.ms2w-crimson .ms2w-frame { display: none; }
body.ms2w-crimson #ms2w-page {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
body.ms2w-crimson #ms2w-content {
  position: relative;
  background: var(--panel) !important;
  border: 1px solid rgba(184,147,50,0.18) !important;
  border-radius: 0 !important;
  padding: 0 0 1.6rem !important;
}
body.ms2w-crimson #ms2w-content::before,
body.ms2w-crimson #ms2w-content::after {
  content: "";
  position: absolute;
  left: 8%; right: 8%;
  height: 10px;
  z-index: 2;
  pointer-events: none;
  background: url("../assets/official/site-fade.png") center / 100% 10px no-repeat;
}
body.ms2w-crimson #ms2w-content::before { top: 0; }
body.ms2w-crimson #ms2w-content::after { bottom: 0; transform: scaleY(-1); }

body.ms2w-crimson .ms2w-cat,
body.ms2w-crimson .ms2w-card,
body.ms2w-crimson .ms2w-school-tile,
body.ms2w-crimson .ms2w-hub-tile,
body.ms2w-crimson .ms2w-callout,
body.ms2w-crimson .ms2w-notice,
body.ms2w-crimson .ms2w-toc {
  background: rgba(0,0,0,0.35) !important;
  border-color: rgba(184,147,50,0.26) !important;
}


body.ms2w-crimson .ms2w-page-head {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  margin-bottom: 0;
  padding: 1.6rem 1.6rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, #000 100%),
    url("../assets/background.jpg") center / cover no-repeat;
}
body.ms2w-crimson .ms2w-page-head.has-hero {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, #000 88%),
    var(--hero, url("../assets/background.jpg")) center / cover no-repeat;
}
body.ms2w-crimson h1,
body.ms2w-crimson h1#ms2w-title,
body.ms2w-crimson .ms2w-title-row h1 {
  margin: 0;
  font-family: Cinzel, Georgia, serif !important;
  font-weight: 700;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-variant-caps: normal;
  color: #fff !important;
  line-height: 1.05;
}
body.ms2w-crimson .ms2w-title-rule {
  border: none;
  height: 22px;
  margin: 0.55rem 0 0.35rem;
  background: url("../assets/official/site-rule.png") left center / min(520px, 100%) auto no-repeat !important;
  opacity: 1;
}
body.ms2w-crimson .ms2w-crumbs,
body.ms2w-crimson .ms2w-crumbs .ms2w-crumbs {
  font-family: Cinzel, serif;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,239,230,0.72);
  opacity: 1;
}
body.ms2w-crimson .ms2w-crumbs a { color: rgba(243,239,230,0.78); }
body.ms2w-crimson .ms2w-crumbs a:hover { color: var(--gold); }
body.ms2w-crimson .ms2w-crumb-sep {
  display: inline-block;
  width: 14px; height: 14px;
  margin: 0 0.15rem;
  vertical-align: -2px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b89332' stroke-width='1.4'><circle cx='12' cy='12' r='8'/><path d='M12 6.2 14.4 12 12 17.8 9.6 12 Z'/><path d='M12 3.5v17'/></svg>") center / contain no-repeat;
}

body.ms2w-crimson .ms2w-article-body { padding: 1.15rem 1.6rem 0.4rem; }


body.ms2w-crimson h2.ms2w-h2,
body.ms2w-crimson h2.section {
  margin: 2rem 0 0.75rem;
  font-family: Cinzel, Georgia, serif !important;
  font-size: 1.28rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant-caps: normal;
  color: #fff !important;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  background: none !important;
}
body.ms2w-crimson h2.ms2w-h2::after,
body.ms2w-crimson h2.section::after {
  content: "";
  display: block;
  height: 16px;
  margin-top: 0.3rem;
  background: url("../assets/official/site-header-rule.png") left center / min(480px, 100%) 14px no-repeat;
}
body.ms2w-crimson h3.ms2w-h3,
body.ms2w-crimson h3.sub,
body.ms2w-crimson h3 {
  margin: 1.35rem 0 0.45rem;
  font-family: Cinzel, Georgia, serif !important;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant-caps: normal;
  color: var(--bone) !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
body.ms2w-crimson h3.ms2w-h3::before,
body.ms2w-crimson h3.sub::before {
  content: "";
  width: 16px; height: 16px;
  flex: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b89332' stroke-width='1.3'><circle cx='12' cy='12' r='8'/><path d='M12 6.2 14.4 12 12 17.8 9.6 12 Z'/><path d='M12 3.5v17'/></svg>") center / contain no-repeat;
}
body.ms2w-crimson h4,
body.ms2w-crimson .ms2w-dialogue-scene h4 {
  margin: 0.85rem 0 0.3rem;
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}


body.ms2w-crimson .ms2w-infobox,
body.ms2w-crimson .ms2w-article--item .ms2w-infobox {
  float: right;
  width: 320px;
  margin: 0 0 1.6rem 1.8rem;
  position: relative;
  overflow: visible !important;
  display: block;
  background:
    radial-gradient(circle at 50% 28%, rgba(146,2,3,0.18), transparent 55%),
    rgba(0,0,0,0.78);
  border: 2px solid var(--blood);
  border-radius: 0;
  box-shadow:
    inset 0 0 0 1px rgba(146,2,3,0.55),
    0 18px 40px rgba(0,0,0,0.55);
}
body.ms2w-crimson .ms2w-infobox::before,
body.ms2w-crimson .ms2w-infobox::after,
body.ms2w-crimson .ms2w-infobox-cap-bottom::before,
body.ms2w-crimson .ms2w-infobox-cap-bottom::after {
  content: "";
  position: absolute;
  width: 42px; height: 42px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23920203' stroke-width='1.4'><path d='M46 2H12C6 2 2 6 2 12v34'/><path d='M46 7H14c-5 0-7 2-7 7v34'/><path d='M12 2c4 10 0 18-8 24'/></svg>") no-repeat center / contain;
  pointer-events: none;
  z-index: 3;
}
body.ms2w-crimson .ms2w-infobox::before { top: -2px; left: -2px; }
body.ms2w-crimson .ms2w-infobox::after { top: -2px; right: -2px; transform: scaleX(-1); }
body.ms2w-crimson .ms2w-infobox-cap-top,
body.ms2w-crimson .ms2w-infobox-seam { display: none; }
body.ms2w-crimson .ms2w-infobox-cap-bottom {
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 0;
  background: none !important;
  pointer-events: none;
}
body.ms2w-crimson .ms2w-infobox-cap-bottom::before { bottom: -2px; left: -2px; transform: scaleY(-1); }
body.ms2w-crimson .ms2w-infobox-cap-bottom::after { bottom: -2px; right: -2px; transform: scale(-1); }
body.ms2w-crimson .ms2w-infobox-head,
body.ms2w-crimson .ms2w-infobox-body {
  background: none !important;
  padding: 1.15rem 1rem 0.2rem;
}
body.ms2w-crimson .ms2w-infobox-body { padding: 0.2rem 1rem 1.2rem; }
body.ms2w-crimson .ms2w-infobox-name {
  margin: 0 0 0.7rem;
  text-align: center;
  font-family: Cinzel, serif !important;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-variant-caps: normal;
  color: #fff !important;
  border: none;
}
body.ms2w-crimson .ms2w-infobox-well {
  position: relative;
  width: 210px !important;
  height: 210px !important;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  background: none;
}
body.ms2w-crimson .ms2w-infobox-well::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: url("../assets/official/site-icon-ring.png") center / contain no-repeat;
  opacity: 0.28;
  pointer-events: none;
  border: none;
  box-shadow: none;
}
body.ms2w-crimson .ms2w-infobox-img {
  position: relative;
  z-index: 1;
  width: 168px;
  height: 168px;
  object-fit: contain;
  border-radius: 0;
}
body.ms2w-crimson .ms2w-infobox-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  text-align: center;
  margin-bottom: 0.9rem;
}
body.ms2w-crimson .ms2w-infobox-role,
body.ms2w-crimson .tag.is-accent {
  display: inline-block;
  padding: 0.22rem 0.7rem 0.2rem;
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--blood);
  border: 1px solid #4a0101;
  border-radius: 0;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
body.ms2w-crimson .ms2w-infobox-stats tr { border-top: 1px solid rgba(184,147,50,0.18); }
body.ms2w-crimson .ms2w-infobox-label {
  width: 46%;
  padding: 0.42rem 0;
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243,239,230,0.62);
  font-weight: 600;
  text-align: left;
}
body.ms2w-crimson .ms2w-infobox-value {
  padding: 0.42rem 0;
  text-align: right;
  color: #fff;
  font-size: 0.95rem;
}


body.ms2w-crimson blockquote,
body.ms2w-crimson blockquote.ms2w-flavor {
  position: relative;
  margin: 1.7rem auto 2rem;
  max-width: 46rem;
  padding: 2.1rem 2.6rem 1.55rem;
  text-align: center;
  font-style: italic;
  font-size: 1.28rem;
  line-height: 1.45;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  border: none;
  border-left: 0 !important;
  box-shadow: none;
  background:
    url("../assets/official/site-fade.png") top center / 100% 11px no-repeat,
    url("../assets/official/site-fade.png") bottom center / 100% 11px no-repeat,
    url("../assets/official/site-splatter.png") right bottom / 55% auto no-repeat,
    linear-gradient(180deg, rgba(146,2,3,0.34) 0%, rgba(8,0,0,0.72) 55%, rgba(0,0,0,0.55) 100%);
}
body.ms2w-crimson blockquote::before,
body.ms2w-crimson blockquote.ms2w-flavor::before {
  content: "";
  position: absolute;
  left: 0.55rem; top: 50%;
  width: 34px; height: 34px;
  transform: translateY(-50%);
  background: url("../assets/official/site-quote-start.png") center / contain no-repeat;
  opacity: 0.85;
  pointer-events: none;
}
body.ms2w-crimson blockquote::after,
body.ms2w-crimson blockquote.ms2w-flavor::after {
  content: "";
  position: absolute;
  right: 0.55rem; top: 50%;
  width: 34px; height: 34px;
  transform: translateY(-50%);
  background: url("../assets/official/site-quote-end.png") center / contain no-repeat;
  opacity: 0.85;
  pointer-events: none;
}
body.ms2w-crimson blockquote p { margin: 0; }
body.ms2w-crimson blockquote cite,
body.ms2w-crimson blockquote.ms2w-flavor cite {
  display: block;
  margin: 0.95rem auto 0;
  padding-top: 0.7rem;
  max-width: 16rem;
  background: url("../assets/official/site-rule.png") center top / 100% auto no-repeat;
  font-family: Cinzel, serif;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}


body.ms2w-crimson .ms2w-effect,
body.ms2w-crimson .ms2w-callout,
body.ms2w-crimson .ms2w-notice {
  position: relative;
  margin: 1.1rem 0 1.35rem;
  padding: 0.85rem 1.1rem 0.85rem 1.25rem;
  background: linear-gradient(90deg, rgba(184,147,50,0.14), rgba(0,0,0,0.2)) !important;
  border: 1px solid rgba(184,147,50,0.38) !important;
  border-left: 3px solid var(--gold) !important;
  color: var(--bone);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-notice--warn {
  background: linear-gradient(90deg, rgba(146,2,3,0.22), rgba(0,0,0,0.2)) !important;
  border-color: rgba(146,2,3,0.55) !important;
  border-left-color: var(--blood) !important;
}
body.ms2w-crimson .ms2w-lore-toc {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(184,147,50,0.28);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-lore-toc a {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.ms2w-crimson .ms2w-lore-note {
  position: relative;
  padding: 1.15rem 1.35rem 1rem;
  background:
    url("../assets/official/site-fade.png") top center / 100% 8px no-repeat,
    rgba(0,0,0,0.38);
  border: 1px solid rgba(184,147,50,0.22);
  border-left: 1px solid rgba(184,147,50,0.22);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-lore-note p:not(.ms2w-lore-foot) {
  font-style: italic;
  color: var(--bone);
  font-size: 1.05rem;
}
body.ms2w-crimson .ms2w-dialogue {
  border: 1px solid rgba(184,147,50,0.26);
  background: rgba(0,0,0,0.32);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-dialogue summary {
  font-family: Cinzel, serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone);
}
body.ms2w-crimson .ms2w-dialogue summary::before { color: var(--gold); }
body.ms2w-crimson .ms2w-dialogue-scene p {
  font-style: italic;
  color: var(--bone);
}
body.ms2w-crimson .ms2w-forge {
  border: 1px solid rgba(184,147,50,0.22);
  background: rgba(0,0,0,0.22);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-forge > summary {
  font-family: Cinzel, serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bone);
}


body.ms2w-crimson table.ms2w-table th {
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(146,2,3,0.18) !important;
  color: var(--bone);
}
body.ms2w-crimson table.ms2w-table td,
body.ms2w-crimson table.ms2w-table th {
  border-color: rgba(184,147,50,0.16) !important;
}
body.ms2w-crimson table.ms2w-sortable thead th:hover {
  color: #fff;
  background: rgba(146,2,3,0.32);
}
body.ms2w-crimson tr.ms2w-table-section td,
body.ms2w-crimson tr.ms2w-table-section th {
  background: rgba(146,2,3,0.28);
  font-family: Cinzel, serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
body.ms2w-crimson .ms2w-shell-node {
  border: 1px solid rgba(184,147,50,0.22);
  background: rgba(0,0,0,0.28);
}


body.ms2w-crimson.ms2w-home .ms2w-page-head { display: none; }
body.ms2w-crimson.ms2w-home #ms2w-content { overflow: hidden; }
body.ms2w-crimson.ms2w-home .ms2w-article-body { padding-top: 0; }
body.ms2w-crimson.ms2w-home .ms2w-hub-wrap { margin: 0; }
body.ms2w-crimson .ms2w-hub-splash {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.6rem;
  min-height: 300px;
  border-radius: 0;
}
body.ms2w-crimson.ms2w-home .ms2w-hub-splash {
  min-height: 540px;
  margin: 0 0 2rem;
}
body.ms2w-crimson .ms2w-hub-splash-shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 40%, #000 96%),
    url("../assets/official/site-splatter.png") center bottom / 100% auto no-repeat;
}
body.ms2w-crimson.ms2w-home .ms2w-hub-splash-shade {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(146,2,3,0.18), transparent 52%),
    linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.45) 48%, #000 100%),
    url("../assets/official/site-splatter.png") center bottom / 110% auto no-repeat;
}
body.ms2w-crimson .ms2w-hub-splash::before,
body.ms2w-crimson .ms2w-hub-splash::after {
  content: "";
  position: absolute;
  left: 6%; right: 6%;
  height: 12px;
  z-index: 3;
  pointer-events: none;
  background: url("../assets/official/site-fade.png") center / 100% 12px no-repeat;
}
body.ms2w-crimson .ms2w-hub-splash::before { top: 10px; }
body.ms2w-crimson .ms2w-hub-splash::after { bottom: 10px; transform: scaleY(-1); }
body.ms2w-crimson.ms2w-home .ms2w-hub-splash .ms2w-logo-img {
  max-width: 460px !important;
  width: 78% !important;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.7));
  margin-bottom: 0.35rem !important;
}
body.ms2w-crimson .ms2w-hub-kicker {
  margin: 0 0 0.35rem;
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}
body.ms2w-crimson .ms2w-hub-manifesto {
  margin: 0.15rem auto 1.15rem;
  max-width: 22ch;
  font-family: Cinzel, serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 3.4vw, 2.15rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.7);
}
body.ms2w-crimson .ms2w-hub-manifesto::after {
  content: "";
  display: block;
  height: 20px;
  margin: 0.55rem auto 0;
  background: url("../assets/official/site-rule.png") center / min(340px, 80%) auto no-repeat;
}
body.ms2w-crimson.ms2w-home .ms2w-hub-subtitle {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243,239,230,0.78);
  margin-bottom: 0.35rem;
}
body.ms2w-crimson .ms2w-hub-tile {
  clip-path: var(--notch);
  border-radius: 0;
  border-color: rgba(255,255,255,0.45) !important;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.62)) !important;
  min-width: 118px;
  padding: 0.95rem 0.7rem 0.85rem;
}
body.ms2w-crimson .ms2w-hub-tile-shade { display: none; }
body.ms2w-crimson .ms2w-hub-tile:hover {
  background: var(--blood) !important;
  border-color: #4a0101 !important;
  transform: translateY(-2px);
  color: #fff;
}
body.ms2w-crimson .ms2w-hub-tile-label,
body.ms2w-crimson .ms2w-card-title,
body.ms2w-crimson .ms2w-cat-head h3 {
  font-family: Cinzel, serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone);
  font-size: 0.72rem;
  margin: 0;
}
body.ms2w-crimson .ms2w-hub-tile:hover .ms2w-hub-tile-label { color: #fff; }
body.ms2w-crimson .ms2w-hub-tile-icon {
  width: 64px; height: 64px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.55));
}
body.ms2w-crimson.ms2w-home .ms2w-hub-lead { padding-top: 0.4rem; }
body.ms2w-crimson.ms2w-home .ms2w-hub-lead::before {
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto 1rem;
  background: url("../assets/official/site-rule.png") center / min(380px, 70%) auto no-repeat;
}
body.ms2w-crimson .ms2w-cat {
  position: relative;
  padding: 1.2rem 1.15rem 1.15rem;
  overflow: hidden;
  border-radius: 0;
  background:
    url("../assets/official/site-card-edge.png") top center / 100% 7px no-repeat,
    linear-gradient(180deg, rgba(20,8,6,0.55), rgba(0,0,0,0.5)) !important;
}
body.ms2w-crimson .ms2w-cat-shade { display: none; }
body.ms2w-crimson .ms2w-cat::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: 110px; height: 70px;
  background: url("../assets/official/site-splatter.png") right bottom / cover no-repeat;
  opacity: 0.28;
  pointer-events: none;
}
body.ms2w-crimson .ms2w-cat:hover {
  border-color: rgba(146,2,3,0.7) !important;
  box-shadow: inset 0 0 0 1px rgba(146,2,3,0.25);
}
body.ms2w-crimson .ms2w-cat-links { flex-direction: row; flex-wrap: wrap; gap: 0.4rem; }
body.ms2w-crimson .ms2w-cat-links a {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  font-family: Cinzel, serif;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone);
  border: 1px solid rgba(184,147,50,0.4);
  clip-path: polygon(4px 0, calc(100% - 4px) 0, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0 calc(100% - 4px), 0 4px);
}
body.ms2w-crimson .ms2w-cat-links a:hover {
  background: var(--blood);
  border-color: #4a0101;
  color: #fff;
}
body.ms2w-crimson .ms2w-hub-quick { list-style: none; padding: 0; margin: 0.4rem 0 0; }
body.ms2w-crimson .ms2w-hub-quick li { margin: 0 0 0.45rem; }
body.ms2w-crimson .ms2w-hub-quick a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(184,147,50,0.45);
  padding-bottom: 0.15rem;
}
body.ms2w-crimson .ms2w-hub-quick a::before {
  content: "";
  width: 14px; height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b89332' stroke-width='1.4'><circle cx='12' cy='12' r='8'/><path d='M12 6.2 14.4 12 12 17.8 9.6 12 Z'/></svg>") center / contain no-repeat;
}


body.ms2w-crimson .ms2w-card {
  border-radius: 0;
  background: rgba(0,0,0,0.45) !important;
}
body.ms2w-crimson .ms2w-card:hover { border-color: rgba(146,2,3,0.65) !important; }
body.ms2w-crimson .ms2w-card-meta {
  display: inline-block;
  margin: 0.15rem 0 0.3rem;
  font-family: Cinzel, serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 0.12rem 0.45rem;
  clip-path: polygon(4px 0, calc(100% - 4px) 0, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0 calc(100% - 4px), 0 4px);
  background: var(--blood);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-school-tile {
  clip-path: var(--notch);
  border-radius: 0;
}
body.ms2w-crimson .ms2w-school-tile:hover {
  background: rgba(146,2,3,0.28) !important;
  border-color: var(--blood) !important;
}
body.ms2w-crimson .ms2w-school-label {
  font-family: Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone);
}
body.ms2w-crimson .ms2w-school-count { color: var(--gold); }
body.ms2w-crimson .ms2w-filter-input {
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: 1px solid rgba(184,147,50,0.4);
  border-radius: 0;
  font-family: "Source Serif 4", Georgia, serif;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
body.ms2w-crimson .ms2w-filter-input:focus { outline: none; border-color: var(--gold); }
body.ms2w-crimson .ms2w-gallery-img {
  border-radius: 0;
  border: 1px solid rgba(184,147,50,0.28);
}
body.ms2w-crimson .ms2w-gallery-img:hover {
  transform: scale(1.02);
  border-color: var(--gold);
  box-shadow: none;
}
body.ms2w-crimson .ms2w-lightbox {
  background: rgba(4,3,2,0.94);
}
body.ms2w-crimson .ms2w-lightbox-img {
  border-radius: 0;
  border: 1px solid rgba(184,147,50,0.35);
}
body.ms2w-crimson .ms2w-lightbox-close {
  border-radius: 0;
  border: 1px solid rgba(184,147,50,0.45);
  clip-path: var(--notch);
}


body.ms2w-crimson .ms2w-toc-rail { display: none !important; }
body.ms2w-crimson .ms2w-toc {
  margin: 1.1rem 0 1.4rem;
  padding: 0.85rem 1rem 1rem;
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(184,147,50,0.26) !important;
  border-radius: 0;
}
body.ms2w-crimson .ms2w-infobox + .ms2w-toc,
body.ms2w-crimson .ms2w-toc.ms2w-toc--stack {
  float: right;
  clear: right;
  width: 320px;
  margin: 0.7rem 0 1.6rem 1.8rem;
}
body.ms2w-crimson .ms2w-infobox + .ms2w-toc ul,
body.ms2w-crimson .ms2w-toc.ms2w-toc--stack ul {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.28rem;
}
body.ms2w-crimson .ms2w-toc-title {
  margin: 0 0 0.55rem;
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 1;
}
body.ms2w-crimson .ms2w-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
}
body.ms2w-crimson .ms2w-toc a {
  display: inline-block;
  font-family: Cinzel, serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
  opacity: 0.8;
  border-bottom: 1px solid transparent;
  border-left: none;
  padding: 0;
}
body.ms2w-crimson .ms2w-toc a:hover,
body.ms2w-crimson .ms2w-toc a.is-active {
  opacity: 1;
  color: #fff;
  border-bottom-color: var(--blood);
  border-left-color: transparent;
}

body.ms2w-crimson .ms2w-footer {
  max-width: var(--col);
  margin: 0 auto;
  background: transparent;
  border-top: none;
  font-family: Cinzel, serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8276;
}

body.ms2w-crimson .ms2-map-app { border: 1px solid rgba(184,147,50,0.28); background: #0a0806; }
body.ms2w-crimson .ms2-map-btn,
body.ms2w-crimson .ms2-map-control-btn,
body.ms2w-crimson .ms2-map-side-toggle {
  background: #14110c;
  color: var(--bone);
  border: 1px solid rgba(184,147,50,0.35);
  font-family: Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.ms2w-crimson .ms2-map-btn:hover,
body.ms2w-crimson .ms2-map-control-btn:hover {
  border-color: var(--blood);
  background: rgba(146,2,3,0.28);
}


@media (max-width: 900px) {
  body.ms2w-crimson .ms2w-top {
    flex-wrap: wrap;
    gap: 0.45rem;
    width: calc(100% - 0.7rem);
    max-width: none;
    margin: 0.45rem auto 0.35rem;
    padding: 0.55rem 0.65rem 0.75rem;
  }
  body.ms2w-crimson .ms2w-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.ms2w-crimson .ms2w-search-wrap {
    order: 3;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    flex: 1 1 100%;
  }
  body.ms2w-crimson .ms2w-nav {
    display: none;
    order: 4;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.35rem 0 0.15rem;
  }
  body.ms2w-crimson .ms2w-nav.is-open { display: block; }
  body.ms2w-crimson .ms2w-nav.is-open .ms2w-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }
  body.ms2w-crimson .ms2w-nav.is-open .ms2w-nav-item > a {
    justify-content: center;
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    clip-path: var(--notch);
    background: rgba(0,0,0,0.35);
  }
  body.ms2w-crimson .ms2w-nav.is-open .ms2w-nav-item > a:hover {
    background: rgba(146,2,3,0.35);
  }

  
  body.ms2w-crimson .ms2w-nav-caret { display: inline !important; }
  body.ms2w-crimson .ms2w-nav-menu,
  body.ms2w-crimson .ms2w-nav-item--menu:hover > .ms2w-nav-menu,
  body.ms2w-crimson .ms2w-nav-item--menu:focus-within > .ms2w-nav-menu {
    display: none !important;
  }
  body.ms2w-crimson .ms2w-nav.is-open .ms2w-nav-item--menu.ms2w-open > .ms2w-nav-menu {
    display: block !important;
    position: static;
    min-width: 0;
    width: 100%;
    margin: 0.25rem 0 0.15rem;
    padding: 0.15rem 0;
    box-shadow: none;
    border: 1px solid rgba(184,147,50,0.28);
  }
  body.ms2w-crimson .ms2w-nav.is-open .ms2w-nav-menu li a {
    white-space: normal;
    text-align: center;
    padding: 0.5rem 0.75rem;
  }

  body.ms2w-crimson .ms2w-infobox,
  body.ms2w-crimson .ms2w-article--item .ms2w-infobox {
    float: none;
    width: auto;
    max-width: 360px;
    margin: 0 auto 1.2rem;
  }
  body.ms2w-crimson .ms2w-infobox + .ms2w-toc,
  body.ms2w-crimson .ms2w-toc.ms2w-toc--stack {
    float: none;
    width: auto;
    max-width: 360px;
    margin: 0 auto 1.2rem;
  }
  body.ms2w-crimson .ms2w-article-body,
  body.ms2w-crimson .ms2w-page-head { padding-left: 0.85rem; padding-right: 0.85rem; }
  body.ms2w-crimson h1,
  body.ms2w-crimson h1#ms2w-title { font-size: 1.45rem; letter-spacing: 0.08em; }
  body.ms2w-crimson.ms2w-home .ms2w-hub-splash { min-height: 420px; }
  body.ms2w-crimson blockquote,
  body.ms2w-crimson blockquote.ms2w-flavor {
    padding: 1.6rem 2.4rem 1.3rem;
    font-size: 1.08rem;
  }
  body.ms2w-crimson #ms2w-content { padding-bottom: 1.2rem !important; }
}


body.ms2w-crimson #ms2w-content {
  box-shadow:
    0 0 0 1px rgba(184,147,50,0.18),
    0 24px 60px rgba(0,0,0,0.5);
}
body.ms2w-crimson[class*="bg-alt-"] .ms2w-backdrop {
  opacity: 0;
  pointer-events: none;
}


body.ms2w-crimson.bg-alt-void {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0.9)),
    url("../assets/official/site-field-void.png") center top / cover no-repeat fixed !important;
}


body.ms2w-crimson.bg-alt-shrine {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.48) 100%),
    url("../assets/official/site-field-void.png") center top / cover no-repeat fixed !important;
}


body.ms2w-crimson.bg-alt-mist {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(8,2,2,0.52) 100%),
    url("../assets/official/site-field-mist.png") center / cover no-repeat fixed !important;
}


body.ms2w-crimson.bg-alt-monolith {
  background:
    linear-gradient(180deg, rgba(12,4,4,0.28) 0%, rgba(0,0,0,0.5) 100%),
    url("../assets/background.jpg") center / cover no-repeat fixed !important;
}


body.ms2w-crimson.bg-alt-hub {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(0,0,0,0.18), rgba(0,0,0,0.68) 78%),
    url("../assets/gallery/the-hub.jpg") center / cover no-repeat fixed !important;
}


body.ms2w-crimson.bg-alt-blood {
  background:
    linear-gradient(180deg, rgba(92,10,10,0.42) 0%, rgba(18,0,0,0.62) 100%),
    url("../assets/official/site-field-void.png") center top / cover no-repeat fixed !important;
}

body.ms2w-crimson .ms2w-contact label { display:block; margin:0.7rem 0 0.35rem; font-family:Cinzel,serif; font-size:0.68rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--bone); }
body.ms2w-crimson .ms2w-contact input,
body.ms2w-crimson .ms2w-contact textarea {
  width:100%; max-width:36rem; padding:0.55rem 0.7rem; background:rgba(0,0,0,0.45);
  border:1px solid rgba(184,147,50,0.4); color:#fff; font-family:"Source Serif 4",Georgia,serif;
}
body.ms2w-crimson .ms2w-contact button {
  margin-top:1rem; padding:0.55rem 1.2rem; background:var(--blood); color:#fff;
  border:1px solid #4a0101; font-family:Cinzel,serif; letter-spacing:0.12em; text-transform:uppercase; cursor:pointer;
}
body.ms2w-crimson .ms2w-contact-ok { color:var(--gold); }
body.ms2w-crimson .ms2w-article-body a,
body.ms2w-crimson .ms2w-article-body a strong,
body.ms2w-crimson .ms2w-card-title a,
body.ms2w-crimson .ms2w-card-title a strong,
body.ms2w-crimson .ms2w-related a,
body.ms2w-crimson .ms2w-related a strong,
body.ms2w-crimson .ms2w-data-table a,
body.ms2w-crimson .ms2w-data-table a strong,
body.ms2w-crimson .ms2w-infobox a,
body.ms2w-crimson .ms2w-infobox a strong,
body.ms2w-crimson .ms2w-footer a {
  color: var(--gold);
}
body.ms2w-crimson .ms2w-article-body a:hover,
body.ms2w-crimson .ms2w-article-body a:hover strong,
body.ms2w-crimson .ms2w-card-title a:hover,
body.ms2w-crimson .ms2w-card-title a:hover strong,
body.ms2w-crimson .ms2w-related a:hover,
body.ms2w-crimson .ms2w-data-table a:hover,
body.ms2w-crimson .ms2w-infobox a:hover,
body.ms2w-crimson .ms2w-footer a:hover {
  color: #e0c36a;
}
body.ms2w-crimson .ms2w-toc a,
body.ms2w-crimson .ms2w-toc a strong {
  color: #fff;
  opacity: 0.85;
}
body.ms2w-crimson .ms2w-toc a:hover,
body.ms2w-crimson .ms2w-toc a:hover strong {
  color: #fff;
  opacity: 1;
}
body.ms2w-crimson .ms2w-article { gap: 1.5rem; min-width: 0; max-width: 100%; }
body.ms2w-crimson .ms2w-article-body, body.ms2w-crimson .ms2w-heading-danger,
body.ms2w-crimson .ms2w-filter, body.ms2w-crimson .ms2w-toc { max-width: 100%; min-width: 0; }
body.ms2w-crimson .ms2w-table-wrap {
  scrollbar-color: var(--gold, #b89332) #0b0906;
}
body.ms2w-crimson .ms2w-table-wrap::-webkit-scrollbar-track { background: #0b0906; }
body.ms2w-crimson .ms2w-table-wrap::-webkit-scrollbar-thumb {
  background: var(--gold, #b89332); border-color: #0b0906;
}
body.ms2w-crimson .ms2w-table-wrap::-webkit-scrollbar-thumb:hover { background: #e0c36a; }
body.ms2w-crimson .ms2w-forge-block > h2.ms2w-h2 { margin: 0 0 0.25rem; }
body.ms2w-crimson .ms2w-forge-block > p { margin: 0.18rem 0; }
body.ms2w-crimson .ms2w-forge-block > h3,
body.ms2w-crimson .ms2w-forge-block > h3.ms2w-h3 { margin: 0.45rem 0 0.18rem; }
