/* Lokamo content layer: hub, landing, article and editorial visualisations. */
:root {
  --cc-ink: #152219;
  --cc-ink-soft: #4a5a51;
  --cc-body: #2e3c33;
  --cc-green: #1e4a38;
  --cc-green-deep: #143427;
  --cc-mint: #dff2e3;
  --cc-mint-2: #c7ecd2;
  --cc-paper: #fff;
  --cc-soft: #f7f6f1;
  --cc-line: #e8e6de;
  --cc-pink: #a62368;
  --cc-lav: #e4dcf9;
  --cc-sky: #dbeef8;
  --cc-peach: #f8dfd5;
  --cc-sun: #f2eeb8;
  --cc-shadow: 0 1px 2px rgba(21, 34, 25, .05), 0 18px 42px -24px rgba(21, 34, 25, .26);
  --cc-pop: 0 3px 8px rgba(21, 34, 25, .06), 0 24px 50px -22px rgba(21, 34, 25, .22);
  --cc-radius: 20px;
  --cc-big-radius: 40px;
  --cc-max: 1240px;
  --cc-head: 'General Sans', system-ui, -apple-system, sans-serif;
  --cc-body-font: 'Switzer', system-ui, -apple-system, sans-serif;
}

.content-page { color: var(--cc-ink); background: var(--cc-paper); }
.content-page *, .content-page *::before, .content-page *::after { box-sizing: border-box; }
.content-page main { overflow: clip; }
.content-page h1, .content-page h2, .content-page h3, .content-page h4 { color: var(--cc-ink); font-family: var(--cc-head); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.content-page p { color: var(--cc-body); }
.content-page a { text-underline-offset: 3px; }
.content-page main .wrap { width: min(var(--cc-max), calc(100% - 48px)); margin-inline: auto; padding-inline: 0; }
.cc-eyebrow, .ntv-kicker, .cv-label { color: var(--cc-green); font-family: var(--cc-head); font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.lead { color: var(--cc-ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.5; max-width: 58ch; }
.cc-section-head { max-width: 680px; }
.cc-section-head h2 { font-size: clamp(30px, 4vw, 52px); margin: 12px 0 16px; }
.cc-section-head > p:last-child { color: var(--cc-ink-soft); max-width: 58ch; }
.cc-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.content-page main .btn, .cc-text-link { align-items: center; display: inline-flex; gap: 8px; min-height: 46px; }
.content-page main .btn { border-radius: 999px; font-weight: 600; padding: 12px 20px; }
.content-page main .btn-primary { background: var(--cc-green); color: #fff; }
.content-page main .btn-primary:hover, .content-page main .btn-primary:focus-visible { background: var(--cc-green-deep); }
.content-page main .btn-mint { background: var(--cc-mint); color: var(--cc-green); }
.content-page main .btn-mint:hover, .content-page main .btn-mint:focus-visible { background: var(--cc-mint-2); }
.cc-text-link { color: var(--cc-green); font-weight: 600; }
.cc-text-link:hover { text-decoration: underline; }
.cc-text-link svg, .cc-card svg { height: 18px; width: 18px; }
.content-page :focus-visible { outline: 3px solid rgba(166, 35, 104, .4); outline-offset: 4px; }

.content-crumbs { background: var(--cc-paper); border-bottom: 1px solid var(--cc-line); }
.content-crumbs ol { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; min-height: 48px; }
.content-crumbs li { color: var(--cc-ink-soft); font-size: 13px; }
.content-crumbs li + li::before { color: #9aa59d; content: '/'; margin-right: 8px; }
.content-crumbs a:hover { color: var(--cc-green); }

.cc-hub-hero, .cc-landing-hero { background: var(--cc-soft); border-bottom: 1px solid var(--cc-line); }
.cc-hub-hero-grid, .cc-landing-hero-grid { align-items: center; display: grid; gap: clamp(48px, 8vw, 120px); grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr); min-height: 620px; padding-block: 86px; }
.cc-hub-hero h1, .cc-landing-hero h1 { font-size: clamp(42px, 6vw, 76px); max-width: 10ch; }
.cc-hub-hero .lead, .cc-landing-hero .lead { margin-top: 24px; }
.cc-hub-stack { display: grid; gap: 14px; perspective: 1000px; }
.cc-hub-stack > div { background: var(--cc-paper); border: 1px solid var(--cc-line); border-radius: var(--cc-radius); box-shadow: var(--cc-shadow); display: grid; grid-template-columns: 45px 1fr auto; gap: 16px; padding: 22px 24px; transform: translateX(calc(var(--i) * 12px)); }
.cc-hub-stack > div:nth-child(2) { background: var(--cc-mint); }
.cc-hub-stack > div:nth-child(3) { background: var(--cc-sun); }
.cc-hub-stack span, .cc-card-index { color: var(--cc-green); font-family: var(--cc-head); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.cc-hub-stack b { font-family: var(--cc-head); font-size: 17px; }
.cc-hub-stack small { align-self: center; color: var(--cc-ink-soft); font-size: 12px; }
.cc-answer { padding: 110px 0; }
.cc-answer > .wrap, .cc-wide-copy > .wrap { display: grid; gap: 52px; grid-template-columns: minmax(240px, .8fr) minmax(0, 1fr); }
.cc-answer h2, .cc-wide-copy h2 { font-size: clamp(30px, 4vw, 50px); max-width: 12ch; }
.cc-answer > .wrap > div:last-child, .cc-wide-copy > .wrap > div:last-child { max-width: 66ch; }
.cc-answer p, .cc-wide-copy p { font-size: 18px; line-height: 1.75; }
.cc-answer p + p, .cc-wide-copy p + p { margin-top: 18px; }
.cc-library, .cc-faq { background: var(--cc-soft); border-block: 1px solid var(--cc-line); padding: 104px 0; }
.cc-related { background: var(--cc-paper); padding: 104px 0; }
.cc-faq-grid { align-items: start; display: grid; gap: 60px; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
.cc-faq-list { border-top: 1px solid var(--cc-line); }
.cc-siblings { border-top: 1px solid var(--cc-line); color: var(--cc-ink-soft); display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; padding-top: 20px; }
.cc-siblings span { color: var(--cc-green); font-weight: 700; }
.cc-splits { background: var(--cc-paper); }
.cc-library-grid, .cc-related-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; }
a.cc-card { border: 1px solid rgba(21, 34, 25, .1); border-radius: var(--cc-radius); box-shadow: var(--cc-shadow); display: flex; flex-direction: column; gap: 13px; min-height: 220px; padding: 26px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
a.cc-card:hover { box-shadow: var(--cc-pop); transform: translateY(-4px); }
.cc-card--mint { background: var(--cc-mint); }
.cc-card--lav { background: var(--cc-lav); }
.cc-card--peach { background: var(--cc-peach); }
.cc-card--sky { background: var(--cc-sky); }
.cc-card-head { align-items: center; display: flex; gap: 12px; }
.cc-card-index { align-items: center; background: var(--cc-paper); border-radius: 999px; color: var(--cc-green); display: inline-flex; font-family: var(--cc-head); font-size: 12px; font-weight: 700; height: 30px; justify-content: center; width: 30px; }
.cc-card small { color: var(--cc-green); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cc-card h3 { font-size: clamp(22px, 2.6vw, 30px); margin: 0; }
.cc-card p { color: var(--cc-ink-soft); line-height: 1.55; margin: 0; }
.cc-card em { align-items: center; color: var(--cc-green); display: flex; font-size: 14px; font-style: normal; font-weight: 600; gap: 8px; margin-top: auto; }
.cc-card em svg { transition: transform .2s ease; }
.cc-card:hover em svg { transform: translateX(4px); }
.cc-faq-list details { border-bottom: 1px solid var(--cc-line); }
.cc-faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--cc-head); font-size: 17px; font-weight: 600; gap: 16px; justify-content: space-between; list-style: none; padding: 19px 4px; }
.cc-faq-list summary::-webkit-details-marker { display: none; }
.cc-faq-list summary:hover { color: var(--cc-green-deep); }
.cc-faq-list summary span { align-items: center; background: var(--cc-mint); border-radius: 50%; color: var(--cc-green); display: grid; flex: none; font-size: 15px; font-weight: 600; height: 28px; justify-content: center; transition: transform .2s ease; width: 28px; }
.cc-faq-list details[open] summary span { transform: rotate(45deg); }
.cc-faq-list details p { color: var(--cc-ink-soft); line-height: 1.7; max-width: 62ch; padding: 0 4px 21px; }
.cc-wide-copy { padding: 100px 0; }
.cc-wide-copy + .cc-wide-copy { border-top: 1px solid var(--cc-line); }
.cc-landing-hero-grid { min-height: 680px; }
.cc-landing-hero-grid > div:first-child { padding-block: 30px; }
.cc-proof-list { color: var(--cc-ink-soft); display: grid; gap: 10px; list-style: none; margin-top: 34px; }
.cc-proof-list li { align-items: center; display: flex; gap: 9px; }
.cc-proof-list svg { color: var(--cc-green); height: 19px; width: 19px; }
.cc-answer--landing { background: var(--cc-paper); }
.cc-split { padding: 112px 0; }
.cc-split:nth-child(odd) { background: var(--cc-soft); }
.cc-split > .wrap { align-items: center; display: grid; gap: clamp(48px, 9vw, 130px); grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr); }
.cc-split--reverse > .wrap { grid-template-columns: minmax(380px, 1.12fr) minmax(0, .88fr); }
.cc-split--reverse .cc-split-copy { grid-column: 2; grid-row: 1; }
.cc-split--reverse .sv { grid-column: 1; grid-row: 1; }
.cc-split-copy h2 { font-size: clamp(32px, 4vw, 56px); max-width: 12ch; margin: 12px 0 24px; }
.cc-split-copy p:not(.cc-eyebrow) { font-size: 18px; line-height: 1.75; max-width: 58ch; }
.cc-split-copy p + p { margin-top: 18px; }

/* Article */
.cc-article-hero { background: var(--cc-soft); border-bottom: 1px solid var(--cc-line); padding: 76px 0 88px; }
.cc-article { background: var(--cc-paper); }
.cc-article-hero-grid { align-items: center; display: grid; gap: clamp(48px, 8vw, 110px); grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr); }
.cc-tag { background: rgba(166, 35, 104, .09); border-radius: 999px; color: var(--cc-pink); display: inline-flex; font-family: var(--cc-head); font-size: 12px; font-weight: 700; letter-spacing: .08em; padding: 7px 14px; text-transform: uppercase; width: max-content; }
.cc-article-intro h1 { font-size: clamp(42px, 6vw, 72px); margin: 18px 0 22px; max-width: 13ch; }
.cc-article-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 14px 16px; margin-top: 30px; }
.cc-avatar { align-items: center; background: var(--cc-green); border-radius: 50%; color: #fff; display: inline-flex; flex: none; font-family: var(--cc-head); font-size: 15px; font-weight: 700; height: 44px; justify-content: center; width: 44px; }
.cc-meta-who { display: flex; flex-direction: column; line-height: 1.3; }
.cc-meta-who strong { color: var(--cc-ink); font-size: 14px; }
.cc-meta-who small { color: var(--cc-ink-soft); font-size: 12px; }
.cc-meta-dot { background: var(--cc-line); border-radius: 50%; flex: none; height: 4px; width: 4px; }
.cc-article-meta > span:not(.cc-avatar):not(.cc-meta-who):not(.cc-meta-dot) { color: var(--cc-ink-soft); font-size: 13px; }
.cc-article-layout { display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: 250px minmax(0, 720px); justify-content: center; padding-block: 92px; }
.cc-sidebar { align-self: start; display: grid; gap: 20px; position: sticky; top: 96px; }
.cc-toc { background: var(--cc-soft); border: 1px solid var(--cc-line); border-radius: var(--cc-radius); padding: 22px; }
.cc-toc > p { color: var(--cc-green); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cc-toc ol { list-style: none; margin: 14px 0 0; }
.cc-toc li a { border-left: 2px solid transparent; color: var(--cc-ink-soft); display: grid; gap: 10px; grid-template-columns: 24px 1fr; padding: 9px 10px; font-size: 13px; line-height: 1.35; text-decoration: none; }
.cc-toc li a:hover, .cc-toc li a.is-active { border-left-color: var(--cc-green); color: var(--cc-green); }
.cc-toc li a span { color: #87948b; font-size: 11px; font-weight: 700; }
.cc-side-cta { background: var(--cc-green-deep); border-radius: var(--cc-radius); color: #fff; padding: 26px; }
.cc-side-cta .cc-side-cta-title { color: #fff; font-family: var(--cc-head); font-size: 20px; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.cc-side-cta p { color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.55; margin: 10px 0 18px; }
.cc-side-cta .btn { justify-content: center; width: 100%; }
.cc-prose > section:not(.cc-direct-answer) { scroll-margin-top: 110px; padding-top: 72px; }
.cc-prose h2 { font-size: clamp(30px, 4vw, 48px); margin: 10px 0 22px; }
.cc-prose > section > p:not(.cc-eyebrow):not(.cc-step-no), .cc-direct-answer > p:last-child { font-size: 18px; line-height: 1.78; }
.cc-prose > section > p + p { margin-top: 18px; }
.cc-article-visual { margin-top: 34px; }
.cc-article-visual .sv { box-shadow: var(--cc-shadow); min-height: 260px; }
.cc-step-no { color: var(--cc-green); font-family: var(--cc-head); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cc-direct-answer { background: var(--cc-mint); border-radius: var(--cc-radius); padding: 30px 34px; scroll-margin-top: 110px; }
.cc-direct-answer h2 { font-size: 30px; margin: 9px 0 12px; }
.cc-author { align-items: center; background: var(--cc-soft); border: 1px solid var(--cc-line); border-radius: var(--cc-radius); display: flex; gap: 18px; margin-top: 72px; padding: 24px 26px; }
.cc-author h3 { font-size: 17px; margin: 3px 0 6px; }
.cc-author p:not(.cc-eyebrow) { color: var(--cc-ink-soft); font-size: 14px; line-height: 1.6; margin: 0; }
.cc-sources { background: var(--cc-soft); border-left: 3px solid var(--cc-green); margin-top: 72px; padding: 26px 30px; }
.cc-sources h2 { font-size: 24px; margin: 0 0 12px; }
.cc-sources p, .cc-sources li { color: var(--cc-ink-soft); font-size: 15px; line-height: 1.6; }
.cc-sources ul { margin: 15px 0 0 18px; }
.cc-sources a { color: var(--cc-green); text-decoration: underline; }
.cc-source-date { font-size: 12px !important; margin-top: 16px !important; }
.cc-reading-progress { background: rgba(232, 230, 222, .72); height: 3px; inset: 0 0 auto; pointer-events: none; position: fixed; transform-origin: left center; z-index: 70; }
.cc-reading-progress span { background: var(--cc-green); display: block; height: 100%; transform: scaleX(0); transform-origin: left center; will-change: transform; }

/* Shared visual language for all dashboards */
.cv, .sv, .ntv-hub, .ntv-editor, .ntv-walkthrough, .ntv-calcpreview, .ntv-formula, .ntv-assumptions { background: var(--cc-paper); border: 1px solid var(--cc-line); border-radius: var(--cc-big-radius); box-shadow: var(--cc-pop); color: var(--cc-ink); overflow: hidden; }
.cv { padding: 26px; position: relative; }
.cv--reviews, .cv--queue, .cv--model, .cv--flow { min-width: 0; }
.cv::before, .ntv-hub::before, .ntv-editor::before, .ntv-calcpreview::before { background: var(--cc-mint); border-radius: 50%; content: ''; height: 190px; opacity: .52; pointer-events: none; position: absolute; right: -80px; top: -100px; width: 250px; }
.cv-top, .ntv-windowbar, .ntv-walktop { align-items: center; border-bottom: 1px solid var(--cc-line); display: flex; gap: 12px; justify-content: space-between; min-height: 30px; padding-bottom: 17px; position: relative; z-index: 1; }
.cv-brand, .ntv-windowtitle { color: var(--cc-green); font-family: var(--cc-head); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cv-chip, .ntv-badge { background: var(--cc-soft); border-radius: 999px; color: var(--cc-green); font-size: 11px; font-weight: 600; padding: 6px 10px; white-space: nowrap; }
.cv-chip--green, .ntv-badge--active { background: var(--cc-mint); }
.ntv-badge--sun { background: var(--cc-sun); color: #635514; }
.ntv-badge--muted { color: var(--cc-ink-soft); }
.cv-review-grid { display: grid; gap: 22px; grid-template-columns: 130px 1fr; padding: 30px 0 22px; position: relative; }
.cv-source { align-items: center; background: var(--cc-mint); border-radius: 16px; display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 210px; padding: 16px; text-align: center; }
.cv-source .cv-label { font-size: 9px; }
.cv-qr { color: var(--cc-green); height: 76px; width: 76px; }
.cv-source b { font-size: 13px; }
.cv-source small, .cv-path-row small, .cv-model-cards span { color: var(--cc-ink-soft); font-size: 11px; }
.cv-path { align-self: center; display: grid; gap: 12px; }
.cv-path-row { align-items: center; display: grid; gap: 10px; grid-template-columns: 27px 1fr auto; }
.cv-path-row > i { align-items: center; background: var(--cc-soft); border-radius: 50%; color: var(--cc-green); display: grid; font-size: 11px; font-style: normal; font-weight: 700; height: 27px; justify-content: center; width: 27px; }
.cv-path-row b { display: block; font-size: 14px; }
.cv-path-row svg { color: var(--cc-green); height: 17px; width: 17px; }
.cv-live { background: var(--cc-mint); border-radius: 999px; color: var(--cc-green); font-size: 10px; font-weight: 700; padding: 4px 7px; }
.cv-foot { border-top: 1px solid var(--cc-line); display: flex; gap: 12px; justify-content: space-between; padding-top: 14px; }
.cv-foot span { color: var(--cc-ink-soft); font-size: 12px; }
.cv-foot b { color: var(--cc-green); font-family: var(--cc-head); font-size: 13px; }
.cv-queue-head, .cv-flow-title { align-items: end; display: flex; justify-content: space-between; padding: 30px 0 22px; }
.cv-queue-head b, .cv-flow-title b { display: block; font-family: var(--cc-head); font-size: 24px; margin-top: 8px; }
.cv-dots { display: flex; gap: 5px; }
.cv-dots i { background: var(--cc-line); border-radius: 50%; height: 7px; width: 7px; }
.cv-dots i:first-child { background: var(--cc-green); }
.cv-lanes { display: grid; gap: 12px; }
.cv-lane { align-items: center; display: grid; gap: 13px; grid-template-columns: 25px 1fr 50px; }
.cv-lane > span { color: var(--cc-green); font-size: 11px; font-weight: 700; }
.cv-lane b { display: block; font-size: 13px; }
.cv-lane em { background: var(--cc-mint-2); border-radius: 999px; display: block; height: 7px; margin-top: 7px; position: relative; width: var(--w); }
.cv-lane em::after { background: var(--cc-green); border-radius: inherit; content: ''; inset: 0 auto 0 0; position: absolute; width: 36%; }
.cv-lane small { color: var(--cc-ink-soft); font-size: 10px; text-align: right; }
.cv-queue-note, .cv-disclaimer { background: var(--cc-soft); border-radius: 12px; color: var(--cc-ink-soft); font-size: 12px; margin-top: 25px; padding: 12px 14px; }
.cv-formula { align-items: center; background: var(--cc-mint); border-radius: 16px; display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 16px; padding: 19px; }
.cv-formula span, .cv-formula b { font-size: 13px; }
.cv-formula i { color: var(--cc-green); font-style: normal; font-weight: 700; }
.cv-model-cards { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.cv-model-cards > div { border: 1px solid var(--cc-line); border-radius: 14px; padding: 16px; }
.cv-model-cards small { color: var(--cc-green); display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cv-model-cards b { display: block; font-size: 14px; margin: 10px 0 7px; }
.cv-flow-title { align-items: center; }
.cv-score { background: var(--cc-mint); border-radius: 50%; color: var(--cc-green); display: grid; font-family: var(--cc-head); font-size: 15px; height: 48px; place-items: center; width: 48px; }
.cv-flow-list { display: grid; gap: 10px; }
.cv-flow-row { align-items: center; border-top: 1px solid var(--cc-line); display: grid; gap: 12px; grid-template-columns: 28px 1fr auto; padding: 14px 0; }
.cv-flow-row > i { align-items: center; background: var(--cc-soft); border-radius: 10px; color: var(--cc-green); display: grid; height: 28px; place-items: center; }
.cv-flow-row svg { height: 17px; width: 17px; }
.cv-flow-row small { color: var(--cc-ink-soft); display: block; font-size: 10px; }
.cv-flow-row b { display: block; font-size: 13px; margin-top: 3px; }
.cv-flow-row em { background: var(--cc-soft); border-radius: 999px; color: var(--cc-ink-soft); font-size: 10px; font-style: normal; padding: 5px 8px; }
.cv-flow-row em.done { background: var(--cc-mint); color: var(--cc-green); }

/* Section visualisations */
.sv { background: var(--cc-soft); border-radius: 28px; padding: 30px; }
.sv--compare { background: var(--cc-soft); }
.sv-tag { background: var(--cc-mint); border-radius: 999px; color: var(--cc-green); display: inline-flex; font-size: 11px; font-weight: 700; margin-bottom: 18px; padding: 7px 11px; }
.sv--steps > div { display: grid; gap: 0; }
.sv--steps p { align-items: center; border-top: 1px solid var(--cc-line); display: grid; gap: 13px; grid-template-columns: 28px 1fr 18px; padding: 14px 0; }
.sv--steps p i { color: var(--cc-green); font-size: 11px; font-style: normal; font-weight: 700; }
.sv--steps p span { font-size: 14px; }
.sv--steps p svg { color: var(--cc-green); height: 17px; width: 17px; }
.sv--chart { background: var(--cc-paper); }
.sv-chart-head { align-items: end; border-bottom: 1px solid var(--cc-line); display: flex; justify-content: space-between; padding-bottom: 16px; }
.sv-chart-head small { color: var(--cc-ink-soft); display: block; font-size: 11px; }
.sv-chart-head b { display: block; font-size: 20px; margin-top: 7px; }
.sv-chart-head em { color: var(--cc-green); font-size: 11px; font-style: normal; }
.sv-bars { align-items: end; background: repeating-linear-gradient(to top, transparent 0 39px, var(--cc-line) 40px), var(--cc-soft); display: flex; gap: 12px; height: 190px; margin-top: 26px; padding: 16px 18px 0; }
.sv-bars i { background: var(--cc-green); border-radius: 6px 6px 0 0; flex: 1; height: var(--h); opacity: .82; }
.sv-bars i:nth-child(even) { background: var(--cc-mint-2); }
.sv-axis { color: var(--cc-ink-soft); display: flex; font-size: 10px; justify-content: space-between; margin-top: 9px; }
.sv--chart > p { color: var(--cc-ink-soft); font-size: 13px; line-height: 1.5; margin-top: 22px; }
.sv-compare-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.sv-compare-grid section { background: var(--cc-paper); border: 1px solid var(--cc-line); border-radius: 15px; padding: 17px; }
.sv-compare-grid section.is-good { background: var(--cc-mint); border-color: var(--cc-mint-2); }
.sv-compare-grid small { color: var(--cc-ink-soft); font-size: 11px; }
.sv-compare-grid p { display: grid; gap: 7px; margin: 18px 0; }
.sv-compare-grid p i { background: var(--cc-line); border-radius: 999px; display: block; height: 8px; width: 100%; }
.sv-compare-grid section.is-good p i { background: var(--cc-green); }
.sv-compare-grid section.is-good p i:last-child { width: 64%; }
.sv-compare-grid b { font-size: 13px; }

/* ntv- visuals */
.ntv-hub, .ntv-editor, .ntv-calcpreview { padding: 20px; position: relative; }
.ntv-windowdots { display: flex; gap: 5px; }
.ntv-windowdots i { background: var(--cc-line); border-radius: 50%; height: 7px; width: 7px; }
.ntv-windowdots i:first-child { background: #b9d7c0; }
.ntv-hubbody { display: grid; grid-template-columns: 125px 1fr; min-height: 310px; padding-top: 20px; position: relative; z-index: 1; }
.ntv-sidebar { border-right: 1px solid var(--cc-line); display: grid; align-content: start; gap: 9px; padding: 6px 16px 6px 4px; }
.ntv-sidebar strong { color: var(--cc-green); font: 700 12px var(--cc-head); letter-spacing: .1em; margin-bottom: 12px; }
.ntv-sidebar span { color: var(--cc-ink-soft); font-size: 11px; padding: 8px; }
.ntv-sidebar .ntv-navactive { background: var(--cc-mint); border-radius: 8px; color: var(--cc-green); font-weight: 700; }
.ntv-hubmain { padding: 4px 4px 4px 26px; }
.ntv-hubmain h2 { font-size: 25px; margin: 10px 0 5px; }
.ntv-muted { color: var(--cc-ink-soft) !important; font-size: 12px; }
.ntv-toolgrid { display: grid; gap: 10px; margin-top: 25px; }
.ntv-toolcard { align-items: center; border-radius: 14px; display: grid; gap: 12px; grid-template-columns: 38px 1fr auto; padding: 12px; }
.ntv-toolcard--mint { background: var(--cc-mint); }
.ntv-toolcard--sun { background: var(--cc-sun); }
.ntv-toolcard strong, .ntv-toolcard span { display: block; }
.ntv-toolcard strong { font-size: 12px; }
.ntv-toolcard span { color: var(--cc-ink-soft); font-size: 10px; margin-top: 4px; }
.ntv-toolcard > b { color: var(--cc-green); font-size: 17px; }
.ntv-toolicon { align-items: center; border-radius: 10px; display: grid; height: 38px; justify-content: center; width: 38px; }
.ntv-toolicon--qr { background: var(--cc-paper); color: var(--cc-green); }
.ntv-qr-svg { height: 27px; width: 27px; }
.ntv-qr-bg { fill: var(--cc-paper); }
.ntv-qr-modules { fill: var(--cc-green); }
.ntv-toolicon--chart { align-items: end; background: var(--cc-green); display: flex; gap: 3px; padding: 9px; }
.ntv-toolicon--chart span { background: var(--cc-mint-2); border-radius: 2px; height: 45%; margin: 0; width: 4px; }
.ntv-toolicon--chart span:nth-child(2) { height: 72%; }.ntv-toolicon--chart span:nth-child(3) { height: 56%; }.ntv-toolicon--chart span:nth-child(4) { height: 88%; }
.ntv-hubfoot, .ntv-calcfoot { border-top: 1px solid var(--cc-line); color: var(--cc-ink-soft); display: flex; flex-wrap: wrap; font-size: 10px; gap: 15px; justify-content: space-between; margin-top: 24px; padding-top: 14px; }
.ntv-editorbody { display: grid; gap: 28px; grid-template-columns: 1fr .9fr; padding-top: 24px; position: relative; z-index: 1; }
.ntv-editpanel h2 { font-size: 27px; margin: 8px 0 25px; }
.ntv-editpanel label { display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin: 13px 0 6px; }
.ntv-editpanel label span { color: var(--cc-green); }
.ntv-input { background: var(--cc-soft); border: 1px solid var(--cc-line); border-radius: 9px; color: var(--cc-ink-soft); font-size: 11px; padding: 11px; }
.ntv-input--valid { border-color: var(--cc-mint-2); }
.ntv-optionrow { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.ntv-optionrow > span:first-child { color: var(--cc-ink-soft); font-size: 11px; margin-right: auto; }
.ntv-swatch { border: 2px solid var(--cc-paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--cc-line); height: 18px; width: 18px; }
.ntv-swatch--forest { background: var(--cc-green); }.ntv-swatch--sun { background: #e4bd45; }.ntv-swatch--sea { background: #94c8cf; }
.ntv-qrstage { align-items: center; background: var(--cc-soft); border-radius: 18px; display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: 20px; }
.ntv-qrpaper { align-items: center; background: var(--cc-paper); border: 1px solid var(--cc-line); border-radius: 13px; box-shadow: var(--cc-shadow); display: flex; flex-direction: column; padding: 22px 28px; text-align: center; }
.ntv-qrlabel { color: var(--cc-green); font-size: 9px; font-weight: 700; letter-spacing: .12em; margin-bottom: 14px; }
.ntv-qrpaper .ntv-qr-svg { height: 120px; width: 120px; }
.ntv-qrpaper strong { font-size: 13px; margin-top: 12px; }.ntv-qrpaper small { color: var(--cc-ink-soft); font-size: 10px; margin-top: 5px; }
.ntv-exportrow { color: var(--cc-ink-soft); display: flex; flex-wrap: wrap; font-size: 10px; gap: 10px 16px; justify-content: center; margin-top: 18px; }.ntv-exportrow b { color: var(--cc-green); }
.ntv-walkthrough { padding: 25px; }.ntv-walktop { justify-content: start; }.ntv-stepcount { color: var(--cc-green); font: 700 11px var(--cc-head); margin-right: auto; }.ntv-walktop strong { font-size: 14px; }
.ntv-walksteps { display: grid; gap: 0; padding-top: 15px; }.ntv-walkstep { align-items: center; border-top: 1px solid var(--cc-line); display: grid; gap: 12px; grid-template-columns: 28px 1fr 20px; padding: 15px 0; }.ntv-walkstep > b { align-items: center; background: var(--cc-soft); border-radius: 50%; color: var(--cc-ink-soft); display: grid; font-size: 11px; height: 28px; justify-content: center; width: 28px; }.ntv-walkstep strong, .ntv-walkstep span { display: block; }.ntv-walkstep strong { font-size: 13px; }.ntv-walkstep span { color: var(--cc-ink-soft); font-size: 11px; margin-top: 4px; }.ntv-walkstep > i { color: var(--cc-ink-soft); font-size: 15px; font-style: normal; text-align: center; }.ntv-walkstep--done > b, .ntv-walkstep--current > b { background: var(--cc-mint); color: var(--cc-green); }.ntv-walkstep--done > i, .ntv-walkstep--current > i { color: var(--cc-green); }.ntv-walkthrough figcaption { color: var(--cc-ink-soft); font-size: 11px; line-height: 1.5; padding-top: 14px; }
.ntv-calcbody { display: grid; gap: 28px; grid-template-columns: .7fr 1.3fr; padding-top: 28px; position: relative; z-index: 1; }.ntv-calcsummary strong { color: var(--cc-green); display: block; font: 700 clamp(42px, 5vw, 64px) var(--cc-head); letter-spacing: -.05em; margin-top: 20px; }.ntv-calcsummary span, .ntv-calcsummary small { display: block; }.ntv-calcsummary span { font-size: 13px; }.ntv-calcsummary small { color: var(--cc-ink-soft); font-size: 11px; margin-top: 12px; }.ntv-chartlegend { color: var(--cc-ink-soft); display: flex; flex-wrap: wrap; font-size: 10px; gap: 14px; }.ntv-dot { border-radius: 50%; display: inline-block; height: 7px; margin-right: 4px; width: 7px; }.ntv-dot--gray { background: #b6bdb8; }.ntv-dot--forest { background: var(--cc-green); }.ntv-linechart { height: auto; margin-top: 18px; width: 100%; }.ntv-gridline { stroke: var(--cc-line); stroke-width: 1; }.ntv-line { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }.ntv-line--gray { stroke: #b6bdb8; }.ntv-line--forest { stroke: var(--cc-green); }.ntv-chartpoint { fill: var(--cc-mint); stroke: var(--cc-green); stroke-width: 2; }.ntv-axis { color: var(--cc-ink-soft); display: flex; font-size: 10px; justify-content: space-between; margin-top: -3px; }.ntv-formula, .ntv-assumptions { padding: 28px; }.ntv-formularow { align-items: center; border-bottom: 1px solid var(--cc-line); display: flex; flex-wrap: wrap; gap: 10px; padding: 16px 0; }.ntv-formularow span { background: var(--cc-soft); border-radius: 9px; font: 700 15px var(--cc-head); padding: 9px 11px; }.ntv-formularow b { color: var(--cc-green); }.ntv-formularow em { color: var(--cc-green); font: 700 15px var(--cc-head); font-style: normal; margin-left: auto; }.ntv-formularow--accent span { background: var(--cc-mint); }.ntv-difference { background: var(--cc-mint); border-radius: 16px; margin-top: 22px; padding: 20px; }.ntv-difference small { color: var(--cc-green); display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; }.ntv-difference strong { display: block; font: 700 42px var(--cc-head); margin-top: 7px; }.ntv-difference span { color: var(--cc-ink-soft); font-size: 12px; }.ntv-formula > p { color: var(--cc-ink-soft); font-size: 11px; line-height: 1.5; margin-top: 18px; }.ntv-assumptions header { align-items: center; border-bottom: 1px solid var(--cc-line); display: flex; justify-content: space-between; padding-bottom: 16px; }.ntv-factorlist { display: grid; gap: 0; }.ntv-factorlist > div { display: grid; gap: 5px 12px; grid-template-columns: 34px 1fr; padding: 17px 0; }.ntv-factoricon { align-items: center; background: var(--cc-soft); border-radius: 9px; color: var(--cc-green); display: grid; font: 700 10px var(--cc-head); grid-row: span 2; height: 34px; justify-content: center; width: 34px; }.ntv-factorlist strong { font-size: 13px; }.ntv-factorlist small { color: var(--cc-ink-soft); font-size: 11px; }.ntv-meter { background: var(--cc-line); border-radius: 999px; display: block; grid-column: 2; height: 6px; margin-top: 7px; overflow: hidden; position: relative; }.ntv-meter::after { background: var(--cc-green); border-radius: inherit; content: ''; inset: 0 auto 0 0; position: absolute; width: 50%; }.ntv-meter--mid::after { width: 68%; }.ntv-meter--high::after { width: 82%; }.ntv-meter--full::after { width: 100%; }.ntv-assumptions footer { border-top: 1px solid var(--cc-line); color: var(--cc-ink-soft); display: flex; flex-wrap: wrap; font-size: 10px; gap: 12px; justify-content: space-between; padding-top: 15px; }

.ntv-chartwrap { min-width: 0; }

@media (max-width: 900px) {
  .cc-hub-hero-grid, .cc-landing-hero-grid, .cc-article-hero-grid { gap: 48px; grid-template-columns: 1fr; }
  .cc-hub-hero-grid, .cc-landing-hero-grid { min-height: 0; padding-block: 70px; }
  .cc-hub-hero h1, .cc-landing-hero h1 { max-width: 14ch; }
  .cc-hub-stack { max-width: 650px; width: 100%; }
  .cc-article-hero-grid { align-items: start; }.cc-article-intro h1 { max-width: 15ch; }
  .cc-article-layout { gap: 35px; grid-template-columns: 210px minmax(0, 1fr); }
  .cc-split > .wrap, .cc-split--reverse > .wrap { gap: 50px; grid-template-columns: 1fr; }.cc-split--reverse .cc-split-copy, .cc-split--reverse .sv { grid-column: auto; grid-row: auto; }
}
@media (max-width: 680px) {
  .content-page main .wrap { width: min(100% - 32px, var(--cc-max)); }
  .cc-hub-hero-grid, .cc-landing-hero-grid { padding-block: 54px; }.cc-hub-hero h1, .cc-landing-hero h1 { font-size: clamp(39px, 13vw, 58px); }
  .cc-answer, .cc-wide-copy, .cc-split, .cc-library, .cc-faq { padding-block: 68px; }
  .cc-answer > .wrap, .cc-wide-copy > .wrap { gap: 22px; grid-template-columns: 1fr; }.cc-answer h2, .cc-wide-copy h2 { max-width: 16ch; }
  .cc-library-grid, .cc-related-grid { grid-template-columns: 1fr; margin-top: 30px; }.cc-card { min-height: 0; padding: 22px; }
  .cc-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }.content-page main .btn { justify-content: center; }.cc-text-link { min-height: 40px; }
  .cc-article-hero { padding-block: 58px; }.cc-article-layout { display: block; padding-block: 58px; }
  .cc-sidebar { display: grid; gap: 16px; margin-bottom: 42px; position: static; }
  .cc-direct-answer { padding: 24px; }.cc-prose > section:not(.cc-direct-answer) { padding-top: 55px; }.cc-article-visual { margin-top: 26px; }.cc-article-visual .sv { min-height: 0; padding: 22px; }.cc-sources { margin-top: 55px; padding: 22px; }.cc-author { align-items: flex-start; margin-top: 55px; padding: 22px; }
  .cv, .sv, .ntv-hub, .ntv-editor, .ntv-walkthrough, .ntv-calcpreview, .ntv-formula, .ntv-assumptions { border-radius: 24px; }.cv { padding: 20px; }.cv-review-grid, .ntv-editorbody, .ntv-calcbody { grid-template-columns: 1fr; }.cv-source { min-height: 0; padding: 18px; }.cv-path { margin-top: 2px; }.cv-model-cards, .sv-compare-grid { grid-template-columns: 1fr; }.cv-top, .ntv-windowbar, .ntv-walktop { align-items: flex-start; flex-wrap: wrap; }.cv-chip, .ntv-badge { white-space: normal; }.ntv-hub, .ntv-editor, .ntv-calcpreview { padding: 15px; }.ntv-hubbody { grid-template-columns: 1fr; }.ntv-sidebar { border-bottom: 1px solid var(--cc-line); border-right: 0; display: flex; flex-wrap: wrap; padding: 0 0 12px; }.ntv-sidebar strong { margin: 8px auto 8px 0; }.ntv-hubmain { padding: 24px 0 0; }.ntv-editorbody { gap: 18px; }.ntv-qrstage { min-height: 280px; }.ntv-calcbody { gap: 10px; }.ntv-calcfoot, .ntv-hubfoot { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cc-card { transition: none; }.cc-card:hover { transform: none; }
  .cc-reading-progress span { transition: none; }
}
