@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Variable-b11a6485.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("/assets/GeistMono-Variable-6dd1dc09.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  color-scheme: dark;
  --ink: #11110f;
  --ink-deep: #080806;
  --paper: #f4efe4;
  --muted: #a9aa9f;
  --line: rgba(244, 239, 228, 0.13);
  --line-strong: rgba(244, 239, 228, 0.24);
  --accent: #7ef2a0;
  --warm: #d8c696;
  --danger: #ff6f61;
  --font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", "SF Mono", SFMono-Regular, ui-monospace, Menlo, Monaco, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

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

button {
  appearance: none;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.landing-page {
  min-width: 320px;
}

.landing-shell {
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 228, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #161713 0%, #0d0d0b 46%, #f1ece1 46%, #f1ece1 100%);
  background-size: 84px 84px, 84px 84px, 100% 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  height: 72px;
  padding: 0 32px;
  color: var(--paper);
  background: rgba(17, 17, 15, 0.74);
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 760;
  font-size: 17px;
}

.brand-logo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(31, 50, 74, 0.15);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(244, 239, 228, 0.72);
  font-size: 14px;
}

.site-nav a,
.nav-cta,
.nav-download,
.secondary-action,
.primary-action {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--paper);
}

.checkout-form {
  display: inline-flex;
  margin: 0;
}

.nav-checkout-form {
  justify-self: end;
}

.site-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nav-cta,
.nav-download {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  min-height: 36px;
  white-space: nowrap;
  font-size: 14px;
}

.nav-cta {
  border: 1px solid rgba(126, 242, 160, 0.42);
  color: var(--accent);
}

.nav-cta:hover {
  border-color: rgba(126, 242, 160, 0.8);
  background: rgba(126, 242, 160, 0.1);
}

.nav-download {
  background: var(--paper);
  color: var(--ink-deep);
  font-weight: 760;
}

.nav-download:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.hero-section {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(560px, 1.08fr);
  gap: 36px;
  align-items: center;
  padding: 120px 0 76px 72px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(10, 10, 8, 0.9) 0%, rgba(10, 10, 8, 0.76) 40%, rgba(10, 10, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(126, 242, 160, 0.08), transparent 34%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 13px;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: 104px;
  line-height: 0.94;
  font-weight: 820;
}

.hero-line {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(244, 239, 228, 0.82);
  font-size: 23px;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-weight: 720;
  white-space: nowrap;
}

.primary-action {
  background: var(--accent);
  color: #071008;
}

.primary-action:hover {
  transform: translateY(-2px);
  background: #9cffb8;
}

.download-action {
  gap: 8px;
}

.download-action::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  clip-path: polygon(43% 0, 57% 0, 57% 52%, 76% 33%, 86% 43%, 50% 79%, 14% 43%, 24% 33%, 43% 52%);
}

.secondary-action {
  border: 1px solid rgba(244, 239, 228, 0.24);
  color: rgba(244, 239, 228, 0.84);
}

.secondary-action:hover {
  border-color: rgba(244, 239, 228, 0.56);
  color: var(--paper);
}

.download-note {
  margin: 12px 0 0;
  color: rgba(244, 239, 228, 0.54);
  font-family: var(--font-mono);
  font-size: 12px;
}

.hero-visual {
  --hero-shift: 0px;
  --hero-fade: 1;
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 560px;
  opacity: var(--hero-fade);
  transform: translateY(var(--hero-shift));
  transition: opacity 120ms linear;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 42px 0 42px 26px;
  border-left: 1px solid rgba(126, 242, 160, 0.32);
  border-top: 1px solid rgba(244, 239, 228, 0.14);
  background:
    linear-gradient(90deg, rgba(126, 242, 160, 0.11), transparent 42%),
    linear-gradient(180deg, rgba(244, 239, 228, 0.08), rgba(244, 239, 228, 0.01));
}

.mac-toolbar {
  position: absolute;
  top: 74px;
  left: 88px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.mac-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(244, 239, 228, 0.34);
}

.app-surface {
  position: absolute;
  inset: 96px 0 58px 64px;
  display: grid;
  grid-template-columns: 230px minmax(420px, 1fr);
  min-width: 760px;
  border: 1px solid rgba(244, 239, 228, 0.17);
  background: rgba(14, 15, 13, 0.92);
  box-shadow: -40px 44px 110px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  animation: surface-in 920ms cubic-bezier(.2, .78, .2, 1) both;
}

.project-rail {
  padding: 56px 26px 26px;
  border-right: 1px solid rgba(244, 239, 228, 0.1);
  background: rgba(244, 239, 228, 0.035);
}

.project-rail p {
  margin: 0 0 28px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.project-rail b,
.project-rail span {
  display: block;
  padding: 13px 0;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  font-size: 14px;
}

.project-rail b {
  color: var(--accent);
}

.project-rail span {
  color: rgba(244, 239, 228, 0.62);
}

.ops-pane {
  padding: 52px 44px;
}

.pane-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.11);
}

.pane-head span,
.pane-head em {
  display: block;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
}

.pane-head strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.08;
}

.health-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  border-top: 1px solid rgba(244, 239, 228, 0.11);
  border-bottom: 1px solid rgba(244, 239, 228, 0.11);
}

.health-strip span {
  padding: 18px 16px;
  border-right: 1px solid rgba(244, 239, 228, 0.1);
  color: rgba(244, 239, 228, 0.68);
  font-size: 14px;
}

.health-strip span:last-child {
  border-right: 0;
}

.health-strip b {
  display: block;
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 22px;
}

.deploy-feed {
  font-family: var(--font-mono);
  font-size: 14px;
}

.deploy-feed p {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  color: rgba(244, 239, 228, 0.78);
}

.deploy-feed span {
  color: var(--accent);
}

.runtime-tile-section {
  padding: 112px 72px;
  background: #10110e;
  color: var(--paper);
}

.runtime-copy {
  max-width: 920px;
}

.runtime-copy h2 {
  margin: 0;
  max-width: 840px;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 790;
}

.runtime-copy p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(244, 239, 228, 0.72);
  font-size: 20px;
  line-height: 1.45;
}

