:root {
  --bg: #050508;
  --panel: rgba(12, 16, 25, 0.50);
  --panel-strong: rgba(18, 23, 35, 0.62);
  --line: rgba(255, 255, 255, 0.20);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --accent: #d8c27a;
  --ink: #f5ead2;
  --gold: #d7a23c;
  --gold-2: #f7d784;
  --theme-glow: rgba(88, 186, 255, 0.28);
  --bg-image: url("../img/backgrounds/background-vox-gateway-clean-13.webp");
  --mana-white: #f7f0d0;
  --mana-blue: #58b8ff;
  --mana-black: #a46bea;
  --mana-red: #ff6b55;
  --mana-green: #63e58d;
  --mana-colorless: #a8abb2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(88, 184, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 80% 0%, rgba(164, 107, 234, 0.10), transparent 24rem),
    linear-gradient(180deg, #080812, #000);
  color: var(--text);
  font-family: "Cinzel", serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -11;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.08) brightness(0.72);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.18) 22%, rgba(0, 0, 0, 0.14) 76%, rgba(0, 0, 0, 0.92)),
    radial-gradient(circle at var(--mx, 50%) var(--my, 40%), var(--theme-glow), transparent 28rem),
    radial-gradient(ellipse at 50% 100%, rgba(215, 162, 60, 0.14), transparent 44rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.72));
}

.vm-bg {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
}

.vm-bg__picture,
.vm-bg__picture img {
  width: 100%;
  height: 100%;
}

.vm-bg__picture img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08) brightness(1.52);
}

.vm-bg__nebula {
  display: none !important;
}

.vm-bg__stars {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 1;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input {
  font: inherit;
}

:focus-visible {
  outline: 2px solid rgba(247, 215, 132, 0.72);
  outline-offset: 3px;
}

.vm-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

main section {
  scroll-margin-top: 90px;
}

.vm-section {
  padding: 2.5rem 0;
}

.vm-section-tight {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}

.vm-eyebrow {
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.vm-hero {
  padding: 2.5rem 0 1.5rem;
}

.vm-hero-panel,
.vm-panel,
.vm-card,
.vm-next-card,
.vm-checklist-button {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 0%), rgba(247, 215, 132, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(180deg, rgba(12, 16, 25, 0.62), rgba(8, 11, 18, 0.44));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}

.vm-hero-panel,
.vm-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.vm-card,
.vm-next-card,
.vm-checklist-button {
  padding: 1.15rem;
}

.vm-card,
.vm-next-card,
.vm-checklist-button,
.vm-tab,
.vm-entry-row {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.vm-card:hover,
.vm-next-card:hover,
.vm-checklist-button:hover,
.vm-tab:hover,
.vm-entry-row:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 215, 132, 0.42);
}

.vm-hero-panel {
  display: grid;
  gap: 1.25rem;
}

.vm-hero-copy {
  display: grid;
  gap: 0.5rem;
}

.vm-hero h1 {
  margin: 0;
  font-size: clamp(2.75rem, 5.2vw, 5rem);
  line-height: 0.98;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.22);
}

.vm-hero-lead {
  max-width: 66ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.9vw, 1.18rem);
  line-height: 1.7;
}

.vm-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vm-status-strip span,
.vm-focus-kicker,
.vm-mini-badge,
.vm-entry-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(247, 215, 132, 0.26);
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  background: rgba(0, 0, 0, 0.24);
  color: rgba(245, 234, 210, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vm-section-heading {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: clamp(1.8rem, 3.8vw, 2.7rem);
}

.vm-section-intro {
  max-width: 760px;
  margin: 0 auto 1.35rem;
  text-align: center;
  color: var(--muted);
  line-height: 1.68;
}

.vm-commander-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vm-focus-card h3,
.vm-entry-row strong,
.vm-next-card h3,
.vm-checklist-button strong,
.vm-bridge-card h3 {
  color: var(--ink);
}

.vm-focus-card h3,
.vm-next-card h3,
.vm-bridge-card h3 {
  margin: 0.65rem 0 0.45rem;
  font-size: 1.28rem;
}

.vm-focus-card p,
.vm-next-card p,
.vm-bridge-card p,
.vm-entry-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.vm-entry-panel,
.vm-bridge-panel,
.vm-readiness-panel {
  container-type: inline-size;
}

.vm-entry-grid {
  display: grid;
  gap: 0.8rem;
}

.vm-entry-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.05rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(8, 11, 18, 0.30);
}

.vm-entry-row strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.02rem;
}

.vm-entry-note {
  margin-top: 0.55rem;
  color: rgba(245, 234, 210, 0.84);
  font-size: 0.82rem;
  line-height: 1.55;
}

.vm-entry-note span {
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vm-entry-chip {
  justify-self: end;
  align-self: center;
}

.vm-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.8rem;
  max-width: 1060px;
  margin: 0 auto 1rem;
}

