*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --site-width: 1440px;
  --content-width: 1440px;
  --brutal-ink: #111820;
  --brutal-red: #e1111d;
  --brutal-blue: #075fe8;
  --brutal-yellow: #ffd84f;
  --brutal-paper: #fffdf6;
  --brutal-cream: #fbf4df;
}

html,
body {
  overflow-x: hidden;
  background: #f6f6f1;
  color: #172026;
}

.navbar {
  background: rgba(246, 246, 241, 0.94) !important;
  box-shadow: 0 1px 0 rgba(23, 32, 38, 0.08);
  backdrop-filter: blur(12px);
}

.navbar .navbar-brand,
.navbar .navbar-nav .nav-link {
  color: #172026 !important;
  letter-spacing: 0;
  font-weight: 700;
}

.navbar .navbar-brand strong {
  color: #172026;
}

.navbar-toggler .animated-icon span {
  background: #172026;
}

.navbar .navbar-nav .nav-link {
  opacity: 0.92;
}

header .header-inner {
  height: 64px !important;
}

#banner,
.index-header,
.page-header {
  display: none;
}

main {
  padding-top: 18px;
}

#board {
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#board > .container {
  width: 100%;
  max-width: var(--site-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#board .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#board .col-md-10,
#board .col-md-12 {
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  flex: 0 0 100%;
}

.page-content {
  margin: 0 !important;
}

.container-fluid,
.container {
  max-width: var(--site-width);
}

.markdown-body {
  letter-spacing: 0;
}

.post-content,
#board-ctn,
main > .container,
main > .container-fluid > .row > .col-lg-8.nopadding-x-md {
  width: 100%;
  max-width: var(--site-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  flex: 0 0 100%;
}

main > .container-fluid > .row > .side-col {
  display: none !important;
}

.markdown-body a {
  font-weight: 700;
}

footer,
.footer-inner,
.footer-content {
  color: #6b766e !important;
  letter-spacing: 0;
}

footer a,
.footer-inner a,
.footer-content a {
  color: #172026 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.footer-sep {
  display: inline-block;
  margin: 0 8px;
  color: #c7bda5;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3 {
  letter-spacing: 0;
}

.markdown-body h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) {
  max-width: min(1040px, calc(100vw - 64px)) !important;
  padding: clamp(28px, 4vw, 52px);
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 18px;
  box-shadow: 12px 12px 0 rgba(17, 24, 32, 0.16);
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) .markdown-body {
  color: #24313a;
  font-size: 1.05rem;
  line-height: 1.9;
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) .markdown-body h1 {
  color: var(--brutal-ink);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1;
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) .markdown-body h2 {
  margin-top: 2.4em;
  color: var(--brutal-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) .markdown-body h2::before {
  content: "";
  display: block;
  width: 72px;
  height: 8px;
  margin-bottom: 14px;
  background: var(--brutal-red);
  border-radius: 999px;
}

.post-content:not(:has(.home-shell)):not(:has(.run-worth-page)):not(:has(.about-pro)):not(:has(.legal-page)):not(:has(.placeholder-page)) .markdown-body blockquote {
  color: var(--brutal-ink);
  background: var(--brutal-cream);
  border-left: 8px solid var(--brutal-red);
  border-radius: 10px;
}

.x-source-link {
  margin: 0 0 24px;
}

.x-source-link a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: #172026 !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(23, 32, 38, 0.05);
}

.x-source-link a::before {
  content: "X";
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-right: 8px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  background: #111820;
  border-radius: 50%;
}

.home-shell {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 10px 0 42px;
}

.top-feature-banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 18px 0 18px;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.top-feature-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 1600 / 360;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.home-dashboard {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 22px;
  align-items: stretch;
  padding-top: 18px;
}

.eyebrow,
.section-title p,
.feature-card span {
  margin: 0 0 12px;
  color: #6b766e;
  font-size: 0.92rem;
  font-weight: 800;
}

.intro-panel,
.dash-card {
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.intro-panel {
  padding: 28px;
}

.intro-panel h1 {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: #111820;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-panel p:not(.eyebrow) {
  margin: 0;
  color: #45515a;
  font-size: 1.02rem;
  line-height: 1.8;
}

.intro-panel a {
  display: inline-flex;
  margin-top: 24px;
  color: #172026 !important;
  text-decoration: none !important;
}

.intro-panel p a,
.about-card p a,
.inline-team-link {
  display: inline;
  margin: 0;
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #172026 !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.16);
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(23, 32, 38, 0.06);
}

.btn.primary {
  color: #fff !important;
  background: #172026;
  border-color: #172026;
}

.btn.quiet {
  box-shadow: none;
}

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

.dash-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 22px;
  color: #172026 !important;
  text-decoration: none !important;
}