.runtime-tile {
  position: relative;
  margin: 46px 0 0;
  max-width: 1180px;
  min-height: 540px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 22%, rgba(216, 198, 150, 0.3), transparent 26%),
    radial-gradient(circle at 28% 76%, rgba(126, 242, 160, 0.18), transparent 28%),
    linear-gradient(135deg, #151713 0%, #0b0c09 48%, #23251e 100%);
  overflow: hidden;
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.34);
}

.runtime-tile::before,
.runtime-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.runtime-tile::before {
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.08), transparent 22%, transparent 72%, rgba(8, 8, 6, 0.4)),
    linear-gradient(180deg, transparent 0%, rgba(8, 8, 6, 0.34) 100%);
}

.runtime-tile::after {
  opacity: 0.5;
  background-image: radial-gradient(circle, rgba(244, 239, 228, 0.58) 1px, transparent 1.6px);
  background-size: 7px 7px;
  mix-blend-mode: overlay;
}

.runtime-screen {
  position: absolute;
  inset: 58px 56px;
  z-index: 1;
  display: grid;
  grid-template-columns: 230px minmax(520px, 1fr);
  border: 1px solid rgba(244, 239, 228, 0.14);
  background: rgba(11, 12, 10, 0.78);
  backdrop-filter: blur(10px);
}

.runtime-sidebar {
  padding: 28px;
  border-right: 1px solid rgba(244, 239, 228, 0.11);
  background: rgba(244, 239, 228, 0.035);
}

.runtime-sidebar-title,
.runtime-sidebar strong,
.runtime-sidebar span:not(.runtime-sidebar-title) {
  display: block;
}

.runtime-sidebar-title {
  margin-bottom: 26px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.runtime-sidebar strong {
  margin-top: 18px;
  color: var(--paper);
  font-size: 14px;
}

.runtime-sidebar span:not(.runtime-sidebar-title) {
  margin-top: 4px;
  color: rgba(244, 239, 228, 0.52);
  font-size: 12px;
}

.runtime-main {
  min-width: 0;
  padding: 30px 34px;
}

.runtime-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.1);
}

.runtime-topline span,
.runtime-topline em {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
}

.runtime-topline strong {
  display: block;
  margin-top: 7px;
  font-size: 28px;
}

.runtime-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(244, 239, 228, 0.1);
}

.runtime-stats span {
  padding: 18px 14px;
  border-right: 1px solid rgba(244, 239, 228, 0.08);
  color: rgba(244, 239, 228, 0.62);
  font-size: 13px;
}

.runtime-stats span:last-child {
  border-right: 0;
}

.runtime-stats b {
  display: block;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 21px;
}

.runtime-grid {
  display: grid;
  grid-template-columns: 0.72fr 0.62fr 1.35fr 0.72fr;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(244, 239, 228, 0.09);
  font-size: 13px;
}

.runtime-grid span,
.runtime-grid b {
  min-width: 0;
  padding: 13px 12px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runtime-grid span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-weight: 500;
}

.runtime-grid b {
  color: rgba(244, 239, 228, 0.82);
  font-weight: 650;
}

.runtime-grid b:nth-of-type(1),
.runtime-grid b:nth-of-type(5) {
  color: var(--accent);
}

.runtime-console {
  margin-top: 28px;
  padding: 4px 0;
  font-family: var(--font-mono);
  font-size: 13px;
}

.runtime-console p {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  margin: 0;
  padding: 9px 0;
  color: rgba(244, 239, 228, 0.72);
}

.runtime-console span {
  color: var(--accent);
}

.workflow-section,
.control-section,
.license-section {
  padding: 110px 72px;
  background: #f1ece1;
  color: #12120f;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(360px, 0.6fr);
  gap: 90px;
  align-items: end;
  max-width: 1180px;
}

.section-heading h2,
.control-copy h2,
.license-section h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 790;
}

.section-heading p,
.control-copy p {
  margin: 0;
  color: #5b5a52;
  font-size: 20px;
  line-height: 1.45;
}

.section-heading code,
.workflow-line code {
  font-family: var(--font-mono);
  font-size: 0.86em;
  color: #0a7b39;
}

.workflow-lines {
  max-width: 1180px;
  margin-top: 76px;
  border-top: 1px solid rgba(18, 18, 15, 0.18);
}

.workflow-line {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.35fr) minmax(360px, 0.65fr);
  gap: 34px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(18, 18, 15, 0.16);
  transition: color 180ms ease, transform 180ms ease;
}

.workflow-line:hover {
  color: #0a5b2b;
  transform: translateX(8px);
}

.workflow-line span {
  color: #777366;
  font-family: var(--font-mono);
  font-size: 13px;
}

.workflow-line strong {
  font-size: 22px;
}

.workflow-line p {
  margin: 0;
  color: #5b5a52;
  font-size: 18px;
  line-height: 1.45;
}

.control-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1fr);
  grid-template-areas:
    "copy visual"
    "list visual";
  gap: 56px 74px;
  align-items: center;
  background: #151511;
  color: var(--paper);
}

.control-copy {
  grid-area: copy;
  max-width: 620px;
}

.control-copy p {
  margin-top: 24px;
  color: rgba(244, 239, 228, 0.68);
}

.operations-map {
  grid-area: visual;
  margin: 0;
  border: 1px solid rgba(244, 239, 228, 0.13);
  background: #11110f;
  overflow: hidden;
}

.operations-map img {
  width: 100%;
  height: auto;
}

.control-list {
  grid-area: list;
  border-top: 1px solid rgba(244, 239, 228, 0.12);
}

.control-list div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(244, 239, 228, 0.12);
}

.control-list strong,
.control-list span {
  display: block;
}

.control-list strong {
  color: var(--accent);
  font-size: 19px;
}

.control-list span {
  margin-top: 8px;
  color: rgba(244, 239, 228, 0.68);
  line-height: 1.45;
}

.license-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 420px;
  background: #f1ece1;
}

.license-section .eyebrow {
  color: #0a7b39;
}

.license-section h2 {
  max-width: 760px;
}

.license-section .primary-action {
  min-width: 180px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 72px;
  background: #11110f;
  color: rgba(244, 239, 228, 0.62);
  font-size: 14px;
}

