body[data-mockup-match-v951="true"] {
  background: #fbfcfe;
  color: #071b3c;
}

body[data-mockup-match-v951="true"] .topbar {
  min-height: 66px;
  padding: 14px clamp(22px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d7e1ec;
}

body[data-mockup-match-v951="true"] .brand {
  color: #06224d;
  font-size: clamp(22px, 2vw, 31px);
  letter-spacing: 0;
}

body[data-mockup-match-v951="true"] .nav {
  gap: clamp(18px, 3vw, 42px);
  color: #061b3f;
  font-size: 16px;
}

body[data-mockup-match-v951="true"] > .hero,
body[data-mockup-match-v951="true"] main.page > .summary:first-child {
  display: none;
}

.article-shell-v951 {
  width: min(1510px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 34px;
  color: #071b3c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
}

.article-shell-v951,
.article-shell-v951 * {
  box-sizing: border-box;
  max-width: 100%;
  letter-spacing: 0;
}

.article-breadcrumb-v951 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 6px 0 22px;
  color: #245d9c;
  font-size: 15px;
  font-weight: 820;
}

.article-breadcrumb-v951 span::after {
  content: ">";
  margin-left: 10px;
  color: #8ba3bd;
}

.article-breadcrumb-v951 span:last-child::after {
  content: "";
}

.article-hero-v951 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8e1ec;
}

.article-badge-row-v951 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.article-badge-v951 {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border: 1px solid #bad9c0;
  border-radius: 999px;
  background: #f5fff6;
  color: #127020;
  font-size: 16px;
  font-weight: 950;
}

.article-shell-v951 h1 {
  margin: 0 0 16px;
  color: #06224d;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 950;
  line-height: 1.12;
}

.article-lead-v951 {
  max-width: 1010px;
  margin: 0;
  color: #26394f;
  font-size: clamp(21px, 2.1vw, 29px);
  font-weight: 760;
  line-height: 1.65;
}

.article-chip-row-v951 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.article-chip-v951 {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid #b9d1ec;
  border-radius: 999px;
  background: #f6fbff;
  color: #075ca6;
  font-size: 15px;
  font-weight: 900;
}

.article-conclusion-v951 {
  min-height: 190px;
  padding: 24px;
  border: 1px solid #228233;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fff8 0%, #fff 100%);
  box-shadow: 0 18px 36px rgba(9, 36, 78, 0.07);
}

.article-conclusion-v951 strong {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  color: #16821f;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.25;
}

.article-conclusion-v951 strong::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #16821f;
  font-size: 21px;
}

.article-conclusion-v951 p {
  margin: 0;
  color: #24384e;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.75;
}

.article-shell-v951 h2 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 22px 0 14px;
  color: #06224d;
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.25;
}

.article-section-icon-v951 {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  color: #fff;
  background: #0861a9;
  font-size: 20px;
}

.article-flow-v951 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
  margin-bottom: 18px;
}

.article-flow-card-v951 {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid #d5e0ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 34, 72, 0.06);
}

.article-flow-card-v951:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -28px;
  top: 50%;
  color: #0a3970;
  font-size: 42px;
  font-weight: 600;
  transform: translateY(-50%);
}

.article-flow-num-v951 {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  align-self: start;
  border-radius: 50%;
  color: #fff;
  background: #188239;
  font-size: 18px;
  font-weight: 950;
}

.article-flow-card-v951 b {
  display: block;
  margin-bottom: 7px;
  color: #18243a;
  font-size: 20px;
  line-height: 1.35;
}

.article-flow-card-v951 p {
  margin: 0;
  color: #35475f;
  font-size: 16px;
  font-weight: 740;
  line-height: 1.55;
}

.article-dashboard-v951 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.74fr) minmax(260px, 0.56fr);
  gap: 22px;
  align-items: start;
  margin-top: 16px;
}

.article-card-v951 {
  border: 1px solid #d5e0ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(10, 34, 72, 0.06);
  overflow: hidden;
}

.article-card-v951 h3 {
  margin: 0;
  padding: 16px 18px;
  color: #06224d;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: 1px solid #d5e0ec;
}

.article-card-v951 table {
  width: 100%;
  border-collapse: collapse;
}

.article-card-v951 th,
.article-card-v951 td {
  padding: 11px 13px;
  border-bottom: 1px solid #e3e9f0;
  text-align: left;
  vertical-align: top;
  color: #1c2e48;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.62;
}

.article-card-v951 th {
  background: #f5f8fb;
  color: #263e5d;
  font-weight: 950;
}

.article-card-v951 tr:last-child td {
  border-bottom: 0;
}

.article-note-v951 {
  margin: 12px;
  padding: 12px 14px;
  border: 1px solid #f1c47e;
  border-radius: 8px;
  background: #fff8eb;
  color: #6f4200;
  font-size: 16px;
  font-weight: 850;
}

.article-template-v951 {
  padding: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
}

.article-template-v951 pre {
  margin: 0;
  padding: 15px;
  white-space: pre-wrap;
  border: 1px dashed #9bbce1;
  border-radius: 8px;
  background: #fff;
  color: #16253d;
  font: inherit;
  font-size: 15px;
  font-weight: 740;
  line-height: 1.72;
}

.article-refs-v951,
.article-quality-v951 {
  padding: 16px;
}

.article-refs-v951 a {
  display: block;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid #bad7f0;
  border-radius: 8px;
  color: #085fae;
  background: #f8fbff;
  font-size: 15px;
  font-weight: 870;
  text-decoration: none;
}

.article-quality-v951 {
  border-color: #f1bd74;
  background: #fffaf2;
}

.article-quality-v951 h3 {
  color: #d95b00;
}

.article-quality-v951 ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-quality-v951 li {
  color: #24384e;
  font-size: 15px;
  font-weight: 810;
  line-height: 1.55;
}

.article-quality-v951 li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  background: #188239;
  font-size: 12px;
}

.article-tools-v951 {
  display: grid;
  grid-template-columns: 1.05fr repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #126fd0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5fbff 0%, #fff 100%);
}

.article-tools-v951 h2 {
  margin: 0;
  align-items: flex-start;
  font-size: 27px;
}

.article-tools-v951 p {
  margin: 8px 0 0;
  color: #344960;
  font-size: 16px;
  font-weight: 740;
  line-height: 1.65;
}

.article-tools-v951 a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #d5e0ec;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.article-tool-icon-v951 {
  display: grid;
  place-items: center;
  width: 46px;
  height: 52px;
  border-radius: 7px;
  color: #fff;
  background: #0a62a8;
  font-size: 23px;
  font-weight: 950;
}

.article-tools-v951 b {
  display: block;
  margin-bottom: 3px;
  color: #06224d;
  font-size: 16px;
  line-height: 1.35;
}

.article-tools-v951 span {
  color: #35475f;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .article-hero-v951,
  .article-dashboard-v951,
  .article-tools-v951 {
    grid-template-columns: 1fr;
  }

  .article-flow-v951 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .article-flow-card-v951::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .article-shell-v951 {
    width: min(100% - 24px, 560px);
    padding-top: 16px;
  }

  .article-shell-v951 h1 {
    font-size: 38px;
  }

  .article-flow-v951 {
    grid-template-columns: 1fr;
  }

  .article-flow-card-v951 {
    min-height: 108px;
  }

  .article-card-v951 {
    overflow-x: auto;
  }

  .article-card-v951 table {
    min-width: 620px;
  }
}