.dash-card.primary {
  background: #fbf4df;
  border-color: rgba(126, 95, 42, 0.22);
}

.dash-card span {
  margin-bottom: 12px;
  color: #6b766e;
  font-size: 0.9rem;
  font-weight: 800;
}

.dash-card h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #172026;
  font-size: 1.5rem;
  line-height: 1.25;
  border: 0;
}

.dash-card p {
  margin: 0;
  color: #52606a;
  line-height: 1.7;
}

.dash-card em {
  margin-top: auto;
  color: #7e5f2a;
  font-style: normal;
  font-weight: 800;
}

.home-section {
  margin-top: 44px;
}

.section-title {
  margin-bottom: 18px;
}

.section-title h2 {
  margin: 0;
  padding: 0;
  color: #172026;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.2;
  border: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
}

.feature-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  color: #172026 !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.feature-card:hover {
  transform: translateY(-2px);
  transition: transform 160ms ease;
}

.feature-main {
  background: #fbf4df;
  border-color: rgba(126, 95, 42, 0.2);
}

.feature-card h3 {
  margin: 0 0 12px;
  color: #172026;
  font-size: 1.35rem;
  line-height: 1.35;
}

.feature-card p {
  margin: 0;
  color: #52606a;
  line-height: 1.75;
}

.feature-card em {
  margin-top: auto;
  color: #7e5f2a;
  font-style: normal;
  font-weight: 800;
}

.article-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 14px;
}

.article-card {
  display: grid;
  overflow: hidden;
  min-height: 260px;
  color: #172026 !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.article-card.large {
  grid-row: span 2;
}

.article-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.article-card.large img {
  height: 280px;
}

.article-card div {
  padding: 18px;
}

.article-card span {
  display: block;
  margin-bottom: 10px;
  color: #6b766e;
  font-size: 0.85rem;
  font-weight: 800;
}

.article-card h3 {
  margin: 0;
  color: #172026;
  font-size: 1.18rem;
  line-height: 1.35;
}

.article-card.large h3 {
  font-size: 1.55rem;
}

.article-card p {
  margin: 12px 0 0;
  color: #52606a;
  line-height: 1.72;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
}

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

.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: #172026 !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 8px;
}

.link-list span {
  color: #66737d;
  font-weight: 500;
}

.about-card {
  padding: 24px;
  color: #fff;
  background: #172026;
  border-radius: 10px;
}

.about-card img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  object-fit: cover;
  border: 0;
  border-radius: 50%;
}

.about-card h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  border: 0;
}

.about-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.about-card a {
  color: #fff !important;
}

.home-brutal {
  --brutal-ink: #111820;
  --brutal-red: #e1111d;
  --brutal-blue: #075fe8;
  --brutal-yellow: #ffd84f;
  --brutal-paper: #fffdf6;
  max-width: min(1500px, calc(100vw - 64px));
  padding-top: 34px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: min(620px, calc(100vh - 120px));
  padding: clamp(42px, 7vw, 86px) 0 34px;
}

.home-redline {
  margin: 0 0 18px;
  color: var(--brutal-red);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 900;
  line-height: 1.2;
}

.home-hero h1 {
  max-width: 960px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--brutal-ink);
  font-size: clamp(3.8rem, 8vw, 8.4rem);
  line-height: 0.96;
  letter-spacing: 0;
  border: 0;
}

.home-yellow-note {
  display: inline-flex;
  max-width: 760px;
  min-height: 54px;
  align-items: center;
  margin-bottom: 22px;
  padding: 10px 18px;
  color: var(--brutal-ink);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 900;
  line-height: 1.35;
  background: var(--brutal-yellow);
  border: 4px solid var(--brutal-ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--brutal-ink);
}

.home-lead {
  max-width: 780px;
  margin: 0;
  color: #45515a;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.85;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-brutal .btn {
  min-height: 48px;
  padding: 0 22px;
  color: var(--brutal-ink) !important;
  font-weight: 900;
  background: #fffdf6;
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--brutal-blue);
}

.home-brutal .btn.primary {
  color: #fff !important;
  background: var(--brutal-ink);
  border-color: var(--brutal-ink);
  box-shadow: 6px 6px 0 var(--brutal-red);
}

.home-score-card {
  display: block;
  padding: 20px;
  color: var(--brutal-ink) !important;
  text-decoration: none !important;
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 12px;
  box-shadow: 16px 16px 0 var(--brutal-ink);
  transform: rotate(2deg);
}

.home-score-card span {
  display: block;
  margin-bottom: 16px;
  color: #52606a;
  font-weight: 900;
}

.home-score-card strong {
  display: grid;
  min-height: 170px;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(5.5rem, 11vw, 8rem);
  line-height: 1;
  background: var(--brutal-red);
  border: 4px solid var(--brutal-ink);
  border-radius: 8px;
}