.site-footer a {
  color: var(--accent);
}

.auth-page {
  min-width: 320px;
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 228, 0.035) 1px, transparent 1px),
    #11110f;
  background-size: 84px 84px, 84px 84px, 100% 100%;
}

.auth-shell {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 32px;
}

.auth-panel {
  width: min(100%, 460px);
  padding: 34px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  background: rgba(14, 15, 13, 0.94);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.34);
}

.auth-brand {
  margin-bottom: 42px;
}

.auth-copy h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 820;
}

.auth-copy p:last-child {
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.72);
  font-size: 17px;
  line-height: 1.45;
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.auth-input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(244, 239, 228, 0.18);
  border-radius: 0;
  background: rgba(244, 239, 228, 0.06);
  color: var(--paper);
  font: inherit;
  font-size: 18px;
  outline: none;
}

.auth-input:focus {
  border-color: rgba(126, 242, 160, 0.72);
}

.auth-code-input {
  font-family: var(--font-mono);
  font-size: 28px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.auth-submit {
  width: 100%;
  border: 0;
}

.auth-alert,
.auth-notice {
  margin: 22px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 111, 97, 0.34);
  color: #ff9b90;
  background: rgba(255, 111, 97, 0.1);
  font-size: 14px;
}

.auth-notice {
  border-color: rgba(126, 242, 160, 0.34);
  color: var(--accent);
  background: rgba(126, 242, 160, 0.1);
}

.auth-footnote {
  margin: 20px 0 0;
  color: rgba(244, 239, 228, 0.64);
  font-size: 14px;
}

.auth-footnote a {
  color: var(--accent);
}

.dev-code {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(126, 242, 160, 0.32);
  background: rgba(8, 8, 6, 0.88);
  color: var(--paper);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.dev-code span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
}

.dev-code code {
  font-family: var(--font-mono);
  font-size: 22px;
  letter-spacing: 0.08em;
}

.shake {
  animation: shake 260ms ease-in-out;
}

.reveal-on-load {
  animation: copy-in 760ms ease-out both;
}

.reveal-section {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

.checkout-page {
  background: #11110f;
}

.checkout-shell,
.legal-shell {
  min-height: 100svh;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 228, 0.035) 1px, transparent 1px),
    #11110f;
  background-size: 84px 84px, 84px 84px, 100% 100%;
}

.checkout-header {
  display: flex;
  justify-content: space-between;
  color: var(--paper);
}

.license-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  margin: 120px auto 0;
  color: var(--paper);
}

.license-result h1 {
  margin: 0;
  font-size: 68px;
  line-height: 0.98;
}

.result-copy,
.result-note {
  max-width: 620px;
  color: rgba(244, 239, 228, 0.74);
  font-size: 20px;
  line-height: 1.45;
}

.result-copy {
  margin: 26px 0 0;
}

.result-note {
  margin: 22px 0 32px;
}

.license-key-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(126, 242, 160, 0.28);
  background: rgba(244, 239, 228, 0.055);
}

.license-key-copy-value {
  min-width: 0;
}

.license-key-label,
.license-key-box code {
  display: block;
}

.license-key-label {
  margin-bottom: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.license-key-box code {
  overflow-wrap: anywhere;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 24px;
  line-height: 1.35;
}

.license-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(244, 239, 228, 0.18);
  border-radius: 6px;
  background: rgba(244, 239, 228, 0.08);
  color: var(--paper);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.license-copy-button:hover {
  background: rgba(126, 242, 160, 0.12);
  border-color: rgba(126, 242, 160, 0.36);
  color: var(--accent);
  transform: translateY(-1px);
}

.license-copy-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.license-copy-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.license-copy-button[data-copy-state="copied"] {
  border-color: rgba(126, 242, 160, 0.48);
  color: var(--accent);
}

.license-copy-button[data-copy-state="failed"] {
  border-color: rgba(244, 239, 228, 0.42);
  color: var(--paper);
}

.license-copy-button-icon,
.license-copy-button-icon svg {
  width: 16px;
  height: 16px;
}

.license-copy-button-icon svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.imprint-page {
  background: #11110f;
}

.legal-content {
  max-width: 760px;
  margin: 112px auto 0;
  color: var(--paper);
}

.legal-content h1 {
  margin: 0 0 34px;
  font-size: 64px;
  line-height: 0.98;
}

.legal-content h2 {
  margin: 0;
  color: var(--paper);
  font-size: 24px;
  line-height: 1.2;
}

.legal-content section {
  display: grid;
  gap: 22px;
  margin-bottom: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 239, 228, 0.14);
}

.legal-content p {
  margin: 0;
  color: rgba(244, 239, 228, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.legal-content a:not(.secondary-action) {
  color: var(--accent);
}

.admin-page {
  min-width: 320px;
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 228, 0.035) 1px, transparent 1px),
    #11110f;
  background-size: 84px 84px, 84px 84px, 100% 100%;
}

.admin-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 44px 34px 72px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
  color: var(--paper);
}

.admin-brand {
  margin-bottom: 64px;
}

.admin-header h1 {
  margin: 0;
  font-size: 64px;
  line-height: 0.98;
}

.admin-header p:not(.section-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.72);
  font-size: 18px;
  line-height: 1.45;
}

.admin-logout {
  flex: none;
}

.admin-notice,
.admin-alert {
  margin: 28px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  color: var(--paper);
  font-size: 15px;
}

.admin-notice {
  border-color: rgba(126, 242, 160, 0.32);
  background: rgba(126, 242, 160, 0.08);
}

.admin-alert,
.admin-form-errors {
  border-color: rgba(255, 111, 97, 0.32);
  background: rgba(255, 111, 97, 0.08);
}

.admin-generator {
  display: grid;
  gap: 24px;
  margin-top: 48px;
  padding: 28px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  background: rgba(14, 15, 13, 0.94);
  color: var(--paper);
}

.admin-section-heading {
  display: grid;
  gap: 8px;
}

