﻿:root {
  --ink: #f5f3ed;
  --muted: #c4c8b8;
  --dim: #89917d;
  --black: #080b09;
  --charcoal: #111612;
  --panel: rgba(15, 20, 16, 0.9);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(231, 235, 218, 0.16);
  --green: #72864d;
  --green-dark: #283620;
  --red: #ef3124;
  --red-dark: #a91f18;
  --sand: #ded7bd;
  --shadow: 0 24px 72px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 8%, rgba(239, 49, 36, 0.13), transparent 26rem),
    linear-gradient(180deg, #0a0d0b 0%, #141b14 48%, #080b09 100%);
  background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto, auto;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(15rem, 24rem) 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 9, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.ops-stats,
.pricing-header,
.card-topline,
.mission-section,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: min(100%, 22rem);
  height: 4.75rem;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34));
}

.hosted-app-page .site-header {
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
}

.hosted-app-page .brand-logo {
  width: 7.2rem;
  height: 2.7rem;
}

.hosted-app-page .nav-links {
  font-size: .78rem;
  gap: clamp(.85rem, 2vw, 1.8rem);
}

.hosted-app-page .header-action,
.hosted-app-page .header-login {
  min-height: 2.15rem;
  padding: 0 .75rem;
  font-size: .75rem;
}

.nav-links {
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.6rem);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover,
.header-login:hover,
.header-action:hover {
  color: var(--ink);
}

.nav-apps-menu {
  position: relative;
}

.nav-apps-menu summary {
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.nav-apps-menu summary::-webkit-details-marker { display: none; }
.nav-apps-menu summary::after { content: " +"; color: var(--red); }
.nav-apps-menu[open] summary,
.nav-apps-menu summary:hover { color: var(--ink); }

.nav-apps-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  display: grid;
  width: 14rem;
  padding: .45rem;
  border: 1px solid var(--line);
  background: rgba(8, 11, 9, .98);
  box-shadow: var(--shadow);
}

.nav-apps-dropdown a { padding: .72rem .8rem; color: var(--muted); }
.nav-apps-dropdown a:hover { background: rgba(255,255,255,.06); color: var(--ink); }

.coming-soon-banner {
  position: fixed;
  z-index: 19;
  top: 25rem;
  left: 0;
  right: 0;
  padding: 1.15rem 1rem;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(239, 49, 36, .28);
  backdrop-filter: blur(4px);
  color: rgba(255,255,255,.82);
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .22em;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
}

.header-action,
.header-login,
.primary-button,
.secondary-button,
.plan-button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 49, 36, 0.52);
  font-weight: 850;
}

.header-action {
  padding: 0 1rem;
  background: rgba(239, 49, 36, 0.12);
  color: #ffd2cc;
  font-size: 0.88rem;
}

.header-actions {
  justify-content: flex-end;
  gap: 0.75rem;
}

.header-login {
  padding: 0 0.7rem;
  border-color: rgba(114, 134, 77, 0.58);
  background: rgba(114, 134, 77, 0.14);
  color: #ecf4d9;
  font-size: 0.88rem;
}

.header-login.signed-in {
  border-color: rgba(239, 49, 36, 0.52);
  background: rgba(239, 49, 36, 0.12);
  color: #ffd2cc;
}

.hero {
  position: relative;
  min-height: 42rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 28rem);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: 9.5rem clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
  overflow: hidden;
}

.hero-bg,
.hero-shade,
.hero-lines {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/command-table-hero.png");
  background-size: cover;
  background-position: center;
  opacity: 0.58;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 11, 9, 0.96) 0%, rgba(8, 11, 9, 0.78) 46%, rgba(8, 11, 9, 0.48) 100%),
    linear-gradient(180deg, rgba(8, 11, 9, 0.3) 0%, #0a0d0b 100%);
}

.hero-lines {
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='90' viewBox='0 0 104 90'%3E%3Cg fill='none' stroke='%23ded7bd' stroke-opacity='.34' stroke-width='1'%3E%3Cpath d='M26 1 52 16v30L26 61 0 46V16z'/%3E%3Cpath d='M78 1 104 16v30L78 61 52 46V16z'/%3E%3Cpath d='M52 46 78 61v30L52 106 26 91V61z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8rem 6.9rem;
  mask-image: linear-gradient(90deg, #000 0%, transparent 80%);
}

.hero-content,
.ops-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 54rem;
}

