body.editor-host-page {
  color: var(--ink);
}

body.editor-host-page .brand__mark {
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.editor-host-page .brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  transform: scale(1.14);
  transform-origin: center;
}

body.editor-host-page::before {
  opacity: 0.22;
}

.editor-host-main,
.editor-host-footer {
  width: min(1620px, calc(100% - 24px));
}

.editor-host-main {
  display: grid;
  gap: 28px;
  margin-top: 18px;
  padding-bottom: 28px;
}

.editor-host-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--mc-panel-muted);
  font: 700 0.72rem/1.2 var(--font-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-host-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.editor-host-breadcrumbs a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.editor-host-breadcrumbs [aria-current="page"] {
  color: var(--ink);
}

.editor-host-hero,
.editor-host-section {
  margin: 0;
}

.editor-host-hero .hero__stats {
  align-content: start;
}

.editor-host-shell {
  position: relative;
  padding: 14px;
  border: 3px solid #101010;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 22%),
    var(--mc-panel);
  box-shadow:
    inset 2px 2px 0 var(--mc-panel-edge),
    inset -2px -2px 0 var(--mc-panel-shadow),
    0 10px 0 rgba(0, 0, 0, 0.22);
}

.editor-host-shell__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.editor-host-shell__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.editor-host-shell__lede {
  margin: 0;
  color: var(--mc-panel-muted);
}

.editor-host-shell::before {
  position: absolute;
  top: 0;
  left: 22px;
  width: 172px;
  height: 6px;
  background: var(--mc-highlight);
  box-shadow: 0 3px 0 var(--mc-highlight-shadow);
  content: "";
}

.editor-host-frame {
  min-height: min(84vh, 980px);
  padding: 10px;
  border: 3px solid #101010;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(180deg, #241f1a 0%, #161310 100%);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.06),
    inset -2px -2px 0 rgba(0, 0, 0, 0.38);
  overflow: auto;
}

.editor-host-noscript {
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 3px solid #101010;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 26%),
    rgba(33, 29, 24, 0.84);
  color: var(--ink);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.08),
    inset -2px -2px 0 rgba(0, 0, 0, 0.32);
}

#coolmcskin-ncrs {
  display: block;
  width: min(100%, 1560px);
  min-width: 1280px;
  height: min(80vh, 900px);
  margin: 0 auto;
}

#coolmcskin-ncrs.fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  min-width: 0;
  max-width: none;
  max-height: none;
  margin: 0;
  z-index: 400;
}

.editor-host-feature-grid,
.editor-host-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.editor-host-feature-card,
.editor-host-step-card {
  padding: 20px;
  border: 3px solid #101010;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 24%),
    rgba(31, 28, 23, 0.72);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.08),
    inset -2px -2px 0 rgba(0, 0, 0, 0.32),
    0 6px 0 rgba(0, 0, 0, 0.18);
}

.editor-host-feature-card h3,
.editor-host-step-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.15;
}

.editor-host-feature-card p,
.editor-host-step-card p {
  margin: 0;
  color: var(--mc-panel-muted);
}

.editor-host-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.editor-host-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid #101010;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 22%),
    var(--mc-highlight);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.24),
    inset -2px -2px 0 rgba(0, 0, 0, 0.18);
  color: #13210d;
  font: 700 1rem/1 var(--font-ui);
}

.editor-host-faq .faq-source {
  color: var(--mc-panel-muted);
}

.editor-host-faq .faq-item {
  border: 3px solid #101010;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 22%),
    rgba(31, 28, 23, 0.72);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.08),
    inset -2px -2px 0 rgba(0, 0, 0, 0.28);
}

.editor-host-faq .faq-item summary {
  padding: 18px 70px 18px 18px;
  font: 700 0.82rem/1.45 var(--font-ui);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.editor-host-faq .faq-item summary::after {
  border: 3px solid #111111;
  border-radius: 0;
  background: #d7d1c3;
  color: #15120f;
}

.editor-host-faq .faq-item p {
  padding: 0 18px 18px;
  color: var(--mc-panel-muted);
}

body.editor-host-is-fullscreen {
  overflow: hidden;
}

body.editor-host-is-fullscreen .site-header--app,
body.editor-host-is-fullscreen .editor-host-footer {
  opacity: 0;
  pointer-events: none;
}

body.editor-host-is-fullscreen .editor-host-main {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

body.editor-host-is-fullscreen .editor-host-shell,
body.editor-host-is-fullscreen .editor-host-frame {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body.editor-host-is-fullscreen .editor-host-shell::before {
  display: none;
}

.editor-host-footer {
  padding-bottom: 36px;
  color: #b9b3a6;
}

body:not([data-theme="dark"]) .editor-host-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 24%),
    #d4cec1;
  box-shadow:
    inset 2px 2px 0 #f7f1e1,
    inset -2px -2px 0 #8d8578,
    0 10px 0 rgba(64, 56, 46, 0.16);
}

body:not([data-theme="dark"]) .editor-host-breadcrumbs {
  color: #665d50;
}

body:not([data-theme="dark"]) .editor-host-frame {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #d8d1c5 0%, #b6ad9d 100%);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.42),
    inset -2px -2px 0 rgba(80, 72, 60, 0.18);
}

body:not([data-theme="dark"]) .editor-host-footer {
  color: #5a5348;
}

body:not([data-theme="dark"]) .editor-host-noscript,
body:not([data-theme="dark"]) .editor-host-feature-card,
body:not([data-theme="dark"]) .editor-host-step-card,
body:not([data-theme="dark"]) .editor-host-faq .faq-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 28%),
    rgba(246, 241, 230, 0.96);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.52),
    inset -2px -2px 0 rgba(80, 72, 60, 0.16),
    0 6px 0 rgba(64, 56, 46, 0.12);
}

body:not([data-theme="dark"]) .editor-host-feature-card p,
body:not([data-theme="dark"]) .editor-host-step-card p,
body:not([data-theme="dark"]) .editor-host-faq .faq-source,
body:not([data-theme="dark"]) .editor-host-faq .faq-item p,
body:not([data-theme="dark"]) .editor-host-shell__lede {
  color: #5f584d;
}

@media (max-width: 1200px) {
  #coolmcskin-ncrs {
    min-width: 1180px;
  }
}

@media (max-width: 1080px) {
  .editor-host-shell__header,
  .editor-host-feature-grid,
  .editor-host-step-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .editor-host-main,
  .editor-host-footer {
    width: min(100%, calc(100% - 18px));
  }

  .editor-host-main {
    gap: 20px;
    margin-top: 14px;
  }

  .editor-host-breadcrumbs {
    gap: 8px;
    font-size: 0.68rem;
  }

  .editor-host-shell {
    padding: 10px;
  }

  .editor-host-shell::before {
    left: 12px;
    width: 132px;
  }

  .editor-host-frame {
    padding: 8px;
  }

  .editor-host-shell__header {
    gap: 12px;
    margin-bottom: 14px;
  }

  .editor-host-feature-card,
  .editor-host-step-card {
    padding: 16px;
  }

  .editor-host-step-card {
    grid-template-columns: 1fr;
  }

  #coolmcskin-ncrs {
    min-width: 1080px;
    height: min(82vh, 860px);
  }
}