.admin-section-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.admin-license-form {
  display: grid;
  gap: 18px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-field {
  display: grid;
  gap: 8px;
}

.admin-field label {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-field input {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(244, 239, 228, 0.16);
  border-radius: 0;
  background: rgba(244, 239, 228, 0.06);
  color: var(--paper);
  font: inherit;
}

.admin-field input:focus {
  outline: 2px solid rgba(126, 242, 160, 0.36);
  outline-offset: 2px;
}

.admin-form-actions {
  display: flex;
  justify-content: flex-start;
}

.admin-form-errors {
  padding: 14px 16px;
  color: var(--paper);
}

.admin-form-errors strong {
  display: block;
  margin-bottom: 8px;
}

.admin-form-errors ul {
  margin: 0;
  padding-left: 20px;
}

.admin-table-shell,
.admin-empty {
  margin-top: 48px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  background: rgba(14, 15, 13, 0.94);
}

.admin-table-shell {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: var(--paper);
}

.admin-table th,
.admin-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.1);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-table td {
  color: rgba(244, 239, 228, 0.84);
  font-size: 15px;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table code,
.admin-table strong,
.admin-table span {
  display: block;
}

.admin-table code {
  color: var(--accent);
  font-family: var(--font-mono);
  overflow-wrap: anywhere;
}

.admin-table strong {
  color: var(--paper);
}

.admin-table span {
  margin-top: 6px;
  color: rgba(244, 239, 228, 0.54);
  font-size: 13px;
}

.license-status {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 0 !important;
  padding: 4px 8px;
  border: 1px solid rgba(244, 239, 228, 0.14);
  color: var(--paper) !important;
  font-family: var(--font-mono);
  font-size: 12px !important;
  text-transform: uppercase;
}

.license-status-active {
  border-color: rgba(126, 242, 160, 0.36);
  color: var(--accent) !important;
}

.license-status-disabled,
.license-status-expired {
  border-color: rgba(255, 111, 97, 0.36);
  color: #ff9b90 !important;
}

.admin-empty {
  padding: 34px;
  color: var(--paper);
}

.admin-empty h2 {
  margin: 0;
  font-size: 28px;
}

.admin-empty p {
  margin: 12px 0 0;
  color: rgba(244, 239, 228, 0.68);
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes surface-in {
  from {
    opacity: 0;
    transform: translateX(44px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-6px);
  }

  75% {
    transform: translateX(6px);
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }

  .site-nav {
    display: none;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 112px 24px 64px;
  }

  .hero-copy h1 {
    font-size: 76px;
  }

  .hero-line {
    font-size: 21px;
  }

  .hero-visual {
    min-height: 520px;
    overflow: hidden;
  }

  .app-surface {
    inset: 74px auto 32px 0;
    min-width: 760px;
    width: 760px;
  }

  .workflow-section,
  .control-section,
  .license-section,
  .runtime-tile-section,
  .site-footer {
    padding: 84px 24px;
  }

  .section-heading,
  .control-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "list";
    gap: 42px;
  }

  .section-heading h2,
  .control-copy h2,
  .license-section h2,
  .runtime-copy h2 {
    font-size: 44px;
  }

  .runtime-tile {
    min-height: 500px;
  }

  .runtime-screen {
    inset: 40px 28px;
    grid-template-columns: 190px minmax(420px, 1fr);
  }

  .runtime-sidebar {
    padding: 24px;
  }

  .runtime-main {
    padding: 26px;
  }

  .workflow-line {
    grid-template-columns: 52px 1fr;
  }

  .workflow-line p {
    grid-column: 2;
  }

  .license-section {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .site-header {
    height: 64px;
  }

  .nav-cta {
    padding: 8px 10px;
    font-size: 13px;
  }

  .site-actions {
    gap: 8px;
  }

  .nav-checkout-form {
    display: none;
  }

  .nav-download {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .hero-section {
    padding-top: 96px;
  }

  .hero-copy h1 {
    font-size: 58px;
  }

  .hero-line {
    font-size: 18px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .admin-shell {
    padding: 30px 18px 56px;
  }

  .admin-header {
    flex-direction: column;
    gap: 24px;
  }

  .admin-brand {
    margin-bottom: 42px;
  }

  .admin-header h1 {
    font-size: 42px;
  }

  .admin-generator {
    padding: 20px;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    width: 100%;
  }

  .nav-checkout-form {
    width: auto;
  }

  .hero-visual {
    min-height: 440px;
    margin-right: -24px;
  }

  .app-surface {
    grid-template-columns: 160px 420px;
    min-width: 620px;
    width: 620px;
  }

  .project-rail {
    padding: 52px 18px 20px;
  }

  .ops-pane {
    padding: 48px 24px;
  }

  .pane-head strong {
    font-size: 24px;
  }

  .health-strip span {
    padding: 14px 10px;
  }

  .section-heading h2,
  .control-copy h2,
  .license-section h2,
  .runtime-copy h2 {
    font-size: 34px;
  }

  .section-heading p,
  .control-copy p,
  .runtime-copy p:last-child {
    font-size: 17px;
  }

  .runtime-tile {
    min-height: 540px;
    margin-top: 32px;
  }

  .runtime-screen {
    inset: 22px;
    grid-template-columns: 1fr;
  }

  .runtime-sidebar {
    display: none;
  }

  .runtime-topline {
    flex-direction: column;
    gap: 8px;
  }

  .runtime-topline strong {
    font-size: 23px;
  }

  .runtime-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .runtime-stats span:nth-child(2n) {
    border-right: 0;
  }

  .runtime-grid {
    font-size: 12px;
  }

  .runtime-grid span,
  .runtime-grid b {
    padding: 11px 8px;
  }

  .workflow-line {
    gap: 18px;
    padding: 24px 0;
  }

  .checkout-shell {
    padding: 24px;
  }

  .license-result {
    margin-top: 82px;
  }

  .legal-content {
    margin-top: 82px;
  }

  .license-result h1,
  .legal-content h1 {
    font-size: 44px;
  }

  .result-copy,
  .result-note,
  .legal-content p {
    font-size: 17px;
  }

  .license-key-box {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .license-copy-button {
    width: 100%;
  }
}

/* Landing refresh: app-inspired light system */
.landing-page {
  color-scheme: light;
  background: #f7f9fc;
  color: #17212f;
}

.landing-page .landing-shell {
  --landing-bg: #f7f9fc;
  --landing-surface: #ffffff;
  --landing-sidebar: #f1f6fb;
  --landing-soft: #eef4fb;
  --landing-ink: #17212f;
  --landing-muted: #536274;
  --landing-subtle: #596879;
  --landing-border: #dce5ef;
  --landing-border-strong: #c9d6e4;
  --landing-blue: #0066d6;
  --landing-blue-strong: #0057bb;
  --landing-cyan: #03b7ff;
  --landing-green: #10c783;
  --landing-green-soft: #aef4de;
  --landing-shadow: 0 28px 90px rgba(31, 50, 74, 0.13);
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(245, 249, 253, 0) 0%, #ffffff 52%, #f7f9fc 100%),
    radial-gradient(circle at 80% 10%, rgba(8, 124, 255, 0.11), transparent 28%),
    var(--landing-bg);
  color: var(--landing-ink);
}

.landing-page .launch-pricing-banner {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(6, 54, 153, 0.38);
  background: linear-gradient(90deg, #0066d6 0%, #254cd3 52%, #6740c9 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 560;
  box-shadow: 0 8px 28px rgba(8, 124, 255, 0.16);
}

.landing-page .launch-pricing-banner span {
  color: #ffffff;
  font-weight: 760;
}

.landing-page .launch-pricing-banner strong {
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  line-height: 1.25;
}

.landing-page .launch-pricing-banner s {
  color: #ffffff;
  text-decoration-thickness: 1px;
}

.landing-page .site-header {
  position: fixed;
  z-index: 20;
  top: 32px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  height: 58px;
  padding: 0 max(24px, calc((100vw - 1128px) / 2));
  color: var(--landing-ink);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(215, 224, 234, 0.86);
  backdrop-filter: blur(18px);
}

.landing-page .brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--landing-ink);
  font-size: 20px;
  font-weight: 780;
  letter-spacing: 0;
}

.landing-page .brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(31, 50, 74, 0.15);
}

.landing-page .site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--landing-muted);
  font-size: 14px;
  font-weight: 560;
}

.landing-page .site-nav a:hover {
  color: var(--landing-ink);
}

.landing-page .site-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.landing-page .checkout-form {
  display: inline-flex;
  margin: 0;
}

.landing-page .nav-cta,
.landing-page .nav-download,
.landing-page .primary-action,
.landing-page .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 680;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.landing-page .nav-cta,
.landing-page .nav-download {
  min-height: 34px;
  padding: 0 15px;
}

.landing-page .nav-cta {
  border: 1px solid var(--landing-border);
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-page .nav-cta:hover {
  border-color: var(--landing-border-strong);
  background: var(--landing-soft);
}

.landing-page .nav-download {
  border: 1px solid var(--landing-blue);
  background: var(--landing-blue);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(8, 124, 255, 0.22);
}

.landing-page .nav-download:hover,
.landing-page .primary-action:hover {
  background: var(--landing-blue-strong);
  transform: translateY(-1px);
}

.landing-page .hero-section {
  position: relative;
  display: block;
  min-height: auto;
  padding: 156px max(24px, calc((100vw - 1128px) / 2)) 82px;
  color: var(--landing-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 249, 252, 0.62) 58%, #f7f9fc),
    radial-gradient(circle at 50% 28%, rgba(3, 183, 255, 0.14), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(8, 124, 255, 0.12), transparent 30%);
}

.landing-page .hero-section::after {
  content: none;
}

.landing-page .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.landing-page .hero-copy h1 {
  margin: 0;
  color: #111927;
  font-size: clamp(58px, 5.4vw, 78px);
  line-height: 1.02;
  font-weight: 760;
  letter-spacing: 0;
}

.landing-page .hero-line {
  max-width: 820px;
  margin: 26px 0 0;
  color: #47586c;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
}

.landing-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.landing-page .primary-action,
.landing-page .secondary-action {
  min-height: 48px;
  padding: 0 21px;
}

.landing-page .primary-action {
  border: 1px solid var(--landing-blue);
  background: var(--landing-blue);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(8, 124, 255, 0.24);
}

.landing-page .secondary-action {
  border: 1px solid var(--landing-border);
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-page .secondary-action:hover {
  border-color: var(--landing-border-strong);
  background: var(--landing-soft);
  color: var(--landing-ink);
  transform: translateY(-1px);
}

.landing-page .download-action {
  gap: 8px;
}

.landing-page .apple-logo {
  font-family: -apple-system, BlinkMacSystemFont, var(--font-sans);
  font-size: 16px;
  line-height: 1;
}

.landing-page .download-action::before {
  content: none;
}

.landing-page .download-note {
  margin: 12px 0 0 22px;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.45;
}

.landing-page .hero-visual {
  --hero-shift: 0px;
  position: relative;
  z-index: 1;
  min-height: 0;
  max-width: 1128px;
  margin: 62px auto 0;
  opacity: 1;
  transform: translateY(var(--hero-shift));
}

.landing-page .hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% -5% -5%;
  z-index: -1;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(8, 124, 255, 0.18), rgba(3, 183, 255, 0.08));
  filter: blur(26px);
}

.landing-page .hero-mockup-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3118 / 1892;
  margin: 0 auto;
  border: 1px solid rgba(194, 207, 221, 0.92);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--landing-shadow);
}

