/* Roundup / listicle article styles — extends design-system.css */

body.article-page,
body:has(main#content) {
  font-size: 17px;
  line-height: 1.65;
}

main { max-width: var(--page-max); margin: 0 auto; padding: 0 28px 72px; }

/* Article / roundup page styles */

    
    
    

    
    

    
    

    
    
    
    
    
    

    main { max-width: var(--page-max); margin: 0 auto; padding: 0 28px 72px; }

    .crumbs { font-size: 0.8125rem; font-weight: 500; color: var(--muted2); padding-top: 28px; margin: 0 0 20px; max-width: var(--measure); margin-left: auto; margin-right: auto; }
    .crumbs a { color: var(--muted); text-decoration: none; }
    .crumbs a:hover { color: var(--accent-fg); text-decoration: underline; }

    .article-head { max-width: var(--measure); margin: 0 auto 24px; }

    .kicker-row { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-bottom: 14px; font-size: 0.8125rem; font-weight: 600; color: var(--muted); }
    .kicker-row span { display: inline-flex; align-items: center; gap: 6px; }
    .dot { color: var(--muted2); font-weight: 400; }

    .pill { display: inline-block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-fg); background: var(--accent-soft); padding: 7px 11px; border-radius: 6px; margin-bottom: 14px; }

    h1 { font-family: var(--font-body); font-weight: 700; font-size: clamp(1.85rem, 4vw, 2.85rem); letter-spacing: -0.035em; line-height: 1.06; margin: 0 0 14px; }

    .dek { margin: 0; font-size: 1.2rem; font-weight: 500; line-height: 1.48; color: var(--muted); }

    .byline-bar { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; margin-top: 22px; padding: 14px 0 20px; border-bottom: 1px solid var(--rule); font-size: 0.875rem; color: var(--muted2); }
    .byline-bar strong { color: var(--fg); font-weight: 600; }

    .jump-wrap { max-width: var(--measure); margin: 0 auto 32px; padding: 16px 18px; background: var(--bg-elevated); border: 1px solid var(--rule); border-radius: var(--radius); }
    .jump-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted2); margin: 0 0 10px; }
    .jump-links { display: flex; flex-wrap: wrap; gap: 10px 16px; font-size: 0.875rem; font-weight: 600; }
    .jump-links a { text-decoration: none; }
    .jump-links a:hover { text-decoration: underline; }

    .rank-toc { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--rule); }
    .rank-toc-label { margin-bottom: 0.625rem !important; }
    .rank-toc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
    .rank-toc-list a { display: flex; align-items: center; gap: 0.65rem; padding: 0.45rem 0.55rem; border-radius: 0.625rem; text-decoration: none; font-size: 0.84375rem; font-weight: 600; color: var(--fg); line-height: 1.35; transition: background 0.15s ease; }
    .rank-toc-list a:hover { background: rgba(26, 77, 71, 0.06); }
    .rank-toc-num { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 999px; font-size: 0.8125rem; font-weight: 800; color: var(--gx-primary); background: rgba(255, 252, 247, 0.95); box-shadow: 0 0 0 1px rgba(26, 77, 71, 0.16); }

    .criteria-card { max-width: var(--measure); margin: 0 auto 40px; padding: 32px 28px 28px; border-radius: var(--radius-lg); border: 1px solid var(--rule); background: linear-gradient(155deg, #fffcf8 0%, #f5f0e8 100%); box-shadow: var(--shadow-xs); }
    .criteria-head { margin-bottom: 1.5rem; }
    .criteria-head h2 { font-family: var(--font-body); font-size: 1.45rem; letter-spacing: -0.02em; margin: 0 0 0.4rem; }
    .criteria-lede { margin: 0; font-size: 0.95rem; line-height: 1.55; color: var(--muted); }
    .criteria-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
    @media (min-width: 640px) { .criteria-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 28px; } }
    .criteria-item { display: flex; gap: 14px; align-items: flex-start; }
    .criteria-icon { flex-shrink: 0; width: 2.5rem; height: 2.5rem; border-radius: 12px; background: var(--gx-accent-soft); color: var(--gx-accent-hot); display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; line-height: 1; }
    .criteria-
    .criteria-body h3 { margin: 0 0 0.3rem; font-family: var(--font-body); font-size: 1.0625rem; font-weight: 700; letter-spacing: -0.015em; color: var(--fg); }
    .criteria-body p { margin: 0; font-size: 0.9125rem; line-height: 1.55; color: var(--muted); }

    .scoreline { max-width: var(--measure); margin: 0 auto 28px; font-size: 0.9rem; color: var(--muted); padding: 12px 16px; background: rgba(26, 77, 71, 0.06); border-radius: 10px; }
    .scoreline strong { color: var(--fg); }

    .disclosure { max-width: var(--measure); margin: 0 auto 32px; font-size: 0.8125rem; color: var(--muted2); line-height: 1.55; }

    .prose { max-width: var(--measure); margin: 0 auto; font-size: 1.05rem; }
    .prose > * + * { margin-top: 1.25em; }
    .prose h2 { font-family: var(--font-body); font-size: 1.55rem; margin-top: 2em; margin-bottom: 0.5em; letter-spacing: -0.02em; scroll-margin-top: 96px; }
    .prose h3 { font-family: var(--font-body); font-size: 1.2rem; margin-top: 1.65em; margin-bottom: 0.35em; }
    .prose p { margin: 0; color: var(--fg); }

    .faq-panel { background: var(--bg-elevated); border: 1px solid var(--rule); border-radius: var(--radius); box-shadow: var(--shadow-xs); padding: 1.625rem 1.375rem 2rem; margin-bottom: 1.375rem; }
    .faq-panel.prose > * + * { margin-top: 0; }
    .faq-panel.prose h3 { margin-top: 1.35rem; }
    .faq-panel.prose h2 + h3 { margin-top: 0; }
    .faq-panel.prose h3 + p { margin-top: 0.45rem; }
    .faq-panel h2 { font-family: var(--font-body); font-size: 1.3rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.2; color: var(--fg); margin: 0 0 1.125rem; padding-bottom: 0.875rem; border-bottom: 1px solid var(--rule); }
    .faq-panel h3 { font-family: var(--font-body); font-size: 1.0625rem; font-weight: 700; line-height: 1.38; color: var(--gx-primary); }
    .faq-panel p { margin: 0; font-size: 1.03125rem; line-height: 1.72; color: #393632; max-width: 100%; }
    .faq-panel a { color: #29564a; font-weight: 600; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
    .faq-panel 

    .closing-card { max-width: var(--measure); margin: 0 auto 2rem; background: var(--bg-elevated); border: 1px solid var(--rule); border-radius: var(--radius); box-shadow: var(--shadow-xs); padding: 1.5rem 1.375rem 1.625rem; }
    .closing-card .footer.end { max-width: none; margin: 0; padding: 0; border: none; font-size: 1.03125rem; line-height: 1.72; color: #393632; }
    .closing-card .footer.end + .footer.end { margin-top: 1.125rem; padding-top: 1.125rem; border-top: 1px solid rgba(17, 17, 15, 0.08); }
    .closing-card .footer.end strong { color: var(--fg); font-weight: 700; }
    .closing-card a { color: #29564a; font-weight: 600; }
    .closing-card 

    .pick-grid { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 1.25rem; margin-bottom: 2rem; }
    @media (min-width: 720px) { .pick-grid { grid-template-columns: repeat(3, 1fr); } }
    .pick-card { padding: 20px; border-radius: var(--radius); border: 1px solid var(--rule); background: var(--bg-elevated); display: flex; flex-direction: column; min-height: 100%; box-shadow: var(--shadow-xs); }
    .pick-badge { font-size: 0.625rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #6b4f2f; background: rgba(154, 115, 73, 0.16); padding: 5px 8px; border-radius: 4px; width: fit-content; margin-bottom: 12px; }
    .pick-card h4 { font-family: var(--font-body); margin: 0 0 8px; font-size: 1.06rem; }
    .pick-card .subtitle { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--accent-fg); margin-bottom: 10px; }
    .pick-card p { margin: 0; font-size: 0.93rem; color: var(--muted); line-height: 1.52; flex: 1; }
    .pick-card .cta { margin-top: 16px; font-size: 0.8125rem; font-weight: 700; }

    .table-scroll { max-width: var(--measure); margin: 1.75rem auto 2.25rem; overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--rule); background: var(--bg-elevated); }
    table.rank { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
    table.rank th, table.rank td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--rule); vertical-align: top; }
    table.rank th { background: rgba(26, 77, 71, 0.09); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); }
    table.rank tr:last-child td { border-bottom: none; }

    #full-rankings { max-width: var(--measure); margin: 0 auto; }
    .tool-block { max-width: var(--measure); margin: 0 auto; padding-top: 2rem; scroll-margin-top: 88px; }
    .tool-block:first-of-type { padding-top: 1.5rem; }
    .tool-card { border-radius: 1rem; overflow: hidden; box-shadow: 0 1px 3px rgba(17, 17, 15, 0.06), 0 8px 24px rgba(17, 17, 15, 0.05); background: var(--bg-elevated); }
    .tool-card-head { background: var(--gx-primary); color: #fff; padding: 1.35rem 1.35rem 1.45rem; }
    .tool-card-head-inner { display: flex; align-items: flex-start; gap: 1.1rem; }
    .tool-rank-badge { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 2.125rem; height: 2.125rem; border-radius: 999px; background: var(--gx-accent); color: var(--gx-primary); font-size: 0.9375rem; font-weight: 800; letter-spacing: -0.03em; }
    .tool-card-head-text { flex: 1; min-width: 0; }
    .tool-card-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.65rem; }
    .tool-card-title { margin: 0; font-family: var(--font-body); font-size: clamp(1.25rem, 3vw, 1.5rem); font-weight: 800; line-height: 1.18; color: #fff; letter-spacing: -0.03em; }
    .tool-card-pill { display: inline-block; font-size: 0.6875rem; font-weight: 700; line-height: 1.25; padding: 0.3125rem 0.6875rem; border-radius: 999px; background: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.94); text-transform: capitalize; }
    .tool-card-teaser { margin: 0.65rem 0 0; font-size: 0.875rem; line-height: 1.5; color: rgba(255, 255, 255, 0.68); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
    .tool-card-score-desktop { display: none; flex-direction: column; align-items: flex-end; flex-shrink: 0; gap: 0.15rem; }
    @media (min-width: 640px) { .tool-card-score-desktop { display: flex; } }
    .tool-card-overall { font-family: var(--font-body); font-size: 2rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--gx-accent); }
    .tool-over-s10 { font-size: 0.92em; font-weight: 700; opacity: 0.82; margin-inline-start: 0.06em; }
    .tool-card-overall-sub { font-size: 0.6875rem; font-weight: 600; color: rgba(255, 255, 255, 0.45); letter-spacing: 0.06em; text-transform: uppercase; }

    .tool-card-
    .tool-card-overall-mobile { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.15rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
    @media (min-width: 640px) { .tool-card-overall-mobile { display: none; } }
    .tool-mob-label { font-size: 0.875rem; font-weight: 600; color: rgba(17, 17, 15, 0.55); }
    .tool-card-overall-mobile .tool-card-overall { font-size: 1.65rem; }

    .tool-bars { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.25rem; }
    .tool-bar-row { display: flex; align-items: center; gap: 0.75rem; font-size: 0.921rem; }
    .tool-bar-label { width: 6.25rem; flex-shrink: 0; color: rgba(17, 17, 15, 0.55); font-weight: 540; }
    .tool-bar-track { flex: 1; height: 0.475rem; border-radius: 999px; background: rgba(17, 17, 15, 0.07); overflow: hidden; }
    .tool-bar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gx-accent) 0%, var(--gx-accent-hot) 100%); box-shadow: 0 1px 0 rgba(201, 137, 51, 0.18); transition: width 0.4s ease; }
    .tool-bar-val { width: 3.125rem; flex-shrink: 0; text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; font-size: 0.859rem; color: var(--fg); }

    .tool-standout { display: flex; align-items: flex-start; gap: 0.625rem; padding: 1rem 1rem 1rem 0.9rem; border-radius: 0.75rem; background: var(--gx-accent-soft); border: 1px solid rgba(201, 137, 51, 0.22); margin-bottom: 1.35rem; }
    .tool-ico { flex-shrink: 0; width: 1.375rem; height: 1.375rem; }
    .tool-ico-star { margin-top: 0.1875rem; color: var(--gx-accent-hot); }
    .tool-ico-check { color: var(--gx-primary); width: 1.0625rem; height: 1.0625rem; }
    .tool-ico-caution { color: #a25a1b; width: 1.0625rem; height: 1.0625rem; }
    .tool-standout-kicker { display: block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gx-accent-hot); margin-bottom: 0.2rem; }
    .tool-standout-line { margin: 0; font-size: 0.9375rem; line-height: 1.45; color: var(--fg); font-weight: 600; }

    .tool-
    .tool-body-card { margin-bottom: 1.35rem; }
    .tool-body p { margin: 0 0 1rem; }
    .tool-body p:last-child { margin-bottom: 0; }

    .tool-split { display: grid; gap: 1rem; grid-template-columns: 1fr; }
    @media (min-width: 560px) { .tool-split { grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; } }
    .tool-split-col { padding: 1rem 1rem 1rem 0.9rem; border-radius: 0.85rem; border: 1px solid var(--rule); background: rgba(255, 255, 255, 0.65); }
    .tool-split-fits .tool-split-heading { margin: 0 0 0.35rem; }
    .tool-split-watch .tool-split-heading { margin: 0 0 0.35rem; }
    .tool-split-heading { display: flex; align-items: center; gap: 0.4rem; font-family: var(--font-body); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-fg); }
    .tool-split-col ul { margin: 0; padding: 0; list-style: none; }
    .tool-split-col li { font-size: 0.929rem; line-height: 1.53; color: var(--muted); }

    .tool-divider { border: none; height: 1px; background: rgba(17, 17, 15, 0.07); margin: 2.25rem auto 0; max-width: var(--measure); }
    .tool-block:last-of-type .tool-divider { margin-top: 2rem; }

    footer.end { max-width: var(--measure); margin: 3rem auto 0; padding-top: 1.75rem; border-top: 1px solid var(--rule); font-size: 0.9375rem; color: var(--muted); }

    .related-wrap { max-width: var(--page-max); margin: 4rem auto 0; padding: 0 28px; }
    .related-head { max-width: var(--measure); margin: 0 auto 1.5rem; text-align: center; }
    .related-kicker { display: inline-block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted2); margin: 0 0 0.5rem; }
    .related-title { font-family: var(--font-body); font-size: clamp(1.5rem, 3.4vw, 2rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 0.6rem; color: var(--fg); }
    .related-lede { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); }
    .related-grid { display: grid; gap: 28px; grid-template-columns: 1fr; margin-top: 2rem; }
    @media (min-width: 640px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 960px) { .related-grid { grid-template-columns: repeat(4, 1fr); } }
    .related-card { display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: inherit; transition: transform 0.18s ease; }
    .related-card:hover { transform: translateY(-2px); }
    .related-card:hover .related-card-title { color: var(--accent-brass); }
    .related-thumb { aspect-ratio: 16 / 10; border-radius: 14px; border: 1px solid var(--rule); background: var(--tag-bg); position: relative; overflow: hidden; }
    .related-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 10% 10%, rgba(255,252,247,0.55), transparent 55%), radial-gradient(80% 60% at 90% 100%, rgba(26,77,71,0.18), transparent 60%); }
    .related-thumb.t1 { background: linear-gradient(135deg, #f4e7d4, #d6a14c); }
    .related-thumb.t2 { background: linear-gradient(135deg, #d9e3df, #1a4d47); }
    .related-thumb.t3 { background: linear-gradient(135deg, #efe2cf, #c98933); }
    .related-thumb.t4 { background: linear-gradient(135deg, #e5dccd, #9a7349); }
    .related-card-pill { display: inline-block; align-self: flex-start; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.04em; padding: 0.25rem 0.6rem; border-radius: 999px; background: var(--tag-bg); color: var(--tag-fg); text-transform: capitalize; }
    .related-card-title { margin: 0; font-family: var(--font-body); font-size: 1.0625rem; font-weight: 700; line-height: 1.35; letter-spacing: -0.015em; color: var(--fg); transition: color 0.15s ease; }
    .related-card-meta { margin: 0; font-size: 0.8125rem; color: var(--muted2); font-weight: 500; }

    .site-ft { margin-top: 64px; padding: 0; border-top: 1px solid var(--rule); background: linear-gradient(180deg, var(--bg) 0%, #efe8de 130%); }
    .ft-wrap { max-width: var(--page-max); margin: 0 auto; padding: 56px 28px 32px; }
    .ft-top { display: flex; flex-direction: column; gap: 24px; padding-bottom: 44px; border-bottom: 1px solid var(--rule); }
    @media (min-width: 720px) { .ft-top { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 40px; } }
    .ft-brand-block { max-width: 26rem; }
    .ft-brand { font-family: var(--font-body); font-weight: 600; font-size: 1.35rem; letter-spacing: -0.02em; color: var(--fg); text-decoration: none; display: inline-block; margin-bottom: 12px; }
    .ft-brand:hover { color: var(--accent-brass); }
    .ft-tagline { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); font-weight: 500; }
    .ft-cta { flex-shrink: 0; align-self: flex-start; margin-top: 6px; font-family: var(--font-body); font-size: 1.125rem; font-weight: 600; font-style: italic; letter-spacing: -0.02em; line-height: 1.3; color: var(--fg); text-decoration: none; border-bottom: 1px solid rgba(154, 115, 73, 0.45); padding-bottom: 3px; transition: color 0.18s ease, border-color 0.18s ease; }
    @media (min-width: 720px) { .ft-cta { align-self: center; margin-top: 0; } }
    .ft-cta:hover { color: var(--accent-brass); border-bottom-color: var(--accent-brass); }
    .ft-grid { display: grid; gap: 36px 32px; grid-template-columns: 1fr; padding: 44px 0; }
    @media (min-width: 560px) { .ft-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) { .ft-grid { grid-template-columns: repeat(4, 1fr); gap: 28px 24px; } }
    .ft-heading { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted2); margin: 0 0 16px; }
    .ft-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
    .ft-list a { font-size: 0.9375rem; font-weight: 500; color: var(--muted); text-decoration: none; transition: color 0.15s ease; }
    .ft-list a:hover { color: var(--fg); }
    .ft-bottom { display: flex; flex-direction: column; gap: 20px; padding-top: 28px; border-top: 1px solid var(--rule); }
    @media (min-width: 640px) { .ft-bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
    .ft-copyright { font-size: 0.8125rem; color: var(--muted2); margin: 0; line-height: 1.5; max-width: 36rem; }
    .ft-social { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; }
    .ft-social a { font-size: 0.8125rem; font-weight: 600; color: var(--muted); text-decoration: none; }
    .ft-social 

    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

    hr.section { border: none; height: 1px; margin: 2.75rem auto; max-width: var(--measure); background: linear-gradient(90deg, transparent, var(--rule) 15%, var(--rule) 85%, transparent); }

    .tldr-wrap { max-width: var(--measure); margin: 0 auto 36px; padding: 26px 24px 22px; border-radius: var(--radius); background: var(--bg-elevated); border: 1px solid var(--rule); box-shadow: var(--shadow-xs); }
    .tldr-head h2 { font-family: var(--font-body); font-size: 1.3rem; letter-spacing: -0.02em; margin: 0 0 0.35rem; }
    .tldr-lede { margin: 0 0 1.1rem; font-size: 0.9125rem; color: var(--muted); }
    .tldr-list { list-style: none; counter-reset: tldr; margin: 0; padding: 0; display: grid; gap: 8px; }
    .tldr-list li { counter-increment: tldr; display: flex; gap: 14px; align-items: baseline; padding: 8px 10px; border-radius: 8px; font-size: 0.9375rem; line-height: 1.45; transition: background 0.15s ease; }
    .tldr-list li:hover { background: rgba(26, 77, 71, 0.05); }
    .tldr-list li::before { content: counter(tldr); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 1.65rem; height: 1.65rem; border-radius: 999px; background: var(--gx-accent-soft); color: var(--gx-accent-hot); font-size: 0.78125rem; font-weight: 800; letter-spacing: -0.01em; }
    .tldr-list a { color: var(--fg); text-decoration: none; font-weight: 600; }
    .tldr-list a:hover { color: var(--accent-brass); text-decoration: underline; }
    .tldr-list .tldr-name { font-weight: 700; }
    .tldr-list .tldr-angle { color: var(--muted); font-weight: 500; }

    .tool-meta { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px dashed var(--rule); display: grid; gap: 0.85rem; }
    .tool-meta-row { font-size: 0.875rem; line-height: 1.55; color: var(--muted); }
    .tool-meta-label { font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted2); margin-right: 0.55rem; }
    .tool-meta-row strong { color: var(--fg); font-weight: 600; }
    .tool-why { margin-top: 0.85rem; padding: 0.85rem 0.95rem; border-radius: 0.65rem; background: rgba(26, 77, 71, 0.05); border-left: 3px solid var(--gx-primary); }
    .tool-why-label { display: block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gx-primary); margin-bottom: 0.45rem; }
    .tool-why ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
    .tool-why li { font-size: 0.9125rem; line-height: 1.5; color: var(--fg); padding-left: 1.15rem; position: relative; }
    .tool-why li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--gx-accent-hot); font-weight: 800; }

    .mistakes-wrap { max-width: var(--measure); margin: 0 auto; }
    .mistakes-head h2 { font-family: var(--font-body); font-size: 1.55rem; letter-spacing: -0.02em; margin: 0 0 0.4rem; }
    .mistakes-lede { margin: 0 0 1.5rem; font-size: 0.95rem; color: var(--muted); }
    .mistake-item { display: flex; gap: 14px; padding: 18px 20px; margin-bottom: 14px; border-radius: var(--radius); background: var(--bg-elevated); border: 1px solid var(--rule); box-shadow: var(--shadow-xs); }
    .mistake-num { flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 999px; background: var(--gx-accent); color: var(--gx-primary); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9375rem; letter-spacing: -0.02em; }
    .mistake-
    .mistake-body h3 { margin: 0 0 0.35rem; font-family: var(--font-body); font-size: 1.0625rem; font-weight: 700; letter-spacing: -0.015em; color: var(--fg); }
    .mistake-body p { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); }

    .trends-wrap { max-width: var(--measure); margin: 0 auto; }
    .trends-head h2 { font-family: var(--font-body); font-size: 1.55rem; letter-spacing: -0.02em; margin: 0 0 0.4rem; }
    .trends-lede { margin: 0 0 1.5rem; font-size: 0.95rem; color: var(--muted); }
    .trend-item { padding: 18px 20px; margin-bottom: 14px; border-radius: var(--radius); background: var(--bg-elevated); border: 1px solid var(--rule); border-left: 4px solid var(--gx-accent); box-shadow: var(--shadow-xs); }
    .trend-item h3 { margin: 0 0 0.35rem; font-family: var(--font-body); font-size: 1.0625rem; font-weight: 700; letter-spacing: -0.015em; color: var(--fg); }
    .trend-item p { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); }
    .trend-callout { max-width: var(--measure); margin: 1.5rem auto 0; padding: 18px 22px; border-radius: var(--radius); background: var(--gx-accent-soft); border: 1px solid rgba(201, 137, 51, 0.22); display: flex; gap: 12px; align-items: flex-start; }
    .trend-callout-icon { flex-shrink: 0; font-size: 1.4rem; line-height: 1; }
    .trend-callout p { margin: 0; font-size: 0.95rem; line-height: 1.6; color: var(--fg); font-weight: 500; }

    .inline-cta { max-width: var(--measure); margin: 2.5rem auto; padding: 24px 24px; border-radius: var(--radius); background: linear-gradient(135deg, var(--gx-primary) 0%, #143d38 100%); color: #fffcf7; display: flex; flex-direction: column; gap: 14px; }
    @media (min-width: 640px) { .inline-cta { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 28px; } }
    .inline-cta-
    .inline-cta-kicker { display: inline-block; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gx-accent); margin: 0 0 0.4rem; }
    .inline-cta h3 { margin: 0 0 0.35rem; font-family: var(--font-body); font-size: 1.25rem; letter-spacing: -0.02em; color: #fffcf7; }
    .inline-cta p { margin: 0; font-size: 0.9375rem; line-height: 1.55; color: rgba(255, 252, 247, 0.75); }
    .inline-cta-btn { flex-shrink: 0; align-self: flex-start; display: inline-flex; align-items: center; gap: 0.4rem; padding: 12px 22px; border-radius: 999px; background: var(--gx-accent); color: var(--gx-primary); font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; transition: transform 0.15s ease, background 0.15s ease; }
    .inline-cta-btn:hover { background: var(--gx-accent-hot); color: var(--gx-primary); transform: translateY(-1px); }
    @media (min-width: 640px) { .inline-cta-btn { align-self: center; } }

    .explore-wrap { max-width: var(--page-max); margin: 3.5rem auto 0; padding: 0 28px; }
    .explore-head { max-width: var(--measure); margin: 0 auto 1.5rem; text-align: center; }
    .explore-head h2 { font-family: var(--font-body); font-size: clamp(1.4rem, 3vw, 1.85rem); letter-spacing: -0.02em; margin: 0 0 0.4rem; }
    .explore-lede { margin: 0; font-size: 0.9375rem; color: var(--muted); }
    .explore-grid { display: grid; gap: 28px; grid-template-columns: 1fr; max-width: var(--measure); margin: 0 auto; }
    @media (min-width: 720px) { .explore-grid { grid-template-columns: repeat(3, 1fr); } }
    .explore-col h3 { font-family: var(--font-body); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted2); margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
    .explore-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
    .explore-col a { font-size: 0.9375rem; font-weight: 600; color: var(--fg); text-decoration: none; transition: color 0.15s ease; }
    .explore-col 

    @media (max-width: 640px) {
      
      
      main { padding: 0 16px 56px; }
      .related-wrap { padding: 0 16px; margin-top: 3rem; }
      .ft-wrap { padding: 44px 16px 28px; }
      .crumbs { padding-top: 20px; margin-bottom: 16px; font-size: 0.78125rem; }
      .article-head { margin-bottom: 18px; }
      .kicker-row { gap: 4px 8px; font-size: 0.75rem; margin-bottom: 12px; }
      .kicker-row .dot { display: none; }
      .pill { font-size: 0.625rem; padding: 5px 9px; }
      .dek { font-size: 1.04rem; line-height: 1.5; }
      .byline-bar { gap: 6px 10px; font-size: 0.8125rem; padding: 12px 0 16px; }
      .byline-bar > span[aria-hidden="true"] { display: none; }
      
      
      .jump-wrap { padding: 14px 14px; margin-bottom: 24px; }
      .jump-links { gap: 8px 12px; font-size: 0.8125rem; }
      .closing-card { padding: 1.25rem 1.125rem 1.375rem; }
      .closing-card .footer.end { font-size: 0.9625rem; line-height: 1.65; }
      .faq-panel { padding: 1.375rem 1.125rem 1.75rem; }
      .faq-panel h2 { font-size: 1.15rem; }
      .faq-panel h3 { font-size: 1rem; }
      .faq-panel p { font-size: 0.9625rem; line-height: 1.65; }
      .tool-block { padding-top: 1.5rem; }
      .tool-card-head { padding: 1.125rem 1.125rem 1.25rem; }
      .tool-card-head-inner { gap: 0.85rem; }
      .tool-card-
      .tool-rank-badge { width: 1.875rem; height: 1.875rem; font-size: 0.875rem; }
      .tool-card-title-row { gap: 0.4rem 0.55rem; }
      .tool-card-title { font-size: 1.125rem; }
      .tool-card-pill { font-size: 0.625rem; padding: 0.25rem 0.55rem; }
      .tool-card-teaser { font-size: 0.84375rem; -webkit-line-clamp: 4; }
      .tool-bar-label { width: 4.25rem; font-size: 0.8125rem; }
      .tool-bar-val { width: 2.75rem; font-size: 0.8125rem; }
      .tool-bar-row { gap: 0.5rem; }
      .tool-bars { gap: 0.6rem; margin-bottom: 1rem; }
      .tool-standout { padding: 0.85rem 0.9rem; gap: 0.55rem; }
      .tool-standout-line { font-size: 0.9rem; }
      .tool-
      .tool-body p { margin-bottom: 0.85rem; }
      .tool-split { gap: 0.75rem; }
      .tool-split-col { padding: 0.85rem 0.9rem; }
      .tool-split-col li { font-size: 0.875rem; }
      .prose { font-size: 1rem; }
      .prose h2 { font-size: 1.35rem; }
      .prose h3 { font-size: 1.075rem; }
      .related-head { margin-bottom: 1.25rem; }
      .related-lede { font-size: 0.875rem; }
      .related-card-title { font-size: 1rem; }
      .ft-top { padding-bottom: 32px; }
      .ft-grid { padding: 32px 0; gap: 28px 24px; }
      .ft-tagline { font-size: 0.875rem; }
      .ft-list a { font-size: 0.875rem; }
      .ft-copyright { font-size: 0.75rem; }
      .ft-social a { font-size: 0.75rem; }
      .criteria-card { padding: 24px 18px 20px; }
      .criteria-head h2 { font-size: 1.2rem; }
      .criteria-icon { width: 2.25rem; height: 2.25rem; font-size: 1.125rem; }
      .criteria-body h3 { font-size: 1rem; }
      .criteria-body p { font-size: 0.875rem; }
      .tldr-wrap { padding: 20px 16px 18px; }
      .tldr-head h2 { font-size: 1.125rem; }
      .tldr-list li { font-size: 0.875rem; padding: 6px 8px; gap: 10px; }
      .tldr-list li::before { width: 1.5rem; height: 1.5rem; font-size: 0.71875rem; }
      .mistakes-head h2, .trends-head h2 { font-size: 1.25rem; }
      .mistake-item, .trend-item { padding: 14px 16px; }
      .mistake-num { width: 2rem; height: 2rem; font-size: 0.875rem; }
      .mistake-body h3, .trend-item h3 { font-size: 1rem; }
      .mistake-body p, .trend-item p { font-size: 0.875rem; }
      .trend-callout { padding: 14px 16px; }
      .trend-callout p { font-size: 0.875rem; }
      .inline-cta { padding: 20px 18px; margin: 2rem auto; }
      .inline-cta h3 { font-size: 1.125rem; }
      .inline-cta p { font-size: 0.875rem; }
      .inline-cta-btn { padding: 10px 18px; font-size: 0.75rem; }
      .explore-wrap { padding: 0 16px; margin-top: 2.5rem; }
      .tool-meta-row { font-size: 0.84375rem; }
      .tool-why { padding: 0.75rem 0.85rem; }
      .tool-why li { font-size: 0.875rem; }
      .tool-body a, .faq-panel a, .prose a { word-break: break-word; overflow-wrap: anywhere; }
      html, 
    }

    @media (max-width: 380px) {
      main { padding: 0 14px 48px; }
      .related-wrap { padding: 0 14px; }
      .ft-wrap { padding: 36px 14px 24px; }
      h1 { font-size: 1.65rem; }
      .tool-card-title { font-size: 1.0625rem; }
      .tool-card-overall { font-size: 1.6rem; }
      .tool-bar-label { width: 3.5rem; font-size: 0.75rem; }
    }
