:root {
  color-scheme: dark;
  --bg: #07110e;
  --surface: #0c1915;
  --surface-2: #10211b;
  --line: rgba(180, 223, 203, 0.12);
  --line-strong: rgba(180, 223, 203, 0.2);
  --text: #ecf7f1;
  --muted: #8fa89d;
  --green: #65f0af;
  --green-strong: #28d98c;
  --lime: #c7f57c;
  --orange: #f5ae6c;
  --red: #ff7e78;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(101, 240, 175, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 240, 175, 0.025) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
  color: var(--text);
}

body::before {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: 0.6;
}

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

button {
  color: inherit;
  font: inherit;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  opacity: 0.11;
  filter: blur(100px);
  pointer-events: none;
}

.ambient-one {
  top: -280px;
  left: -190px;
  background: var(--green);
}

.ambient-two {
  top: 320px;
  right: -360px;
  background: #65c4f0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 44px;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  fill: rgba(101, 240, 175, 0.12);
  stroke: var(--green);
  stroke-width: 1.8;
}

.brand-mark-image {
  overflow: hidden;
  border: 1px solid rgba(247, 243, 233, 0.14);
  border-radius: 9px;
  background: #f7f3e9;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.brand-mark-image img {
  position: relative;
  left: -3px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  transform: scale(1.32);
}

.brand-cut {
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: -0.3px;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.network-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(12, 25, 21, 0.76);
  color: #c8d9d1;
  font-size: 12px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(101, 240, 175, 0.1);
}

.network-id {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 80px;
  align-items: center;
  min-height: 650px;
  padding: 84px 0 76px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 22px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 740px;
  margin: 24px 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--green);
  font-weight: 400;
}

.hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #9fb3aa;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 49px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 650;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--green);
  background: var(--green);
  color: #06120d;
}

.button.secondary:hover {
  border-color: rgba(101, 240, 175, 0.55);
  background: rgba(101, 240, 175, 0.05);
}

.protection-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(101, 240, 175, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(140deg, rgba(101, 240, 175, 0.06), transparent 45%),
    rgba(9, 22, 17, 0.92);
  box-shadow: var(--shadow);
}

.protection-card::before,
.protection-card::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  border-color: var(--green);
  opacity: 0.8;
}

.protection-card::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.protection-card::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.card-glow {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(101, 240, 175, 0.12);
  filter: blur(60px);
  transform: translateX(-50%);
}

.protection-head,
.protection-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
}

.live-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.shield-orbit {
  position: relative;
  display: grid;
  height: 235px;
  place-items: center;
}

.hero-shield {
  position: relative;
  display: grid;
  width: 105px;
  height: 115px;
  place-items: center;
  filter: drop-shadow(0 0 26px rgba(101, 240, 175, 0.2));
}

.hero-shield img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  filter:
    drop-shadow(0 0 14px rgba(255, 138, 17, 0.12))
    drop-shadow(0 0 26px rgba(101, 240, 175, 0.16));
  transform: scale(1.18);
}

.orbit {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(101, 240, 175, 0.13);
  border-radius: 50%;
}

.orbit::after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  content: "";
}

.orbit-b {
  width: 225px;
  height: 225px;
  border-style: dashed;
  opacity: 0.55;
  transform: rotate(65deg);
}

.invariant {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
}

.mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.invariant .mono {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.025);
}

.invariant .accent {
  border-color: rgba(101, 240, 175, 0.28);
  color: var(--green);
}

.invariant .or {
  color: #597067;
  font-size: 9px;
  text-transform: uppercase;
}

.protection-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--line);
}

.protection-foot strong {
  color: var(--green);
  font-size: 11px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(10, 23, 18, 0.68);
}

.metrics article {
  display: flex;
  min-height: 105px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.metrics article:last-child {
  border: 0;
}

.metric-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
}

.metric-icon.success,
.metric-icon.fallback {
  border-color: rgba(101, 240, 175, 0.3);
  background: rgba(101, 240, 175, 0.06);
  color: var(--green);
}

.metric-icon.recovery {
  border-color: rgba(245, 174, 108, 0.3);
  background: rgba(245, 174, 108, 0.06);
  color: var(--orange);
}

.metric-icon.neutral {
  border-color: rgba(143, 168, 157, 0.25);
  color: var(--muted);
}

.metrics small,
.metrics strong {
  display: block;
}