.landing-page .desktop-window {
  width: min(100%, 1030px);
  min-width: 780px;
  border: 1px solid rgba(194, 207, 221, 0.92);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--landing-shadow);
  overflow: hidden;
}

.landing-page .hero-window {
  transform-origin: center right;
  animation: none;
}

.landing-page .window-toolbar {
  display: grid;
  grid-template-columns: 158px minmax(240px, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 1px solid var(--landing-border);
  background: rgba(255, 255, 255, 0.95);
}

.landing-page .traffic-lights {
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-page .traffic-lights span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.landing-page .traffic-lights span:nth-child(1) {
  background: #ff5f57;
}

.landing-page .traffic-lights span:nth-child(2) {
  background: #ffbd2e;
}

.landing-page .traffic-lights span:nth-child(3) {
  background: #28c840;
}

.landing-page .branch-status {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-page .branch-status strong {
  color: var(--landing-ink);
  font-weight: 760;
}

.landing-page .branch-icon,
.landing-page .folder-plus,
.landing-page .run-button,
.landing-page .fast-button,
.landing-page .more-button,
.landing-page .metric-icon {
  display: inline-block;
  flex: none;
}

.landing-page .branch-icon {
  width: 14px;
  height: 20px;
  border-left: 2px solid #7e8b9a;
  border-top: 2px solid #7e8b9a;
  transform: rotate(-20deg);
}

.landing-page .toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.landing-page .run-button,
.landing-page .fast-button {
  width: 44px;
  height: 30px;
  border-radius: 6px;
  background: var(--landing-blue);
  position: relative;
}

.landing-page .run-button::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 17px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
}

.landing-page .fast-button {
  width: 48px;
  background: #f4f7fb;
  border: 1px solid var(--landing-border);
}

.landing-page .fast-button::before,
.landing-page .fast-button::after {
  content: "";
  position: absolute;
  top: 9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #151b24;
}

.landing-page .fast-button::before {
  left: 13px;
}

.landing-page .fast-button::after {
  left: 24px;
}

.landing-page .more-button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle, #4b5969 1.8px, transparent 2px) center / 8px 8px,
    #ffffff;
}

.landing-page .app-layout {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  min-height: 540px;
}

.landing-page .app-sidebar {
  display: flex;
  flex-direction: column;
  padding: 32px 20px 20px;
  border-right: 1px solid var(--landing-border);
  background: linear-gradient(180deg, #f6fbff, #f2f7fb);
}

.landing-page .sidebar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #596778;
  font-size: 15px;
}

.landing-page .folder-plus {
  width: 16px;
  height: 13px;
  border: 1.5px solid #8190a0;
  border-radius: 3px;
  position: relative;
}

.landing-page .folder-plus::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 7px;
  height: 4px;
  border: 1.5px solid #8190a0;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.landing-page .project-list {
  display: grid;
  gap: 3px;
}