.vm-tab {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    linear-gradient(180deg, rgba(12, 16, 25, 0.54), rgba(8, 11, 18, 0.38));
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.vm-tab.active {
  background: var(--panel-strong);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.30);
}

.vm-tab-title {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.vm-tab-copy {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.vm-tab.active .vm-tab-copy,
.vm-tab:hover .vm-tab-copy {
  color: rgba(255, 255, 255, 0.86);
}

.reveal,
.vm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible,
.vm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vm-reveal {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(1.25rem, 2.8vw, 1.7rem);
  background:
    radial-gradient(circle at top right, rgba(88, 184, 255, 0.10), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(8, 11, 18, 0.30);
  color: var(--muted);
}

.vm-console-body {
  display: grid;
  gap: 1rem;
}

.vm-console-body h3 {
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.vm-console-body p {
  margin: 0;
  line-height: 1.68;
}

.vm-console-stack {
  display: grid;
  gap: 1rem;
}

.vm-console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.vm-console-note {
  border: 1px solid rgba(247, 215, 132, 0.2);
  border-radius: 18px;
  padding: 0.95rem;
  background: rgba(8, 11, 18, 0.28);
}

.vm-console-note strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--ink);
}

.vm-console-subpanel {
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(247, 215, 132, 0.18);
  border-radius: 20px;
  padding: 1rem;
  background:
    radial-gradient(circle at top right, rgba(164, 107, 234, 0.08), transparent 14rem),
    rgba(8, 11, 18, 0.30);
}

.vm-console-subpanel h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.vm-console-subpanel > p {
  color: rgba(255, 255, 255, 0.76);
}

.vm-archetype-library {
  gap: 1rem;
}

.vm-archetype-library-head {
  display: grid;
  gap: 0.35rem;
}

.vm-archetype-library-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.vm-archetype-example {
  color: rgba(255, 255, 255, 0.78);
}

.vm-archetype-example strong {
  color: var(--gold-2);
}

.vm-archetype-toolbar {
  display: grid;
  gap: 0.9rem;
}

.vm-archetype-search-label,
.vm-archetype-filter-group strong {
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vm-archetype-search-wrap {
  display: grid;
  gap: 0.45rem;
}

.vm-archetype-search {
  width: 100%;
  border: 1px solid rgba(247, 215, 132, 0.24);
  border-radius: 16px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(88, 184, 255, 0.1), transparent 16rem),
    rgba(0, 0, 0, 0.28);
  font: inherit;
  letter-spacing: 0.01em;
}

.vm-archetype-search::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.vm-archetype-filter-group {
  display: grid;
  gap: 0.5rem;
}

.vm-archetype-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vm-archetype-chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.vm-archetype-chip:hover,
.vm-archetype-chip[aria-pressed="true"] {
  border-color: rgba(247, 215, 132, 0.42);
  color: var(--gold-2);
  background: rgba(247, 215, 132, 0.1);
}

.vm-archetype-chip:hover {
  transform: translateY(-1px);
}

.vm-archetype-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.vm-archetype-summary strong {
  color: var(--accent);
}

.vm-console-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
}

.vm-console-list li + li {
  margin-top: 0.3rem;
}

.vm-console-script-grid,
.vm-archetype-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.vm-console-script-card,
.vm-archetype-card,
.vm-cognitive-item,
.vm-readiness-status-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(8, 11, 18, 0.30);
}

.vm-console-script-card,
.vm-archetype-card,
.vm-readiness-status-card {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem;
}

.vm-console-script-card strong,
.vm-archetype-card h4,
.vm-readiness-status-card strong {
  color: var(--ink);
}

.vm-console-script-card p,
.vm-archetype-card p,
.vm-readiness-status-card span {
  color: var(--muted);
  line-height: 1.55;
}

.vm-console-script-card blockquote {
  margin: 0;
  padding-left: 0.8rem;
  border-left: 2px solid rgba(247, 215, 132, 0.3);
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
  line-height: 1.6;
}

.vm-console-script-card .vm-mini-badge,
.vm-archetype-card .vm-mini-badge {
  justify-self: start;
}

.vm-cognitive-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vm-cognitive-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 0.9rem;
}

.vm-cognitive-item strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.2rem;
}

.vm-cognitive-copy {
  display: grid;
  gap: 0.15rem;
}

.vm-cognitive-copy span {
  color: var(--muted);
  line-height: 1.5;
}

.vm-cognitive-step {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(247, 215, 132, 0.28);
  background: rgba(0, 0, 0, 0.3);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 700;
}

.vm-archetype-meta {
  display: grid;
  gap: 0.3rem;
  font-size: 0.82rem;
}