.metrics small {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.metrics strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.metric-note {
  margin-left: auto;
  color: #61756c;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner,
.comparison,
.operations {
  padding: 130px 0 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.section-heading > p {
  width: min(440px, 45%);
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.planner-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(9, 21, 17, 0.8);
}

.deposit-form,
.preview-panel {
  min-width: 0;
  padding: 27px;
}

.deposit-form {
  border-right: 1px solid var(--line);
}

.form-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 27px;
}

.step-number {
  display: inline-grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(101, 240, 175, 0.25);
  border-radius: 50%;
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  place-items: center;
}

.form-head strong,
.form-head small {
  display: block;
}

.form-head strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.form-head small {
  color: var(--muted);
  font-size: 9px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field {
  display: block;
  margin-bottom: 16px;
}

.field > span {
  display: block;
  margin-bottom: 8px;
  color: #91a79d;
  font-size: 10px;
}

.field > small {
  display: block;
  margin-top: 7px;
  color: #52675e;
  font-size: 8px;
}

.field-help {
  display: inline-block;
  margin-top: 8px;
  color: var(--orange);
  font-size: 9px;
  text-decoration: none;
}

.field-help:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.field input,
.field select {
  width: 100%;
  height: 45px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  outline: 0;
  background: rgba(3, 12, 9, 0.55);
  color: var(--text);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.field > input {
  padding: 0 12px;
}

.field select {
  padding: 0 10px;
  appearance: none;
}

.field input:focus,
.field select:focus {
  border-color: rgba(101, 240, 175, 0.55);
  box-shadow: 0 0 0 2px rgba(101, 240, 175, 0.05);
}

.amount-input {
  position: relative;
}

.amount-input input {
  padding: 0 70px 0 12px;
}

.amount-input b {
  position: absolute;
  top: 50%;
  right: 11px;
  color: #657c71;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}

.safety-note {
  display: flex;
  gap: 10px;
  margin-top: 3px;
  padding: 12px;
  border: 1px solid rgba(101, 240, 175, 0.11);
  background: rgba(101, 240, 175, 0.025);
}

.safety-note > span {
  color: var(--green);
}

.safety-note p {
  margin: 0;
  color: #789087;
  font-size: 9px;
  line-height: 1.55;
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
}

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

.preview-panel {
  position: relative;
  min-height: 500px;
  background:
    radial-gradient(circle at 75% 10%, rgba(101, 240, 175, 0.06), transparent 35%),
    rgba(4, 14, 10, 0.28);
}

.preview-empty {
  display: flex;
  min-height: 440px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.preview-shield {
  display: grid;
  width: 58px;
  height: 64px;
  margin-bottom: 18px;
  color: var(--orange);
  place-items: center;
}

.preview-shield img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
  transform: scale(1.35);
}

.preview-empty strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.preview-empty p {
  max-width: 330px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.preview-error .preview-shield {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 126, 120, 0.3);
  border-radius: 50%;
  color: var(--red);
}

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.preview-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-head strong {
  font-size: 12px;
}

.preview-ready {
  padding: 5px 7px;
  background: rgba(101, 240, 175, 0.07);
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.payment-total {
  padding: 17px;
  border: 1px solid rgba(101, 240, 175, 0.18);
  background: rgba(101, 240, 175, 0.035);
}

.payment-total span,
.payment-total strong,
.payment-total small {
  display: block;
}

.payment-total span {
  color: #789087;
  font-size: 9px;
}

.payment-total strong {
  margin: 8px 0 5px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.payment-total small {
  color: #5c7368;
  font-size: 8px;
}

.preview-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin: 15px 0;
}

.preview-route > i {
  color: #496057;
  font-style: normal;
}

.preview-field {
  min-width: 0;
}

.preview-field span,
.preview-field strong {
  display: block;
}

.preview-field span {
  margin-bottom: 5px;
  color: #62786e;
  font-size: 8px;
}

.preview-field strong {
  overflow: hidden;
  color: #c5d7cf;
  font-size: 9px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.preview-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.preview-details .preview-field {
  padding: 10px;
  background: #0a1813;
}

.commitment-box {
  position: relative;
  margin-top: 15px;
  padding: 11px 90px 11px 11px;
  border: 1px solid var(--line);
}

.commitment-box > span,
.commitment-box > code {
  display: block;
}

.commitment-box > span {
  margin-bottom: 6px;
  color: #587067;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.commitment-box > code {
  overflow: hidden;
  color: #99b2a7;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commitment-box button {
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 6px 7px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-size: 7px;
  transform: translateY(-50%);
}

.preview-warnings {
  margin: 13px 0 0;
  padding: 0 0 0 16px;
  color: var(--orange);
  font-size: 8px;
  line-height: 1.6;
}

.signing-next {
  display: flex;
  gap: 9px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--green);
}

.signing-next p {
  margin: 0;
  color: #71877d;
  font-size: 8px;
  line-height: 1.5;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.flow {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(11, 25, 20, 0.78);
}

.flow.protected {
  border-color: rgba(101, 240, 175, 0.22);
}

.flow-title {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.flow-mark {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  place-items: center;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.flow-title strong,
.flow-title small {
  display: block;
}

.flow-title strong {
  font-size: 13px;
}

.flow-title small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.result-chip {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 2px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.result-chip.good {
  background: rgba(101, 240, 175, 0.08);
  color: var(--green);
}

.result-chip.bad {
  background: rgba(255, 126, 120, 0.08);
  color: var(--red);
}

.flow ol {
  margin: 0;
  padding: 19px 22px;
  list-style: none;
}

.flow li {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr 18px;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  color: #b2c3bb;
  font-size: 12px;
}

.flow li:not(:last-child)::after {
  position: absolute;
  top: 37px;
  bottom: -13px;
  left: 12px;
  width: 1px;
  background: var(--line);
  content: "";
}

.flow li i {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  place-items: center;
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
}

.flow li b {
  font-weight: 500;
  text-align: center;
}

.flow li.done b,
.flow li.returned b {
  color: var(--green);
}

.flow li.failed b {
  color: var(--red);
}

.flow li.attention b {
  color: var(--orange);
}

.flow li.returned {
  color: var(--green);
}

.flow-outcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 22px;
  border-top: 1px solid rgba(101, 240, 175, 0.16);
  background: rgba(101, 240, 175, 0.035);
}

.flow-outcome span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flow-outcome strong {
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.flow-outcome.danger {
  border-color: rgba(255, 126, 120, 0.13);
  background: rgba(255, 126, 120, 0.025);
}

.flow-outcome.danger strong {
  color: var(--orange);
}

.section-heading.compact {
  align-items: center;
}

.filters {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: rgba(5, 14, 11, 0.6);
}

.filter {
  padding: 8px 13px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.filter.active {
  background: rgba(101, 240, 175, 0.1);
  color: var(--green);
}

.table-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(9, 21, 17, 0.76);
}

.table-head,
.job-row {
  display: grid;
  grid-template-columns: minmax(210px, 1.4fr) minmax(135px, 0.8fr) minmax(190px, 1fr) minmax(140px, 0.7fr) 28px;
  gap: 18px;
  align-items: center;
}

.table-head {
  min-height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: #60756c;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.job-row {
  width: 100%;
  min-height: 84px;
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease;
}

.job-row:last-child {
  border-bottom: 0;
}

.job-row:hover {
  background: rgba(101, 240, 175, 0.035);
}

.job-identity,
.job-identity > span {
  display: flex;
  align-items: center;
}

.job-identity {
  gap: 12px;
}

.job-identity > span {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.job-identity strong,
.proof-cell strong,
.updated-cell strong {
  font-size: 12px;
  font-weight: 560;
}

.job-identity small,
.proof-cell small,
.updated-cell small {
  color: #6e8379;
  font-size: 9px;
}

.job-kind {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 2px;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: normal;
}

.job-kind.protected {
  border-color: rgba(101, 240, 175, 0.3);
  background: rgba(101, 240, 175, 0.05);
  color: var(--green);
}

.job-kind.recovery {
  border-color: rgba(245, 174, 108, 0.3);
  background: rgba(245, 174, 108, 0.05);
  color: var(--orange);
}

.status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.status-success {
  border-color: rgba(101, 240, 175, 0.18);
  background: rgba(101, 240, 175, 0.05);
  color: var(--green);
}

.status-danger {
  border-color: rgba(255, 126, 120, 0.2);
  background: rgba(255, 126, 120, 0.04);
  color: var(--red);
}

.status-warning {
  border-color: rgba(245, 174, 108, 0.2);
  color: var(--orange);
}

.status-progress {
  border-color: rgba(131, 187, 255, 0.2);
  color: #83bbff;
}

.proof-cell,
.updated-cell {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
}

.proof-cell strong {
  max-width: 100%;
  overflow: hidden;
  color: #b3c7bd;
  text-overflow: ellipsis;
}

.row-arrow {
  color: #587067;
  font-size: 18px;
  transition: transform 160ms ease;
}

.job-row:hover .row-arrow {
  color: var(--green);
  transform: translateX(3px);
}

.loading-row,
.empty-row {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}

.loader {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(101, 240, 175, 0.2);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.error-message {
  color: var(--red);
  font-size: 12px;
}

.architecture-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 130px;
  padding: 23px 25px;
  border: 1px solid var(--line);
  background: rgba(9, 20, 16, 0.68);
}

.architecture-strip > div {
  position: relative;
  padding-left: 34px;
}

.architecture-strip small {
  position: absolute;
  top: 1px;
  left: 0;
  color: #4f655b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.architecture-strip strong,
.architecture-strip span {
  display: block;
}

.architecture-strip strong {
  margin-bottom: 4px;
  font-size: 11px;
}

.architecture-strip span {
  color: var(--muted);
  font-size: 9px;
}

.architecture-strip > i {
  color: #40544b;
  font-style: normal;
}

.architecture-strip .highlight strong,
.architecture-strip .highlight small {
  color: var(--green);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding: 35px 0 45px;
  border-top: 1px solid var(--line);
}

.footer-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-lockup small {
  color: #5b7066;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-wordmark {
  display: block;
  width: 170px;
  height: 48px;
  overflow: hidden;
  border-radius: 4px;
  background: #f7f3e9;
}

.footer-wordmark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

footer > p {
  color: #5b7066;
  font-size: 10px;
}

dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 0;
  border: 1px solid rgba(101, 240, 175, 0.25);
  border-radius: 4px;
  background: #0a1713;
  color: var(--text);
  box-shadow: 0 30px 100px #000;
}

dialog::backdrop {
  background: rgba(2, 8, 6, 0.8);
  backdrop-filter: blur(6px);
}

.dialog-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 23, 19, 0.96);
}

.dialog-head h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.dialog-close {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  place-items: center;
  font-size: 22px;
}

#dialog-body {
  padding: 24px;
}

.dialog-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dialog-kind {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}

.timeline li {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: #0b1a15;
  color: #72887e;
  font-size: 9px;
}

.timeline li i {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
  font-style: normal;
}

.timeline-completed {
  color: var(--green) !important;
}

.timeline-current {
  color: #83bbff !important;
}

.timeline-attention {
  color: var(--orange) !important;
}

.evidence-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.evidence-link {
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: #a9bfb5;
  font-size: 10px;
}

.evidence-link:hover {
  border-color: rgba(101, 240, 175, 0.32);
  color: var(--green);
}

.detail-heading {
  margin: 29px 0 13px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--line);
}

.details-grid > div {
  min-width: 0;
  padding: 12px;
  background: #0b1a15;
}

.details-grid dt {
  margin-bottom: 7px;
  color: #688075;
  font-size: 9px;
}

.details-grid dd {
  overflow: hidden;
  margin: 0;
  color: #c3d7cd;
  font-size: 11px;
  text-overflow: ellipsis;
}

.job-error {
  margin-top: 17px;
  padding: 13px;
  border: 1px solid rgba(255, 126, 120, 0.15);
  background: rgba(255, 126, 120, 0.03);
}

.job-error strong {
  color: var(--red);
  font-size: 10px;
}

.job-error p {
  margin: 7px 0 0;
  color: #b69490;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .protection-card {
    width: min(500px, 100%);
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
  }

  .metrics article:nth-child(2) {
    border-right: 0;
  }

  .metrics article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .section-heading > p {
    width: 100%;
  }

  .planner-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .deposit-form {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .table-head {
    display: none;
  }

  .job-row {
    grid-template-columns: minmax(190px, 1fr) auto 20px;
  }

  .proof-cell,
  .updated-cell {
    display: none;
  }

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

  .architecture-strip > i {
    display: none;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    height: 76px;
  }

  .brand small,
  .network-id {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 65px;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.05;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 9px;
    line-height: 1.5;
  }

  .hero-copy > p {
    font-size: 15px;
  }

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

  .protection-card {
    min-height: 420px;
  }

  .invariant {
    gap: 5px;
    font-size: 9px;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics article:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }

  .planner,
  .comparison,
  .operations {
    padding-top: 90px;
  }

  .section-heading.compact {
    align-items: stretch;
  }

  .filters {
    overflow: auto;
  }

  .filter {
    flex: 1;
  }

  .job-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 15px;
  }

  .deposit-form,
  .preview-panel {
    padding: 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .preview-route {
    grid-template-columns: 1fr;
  }

  .preview-route > i {
    transform: rotate(90deg);
  }

  .preview-details {
    grid-template-columns: 1fr 1fr;
  }

  .job-row > .status {
    grid-column: 1;
    margin-left: 46px;
  }

  .row-arrow {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .architecture-strip {
    grid-template-columns: 1fr;
    margin-top: 90px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .timeline,
  .details-grid {
    grid-template-columns: 1fr;
  }
}

.footer-meta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 9px;
}

.footer-meta nav,
.info-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-meta a,
.info-footer a,
.info-card a:not(.button),
.info-back {
  color: var(--orange);
  text-decoration: none;
}

.footer-meta a:hover,
.info-footer a:hover,
.info-card a:not(.button):hover,
.info-back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.info-page {
  min-height: 100vh;
}

.info-back {
  font-size: 12px;
  font-weight: 700;
}

.info-main {
  min-height: calc(100vh - 230px);
  padding-top: 100px;
  padding-bottom: 100px;
}

.info-main > h1 {
  max-width: 780px;
  margin: 22px 0;
  color: var(--green-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.info-lead {
  max-width: 760px;
  margin-bottom: 50px;
  color: #536a61;
  font-size: 18px;
  line-height: 1.75;
}

.info-card {
  max-width: 900px;
  margin-top: 18px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 60px rgba(12, 47, 39, 0.07);
}

.info-card h2 {
  margin: 0 0 12px;
  color: var(--green-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.info-card p {
  max-width: 760px;
  margin: 0 0 22px;
  color: #5d7069;
  line-height: 1.75;
}

.info-card .button {
  width: fit-content;
}

.info-prose h2:not(:first-child) {
  margin-top: 36px;
}

.info-prose p:last-child {
  margin-bottom: 0;
}

.info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  border-top: 1px solid var(--line);
  color: #75867f;
  font-size: 11px;
}

@media (max-width: 720px) {
  footer.shell,
  .info-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding-block: 30px;
  }

  .footer-meta {
    align-items: flex-start;
  }

  .info-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .info-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Product narrative refresh — clear, editorial and jury-friendly */
body {
  background:
    radial-gradient(circle at 9% 4%, rgba(18, 60, 50, 0.1), transparent 24rem),
    radial-gradient(circle at 94% 35%, rgba(245, 130, 32, 0.09), transparent 29rem),
    linear-gradient(rgba(12, 47, 39, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 47, 39, 0.028) 1px, transparent 1px),
    #f6f4ee;
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
}

.shell {
  width: min(1280px, calc(100% - 56px));
}

.topbar {
  position: sticky;
  z-index: 30;
  top: 14px;
  height: 76px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(12, 47, 39, 0.12);
  border-radius: 18px;
  background: rgba(251, 250, 246, 0.84);
  box-shadow: 0 14px 42px rgba(8, 42, 34, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
}

.brand {
  flex: 0 0 auto;
}

.brand-mark {
  width: 38px;
  height: 42px;
}

.brand strong {
  font-size: 20px;
}

.primary-nav {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.primary-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: #5f7069;
  font-size: 12px;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  outline: 0;
  background: rgba(12, 47, 39, 0.06);
  color: var(--green-strong);
}

.language-switch {
  gap: 2px;
  padding: 4px;
}

.language-option {
  display: inline-flex;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  letter-spacing: 0.05em;
}

.language-flag {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(8, 42, 34, 0.13),
    0 2px 7px rgba(8, 42, 34, 0.12);
}

.language-code {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.network-pill {
  height: 42px;
  padding-inline: 13px 9px;
}

.hero {
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(54px, 7vw, 112px);
  min-height: 720px;
  padding: 104px 0 88px;
}

.hero h1 {
  max-width: 820px;
  margin: 22px 0 30px;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(60px, 6.2vw, 94px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hero h1 em {
  color: var(--orange);
  font-weight: 500;
}

.hero-copy > p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  box-shadow: 0 14px 34px rgba(8, 42, 34, 0.18);
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
  color: #66776f;
}

.hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hero-assurances i {
  display: grid;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(18, 60, 50, 0.08);
  color: var(--green);
  font-size: 10px;
  font-style: normal;
  place-items: center;
}

.hero-assurances b {
  font-weight: 700;
}

.protection-card {
  min-height: 486px;
  border-radius: 26px;
  box-shadow:
    0 38px 90px rgba(8, 42, 34, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transform: rotate(0.7deg);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.protection-card:hover {
  box-shadow:
    0 46px 110px rgba(8, 42, 34, 0.29),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transform: rotate(0deg) translateY(-4px);
}

.protection-head,
.protection-foot {
  padding: 24px 27px;
  font-weight: 700;
}

.shield-orbit {
  height: 270px;
}

.orbit-a {
  animation: mintshield-orbit 18s linear infinite;
}

.orbit-b {
  animation: mintshield-orbit-reverse 26s linear infinite;
}

@keyframes mintshield-orbit {
  to { transform: rotate(360deg); }
}

@keyframes mintshield-orbit-reverse {
  to { transform: rotate(-295deg); }
}

.metrics {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(12, 47, 39, 0.07);
}

.metrics article {
  min-height: 116px;
  padding: 24px;
}

.journey,
.planner,
.comparison,
.operations {
  padding-top: 136px;
}

.journey-heading {
  margin-bottom: 46px;
}

.journey-heading h2 {
  max-width: 700px;
}

.journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.journey-grid::before {
  position: absolute;
  z-index: 0;
  top: 37px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12, 47, 39, 0.24), transparent);
  content: "";
}

.journey-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(12, 47, 39, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 34px rgba(12, 47, 39, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.journey-step:hover {
  box-shadow: 0 20px 50px rgba(12, 47, 39, 0.1);
  transform: translateY(-5px);
}

.journey-step.featured {
  border-color: rgba(245, 130, 32, 0.34);
  background:
    radial-gradient(circle at 90% 0, rgba(245, 130, 32, 0.22), transparent 45%),
    var(--green-strong);
  color: #fff;
  box-shadow: 0 22px 58px rgba(8, 42, 34, 0.2);
}

.journey-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.journey-step-head span {
  display: grid;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(12, 47, 39, 0.16);
  border-radius: 50%;
  background: #fff;
  color: var(--green-strong);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
  place-items: center;
}

.journey-step-head i {
  color: var(--orange);
  font-size: 17px;
  font-style: normal;
}

.journey-step.featured .journey-step-head span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.journey-step > small {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.journey-step h3 {
  margin: 9px 0 10px;
  color: var(--green-strong);
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.journey-step.featured h3 {
  color: #fff;
}

.journey-step p {
  margin: 0 0 20px;
  color: #66776f;
  font-size: 11px;
  line-height: 1.65;
}

.journey-step.featured p {
  color: #c8d5d0;
}

.stage-tag {
  width: fit-content;
  margin-top: auto;
  padding: 6px 8px;
  border: 1px solid rgba(12, 47, 39, 0.12);
  border-radius: 6px;
  color: #63766e;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.stage-tag.simulation {
  border-color: rgba(245, 130, 32, 0.4);
  background: rgba(245, 130, 32, 0.13);
  color: #ffb46d;
}

.test-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.test-path {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 188px;
  padding: 26px;
  border: 1px solid rgba(12, 47, 39, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(12, 47, 39, 0.055);
}

.test-path.available {
  border-color: rgba(18, 60, 50, 0.26);
}

.test-path.operator {
  background: #ece9e0;
}

.test-path-number {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--green-strong);
  color: #fff;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 20px;
  place-items: center;
}

.test-path.operator .test-path-number {
  background: var(--orange);
}

.test-path-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #6a7b74;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.test-path-kicker b {
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(18, 60, 50, 0.08);
  color: var(--green);
  font-size: 7px;
}

.test-path.operator .test-path-kicker b {
  background: rgba(245, 130, 32, 0.12);
  color: #b65809;
}

.test-path h3 {
  margin: 9px 0 7px;
  color: var(--green-strong);
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.test-path p {
  max-width: 560px;
  margin: 0;
  color: #65766f;
  font-size: 10px;
  line-height: 1.6;
}

.compact-button {
  min-height: 42px;
  padding: 0 14px;
  white-space: nowrap;
}

.planner-grid,
.table-shell,
.architecture-strip {
  overflow: hidden;
  border-radius: 22px;
}

.deposit-form,
.preview-panel {
  padding: 34px;
}

.field input,
.field select {
  height: 50px;
  border-radius: 9px;
  font-size: 12px;
}

.safety-note,
.payment-total,
.commitment-box,
.xaman-signing {
  border-radius: 12px;
}

.comparison-grid {
  gap: 20px;
}

.flow {
  border-radius: 20px;
}

@media (max-width: 1120px) {
  .primary-nav {
    display: none;
  }

  .journey-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .journey-grid::before {
    display: none;
  }

  .test-paths {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .protection-card {
    width: 100%;
    max-width: 620px;
    transform: none;
  }

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

@media (max-width: 660px) {
  .shell {
    width: min(100% - 28px, 1280px);
  }

  .topbar {
    top: 8px;
    height: 68px;
    margin-top: 8px;
    padding-inline: 12px;
    border-radius: 15px;
  }

  .brand span:last-child,
  .network-pill {
    display: none;
  }

  .language-option {
    min-width: 51px;
  }

  .hero {
    padding: 76px 0 64px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-assurances {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .journey,
  .planner,
  .comparison,
  .operations {
    padding-top: 96px;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-step {
    min-height: 250px;
  }

  .test-path {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 20px;
  }

  .test-path-number {
    width: 42px;
    height: 42px;
  }

  .test-path .compact-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .deposit-form,
  .preview-panel {
    padding: 21px;
  }
}

/* MintShield brand theme: warm white, shield green, signal orange */
:root {
  color-scheme: light;
  --bg: #f3f0e8;
  --surface: #ffffff;
  --surface-2: #e9efeb;
  --line: rgba(12, 47, 39, 0.12);
  --line-strong: rgba(12, 47, 39, 0.22);
  --text: #0b211b;
  --muted: #63736d;
  --green: #123c32;
  --green-strong: #082a22;
  --lime: #f58a24;
  --orange: #f58220;
  --red: #c84c40;
  --shadow: 0 24px 70px rgba(10, 37, 30, 0.12);
}

body {
  background:
    linear-gradient(rgba(12, 47, 39, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 47, 39, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
}

body::before {
  height: 4px;
  background: linear-gradient(90deg, var(--green-strong), var(--orange), var(--green-strong));
  opacity: 1;
}

.ambient-one {
  background: #8cb6a7;
  opacity: 0.18;
}

.ambient-two {
  background: var(--orange);
  opacity: 0.08;
}

.topbar {
  border-color: var(--line);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand strong {
  color: var(--green-strong);
}

.brand small {
  color: #71827b;
}

.brand-mark-image {
  border-color: rgba(12, 47, 39, 0.12);
  background: #fffdf8;
  box-shadow: 0 8px 24px rgba(9, 36, 29, 0.12);
}

.language-switch {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 18px rgba(9, 36, 29, 0.05);
}

.language-option {
  min-width: 35px;
  height: 29px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #718078;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.language-option.active {
  background: var(--green-strong);
  color: #fff;
  box-shadow: 0 3px 10px rgba(8, 42, 34, 0.2);
}

.language-option:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.network-pill {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-strong);
  box-shadow: 0 6px 18px rgba(9, 36, 29, 0.05);
}

.pulse-dot {
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.12);
}

.network-id {
  background: rgba(12, 47, 39, 0.07);
  color: #64736d;
}

.eyebrow {
  color: var(--orange);
}

.eyebrow b {
  font: inherit;
}

.hero h1 {
  color: var(--green-strong);
}

.hero h1 em {
  color: var(--green);
}

.hero-copy > p,
.section-heading > p {
  color: #596c65;
}

.button {
  border-color: var(--line-strong);
}

.button.primary {
  border-color: var(--green-strong);
  background: var(--green-strong);
  color: #fff;
  box-shadow: 0 12px 28px rgba(8, 42, 34, 0.15);
}

.button.primary span:last-child {
  color: #ffad5f;
}

.button.primary:hover {
  border-color: var(--orange);
  background: #123c32;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.7);
  color: var(--green-strong);
}

.button.secondary:hover {
  border-color: var(--orange);
  background: #fff;
}

.protection-card {
  border-color: rgba(245, 130, 32, 0.42);
  background:
    linear-gradient(145deg, rgba(245, 130, 32, 0.1), transparent 38%),
    linear-gradient(155deg, #123d33, #071f19);
  box-shadow: 0 30px 80px rgba(8, 42, 34, 0.22);
}

.protection-card::before,
.protection-card::after {
  border-color: var(--orange);
}

.card-glow {
  width: 250px;
  height: 250px;
  background: rgba(245, 130, 32, 0.14);
}

.protection-head,
.protection-foot {
  color: #c4d1cc;
}

.live-chip {
  color: #ffab5b;
}

.shield-orbit {
  height: 245px;
}

.hero-shield {
  width: 168px;
  height: 168px;
  overflow: hidden;
  border: 1px solid rgba(245, 130, 32, 0.28);
  border-radius: 50%;
  background: #fffdf8;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.18),
    0 0 0 10px rgba(255, 255, 255, 0.04);
}

.hero-shield img {
  position: relative;
  left: -10px;
  width: 190px;
  height: 190px;
  filter: none;
  transform: scale(1.26);
}

.orbit {
  border-color: rgba(255, 255, 255, 0.16);
}

.orbit::after {
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange);
}

.invariant .mono {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #f4f7f5;
}

.invariant .accent {
  border-color: rgba(245, 130, 32, 0.46);
  color: #ffad5f;
}

.invariant .or {
  color: #8da39a;
}

.protection-foot {
  border-color: rgba(255, 255, 255, 0.12);
}

.protection-foot strong {
  color: #ffad5f;
}

.metrics,
.planner-grid,
.table-shell,
.architecture-strip {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 45px rgba(12, 47, 39, 0.06);
}

.metrics article {
  border-color: var(--line);
}

.metric-icon.success,
.metric-icon.fallback {
  border-color: rgba(12, 47, 39, 0.22);
  background: rgba(12, 47, 39, 0.06);
  color: var(--green);
}

.metric-icon.recovery {
  border-color: rgba(245, 130, 32, 0.28);
  background: rgba(245, 130, 32, 0.08);
  color: var(--orange);
}

.metric-icon.neutral {
  border-color: rgba(12, 47, 39, 0.18);
  color: #75867f;
}

.metrics small,
.metric-note {
  color: #71827b;
}

.metrics strong,
.section-heading h2 {
  color: var(--green-strong);
}

.deposit-form {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.step-number {
  border-color: rgba(245, 130, 32, 0.34);
  background: rgba(245, 130, 32, 0.07);
  color: #c8640d;
}

.form-head strong,
.preview-head strong {
  color: var(--green-strong);
}

.form-head small,
.field > span,
.field > small {
  color: #697c74;
}

.field input,
.field select {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--green-strong);
}

.field input:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.1);
}

.amount-input b {
  color: #71827b;
}

.safety-note {
  border-color: rgba(12, 47, 39, 0.12);
  background: rgba(12, 47, 39, 0.035);
}

.safety-note > span {
  color: var(--orange);
}

.safety-note p {
  color: #60726a;
}

.preview-panel {
  background:
    radial-gradient(circle at 75% 10%, rgba(245, 130, 32, 0.08), transparent 36%),
    #f8f6f0;
}

.preview-shield {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(12, 47, 39, 0.12);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 35px rgba(12, 47, 39, 0.1);
}

.preview-shield img {
  transform: scale(1.42);
}

.preview-empty strong {
  color: var(--green-strong);
}

.preview-empty p {
  color: #697a73;
}

.preview-ready {
  background: rgba(245, 130, 32, 0.1);
  color: #bc5a08;
}

.payment-total {
  border-color: rgba(12, 47, 39, 0.16);
  background: #edf3ef;
}

.payment-total span,
.payment-total small,
.preview-field span {
  color: #6a7c74;
}

.payment-total strong {
  color: var(--green-strong);
}

.preview-route > i {
  color: var(--orange);
}

.preview-field strong {
  color: var(--green-strong);
}

.preview-details {
  background: var(--line);
}

.preview-details .preview-field {
  background: #fff;
}

.commitment-box {
  border-color: var(--line);
  background: #fff;
}

.commitment-box > span {
  color: #76867f;
}

.commitment-box > code {
  color: var(--green);
}

.commitment-box button {
  border-color: rgba(245, 130, 32, 0.28);
  background: rgba(245, 130, 32, 0.07);
  color: #b75608;
}

.preview-warnings {
  color: #a44d09;
}

.signing-next {
  border-color: var(--line);
  color: var(--orange);
}

.signing-next p {
  color: #687a72;
}

.xaman-action {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  width: 100%;
  margin-top: 14px;
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.xaman-action:hover {
  border-color: var(--green-strong);
  background: #df6d10;
}

.xaman-action:disabled {
  cursor: wait;
  opacity: 0.66;
}

.xaman-mark {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 7px;
  place-items: center;
  font-size: 10px;
  font-weight: 850;
}

.xaman-signing {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid rgba(245, 130, 32, 0.3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(12, 47, 39, 0.08);
}

.xaman-qr {
  width: 156px;
  height: 156px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  object-fit: contain;
}

.xaman-content {
  min-width: 0;
}

.xaman-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.xaman-copy h3 {
  margin: 0;
  color: var(--green-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.xaman-copy p,
.xaman-note {
  margin: 6px 0 0;
  color: #687a72;
  font-size: 8px;
  line-height: 1.55;
}

.xaman-links {
  display: flex;
  gap: 7px;
  margin-top: 12px;
}

.xaman-open {
  min-height: 33px;
  padding: 0 11px;
  border-color: var(--green-strong);
  background: var(--green-strong);
  color: #fff;
  font-size: 8px;
}

.xaman-check {
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: #fff;
  color: var(--green);
  cursor: pointer;
  font-size: 8px;
}

.xaman-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #f7f8f5;
  color: #677970;
  font-size: 8px;
}

.xaman-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9cab9f;
}

.xaman-status-opened,
.xaman-status-checking {
  border-color: rgba(245, 130, 32, 0.24);
  color: #a95009;
}

.xaman-status-opened i,
.xaman-status-checking i {
  background: var(--orange);
}

.xaman-status-verified {
  border-color: rgba(12, 47, 39, 0.25);
  background: #edf3ef;
  color: var(--green);
}

.xaman-status-verified i {
  background: var(--green);
}

.xaman-status-rejected,
.xaman-status-mismatch {
  border-color: rgba(200, 76, 64, 0.24);
  background: #fff7f5;
  color: var(--red);
}

.xaman-status-rejected i,
.xaman-status-mismatch i {
  background: var(--red);
}

.xaman-note {
  padding-left: 9px;
  border-left: 2px solid var(--orange);
}

.flow {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(12, 47, 39, 0.05);
}

.flow.protected {
  border-color: rgba(12, 47, 39, 0.3);
}

.flow-title,
.flow-outcome,
.flow li:not(:last-child)::after {
  border-color: var(--line);
}

.flow-mark {
  border-color: var(--line-strong);
  background: #f8f6f0;
  color: var(--green);
}

.flow-title strong {
  color: var(--green-strong);
}

.flow-title small,
.flow-outcome span {
  color: #71827b;
}

.result-chip.good {
  background: rgba(12, 47, 39, 0.07);
  color: var(--green);
}

.result-chip.bad {
  background: rgba(245, 130, 32, 0.09);
  color: #b9560a;
}

.flow li {
  color: #53665e;
}

.flow li i {
  border-color: var(--line-strong);
  color: #71827b;
}

.flow li.done b,
.flow li.returned b,
.flow li.returned {
  color: var(--green);
}

.flow li.attention b {
  color: var(--orange);
}

.flow-outcome {
  background: #edf3ef;
}

.flow-outcome strong {
  color: var(--green-strong);
}

.flow-outcome.danger {
  border-color: rgba(245, 130, 32, 0.18);
  background: #fff8f1;
}

.flow-outcome.danger strong {
  color: #b9560a;
}

.filters {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.filter {
  color: #697a73;
}

.filter.active {
  background: var(--green-strong);
  color: #fff;
}

.table-head,
.job-row {
  border-color: var(--line);
}

.table-head {
  color: #71827b;
}

.job-row:hover {
  background: rgba(245, 130, 32, 0.045);
}

.job-identity strong,
.proof-cell strong,
.updated-cell strong {
  color: var(--green-strong);
}

.job-identity small,
.proof-cell small,
.updated-cell small {
  color: #71827b;
}

.job-kind.protected {
  border-color: rgba(12, 47, 39, 0.24);
  background: rgba(12, 47, 39, 0.05);
  color: var(--green);
}

.job-kind.recovery {
  border-color: rgba(245, 130, 32, 0.28);
  background: rgba(245, 130, 32, 0.07);
  color: #b9560a;
}

.status-success {
  border-color: rgba(12, 47, 39, 0.18);
  background: rgba(12, 47, 39, 0.05);
  color: var(--green);
}

.status-warning {
  border-color: rgba(245, 130, 32, 0.22);
  color: #b9560a;
}

.status-progress {
  border-color: rgba(38, 99, 78, 0.2);
  color: #26634e;
}

.row-arrow {
  color: #83928c;
}

.job-row:hover .row-arrow {
  color: var(--orange);
}

.loading-row,
.empty-row {
  color: #71827b;
}

.loader {
  border-color: rgba(12, 47, 39, 0.16);
  border-top-color: var(--orange);
}

.architecture-strip small {
  color: #8a9993;
}

.architecture-strip strong {
  color: var(--green-strong);
}

.architecture-strip span {
  color: #697a73;
}

.architecture-strip > i,
.architecture-strip .highlight small {
  color: var(--orange);
}

.architecture-strip .highlight strong {
  color: var(--green);
}

footer {
  border-color: var(--line);
}

.footer-wordmark {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 25px rgba(12, 47, 39, 0.06);
}

footer > p,
.footer-lockup small {
  color: #71827b;
}

dialog {
  border-color: rgba(12, 47, 39, 0.24);
  background: #f8f6f0;
  color: var(--text);
  box-shadow: 0 30px 100px rgba(8, 42, 34, 0.28);
}

dialog::backdrop {
  background: rgba(8, 31, 25, 0.6);
}

.dialog-head {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.dialog-head h2 {
  color: var(--green-strong);
}

.dialog-close {
  border-color: var(--line);
  color: var(--green);
}

.timeline,
.details-grid {
  background: var(--line);
}

.timeline li,
.details-grid > div {
  background: #fff;
  color: #6c7d76;
}

.timeline-completed {
  color: var(--green) !important;
}

.timeline-current {
  color: #26634e !important;
}

.timeline-attention {
  color: #b9560a !important;
}

.evidence-link {
  border-color: var(--line);
  background: #fff;
  color: var(--green);
}

.evidence-link:hover {
  border-color: var(--orange);
  color: #b9560a;
}

.detail-heading,
.details-grid dt {
  color: #71827b;
}

.details-grid dd {
  color: var(--green-strong);
}

@media (max-width: 560px) {
  .topbar-actions {
    gap: 7px;
  }

  .language-option {
    min-width: 31px;
    padding-inline: 7px;
  }

  .network-pill {
    padding-inline: 10px;
  }

  .hero-shield {
    width: 150px;
    height: 150px;
  }

  .xaman-signing {
    grid-template-columns: 1fr;
  }

  .xaman-qr {
    width: min(190px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin-inline: auto;
  }
}

/* Final precedence for the refreshed product shell. */
body {
  background:
    radial-gradient(circle at 9% 4%, rgba(18, 60, 50, 0.1), transparent 24rem),
    radial-gradient(circle at 94% 35%, rgba(245, 130, 32, 0.09), transparent 29rem),
    linear-gradient(rgba(12, 47, 39, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 47, 39, 0.028) 1px, transparent 1px),
    #f6f4ee;
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
}

.language-option {
  display: inline-flex;
  min-width: 70px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11px;
  letter-spacing: 0;
}

.hero h1 em {
  color: var(--orange);
}

.protection-card {
  box-shadow:
    0 38px 90px rgba(8, 42, 34, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

@media (max-width: 660px) {
  .language-option {
    min-width: 65px;
    padding-inline: 9px;
  }
}

/* Readability pass — operational values lead, supporting copy recedes. */
.eyebrow {
  font-size: 12px;
}

.metrics small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.metrics strong {
  font-size: 31px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.metric-note {
  font-size: 10px;
  font-weight: 650;
}

.journey-step > small,
.test-path-kicker,
.stage-tag {
  font-size: 9px;
  font-weight: 800;
}

.journey-step h3 {
  font-size: 23px;
  font-weight: 650;
}

.journey-step p {
  font-size: 13px;
  line-height: 1.62;
}

.test-path h3 {
  font-size: 24px;
  font-weight: 650;
}

.test-path p {
  font-size: 12px;
  line-height: 1.65;
}

.form-head strong,
.preview-head strong {
  font-size: 15px;
  font-weight: 750;
}

.form-head small {
  font-size: 11px;
}

.field > span {
  font-size: 12px;
  font-weight: 700;
}

.field > small,
.field-help {
  font-size: 10px;
  line-height: 1.5;
}

.field input,
.field select {
  font-size: 13px;
  font-weight: 600;
}

.amount-input b {
  font-size: 10px;
  font-weight: 800;
}

.safety-note p,
.preview-empty p,
.signing-next p {
  font-size: 11px;
  line-height: 1.65;
}

.preview-empty strong {
  font-size: 24px;
  font-weight: 600;
}

.preview-ready {
  font-size: 9px;
  font-weight: 800;
}

.payment-total span {
  font-size: 11px;
  font-weight: 700;
}

.payment-total strong {
  font-size: 34px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.payment-total small {
  font-size: 10px;
  line-height: 1.5;
}

.preview-field span {
  font-size: 10px;
  font-weight: 650;
}

.preview-field strong {
  font-size: 12px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.commitment-box > span {
  font-size: 9px;
  font-weight: 750;
}

.commitment-box > code {
  font-size: 10px;
  font-weight: 650;
}

.commitment-box button,
.preview-warnings {
  font-size: 10px;
  font-weight: 700;
}

.flow-title strong {
  font-size: 15px;
  font-weight: 750;
}

.flow-title small {
  font-size: 11px;
}

.flow li {
  font-size: 13px;
  font-weight: 550;
}

.flow-outcome span {
  font-size: 11px;
  font-weight: 700;
}

.flow-outcome strong {
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.filter {
  font-size: 11px;
  font-weight: 700;
}

.table-head {
  min-height: 50px;
  font-size: 10px;
  font-weight: 800;
}

.job-row {
  min-height: 92px;
}

.job-identity strong,
.proof-cell strong,
.updated-cell strong {
  font-size: 14px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.job-identity small,
.proof-cell small,
.updated-cell small {
  font-size: 10px;
  font-weight: 600;
}

.status {
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 750;
}

.architecture-strip strong {
  font-size: 13px;
  font-weight: 750;
}

.architecture-strip span,
.architecture-strip small {
  font-size: 10px;
}

.dialog-kind,
.timeline li,
.details-grid dt {
  font-size: 11px;
  font-weight: 650;
}

.timeline li {
  min-height: 66px;
}

.evidence-link,
.detail-heading {
  font-size: 11px;
  font-weight: 700;
}

.details-grid dd {
  font-size: 13px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.xaman-kicker {
  font-size: 9px;
}

.xaman-copy h3 {
  font-size: 21px;
  font-weight: 650;
}

.xaman-copy p,
.xaman-note,
.xaman-status,
.xaman-open,
.xaman-check {
  font-size: 10px;
}

@media (max-width: 660px) {
  .journey-step p,
  .test-path p,
  .flow li {
    font-size: 12px;
  }

  .preview-details {
    grid-template-columns: 1fr;
  }

  .preview-field strong {
    font-size: 13px;
  }
}

/* Runtime capability disclosure */
.environment-panel {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(245, 130, 32, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 20%, rgba(245, 130, 32, 0.12), transparent 28%),
    linear-gradient(135deg, #082d26 0%, #0b3a31 58%, #082b25 100%);
  color: #f8f5ec;
  box-shadow: 0 22px 60px rgba(7, 45, 37, 0.16);
}

.environment-panel.operator-mode {
  border-color: rgba(89, 214, 164, 0.48);
}

.environment-panel.unavailable {
  border-color: rgba(142, 153, 148, 0.36);
  filter: saturate(0.72);
}

.environment-summary {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
}

.environment-icon {
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: #ff9b46;
  font-size: 23px;
  place-items: center;
}

.environment-summary small {
  display: block;
  margin-bottom: 6px;
  color: #9eb7ae;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.environment-summary h3 {
  margin: 0 0 5px;
  color: #fff;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.environment-summary p {
  max-width: 850px;
  margin: 0;
  color: #c5d2cd;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.6;
}

.environment-status {
  padding: 8px 11px;
  border: 1px solid rgba(245, 130, 32, 0.42);
  border-radius: 999px;
  background: rgba(245, 130, 32, 0.1);
  color: #ffab63;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.operator-mode .environment-status {
  border-color: rgba(89, 214, 164, 0.4);
  background: rgba(89, 214, 164, 0.09);
  color: #72e5b7;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.capability-grid article {
  min-width: 0;
  padding: 17px 20px 19px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.capability-grid article:last-child {
  border-right: 0;
}

.capability-grid span {
  display: block;
  margin-bottom: 6px;
  color: #9db1aa;
  font-size: 10px;
  font-weight: 650;
}

.capability-grid strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#capability-xaman {
  color: #ffad67;
}

.operator-mode #capability-xaman,
#capability-preview,
#capability-evidence,
#capability-simulation {
  color: #72e5b7;
}

.evidence-freshness {
  margin: 0;
  padding: 13px 26px 15px;
  border-top: 1px solid rgba(245, 130, 32, 0.17);
  background: rgba(0, 0, 0, 0.1);
  color: #c8d3cf;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-grid article:nth-child(2) {
    border-right: 0;
  }

  .capability-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 660px) {
  .topbar {
    width: calc(100% - 20px);
  }

  .topbar-actions {
    min-width: 0;
  }

  .language-option {
    min-width: 52px;
    height: 38px;
    gap: 5px;
    padding-inline: 7px;
  }

  .language-flag {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .language-code {
    font-size: 9px;
  }

  .hero-copy,
  .hero h1,
  .hero h1 span,
  .hero h1 em,
  .section-heading h2 {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 0.98;
  }

  .environment-summary {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }

  .environment-icon {
    width: 44px;
    height: 44px;
  }

  .environment-status {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .environment-summary h3 {
    font-size: 22px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .capability-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .capability-grid article:last-child {
    border-bottom: 0;
  }

  .evidence-freshness {
    padding-inline: 20px;
  }
}