.landing-page .project-list span,
.landing-page .project-list strong,
.landing-page .settings-row {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 680;
}

.landing-page .project-list span {
  color: #2b3542;
}

.landing-page .project-list span::before,
.landing-page .project-list strong::before {
  content: "";
  width: 13px;
  height: 10px;
  border: 1.4px solid currentColor;
  border-radius: 2px;
}

.landing-page .project-list strong {
  background: var(--landing-blue);
  color: #ffffff;
}

.landing-page .settings-row {
  margin-top: auto;
  color: #526173;
  font-size: 12px;
}

.landing-page .app-main {
  min-width: 0;
  padding: 28px 22px 24px;
  background: #ffffff;
}

.landing-page .crumb-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 26px;
  margin-bottom: 18px;
  color: #7b8998;
  font-size: 13px;
}

.landing-page .crumb-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.landing-page .crumb-row span::before {
  content: "";
  width: 12px;
  height: 10px;
  border: 1.4px solid currentColor;
  border-radius: 2px;
}

.landing-page .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 8px;
}

.landing-page .metric-card {
  min-width: 0;
  min-height: 122px;
  padding: 15px 14px 12px;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 52, 74, 0.07);
}

.landing-page .metric-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  border-radius: 7px;
  background: #eaf3ff;
  position: relative;
}

.landing-page .metric-icon::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1.7px solid var(--landing-blue);
  border-radius: 3px;
}

.landing-page .metric-card span:not(.metric-icon),
.landing-page .metric-card small {
  display: block;
  color: #5d6a7a;
  font-size: 11px;
  font-weight: 680;
}

.landing-page .metric-card strong {
  display: block;
  margin-top: 8px;
  color: #17212f;
  font-size: 13px;
  font-weight: 800;
}

.landing-page .metric-card small {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
}

.landing-page .metric-card i {
  display: block;
  height: 2px;
  margin-top: 22px;
  background:
    repeating-linear-gradient(90deg, #e5effb 0 6px, transparent 6px 9px),
    linear-gradient(90deg, transparent 0 38%, var(--landing-blue) 38% 100%);
}

.landing-page .tab-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(480px, 100%);
  margin: 14px 0 12px;
}

.landing-page .tab-row span,
.landing-page .tab-row strong {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  border-radius: 6px;
  background: #f4f7fb;
  color: #17212f;
  font-size: 11px;
  font-weight: 780;
}

.landing-page .tab-row strong {
  background: linear-gradient(90deg, var(--landing-cyan), var(--landing-blue));
  color: #ffffff;
}

.landing-page .tab-row strong span {
  min-height: 0;
  margin-left: 6px;
  padding: 1px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: inherit;
  font-size: 10px;
}

.landing-page .container-table {
  border: 1px solid #e4ebf3;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(35, 52, 74, 0.06);
}

.landing-page .table-head,
.landing-page .table-row {
  display: grid;
  grid-template-columns: 0.68fr minmax(96px, 1.5fr) minmax(88px, 1.16fr) 0.88fr 0.52fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
}

.landing-page .table-head {
  min-height: 40px;
  color: #8190a0;
  font-size: 10px;
  font-weight: 780;
}

.landing-page .table-row {
  min-height: 54px;
  margin: 0 12px 12px;
  border-radius: 10px;
  background: #bde7ff;
  color: #233247;
  font-size: 11px;
}

.landing-page .table-row strong,
.landing-page .table-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-page .table-row b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  border-radius: 999px;
  background: #8fe6d4;
  color: #007f59;
  font-size: 10px;
}