.home-score-card b,
.home-score-card em {
  display: block;
  color: var(--brutal-ink);
  font-style: normal;
  line-height: 1.25;
}

.home-score-card b {
  font-size: 1.8rem;
  font-weight: 900;
}

.home-score-card em {
  margin-top: 6px;
  color: #52606a;
  font-weight: 900;
}

.home-brutal .top-feature-banner {
  margin: 12px 0 28px;
  border: 3px solid var(--brutal-ink);
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.18);
}

.home-tool-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 54px;
}

.home-tool-card {
  display: block;
  min-height: 186px;
  padding: 22px;
  color: var(--brutal-ink) !important;
  text-decoration: none !important;
  background: var(--brutal-paper);
  border: 3px solid var(--brutal-ink);
  border-radius: 12px;
  box-shadow: 8px 8px 0 rgba(17, 24, 32, 0.16);
}

.home-tool-card.primary {
  background: #fbf4df;
  box-shadow: 8px 8px 0 var(--brutal-red);
}

.home-tool-card span,
.home-tool-card em {
  display: block;
  color: #6b675f;
  font-weight: 900;
  line-height: 1.35;
}

.home-tool-card strong {
  display: block;
  margin: 12px 0;
  color: var(--brutal-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.15;
}

.home-featured .section-title,
.home-bottom-grid .section-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: end;
}

.home-featured .section-title p,
.home-bottom-grid .section-title p {
  margin-bottom: 7px;
  color: var(--brutal-red);
  font-size: 1rem;
}

.home-featured .section-title h2,
.home-bottom-grid .section-title h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.home-brutal .article-card,
.home-brutal .link-list a,
.home-brutal .about-card {
  border: 3px solid var(--brutal-ink);
  border-radius: 12px;
  box-shadow: 8px 8px 0 rgba(17, 24, 32, 0.14);
}

.home-brutal .article-card {
  background: var(--brutal-paper);
}

.home-brutal .article-card span {
  color: var(--brutal-red);
  font-weight: 900;
}

.home-brutal .article-card h3 {
  font-weight: 900;
}

.home-brutal .link-list a {
  background: var(--brutal-paper);
  font-weight: 900;
}

.home-brutal .about-card {
  background: var(--brutal-ink);
  box-shadow: 8px 8px 0 var(--brutal-red);
}

.blog-hub {
  max-width: var(--content-width);
  margin: 0 auto 24px;
  padding: 26px;
  background: var(--brutal-cream);
  border: 4px solid var(--brutal-ink);
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.14);
}

.blog-hub .section-title {
  margin-bottom: 16px;
}

.blog-hub-title p {
  display: inline-flex;
  width: max-content;
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  line-height: 1;
  background: var(--brutal-red);
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--brutal-ink);
}

.blog-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.blog-hub-grid a {
  display: block;
  min-height: 118px;
  padding: 18px;
  color: var(--brutal-ink) !important;
  text-decoration: none !important;
  background: var(--brutal-paper);
  border: 3px solid var(--brutal-ink);
  border-radius: 10px;
}

.blog-hub-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--brutal-red);
  font-size: 0.9rem;
  font-weight: 900;
}

.blog-hub-grid strong {
  display: block;
  color: #111820;
  font-size: 1.1rem;
  line-height: 1.35;
}

.about-pro {
  max-width: min(1500px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 26px 0 52px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.about-hero > div,
.profile-card,
.x-profile-card,
.about-grid a,
.team-intro {
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.14);
}

.about-hero > div {
  padding: clamp(28px, 5vw, 54px);
}

.about-hero h1 {
  max-width: 920px;
  margin: 0 0 22px;
  padding: 0;
  color: var(--brutal-ink);
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.96;
  border: 0;
}

.about-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #45515a;
  font-size: 1.08rem;
  line-height: 1.85;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.profile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
  background: var(--brutal-ink);
  box-shadow: 10px 10px 0 var(--brutal-red);
}

.profile-card img {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  object-fit: cover;
  border: 0;
  border-radius: 50%;
}

.profile-card h2 {
  margin: 0 0 4px;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  border: 0;
}

.profile-card p,
.profile-card span {
  color: rgba(255, 255, 255, 0.72);
}

.profile-card strong {
  display: block;
  margin: 22px 0 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.45;
}

.x-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.x-profile-card {
  display: block;
  min-height: 260px;
  padding: 24px;
  color: #172026 !important;
  text-decoration: none !important;
}

.x-profile-card.team {
  background: var(--brutal-cream);
  color: var(--brutal-ink) !important;
  box-shadow: 10px 10px 0 var(--brutal-red);
}

.x-profile-card > div {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

.x-profile-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  background: #fff;
  border: 0;
  border-radius: 50%;
}

.x-profile-card.team img {
  width: 120px;
  object-fit: contain;
  border-radius: 0;
  opacity: 0.82;
}

