* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  background: linear-gradient(180deg, rgba(255, 248, 231, 0.94) 0%, rgba(248, 240, 216, 0.96) 52%, #fdfaf0 100%),
    radial-gradient(circle at 86% 10%, rgba(254, 211, 88, 0.34), transparent 20rem),
    radial-gradient(circle at 12% 12%, rgba(0, 118, 105, 0.14), transparent 24rem),
    #fff8e7;
  color: #183c36;
}
a { color: #006f60; font-weight: 700; }
.campaign-bar {
  background: #ffd84f;
  color: #183c36;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.72rem 1rem;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.85rem 1rem;
  background: rgba(255, 248, 231, 0.84);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.55rem;
  border: 1px solid rgba(24, 60, 54, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 55px rgba(42, 31, 10, 0.1);
}
.site-brand {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: #183c36;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.site-brand__text {
  display: grid;
  gap: 0.04rem;
  line-height: 1.03;
}
.brand-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: 900;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.site-nav a, .text-link {
  border-radius: 999px;
  color: #31524d;
  font-size: 0.92rem;
  padding: 0.56rem 0.76rem;
  text-decoration: none;
}
.site-nav a:hover, .text-link:hover { background: #f4ead0; }
.header-actions {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: flex-end;
}
.header-cta, .primary-link, .secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 2.75rem;
  padding: 0.76rem 1.1rem;
  text-decoration: none;
}
.header-cta, .primary-link {
  background: #007b6b;
  color: white;
  box-shadow: 0 12px 24px rgba(0, 123, 107, 0.18);
}
.secondary-link {
  border: 1px solid rgba(24, 60, 54, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: #183c36;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.5rem;
}
.not-found-actions a:not(.primary-link) {
  color: #183c36;
}
.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}
.hero-panel, .panel, .content-page, .chart-panel, .results-hero, .module-separator, .state-strip, .plan-card, .support-card, .bottom-cta, .trust-strip {
  border: 1px solid rgba(24, 60, 54, 0.14);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 70px rgba(42, 31, 10, 0.08);
}
.hero-panel {
  margin-bottom: 1.4rem;
  padding: clamp(1.15rem, 4vw, 3.8rem);
}
.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  min-height: 520px;
  overflow: hidden;
}
.hero-split > * {
  min-width: 0;
}
.hero-copy {
  max-width: min(38rem, 100%);
  min-width: 0;
  width: 100%;
}
.hero-panel h1, .content-page h1 {
  margin: 0.2rem 0 0.85rem;
  color: #153631;
  font-size: clamp(2.25rem, 7vw, 5.8rem);
  letter-spacing: -0.08em;
  line-height: 0.94;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}
.content-page h1 { font-size: clamp(2rem, 5vw, 4.4rem); }
.hero-lead {
  max-width: 40rem;
  color: #42615b;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.9;
}
.stacked-title span {
  display: block;
  white-space: nowrap;
}
:root {
  --stacked-title-font: "Noto Sans JP ExtraBold", "Noto Sans JP", "Yu Gothic", sans-serif;
  --stacked-title-weight: 900;
  --stacked-title-spacing: -0.04em;
  --stacked-title-line-height: 0.98;
}
.stacked-title {
  font-family: var(--stacked-title-font);
  font-weight: var(--stacked-title-weight);
  letter-spacing: var(--stacked-title-spacing);
  line-height: var(--stacked-title-line-height);
}
.hero-note, .provisional-note { color: #5d706c; font-size: 0.95rem; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
}
.simulator-guide-card {
  display: none;
}
.simulator-guide-card .eyebrow {
  margin: 0;
}
.simulator-guide-card h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.16;
}
.simulator-guide-card p:not(.eyebrow) {
  margin: 0;
  color: #454c48;
  font-size: 0.95rem;
  line-height: 1.78;
}
.simulator-guide-card a {
  justify-self: start;
  color: #111;
  font-weight: 900;
  text-underline-offset: 0.22em;
}
.simulator-console {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: stretch;
}
.simulator-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
  min-width: 0;
}
.simulator-form {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.form-grid .field-block {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}
.field-label-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
.field-label-row label {
  color: #54645f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.field-help {
  position: relative;
  z-index: 20;
  line-height: 1;
}
.field-help[open] {
  z-index: 1000;
}
.field-help summary {
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border: 1px solid rgba(24, 60, 54, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #54645f;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 900;
  list-style: none;
}
.field-help summary::-webkit-details-marker {
  display: none;
}
.field-help summary:focus-visible {
  outline: 2px solid rgba(247, 147, 26, 0.5);
  outline-offset: 2px;
}
.field-help[open] summary {
  border-color: rgba(247, 147, 26, 0.62);
  color: #111;
}
.field-help p {
  display: none;
  position: fixed;
  z-index: 1001;
  top: var(--field-help-top, 1rem);
  left: var(--field-help-left, 1rem);
  width: var(--field-help-width, min(22rem, calc(100vw - 2rem)));
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  margin: 0;
  border: 1px solid rgba(16, 18, 16, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(16, 18, 16, 0.14);
  color: #26312d;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.65;
  overflow: auto;
  padding: 0.78rem 0.9rem;
}
.field-help[open] p {
  display: block;
}
.form-grid .field-block:nth-child(3) .field-help p,
.form-grid .field-block:nth-child(4) .field-help p {
  right: auto;
}
.form-grid select,
.form-grid input {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid rgba(24, 60, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #153631;
  font: inherit;
  font-weight: 800;
  padding: 0.65rem 0.85rem;
}
.unit-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 2.8rem;
  border: 1px solid rgba(24, 60, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}
.unit-input input {
  min-height: 2.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.unit-input__suffix {
  padding: 0 1rem 0 0.45rem;
  color: #153631;
  font-weight: 900;
}
.asset-picker-control {
  position: relative;
  display: block;
  min-height: 2.8rem;
  min-width: 0;
  border: 1px solid rgba(24, 60, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #153631;
  padding: 0;
}
.asset-picker-control::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  opacity: 0.72;
  pointer-events: none;
}
.asset-picker-control:focus-within {
  border-color: rgba(24, 60, 54, 0.36);
  box-shadow: 0 0 0 3px rgba(24, 60, 54, 0.12);
}
.asset-picker-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.asset-picker-button {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  width: 100%;
  height: calc(2.8rem - 2px);
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0.32rem 2rem 0.32rem 0.65rem;
  text-align: left;
}
.asset-picker-button:focus {
  outline: 0;
}
.asset-picker-button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.asset-picker-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.42rem);
  left: 0;
  right: 0;
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(24, 60, 54, 0.18);
  background: #fff;
  color: #111;
  padding: 0.35rem;
  box-shadow: 0 18px 48px rgba(16, 18, 16, 0.12);
}
.asset-picker-menu[hidden] {
  display: none;
}
.asset-picker-option {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  width: 100%;
  min-height: 2.45rem;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0.32rem 0.5rem;
  text-align: left;
}
.asset-picker-option:hover,
.asset-picker-option[aria-selected="true"] {
  background: #eeeee7;
}
.coin-icon {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.coin-icon svg {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}
.coin-icon__mark,
.coin-icon polygon,
.coin-icon rect {
  fill: #f7931a;
}
.coin-icon--eth .coin-icon__mark,
.coin-icon--eth polygon { fill: #627eea; }
.coin-icon--xrp .coin-icon__mark { fill: #23292f; }
.coin-icon--sol .coin-icon__mark:nth-of-type(1) { fill: url("#solana-gradient-a"); }
.coin-icon--sol .coin-icon__mark:nth-of-type(2) { fill: url("#solana-gradient-b"); }
.coin-icon--sol .coin-icon__mark:nth-of-type(3) { fill: url("#solana-gradient-c"); }
.form-grid .form-check {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  align-self: end;
  min-height: 2.8rem;
}
.form-check input {
  width: auto;
  min-height: auto;
}
.form-grid .is-disabled { opacity: 0.56; }
.calculate-button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}
.result-dashboard {
  display: grid;
  gap: 1rem;
  min-width: 0;
  border: 1px solid rgba(24, 60, 54, 0.14);
  border-radius: 32px;
  background: rgba(255, 253, 245, 0.9);
  padding: clamp(1rem, 2.4vw, 1.6rem);
}
.result-dashboard__header {
  display: grid;
  gap: 0.35rem;
}
.result-dashboard__header strong {
  color: #153631;
  font-size: clamp(1.35rem, 3.2vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  --result-title-scale: 1;
  display: block;
  max-width: 100%;
  min-width: 0;
}
.result-title-line {
  display: block;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
  font-size: calc(1em * var(--result-title-scale));
}
@media (min-width: 769px) {
  .result-dashboard__header strong:not(.is-placeholder) {
    white-space: nowrap;
  }
  .result-dashboard__header strong:not(.is-placeholder) .result-title-line {
    display: inline;
  }
}
.result-dashboard__header p {
  margin: 0;
  color: #526a66;
  line-height: 1.7;
}
.result-dashboard__header p:empty {
  display: none;
}
.chart-bars {
  display: grid;
  margin-top: 1rem;
}
.line-chart-shell {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}
.line-chart-frame {
  display: grid;
  gap: 0.78rem;
  width: 100%;
  min-width: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  padding: 0;
}
.line-chart-frame svg {
  display: block;
  width: 100%;
  height: auto;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
.line-chart-interactive {
  position: relative;
  min-width: 0;
}
.line-chart-grid {
  stroke: rgba(16, 18, 16, 0.08);
  stroke-width: 1;
}
.line-chart-axis {
  stroke: rgba(16, 18, 16, 0.5);
  stroke-width: 1.4;
}
.line-chart-label {
  fill: #3d403b;
  font-size: 0.78rem;
  font-weight: 900;
}
.line-chart-path-rail {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
  vector-effect: non-scaling-stroke;
}
.line-chart-path {
  fill: none;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.line-chart-series-layer {
  pointer-events: none;
}
.line-chart-hover-overlay {
  fill: transparent;
  pointer-events: all;
  cursor: crosshair;
  touch-action: pan-y;
}
.line-chart-hover-guide {
  stroke: rgba(16, 18, 16, 0.42);
  stroke-dasharray: 5 6;
  stroke-width: 1.35;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
}
.line-chart-hover-marker {
  stroke: #fff;
  stroke-width: 2.4;
  pointer-events: none;
  filter: drop-shadow(0 3px 7px rgba(16, 18, 16, 0.2));
}
.line-chart-hover-marker--btc { fill: #f7931a; }
.line-chart-hover-marker--orukan { fill: #1f6f5f; }
.line-chart-hover-marker--sp500 { fill: #b08a2e; }
.line-chart-hover-marker--cash { fill: #80847c; }
.line-chart-tooltip {
  position: absolute;
  z-index: 30;
  width: min(17rem, calc(100vw - 2rem));
  border: 1px solid rgba(16, 18, 16, 0.14);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 45px rgba(16, 18, 16, 0.16);
  color: #111;
  padding: 0.72rem 0.78rem;
  pointer-events: none;
  transform: translate(-50%, 0);
}
.line-chart-tooltip__date {
  margin: 0 0 0.52rem;
  color: #53615d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.line-chart-tooltip__rows {
  display: grid;
  gap: 0.34rem;
}
.line-chart-tooltip__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.86rem;
  font-weight: 900;
}
.line-chart-tooltip__name {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #1c2725;
  white-space: nowrap;
}
.line-chart-tooltip__dot {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.44rem;
  border-radius: 999px;
  background: #6b7280;
}
.line-chart-tooltip__dot--btc { background: #f7931a; }
.line-chart-tooltip__dot--orukan { background: #1f6f5f; }
.line-chart-tooltip__dot--sp500 { background: #b08a2e; }
.line-chart-tooltip__dot--cash {
  width: 0.9rem;
  height: 0;
  border-top: 2px dashed #80847c;
  border-radius: 0;
  background: transparent;
}
.line-chart-tooltip__value {
  color: #153631;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.line-chart-path--btc { stroke: #f7931a; }
.line-chart-path--orukan { stroke: #1f6f5f; }
.line-chart-path--sp500 { stroke: #b08a2e; }
.line-chart-path--cash { stroke: #80847c; stroke-dasharray: 9 8; stroke-width: 3.2; }
.line-chart-dot { stroke: #fff; stroke-width: 2.4; }
.line-chart-dot--btc { fill: #f7931a; }
.line-chart-dot--orukan { fill: #1f6f5f; }
.line-chart-dot--sp500 { fill: #b08a2e; }
.line-chart-dot--cash { fill: #80847c; }
.line-chart-month-dot {
  opacity: 0.28;
  stroke: rgba(255, 253, 245, 0.88);
  stroke-width: 0.8;
}
.line-chart-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.2rem, 4vw, 2.4rem);
  row-gap: 0.45rem;
  justify-self: center;
  width: min(100%, 34rem);
}
.line-chart-note {
  display: block;
  border: 1px solid rgba(24, 60, 54, 0.12);
  background: #fff;
  color: #2e3d39;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.7;
  margin: 0;
  padding: 0.72rem 0.85rem;
}
.line-chart-empty {
  border: 1px solid rgba(24, 60, 54, 0.14);
  background: rgba(255, 255, 255, 0.72);
}
.line-chart-legend__item {
  display: block;
  border: 0;
  background: transparent;
  padding: 0.28rem 0;
  font-weight: 900;
}
.line-chart-legend b {
  display: grid;
  grid-template-columns: auto max-content max-content;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
}
.line-chart-legend b::before {
  content: "";
  display: inline-block;
  width: 0.82rem;
  height: 0.82rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #6b7280;
}
.line-chart-legend__item--btc b::before { background: #f7931a; }
.line-chart-legend__item--orukan b::before { background: #1f6f5f; }
.line-chart-legend__item--sp500 b::before { background: #b08a2e; }
.line-chart-legend__item--cash b::before {
  width: 1.2rem;
  height: 0;
  border-top: 3px dashed #80847c;
  border-radius: 0;
  background: transparent;
}
.line-chart-legend__value {
  color: #153631;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}
.line-chart-empty {
  display: grid;
  min-height: 18rem;
  place-items: center;
  gap: 0.35rem;
  padding: 1rem;
  text-align: center;
}
.line-chart-empty strong {
  color: #153631;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  letter-spacing: -0.05em;
}
.line-chart-empty span {
  color: #526a66;
  line-height: 1.7;
}
.hero-visual {
  position: relative;
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 38px;
  background:
    linear-gradient(140deg, rgba(255, 216, 79, 0.84), rgba(255, 246, 218, 0.74) 45%, rgba(0, 123, 107, 0.18)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(24, 60, 54, 0.12), 0 28px 80px rgba(42, 31, 10, 0.14);
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  right: -2.4rem;
  top: -2.8rem;
  border-radius: 50%;
  background: #007b6b;
  opacity: 0.16;
}
.compact-visual { min-height: 260px; }
.simulator-hero { scroll-margin-top: 4rem; }
.visual-card, .mini-card, .hero-card {
  display: grid;
  gap: 0.5rem;
  border: 1px solid rgba(24, 60, 54, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  padding: 1rem;
  position: relative;
}
.visual-card--large {
  min-height: 12rem;
  align-content: end;
  background: #fffdf4;
}
.visual-card span, .mini-card span, .hero-card strong { color: #6b7976; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.visual-card strong { font-size: clamp(1.35rem, 3vw, 2.4rem); letter-spacing: -0.04em; line-height: 1.08; }
.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.mini-card strong, .hero-card span { color: #153631; font-size: 0.98rem; }
.section-heading {
  display: grid;
  gap: 0.35rem;
  margin: 3rem 0 1rem;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  color: #153631;
  font-size: clamp(1.8rem, 5vw, 3.7rem);
  letter-spacing: -0.06em;
}
.eyebrow, .section-kicker {
  color: #94712b;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.control-grid, .card-grid, .plan-grid, .support-grid {
  display: grid;
  gap: 1rem;
}
.control-grid, .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.panel, .content-page, .chart-panel, .module-separator, .state-strip, .plan-card, .support-card, .bottom-cta {
  padding: clamp(1rem, 2vw, 1.45rem);
  margin-bottom: 1rem;
}
.service-card {
  display: grid;
  min-height: 15rem;
  align-content: space-between;
  background: #fffdf5;
}
.service-card:nth-child(even), .plan-card--featured { background: #f7ead0; }
.card-icon {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: #007b6b;
  color: #fff8e7;
  font-weight: 900;
}
.panel h2, .module-separator h2, .plan-card h2, .support-card h2, .bottom-cta h2 {
  margin: 0 0 0.55rem;
  color: #153631;
  letter-spacing: -0.04em;
}
.panel p, .module-separator p, .content-page p, .plan-card p, .support-card p, .bottom-cta p {
  margin: 0.45rem 0 0;
  color: #526a66;
  line-height: 1.78;
}
.plan-card {
  min-height: 18rem;
  display: grid;
  align-content: space-between;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #153631;
  color: #fff8e7;
}
.trust-strip div {
  display: grid;
  gap: 0.25rem;
  padding: 0.6rem;
}
.trust-strip span { color: #d9e7df; font-size: 0.9rem; }
.support-card, .bottom-cta { background: #fffdf5; }
.bottom-cta {
  display: grid;
  justify-items: center;
  margin-top: 1rem;
  padding: clamp(1.5rem, 5vw, 3.6rem);
  text-align: center;
}
.bitcoin-primer {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 1rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(24, 60, 54, 0.14);
  border-radius: 32px;
  background: rgba(255, 253, 245, 0.9);
  box-shadow: 0 22px 70px rgba(42, 31, 10, 0.08);
}
.bitcoin-history__row {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}
.bitcoin-history__row--visual-right {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
}
.bitcoin-history__row--visual-left .bitcoin-primer__art,
.bitcoin-history__row--visual-left .bitcoin-history__visual {
  order: 1;
}
.bitcoin-history__row--visual-left .bitcoin-primer__copy {
  order: 2;
}
.bitcoin-history__row--visual-right .bitcoin-primer__copy {
  order: 1;
}
.bitcoin-history__row--visual-right .bitcoin-primer__art,
.bitcoin-history__row--visual-right .bitcoin-history__visual {
  order: 2;
}
.bitcoin-primer__art {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
  margin: 0;
}
.bitcoin-primer__art img {
  display: block;
  width: min(100%, 31rem);
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center 10%;
  border: 1px solid rgba(24, 60, 54, 0.16);
  background: #fff;
}
.bitcoin-primer__art figcaption {
  max-width: min(100%, 31rem);
  color: #6d7773;
  font-size: 0.72rem;
  line-height: 1.5;
}
.bitcoin-primer__art figcaption a,
.bitcoin-primer__art figcaption span {
  color: inherit;
  font-weight: 700;
}
.bitcoin-history__visual {
  position: relative;
  display: grid;
  min-height: clamp(14rem, 28vw, 24rem);
  align-content: end;
  gap: 0.55rem;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(24, 60, 54, 0.16);
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 147, 26, 0.24), transparent 32%),
    linear-gradient(135deg, #fffaf0 0%, #f3ead5 100%);
  color: #153631;
  isolation: isolate;
}
.bitcoin-history__visual--image {
  aspect-ratio: 3 / 2;
  min-height: 0;
  align-content: stretch;
  margin: 0;
  padding: 0;
  background: #fff;
}
.bitcoin-history__visual.bitcoin-history__visual--image::before {
  content: none;
}
.bitcoin-history__visual--image picture,
.bitcoin-history__visual--image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bitcoin-history__visual--image img {
  object-fit: cover;
}
.bitcoin-history__visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(24, 60, 54, 0.14);
  transform: rotate(-7deg);
  z-index: -1;
}
.bitcoin-history__visual span,
.bitcoin-history__visual em {
  color: #6d7773;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bitcoin-history__visual strong {
  color: #153631;
  font-size: clamp(2.5rem, 7vw, 6rem);
  letter-spacing: -0.08em;
  line-height: 0.86;
}
.bitcoin-history__visual--pizza {
  background:
    radial-gradient(circle at 24% 28%, rgba(247, 147, 26, 0.34), transparent 30%),
    linear-gradient(135deg, #fff8df 0%, #f0d08a 100%);
}
.bitcoin-history__visual--etf {
  background:
    linear-gradient(135deg, rgba(31, 111, 95, 0.18), transparent 55%),
    linear-gradient(135deg, #f6fbf5 0%, #dfe9df 100%);
}
.bitcoin-history__visual--future {
  background:
    radial-gradient(circle at 72% 24%, rgba(21, 54, 49, 0.2), transparent 28%),
    linear-gradient(135deg, #f3f5ef 0%, #d9ded5 100%);
}
.bitcoin-primer__copy {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}
.bitcoin-primer__copy h2,
.bitcoin-primer__copy h3 {
  margin: 0;
  color: #153631;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.bitcoin-primer__copy h2 {
  font-size: clamp(1.85rem, 4vw, 3.4rem);
}
.bitcoin-primer__copy h3 {
  font-size: clamp(1.55rem, 3.2vw, 2.65rem);
}
.bitcoin-primer__copy p {
  margin: 0;
  color: #526a66;
  line-height: 1.78;
}
.bitcoin-primer__copy .secondary-link {
  justify-self: start;
  margin-top: 0.2rem;
}
.bitcoin-history-mobile-kicker {
  display: none;
}
.mobile-image-width-toggle {
  display: none;
}
.operation-grid,
.resource-grid {
  margin-bottom: 2.5rem;
}
.operation-card__body {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}
.operation-card__body p {
  margin: 0;
}
.operation-card__body .asset-list {
  margin: 0;
}
.resource-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.15rem;
}
.resource-list a,
.operation-card__body a {
  overflow-wrap: anywhere;
}
.state-strip--embedded {
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.state-strip--embedded .state-strip__actions {
  justify-content: flex-start;
}
.chip-row, .compare-chips, .asset-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.asset-chip, .budget-chip, .compare-chips span, .state-pill, .data-badge {
  display: inline-block;
  border-radius: 999px;
  background: #e0efe9;
  color: #153631;
  padding: 0.58rem 0.82rem;
  font-weight: 800;
}
button.budget-chip {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.required { background: #d6ead2; }
.optional { background: #ffe8a8; }
.quick-budget-row, .compare-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
}
.form-grid .quick-budget-row {
  grid-column: 1 / -1;
  align-self: end;
}
.detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-bottom: 0.35rem;
}
.budget-chip, .compare-chips span, .detail-tabs button { flex: 0 0 auto; white-space: nowrap; }
.results-shell { margin-top: 1rem; }
.results-hero {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(1rem, 3vw, 2rem);
  row-gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem 0 0;
  border: 0;
  border-top: 1px solid rgba(24, 60, 54, 0.14);
  background: transparent;
  box-shadow: none;
}
.results-hero .hero-card {
  justify-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0.2rem 0;
  text-align: center;
}
.results-hero .hero-card strong {
  color: #526a66;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}
.results-hero .hero-card span {
  color: #153631;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  white-space: normal;
  word-break: keep-all;
}
.result-assumptions {
  border-top: 1px solid rgba(24, 60, 54, 0.12);
  border-bottom: 1px solid rgba(24, 60, 54, 0.08);
  color: #2f4a45;
  margin: 0.2rem 0 0.55rem;
  padding: 0.15rem 0;
}
.result-assumptions summary {
  align-items: center;
  color: #153631;
  cursor: pointer;
  display: flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 0.5rem;
  justify-content: flex-end;
  list-style: none;
  padding: 0.74rem 0;
  text-align: right;
  white-space: nowrap;
}
.result-assumptions summary::-webkit-details-marker {
  display: none;
}
.result-assumptions summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 0.44rem;
  margin-right: 0.1rem;
  transform: rotate(45deg);
  transition: transform 0.16s ease;
  width: 0.44rem;
}
.result-assumptions[open] summary::after {
  transform: rotate(225deg);
}
.result-assumptions__body {
  display: grid;
  gap: 0.85rem;
  padding: 0 0 0.95rem;
  text-align: left;
}
.result-assumptions ul {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.result-assumptions li {
  font-size: clamp(0.83rem, 1.3vw, 0.94rem);
  line-height: 1.75;
  padding-left: 1.05rem;
  position: relative;
}
.result-assumptions li::before {
  background: #d89a18;
  border-radius: 999px;
  content: "";
  height: 0.32rem;
  left: 0.2rem;
  position: absolute;
  top: 0.72em;
  width: 0.32rem;
}
.result-assumptions dl {
  display: grid;
  gap: 0.5rem;
  margin: 0;
}
.result-assumptions dl > div {
  align-items: baseline;
  display: grid;
  gap: 0.35rem;
  grid-template-columns: minmax(8.5rem, 0.42fr) 1fr;
}
.result-assumptions dt {
  color: #526a66;
  font-size: 0.78rem;
  font-weight: 900;
}
.result-assumptions dd {
  color: #153631;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0;
}
.chart-panel {
  min-height: 260px;
  overflow: hidden;
  background: #fff;
}
.result-chart {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.result-chart h2 {
  margin: 0 0 0.65rem;
}
.detail-tabs {
  margin-top: 1rem;
}
.detail-panel {
  border: 1px solid rgba(24, 60, 54, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  color: #526a66;
  line-height: 1.75;
  min-height: 5rem;
  padding: 1rem;
}
.detail-tabs button, .mode-switch button, .secondary-toggle {
  border: 0;
  border-radius: 999px;
  background: #153631;
  color: white;
  cursor: pointer;
  font-weight: 800;
  padding: 0.68rem 0.95rem;
}
.detail-tabs button[aria-pressed="false"] {
  background: rgba(21, 54, 49, 0.12);
  color: #153631;
}
.toggle-feedback {
  color: #5d706c;
  font-size: 0.86rem;
  line-height: 1.5;
}
.mode-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ranking-module, .affiliate-module { background: #f7ead0; }
.source-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.2rem;
}
.source-list li {
  padding-block: 0.35rem;
}
.source-list p {
  margin: 0.18rem 0 0;
  line-height: 1.75;
}
.source-list a {
  display: inline-block;
  margin-top: 0.28rem;
}
.source-list li,
.source-list code {
  line-break: anywhere;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.source-list code {
  display: block;
  margin-top: 0.18rem;
}
.source-kind {
  display: block;
  color: #66736f;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}
.state-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
}
.state-strip__status, .state-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.state-strip__actions { justify-content: flex-end; }
.state-pill[data-visible="false"] { display: none; }
[data-badge-kind="provisional"] { background: #ffe8a8; }
[data-badge-kind="authoritative"] { background: #d6ead2; }
.site-footer {
  margin-top: 2rem;
  padding: 3rem 1rem;
  background: #153631;
  color: #fff8e7;
}
.site-footer a {
  color: #fff8e7;
  text-decoration: none;
}
.site-footer .site-brand { color: #fff8e7; }
.site-footer p { color: #d9e7df; line-height: 1.75; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.footer-grid div {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}
.footer-grid h2 {
  margin: 0;
  color: #fff8e7;
  font-size: 1rem;
}
@media (max-width: 980px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }
  .site-nav, .header-actions { justify-content: flex-start; }
  .hero-split, .simulator-console, .control-grid, .plan-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-grid, .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-split { min-height: auto; }
}
@media (max-width: 768px) {
  .campaign-bar { font-size: 0.78rem; }
  .site-header { padding: 0.65rem; }
  .site-brand { white-space: normal; }
  .site-nav {
    justify-content: flex-start;
    overflow: visible;
    flex-wrap: wrap;
    gap: 0.25rem 0.55rem;
    padding-bottom: 0;
  }
  .site-nav a {
    font-size: 0.78rem;
    padding: 0.28rem 0;
    white-space: normal;
  }
  .header-actions {
    display: flex;
    justify-content: flex-start;
  }
  .header-actions .header-cta { display: none; }
  .page-shell { padding: 1rem 0.72rem 3rem; }
  .hero-panel, .panel, .content-page, .chart-panel, .results-hero, .module-separator, .state-strip, .plan-card, .support-card, .bottom-cta { border-radius: 24px; padding: 1rem; }
  .bitcoin-primer {
    border-radius: 24px;
    padding: 1rem;
  }
  .bitcoin-history__row {
    grid-template-columns: 1fr;
  }
  .bitcoin-history__row--visual-left .bitcoin-primer__copy,
  .bitcoin-history__row--visual-right .bitcoin-primer__copy {
    order: 1;
  }
  .bitcoin-history__row--visual-left .bitcoin-primer__art,
  .bitcoin-history__row--visual-left .bitcoin-history__visual,
  .bitcoin-history__row--visual-right .bitcoin-primer__art,
  .bitcoin-history__row--visual-right .bitcoin-history__visual {
    order: 2;
  }
  .hero-panel h1, .content-page h1 {
    font-size: clamp(2.1rem, 10vw, 3.45rem);
    letter-spacing: -0.045em;
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .stacked-title span {
    display: block;
  }
  .card-grid, .support-grid, .trust-strip { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .results-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-assumptions dl > div {
    grid-template-columns: 1fr;
  }
  .state-strip { grid-template-columns: 1fr; }
  .state-strip__actions { justify-content: flex-start; }
}
@media (max-width: 430px) {
  .hero-panel { padding: 1rem; }
  .hero-actions { align-items: stretch; }
  .primary-link, .secondary-link { width: 100%; }
  .visual-grid, .results-hero { grid-template-columns: 1fr; }
  .quick-budget-row,
  .compare-chips {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .line-chart-legend {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }
  .hero-card { padding: 0.8rem; }
  .hero-card strong { font-size: 0.78rem; }
  .trust-strip { gap: 0.35rem; }
}
@media (max-width: 390px) {
  .detail-tabs button, .mode-switch button, .secondary-toggle { padding: 0.55rem 0.82rem; font-size: 0.94rem; }
  .asset-chip, .budget-chip, .compare-chips span, .state-pill, .data-badge { padding: 0.42rem 0.68rem; }
}
body[data-layout="jq"] {
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 0, 0, 0.08), transparent 17rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f7f7f1 0%, #ffffff 44%, #f2f2ee 100%);
  background-size: auto, 5.25rem 5.25rem, auto;
  color: #101210;
}
body[data-layout="jq"] a { color: #111; }
body[data-layout="jq"] .campaign-bar {
  background: #111;
  color: #fff;
  text-align: left;
  padding-left: max(1rem, calc((100vw - 1180px) / 2 + 1rem));
}
body[data-layout="jq"] .site-header {
  background: rgba(247, 247, 241, 0.82);
  border-bottom: 1px solid rgba(16, 18, 16, 0.12);
  backdrop-filter: blur(24px);
}
body[data-layout="jq"] .site-header__inner {
  max-width: 1280px;
  column-gap: clamp(1.6rem, 3.2vw, 3.5rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-layout="jq"] .site-brand {
  color: #111;
  letter-spacing: -0.03em;
}
@media (min-width: 769px) {
  body[data-layout="jq"] .site-header .site-brand {
    gap: 0.68rem;
    margin-left: clamp(0.55rem, 1.15vw, 1.35rem);
  }
  body[data-layout="jq"] .site-header .site-brand__text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.12em;
    font-size: clamp(1.24rem, 1.48vw, 1.5rem);
    line-height: 1;
    white-space: nowrap;
  }
  body[data-layout="jq"] .site-header .brand-mark {
    width: clamp(1.95rem, 2.15vw, 2.28rem);
    height: clamp(1.95rem, 2.15vw, 2.28rem);
  }
  body[data-layout="jq"] .site-header .site-nav {
    margin-left: clamp(0.55rem, 1.2vw, 1.4rem);
  }
}
body[data-layout="jq"] .brand-mark {
  border-radius: 0;
  background: transparent;
  color: inherit;
}
body[data-layout="jq"] .site-nav {
  justify-content: flex-start;
  gap: 0.2rem;
}
body[data-layout="jq"] .site-nav a,
body[data-layout="jq"] .text-link {
  color: #3f403d;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  padding-inline: 0.9rem;
  text-transform: none;
}
body[data-layout="jq"] .site-nav a:hover,
body[data-layout="jq"] .text-link:hover {
  background: #e8e8e1;
}
body[data-layout="jq"] .header-cta,
body[data-layout="jq"] .primary-link {
  background: #111;
  color: #fff;
  box-shadow: none;
}
body[data-layout="jq"] .secondary-link {
  border-color: #111;
  background: #fff;
  color: #111;
}
body[data-layout="jq"] .page-shell {
  max-width: 1280px;
  padding-top: 0;
}
body[data-layout="jq"] .hero-panel,
body[data-layout="jq"] .panel,
body[data-layout="jq"] .content-page,
body[data-layout="jq"] .chart-panel,
body[data-layout="jq"] .results-hero,
body[data-layout="jq"] .module-separator,
body[data-layout="jq"] .state-strip,
body[data-layout="jq"] .plan-card,
body[data-layout="jq"] .support-card,
body[data-layout="jq"] .bottom-cta,
body[data-layout="jq"] .trust-strip {
  border-color: rgba(16, 18, 16, 0.14);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}
body[data-layout="jq"] .hero-panel {
  border: 0;
  border-bottom: 1px solid rgba(16, 18, 16, 0.14);
  background: transparent;
  margin-bottom: 4rem;
  padding: clamp(2rem, 7vw, 7rem) 0 clamp(2rem, 7vw, 6rem);
}
body[data-layout="jq"] .hero-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  min-height: 620px;
}
body[data-layout="jq"] .simulator-console {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  min-height: 660px;
  overflow: visible;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(1.5rem, 4vw, 3rem);
}
body[data-layout="jq"] .hero-copy { max-width: min(48rem, 100%); }
body[data-layout="jq"] .simulator-copy { max-width: min(44rem, 100%); }
body[data-layout="jq"] .hero-panel h1,
body[data-layout="jq"] .content-page h1 {
  color: #111;
  font-size: clamp(3rem, 7.2vw, 6.3rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.92;
  overflow-wrap: anywhere;
  word-break: normal;
}
body[data-layout="jq"] .content-page h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  margin-bottom: 2rem;
}
body[data-layout="jq"] .simulator-console h1 {
  font-size: clamp(3rem, 6.5vw, 5.5rem);
}
body[data-layout="jq"] .simulator-console .stacked-title {
  font-family: var(--stacked-title-font);
  font-weight: var(--stacked-title-weight);
  letter-spacing: var(--stacked-title-spacing);
  line-height: var(--stacked-title-line-height);
}
body[data-layout="jq"] .hero-lead {
  color: #343633;
  max-width: 42rem;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}
body[data-layout="jq"] .simulator-console .hero-lead {
  line-height: 1.65;
}
body[data-layout="jq"] .simulator-guide-card p:not(.eyebrow) {
  color: #151615;
}
body[data-layout="jq"] .eyebrow,
body[data-layout="jq"] .section-kicker {
  color: #111;
  letter-spacing: 0.16em;
}
body[data-layout="jq"] .hero-visual {
  min-height: 520px;
  border-radius: 0;
  background:
    linear-gradient(135deg, #111 0%, #111 48%, transparent 48%),
    linear-gradient(135deg, transparent 0%, transparent 48%, #e7e7df 48%),
    #fff;
  box-shadow: none;
}
body[data-layout="jq"] .compact-visual { min-height: 340px; }
body[data-layout="jq"] .hero-visual::before {
  right: 2rem;
  top: 2rem;
  border: 1px solid #111;
  background: transparent;
  opacity: 1;
}
body[data-layout="jq"] .visual-card,
body[data-layout="jq"] .mini-card,
body[data-layout="jq"] .hero-card {
  border-color: rgba(16, 18, 16, 0.18);
  border-radius: 0;
  background: #fff;
}
body[data-layout="jq"] .visual-card--large {
  min-height: 18rem;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
}
body[data-layout="jq"] .visual-card strong {
  color: #111;
  font-size: clamp(1.8rem, 4vw, 4rem);
}
body[data-layout="jq"] .section-heading {
  grid-template-columns: 0.55fr 1fr;
  align-items: end;
  margin: 5rem 0 1.5rem;
  text-align: left;
}
body[data-layout="jq"] .section-heading h2 {
  color: #111;
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.95;
}
body[data-layout="jq"] .service-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #111;
}
body[data-layout="jq"] .operation-grid {
  border-top: 0;
}
body[data-layout="jq"] .service-card {
  display: grid;
  grid-template-columns: 5rem minmax(12rem, 0.7fr) minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  min-height: 11rem;
  border: 0;
  border-bottom: 1px solid #111;
  background: transparent;
}
body[data-layout="jq"] .service-card:nth-child(even) { background: transparent; }
body[data-layout="jq"] .service-card h2 {
  font-size: clamp(1.6rem, 4vw, 3.8rem);
  line-height: 0.95;
}
body[data-layout="jq"] .service-card p {
  max-width: 42rem;
  color: #151615;
}
body[data-layout="jq"] .service-card .operation-card__body,
body[data-layout="jq"] .service-card .state-strip--embedded {
  max-width: 42rem;
  color: #151615;
}
body[data-layout="jq"] .operation-grid .operation-card__body p,
body[data-layout="jq"] .bitcoin-primer__copy p {
  color: #151615;
  font-weight: 500;
}
body[data-layout="jq"] .card-icon {
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
}
body[data-layout="jq"] .plan-grid {
  grid-template-columns: 1.15fr 0.85fr;
  margin: 4rem 0 1rem;
}
body[data-layout="jq"] .plan-card {
  min-height: 26rem;
  border: 1px solid #111;
  background: #fff;
  padding: clamp(1.25rem, 4vw, 3rem);
}
body[data-layout="jq"] .plan-card--featured {
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .plan-card--featured h2,
body[data-layout="jq"] .plan-card--featured p,
body[data-layout="jq"] .plan-card--featured .eyebrow {
  color: #fff;
}
body[data-layout="jq"] .plan-card h2 {
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.86;
}
body[data-layout="jq"] .trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid #111;
  border-inline: 0;
  background: transparent;
  color: #111;
}
body[data-layout="jq"] .trust-strip div {
  border-right: 1px solid rgba(16, 18, 16, 0.14);
  min-height: 6rem;
}
body[data-layout="jq"] .trust-strip span { color: #4d4f4b; }
body[data-layout="jq"] .support-grid {
  margin-top: 4rem;
}
body[data-layout="jq"] .support-card {
  min-height: 12rem;
  border: 1px solid #111;
  background: #fff;
}
body[data-layout="jq"] .bottom-cta {
  align-items: center;
  min-height: 18rem;
  border: 0;
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .bottom-cta h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 6vw, 4.5rem);
  line-height: 0.95;
}
body[data-layout="jq"] .bottom-cta h2,
body[data-layout="jq"] .bottom-cta p,
body[data-layout="jq"] .bottom-cta .eyebrow {
  color: #fff;
}
body[data-layout="jq"] .state-strip,
body[data-layout="jq"] .control-card,
body[data-layout="jq"] .mode-card,
body[data-layout="jq"] .quick-budget,
body[data-layout="jq"] .module-separator,
body[data-layout="jq"] .result-dashboard {
  border: 1px solid rgba(16, 18, 16, 0.18);
  background: #fff;
}
body[data-layout="jq"] .state-strip--embedded {
  border: 0;
  background: transparent;
}
body[data-layout="jq"] .form-grid select,
body[data-layout="jq"] .form-grid input {
  border-radius: 0;
  border-color: rgba(16, 18, 16, 0.26);
  background: #fff;
  color: #111;
}
body[data-layout="jq"] .unit-input {
  border-radius: 0;
  border-color: rgba(16, 18, 16, 0.26);
  background: #fff;
}
body[data-layout="jq"] .unit-input input {
  background: transparent;
}
body[data-layout="jq"] .unit-input__suffix {
  color: #111;
}
body[data-layout="jq"] .asset-picker-control {
  border-radius: 0;
  border-color: rgba(16, 18, 16, 0.26);
  background: #fff;
  color: #111;
}
body[data-layout="jq"] .asset-picker-control select {
  border: 0;
  background: transparent;
  color: inherit;
}
body[data-layout="jq"] .asset-picker-menu {
  border-color: rgba(16, 18, 16, 0.26);
  border-radius: 0;
  box-shadow: 0 16px 36px rgba(16, 18, 16, 0.12);
}
body[data-layout="jq"] .asset-picker-option:hover,
body[data-layout="jq"] .asset-picker-option[aria-selected="true"] {
  background: #eeeee7;
}
body[data-layout="jq"] .coin-icon {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
body[data-layout="jq"] .result-dashboard {
  border-radius: 0;
  box-shadow: none;
}
body[data-layout="jq"] .result-dashboard__header strong {
  color: #111;
}
body[data-layout="jq"] .line-chart-note,
body[data-layout="jq"] .line-chart-empty {
  border-color: rgba(16, 18, 16, 0.18);
  background: #fff;
}
body[data-layout="jq"] .line-chart-legend__item,
body[data-layout="jq"] .line-chart-legend__value {
  border: 0;
  background: transparent;
}
body[data-layout="jq"] .line-chart-empty strong { color: #111; }
body[data-layout="jq"] .detail-tabs button,
body[data-layout="jq"] .mode-switch button,
body[data-layout="jq"] .secondary-toggle {
  border-radius: 0;
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .detail-tabs button[aria-pressed="false"] {
  background: #eeeee7;
  color: #111;
}
body[data-layout="jq"] .detail-panel {
  border-radius: 0;
  border-color: rgba(16, 18, 16, 0.18);
  background: #fff;
  color: #333;
}
body[data-layout="jq"] .asset-chip,
body[data-layout="jq"] .budget-chip,
body[data-layout="jq"] .compare-chips span,
body[data-layout="jq"] .state-pill,
body[data-layout="jq"] .data-badge {
  border: 1px solid rgba(16, 18, 16, 0.22);
  background: #fff;
  color: #111;
}
body[data-layout="jq"] .required,
body[data-layout="jq"] [data-badge-kind="authoritative"] {
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .optional,
body[data-layout="jq"] [data-badge-kind="provisional"] {
  background: #eeeee7;
  color: #111;
}
body[data-layout="jq"] .results-hero {
  column-gap: clamp(1rem, 2.6vw, 2rem);
  row-gap: 0.65rem;
  border: 0;
  border-top: 1px solid rgba(16, 18, 16, 0.16);
  background: transparent;
  padding: 1rem 0 0;
}
body[data-layout="jq"] .results-hero .hero-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}
body[data-layout="jq"] .chart-panel {
  min-height: 340px;
  background: #fff;
}
@media (min-width: 1080px) {
  body[data-layout="jq"] .campaign-bar {
    padding-block: 0.42rem;
    font-size: 0.8rem;
  }
  body[data-layout="jq"] .site-header {
    padding: 0.5rem 1rem;
  }
  body[data-layout="jq"] .site-header__inner {
    max-width: min(1360px, calc(100vw - 2rem));
    padding: 0.32rem;
  }
  body[data-layout="jq"] .page-shell {
    max-width: min(1360px, calc(100% - 3rem));
  }
  body[data-layout="jq"] .simulator-console {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(1.35rem, 3vw, 2.6rem);
    align-items: start;
    min-height: calc(100svh - 7.2rem);
    margin-bottom: clamp(3.5rem, 4vw, 4.25rem);
    border-bottom: 0;
    padding: clamp(1.25rem, 2.45vw, 2.1rem) 0 clamp(1.2rem, 2.3vw, 1.9rem);
  }
  body[data-layout="jq"] .simulator-console.is-results-empty {
    min-height: auto;
    margin-bottom: clamp(2.75rem, 3.4vw, 3.5rem);
    padding-bottom: clamp(0.75rem, 1.5vw, 1.15rem);
    align-items: stretch;
  }
  body[data-layout="jq"] .simulator-console.is-results-empty .result-dashboard {
    align-self: stretch;
    grid-template-rows: auto minmax(14rem, 1fr) auto;
  }
  body[data-layout="jq"] .simulator-console.is-results-empty .result-chart {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }
  body[data-layout="jq"] .simulator-console.is-results-empty .line-chart-frame,
  body[data-layout="jq"] .simulator-console.is-results-empty .chart-bars,
  body[data-layout="jq"] .simulator-console.is-results-empty .line-chart-empty {
    height: 100%;
  }
  body[data-layout="jq"] .simulator-console:not(.is-results-empty) {
    min-height: auto;
    padding-bottom: clamp(0.8rem, 1.5vw, 1.2rem);
  }
  body[data-layout="jq"] .simulator-console:not(.is-results-empty) .result-dashboard {
    gap: clamp(0.55rem, 1vw, 0.8rem);
    padding-bottom: clamp(0.75rem, 1.1vw, 1rem);
  }
  body[data-layout="jq"] .simulator-console:not(.is-results-empty) .results-hero {
    padding-top: 0.6rem;
  }
  body[data-layout="jq"] .simulator-console:not(.is-results-empty) .simulator-guide-card--desktop {
    display: grid;
    gap: 0.55rem;
    margin-top: clamp(1.4rem, 4.6vh, 3.4rem);
    padding-top: 1rem;
    border-top: 1px solid rgba(16, 18, 16, 0.16);
  }
  body[data-layout="jq"] .simulator-copy {
    align-content: start;
    gap: 0.82rem;
    max-width: none;
  }
  body[data-layout="jq"] .simulator-console h1 {
    margin: clamp(0.65rem, 1.5vw, 1.25rem) 0 clamp(0.8rem, 1.8vw, 1.45rem);
    font-size: clamp(1.95rem, 3vw, 2.65rem);
    line-height: 1.22;
    overflow-wrap: normal;
  }
  body[data-layout="jq"] .simulator-console .stacked-title span {
    display: block;
  }
  body[data-layout="jq"] .simulator-console .hero-lead {
    max-width: 39rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }
  body[data-layout="jq"] .simulator-form {
    gap: 0.78rem;
    margin-top: 0.25rem;
  }
  body[data-layout="jq"] .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }
  body[data-layout="jq"] .field-label-row label {
    font-size: 0.72rem;
    letter-spacing: 0.07em;
  }
  body[data-layout="jq"] .field-help summary {
    width: 1rem;
    height: 1rem;
    font-size: 0.68rem;
  }
  body[data-layout="jq"] .form-grid select,
  body[data-layout="jq"] .form-grid input,
  body[data-layout="jq"] .unit-input,
  body[data-layout="jq"] .asset-picker-control {
    min-height: 2.62rem;
  }
  body[data-layout="jq"] .asset-picker-button {
    height: calc(2.62rem - 2px);
  }
  body[data-layout="jq"] .form-grid .form-check {
    min-height: 2.62rem;
    align-self: end;
  }
  body[data-layout="jq"] .quick-budget-row {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.28rem, 0.7vw, 0.52rem);
    align-self: start;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    min-height: calc(2.62rem + 0.72rem * 1.2 + 0.35rem);
    overflow-x: visible;
    padding: calc(0.72rem * 1.2 + 0.35rem + 0.45rem) 0 0;
  }
  body[data-layout="jq"] .budget-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.62rem;
    min-width: 0;
    padding: 0.46rem clamp(0.34rem, 0.55vw, 0.58rem);
  }
  @media (max-width: 1279px) {
    body[data-layout="jq"] .quick-budget-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.38rem;
    }
    body[data-layout="jq"] .budget-chip {
      font-size: 0.88rem;
      padding-inline: 0.28rem;
    }
  }
  body[data-layout="jq"] .calculate-button {
    min-height: 3rem;
  }
  body[data-layout="jq"] .simulator-copy .hero-note {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.62;
  }
  body[data-layout="jq"] .result-dashboard {
    gap: 0.82rem;
    padding: clamp(1rem, 1.8vw, 1.45rem);
  }
  body[data-layout="jq"] .result-dashboard__header {
    order: 1;
    gap: 0.3rem;
  }
  body[data-layout="jq"] .chart-panel {
    order: 2;
  }
  body[data-layout="jq"] .results-hero {
    order: 3;
  }
  body[data-layout="jq"] .result-assumptions {
    order: 4;
  }
  body[data-layout="jq"] .compare-chips {
    order: 5;
  }
  body[data-layout="jq"] .detail-tabs {
    order: 6;
  }
  body[data-layout="jq"] .detail-panel {
    order: 7;
  }
  body[data-layout="jq"] .result-dashboard__header strong {
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    letter-spacing: -0.045em;
    line-height: 1.1;
  }
  body[data-layout="jq"] .result-dashboard__header strong.is-placeholder {
    font-size: clamp(1.08rem, 1.55vw, 1.32rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  body[data-layout="jq"] .result-dashboard__header p {
    line-height: 1.55;
  }
  body[data-layout="jq"] .results-hero {
    column-gap: clamp(1rem, 2.6vw, 2rem);
    row-gap: 0.65rem;
    margin-bottom: 0;
    padding: 0.9rem 0 0;
  }
  body[data-layout="jq"] .results-hero .hero-card {
    gap: 0.18rem;
    padding: 0.15rem 0;
  }
  body[data-layout="jq"] .results-hero .hero-card strong {
    font-size: 0.78rem;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
  }
  body[data-layout="jq"] .results-hero .hero-card span {
    font-size: 1.02rem;
    letter-spacing: 0;
    line-height: 1.45;
  }
  body[data-layout="jq"] .compare-chips {
    gap: 0.48rem;
    padding-bottom: 0;
  }
  body[data-layout="jq"] .compare-chips span {
    padding: 0.46rem 0.72rem;
  }
  body[data-layout="jq"] .chart-panel {
    min-height: 0;
    padding: 1.2rem;
  }
  body[data-layout="jq"] .chart-panel h2 {
    margin: 0 0 0.65rem;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
  }
  body[data-layout="jq"] .chart-bars {
    margin-top: 0;
  }
  body[data-layout="jq"] .line-chart-empty {
    min-height: 11.8rem;
  }
  body[data-layout="jq"] .line-chart-empty strong {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
  }
  body[data-layout="jq"] .detail-tabs {
    margin-top: 0.35rem;
  }
  body[data-layout="jq"] .detail-tabs button {
    padding: 0.58rem 0.82rem;
    font-size: 0.94rem;
  }
  body[data-layout="jq"] .detail-panel {
    padding: 0.9rem;
    line-height: 1.65;
  }
}
body[data-layout="jq"] .result-chart {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body[data-layout="jq"] .result-chart h2 {
  margin: 0 0 0.45rem;
}
body[data-layout="jq"] .result-dashboard {
  border: 1px solid rgba(16, 18, 16, 0.22);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  padding: clamp(1rem, 2vw, 1.45rem);
}
body[data-layout="jq"] .site-footer {
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .footer-grid {
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  justify-items: center;
  text-align: center;
}
body[data-layout="jq"] .footer-grid > div {
  align-content: center;
  justify-items: center;
}
body[data-layout="jq"] .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  gap: 0.55rem clamp(4rem, 7vw, 6.5rem);
  align-content: start;
  justify-content: center;
  justify-items: center;
}
body[data-layout="jq"] .footer-links a {
  white-space: nowrap;
}
@media (min-width: 1080px) {
  body[data-layout="jq"] .footer-grid {
    width: fit-content;
    max-width: min(100%, 1180px);
    margin-inline: auto;
    column-gap: clamp(5.75rem, 8vw, 9rem);
    align-items: center;
  }
  body[data-layout="jq"] .footer-grid > div {
    align-self: center;
  }
  body[data-layout="jq"] .footer-grid > div:first-child {
    grid-template-columns: auto auto;
    column-gap: 0.68rem;
    justify-items: stretch;
  }
  body[data-layout="jq"] .footer-grid > div:first-child .site-brand {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    column-gap: 0.68rem;
    justify-self: center;
  }
  body[data-layout="jq"] .footer-grid > div:first-child .site-brand + p {
    grid-column: 2;
    justify-self: center;
    text-align: center;
  }
  body[data-layout="jq"] .footer-links {
    align-self: center;
    align-content: center;
  }
}
body[data-layout="jq"] .site-footer a,
body[data-layout="jq"] .site-footer .site-brand,
body[data-layout="jq"] .site-footer h2 {
  color: #fff;
}
@media (max-width: 1079px) {
  body[data-layout="jq"] .site-header__inner,
  body[data-layout="jq"] .hero-split,
  body[data-layout="jq"] .simulator-console,
  body[data-layout="jq"] .section-heading,
  body[data-layout="jq"] .plan-grid {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .simulator-copy {
    max-width: 100%;
  }
  body[data-layout="jq"] .bitcoin-primer {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .service-card {
    grid-template-columns: 4rem 1fr;
    gap: 1rem;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .service-card a {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  body[data-layout="jq"] .hero-panel {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  body[data-layout="jq"] .simulator-console {
    min-height: auto;
  }
  body[data-layout="jq"] .hero-panel h1 {
    font-size: clamp(2.15rem, 10.4vw, 3.6rem);
    letter-spacing: -0.055em;
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  body[data-layout="jq"] .simulator-console h1 {
    font-size: clamp(1.82rem, 8.4vw, 2.7rem);
    overflow-wrap: normal;
  }
  body[data-layout="jq"] .result-dashboard__header strong {
    font-size: clamp(1.45rem, 6.8vw, 2.15rem);
    letter-spacing: -0.045em;
    line-height: 1.1;
  }
  body[data-layout="jq"] .content-page h1 {
    font-size: clamp(1.85rem, 8.6vw, 2.9rem);
    letter-spacing: -0.035em;
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  body[data-layout="jq"] .hero-visual {
    min-height: 360px;
  }
  body[data-layout="jq"] .trust-strip {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  body[data-layout="jq"] .service-card {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .service-card a {
    grid-column: auto;
  }
  body[data-layout="jq"] .visual-grid {
    grid-template-columns: 1fr;
  }
}

/* JQ readability pass: keep the sharp layout language, but remove noisy boxing and
   Japanese-unfriendly spacing from the lower pages. */
body[data-layout="jq"] .eyebrow,
body[data-layout="jq"] .section-kicker {
  letter-spacing: 0;
  text-transform: none;
}
body[data-layout="jq"] .content-page {
  max-width: 920px;
  margin: 0 auto 3rem;
  padding: clamp(1rem, 3vw, 2.4rem) 0;
  border: 0;
  background: transparent;
}
body[data-layout="jq"] .content-page h1 {
  max-width: 16ch;
  margin-bottom: clamp(1rem, 2.5vw, 1.8rem);
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  word-break: normal;
}
body[data-layout="jq"] .content-page h2 {
  margin: clamp(2rem, 4vw, 3rem) 0 0.75rem;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  letter-spacing: -0.035em;
  line-height: 1.28;
}
body[data-layout="jq"] .content-page p,
body[data-layout="jq"] .content-page li {
  max-width: 72ch;
  color: #343633;
  letter-spacing: 0;
  line-height: 1.86;
  overflow-wrap: anywhere;
  word-break: normal;
}
body[data-layout="jq"] .article-index-page {
  margin-bottom: 0.9rem;
  padding-bottom: 0.5rem;
}
body[data-layout="jq"] .article-index-page + .article-index-grid {
  margin-top: 0.15rem;
}
body[data-layout="jq"] .article-page {
  max-width: min(1080px, 100%);
  text-align: center;
}
body[data-layout="jq"] .article-page h1 {
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(2.45rem, 4.8vw, 4.8rem);
  line-height: 1.08;
}
body[data-layout="jq"] .article-page h2,
body[data-layout="jq"] .article-page p,
body[data-layout="jq"] .article-page li,
body[data-layout="jq"] .article-body,
body[data-layout="jq"] .article-next-links {
  max-width: min(860px, 100%);
  margin-left: auto;
  margin-right: auto;
}
body[data-layout="jq"] .article-page h2 {
  text-align: left;
  color: #111;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  line-height: 1.35;
}
body[data-layout="jq"] .article-page p,
body[data-layout="jq"] .article-page li {
  text-align: left;
  color: #151615;
  font-size: clamp(1.05rem, 1.2vw, 1.16rem);
  font-weight: 500;
  line-height: 1.95;
}
body[data-layout="jq"] .article-variant-switcher {
  display: grid;
  gap: 0.9rem;
  max-width: min(860px, 100%);
  margin: 1.5rem auto 2.6rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(16, 18, 16, 0.18);
  border-bottom: 1px solid rgba(16, 18, 16, 0.18);
  text-align: left;
}
body[data-layout="jq"] .article-variant-switcher h2,
body[data-layout="jq"] .article-variant-switcher p {
  margin: 0;
}
body[data-layout="jq"] .article-variant-preview {
  display: grid;
  gap: 0.55rem;
}
body[data-layout="jq"] .article-variant-preview div {
  display: grid;
  gap: 0.2rem;
}
body[data-layout="jq"] .article-variant-preview strong,
body[data-layout="jq"] .article-variant-controls span {
  color: #5d645f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
body[data-layout="jq"] .article-variant-preview span {
  color: #111;
  font-weight: 800;
  line-height: 1.6;
}
body[data-layout="jq"] .article-variant-controls {
  display: grid;
  gap: 0.7rem;
}
body[data-layout="jq"] .article-variant-controls div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
body[data-layout="jq"] .article-variant-controls button {
  min-height: 2.2rem;
  border: 1px solid rgba(16, 18, 16, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #111;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 0.42rem 0.75rem;
}
body[data-layout="jq"] .article-variant-controls button[aria-pressed="true"] {
  border-color: #111;
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .article-body {
  display: grid;
  gap: 0.65rem;
  text-align: left;
}
body[data-layout="jq"] .article-body strong {
  color: #111;
}
body[data-layout="jq"] .article-next-links ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
}
body[data-layout="jq"] .source-list {
  gap: 0.85rem;
  padding-left: 1.1rem;
}
body[data-layout="jq"] .source-list li {
  padding-block: 0.2rem;
}
body[data-layout="jq"] .source-list code {
  display: block;
  margin-top: 0.22rem;
  color: #4d4f4b;
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body[data-layout="jq"] .content-page .module-separator {
  margin: 2.25rem 0 0;
  padding: 1.2rem 0 0;
  border: 0;
  border-top: 1px solid rgba(16, 18, 16, 0.16);
  background: transparent;
}
body[data-layout="jq"] .content-page [data-badge-kind] {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f6f5f;
}
body[data-layout="jq"] .section-heading {
  display: block;
  max-width: 920px;
  margin: clamp(3rem, 7vw, 5rem) 0 clamp(1.1rem, 2vw, 1.6rem);
  text-align: left;
}
body[data-layout="jq"] .section-heading h2 {
  max-width: 18ch;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
}
body[data-layout="jq"] .service-grid {
  border-top-color: rgba(16, 18, 16, 0.22);
}
body[data-layout="jq"] .service-card {
  grid-template-columns: 3.2rem minmax(9rem, 0.5fr) minmax(0, 1fr) auto;
  gap: clamp(0.85rem, 2.4vw, 1.4rem);
  min-height: 0;
  padding: clamp(1rem, 2.2vw, 1.35rem) 0;
  border-top: 0;
  border-right: 0;
  border-bottom-color: rgba(16, 18, 16, 0.22);
  border-left: 0;
}
body[data-layout="jq"] .operation-grid .service-card {
  grid-template-columns: 3.2rem minmax(20rem, 0.72fr) minmax(0, 1fr) auto;
}
body[data-layout="jq"] .service-card h2 {
  color: #111;
  font-size: clamp(1.12rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
  line-height: 1.16;
}
body[data-layout="jq"] .operation-grid .control-card h2 {
  font-size: clamp(1.72rem, 3.35vw, 2.82rem);
  line-height: 1.02;
  white-space: nowrap;
}
body[data-layout="jq"] .operation-grid .control-card h2 strong {
  color: inherit;
  font-size: 1.1em;
  letter-spacing: -0.055em;
}
body[data-layout="jq"] .service-card p,
body[data-layout="jq"] .service-card li,
body[data-layout="jq"] .service-card a {
  letter-spacing: 0;
  line-height: 1.72;
  overflow-wrap: anywhere;
}
body[data-layout="jq"] .article-guide-card--plain {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}
body[data-layout="jq"] .article-guide-card--plain .operation-card__body {
  grid-column: 1 / -1;
  max-width: 100%;
}
body[data-layout="jq"] .resource-heading h2 {
  grid-column: 1 / -1;
}
@media (min-width: 981px) {
  body[data-layout="jq"] .resource-heading {
    max-width: none;
  }
  body[data-layout="jq"] .resource-heading h2 {
    max-width: none;
    white-space: nowrap;
  }
}
body[data-layout="jq"] .card-icon {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
}
body[data-layout="jq"] .plan-grid {
  gap: clamp(1rem, 2.8vw, 1.8rem);
  margin: clamp(2.4rem, 5vw, 4rem) 0 1rem;
}
body[data-layout="jq"] .plan-card,
body[data-layout="jq"] .support-card {
  min-height: 0;
  padding: clamp(1.15rem, 2.6vw, 1.8rem) 0;
  border: 0;
  border-top: 1px solid rgba(16, 18, 16, 0.18);
  background: transparent;
}
body[data-layout="jq"] .plan-card--featured {
  padding: clamp(1.15rem, 2.6vw, 1.8rem);
  background: #111;
  color: #fff;
}
body[data-layout="jq"] .plan-card h2,
body[data-layout="jq"] .support-card h2 {
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
body[data-layout="jq"] .support-grid {
  gap: clamp(1rem, 2.4vw, 1.8rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
body[data-layout="jq"] .bottom-cta {
  justify-items: start;
  align-items: start;
  min-height: 0;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.4rem, 4vw, 2.4rem) 0 0;
  border-top: 1px solid rgba(16, 18, 16, 0.24);
  background: transparent;
  color: #111;
  text-align: left;
}
body[data-layout="jq"] .bottom-cta h2 {
  max-width: 18ch;
  font-size: clamp(1.6rem, 4vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
body[data-layout="jq"] .bottom-cta h2,
body[data-layout="jq"] .bottom-cta p,
body[data-layout="jq"] .bottom-cta .eyebrow {
  color: #111;
}
body[data-layout="jq"] .bitcoin-primer {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.4rem, 4vw, 2.4rem) 0 0;
  border: 0;
  border-top: 1px solid rgba(16, 18, 16, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-layout="jq"] .operation-grid + .bitcoin-primer {
  border-top: 0;
}
body[data-layout="jq"] .bitcoin-history__row {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}
body[data-layout="jq"] .bitcoin-history__row--visual-right {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
}
body[data-layout="jq"] .bitcoin-primer__art img {
  width: min(100%, 26rem);
  border-color: rgba(16, 18, 16, 0.24);
}
body[data-layout="jq"] .bitcoin-history__visual {
  min-height: clamp(16rem, 28vw, 24rem);
  border-color: rgba(16, 18, 16, 0.24);
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 147, 26, 0.2), transparent 32%),
    #f3f1e8;
}
body[data-layout="jq"] .bitcoin-history__visual--image {
  min-height: 0;
  background: #fff;
}
body[data-layout="jq"] .bitcoin-primer__art figcaption {
  max-width: min(100%, 26rem);
  color: #676965;
}
body[data-layout="jq"] .bitcoin-primer__copy h2,
body[data-layout="jq"] .bitcoin-primer__copy h3 {
  color: #111;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
body[data-layout="jq"] .bitcoin-primer__copy h2 {
  font-size: clamp(1.6rem, 4vw, 3rem);
}
body[data-layout="jq"] .bitcoin-primer__copy h3 {
  font-size: clamp(1.45rem, 3vw, 2.5rem);
}
body[data-layout="jq"] .bitcoin-primer__copy p {
  color: #151615;
}
@media (max-width: 1079px) {
  body[data-layout="jq"] .bitcoin-primer {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .bitcoin-history__row {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .bitcoin-history__row--visual-left .bitcoin-primer__copy,
  body[data-layout="jq"] .bitcoin-history__row--visual-right .bitcoin-primer__copy {
    order: 1;
  }
  body[data-layout="jq"] .bitcoin-history__row--visual-left .bitcoin-primer__art,
  body[data-layout="jq"] .bitcoin-history__row--visual-left .bitcoin-history__visual,
  body[data-layout="jq"] .bitcoin-history__row--visual-right .bitcoin-primer__art,
  body[data-layout="jq"] .bitcoin-history__row--visual-right .bitcoin-history__visual {
    order: 2;
  }
}
@media (min-width: 769px) and (max-width: 1079px) {
  body[data-layout="jq"] .site-header {
    padding: 0.55rem clamp(0.9rem, 2vw, 1.25rem);
  }
  body[data-layout="jq"] .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem clamp(1.45rem, 3.2vw, 2.2rem);
    align-items: center;
    padding: 0;
  }
  body[data-layout="jq"] .site-nav {
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0;
  }
  body[data-layout="jq"] .site-nav a {
    padding-inline: clamp(0.45rem, 1.1vw, 0.7rem);
    white-space: nowrap;
  }
  body[data-layout="jq"] .header-actions {
    justify-content: flex-end;
    min-width: max-content;
  }
  body[data-layout="jq"] .header-cta {
    min-height: 2.55rem;
    padding-inline: 1rem;
    white-space: nowrap;
  }
  body[data-layout="jq"] .page-shell {
    max-width: min(920px, calc(100% - 2rem));
  }
  body[data-layout="jq"] .simulator-console {
    gap: clamp(1.1rem, 2.8vw, 1.8rem);
    min-height: auto;
    padding: clamp(2rem, 5.2vw, 3.2rem) 0 clamp(1.7rem, 4vw, 2.6rem);
  }
  body[data-layout="jq"] .simulator-copy {
    max-width: min(46rem, 100%);
  }
  body[data-layout="jq"] .simulator-console h1 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 5.6vw, 3.75rem);
    line-height: 1.03;
    letter-spacing: -0.06em;
  }
  body[data-layout="jq"] .simulator-console .hero-lead {
    max-width: 44rem;
    font-size: clamp(1rem, 1.7vw, 1.08rem);
    line-height: 1.78;
  }
  body[data-layout="jq"] .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
  body[data-layout="jq"] .quick-budget-row {
    justify-content: flex-start;
    gap: 0.58rem;
  }
  body[data-layout="jq"] .budget-chip {
    padding-inline: 0.8rem;
  }
  body[data-layout="jq"] .bitcoin-history,
  body[data-layout="jq"] .operation-grid,
  body[data-layout="jq"] .resource-heading,
  body[data-layout="jq"] .resource-grid {
    max-width: min(760px, 100%);
    margin-inline: auto;
  }
  body[data-layout="jq"] .bitcoin-history__row {
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (min-width: 981px) and (max-width: 1079px) {
  body[data-layout="jq"] .operation-grid,
  body[data-layout="jq"] .resource-heading,
  body[data-layout="jq"] .resource-grid {
    max-width: min(900px, 100%);
  }
  body[data-layout="jq"] .service-card,
  body[data-layout="jq"] .operation-grid .service-card {
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.8rem 1rem;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .service-card a {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  body[data-layout="jq"] .service-card a {
    justify-self: end;
    text-align: right;
  }
}
body[data-layout="jq"] .content-page *,
body[data-layout="jq"] .site-footer * {
  min-width: 0;
}
body[data-layout="jq"] .site-footer p,
body[data-layout="jq"] .site-footer a,
body[data-layout="jq"] .footer-grid {
  overflow-wrap: anywhere;
}
body[data-layout="jq"] .site-footer .site-brand {
  white-space: normal;
}
body[data-layout="jq"] .asset-picker-control {
  min-height: 2.86rem;
}
body[data-layout="jq"] .state-strip,
body[data-layout="jq"] .control-card,
body[data-layout="jq"] .module-separator {
  background: transparent;
}
body[data-layout="jq"] .control-card,
body[data-layout="jq"] .operation-card {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
body[data-layout="jq"] .trust-strip {
  gap: 0;
  padding: 1rem 0;
}
body[data-layout="jq"] .trust-strip div {
  min-height: 0;
}
@media (max-width: 980px) {
  body[data-layout="jq"] .content-page {
    max-width: none;
  }
  body[data-layout="jq"] .service-card {
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.8rem 1rem;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .service-card a {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  body[data-layout="jq"] .service-card a {
    justify-self: end;
    text-align: right;
  }
}
@media (max-width: 768px) {
  body[data-layout="jq"] .content-page {
    padding: 0.5rem 0 2rem;
  }
  body[data-layout="jq"] .content-page p,
  body[data-layout="jq"] .content-page li,
  body[data-layout="jq"] .source-list code {
    max-width: 100%;
  }
  body[data-layout="jq"] .content-page h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.55rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  body[data-layout="jq"] .article-page h1 {
    font-size: clamp(2rem, 8.5vw, 2.85rem);
    line-height: 1.12;
  }
  body[data-layout="jq"] .article-page p,
  body[data-layout="jq"] .article-page li {
    font-size: 1.02rem;
    line-height: 1.9;
  }
  body[data-layout="jq"] .section-heading {
    margin-top: 2.6rem;
  }
  body[data-layout="jq"] .section-heading h2 {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
    line-height: 1.12;
  }
  body[data-layout="jq"] .plan-grid {
    gap: 0.6rem;
  }
}
@media (max-width: 430px) {
  body[data-layout="jq"] .service-card {
    grid-template-columns: 1fr;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .service-card a {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  body[data-layout="jq"] {
    background-size: auto, 5rem 5rem, auto;
  }
  body[data-layout="jq"] .site-header {
    padding: 0.55rem 0.82rem;
  }
  body[data-layout="jq"] .site-header__inner {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
    padding: 0;
  }
  body[data-layout="jq"] .site-brand {
    justify-content: flex-start;
    gap: 0.5rem;
    align-items: center;
    white-space: normal;
  }
  body[data-layout="jq"] .brand-mark {
    width: 1.72rem;
    height: 1.72rem;
  }
  body[data-layout="jq"] .site-brand__text {
    font-size: 0.88rem;
    letter-spacing: -0.025em;
    line-height: 1.08;
  }
  body[data-layout="jq"] .site-nav {
    justify-content: flex-end;
    align-items: center;
    gap: 0.08rem 0.5rem;
    line-height: 1.35;
  }
  body[data-layout="jq"] .site-nav a,
  body[data-layout="jq"] .text-link {
    font-size: 0.72rem;
    letter-spacing: 0;
    line-height: 1.35;
    padding: 0.1rem 0;
    text-transform: none;
  }
  body[data-layout="jq"] .page-shell {
    max-width: 100%;
    padding: 0 0.92rem 2.75rem;
  }
  body[data-layout="jq"] .hero-panel {
    margin-bottom: 2.2rem;
    padding: 1.25rem 0 1.55rem;
  }
  body[data-layout="jq"] .simulator-console {
    gap: 0.72rem;
    padding: 0.82rem 0 1.18rem;
  }
  body[data-layout="jq"] .simulator-copy,
  body[data-layout="jq"] .simulator-form {
    gap: 0.48rem;
  }
  body[data-layout="jq"] .simulator-copy,
  body[data-layout="jq"] .simulator-form,
  body[data-layout="jq"] .form-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body[data-layout="jq"] .simulator-console h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.78rem, 7.6vw, 2.12rem);
    letter-spacing: -0.052em;
    line-height: 1.12;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }
  body[data-layout="jq"] .stacked-title,
  body[data-layout="jq"] .stacked-title span {
    max-width: 100%;
    min-width: 0;
  }
  body[data-layout="jq"] .hero-lead {
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #303330;
    font-size: 0.95rem;
    line-height: 1.72;
    overflow-wrap: break-word;
    word-break: normal;
  }
  body[data-layout="jq"] .field-label-row label {
    color: #4b544f;
    font-size: 0.82rem;
    letter-spacing: 0;
    text-transform: none;
  }
  body[data-layout="jq"] .field-help p,
  body[data-layout="jq"] .form-grid .field-block:nth-child(4) .field-help p {
    position: fixed;
    z-index: 1001;
    top: var(--field-help-top, 1rem);
    right: auto;
    bottom: auto;
    left: var(--field-help-left, 0.75rem);
    width: var(--field-help-width, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(3) .field-help p {
    position: fixed;
    z-index: 1001;
    top: var(--field-help-top, 1rem);
    right: auto;
    bottom: auto;
    left: var(--field-help-left, 0.75rem);
    width: var(--field-help-width, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
  }
  body[data-layout="jq"] .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem 0.62rem;
  }
  body[data-layout="jq"] .form-grid .asset-picker-label {
    grid-column: 1;
    grid-row: 1;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  body[data-layout="jq"] .form-grid .quick-budget-row {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  body[data-layout="jq"] .form-grid select,
  body[data-layout="jq"] .form-grid input,
  body[data-layout="jq"] .unit-input,
  body[data-layout="jq"] .asset-picker-control {
    box-sizing: border-box;
    height: 2.88rem;
    min-height: 2.88rem;
    font-size: 0.96rem;
  }
  body[data-layout="jq"] .asset-picker-button {
    height: calc(2.88rem - 2px);
  }
  body[data-layout="jq"] .unit-input input {
    height: calc(2.88rem - 2px);
    min-height: 2.75rem;
  }
  body[data-layout="jq"] .quick-budget-row {
    gap: 0.36rem;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    overflow-x: visible;
    padding-top: 0;
  }
  body[data-layout="jq"] .budget-chip {
    min-height: 2.38rem;
    padding: 0.42rem 0.64rem;
    font-size: 0.9rem;
  }
  body[data-layout="jq"] .calculate-button {
    min-height: 3rem;
    margin-top: 0.15rem;
  }
  body[data-layout="jq"] .simulator-copy .hero-note {
    color: #5a625e;
    font-size: 0.84rem;
    line-height: 1.68;
  }
  body[data-layout="jq"] .result-dashboard {
    gap: 0.78rem;
    padding: 0.82rem;
  }
  body[data-layout="jq"] .result-dashboard__header {
    order: 1;
  }
  body[data-layout="jq"] .result-dashboard__header strong {
    font-size: clamp(1.25rem, 5.8vw, 1.78rem);
    line-height: 1.14;
  }
  body[data-layout="jq"] .result-dashboard__header strong.is-placeholder {
    font-size: clamp(1.03rem, 4.7vw, 1.34rem);
    line-height: 1.24;
  }
  body[data-layout="jq"] .result-assumptions {
    order: 4;
  }
  body[data-layout="jq"] .chart-panel {
    order: 2;
    min-height: 0;
    padding: 0.86rem;
  }
  body[data-layout="jq"] .line-chart-empty {
    min-height: 10.8rem;
  }
  body[data-layout="jq"] .line-chart-legend {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }
  body[data-layout="jq"] .line-chart-legend b {
    justify-content: start;
  }
  body[data-layout="jq"] .results-hero {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.55rem;
    padding-top: 0.75rem;
  }
  body[data-layout="jq"] .results-hero .hero-card {
    align-content: center;
    justify-items: center;
    min-height: 2.9rem;
  }
  body[data-layout="jq"] .results-hero .hero-card strong {
    font-size: 0.76rem;
  }
  body[data-layout="jq"] .results-hero .hero-card span {
    font-size: 0.98rem;
  }
  body[data-layout="jq"] .simulator-console:not(.is-results-empty) .simulator-guide-card--mobile {
    display: grid;
    order: 5;
    gap: 0.48rem;
    margin: 0.05rem 0 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(16, 18, 16, 0.14);
  }
  body[data-layout="jq"] .simulator-guide-card--mobile h2 {
    font-size: clamp(1.16rem, 5vw, 1.42rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
  }
  body[data-layout="jq"] .simulator-guide-card--mobile p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.72;
  }
  body[data-layout="jq"] .simulator-guide-card--mobile a {
    justify-self: start;
    font-size: 0.9rem;
  }
  body[data-layout="jq"] .detail-tabs {
    gap: 0.45rem;
    margin-top: 0.65rem;
  }
  body[data-layout="jq"] .detail-tabs button {
    padding: 0.56rem 0.72rem;
    font-size: 0.9rem;
  }
  body[data-layout="jq"] .detail-panel {
    padding: 0.85rem;
    line-height: 1.72;
  }
  body[data-layout="jq"] .operation-grid {
    width: 100%;
    gap: 0;
    margin-bottom: 2.2rem;
  }
  body[data-layout="jq"] .service-card,
  body[data-layout="jq"] .operation-grid .service-card {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0.7rem 0.85rem;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 1.05rem 0;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card li,
  body[data-layout="jq"] .service-card a,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card .state-strip--embedded,
  body[data-layout="jq"] .operation-grid .service-card p,
  body[data-layout="jq"] .operation-grid .service-card a,
  body[data-layout="jq"] .operation-grid .service-card .operation-card__body {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  body[data-layout="jq"] .operation-grid .control-card h2 {
    grid-column: 2;
    align-self: end;
    font-size: clamp(1.45rem, 6.8vw, 2rem);
    letter-spacing: -0.045em;
    line-height: 1.04;
    margin: 0 0 -0.04em;
    transform: translateY(0.035em);
    white-space: normal;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card li,
  body[data-layout="jq"] .service-card a {
    color: #151615;
    font-size: 0.98rem;
    line-height: 1.75;
  }
  body[data-layout="jq"] .card-icon {
    grid-column: 1;
    width: 2rem;
    height: 2rem;
    align-self: center;
  }
  body[data-layout="jq"] .section-heading {
    margin: 2.6rem 0 1rem;
  }
  body[data-layout="jq"] .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7vw, 2.4rem);
    line-height: 1.12;
  }
  body[data-layout="jq"] .content-page {
    max-width: min(100%, 42rem);
    margin: 0 auto 2.4rem;
    padding: 0.85rem 0 2.25rem;
  }
  body[data-layout="jq"] .article-index-page {
    margin-bottom: 0.6rem;
    padding-bottom: 0.35rem;
  }
  body[data-layout="jq"] .article-index-page + .article-index-grid {
    margin-top: 0.15rem;
  }
  body[data-layout="jq"] .content-page h1 {
    max-width: 100%;
    font-size: clamp(1.8rem, 7.4vw, 2.38rem);
    letter-spacing: -0.04em;
    line-height: 1.14;
  }
  body[data-layout="jq"] .content-page h2 {
    font-size: clamp(1.25rem, 5.2vw, 1.62rem);
    line-height: 1.35;
  }
  body[data-layout="jq"] .content-page p,
  body[data-layout="jq"] .content-page li {
    color: #1e211f;
    font-size: 0.97rem;
    line-height: 1.84;
  }
  body[data-layout="jq"] .article-page h1 {
    max-width: min(100%, 14em);
    font-size: clamp(1.72rem, 6.4vw, 2.08rem);
    line-height: 1.18;
    text-align: center;
  }
  body[data-layout="jq"] .article-page p,
  body[data-layout="jq"] .article-page li {
    font-size: 0.98rem;
    line-height: 1.86;
  }
  body[data-layout="jq"] .article-variant-switcher {
    gap: 0.62rem;
    margin: 1rem auto 1.65rem;
    padding: 0.78rem 0;
  }
  body[data-layout="jq"] .article-variant-switcher h2 {
    font-size: clamp(1.08rem, 4.8vw, 1.32rem);
    line-height: 1.25;
  }
  body[data-layout="jq"] .article-variant-switcher > p:not(.section-kicker) {
    color: #4d514e;
    font-size: 0.86rem;
    line-height: 1.7;
  }
  body[data-layout="jq"] .article-variant-preview {
    display: none;
  }
  body[data-layout="jq"] .article-variant-controls div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.38rem 0.46rem;
  }
  body[data-layout="jq"] .article-variant-controls div span {
    align-self: center;
    flex: 0 0 3.9rem;
    font-size: 0.72rem;
    letter-spacing: 0;
  }
  body[data-layout="jq"] .article-variant-controls button {
    flex: 1 1 3.25rem;
    min-height: 1.95rem;
    min-width: 3.25rem;
    padding: 0.32rem 0.58rem;
    font-size: 0.8rem;
  }
  body[data-layout="jq"] .source-list {
    padding-left: 0.95rem;
  }
  body[data-layout="jq"] .source-list code {
    font-size: 0.84rem;
    line-height: 1.55;
  }
  body[data-layout="jq"] .plan-grid,
  body[data-layout="jq"] .support-grid {
    gap: 0.85rem;
  }
  body[data-layout="jq"] .plan-card,
  body[data-layout="jq"] .support-card {
    padding: 1.1rem 0;
  }
  body[data-layout="jq"] .bottom-cta {
    margin-top: 2.3rem;
    padding-top: 1.3rem;
  }
  body[data-layout="jq"] .bitcoin-primer {
    margin-top: 2.7rem;
    padding-top: 1.2rem;
  }
  body[data-layout="jq"] .bitcoin-history__row {
    gap: 1.05rem;
  }
  body[data-layout="jq"] .bitcoin-primer__art img,
  body[data-layout="jq"] .bitcoin-history__visual--image {
    width: 100%;
  }
  body[data-layout="jq"] .bitcoin-history__visual--image {
    aspect-ratio: 16 / 10;
  }
  body[data-layout="jq"] .bitcoin-history__visual {
    min-height: 13rem;
  }
  body[data-layout="jq"] .bitcoin-primer__copy h2 {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
    line-height: 1.14;
  }
  body[data-layout="jq"] .bitcoin-primer__copy h3 {
    font-size: clamp(1.45rem, 6vw, 2rem);
    line-height: 1.18;
  }
  body[data-layout="jq"] .bitcoin-primer__copy p {
    color: #151615;
    font-size: 0.97rem;
    line-height: 1.82;
  }
  body[data-layout="jq"] .site-footer {
    margin-top: 2.3rem;
    padding: 2.4rem 0.9rem;
  }
}
@media (max-width: 430px) {
  body[data-layout="jq"] .site-header {
    padding-inline: 0.78rem;
  }
  body[data-layout="jq"] .page-shell {
    padding-inline: 0.76rem;
  }
  body[data-layout="jq"] .simulator-console h1 {
    font-size: clamp(1.74rem, 7.6vw, 2.05rem);
  }
  body[data-layout="jq"] .hero-lead {
    font-size: 0.93rem;
  }
  body[data-layout="jq"] .budget-chip {
    padding-inline: 0.52rem;
  }
  body[data-layout="jq"] .chart-panel.result-chart {
    padding-inline: 0.12rem;
  }
  body[data-layout="jq"] .line-chart-frame {
    width: calc(100% + 0.5rem);
    margin-inline: -0.25rem;
  }
  body[data-layout="jq"] .content-page h1 {
    font-size: clamp(1.72rem, 7.3vw, 2.26rem);
  }
  body[data-layout="jq"] .article-page h1 {
    font-size: clamp(1.62rem, 6.3vw, 1.98rem);
  }
  body[data-layout="jq"] .results-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body[data-layout="jq"] {
    background:
      linear-gradient(180deg, rgba(249, 248, 240, 0.98) 0%, #fffdf7 42%, #f5f2e9 100%);
    background-size: auto;
  }
  body[data-layout="jq"] p,
  body[data-layout="jq"] li,
  body[data-layout="jq"] a,
  body[data-layout="jq"] label,
  body[data-layout="jq"] input,
  body[data-layout="jq"] select,
  body[data-layout="jq"] button,
  body[data-layout="jq"] span {
    letter-spacing: normal;
  }
  body[data-layout="jq"] p,
  body[data-layout="jq"] li {
    overflow-wrap: break-word;
    word-break: normal;
    line-break: strict;
  }
  body[data-layout="jq"] .site-header {
    padding: 0.45rem 0.72rem;
    background: rgba(249, 248, 240, 0.94);
    transition:
      transform 220ms ease,
      background-color 220ms ease,
      box-shadow 220ms ease;
    will-change: transform;
  }
  body[data-layout="jq"] .site-header.site-header--hidden {
    transform: translateY(calc(-100% - 0.72rem));
    box-shadow: none;
  }
  body[data-layout="jq"] .site-header__inner {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    justify-content: stretch;
    gap: 0.35rem clamp(0.5rem, 1.8vw, 0.68rem);
    align-items: center;
  }
  body[data-layout="jq"] .site-brand {
    min-width: 0;
    gap: 0.38rem;
  }
  body[data-layout="jq"] .brand-mark {
    width: 1.55rem;
    height: 1.55rem;
  }
  body[data-layout="jq"] .site-brand__text {
    min-width: 0;
    font-size: 0.76rem;
    line-height: 1.05;
  }
  body[data-layout="jq"] .site-nav {
    flex-wrap: nowrap;
    justify-self: end;
    justify-content: space-between;
    gap: clamp(0.28rem, 1.4vw, 0.65rem);
    width: min(100%, clamp(10.4rem, 44vw, 18rem));
    min-width: 0;
  }
  body[data-layout="jq"] .site-nav a {
    flex: 0 0 auto;
    padding: 0.15rem 0;
    font-size: clamp(0.82rem, 2.45vw, 0.94rem);
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
  }
  body[data-layout="jq"] .header-actions {
    display: none;
  }
  body[data-layout="jq"] .page-shell {
    padding-inline: clamp(1rem, 4vw, 1.25rem);
    padding-bottom: 1.6rem;
  }
  body[data-layout="jq"] .simulator-console {
    gap: 1rem;
    border-bottom: 0;
    padding-top: 0.78rem;
  }
  body[data-layout="jq"] .simulator-console h1 {
    max-width: 11em;
    margin: 0;
    font-size: clamp(2rem, 8.2vw, 2.45rem);
    letter-spacing: -0.045em;
    line-height: 1.14;
  }
  body[data-layout="jq"] .hero-lead {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.82;
    margin: 0;
  }
  body[data-layout="jq"] .form-grid {
    gap: 0.72rem;
  }
  body[data-layout="jq"] .field-label-row {
    margin-bottom: 0.3rem;
  }
  body[data-layout="jq"] .form-grid select,
  body[data-layout="jq"] .form-grid input,
  body[data-layout="jq"] .unit-input,
  body[data-layout="jq"] .asset-picker-control {
    border-color: rgba(16, 18, 16, 0.18);
    height: 2.58rem;
    min-height: 2.58rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  body[data-layout="jq"] .form-grid select,
  body[data-layout="jq"] .form-grid > .field-block > input {
    padding-block: 0.42rem;
  }
  body[data-layout="jq"] .unit-input,
  body[data-layout="jq"] .asset-picker-control {
    align-items: center;
    padding-block: 0;
  }
  body[data-layout="jq"] .asset-picker-button {
    grid-template-columns: 1.58rem minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    align-items: center;
    gap: 0.45rem;
    padding-block: 0;
    padding-left: 0.58rem;
  }
  body[data-layout="jq"] .asset-picker-button .coin-icon {
    width: 1.52rem;
    height: 1.52rem;
  }
  body[data-layout="jq"] .asset-picker-button .coin-icon svg {
    width: 1.42rem;
    height: 1.42rem;
  }
  body[data-layout="jq"] .unit-input input {
    height: 100%;
    min-height: 0;
    padding-block: 0;
  }
  body[data-layout="jq"] .quick-budget-row {
    gap: 0.42rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body[data-layout="jq"] .budget-chip {
    min-width: 4.1rem;
    min-height: 2.12rem;
    padding: 0.3rem 0.54rem;
    border-color: rgba(16, 18, 16, 0.18);
    font-size: 0.86rem;
  }
  body[data-layout="jq"] .privacy-note {
    max-width: 100%;
    margin-top: 0.15rem;
    color: #585b56;
    font-size: 0.86rem;
    line-height: 1.72;
  }
  body[data-layout="jq"] .result-dashboard {
    gap: 0.9rem;
    border-color: rgba(16, 18, 16, 0.16);
    background: rgba(255, 255, 255, 0.64);
    padding: 1rem;
    padding-inline: clamp(0.42rem, 2.4vw, 0.72rem);
  }
  body[data-layout="jq"] .result-dashboard__header strong {
    font-size: clamp(1.24rem, 5.8vw, 1.7rem);
    letter-spacing: -0.035em;
    line-height: 1.2;
    text-wrap: balance;
  }
  body[data-layout="jq"] .result-chart h2 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
  body[data-layout="jq"] .chart-panel.result-chart {
    padding-inline: 0.28rem;
  }
  body[data-layout="jq"] .simulator-console.is-results-empty .chart-panel {
    padding-inline: 0.48rem;
  }
  body[data-layout="jq"] .line-chart-frame {
    border: 0;
    width: calc(100% + 0.32rem);
    margin-inline: -0.16rem;
  }
  body[data-layout="jq"] .line-chart-frame svg {
    width: 100%;
    max-width: none;
  }
  body[data-layout="jq"] .line-chart-label {
    font-size: 0.7rem;
  }
  body[data-layout="jq"] .line-chart-empty {
    min-height: 9.6rem;
    border-color: rgba(16, 18, 16, 0.12);
    background: rgba(255, 255, 255, 0.68);
    padding: 1rem;
  }
  body[data-layout="jq"] .line-chart-empty span {
    font-size: 0.88rem;
    line-height: 1.8;
  }
  body[data-layout="jq"] .results-hero {
    column-gap: 0.85rem;
  }
  body[data-layout="jq"] .results-hero .hero-card {
    min-height: 3.1rem;
  }
  body[data-layout="jq"] .service-grid {
    border-top: 0;
  }
  body[data-layout="jq"] .operation-grid {
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
  }
  body[data-layout="jq"] .service-card,
  body[data-layout="jq"] .operation-grid .service-card {
    grid-template-columns: 2.15rem minmax(0, 1fr);
    gap: 0.7rem 0.85rem;
    padding: 1.25rem 0;
    border-bottom-color: rgba(16, 18, 16, 0.13);
  }
  body[data-layout="jq"] .card-icon {
    width: 1.86rem;
    height: 1.86rem;
    font-size: 0.74rem;
  }
  body[data-layout="jq"] .operation-grid .control-card h2,
  body[data-layout="jq"] .service-card h2 {
    grid-column: 2;
    align-self: center;
    font-size: clamp(1.45rem, 6.3vw, 2rem);
    letter-spacing: -0.04em;
    line-height: 1.16;
    text-wrap: balance;
    white-space: normal;
  }
  body[data-layout="jq"] .operation-grid .control-card h2 {
    align-self: end;
    margin: 0 0 -0.05em;
    font-size: clamp(1.52rem, 6.6vw, 2.08rem);
    line-height: 1.03;
    transform: translateY(0.04em);
  }
  body[data-layout="jq"] .operation-grid .control-card .card-icon {
    width: 1.58rem;
    height: 1.58rem;
    align-self: end;
    font-size: 0.62rem;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card .operation-card__body,
  body[data-layout="jq"] .service-card a {
    grid-column: 1 / -1;
  }
  body[data-layout="jq"] .service-card p,
  body[data-layout="jq"] .service-card li,
  body[data-layout="jq"] .service-card a {
    font-size: 0.97rem;
    line-height: 1.82;
  }
  body[data-layout="jq"] .operation-grid .control-card > a {
    justify-self: end;
    text-align: right;
  }
  body[data-layout="jq"] .section-heading {
    margin: 2.7rem 0 1rem;
  }
  body[data-layout="jq"] .section-heading h2 {
    font-size: clamp(1.75rem, 7.1vw, 2.35rem);
    line-height: 1.18;
  }
  body[data-layout="jq"] .resource-heading h2 {
    font-size: clamp(1.78rem, 7.5vw, 2.25rem);
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: keep-all;
  }
  body[data-layout="jq"] .bitcoin-primer {
    margin-top: 2.8rem;
    padding-top: 0;
    border-top: 0;
  }
  body[data-layout="jq"] .mobile-image-width-toggle {
    display: flex;
    order: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 0.42rem;
    margin: 0 0 -0.1rem;
    color: #4f534e;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
  }
  body[data-layout="jq"] .mobile-image-width-toggle button {
    min-height: 2rem;
    padding: 0.28rem 0.58rem;
    border: 1px solid rgba(16, 18, 16, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #111;
    font-size: 0.78rem;
    font-weight: 900;
  }
  body[data-layout="jq"] .mobile-image-width-toggle button.is-active {
    border-color: #111;
    background: #111;
    color: #fffdf7;
  }
  body[data-layout="jq"] .bitcoin-history__row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.15rem;
    margin-bottom: 1.25rem;
  }
  body[data-layout="jq"] .bitcoin-primer__copy {
    display: contents;
  }
  body[data-layout="jq"] .bitcoin-history__row .eyebrow {
    display: none;
  }
  body[data-layout="jq"] .bitcoin-history-mobile-kicker {
    display: block;
    order: 1;
    margin: 0 0 0.1rem;
    color: #111;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.2;
  }
  body[data-layout="jq"] .bitcoin-primer__copy h2 {
    order: 2;
    margin: 0;
    font-size: clamp(1.34rem, 5.65vw, 1.82rem);
    line-height: 1.18;
    text-wrap: balance;
  }
  body[data-layout="jq"] .bitcoin-primer__copy h3 {
    order: 2;
    margin: 0;
    font-size: clamp(1.2rem, 5.05vw, 1.58rem);
    line-height: 1.28;
    text-wrap: balance;
  }
  body[data-layout="jq"] .bitcoin-history__row .bitcoin-primer__art,
  body[data-layout="jq"] .bitcoin-history__row .bitcoin-history__visual {
    order: 3;
    margin: 0.1rem 0 0.2rem;
  }
  body[data-layout="jq"] .bitcoin-primer__copy p {
    order: 4;
    margin: 0;
    color: #1e211f;
    font-size: 0.97rem;
    font-weight: 500;
    line-height: 1.88;
  }
  body[data-layout="jq"] .operation-grid .operation-card__body p {
    color: #1e211f;
    font-weight: 500;
  }
  body[data-layout="jq"] .bitcoin-primer__copy .bitcoin-history-mobile-kicker {
    order: 1;
    margin: 0 0 0.1rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  body[data-layout="jq"] .bitcoin-primer__copy .secondary-link {
    order: 5;
    margin-top: 0.1rem;
  }
  body[data-layout="jq"] .bitcoin-primer__art img,
  body[data-layout="jq"] .bitcoin-history__visual--image {
    width: 100%;
    border: 0;
  }
  body[data-layout="jq"] .bitcoin-history[data-history-image-mode="bleed"] .bitcoin-history__row .bitcoin-primer__art,
  body[data-layout="jq"] .bitcoin-history[data-history-image-mode="bleed"] .bitcoin-history__row .bitcoin-history__visual {
    justify-self: center;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body[data-layout="jq"] .bitcoin-history[data-history-image-mode="bleed"] .bitcoin-primer__art img,
  body[data-layout="jq"] .bitcoin-history[data-history-image-mode="bleed"] .bitcoin-history__visual--image img {
    width: 100%;
    max-width: none;
  }
  body[data-layout="jq"] .bitcoin-history[data-history-image-mode="bleed"] .bitcoin-primer__art figcaption {
    box-sizing: border-box;
    max-width: none;
    padding-inline: clamp(1rem, 4vw, 1.25rem);
  }
  body[data-layout="jq"] .bitcoin-primer__art figcaption {
    color: #555852;
    font-size: 0.76rem;
    line-height: 1.6;
  }
  body[data-layout="jq"] .bitcoin-history__visual--image {
    aspect-ratio: 16 / 10.5;
    min-height: 0;
    background: #ecebe3;
  }
  body[data-layout="jq"] .bitcoin-history__visual--pizza {
    background: #ecebe3 url("/assets/bitcoin-pizza-day-mobile.jpg") center / cover no-repeat;
  }
  body[data-layout="jq"] .bitcoin-history__visual--etf {
    background: #ecebe3 url("/assets/securities-bitcoin-contrast-mobile.jpg") center / cover no-repeat;
  }
  body[data-layout="jq"] .bitcoin-history__visual--future {
    background: #ecebe3 url("/assets/bitcoin-future-oil-tanker-mobile.jpg") center / cover no-repeat;
  }
  body[data-layout="jq"] .content-page {
    max-width: 100%;
    margin-bottom: 2.4rem;
    padding: 0.75rem 0 2rem;
  }
  body[data-layout="jq"] .article-index-page {
    margin-bottom: 0.25rem;
    padding-bottom: 0.2rem;
  }
  body[data-layout="jq"] .article-index-page + .article-index-grid {
    margin-top: 0;
  }
  body[data-layout="jq"] .page-shell > .content-page:last-child {
    margin-bottom: 0.9rem;
    padding-bottom: 1rem;
  }
  body[data-layout="jq"] .content-page h1,
  body[data-layout="jq"] .article-page h1 {
    max-width: 100%;
    font-size: clamp(1.52rem, 5.85vw, 1.98rem);
    letter-spacing: -0.025em;
    line-height: 1.26;
    text-wrap: balance;
  }
  body[data-layout="jq"] .article-page {
    text-align: left;
  }
  body[data-layout="jq"] .article-page h1 {
    text-align: left;
  }
  body[data-layout="jq"] .content-page h2,
  body[data-layout="jq"] .article-page h2 {
    font-size: clamp(1.18rem, 4.75vw, 1.5rem);
    line-height: 1.38;
    text-align: left;
    text-wrap: balance;
  }
  body[data-layout="jq"] .article-page h3 {
    font-size: 1.06rem;
    line-height: 1.55;
    text-align: left;
  }
  body[data-layout="jq"] .content-page p,
  body[data-layout="jq"] .content-page li,
  body[data-layout="jq"] .article-page p,
  body[data-layout="jq"] .article-page li {
    color: #1e211f;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.88;
  }
  body[data-layout="jq"] .article-variant-switcher {
    margin: 1rem 0 1.6rem;
    padding: 0.85rem 0;
  }
  body[data-layout="jq"] .article-variant-switcher h2 {
    font-size: 1.15rem;
    line-height: 1.35;
  }
  body[data-layout="jq"] .article-variant-switcher > p:not(.section-kicker),
  body[data-layout="jq"] .article-variant-preview {
    display: none;
  }
  body[data-layout="jq"] .article-variant-controls {
    gap: 0.55rem;
  }
  body[data-layout="jq"] .article-variant-controls div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.34rem 0.38rem;
    align-items: center;
  }
  body[data-layout="jq"] .article-variant-controls div span {
    flex: 0 0 100%;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  body[data-layout="jq"] .article-variant-controls button {
    flex: 1 1 3rem;
    min-width: 0;
    min-height: 2.05rem;
    padding: 0.3rem 0.42rem;
    font-size: 0.78rem;
  }
  body[data-layout="jq"] .resource-grid {
    margin-bottom: 1.1rem;
  }
  body[data-layout="jq"] .article-index-grid {
    gap: 0.8rem;
    margin-top: 1.2rem;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.55rem 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(16, 18, 16, 0.14);
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.58);
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card .card-icon {
    width: 1.86rem;
    height: 1.86rem;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card h2 {
    grid-column: 2;
    margin: 0;
    font-size: 1.03rem;
    letter-spacing: -0.01em;
    line-height: 1.48;
    text-align: left;
    text-wrap: auto;
    word-break: normal;
    line-break: strict;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card h2 a {
    display: block;
    width: 100%;
    color: #121512;
    text-align: left;
    text-align-last: left;
    overflow-wrap: break-word;
    word-break: normal;
    line-break: strict;
    text-wrap: auto;
    text-decoration: none;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card .operation-card__body {
    grid-column: 1 / -1;
    margin: 0.1rem 0 0;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card .operation-card__body p {
    margin: 0;
    color: #343833;
    font-size: 0.92rem;
    line-height: 1.72;
  }
  body[data-layout="jq"] .article-index-grid .article-guide-card > a {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 0.36rem 0.76rem;
    border: 1px solid rgba(16, 18, 16, 0.22);
    border-radius: 999px;
    color: #111;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
  }
  body[data-layout="jq"] .article-guide-list {
    display: grid;
    gap: 0;
    padding-left: 0;
    counter-reset: guide-list;
    list-style: none;
  }
  body[data-layout="jq"] .article-guide-list li {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: 0.45rem;
    align-items: center;
    padding: 0.68rem 0;
    border-bottom: 1px solid rgba(16, 18, 16, 0.12);
    counter-increment: guide-list;
  }
  body[data-layout="jq"] .article-guide-card--plain,
  body[data-layout="jq"] .article-guide-list li:last-child {
    border-bottom: 0;
  }
  body[data-layout="jq"] .article-guide-list li::before {
    content: counter(guide-list, decimal-leading-zero);
    display: inline-grid;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    background: #111;
    color: #fffdf7;
    font-size: 0.68rem;
    font-weight: 900;
  }
  body[data-layout="jq"] .article-guide-list a {
    display: block;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    color: #101310;
    font-size: 0.93rem;
    line-height: 1.55;
    text-align: left;
    text-align-last: left;
    overflow-wrap: break-word;
    word-break: normal;
    line-break: strict;
    text-wrap: auto;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.18em;
  }
  body[data-layout="jq"] .site-footer {
    margin-top: 0.35rem;
    padding: 2.4rem 1rem 2.7rem;
  }
  body[data-layout="jq"] .footer-grid {
    gap: 1.55rem;
  }
  body[data-layout="jq"] .site-footer p,
  body[data-layout="jq"] .site-footer a {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}
@media (min-width: 981px) {
  body[data-layout="jq"] .wide-copy-page {
    max-width: 1100px;
  }
  body[data-layout="jq"] .wide-copy-page p,
  body[data-layout="jq"] .wide-copy-page li {
    max-width: 86ch;
  }
}
@media (min-width: 769px) {
  body[data-layout="jq"] .article-guide-list {
    padding-left: 1.55rem;
  }
  body[data-layout="jq"] .article-guide-list li {
    padding-block: 0.82rem;
  }
  body[data-layout="jq"] .article-guide-list li::marker {
    color: #111;
    font-size: 1.2em;
    font-weight: 900;
  }
  body[data-layout="jq"] .article-guide-list a {
    color: #101310;
    font-size: clamp(1.16rem, 1.38vw, 1.42rem);
    font-weight: 900;
    line-height: 1.55;
    text-decoration-thickness: 0.055em;
    text-underline-offset: 0.2em;
  }
  body[data-layout="jq"] .content-page:not(.article-page) h1 {
    max-width: none;
    overflow-wrap: normal;
    word-break: keep-all;
    line-break: strict;
    white-space: nowrap;
  }
}
@media (max-width: 430px) {
  body[data-layout="jq"] .page-shell {
    padding-inline: 0.92rem;
    padding-bottom: 0.7rem;
  }
  body[data-layout="jq"] .site-header__inner {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    justify-content: start;
    gap: 0.3rem 0.42rem;
  }
  body[data-layout="jq"] .site-brand__text {
    font-size: 0.7rem;
  }
  body[data-layout="jq"] .site-nav {
    justify-self: end;
    justify-content: space-between;
    width: min(100%, 10.4rem);
    gap: 0.24rem;
  }
  body[data-layout="jq"] .site-nav a {
    font-size: 0.82rem;
  }
  body[data-layout="jq"] .site-footer {
    margin-top: 0.25rem;
    padding-top: 2rem;
    padding-bottom: 2.1rem;
  }
  body[data-layout="jq"] .site-footer .site-brand {
    gap: 0.48rem;
    white-space: nowrap;
  }
  body[data-layout="jq"] .site-footer .brand-mark {
    width: 1.75rem;
    height: 1.75rem;
  }
  body[data-layout="jq"] .site-footer .site-brand__text {
    display: inline;
    font-size: clamp(0.95rem, 4.35vw, 1.12rem);
    line-height: 1;
    white-space: nowrap;
  }
  body[data-layout="jq"] .site-footer .site-brand__text span {
    display: inline;
  }
  body[data-layout="jq"] .site-footer .site-brand__text span + span::before {
    content: "";
  }
  body[data-layout="jq"] .site-footer .site-brand + p {
    margin: 0.12rem 0 0;
    line-height: 1.55;
  }
  body[data-layout="jq"] .footer-grid {
    gap: 1.05rem;
  }
  body[data-layout="jq"] .footer-links {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: none;
    gap: 0.5rem;
  }
  body[data-layout="jq"] .simulator-console h1 {
    font-size: clamp(1.9rem, 8.1vw, 2.24rem);
  }
  body[data-layout="jq"] .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-layout="jq"] .form-grid .asset-picker-label {
    grid-column: 1;
    grid-row: 1;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  body[data-layout="jq"] .form-grid .field-block:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  body[data-layout="jq"] .form-grid .quick-budget-row {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  body[data-layout="jq"] .quick-budget-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body[data-layout="jq"] .budget-chip {
    min-width: calc(50% - 0.25rem);
  }
  body[data-layout="jq"] .results-hero {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  body[data-layout="jq"] .site-header {
    transition: none;
  }
}
@media (max-width: 340px) {
  body[data-layout="jq"] .site-header {
    padding-inline: 0.56rem;
  }
  body[data-layout="jq"] .site-header__inner {
    gap: 0.24rem;
  }
  body[data-layout="jq"] .site-brand {
    gap: 0.28rem;
  }
  body[data-layout="jq"] .brand-mark {
    width: 1.34rem;
    height: 1.34rem;
    flex-basis: 1.34rem;
  }
  body[data-layout="jq"] .site-brand__text {
    font-size: 0.62rem;
    letter-spacing: -0.04em;
    line-height: 1.03;
  }
  body[data-layout="jq"] .site-nav {
    width: auto;
    gap: 0.34rem;
    justify-content: flex-end;
  }
  body[data-layout="jq"] .site-nav a {
    font-size: 0.72rem;
    letter-spacing: -0.02em;
  }
  body[data-layout="jq"] .page-shell {
    padding-inline: 0.64rem;
  }
  body[data-layout="jq"] .simulator-console h1 {
    max-width: 100%;
    font-size: clamp(1.62rem, 7.8vw, 1.72rem);
    letter-spacing: -0.055em;
  }
  body[data-layout="jq"] .resource-heading h2 {
    font-size: clamp(1.42rem, 7vw, 1.55rem);
    letter-spacing: -0.04em;
  }
  body[data-layout="jq"] .budget-chip {
    min-width: calc(50% - 0.25rem);
    padding-inline: 0.32rem;
    font-size: 0.82rem;
  }
  body[data-layout="jq"] .site-footer .site-brand {
    gap: 0.36rem;
  }
  body[data-layout="jq"] .site-footer .brand-mark {
    width: 1.55rem;
    height: 1.55rem;
    flex-basis: 1.55rem;
  }
  body[data-layout="jq"] .site-footer .site-brand__text {
    font-size: 0.84rem;
    letter-spacing: -0.02em;
  }
  body[data-layout="jq"] .site-footer p {
    font-size: 0.9rem;
  }
}