.landing-page .workflow-section,
.landing-page .control-section,
.landing-page .license-section {
  padding: clamp(76px, 8vw, 118px) clamp(22px, 5vw, 72px);
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-page .section-heading {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 0.58fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
  max-width: 1180px;
}

.landing-page .section-heading h2,
.landing-page .workflow-copy h2,
.landing-page .control-copy h2,
.landing-page .license-section h2 {
  margin: 0;
  color: #111927;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 810;
}

.landing-page .section-heading p,
.landing-page .workflow-copy p,
.landing-page .control-copy p,
.landing-page .license-section p {
  margin: 0;
  color: #5c6d81;
  font-size: 19px;
  line-height: 1.48;
}

.landing-page .feature-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(560px, 0.64fr);
  gap: clamp(36px, 5.6vw, 88px);
  align-items: center;
  padding: clamp(78px, 8vw, 120px) clamp(22px, 5vw, 72px);
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-page .feature-showcase-alt {
  background: #f7f9fc;
}

.landing-page .feature-platform-section {
  padding: clamp(78px, 8vw, 120px) clamp(22px, 5vw, 72px);
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-page .feature-platform-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.landing-page .feature-platform-copy {
  max-width: 520px;
}

.landing-page .feature-platform-copy span {
  display: block;
  margin-bottom: 16px;
  color: var(--landing-blue);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.landing-page .feature-platform-copy h2 {
  margin: 0;
  color: #111927;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 810;
}

.landing-page .feature-platform-copy p {
  margin: 22px 0 0;
  color: #5c6d81;
  font-size: 18px;
  line-height: 1.5;
}

.landing-page .feature-platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 36px;
  margin: 0;
}

.landing-page .feature-platform-item {
  position: relative;
  padding-left: 36px;
}

.landing-page .feature-platform-item dt {
  display: block;
  margin: 0;
  color: #111927;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.35;
}

.landing-page .feature-platform-item dd {
  margin: 9px 0 0;
  color: #5c6d81;
  font-size: 15px;
  line-height: 1.55;
}

.landing-page .feature-platform-icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--landing-blue);
}

.landing-page .feature-copy {
  max-width: 520px;
}

.landing-page .feature-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--landing-blue);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.landing-page .feature-copy h2 {
  margin: 0;
  color: #111927;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 810;
}

.landing-page .feature-copy p {
  margin: 22px 0 0;
  color: #5c6d81;
  font-size: 19px;
  line-height: 1.48;
}

.landing-page .feature-media {
  margin: 0;
}

.landing-page .hero-visual picture,
.landing-page .feature-media picture,
.landing-page .name-media picture {
  display: block;
}

.landing-page .feature-media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: var(--landing-shadow);
}

.landing-page .feature-media-wide img {
  border-radius: 18px;
}

.landing-page .feature-media-dialog {
  max-width: 680px;
  justify-self: center;
}

.landing-page .name-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(560px, 0.62fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
  padding: clamp(82px, 8vw, 124px) clamp(22px, 5vw, 72px);
  background:
    radial-gradient(circle at 72% 18%, rgba(126, 194, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #071724 0%, #06101d 100%);
  color: #f4f8ff;
  overflow: hidden;
}

.landing-page .name-section::before,
.landing-page .name-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing-page .name-section::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(126, 194, 255, 0.74) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.4px);
  background-position:
    18px 26px,
    92px 74px,
    42px 138px;
  background-size:
    138px 132px,
    214px 188px,
    286px 244px;
  opacity: 0.48;
}

.landing-page .name-section::after {
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.86) 0 1.5px, transparent 2px),
    radial-gradient(circle at 32% 72%, rgba(126, 194, 255, 0.72) 0 1.5px, transparent 2px),
    radial-gradient(circle at 69% 32%, rgba(255, 255, 255, 0.84) 0 1.5px, transparent 2px),
    radial-gradient(circle at 88% 64%, rgba(126, 194, 255, 0.76) 0 1.5px, transparent 2px);
  opacity: 0.68;
}

.landing-page .name-copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.landing-page .name-copy span {
  display: block;
  margin-bottom: 18px;
  color: #7ec2ff;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.landing-page .name-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 810;
}

.landing-page .name-copy p {
  margin: 24px 0 0;
  color: #c7d5e6;
  font-size: 19px;
  line-height: 1.5;
}

.landing-page .name-media {
  position: relative;
  z-index: 1;
  margin: 0;
}

.landing-page .name-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(177, 214, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.landing-page .workflow-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
  background: #f7f9fc;
}

.landing-page .workflow-copy {
  max-width: 560px;
  position: sticky;
  top: 112px;
}

.landing-page .workflow-copy p {
  margin-top: 22px;
}

.landing-page .workflow-copy code,
.landing-page .workflow-line code {
  font-family: var(--font-mono);
  color: var(--landing-blue);
  font-size: 0.86em;
}

.landing-page .workflow-lines {
  max-width: none;
  margin-top: 0;
  border-top: 1px solid var(--landing-border);
}

.landing-page .workflow-line {
  display: grid;
  grid-template-columns: 56px minmax(170px, 0.35fr) minmax(260px, 0.65fr);
  gap: 24px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid var(--landing-border);
  color: var(--landing-ink);
}

.landing-page .workflow-line:hover {
  color: var(--landing-blue);
  transform: translateX(6px);
}

.landing-page .workflow-line span {
  color: var(--landing-subtle);
  font-family: var(--font-mono);
  font-size: 13px;
}

.landing-page .workflow-line strong {
  color: inherit;
  font-size: 21px;
}

.landing-page .workflow-line p {
  margin: 0;
  color: #5c6d81;
  font-size: 17px;
  line-height: 1.5;
}

.landing-page .control-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
  grid-template-areas:
    "copy visual"
    "list visual";
  gap: 44px clamp(42px, 6vw, 86px);
  align-items: center;
  background: #ffffff;
}

.landing-page .control-copy {
  grid-area: copy;
  max-width: 580px;
}

.landing-page .control-copy p {
  margin-top: 22px;
}

.landing-page .control-visual {
  grid-area: visual;
  margin: 0;
}

.landing-page .control-mockup-image {
  width: 100%;
  border: 1px solid var(--landing-border);
  border-radius: 18px;
  box-shadow: var(--landing-shadow);
}

.landing-page .detail-window {
  border: 1px solid var(--landing-border);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--landing-shadow);
}

.landing-page .detail-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--landing-border);
  background: #f7f9fc;
}

.landing-page .detail-tabs span,
.landing-page .detail-tabs strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 6px;
  color: #263445;
  font-size: 12px;
  font-weight: 760;
}

.landing-page .detail-tabs strong {
  background: var(--landing-blue);
  color: #ffffff;
}

.landing-page .log-panel {
  display: grid;
  gap: 2px;
  padding: 18px 20px;
  background: #101722;
  color: #dfe9f4;
  font-family: var(--font-mono);
  font-size: 12px;
}