.x-profile-card span {
  color: var(--brutal-red);
  font-weight: 900;
}

.x-profile-card.team span,
.x-profile-card.team p,
.x-profile-card.team em {
  color: #6b675f;
}

.x-profile-card h2 {
  margin: 0 0 8px;
  padding: 0;
  color: inherit;
  font-size: 2rem;
  border: 0;
}

.x-profile-card p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #52606a;
  line-height: 1.7;
}

.x-profile-card strong {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.2;
}

.x-profile-card em {
  display: block;
  margin-top: 8px;
  color: #6b766e;
  font-style: normal;
  font-weight: 800;
}

.legal-page {
  max-width: min(1320px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 34px 0 64px;
}

.legal-hero,
.legal-body,
.contact-grid a {
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.14);
}

.legal-hero {
  padding: clamp(32px, 6vw, 68px);
  margin-bottom: 26px;
  background: var(--brutal-cream);
}

.legal-hero h1 {
  margin: 0 0 14px;
  padding: 0;
  color: var(--brutal-ink);
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.96;
  border: 0;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #52606a;
  font-size: 1.08rem;
  line-height: 1.85;
}

.legal-body {
  padding: clamp(24px, 4vw, 42px);
}

.legal-body section + section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px dashed #e0d2ba;
}

.legal-body h2 {
  margin: 0 0 12px;
  padding: 0;
  color: var(--brutal-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
  border: 0;
}

.legal-body h2::before {
  content: "";
  display: block;
  width: 58px;
  height: 7px;
  margin-bottom: 12px;
  background: var(--brutal-red);
  border-radius: 999px;
}

.legal-body p {
  max-width: 920px;
  margin: 0 0 12px;
  color: #45515a;
  line-height: 1.9;
}

.legal-body a {
  color: #172026 !important;
  text-decoration: none !important;
  border-bottom: 3px solid var(--brutal-red);
}

.legal-updated {
  margin-top: 34px !important;
  color: #7a766a !important;
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.contact-grid a {
  display: block;
  min-height: 220px;
  padding: 26px;
  color: var(--brutal-ink) !important;
  text-decoration: none !important;
}

.contact-grid a:nth-child(1) {
  box-shadow: 10px 10px 0 var(--brutal-red);
}

.contact-grid a:nth-child(2) {
  background: var(--brutal-cream);
  box-shadow: 10px 10px 0 var(--brutal-blue);
}

.contact-grid a:nth-child(3) {
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.2);
}

.contact-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--brutal-red);
  font-weight: 900;
}

.contact-grid strong {
  display: block;
  color: var(--brutal-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.contact-grid p {
  margin: 14px 0 0;
  color: #52606a;
  line-height: 1.75;
}

.about-section {
  margin-top: 46px;
}

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

.about-grid a {
  display: block;
  min-height: 220px;
  padding: 24px;
  color: #172026 !important;
  text-decoration: none !important;
}

.about-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--brutal-red);
  font-size: 0.92rem;
  font-weight: 900;
}

.about-grid strong {
  display: block;
  color: #111820;
  font-size: 1.45rem;
  line-height: 1.3;
}

.about-grid p {
  margin: 14px 0 0;
  color: #52606a;
  line-height: 1.75;
}

.team-intro {
  padding: 30px;
  background: var(--brutal-cream);
  box-shadow: 10px 10px 0 var(--brutal-blue);
}

.team-intro h2 {
  margin: 0 0 14px;
  padding: 0;
  color: #111820;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.12;
  border: 0;
}

.team-intro p:not(.eyebrow) {
  max-width: 840px;
  color: #52606a;
  line-height: 1.8;
}

.team-intro a {
  display: inline-flex;
  margin-top: 10px;
  color: #172026 !important;
  font-weight: 900;
}

.placeholder-page {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 58px 0 36px;
}

.placeholder-hero {
  padding: 42px;
  background: #fbf4df;
  border: 1px solid rgba(126, 95, 42, 0.18);
  border-radius: 12px;
}

.placeholder-hero h1 {
  margin: 0 0 16px;
  padding: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  border: 0;
}

.placeholder-hero p {
  max-width: 680px;
  color: #52606a;
  font-size: 1.08rem;
  line-height: 1.85;
}

.placeholder-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.placeholder-list div {
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 8px;
}

.placeholder-list strong {
  display: block;
  margin-bottom: 8px;
}

.placeholder-list p {
  margin: 0;
  color: #52606a;
  line-height: 1.65;
}

.run-worth-page {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 22px 0 48px;
}

.run-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: center;
  min-height: 520px;
}

.run-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  padding: 0;
  color: #111820;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.98;
  border: 0;
}

.run-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #45515a;
  font-size: 1.08rem;
  line-height: 1.85;
}