.compact-hero {
  min-height: 25rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding-top: 8rem;
  padding-bottom: 2.5rem;
}

.compact-hero .hero-content {
  max-width: 65rem;
}

.compact-hero h1 {
  max-width: 65rem;
  margin-bottom: 0.8rem;
  font-size: clamp(2.8rem, 5.2vw, 5rem);
}

.compact-hero .hero-copy {
  max-width: 58rem;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--red);
  font-size: clamp(0.84rem, 1.4vw, 0.98rem);
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 53rem;
  margin-bottom: 1.1rem;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  line-height: 0.95;
}

.hero-copy {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.62;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.primary-button,
.secondary-button,
.plan-button {
  padding: 0 1.15rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff4f1;
  box-shadow: 0 16px 34px rgba(239, 49, 36, 0.24);
}

.secondary-button {
  border-color: rgba(114, 134, 77, 0.72);
  background: rgba(114, 134, 77, 0.16);
  color: var(--ink);
}

.primary-button:hover,
.secondary-button:hover,
.plan-button:hover {
  transform: translateY(-2px);
}

.ops-panel {
  border: 1px solid var(--line);
  background: rgba(10, 14, 11, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.ops-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.ops-header span,
.ops-stats dt {
  color: var(--dim);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ops-header strong {
  color: #adbf82;
}

.ops-stats {
  margin: 0;
  flex-direction: column;
  align-items: stretch;
}

.ops-stats div {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.ops-stats div:last-child {
  border-bottom: 0;
}

.ops-stats dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.apps-section,
.pricing-section,
.tool-band,
.mission-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 48rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading h2,
.pricing-header h2,
.mission-section h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.25rem, 4.8vw, 4.2rem);
  line-height: 1;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.app-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.75rem;
}

.app-strip span,
.app-strip .app-link {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  border: 1px solid rgba(114, 134, 77, 0.38);
  background: linear-gradient(180deg, rgba(114, 134, 77, 0.18), rgba(255, 255, 255, 0.035));
  color: var(--ink);
  font-weight: 850;
  text-align: center;
}


.app-group {
  margin-top: 2rem;
}

.app-group h3 {
  margin: 0 0 0.9rem;
  color: var(--sand);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}


.app-strip .app-link {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.app-strip .app-link:hover,
.app-strip .app-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 49, 36, 0.75);
  background: linear-gradient(180deg, rgba(239, 49, 36, 0.15), rgba(114, 134, 77, 0.12));
  box-shadow: 0 0 0 1px rgba(239, 49, 36, 0.22), 0 16px 34px rgba(239, 49, 36, 0.16);
  color: #fff4f1;
  outline: none;
}
.coming-soon-group {
  margin-top: 1.2rem;
}

.coming-soon-apps span {
  border-color: rgba(137, 145, 125, 0.24);
  background: linear-gradient(180deg, rgba(137, 145, 125, 0.08), rgba(255, 255, 255, 0.025));
  color: rgba(196, 200, 184, 0.78);
}
.pricing-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  background:
    linear-gradient(180deg, rgba(114, 134, 77, 0.13), transparent 34%),
    #0c100d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-header {
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.pricing-header > div:first-child {
  max-width: 46rem;
}

.public-update-banner,
.update-banner {
  border: 1px solid rgba(137, 145, 125, 0.34);
  background:
    linear-gradient(135deg, rgba(239, 49, 36, 0.12), rgba(137, 145, 125, 0.1)),
    rgba(12, 16, 13, 0.9);
  color: var(--muted);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.public-update-banner {
  margin: -0.7rem 0 1.25rem;
}

.public-update-banner summary,
.update-banner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
}

.public-update-banner summary::-webkit-details-marker {
  display: none;
}

.public-update-banner span,
.update-banner span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.public-update-banner strong,
.update-banner strong {
  color: var(--ink);
  font-weight: 950;
}

.public-update-banner em,
.update-banner em {
  margin-left: auto;
  color: var(--olive);
  font-style: normal;
  font-weight: 850;
}

.public-update-banner p {
  margin: 0;
  padding: 0 1rem 1rem;
  max-width: 72rem;
  color: var(--muted);
}

.billing-toggle {
  flex: 0 0 auto;
  display: flex;
  padding: 0.28rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.billing-option {
  min-width: 7rem;
  min-height: 2.45rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.billing-option.active {
  background: var(--green);
  color: #071006;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 31.5rem;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%),
    var(--panel);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

.price-card.featured {
  border-color: rgba(239, 49, 36, 0.72);
  background:
    linear-gradient(180deg, rgba(239, 49, 36, 0.13), transparent 42%),
    rgba(20, 24, 18, 0.96);
}

.card-topline {
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.card-topline h3 {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 2rem;
}

.tier-rank-icon {
  flex: 0 0 auto;
  width: 5.8rem;
  height: 3.2rem;
  object-fit: contain;
  object-position: center;
  filter: invert(1) drop-shadow(0 0 12px rgba(239, 49, 36, 0.3));
}

.tier-rank-soldier {
  object-position: center 38%;
}

.tier-rank-tank {
  width: 6.4rem;
}

.tier-rank-plane {
  width: 4.7rem;
}

.popular-tag {
  padding: 0.22rem 0.45rem;
  border: 1px solid rgba(239, 49, 36, 0.46);
  background: rgba(239, 49, 36, 0.14);
  color: #ffb7af;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.tier-copy {
  min-height: 4.5rem;
  color: var(--muted);
  line-height: 1.55;
}

.price {
  margin-top: 0.4rem;
  color: #fff9e7;
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.price-note {
  display: block;
  margin: 0.55rem 0 1.2rem;
  color: var(--dim);
  font-size: 0.88rem;
  font-weight: 750;
}

.plan-button {
  width: 100%;
  margin-bottom: 1.2rem;
  border-color: rgba(114, 134, 77, 0.6);
  background: rgba(114, 134, 77, 0.15);
  color: #ecf4d9;
}

.featured .plan-button {
  border-color: rgba(239, 49, 36, 0.8);
  background: var(--red);
  color: #fff4f1;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  margin: auto 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.42;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.inline-note {
  display: inline-block;
  margin-left: 0.25rem;
  color: #c8d9a2;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.use-license {
  margin-top: 1rem;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(114, 134, 77, 0.44);
  background: rgba(114, 134, 77, 0.12);
  color: #dce8bd;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.use-license.commercial {
  border-color: rgba(239, 49, 36, 0.48);
  background: rgba(239, 49, 36, 0.12);
  color: #ffd0ca;
}

.plan-comparison {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.plan-comparison .section-heading {
  margin-bottom: 1rem;
}

.plan-comparison .section-heading h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.comparison-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(10, 14, 11, 0.82);
}

.comparison-table {
  width: 100%;
  min-width: 52rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.comparison-table tr > :last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.comparison-table thead th {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.comparison-tier-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.5rem;
}

.comparison-tier-icon {
  flex: 0 0 auto;
  width: 3.2rem;
  height: 2.5rem;
  object-fit: contain;
  filter: invert(1) drop-shadow(0 0 7px rgba(239, 49, 36, 0.28));
}

.comparison-tier-soldier {
  object-position: center 38%;
}

.comparison-tier-tank {
  width: 3.7rem;
}

.comparison-tier-plane {
  width: 2.8rem;
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
  width: 19%;
}

.comparison-table tbody th {
  background: rgba(255, 255, 255, 0.025);
  color: #f4f0df;
  font-weight: 850;
}

.comparison-table .recommended-column,
.comparison-table tbody td:nth-child(3) {
  background: rgba(239, 49, 36, 0.08);
}

.comparison-table .recommended-column {
  color: #fff3ef;
}

.recommended-column span {
  display: block;
  margin-top: 0.2rem;
  color: #ffaaa0;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.comparison-table .not-included {
  color: var(--dim);
}

.comparison-table .commercial-cell {
  color: #ffd0ca;
  font-weight: 800;
}

.comparison-more {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(114, 134, 77, 0.44);
  border-top: 0;
  background: rgba(114, 134, 77, 0.11);
  color: #dce8bd;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}


.standalone-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(239, 49, 36, 0.34);
  background: linear-gradient(90deg, rgba(239, 49, 36, 0.11), rgba(114, 134, 77, 0.08));
}

.standalone-billing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.6rem;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(231, 235, 218, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.standalone-billing-row h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.standalone-offer h3 {
  margin-bottom: 0.45rem;
  font-size: 1.8rem;
}

.standalone-offer p:not(.eyebrow) {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.standalone-price {
  flex: 0 0 auto;
  min-width: 12rem;
  text-align: right;
}
.tool-band {
  background:
    linear-gradient(90deg, rgba(114, 134, 77, 0.22), rgba(239, 49, 36, 0.06)),
    #101511;
}

.compact {
  margin-bottom: 2.3rem;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tool-item {
  min-height: 14rem;
  padding: 1.35rem;
  border-top: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.048);
}

.tool-icon {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 950;
}

.tool-item h3 {
  margin-bottom: 0.6rem;
  font-size: 1.55rem;
}

.tool-item p {
  color: var(--muted);
  line-height: 1.55;
}

.mission-section {
  justify-content: space-between;
  gap: 1.5rem;
  background:
    linear-gradient(135deg, rgba(239, 49, 36, 0.12), transparent 42%),
    #090c0a;
}

.mission-section div {
  max-width: 46rem;
}

.mission-section h2 {
  margin: 0;
}




.app-page {
  min-height: 100vh;
  padding: 3.45rem 0 0;
}

.app-hero {
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.app-hero h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.app-hero p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.6;
}

.app-frame-shell {
  overflow: hidden;
  min-height: calc(100vh - 3.45rem);
  border: 0;
  background: #0a0d0b;
  box-shadow: none;
}

.app-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 3.45rem);
  border: 0;
  background: #0a0d0b;
}

.test-page-banner {
  position: fixed;
  z-index: 30;
  top: 5.6rem;
  left: 0;
  right: 0;
  pointer-events: none;
  color: #36a3ff;
  font-size: clamp(2.7rem, 8vw, 8rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.42;
  text-shadow: 0 0 22px rgba(54, 163, 255, 0.44);
}

.login-modal[hidden] {
  display: none;
}

.login-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 9, 0.78);
  backdrop-filter: blur(10px);
}

.login-dialog {
  position: relative;
  width: min(100%, 31rem);
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--line);
  background: rgba(15, 20, 16, 0.98);
  box-shadow: var(--shadow);
}

.login-dialog h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
}

.login-dialog p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.login-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.legal-page {
  min-height: 70vh;
  padding: 9rem clamp(1rem, 5vw, 5rem) 4rem;
}

.legal-content {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  background: rgba(15, 20, 16, 0.86);
}

.legal-content h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.legal-content h2 {
  margin: 2rem 0 0.6rem;
  font-size: 1.35rem;
}

.legal-content p {
  color: var(--muted);
  line-height: 1.65;
}

.footer a:hover {
  color: var(--ink);
}





.contact-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.contact-form label {
  color: var(--sand);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  padding: 0.85rem 0.9rem;
}

.contact-form option {
  color: #222;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.legal-content a,
.contact-direct a { color: #dce8bd; text-decoration: underline; text-underline-offset: .18em; }

.privacy-brand {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.privacy-brand img { width: 11rem; height: auto; }
.privacy-brand p { margin: 0; font-size: .9rem; }

.xonnel-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.xonnel-login-panel {
  align-self: center;
}

.xonnel-account-panel {
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
}

.xonnel-account-panel label {
  display: grid;
  gap: 0.45rem;
}

.xonnel-account-panel span {
  color: var(--sand);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.xonnel-account-panel input {
  width: 100%;
  border: 1px solid rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  padding: 0.85rem 0.9rem;
}

.xonnel-account-panel p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.login-message {
  min-height: 1.5rem;
  color: #ffd2cc;
}

.login-text-button {
  justify-self: center;
  border: 0;
  background: transparent;
  color: #dce8bd;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.login-text-button:hover {
  color: var(--ink);
}

.login-text-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.xonnel-form label {
  color: var(--sand);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.xonnel-form input {
  width: 100%;
  border: 1px solid rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  padding: 0.85rem 0.9rem;
}

.xonnel-form button {
  margin-top: 0.45rem;
}

.xonnel-form fieldset {
  margin: 0.65rem 0 0;
  padding: 0;
  border: 0;
}

.xonnel-form legend {
  margin-bottom: 0.75rem;
  color: var(--sand);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.xonnel-plan {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  min-height: 6.4rem;
  padding: 0.9rem;
  border: 1px solid rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.xonnel-plan.featured {
  border-color: rgba(239, 49, 36, 0.58);
  background: rgba(239, 49, 36, 0.09);
}

.xonnel-plan input {
  width: auto;
  margin: 0.15rem 0 0;
  accent-color: var(--red);
}

.xonnel-plan strong,
.xonnel-plan small {
  display: block;
}

.xonnel-plan strong {
  color: var(--ink);
  font-size: 1rem;
}

.xonnel-plan small {
  margin-top: 0.25rem;
  color: var(--muted);
  line-height: 1.35;
}

.xonnel-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.xonnel-status {
  min-height: 1.7rem;
  margin: 1rem 0 0;
}

.dashboard-content {
  max-width: 64rem;
}

.dashboard-update-banner {
  margin-top: 1.15rem;
}

.update-dialog .update-list {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.25rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.update-dialog .primary-button {
  width: 100%;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.dashboard-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
  perspective: 80rem;
}

.dashboard-tier {
  position: relative;
  min-height: 15rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  transform-style: preserve-3d;
}

.dashboard-tier.current {
  opacity: 1;
}

.dashboard-tier.locked {
  opacity: 0.68;
}

.command-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  gap: 0.7rem;
  min-height: 15rem;
  padding: 1rem;
  border: 1px solid rgba(54, 163, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(54, 163, 255, 0.18), rgba(255, 255, 255, 0.035)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035), rgba(255,255,255,0.035) 1px, transparent 1px, transparent 10px);
  backface-visibility: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  transition: transform 260ms ease, border-color 180ms ease;
}

.dashboard-tier.current .command-card-face {
  border-color: rgba(54, 163, 255, 0.72);
}

.command-card-front {
  text-align: center;
}

.command-card-back {
  transform: rotateY(180deg);
}

.dashboard-tier:hover .command-card-front {
  transform: rotateY(180deg);
}

.dashboard-tier:hover .command-card-back {
  transform: rotateY(360deg);
}

.command-card-title {
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.command-card-unit {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tier-silhouette {
  width: min(72%, 8.5rem);
  height: 8rem;
  margin: 0.5rem auto;
  object-fit: contain;
  filter: invert(1) drop-shadow(0 0 18px rgba(54, 163, 255, 0.28));
  opacity: 0.9;
}

.tier-silhouette-designer {
  width: min(92%, 12rem);
}

.dashboard-tier strong {
  color: var(--ink);
  font-size: 1rem;
}

.dashboard-tier span:not(.dashboard-badge),
.dashboard-tier em {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.dashboard-tier em {
  color: #ffd2cc;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.dashboard-app {
  display: grid;
  gap: 0.45rem;
  min-height: 8rem;
  padding: 1.1rem;
  border: 1px solid rgba(114, 134, 77, 0.42);
  background: linear-gradient(180deg, rgba(114, 134, 77, 0.18), rgba(255, 255, 255, 0.035));
  color: inherit;
  font: inherit;
  text-align: left;
}

.dashboard-app strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.dashboard-app span {
  color: var(--muted);
  line-height: 1.45;
}

.dashboard-app.locked {
  cursor: pointer;
  opacity: 0.58;
  border-color: rgba(231, 235, 218, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-badge {
  width: fit-content;
  padding: 0.25rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-badge.owned {
  background: rgba(114, 134, 77, 0.32);
  color: #dce9b7;
}

.dashboard-badge.locked {
  background: rgba(255, 255, 255, 0.09);
  color: var(--muted);
}

.dashboard-lock-icon {
  width: fit-content;
  color: #9bb5ff;
  font-size: 1.25rem;
}

.dashboard-cta {
  width: fit-content;
  margin-top: 0.3rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(239, 49, 36, 0.52);
  color: #ffd2cc;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.grid-upsell-card:hover .dashboard-cta {
  background: rgba(239, 49, 36, 0.12);
}

.dashboard-locked {
  margin-top: 1.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.apps-menu {
  position: relative;
}

.apps-menu-list {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  z-index: 90;
  display: grid;
  width: min(18rem, 86vw);
  padding: 0.45rem;
  border: 1px solid var(--line);
  background: rgba(15, 20, 16, 0.98);
  box-shadow: var(--shadow);
}

.apps-menu-list[hidden] {
  display: none;
}

.apps-menu-list a,
.apps-menu-list button {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.6rem;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.55rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
}

.apps-menu-list a:hover,
.apps-menu-list button:hover {
  background: rgba(255, 255, 255, 0.06);
}

.app-state {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.app-state.owned {
  color: #dce9b7;
}

@media (max-width: 760px) {
  .xonnel-plans {
    grid-template-columns: 1fr;
  }

  .dashboard-tier-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-tier {
    min-height: 12rem;
  }

  .command-card-face {
    position: relative;
    min-height: 12rem;
  }

  .command-card-back {
    display: none;
  }

  .dashboard-tier:hover .command-card-front {
    transform: none;
  }
}

.hidden-field {
  display: none;
}
.footer {
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem clamp(1rem, 5vw, 5rem);
  color: var(--dim);
  font-size: 0.9rem;
}

@media (max-width: 1160px) {
  .site-header {
    grid-template-columns: minmax(14rem, 20rem) 1fr auto;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .brand-logo {
    width: min(88vw, 22rem);
    height: 4.75rem;
  }

  .hero {
    min-height: 47rem;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 7rem;
  }

  .hero.compact-hero {
    min-height: 25rem;
    align-items: end;
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 11, 9, 0.95) 0%, rgba(8, 11, 9, 0.78) 48%, #0a0d0b 100%);
  }

  .ops-panel {
    align-self: end;
  }

  .pricing-header,
  .standalone-offer,
  .mission-section,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .standalone-price {
    text-align: left;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-option {
    flex: 1;
    min-width: 0;
  }

  .pricing-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .tier-copy {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .brand-logo {
    height: 3.2rem;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .compact-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .app-strip {
    grid-template-columns: 1fr;
  }
}

/* Shared shell for hosted app routes */
.embedded-app-body {
  height: 100vh;
  overflow: hidden;
  background: #080b09;
}

.embedded-app-main {
  height: 100vh;
  padding-top: 6.25rem;
}

.embedded-app-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 6.25rem);
  border: 0;
  background: #0a0d0b;
}

.header-app-name {
  justify-self: end;
  padding: .68rem .9rem;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, .045);
  color: var(--sand);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .embedded-app-main { padding-top: 8.2rem; }
  .embedded-app-frame { height: calc(100vh - 8.2rem); }
  .header-app-name { justify-self: start; }
}

/* Product pages and free map library */
.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  margin: -.45rem 0 1.2rem;
  padding: .72rem .85rem;
  border: 1px solid rgba(222, 215, 189, .3);
  background: rgba(255, 255, 255, .055);
  color: #dce8bd;
  font-size: .86rem;
  font-weight: 850;
}

.product-link:hover { border-color: rgba(239, 49, 36, .7); background: rgba(239, 49, 36, .12); color: #fff; }
.tool-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.1rem; }
.tool-actions .secondary-button { min-height: 2.55rem; padding: .6rem .8rem; font-size: .82rem; }
.standalone-price .plan-button { margin: .2rem 0 0; padding: .7rem 1rem; }

.map-preview-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(114, 134, 77, .2), rgba(8, 11, 9, .9));
}

.map-preview-copy p:not(.eyebrow) { max-width: 42rem; margin-bottom: 1.5rem; color: var(--muted); line-height: 1.65; }

.map-preview-placeholder,
.product-visual-placeholder,
.map-card-image {
  display: grid;
  min-height: 20rem;
  place-content: center;
  gap: .55rem;
  overflow: hidden;
  border: 1px solid rgba(222, 215, 189, .22);
  background: linear-gradient(30deg, transparent 24%, rgba(222,215,189,.08) 25%, rgba(222,215,189,.08) 26%, transparent 27%, transparent 74%, rgba(222,215,189,.08) 75%, rgba(222,215,189,.08) 76%, transparent 77%), linear-gradient(90deg, rgba(114,134,77,.18), rgba(239,49,36,.08));
  background-size: 4rem 4rem, auto;
  color: var(--muted);
  text-align: center;
}

.map-preview-placeholder span,
.product-visual-placeholder span { color: var(--red); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.map-preview-placeholder strong,
.product-visual-placeholder strong { color: var(--sand); font-size: clamp(1.25rem, 2vw, 1.8rem); }

.product-page,
.library-page { min-height: 80vh; padding-top: 6.25rem; }

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 42rem;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 85% 30%, rgba(239,49,36,.13), transparent 27rem);
}

.product-hero h1,
.library-hero h1 { max-width: 54rem; font-size: clamp(3rem, 6.2vw, 6.1rem); line-height: .95; }
.product-lead,
.library-hero > p:not(.eyebrow) { max-width: 48rem; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.product-visual-placeholder { min-height: 29rem; padding: 2rem; box-shadow: var(--shadow); }
.product-visual-placeholder small { color: var(--dim); }
.grid-placeholder { background-size: 3rem 3rem, auto; }

.product-section,
.feature-split,
.product-cta,
.workflow-grid,
.library-status,
.map-library-grid,
.print-note { padding-left: clamp(1rem, 5vw, 5rem); padding-right: clamp(1rem, 5vw, 5rem); }

.product-intro,
.print-note {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: clamp(3.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
}
.product-intro p:not(.eyebrow),
.print-note > p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }

.workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding-top: 0; padding-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.workflow-grid article { padding: 1.5rem; border-top: 3px solid var(--green); background: rgba(255,255,255,.048); }
.workflow-grid span { color: var(--red); font-size: .78rem; font-weight: 950; }
.workflow-grid h3 { margin: 1.4rem 0 .65rem; font-size: 1.35rem; }
.workflow-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  gap: 1rem;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
  background: #0c100d;
}
.feature-panel,
.upgrade-panel { padding: clamp(1.4rem, 4vw, 2.6rem); border: 1px solid var(--line); background: var(--panel-soft); }
.upgrade-panel { border-color: rgba(239,49,36,.34); background: linear-gradient(145deg, rgba(239,49,36,.1), rgba(114,134,77,.08)); }
.upgrade-panel p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.product-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem 1.5rem; margin: 1.5rem 0 0; padding: 0; color: var(--muted); list-style: none; }
.product-feature-list li { padding: .75rem 0 .75rem 1.2rem; border-bottom: 1px solid var(--line); }
.product-feature-list li::before { content: "+"; margin-left: -1.2rem; margin-right: .55rem; color: var(--red); font-weight: 950; }

.product-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.product-cta h2 { max-width: 50rem; margin-bottom: .6rem; }
.product-cta p:not(.eyebrow) { margin: 0; color: var(--muted); }

.library-hero { padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 15%, rgba(114,134,77,.23), transparent 28rem); }
.library-status { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.library-status span { color: #dce8bd; font-weight: 900; text-transform: uppercase; }
.library-status p { margin: 0; }
.map-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.map-card { border: 1px solid var(--line); background: var(--panel); }
.map-card-image { min-height: 16rem; color: var(--dim); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.map-card-body { padding: 1.25rem; }
.map-card-body h2 { font-size: 1.55rem; }
.map-card-body p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.print-note { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(114,134,77,.1); }

@media (max-width: 1160px) {
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .map-preview-band,
  .product-hero,
  .product-intro,
  .feature-split,
  .map-library-grid,
  .print-note { grid-template-columns: 1fr; }
  .product-page,
  .library-page { padding-top: 5.5rem; }
  .product-hero { min-height: 0; }
  .product-cta,
  .library-status { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .workflow-grid,
  .product-feature-list { grid-template-columns: 1fr; }
}


.simple-404-page {
  min-height: 100vh;
  padding: 10rem clamp(1rem, 5vw, 5rem) 4rem;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 8%, rgba(239, 49, 36, 0.13), transparent 26rem),
    linear-gradient(180deg, #0a0d0b 0%, #141b14 48%, #080b09 100%);
  background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto, auto;
}

.simple-404-message {
  max-width: 58rem;
}

.simple-404-message h1 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: .95;
}

.simple-404-message p:not(.eyebrow) {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

.simple-404-message .primary-button {
  width: auto;
  min-width: 11rem;
  padding: 0 1.4rem;
}