.vm-archetype-card {
  align-content: start;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.vm-archetype-card:hover {
  border-color: rgba(247, 215, 132, 0.3);
  transform: translateY(-2px);
  background:
    radial-gradient(circle at top right, rgba(247, 215, 132, 0.08), transparent 12rem),
    rgba(0, 0, 0, 0.28);
}

.vm-archetype-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.vm-archetype-card h4 {
  margin: 0.1rem 0 0;
  font-size: 1rem;
}

.vm-archetype-subtitle {
  margin: 0;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vm-archetype-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 184, 255, 0.24);
  border-radius: 999px;
  padding: 0.3rem 0.5rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(88, 184, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vm-archetype-meta span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.vm-archetype-meta strong {
  color: var(--accent);
}

.vm-archetype-empty {
  border: 1px dashed rgba(247, 215, 132, 0.32);
  border-radius: 18px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(0, 0, 0, 0.18);
  line-height: 1.55;
}

.vm-archetype-empty strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--gold-2);
}

.vm-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.vm-bridge-card {
  display: grid;
  gap: 0.45rem;
  min-height: 0;
}

.vm-philosophy-symbol {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--philosophy-color);
  color: var(--philosophy-color);
  background: rgba(0, 0, 0, 0.24);
}

.vm-readiness-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(247, 215, 132, 0.24);
  border-radius: 18px;
  background: rgba(8, 11, 18, 0.32);
}

.vm-readiness-summary strong {
  color: var(--gold-2);
}

.vm-readiness-summary span {
  color: var(--muted);
  line-height: 1.55;
}

.vm-readiness-gauge {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(88, 184, 255, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(88, 184, 255, 0.08), transparent 16rem),
    rgba(8, 11, 18, 0.30);
}

.vm-readiness-gauge-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.vm-readiness-gauge-head strong,
.vm-readiness-percent {
  color: var(--ink);
}

.vm-readiness-kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vm-readiness-percent {
  font-size: 0.92rem;
}

.vm-readiness-meter-track {
  overflow: hidden;
  width: 100%;
  height: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.vm-readiness-meter-fill {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 107, 85, 0.86), rgba(215, 162, 60, 0.92), rgba(99, 229, 141, 0.92));
  box-shadow: 0 0 24px rgba(247, 215, 132, 0.2);
  transition: width 0.24s ease;
}

.vm-readiness-legend {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

.vm-readiness-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.vm-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.vm-checklist-button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  width: 100%;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.vm-checklist-button::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.1rem;
  border: 1px solid rgba(247, 215, 132, 0.42);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 0 0 0 rgba(247, 215, 132, 0.85);
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.vm-checklist-button strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
}

.vm-checklist-button span {
  color: var(--muted);
  line-height: 1.5;
}

.vm-checklist-button:hover,
.vm-checklist-button:focus-visible {
  background:
    radial-gradient(circle at top right, rgba(247, 215, 132, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(18, 23, 35, 0.72), rgba(10, 14, 22, 0.54)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.vm-checklist-button:hover span,
.vm-checklist-button:focus-visible span {
  color: rgba(255, 255, 255, 0.84);
}

.vm-checklist-button[aria-pressed="true"] {
  border-color: rgba(247, 215, 132, 0.45);
  background:
    radial-gradient(circle at top right, rgba(247, 215, 132, 0.16), transparent 14rem),
    linear-gradient(180deg, rgba(24, 30, 44, 0.78), rgba(12, 16, 24, 0.60)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.vm-checklist-button[aria-pressed="true"]::before {
  background: rgba(247, 215, 132, 0.16);
  box-shadow: inset 0 0 0 5px rgba(247, 215, 132, 0.92), 0 0 18px rgba(247, 215, 132, 0.28);
  transform: scale(1.04);
}

.vm-checklist-button[aria-pressed="true"] span {
  color: rgba(255, 255, 255, 0.84);
}

.vm-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vm-next-card {
  display: grid;
  gap: 0.65rem;
  min-height: 210px;
}

.vm-next-card .vm-cta {
  color: var(--accent);
  font-size: 0.86rem;
}

.vm-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.vm-backtop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
}

.vm-backtop.show {
  opacity: 1;
  pointer-events: auto;
}

@container (max-width: 40rem) {
  .vm-entry-row {
    grid-template-columns: 1fr;
  }

  .vm-entry-chip {
    justify-self: start;
  }
}

@container (max-width: 54rem) {
  .vm-philosophy-grid,
  .vm-checklist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .vm-commander-grid,
  .vm-console-grid,
  .vm-next-grid {
    grid-template-columns: 1fr;
  }

  .vm-console-script-grid,
  .vm-archetype-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .vm-section {
    padding: 2rem 0;
  }

  .vm-readiness-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .vm-readiness-status-grid {
    grid-template-columns: 1fr;
  }

  .vm-footer {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .vm-tabs,
  .vm-console-script-grid,
  .vm-archetype-grid,
  .vm-philosophy-grid,
  .vm-checklist-grid,
  .vm-next-grid {
    grid-template-columns: 1fr;
  }

  .vm-hero {
    padding-top: 2rem;
  }

  .vm-card,
  .vm-next-card,
  .vm-checklist-button,
  .vm-entry-row,
  .vm-tab,
  .vm-reveal,
  .vm-panel,
  .vm-hero-panel {
    border-radius: 18px;
  }
}