.run-hero-actions,
.run-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.run-sample-card {
  padding: 18px;
  color: #111820;
  background: #fffdf6;
  border: 3px solid #111820;
  border-radius: 10px;
  box-shadow: 14px 14px 0 #111820;
  transform: rotate(2deg);
}

.run-sample-card span {
  display: block;
  margin-bottom: 14px;
  color: #52606a;
  font-size: 0.92rem;
  font-weight: 800;
}

.run-sample-card strong {
  display: block;
  margin-bottom: 16px;
  padding: 18px;
  color: #fff;
  font-size: 5.5rem;
  line-height: 1;
  text-align: center;
  background: #e1111d;
  border: 3px solid #111820;
  border-radius: 8px;
}

.run-sample-card b,
.run-sample-card em {
  display: block;
  color: #111820;
  font-style: normal;
  line-height: 1.35;
}

.run-sample-card b {
  font-size: 1.55rem;
}

.run-sample-card em {
  margin-top: 4px;
  font-weight: 800;
}

.run-tool {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.run-progress {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
  color: #6b766e;
  font-weight: 800;
}

.run-progress div {
  overflow: hidden;
  flex: 1;
  height: 10px;
  background: #eef0ea;
  border-radius: 999px;
}

.run-progress i {
  display: block;
  width: 20%;
  height: 100%;
  background: #e1111d;
  border-radius: inherit;
  transition: width 180ms ease;
}

.run-step h2 {
  margin: 0 0 22px;
  padding: 0;
  color: #111820;
  font-size: clamp(1.8rem, 4vw, 3rem);
  border: 0;
}

.run-questions {
  display: grid;
  gap: 18px;
}

.run-question {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 10px;
}

.run-question legend {
  width: auto;
  margin: 0 0 14px;
  padding: 0;
  color: #111820;
  font-size: 1.06rem;
  font-weight: 800;
}

.run-question div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.run-question label {
  min-height: 86px;
  margin: 0;
  cursor: pointer;
}

.run-question input {
  position: absolute;
  opacity: 0;
}

.run-question span {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 12px;
  color: #45515a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  background: #f8f8f3;
  border: 2px solid transparent;
  border-radius: 8px;
}

.run-question input:checked + span {
  color: #111820;
  background: #fbf4df;
  border-color: #e1111d;
}

.run-step.needs-answer .run-question {
  border-color: rgba(225, 17, 29, 0.3);
}

.run-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.run-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.run-result {
  margin-top: 34px;
}

.run-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  padding: 24px;
  color: #fff;
  background: #172026;
  border-radius: 12px;
}

.run-result-main span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.run-result-main strong {
  display: block;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(5rem, 12vw, 8rem);
  line-height: 0.9;
}

.run-result-main h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.12;
  border: 0;
}

.run-result-main p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.run-radar-wrap {
  display: grid;
  place-items: center;
  background: #fffdf6;
  border-radius: 10px;
}

.run-radar-wrap canvas {
  max-width: 100%;
  height: auto;
}

.run-breakdown {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.run-breakdown div {
  position: relative;
  overflow: hidden;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 8px;
}

.run-breakdown strong,
.run-breakdown span {
  position: relative;
  z-index: 1;
  display: block;
}

.run-breakdown strong {
  color: #111820;
}

.run-breakdown span {
  margin-top: 6px;
  color: #52606a;
  font-weight: 800;
}

.run-breakdown i {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #e1111d;
}

.run-note {
  margin: 18px 0 0;
  color: #66737d;
  line-height: 1.75;
}

.run-method {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.run-method h2 {
  margin: 0;
  padding: 0;
  color: #111820;
  font-size: clamp(1.8rem, 4vw, 3rem);
  border: 0;
}

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

.method-grid div {
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 8px;
}

.method-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #111820;
  font-size: 1.35rem;
}

.method-grid p {
  margin: 0;
  color: #52606a;
  line-height: 1.65;
}

.run-brand-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 12px 0 22px;
  color: #111820;
  font-size: 1.12rem;
  font-weight: 900;
}

.run-brand-row img {
  width: min(170px, 30vw);
  max-height: 38px;
  object-fit: contain;
  opacity: 0.45;
  border: 0;
  border-radius: 0;
}

.run-result-card {
  display: block;
  padding: clamp(26px, 4vw, 42px);
  color: #111820;
  background: #fffdf6;
  border: 6px solid #111820;
  border-radius: 22px;
  box-shadow: none;
}

.run-report-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
  color: #e1111d;
  font-size: clamp(1.1rem, 2.6vw, 2rem);
  font-weight: 900;
}

.run-report-head img {
  width: 120px;
  max-width: 22%;
  max-height: 36px;
  object-fit: contain;
  opacity: 0.34;
  border: 0;
  border-radius: 0;
}

.run-result-main {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 48px);
  align-items: center;
  margin-bottom: 34px;
}

