:root {
  color-scheme: light;
  --bg: #f6f0e7;
  --bg-gradient:
    radial-gradient(circle at top left, rgba(197, 95, 42, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(28, 112, 108, 0.12), transparent 28%),
    linear-gradient(180deg, #fff9f2 0%, #f6f0e7 54%, #efe4d7 100%);
  --panel: rgba(255, 252, 247, 0.9);
  --panel-strong: #fffdf9;
  --panel-muted: rgba(255, 248, 238, 0.86);
  --line: rgba(54, 36, 24, 0.1);
  --line-strong: rgba(54, 36, 24, 0.18);
  --text: #231b15;
  --muted: #655649;
  --accent: #c45f27;
  --accent-deep: #8f4013;
  --accent-soft: rgba(196, 95, 39, 0.12);
  --teal: #156a66;
  --teal-soft: rgba(21, 106, 102, 0.12);
  --danger: #a33c2e;
  --danger-soft: rgba(163, 60, 46, 0.12);
  --shadow-lg: 0 32px 80px rgba(56, 36, 20, 0.12);
  --shadow-md: 0 20px 48px rgba(56, 36, 20, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

/* Final Radar alignment override. Keep this block last. */
:root {
  --radar-bg: #f6f8fb;
  --radar-surface: #ffffff;
  --radar-line: #dbe4ef;
  --radar-ink: #111827;
  --radar-midnight: #252238;
  --radar-muted: #64748b;
  --radar-primary: #0891b2;
  --radar-primary-dark: #075985;
  --radar-cyan: #0891b2;
  --radar-alert: #c2410c;
  --color-bg: var(--radar-bg);
  --color-bg-soft: #eef5fb;
  --color-surface: var(--radar-surface);
  --color-text: var(--radar-ink);
  --color-text-soft: var(--radar-midnight);
  --color-muted: var(--radar-muted);
  --color-border: var(--radar-line);
  --color-border-strong: #c9d6e5;
  --color-accent: var(--radar-primary);
  --color-accent-hover: var(--radar-primary-dark);
  --color-accent-foreground: #ffffff;
  --color-gold: var(--radar-cyan);
}

body {
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.05), transparent 320px),
    var(--radar-bg);
  color: var(--radar-ink);
}

.topbar {
  min-height: 64px;
  border-bottom-color: var(--radar-line);
  background: rgba(248, 250, 252, 0.94);
}

.topbar__label,
.eyebrow,
.section-kicker {
  color: var(--radar-primary);
  font-weight: 900;
}

.topbar__title,
.topbar__nav a {
  color: var(--radar-ink);
  font-weight: 900;
}

.topbar__nav a.is-active,
.topbar__nav a:hover {
  border-bottom-color: var(--radar-primary);
  color: var(--radar-primary);
}

.hero--product,
.hero {
  width: min(1180px, calc(100% - 64px));
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--radar-line);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.hero h1,
h1 {
  max-width: 780px;
  color: var(--radar-ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.lead {
  max-width: 760px;
  color: var(--radar-midnight);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.button,
.button-primary,
.button-secondary {
  min-height: 46px;
  border-color: var(--radar-primary);
  border-radius: 12px;
  background: var(--radar-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 145, 178, 0.18);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
  border-color: var(--radar-primary-dark);
  background: var(--radar-primary-dark);
}

.button-ghost {
  border-color: var(--radar-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--radar-ink);
  box-shadow: none;
}

.hero-panel--aside {
  padding-left: 0;
  border-left: 0;
}

.verify-console {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--radar-line);
  background: rgba(255, 255, 255, 0.86);
}

.console-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--radar-line);
  color: var(--radar-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.console-head strong,
.data-grid span,
.matrix-table span,
.feature-row h3,
.comparison-rows span,
.public-row--head,
.public-row--head span,
.public-row span:first-child {
  color: var(--radar-cyan);
  font-weight: 900;
}

.verify-console p,
.data-grid p,
.matrix-table p,
.feature-row p,
.comparison-rows p {
  color: var(--radar-muted);
  font-size: 13px;
}

.section {
  padding: 56px 0;
}

.section-white {
  background: transparent;
}

.section-tint {
  background: rgba(255, 255, 255, 0.42);
}

.section-dark {
  background: var(--radar-ink);
  color: #fff;
}

.section-dark h2,
.section-dark h3,
.section-dark .comparison-rows span {
  color: #fff;
}

.section-dark p,
.section-dark .comparison-rows p {
  color: #cbd5e1;
}

.split-rule,
.dark-grid {
  display: grid;
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.split-rule h2,
.dark-grid h2,
h2,
.section-title,
.page-title {
  max-width: 720px;
  color: var(--radar-ink);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.data-grid,
.matrix-table,
.public-list,
.feature-list,
.comparison-rows {
  border-top: 1px solid var(--radar-line);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.data-grid > div,
.matrix-table > div,
.feature-row,
.comparison-rows > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 6px 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--radar-line);
}

.data-grid strong {
  color: var(--radar-ink);
  font-size: 18px;
}

.data-grid p,
.matrix-table p,
.matrix-table a,
.feature-row p,
.comparison-rows p {
  grid-column: 2;
}

.matrix-table a {
  color: var(--radar-primary);
  font-weight: 900;
}

.public-row {
  grid-template-columns: 132px minmax(0, 1fr) minmax(120px, 0.25fr);
  border-bottom-color: var(--radar-line);
}

.public-row:hover,
.matrix-table a:hover {
  color: var(--radar-primary-dark);
}

.final-band {
  width: min(1180px, calc(100% - 64px));
  border-color: var(--radar-line);
}

.final-band--cool {
  background: transparent;
}

input,
select,
textarea {
  min-height: 48px;
  border: 1px solid var(--radar-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
}

@media (max-width: 1023px) {
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid {
    width: min(100% - 40px, 1180px);
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .topbar,
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid,
  .final-band {
    width: min(100% - 28px, 1180px);
  }

  .hero--product,
  .hero {
    display: block;
    padding: 34px 0 20px;
  }

  .hero h1,
  h1 {
    max-width: none;
    font-size: 29px;
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
  }

  .lead {
    font-size: 15px;
  }

  .verify-console {
    margin-top: 22px;
    padding: 18px;
  }

  .section {
    padding: 44px 0;
  }

  .split-rule h2,
  .dark-grid h2,
  h2,
  .section-title,
  .page-title {
    font-size: 24px;
    line-height: 1.35;
  }

  .data-grid > div,
  .matrix-table > div,
  .feature-row,
  .comparison-rows > div,
  .public-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .data-grid p,
  .matrix-table p,
  .matrix-table a,
  .feature-row p,
  .comparison-rows p {
    grid-column: 1;
  }
}

/* Radar reference theme 2026-06-01. */
:root {
  --radar-bg: #f6f8fb;
  --radar-surface: #ffffff;
  --radar-line: #dbe4ef;
  --radar-ink: #111827;
  --radar-midnight: #252238;
  --radar-muted: #64748b;
  --radar-primary: #0891b2;
  --radar-primary-dark: #075985;
  --radar-cyan: #0891b2;
  --radar-alert: #c2410c;
  --color-bg: var(--radar-bg);
  --color-bg-soft: #eef5fb;
  --color-surface: var(--radar-surface);
  --color-text: var(--radar-ink);
  --color-text-soft: var(--radar-midnight);
  --color-muted: var(--radar-muted);
  --color-border: var(--radar-line);
  --color-border-strong: #c9d6e5;
  --color-accent: var(--radar-primary);
  --color-accent-hover: var(--radar-primary-dark);
  --color-accent-foreground: #ffffff;
  --color-gold: var(--radar-cyan);
}

body {
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.05), transparent 320px),
    var(--radar-bg);
  color: var(--radar-ink);
}

.topbar {
  min-height: 64px;
  border-bottom-color: var(--radar-line);
  background: rgba(248, 250, 252, 0.94);
}

.topbar__label,
.eyebrow,
.section-kicker {
  color: var(--radar-primary);
  font-weight: 900;
}

.topbar__title {
  color: var(--radar-ink);
  font-weight: 900;
}

.topbar__nav a {
  color: var(--radar-ink);
  font-weight: 900;
}

.topbar__nav a.is-active,
.topbar__nav a:hover {
  border-bottom-color: var(--radar-primary);
  color: var(--radar-primary);
}

.hero--product,
.hero {
  width: min(1180px, calc(100% - 64px));
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--radar-line);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.hero h1,
h1 {
  max-width: 780px;
  color: var(--radar-ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.lead {
  max-width: 760px;
  color: var(--radar-midnight);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.button,
.button-primary,
.button-secondary {
  min-height: 46px;
  border-color: var(--radar-primary);
  border-radius: 12px;
  background: var(--radar-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 145, 178, 0.18);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
  border-color: var(--radar-primary-dark);
  background: var(--radar-primary-dark);
}

.button-ghost,
.button-secondary + .button-secondary {
  border-color: var(--radar-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--radar-ink);
  box-shadow: none;
}

.hero-panel--aside {
  padding-left: 0;
  border-left: 0;
}

.verify-console {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--radar-line);
  background: rgba(255, 255, 255, 0.86);
}

.console-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--radar-line);
  color: var(--radar-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.console-head strong {
  color: var(--radar-cyan);
}

.verify-console p {
  color: var(--radar-muted);
  font-size: 13px;
}

.section {
  padding: 56px 0;
}

.section-white {
  background: transparent;
}

.section-tint {
  background: rgba(255, 255, 255, 0.42);
}

.section-dark {
  background: var(--radar-ink);
  color: #fff;
}

.section-dark h2,
.section-dark h3,
.section-dark .comparison-rows span {
  color: #fff;
}

.section-dark p,
.section-dark .comparison-rows p {
  color: #cbd5e1;
}

.split-rule,
.dark-grid {
  display: grid;
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.split-rule h2,
.dark-grid h2,
h2,
.section-title,
.page-title {
  max-width: 720px;
  color: var(--radar-ink);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.data-grid,
.matrix-table,
.public-list,
.feature-list,
.comparison-rows {
  border-top: 1px solid var(--radar-line);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.data-grid > div,
.matrix-table > div,
.feature-row,
.comparison-rows > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 6px 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--radar-line);
}

.data-grid span,
.matrix-table span,
.feature-row h3,
.comparison-rows span {
  color: var(--radar-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.data-grid strong {
  color: var(--radar-ink);
  font-size: 18px;
}

.data-grid p,
.matrix-table p,
.feature-row p,
.comparison-rows p {
  grid-column: 2;
  color: var(--radar-muted);
  font-size: 13px;
}

.matrix-table a {
  grid-column: 2;
  color: var(--radar-primary);
  font-weight: 900;
}

.public-row {
  grid-template-columns: 132px minmax(0, 1fr) minmax(120px, 0.25fr);
  border-bottom-color: var(--radar-line);
}

.public-row--head,
.public-row--head span,
.public-row span:first-child {
  color: var(--radar-cyan);
  font-weight: 900;
}

.public-row:hover,
.matrix-table a:hover {
  color: var(--radar-primary-dark);
}

.final-band {
  width: min(1180px, calc(100% - 64px));
  border-color: var(--radar-line);
}

.final-band--cool {
  background: transparent;
}

input,
select,
textarea {
  min-height: 48px;
  border: 1px solid var(--radar-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
}

@media (max-width: 1023px) {
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid {
    width: min(100% - 40px, 1180px);
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .topbar,
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid,
  .final-band {
    width: min(100% - 28px, 1180px);
  }

  .hero--product,
  .hero {
    padding: 34px 0 20px;
    display: block;
  }

  .hero h1,
  h1 {
    max-width: none;
    font-size: 29px;
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
  }

  .lead {
    font-size: 15px;
  }

  .hero-actions {
    gap: 10px;
  }

  .verify-console {
    margin-top: 22px;
    padding: 18px;
  }

  .section {
    padding: 44px 0;
  }

  .split-rule h2,
  .dark-grid h2,
  h2,
  .section-title,
  .page-title {
    font-size: 24px;
    line-height: 1.35;
  }

  .data-grid > div,
  .matrix-table > div,
  .feature-row,
  .comparison-rows > div,
  .public-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .data-grid p,
  .matrix-table p,
  .matrix-table a,
  .feature-row p,
  .comparison-rows p {
    grid-column: 1;
  }
}

/* Commercial editorial UI override: no repeated cards, no decorative SaaS styling. */
:root {
  --color-bg: #f6f2ea;
  --color-bg-soft: #eee7dc;
  --color-surface: #fbfaf6;
  --color-text: #17130f;
  --color-text-soft: #3a332c;
  --color-muted: #756d62;
  --color-border: rgba(23, 19, 15, 0.16);
  --color-border-strong: rgba(23, 19, 15, 0.32);
  --color-accent: #0f3d2e;
  --color-accent-hover: #0a2f24;
  --color-accent-foreground: #fffdf7;
  --color-gold: #b08a45;
  --color-gold-soft: #d7c39a;
  --color-danger: #9f2d20;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", system-ui, sans-serif;
  --container: 1120px;
  --container-wide: 1320px;
  --section-y: clamp(72px, 10vw, 144px);
  --section-y-tight: clamp(56px, 7vw, 104px);
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --bg: var(--color-bg);
  --bg-gradient: var(--color-bg);
  --panel: transparent;
  --panel-strong: transparent;
  --panel-muted: transparent;
  --line: var(--color-border);
  --line-strong: var(--color-border-strong);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --accent: var(--color-accent);
  --accent-deep: var(--color-accent-hover);
  --accent-soft: transparent;
  --teal: var(--color-accent);
  --teal-soft: transparent;
  --danger: var(--color-danger);
  --danger-soft: transparent;
  --shadow-lg: none;
  --shadow-md: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
}

html {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: clamp(15px, 0.35vw + 14px, 18px);
  line-height: 1.85;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  max-width: 11em;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1.05;
}

h2,
.section-title,
.page-title {
  max-width: 12em;
  font-size: clamp(30px, 4.5vw, 60px);
  line-height: 1.12;
}

h3 {
  max-width: 18em;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
}

p {
  max-width: 38em;
  margin: 0;
  color: var(--color-muted);
}

.page-shell {
  width: 100%;
  margin: 0;
  padding: 0;
}

.topbar {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  padding: 24px 0;
  border-top: 0;
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  box-shadow: none;
}

.topbar__brand {
  gap: 5px;
}

.topbar__label {
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar__title {
  color: var(--color-text);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.topbar__nav {
  gap: 20px;
}

.topbar__nav a {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--color-text-soft);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.topbar__nav a.is-active,
.topbar__nav a:hover {
  border-bottom-color: var(--color-accent);
  background: transparent;
  color: var(--color-accent);
}

.hero {
  display: grid;
  width: min(100% - 40px, var(--container-wide));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.hero-panel,
.surface,
.metric-card,
.feature-card,
.info-card,
.section-panel,
.card,
.empty-state,
.form-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-panel {
  padding: 0;
}

.hero-panel--aside {
  padding: 0 0 0 clamp(28px, 5vw, 72px);
  border-left: 1px solid var(--color-border);
}

.eyebrow,
.section-kicker,
.badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead {
  max-width: 34em;
  margin-top: 28px;
  color: var(--color-text-soft);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 500;
  line-height: 1.8;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
.button-primary,
.button-secondary,
.button-ghost {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button,
.button-primary,
.button-secondary {
  border: 1px solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-accent-foreground);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
  border-color: var(--color-accent-hover);
  background: var(--color-accent-hover);
  color: var(--color-accent-foreground);
  transform: translateY(-1px);
}

.button-ghost {
  border: 1px solid var(--color-border-strong);
  background: transparent;
  color: var(--color-text);
}

.button-ghost:hover {
  border-color: var(--color-accent);
  background: transparent;
  color: var(--color-accent);
}

.section {
  width: 100%;
  margin: 0;
  padding: var(--section-y) 0;
  border-top: 0;
}

.section-soft {
  background: var(--color-bg-soft);
}

.section-head,
.container,
.container-wide {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section-head {
  margin-bottom: var(--space-xl);
}

.section-copy {
  margin-top: 24px;
}

.feature-layout {
  display: grid;
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.feature-list,
.public-list,
.comparison-rows,
.process-rail {
  border-top: 1px solid var(--color-border);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 0.58fr);
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
}

.feature-row p {
  color: var(--color-muted);
}

.process-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-rail li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
}

.process-rail li span {
  grid-row: span 2;
  color: var(--color-gold);
  font-weight: 700;
}

.process-rail li strong {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.4;
}

.process-rail li p {
  font-size: 14px;
  line-height: 1.7;
}

.public-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 0.45fr) minmax(120px, 0.23fr);
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
}

.public-row:hover {
  color: var(--color-accent);
}

.public-row span {
  min-width: 0;
}

.public-row span:nth-child(2),
.public-row span:nth-child(3) {
  color: var(--color-muted);
}

.public-row--head {
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-row--head span {
  color: var(--color-gold);
}

.empty-line {
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-muted);
}

.verify-strip {
  border-top: 1px solid var(--color-border);
  padding-top: 28px;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) auto;
  gap: 18px;
  align-items: end;
}

.inline-form label,
label {
  display: grid;
  gap: 8px;
  color: var(--color-text);
  font-weight: 700;
}

.inline-form label span {
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-border-strong);
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-accent);
  box-shadow: none;
  outline: 2px solid transparent;
}

.verify-result-line {
  margin-top: 24px;
}

.comparison {
  display: grid;
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 96px);
}

.comparison-rows > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 0.65fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
}

.comparison-rows span {
  color: var(--color-text);
  font-weight: 700;
}

.final-band {
  display: flex;
  width: min(100% - 40px, var(--container));
  margin: 0 auto var(--section-y);
  padding: clamp(44px, 7vw, 76px) 0;
  border-top: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.metric-grid,
.feature-grid,
.rule-grid,
.creator-grid {
  display: block;
}

.metric-card,
.feature-card,
.info-card,
.card,
.surface,
.section-panel,
.empty-state,
.form-card,
.list-row,
.result-box {
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.metric-card strong {
  display: block;
  margin: 4px 0;
  color: var(--color-text);
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.1;
}

.notice,
.warning {
  border-left: 3px solid var(--color-gold);
  border-radius: 0;
  background: transparent;
  color: var(--color-text-soft);
}

.status-badge {
  border-radius: 999px;
  border: 1px solid var(--color-border-strong);
  background: transparent;
  color: var(--color-text);
}

.footer-note {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1024px) {
  .topbar {
    align-items: flex-start;
  }

  .topbar__nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .feature-layout,
  .comparison {
    grid-template-columns: 1fr;
  }

  .hero-panel--aside {
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 640px) {
  :root {
    --section-y: 72px;
    --section-y-tight: 56px;
  }

  .topbar,
  .hero,
  .section-head,
  .container,
  .container-wide,
  .feature-layout,
  .comparison,
  .final-band,
  .footer-note {
    width: min(100% - 28px, var(--container));
  }

  .topbar {
    display: grid;
    padding: 18px 0;
  }

  .topbar__nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
  }

  .topbar__nav a {
    width: auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .hero {
    padding: 64px 0 72px;
    gap: 42px;
  }

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

  h2,
  .section-title,
  .page-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-row,
  .comparison-rows > div,
  .public-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .public-row--head {
    display: none;
  }

  .final-band {
    display: grid;
    margin-bottom: 72px;
  }

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

/* Final Radar alignment override. Keep this block last. */
:root {
  --radar-bg: #f6f8fb;
  --radar-surface: #ffffff;
  --radar-line: #dbe4ef;
  --radar-ink: #111827;
  --radar-midnight: #252238;
  --radar-muted: #64748b;
  --radar-primary: #0891b2;
  --radar-primary-dark: #075985;
  --radar-cyan: #0891b2;
  --radar-alert: #c2410c;
  --color-bg: var(--radar-bg);
  --color-bg-soft: #eef5fb;
  --color-surface: var(--radar-surface);
  --color-text: var(--radar-ink);
  --color-text-soft: var(--radar-midnight);
  --color-muted: var(--radar-muted);
  --color-border: var(--radar-line);
  --color-border-strong: #c9d6e5;
  --color-accent: var(--radar-primary);
  --color-accent-hover: var(--radar-primary-dark);
  --color-accent-foreground: #ffffff;
  --color-gold: var(--radar-cyan);
}

body {
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.05), transparent 320px),
    var(--radar-bg);
  color: var(--radar-ink);
}

.topbar {
  min-height: 64px;
  border-bottom-color: var(--radar-line);
  background: rgba(248, 250, 252, 0.94);
}

.topbar__label,
.eyebrow,
.section-kicker {
  color: var(--radar-primary);
  font-weight: 900;
}

.topbar__title,
.topbar__nav a {
  color: var(--radar-ink);
  font-weight: 900;
}

.topbar__nav a.is-active,
.topbar__nav a:hover {
  border-bottom-color: var(--radar-primary);
  color: var(--radar-primary);
}

.hero--product,
.hero {
  width: min(1180px, calc(100% - 64px));
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--radar-line);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.hero h1,
h1 {
  max-width: 780px;
  color: var(--radar-ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.lead {
  max-width: 760px;
  color: var(--radar-midnight);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.button,
.button-primary,
.button-secondary {
  min-height: 46px;
  border-color: var(--radar-primary);
  border-radius: 12px;
  background: var(--radar-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 145, 178, 0.18);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
  border-color: var(--radar-primary-dark);
  background: var(--radar-primary-dark);
}

.button-ghost {
  border-color: var(--radar-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--radar-ink);
  box-shadow: none;
}

.hero-panel--aside {
  padding-left: 0;
  border-left: 0;
}

.verify-console {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--radar-line);
  background: rgba(255, 255, 255, 0.86);
}

.console-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--radar-line);
  color: var(--radar-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.console-head strong,
.data-grid span,
.matrix-table span,
.feature-row h3,
.comparison-rows span,
.public-row--head,
.public-row--head span,
.public-row span:first-child {
  color: var(--radar-cyan);
  font-weight: 900;
}

.verify-console p,
.data-grid p,
.matrix-table p,
.feature-row p,
.comparison-rows p {
  color: var(--radar-muted);
  font-size: 13px;
}

.section {
  padding: 56px 0;
}

.section-white {
  background: transparent;
}

.section-tint {
  background: rgba(255, 255, 255, 0.42);
}

.section-dark {
  background: var(--radar-ink);
  color: #fff;
}

.section-dark h2,
.section-dark h3,
.section-dark .comparison-rows span {
  color: #fff;
}

.section-dark p,
.section-dark .comparison-rows p {
  color: #cbd5e1;
}

.split-rule,
.dark-grid {
  display: grid;
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.split-rule h2,
.dark-grid h2,
h2,
.section-title,
.page-title {
  max-width: 720px;
  color: var(--radar-ink);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.data-grid,
.matrix-table,
.public-list,
.feature-list,
.comparison-rows {
  border-top: 1px solid var(--radar-line);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.data-grid > div,
.matrix-table > div,
.feature-row,
.comparison-rows > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 6px 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--radar-line);
}

.data-grid strong {
  color: var(--radar-ink);
  font-size: 18px;
}

.data-grid p,
.matrix-table p,
.matrix-table a,
.feature-row p,
.comparison-rows p {
  grid-column: 2;
}

.matrix-table a {
  color: var(--radar-primary);
  font-weight: 900;
}

.public-row {
  grid-template-columns: 132px minmax(0, 1fr) minmax(120px, 0.25fr);
  border-bottom-color: var(--radar-line);
}

.public-row:hover,
.matrix-table a:hover {
  color: var(--radar-primary-dark);
}

.final-band {
  width: min(1180px, calc(100% - 64px));
  border-color: var(--radar-line);
}

.final-band--cool {
  background: transparent;
}

input,
select,
textarea {
  min-height: 48px;
  border: 1px solid var(--radar-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
}

@media (max-width: 1023px) {
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid {
    width: min(100% - 40px, 1180px);
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .topbar,
  .hero--product,
  .hero,
  .split-rule,
  .dark-grid,
  .final-band {
    width: min(100% - 28px, 1180px);
  }

  .hero--product,
  .hero {
    display: block;
    padding: 34px 0 20px;
  }

  .hero h1,
  h1 {
    max-width: none;
    font-size: 29px;
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
  }

  .lead {
    font-size: 15px;
  }

  .verify-console {
    margin-top: 22px;
    padding: 18px;
  }

  .section {
    padding: 44px 0;
  }

  .split-rule h2,
  .dark-grid h2,
  h2,
  .section-title,
  .page-title {
    font-size: 24px;
    line-height: 1.35;
  }

  .data-grid > div,
  .matrix-table > div,
  .feature-row,
  .comparison-rows > div,
  .public-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .data-grid p,
  .matrix-table p,
  .matrix-table a,
  .feature-row p,
  .comparison-rows p {
    grid-column: 1;
  }
}

/* Radar-aligned public service theme. */
:root {
  --bg: #ffffff;
  --bg-gradient: linear-gradient(180deg, #ffffff 0%, #f7f3ea 100%);
  --panel: transparent;
  --panel-strong: transparent;
  --panel-muted: #f7f3ea;
  --line: #ddd2bf;
  --line-strong: #cfc2ad;
  --text: #1f2430;
  --muted: #5e6472;
  --accent: #0891b2;
  --accent-deep: #075985;
  --accent-soft: #dff6fb;
  --teal: #0e9f8f;
  --teal-soft: #eef4ef;
  --danger: #b85c5c;
  --danger-soft: #f8e7e7;
  --gold: #b88a3b;
  --gold-soft: #f6eedc;
  --shadow-lg: none;
  --shadow-md: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg-gradient);
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.page-shell {
  width: min(1160px, calc(100vw - 28px));
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0 72px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}

.topbar__brand {
  display: grid;
  gap: 2px;
}

.topbar__label,
.eyebrow,
.section-kicker,
.badge,
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}

.topbar__label,
.eyebrow,
.section-kicker {
  background: transparent;
  color: var(--accent);
  padding-left: 0;
  padding-right: 0;
}

.topbar__title {
  font-size: 14px;
  font-weight: 700;
}

.topbar__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.topbar__nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
}

.topbar__nav a:hover,
.topbar__nav a.is-active {
  background: rgba(35, 27, 21, 0.08);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  gap: 48px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 0 32px;
}

.panel,
.hero-panel,
.metric-card,
.feature-card,
.info-card,
.section-panel,
.card,
.empty-state {
  min-width: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-panel {
  padding: 0;
  background: transparent;
}

.hero-panel--aside {
  display: grid;
  gap: 12px;
  align-content: start;
  border-left: 1px solid var(--line);
  padding-left: 32px;
}

.hero h1,
.page-title,
.section-title,
.card h3,
.metric-card strong,
.info-card h3,
.empty-state h2 {
  font-family: "Yu Mincho", Georgia, serif;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero h1,
.page-title {
  margin: 0;
  color: var(--midnight, #252238);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--midnight, #252238);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button,
.button-secondary,
.button-ghost,
.inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.button {
  background: var(--text);
  color: #fffaf4;
}

.button-secondary {
  background: var(--accent);
  color: #fffaf4;
}

.button-ghost,
.inline-button {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--text);
}

.button:disabled,
.button-secondary:disabled,
.button-ghost:disabled {
  opacity: 0.6;
  cursor: default;
}

.metric-grid,
.feature-grid,
.info-grid,
.dashboard-grid,
.split-grid {
  display: grid;
  gap: 18px;
}

.metric-grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.metric-card,
.feature-card,
.info-card,
.card,
.section-panel {
  padding: 18px 0;
}

.metric-card {
  background: transparent;
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.metric-card strong {
  display: block;
  margin-top: 4px;
  color: var(--midnight, #252238);
  font-size: 1.35rem;
  line-height: 1.3;
}

.metric-card span,
.feature-card p,
.card p,
.card li,
.info-card p,
.section-panel p,
.muted {
  color: var(--muted);
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.feature-card h3,
.info-card h3,
.card h3 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.section {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.section-title {
  margin: 0;
  color: var(--midnight, #252238);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.section-copy {
  margin: 0;
  max-width: 760px;
  line-height: 1.9;
  color: var(--muted);
}

.creator-grid,
.license-grid,
.report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.creator-card,
.license-card,
.report-card {
  display: grid;
  gap: 10px;
}

.badge {
  background: var(--teal-soft);
  color: var(--teal);
}

.badge--warn {
  background: rgba(196, 95, 39, 0.12);
  color: var(--accent-deep);
}

.badge--danger {
  background: var(--danger-soft);
  color: var(--danger);
}

.status-badge {
  background: rgba(35, 27, 21, 0.08);
  color: var(--text);
}

.status-badge--success {
  background: var(--teal-soft);
  color: var(--teal);
}

.status-badge--warn {
  background: rgba(196, 95, 39, 0.12);
  color: var(--accent-deep);
}

.status-badge--danger {
  background: var(--danger-soft);
  color: var(--danger);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--muted);
}

.surface {
  min-width: 0;
  padding: 0;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.surface + .surface {
  margin-top: 16px;
}

.split-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.stack {
  display: grid;
  gap: 14px;
}

.meta-list,
.guideline-list {
  display: grid;
  gap: 10px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(54, 36, 24, 0.08);
}

.meta-row dt {
  font-weight: 700;
}

.meta-row dd {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.guideline-prose {
  line-height: 1.9;
  color: var(--text);
}

.guideline-prose h1,
.guideline-prose h2,
.guideline-prose h3 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  font-family: "Yu Mincho", Georgia, serif;
}

.guideline-prose p,
.guideline-prose li {
  color: var(--muted);
}

.guideline-prose ul,
.guideline-prose ol {
  padding-left: 1.2em;
}

.notice,
.warning,
.success-box {
  padding: 16px 18px;
  border-radius: 0;
  border: 0;
  border-left: 4px solid var(--accent);
  line-height: 1.8;
}

.notice {
  background: rgba(21, 106, 102, 0.08);
}

.warning {
  background: var(--gold-soft);
  border-left-color: var(--gold);
}

.success-box {
  background: rgba(25, 121, 91, 0.12);
}

.form-card {
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

label,
.field-label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--text);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

pre,
.code-block {
  overflow: auto;
  margin: 0;
  padding: 16px;
  border-radius: var(--radius-md);
  background: #241b16;
  color: #f6ece0;
  font-size: 13px;
  line-height: 1.7;
  font-family: Consolas, "Courier New", monospace;
}

.result-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.empty-state {
  padding: 26px;
  text-align: left;
}

.empty-state h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.stat-pair {
  display: grid;
  gap: 4px;
}

.stat-pair strong {
  font-size: 1.6rem;
  font-family: "Yu Mincho", Georgia, serif;
}

.list-table {
  display: grid;
  gap: 10px;
}

.list-row {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 0;
  border-top: 1px solid rgba(54, 36, 24, 0.12);
  border-radius: 0;
  background: transparent;
}

.list-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.list-row__title {
  font-weight: 700;
  font-size: 1rem;
}

.list-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-note {
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  line-height: 1.8;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero,
  .split-grid,
  .feature-grid,
  .metric-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100vw - 32px), 1160px);
    padding: 14px 0 46px;
  }

  .topbar {
    border-radius: 0;
    padding: 12px 0;
  }

  .topbar,
  .topbar__nav {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar__nav {
    justify-content: flex-start;
  }

  .topbar__nav a {
    width: 100%;
    text-align: center;
  }

  .hero-panel,
  .surface,
  .metric-card,
  .feature-card,
  .info-card,
  .section-panel,
  .card,
  .form-card {
    padding: 18px 0;
  }

  .hero-panel--aside {
    border-left: 0;
    padding-left: 0;
  }

  .hero h1,
  .page-title {
    font-size: 28px;
    line-height: 1.35;
    word-break: normal;
  }

  .lead {
    font-size: 15px;
    line-height: 1.85;
    font-weight: 700;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
  }

  .hero-actions > *,
  .button-row > * {
    flex: 1 1 100%;
  }
}

/* Final editorial override. This block intentionally wins over older demo styles above. */
:root {
  --color-bg: #f6f2ea;
  --color-bg-soft: #eee7dc;
  --color-surface: #fbfaf6;
  --color-text: #17130f;
  --color-text-soft: #3a332c;
  --color-muted: #756d62;
  --color-border: rgba(23, 19, 15, 0.16);
  --color-border-strong: rgba(23, 19, 15, 0.32);
  --color-accent: #0f3d2e;
  --color-accent-hover: #0a2f24;
  --color-accent-foreground: #fffdf7;
  --color-gold: #b08a45;
  --color-danger: #9f2d20;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", system-ui, sans-serif;
  --container: 1120px;
  --container-wide: 1320px;
  --section-y: clamp(72px, 10vw, 144px);
  --section-y-tight: clamp(56px, 7vw, 104px);
  --bg: var(--color-bg);
  --bg-gradient: var(--color-bg);
  --panel: transparent;
  --panel-strong: transparent;
  --panel-muted: transparent;
  --line: var(--color-border);
  --line-strong: var(--color-border-strong);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --accent: var(--color-accent);
  --accent-deep: var(--color-accent-hover);
  --accent-soft: transparent;
  --teal: var(--color-accent);
  --teal-soft: transparent;
  --danger: var(--color-danger);
  --danger-soft: transparent;
  --shadow-lg: none;
  --shadow-md: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
}

html,
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: clamp(15px, 0.35vw + 14px, 18px);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1,
.hero h1 {
  max-width: 11em;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1.05;
}

h2,
.section-title,
.page-title {
  max-width: 12em;
  font-size: clamp(30px, 4.5vw, 60px);
  line-height: 1.12;
}

h3 {
  max-width: 18em;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
}

p {
  max-width: 38em;
  margin: 0;
  color: var(--color-muted);
}

.page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.topbar {
  display: flex;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.topbar__label {
  color: var(--color-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.topbar__title {
  color: var(--color-text);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.topbar__nav {
  gap: 20px;
}

.topbar__nav a {
  width: auto;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--color-text-soft);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.topbar__nav a.is-active,
.topbar__nav a:hover {
  border-bottom-color: var(--color-accent);
  background: transparent;
  color: var(--color-accent);
}

.hero {
  display: grid;
  width: min(calc(100% - 40px), var(--container-wide));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.hero-panel,
.surface,
.metric-card,
.feature-card,
.info-card,
.section-panel,
.card,
.empty-state,
.form-card,
.list-row,
.result-box {
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-panel {
  padding: 0;
  border-bottom: 0;
}

.hero-panel--aside {
  padding: 0 0 0 clamp(28px, 5vw, 72px);
  border-left: 1px solid var(--color-border);
}

.eyebrow,
.section-kicker,
.badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead {
  max-width: 34em;
  margin-top: 28px;
  color: var(--color-text-soft);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 500;
  line-height: 1.8;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
.button-primary,
.button-secondary,
.button-ghost {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button,
.button-primary,
.button-secondary {
  border: 1px solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-accent-foreground);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
  border-color: var(--color-accent-hover);
  background: var(--color-accent-hover);
  color: var(--color-accent-foreground);
  transform: translateY(-1px);
}

.button-ghost {
  border: 1px solid var(--color-border-strong);
  background: transparent;
  color: var(--color-text);
}

.section {
  width: 100%;
  margin: 0;
  padding: var(--section-y) 0;
  border-top: 0;
}

.section-soft {
  background: var(--color-bg-soft);
}

.section-head,
.feature-layout,
.comparison,
.final-band,
.footer-note {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section-head {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.section-copy {
  margin-top: 24px;
}

.feature-layout,
.comparison {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.feature-list,
.public-list,
.comparison-rows,
.process-rail {
  border-top: 1px solid var(--color-border);
}

.feature-row,
.comparison-rows > div {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 0.58fr);
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
}

.process-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-rail li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
}

.process-rail li span {
  grid-row: span 2;
  color: var(--color-gold);
  font-weight: 700;
}

.process-rail li strong,
.comparison-rows span {
  color: var(--color-text);
  font-weight: 700;
}

.process-rail li p {
  font-size: 14px;
  line-height: 1.7;
}

.public-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 0.45fr) minmax(120px, 0.23fr);
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
}

.public-row:hover {
  color: var(--color-accent);
}

.public-row span:nth-child(2),
.public-row span:nth-child(3) {
  color: var(--color-muted);
}

.public-row--head,
.public-row--head span {
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.empty-line {
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-muted);
}

.verify-strip {
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) auto;
  gap: 18px;
  align-items: end;
}

.inline-form label,
label {
  display: grid;
  gap: 8px;
  color: var(--color-text);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-border-strong);
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-accent);
  box-shadow: none;
  outline: 2px solid transparent;
}

.verify-result-line {
  margin-top: 24px;
}

.final-band {
  display: flex;
  margin-bottom: var(--section-y);
  padding: clamp(44px, 7vw, 76px) 0;
  border-top: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.metric-grid,
.feature-grid,
.rule-grid,
.creator-grid {
  display: block;
}

.notice,
.warning {
  border-left: 3px solid var(--color-gold);
  border-radius: 0;
  background: transparent;
  color: var(--color-text-soft);
}

.footer-note {
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1024px) {
  .topbar {
    align-items: flex-start;
  }

  .topbar__nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .feature-layout,
  .comparison {
    grid-template-columns: 1fr;
  }

  .hero-panel--aside {
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 640px) {
  :root {
    --section-y: 72px;
  }

  .topbar,
  .hero,
  .section-head,
  .feature-layout,
  .comparison,
  .final-band,
  .footer-note {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar {
    padding: 18px 0;
  }

  .topbar {
    display: grid;
  }

  .topbar__nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
  }

  .topbar__nav a {
    width: auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .hero {
    padding: 64px 0 72px;
    gap: 42px;
  }

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

  h2,
  .section-title,
  .page-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-row,
  .comparison-rows > div,
  .public-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .public-row--head {
    display: none;
  }

  .final-band {
    display: grid;
    margin-bottom: 72px;
  }

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