.landing-page .log-panel p {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  margin: 0;
  min-width: 0;
  padding: 7px 0;
}

.landing-page .log-panel span {
  color: #74d7ff;
}

.landing-page .detail-window img {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--landing-border);
}

.landing-page .control-list {
  grid-area: list;
  border-top: 1px solid var(--landing-border);
}

.landing-page .control-list div {
  padding: 22px 0;
  border-bottom: 1px solid var(--landing-border);
}

.landing-page .control-list strong,
.landing-page .control-list span {
  display: block;
}

.landing-page .control-list strong {
  color: #17212f;
  font-size: 18px;
}

.landing-page .control-list span {
  margin-top: 7px;
  color: #5f7084;
  line-height: 1.48;
}

.landing-page .license-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  min-height: 360px;
  margin: 0 clamp(22px, 5vw, 72px) clamp(40px, 5vw, 72px);
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid var(--landing-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(8, 124, 255, 0.08), rgba(16, 199, 131, 0.08)),
    #ffffff;
  box-shadow: 0 18px 60px rgba(31, 50, 74, 0.08);
}

.landing-page .license-section h2 {
  max-width: 780px;
}

.landing-page .license-section p {
  margin-top: 18px;
}

.landing-page .license-section .primary-action {
  flex: none;
  min-width: 172px;
}

.landing-page .site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(22px, 5vw, 72px);
  border-top: 1px solid var(--landing-border);
  background: #ffffff;
  color: #526174;
  font-size: 14px;
}

.landing-page .site-footer a {
  color: var(--landing-blue);
}

.landing-page .reveal-section {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .landing-page .site-header {
    grid-template-columns: 1fr auto;
  }

  .landing-page .site-nav {
    display: none;
  }

  .landing-page .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 132px;
  }

  .landing-page .hero-copy {
    max-width: 760px;
  }

  .landing-page .hero-visual {
    overflow: visible;
    padding-bottom: 0;
  }

  .landing-page .hero-mockup-image {
    width: 100%;
    max-width: 100%;
  }

  .landing-page .desktop-window {
    width: 980px;
  }

  .landing-page .section-heading,
  .landing-page .workflow-section,
  .landing-page .control-section,
  .landing-page .feature-platform-inner,
  .landing-page .feature-showcase,
  .landing-page .name-section {
    grid-template-columns: 1fr;
  }

  .landing-page .control-section {
    grid-template-areas:
      "copy"
      "visual"
      "list";
  }

  .landing-page .workflow-copy {
    position: static;
    max-width: 760px;
  }

  .landing-page .feature-platform-copy {
    max-width: 760px;
  }

  .landing-page .feature-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .landing-page .site-header {
    top: 34px;
    height: 64px;
    gap: 14px;
    padding: 0 16px;
  }

  .landing-page .launch-pricing-banner {
    min-height: 34px;
    font-size: 12px;
  }

  .landing-page .brand-mark {
    font-size: 15px;
  }

  .landing-page .nav-checkout-form {
    display: none;
  }

  .landing-page .nav-download {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .landing-page .hero-section {
    padding: 128px 16px 58px;
  }

  .landing-page .hero-copy h1 {
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: 1.08;
  }

  .landing-page .hero-line {
    font-size: 17px;
  }

  .landing-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-page .primary-action,
  .landing-page .secondary-action,
  .landing-page .checkout-form {
    width: 100%;
  }

  .landing-page .hero-visual {
    margin-right: 0;
    margin-top: 42px;
  }

  .landing-page .hero-mockup-image {
    width: 100%;
    max-width: 100%;
  }

  .landing-page .desktop-window {
    width: 760px;
    min-width: 760px;
    transform: scale(0.9);
    transform-origin: top left;
    border-radius: 16px;
  }

  .landing-page .hero-window {
    animation: none;
  }

  .landing-page .hero-visual {
    height: auto;
    overflow: visible;
  }

  .landing-page .window-toolbar {
    grid-template-columns: 112px minmax(180px, 1fr) auto;
  }

  .landing-page .app-layout {
    grid-template-columns: 172px minmax(0, 1fr);
    min-height: 480px;
  }

  .landing-page .metrics-grid {
    grid-template-columns: repeat(4, 132px);
  }

  .landing-page .workflow-section,
  .landing-page .control-section,
  .landing-page .feature-platform-section,
  .landing-page .feature-showcase,
  .landing-page .name-section {
    padding: 70px 16px;
  }

  .landing-page .section-heading {
    display: block;
  }

  .landing-page .section-heading p {
    margin-top: 18px;
  }

  .landing-page .feature-platform-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .landing-page .feature-platform-copy h2 {
    font-size: 34px;
  }

  .landing-page .feature-platform-copy p {
    font-size: 17px;
  }

  .landing-page .feature-copy h2 {
    font-size: 34px;
  }

  .landing-page .feature-copy p {
    font-size: 17px;
  }

  .landing-page .feature-media img {
    border-radius: 14px;
  }

  .landing-page .name-copy h2 {
    font-size: 34px;
  }

  .landing-page .name-copy p {
    font-size: 17px;
  }

  .landing-page .name-media img {
    border-radius: 14px;
  }

  .landing-page .workflow-line {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .landing-page .workflow-line p {
    grid-column: 2;
    font-size: 16px;
  }

  .landing-page .detail-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-page .log-panel {
    font-size: 11px;
  }

  .landing-page .log-panel p {
    grid-template-columns: 64px 1fr;
  }

  .landing-page .license-section {
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
    margin: 0 16px 44px;
    padding: 34px 24px;
  }

  .landing-page .site-footer {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}

@media (max-width: 680px) {
  .landing-page .desktop-window {
    transform: scale(0.78);
  }

  .landing-page .hero-visual {
    height: auto;
  }
}

@media (max-width: 560px) {
  .landing-page .desktop-window {
    transform: scale(0.64);
  }

  .landing-page .hero-visual {
    height: auto;
  }
}

@media (max-width: 460px) {
  .landing-page .desktop-window {
    transform: scale(0.47);
  }

  .landing-page .hero-visual {
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