.run-score-box {
  display: grid;
  place-items: center;
  min-height: 230px;
  background: #e1111d;
  border: 6px solid #111820;
  border-radius: 18px;
}

.run-result-main .run-score-box strong {
  margin: 0;
  color: #fff;
  font-size: clamp(5.8rem, 14vw, 10rem);
  line-height: 0.9;
}

.run-result-main h2 {
  margin: 0 0 22px;
  color: #111820;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.04;
}

.run-result-main p {
  max-width: 680px;
  color: #6b675f;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.32;
}

.run-radar-frame {
  margin: 22px 0 34px;
  padding: 26px;
  background: #fff;
  border: 4px solid #e7dcc8;
  border-radius: 18px;
}

.run-radar-wrap {
  min-height: 360px;
  background: #050505;
  border-radius: 0;
}

.run-radar-wrap canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

.run-breakdown {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.run-breakdown div {
  padding: 18px 10px;
  text-align: center;
  background: #fff;
  border: 4px solid #e7dcc8;
  border-radius: 12px;
}

.run-breakdown strong {
  color: #111820;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
}

.run-breakdown span {
  color: #111820;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 900;
}

.run-breakdown i {
  display: none;
}

.run-weak-copy {
  margin: 34px 0 86px;
  color: #6b675f;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.42;
}

.run-report-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding-top: 28px;
  border-top: 4px dashed #e0d2ba;
}

.run-report-footer strong,
.run-report-footer span {
  display: block;
  color: #7b756b;
  font-weight: 900;
  line-height: 1.45;
}

.run-report-footer strong {
  font-size: clamp(1rem, 2.2vw, 1.55rem);
}

.run-report-footer span {
  margin-top: 4px;
  font-size: clamp(0.95rem, 2vw, 1.3rem);
}

.run-qr-card {
  flex: 0 0 76px;
  text-align: center;
}

.run-qr-card img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 8px;
}

.run-follow-strip img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 8px;
}

.run-qr-card span {
  margin-top: 6px;
  color: #8b8479;
  font-size: 0.72rem;
}

.run-result-actions {
  margin-top: 28px;
}

.run-follow-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 24px;
  align-items: center;
  margin-top: 44px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 10px;
}

.run-follow-strip h2 {
  margin: 0 0 8px;
  padding: 0;
  color: #111820;
  border: 0;
}

.run-follow-strip p:not(.eyebrow) {
  margin: 0;
  color: #52606a;
  line-height: 1.7;
}

.return-illusion-page {
  color: #16181c;
}

.return-illusion-page .eyebrow,
.return-illusion-page .run-brand-row {
  color: #6b5b24;
}

.return-illusion-page .run-hero h1 {
  max-width: 820px;
  letter-spacing: 0;
}

.return-illusion-page .run-sample-card {
  color: #fff8e6;
  background: #16181c;
  border-color: #16181c;
  box-shadow: 14px 14px 0 #ffcc33;
}

.return-illusion-page .run-sample-card span,
.return-illusion-page .run-sample-card b,
.return-illusion-page .run-sample-card em {
  color: #fff8e6;
}

.return-illusion-page .run-sample-card strong,
.return-illusion-page .run-progress i,
.return-illusion-page .run-score-box {
  color: #16181c;
  background: #ffcc33;
}

.return-illusion-page .run-sample-card strong {
  color: #16181c;
  border-color: #fff8e6;
}

.return-illusion-page .run-question input:checked + span {
  background: #fff3bd;
  border-color: #ffcc33;
}

.return-illusion-page .run-result-card {
  background: #fff8e6;
}

.return-illusion-page .run-report-head {
  color: #16181c;
}

.return-illusion-page .run-radar-wrap {
  background: #111;
}

.return-illusion-page .run-breakdown div {
  border-color: #e5d6b8;
}

.return-illusion-page .btn.primary {
  color: #16181c !important;
  background: #ffcc33;
  border-color: #16181c;
}

.markdown-body img {
  border: 1px solid rgba(23, 32, 38, 0.12);
  border-radius: 8px;
}

.markdown-body .run-brand-row img,
.markdown-body .run-report-head img,
.markdown-body .run-qr-card img,
.markdown-body .run-follow-strip img {
  border: 0;
}

.markdown-body .run-brand-row img,
.markdown-body .run-report-head img {
  border-radius: 0;
}

.post-vcard-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 28px 0;
  padding: 16px;
  color: #172026;
  background: #f8f4ff;
  border: 1px solid rgba(85, 70, 180, 0.18);
  border-radius: 12px;
}

.post-vcard-panel.compact {
  display: block;
  background: #fbf4df;
  border-color: rgba(126, 95, 42, 0.22);
}

.post-vcard-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
}

.post-vcard-panel strong {
  display: block;
  color: #111820;
  font-size: 1.3rem;
  line-height: 1.35;
}

.post-vcard-panel p {
  margin: 10px 0 14px;
  color: #52606a;
  line-height: 1.7;
}

.post-vcard-panel a,
.post-vcard-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: #fff !important;
  text-decoration: none !important;
  background: #172026;
  border-radius: 7px;
}

.index-card {
  display: flex;
  align-items: stretch;
  gap: 22px;
  max-width: var(--content-width);
  margin-bottom: 24px !important;
  padding: 14px;
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(17, 24, 32, 0.13);
}

.index-card .index-img {
  display: block;
  flex: 0 0 320px;
  max-width: 320px;
  padding: 0;
}

.index-card .index-img a {
  display: block;
  height: 100%;
}

.index-card .index-img img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  border: 3px solid var(--brutal-ink);
  border-radius: 10px;
}

.index-card .index-info {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 8px 14px 8px 2px;
}

.index-card .index-header {
  display: block !important;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--brutal-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  font-weight: 900;
  line-height: 1.12;
}

.index-card .index-header a {
  color: #111820 !important;
  text-decoration: none !important;
}

.index-card .index-pin {
  margin-right: 4px;
  color: var(--brutal-red);
  font-size: 0.95rem;
}

.index-card .index-excerpt {
  display: block;
  margin: 10px 0 0;
  color: #59656f !important;
  text-decoration: none !important;
}

.index-card .index-excerpt div {
  overflow: hidden;
  color: #59656f;
  font-size: 1rem;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-card .post-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  color: #6b675f;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 800;
}

.index-card .post-meta {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  color: #6b766e;
}

.index-card .post-meta a,
.index-card .post-meta time {
  color: #6b675f !important;
  font-weight: 800;
  text-decoration: none !important;
}

.index-card .post-meta .iconfont {
  margin-right: 5px;
}

.index-card .post-meta:last-child {
  overflow: hidden;
  max-width: 100%;
}

.index-card .post-meta:last-child a:nth-of-type(n+4) {
  display: none;
}

.list-group {
  max-width: var(--content-width);
  margin: 0 auto 34px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 16px;
  box-shadow: 12px 12px 0 rgba(17, 24, 32, 0.14);
}

.list-group > .h4 {
  margin: 0 0 18px;
  color: var(--brutal-ink);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
}

.list-group > .h4::before {
  content: "文章索引";
  display: block;
  width: max-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  background: var(--brutal-red);
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--brutal-ink);
}

.archive-card-list > .h4::before {
  display: none;
}

.archive-heading-label {
  display: block;
  width: max-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  background: var(--brutal-red);
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--brutal-ink);
}

.archive-heading-count {
  display: block;
  margin-top: 12px;
  color: #6b675f;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.list-group > hr {
  display: none;
}

.list-group > .h5 {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: 8px 0 18px;
  padding: 0 16px;
  color: var(--brutal-ink);
  font-size: 1.2rem;
  font-weight: 900;
  background: var(--brutal-yellow);
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
}

.list-group .list-group-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 0 0 12px;
  padding: 18px 20px;
  color: var(--brutal-ink) !important;
  text-decoration: none !important;
  background: #fff;
  border: 3px solid var(--brutal-ink);
  border-radius: 12px;
  box-shadow: 7px 7px 0 rgba(17, 24, 32, 0.1);
}

.archive-card-list .archive-card-item {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  min-height: 196px;
  padding: 14px;
}

.archive-card-img {
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 168px;
  background: var(--brutal-cream);
  border: 3px solid var(--brutal-ink);
  border-radius: 10px;
}

.archive-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.archive-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px 8px 0;
}

.archive-card-list .list-group-item time {
  width: max-content;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 0 12px;
}

.archive-card-list .list-group-item-title {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.18;
}

.archive-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  color: #59656f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-group .list-group-item:hover {
  color: var(--brutal-ink) !important;
  background: var(--brutal-cream);
  transform: translateY(-2px);
  transition: transform 160ms ease, background 160ms ease;
}

.list-group .list-group-item time {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  background: var(--brutal-red);
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
}

.list-group .list-group-item-title {
  min-width: 0;
  color: var(--brutal-ink);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.35;
}

.category-list,
.tag-cloud {
  max-width: var(--content-width);
  margin: 0 auto 34px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--brutal-paper);
  border: 4px solid var(--brutal-ink);
  border-radius: 16px;
  box-shadow: 12px 12px 0 rgba(17, 24, 32, 0.14);
}

.category-list .category-list-item,
.tag-cloud a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin: 0 10px 12px 0;
  padding: 0 14px;
  color: var(--brutal-ink) !important;
  font-size: 1rem !important;
  font-weight: 900;
  text-decoration: none !important;
  background: #fff;
  border: 3px solid var(--brutal-ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 rgba(17, 24, 32, 0.1);
}

.category-list .category-list-count {
  margin-left: 8px;
  color: var(--brutal-red);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 0;
}

.pagination .page-number,
.pagination .extend {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  color: var(--brutal-ink) !important;
  font-weight: 900;
  text-decoration: none !important;
  background: #fff;
  border: 3px solid var(--brutal-ink);
  border-radius: 8px;
}

.pagination .current {
  color: #fff !important;
  background: var(--brutal-ink);
}

@media (max-width: 900px) {
  main {
    padding-top: 12px;
  }

  #board {
    padding-right: max(18px, env(safe-area-inset-right)) !important;
    padding-left: max(18px, env(safe-area-inset-left)) !important;
  }

  #board > .container,
  #board .col-md-10 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .home-shell,
  .placeholder-page,
  .run-worth-page {
    width: 100%;
  }

  .top-feature-banner {
    margin-top: 12px;
  }

  .home-dashboard,
  .home-hero,
  .home-tool-strip,
  .article-grid,
  .feature-grid,
  .two-col,
  .placeholder-list,
  .blog-hub-grid,
  .about-hero,
  .x-card-grid,
  .about-grid,
  .contact-grid,
  .team-intro,
  .run-hero,
  .run-result-card,
  .run-method,
  .method-grid,
  .run-breakdown {
    grid-template-columns: 1fr;
  }

  .home-brutal {
    max-width: none;
  }

  .home-hero {
    min-height: auto;
    padding: 24px 0 18px;
  }

  .home-score-card {
    max-width: 420px;
    margin: 0 auto;
    transform: none;
  }

  .article-card,
  .feature-card {
    min-height: auto;
  }

  .article-card.large {
    grid-row: auto;
  }

  .article-card.large img,
  .article-card img {
    height: 190px;
  }

  .index-card {
    max-width: none;
    flex-direction: column;
    gap: 12px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .index-card .index-img {
    flex-basis: auto;
    max-width: none;
  }

  .index-card .index-img img {
    height: 190px;
  }

  .index-card .index-info {
    padding: 4px 2px 2px;
  }

  .post-vcard-panel {
    grid-template-columns: 1fr;
  }

  .list-group {
    max-width: none;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 8px 8px 0 rgba(17, 24, 32, 0.12);
  }

  .list-group .list-group-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .archive-card-list .archive-card-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .archive-card-img {
    min-height: 190px;
  }

  .archive-card-copy {
    padding: 4px 2px 2px;
  }

  .list-group .list-group-item time {
    width: max-content;
    padding: 0 10px;
  }

  .about-pro {
    width: 100%;
    padding-top: 0;
  }

  .legal-page {
    width: 100%;
    padding-top: 0;
  }

  .blog-hub,
  .about-hero > div,
  .profile-card,
  .x-profile-card,
  .about-grid a,
  .legal-hero,
  .legal-body,
  .contact-grid a,
  .team-intro {
    border-radius: 10px;
  }

  .team-intro img {
    max-width: 220px;
  }

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

  .run-sample-card {
    transform: none;
  }

  .run-question div {
    grid-template-columns: 1fr;
  }

  .run-brand-row,
  .run-report-head,
  .run-report-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .run-result-main,
  .run-follow-strip {
    grid-template-columns: 1fr;
  }

  .run-score-box {
    min-height: 180px;
  }

  .run-radar-frame {
    padding: 12px;
  }

  .run-radar-wrap {
    min-height: 220px;
  }

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

@media (max-width: 640px) {
  main {
    padding-top: 8px;
  }

  #board {
    padding-right: max(16px, env(safe-area-inset-right)) !important;
    padding-left: max(16px, env(safe-area-inset-left)) !important;
  }

  .home-shell {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .home-yellow-note {
    display: flex;
    font-size: 0.98rem;
    box-shadow: 5px 5px 0 #111820;
  }

  .home-score-card {
    box-shadow: 10px 10px 0 #111820;
  }

  .home-score-card strong {
    min-height: 138px;
  }

  .home-tool-card {
    min-height: 150px;
  }

  .home-featured .section-title,
  .home-bottom-grid .section-title {
    display: block;
  }

  .intro-panel {
    padding: 24px 22px;
  }

  .dash-card,
  .feature-card,
  .about-card,
  .blog-hub,
  .about-hero > div,
  .profile-card,
  .x-profile-card,
  .about-grid a,
  .legal-hero,
  .legal-body,
  .contact-grid a,
  .team-intro,
  .run-tool {
    padding: 20px;
  }

  .card-shelf {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    justify-content: center;
    width: 100%;
  }

  .link-list a {
    display: block;
  }

  .link-list span {
    display: block;
    margin-top: 6px;
  }

  .placeholder-hero {
    padding: 28px 20px;
  }
}
