:root {
    --gc-paper: #f3f1eb;
    --gc-card: #fffefb;
    --gc-ink: #171815;
    --gc-muted: #666962;
    --gc-line: #d6d4cc;
    --gc-line-strong: #9a9d95;
    --gc-teal: #0d7068;
    --gc-teal-light: #dcece8;
    --gc-amber: #c27b28;
    --gc-amber-light: #f5e7d2;
    --gc-red: #ad473e;
    --gc-red-light: #f2ddda;
    --gc-sand: #e6e1d6;
    --gc-serif: var(--nv-font-serif, Georgia, "Noto Sans SC", serif);
    --gc-sans: var(--nv-font-sans, "Montserrat", "Noto Sans SC", sans-serif);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body.gc-page {
    margin: 0;
    color: var(--gc-ink);
    background: var(--gc-paper);
    font-family: var(--gc-sans);
    font-size: 16px;
    line-height: 1.6;
}

body.gc-drawer-open {
    overflow: hidden;
}

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

.gc-page button,
.gc-page summary,
.gc-page a {
    -webkit-tap-highlight-color: transparent;
}

.gc-page a {
    color: inherit;
}

.gc-page :focus-visible {
    outline: 3px solid #267fc0;
    outline-offset: 3px;
}

.gc-shell {
    width: min(100% - 40px, 1360px);
    margin: 24px auto 80px;
}

.gc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(310px, .7fr);
    min-height: 620px;
    color: #f7f5ef;
    background: var(--gc-ink);
}

.gc-hero-main {
    display: flex;
    flex-direction: column;
    padding: 54px clamp(40px, 6vw, 90px) 62px;
}

.gc-eyebrow,
.gc-section-head > p,
.gc-section-head > div > p,
.gc-capability-head > p,
.gc-hero-label {
    margin: 0;
    color: #aeb5ac;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gc-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    color: #aeb5ac;
    font-size: 13px;
}

.gc-breadcrumb a {
    text-decoration: none;
}

.gc-breadcrumb a:hover {
    color: white;
    text-decoration: underline;
}

.gc-kicker {
    margin: auto 0 18px;
    color: #b7d6d1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
}

.gc-hero h1 {
    max-width: 900px;
    margin: 0;
    font-family: var(--gc-serif);
    font-size: clamp(58px, 7vw, 104px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
}

.gc-hero h1 span {
    color: #71c2b7;
}

.gc-thesis {
    max-width: 780px;
    margin: 32px 0 0;
    color: #d4d5cf;
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.65;
}

.gc-hero-side {
    display: flex;
    flex-direction: column;
    padding: 38px 34px 34px;
    border-left: 1px solid #444640;
    background: #232521;
}

.gc-hero-side [data-nv-page-actions] {
    min-height: 42px;
    margin-bottom: auto;
}

.gc-hero-label {
    padding-bottom: 13px;
    border-bottom: 1px solid #50534c;
}

.gc-signal-grid article {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 3px 14px;
    padding: 22px 0;
    border-bottom: 1px solid #50534c;
}

.gc-signal-grid strong {
    grid-row: 1 / span 2;
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
    white-space: nowrap;
    color: #f8f5ed;
    font-family: var(--gc-serif);
    font-weight: 500;
    line-height: 1;
}

.gc-signal-grid strong b {
    font-size: clamp(29px, 2.5vw, 36px);
    font-weight: 500;
}

.gc-signal-grid strong i {
    font-family: var(--gc-sans);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.gc-signal-grid span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gc-signal-grid small {
    color: #aeb5ac;
    font-size: 11px;
    line-height: 1.45;
}

.gc-release-meta {
    margin: 24px 0 0;
    color: #999e96;
    font-size: 11px;
    line-height: 1.6;
}

.gc-section-nav {
    position: sticky;
    z-index: 20;
    top: var(--nv-header-height, 0px);
    display: flex;
    gap: 32px;
    align-items: center;
    min-height: 62px;
    padding: 0 4px;
    border-bottom: 1px solid var(--gc-line-strong);
    background: color-mix(in srgb, var(--gc-paper) 94%, transparent);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.gc-section-nav a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.gc-section-nav a:hover {
    color: var(--gc-teal);
}

.gc-section {
    padding: 108px 0 0;
    scroll-margin-top: calc(var(--nv-header-height, 0px) + 64px);
}

.gc-section-head {
    max-width: 900px;
    margin-bottom: 44px;
}

.gc-section-head > p,
.gc-section-head > div > p,
.gc-capability-head > p {
    color: var(--gc-teal);
}

.gc-section-head h2 {
    margin: 10px 0 16px;
    font-family: var(--gc-serif);
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.gc-section-head--story {
    max-width: none;
}

.gc-section-head--story h2 {
    max-width: none;
    font-size: clamp(42px, 4vw, 60px);
    white-space: nowrap;
}

.gc-section-head > span,
.gc-section-head > div + span {
    display: block;
    max-width: 720px;
    color: var(--gc-muted);
    font-size: 15px;
}

.gc-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 60px;
    max-width: none;
    align-items: end;
}

.gc-section-head--split h2 {
    margin-bottom: 0;
}

.gc-section-head--split > span {
    padding-bottom: 8px;
}

.gc-benchmark-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 56px;
}

.gc-benchmark-card {
    display: flex;
    min-width: 0;
    min-height: 330px;
    flex-direction: column;
    padding: 26px;
    border-top: 3px solid var(--gc-teal);
    background: var(--gc-card);
    box-shadow: 0 14px 44px rgba(44, 42, 36, .055);
}

.gc-benchmark-card > span,
.gc-matrix-head > div > span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gc-benchmark-statline {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-top: 28px;
}

.gc-benchmark-statline strong {
    flex: 0 0 auto;
    display: inline-flex;
    gap: 7px;
    align-items: baseline;
    white-space: nowrap;
    font-family: var(--gc-serif);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1;
}

.gc-benchmark-statline strong b {
    font-size: clamp(46px, 4.5vw, 66px);
    font-weight: 500;
}

.gc-benchmark-statline strong i {
    font-family: var(--gc-sans);
    font-size: clamp(13px, 1.15vw, 17px);
    font-style: normal;
    font-weight: 730;
    letter-spacing: 0;
}

.gc-benchmark-statline p {
    max-width: 230px;
    margin: 0;
    color: var(--gc-ink);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.62;
}

.gc-benchmark-card h3 {
    margin: 24px 0 30px;
    font-family: var(--gc-serif);
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.3;
}

.gc-benchmark-card .gc-card-footer,
.gc-matrix-panel > .gc-card-footer {
    width: 100%;
    margin: auto 0 0;
}

.gc-matrix-panel {
    padding: clamp(24px, 4vw, 52px);
    border-top: 3px solid var(--gc-ink);
    background: var(--gc-card);
    box-shadow: 0 16px 55px rgba(44, 42, 36, .07);
}

.gc-matrix-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(560px, .9fr);
    gap: 34px;
    align-items: end;
}

.gc-matrix-head h3 {
    max-width: 820px;
    margin: 10px 0 0;
    font-family: var(--gc-serif);
    font-size: clamp(30px, 3.4vw, 50px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.gc-matrix-legend {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    justify-content: flex-end;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
    color: var(--gc-muted);
    font-size: 10px;
    white-space: nowrap;
}

.gc-matrix-legend span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.gc-matrix-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--group-color, var(--gc-teal));
    box-shadow: 0 0 0 1px rgba(23, 24, 21, .18);
}

.gc-matrix-legend .is-consumer_network,
.gc-matrix-chip.is-consumer_network { --group-color: #008a72; }
.gc-matrix-legend .is-global_products,
.gc-matrix-chip.is-global_products { --group-color: #2563eb; }
.gc-matrix-legend .is-digital_platform,
.gc-matrix-chip.is-digital_platform { --group-color: #7c3aed; }
.gc-matrix-legend .is-heavy_industrial,
.gc-matrix-chip.is-heavy_industrial { --group-color: #e8590c; }

.gc-matrix-legend .is-global_products i { border-radius: 2px; }
.gc-matrix-legend .is-digital_platform i { border-radius: 2px; transform: rotate(45deg); }
.gc-matrix-legend .is-heavy_industrial i { border-radius: 50% 50% 2px 2px; }

.gc-matrix-meta {
    display: grid;
    min-width: 0;
    gap: 12px;
    align-self: end;
}

.gc-sample-composition > div {
    display: flex;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: var(--gc-sand);
}

.gc-sample-composition > div i {
    flex: 0 0 var(--share);
    background: var(--group-color, var(--gc-teal));
}

.gc-sample-composition > div .is-consumer_network { --group-color: #008a72; }
.gc-sample-composition > div .is-global_products { --group-color: #2563eb; }
.gc-sample-composition > div .is-digital_platform { --group-color: #7c3aed; }
.gc-sample-composition > div .is-heavy_industrial { --group-color: #e8590c; }

.gc-sample-composition small {
    display: block;
    margin-top: 6px;
    color: var(--gc-muted);
    font-size: 9px;
    text-align: right;
}

.gc-matrix-axis-title {
    margin: 42px 0 8px;
    color: var(--gc-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-align: right;
}

.gc-matrix-scroll {
    overflow-x: auto;
    border: 1px solid var(--gc-line-strong);
}

.gc-matrix-grid {
    display: grid;
    min-width: 920px;
    grid-template-columns: 128px repeat(3, minmax(0, 1fr));
}

.gc-matrix-corner,
.gc-matrix-x-label,
.gc-matrix-y-label,
.gc-matrix-cell {
    min-width: 0;
    border-right: 1px solid var(--gc-line);
    border-bottom: 1px solid var(--gc-line);
}

.gc-matrix-grid > :nth-child(4n) {
    border-right: 0;
}

.gc-matrix-grid > :nth-last-child(-n + 4) {
    border-bottom: 0;
}

.gc-matrix-corner,
.gc-matrix-x-label {
    min-height: 78px;
    padding: 15px 16px;
    background: #efeee8;
}

.gc-matrix-corner {
    display: flex;
    align-items: flex-end;
    color: var(--gc-muted);
    font-size: 10px;
    font-weight: 750;
}

.gc-matrix-x-label strong,
.gc-matrix-x-label span {
    display: block;
}

.gc-matrix-x-label strong {
    font-size: 14px;
}

.gc-matrix-x-label span {
    margin-top: 4px;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-matrix-y-label {
    display: flex;
    min-height: 188px;
    align-items: center;
    padding: 18px;
    background: #f4f3ee;
}

.gc-matrix-y-label strong {
    font-family: var(--gc-serif);
    font-size: 18px;
    font-weight: 500;
}

.gc-matrix-cell {
    display: flex;
    min-height: 188px;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    padding: 14px;
    background: rgba(255, 255, 255, .46);
}

.gc-matrix-cell[data-y="nr"] {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(23, 24, 21, .025) 9px, rgba(23, 24, 21, .025) 10px);
}

.gc-matrix-cell > em {
    margin: auto;
    color: #9b9d97;
    font-size: 10px;
    font-style: normal;
}

.gc-matrix-chip {
    width: calc(50% - 4px);
    min-height: 76px;
    padding: 10px 11px;
    border: 1px solid var(--gc-line);
    border-left: 4px solid var(--group-color, var(--gc-teal));
    color: var(--gc-ink);
    background: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.gc-matrix-chip:hover {
    border-color: var(--group-color, var(--gc-teal));
    transform: translateY(-1px);
}

.gc-matrix-chip.is-negative-value {
    box-shadow: inset 0 0 0 1px rgba(173, 71, 62, .3);
}

.gc-matrix-chip strong,
.gc-matrix-chip span,
.gc-matrix-chip small {
    display: block;
}

.gc-matrix-chip strong {
    font-size: 12px;
}

.gc-matrix-chip span {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 720;
}

.gc-matrix-chip small {
    margin-top: 2px;
    color: var(--gc-muted);
    font-size: 9px;
    line-height: 1.35;
}

.gc-coverage-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 32px;
}

.gc-coverage-strip article header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 11px;
}

.gc-coverage-strip article > div {
    height: 4px;
    margin: 9px 0 7px;
    overflow: hidden;
    background: var(--gc-sand);
}

.gc-coverage-strip article > div i {
    display: block;
    width: var(--value);
    height: 100%;
    background: var(--gc-teal);
}

.gc-coverage-strip small {
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-story-chapter {
    min-width: 0;
}

.gc-story-chapter + .gc-story-chapter {
    margin-top: 72px;
}

.gc-chapter-head {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin: 0 0 30px;
    padding-top: 24px;
    border-top: 2px solid var(--gc-ink);
}

.gc-chapter-head > span {
    color: var(--gc-teal);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .08em;
}

.gc-chapter-head h3 {
    margin: 0;
    font-family: var(--gc-serif);
    color: var(--gc-teal);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 620;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.gc-chapter-head p {
    margin: 8px 0 0;
    color: var(--gc-muted);
    font-size: 14px;
    line-height: 1.65;
}

.gc-chapter-cards {
    display: grid;
    gap: 28px;
}

.gc-stage-ladder {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--gc-ink);
    border-bottom: 1px solid var(--gc-ink);
}

.gc-stage-ladder article {
    min-height: 310px;
    padding: 24px 22px 20px;
    border-left: 1px solid var(--gc-line);
    background: rgba(255, 255, 255, .34);
}

.gc-stage-ladder article:first-child {
    border-left: 0;
}

.gc-stage-ladder article:nth-child(2) { background: rgba(220, 236, 232, .32); }
.gc-stage-ladder article:nth-child(3) { background: rgba(220, 236, 232, .5); }
.gc-stage-ladder article:nth-child(4) { background: rgba(220, 236, 232, .72); }
.gc-stage-ladder article:nth-child(5) { background: rgba(13, 112, 104, .96); color: white; }
.gc-stage-ladder article.is-empty { background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(23, 24, 21, .035) 7px, rgba(23, 24, 21, .035) 8px); }

.gc-stage-code {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.gc-stage-code span {
    font-family: var(--gc-serif);
    font-size: 32px;
}

.gc-stage-code small {
    color: currentColor;
    font-size: 10px;
    opacity: .58;
}

.gc-stage-ladder h3 {
    margin: 36px 0 9px;
    font-size: 20px;
}

.gc-stage-ladder p {
    min-height: 68px;
    margin: 0;
    color: currentColor;
    font-size: 12px;
    opacity: .7;
}

.gc-stage-members {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 22px;
}

.gc-stage-members span,
.gc-stage-members em {
    padding: 4px 7px;
    border: 1px solid currentColor;
    font-size: 10px;
    font-style: normal;
    line-height: 1.2;
    opacity: .72;
}

.gc-rating-rule {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    gap: 14px 44px;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid var(--gc-line);
}

.gc-rating-rule strong {
    grid-row: 1 / span 2;
    font-family: var(--gc-serif);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.35;
}

.gc-rating-rule span {
    font-size: 14px;
    font-weight: 700;
}

.gc-rating-rule small {
    color: var(--gc-muted);
    font-size: 12px;
}

.gc-capability-head {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 30px;
    align-items: baseline;
    margin: 76px 0 28px;
}

.gc-capability-head h3 {
    margin: 0;
    font-family: var(--gc-serif);
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.gc-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--gc-line-strong);
}

.gc-capability-grid article {
    position: relative;
    min-height: 290px;
    padding: 22px 20px;
    border-right: 1px solid var(--gc-line);
    border-bottom: 1px solid var(--gc-line);
}

.gc-capability-grid article:nth-child(4n) {
    border-right: 0;
}

.gc-capability-rank {
    color: var(--gc-teal);
    font-family: var(--gc-serif);
    font-size: 14px;
}

.gc-capability-count {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 7px;
    border: 1px solid rgba(13, 112, 104, .28);
    border-radius: 999px;
    color: var(--gc-teal);
    background: rgba(220, 236, 232, .42);
    font-size: 10px;
    font-style: normal;
    font-weight: 760;
}

.gc-capability-grid h4 {
    margin: 34px 0 8px;
    font-family: var(--gc-serif);
    font-size: 25px;
    font-weight: 600;
}

.gc-capability-grid p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 12px;
}

.gc-capability-evidence {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--gc-line);
}

.gc-capability-evidence strong,
.gc-capability-evidence small {
    display: block;
}

#capability-sources .gc-card-footer {
    margin: 16px 0 0;
}

.gc-capability-evidence strong {
    color: var(--gc-ink);
    font-size: 12px;
    line-height: 1.65;
}

.gc-capability-evidence strong button {
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(13, 118, 105, .35);
    background: transparent;
    color: var(--gc-teal);
    font: inherit;
    cursor: pointer;
}

.gc-capability-evidence strong button:hover,
.gc-capability-evidence strong button:focus-visible {
    border-bottom-color: currentColor;
}

.gc-capability-evidence strong i {
    color: var(--gc-muted);
    font-style: normal;
}

.gc-capability-evidence small {
    margin-top: 7px;
    color: var(--gc-muted);
    font-size: 10px;
    line-height: 1.6;
}

.gc-framework-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 18px;
}

.gc-insight-list {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.gc-insight-card {
    position: relative;
    min-width: 0;
    max-width: 100%;
    padding: clamp(26px, 4vw, 58px);
    border-top: 3px solid var(--gc-ink);
    background: var(--gc-card);
    box-shadow: 0 16px 55px rgba(44, 42, 36, .07);
}

.gc-insight-head {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.gc-insight-head > span {
    padding-top: 9px;
    color: var(--gc-teal);
    font-family: var(--gc-serif);
    font-size: 16px;
}

.gc-insight-head h3 {
    min-width: 0;
    max-width: 1040px;
    margin: 0;
    font-family: var(--gc-serif);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.17;
    text-wrap: pretty;
    word-break: auto-phrase;
}

.gc-insight-reasoning {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    margin: 28px 0 0 80px;
    padding: 18px 0;
    border-top: 1px solid var(--gc-line);
}

.gc-insight-reasoning span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .08em;
}

.gc-insight-reasoning p {
    max-width: 880px;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    text-wrap: pretty;
    word-break: auto-phrase;
}

.gc-chart-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 42px 0 18px 80px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gc-line);
    min-width: 0;
}

.gc-chart-head strong {
    font-size: 13px;
}

.gc-chart-head span {
    color: var(--gc-muted);
    font-size: 11px;
    text-align: right;
}

.gc-chart {
    margin-left: 80px;
    min-width: 0;
}

.gc-implication {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    margin: 38px 0 8px 80px;
    padding: 22px 0;
    border-top: 1px solid var(--gc-line);
}

.gc-implication span {
    color: var(--gc-teal);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
}

.gc-implication p {
    max-width: 850px;
    margin: 0;
    font-size: 15px;
    font-weight: 650;
}

.gc-mechanism-card {
    min-width: 0;
    padding: clamp(26px, 4vw, 58px);
    border-top: 3px solid var(--gc-teal);
    background: linear-gradient(135deg, rgba(220, 236, 232, .64), rgba(255, 255, 255, .78));
    box-shadow: 0 16px 55px rgba(44, 42, 36, .055);
}

.gc-mechanism-head > span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .12em;
}

.gc-mechanism-head h3 {
    max-width: 1080px;
    margin: 12px 0 0;
    font-family: var(--gc-serif);
    font-size: clamp(27px, 2.7vw, 40px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.18;
    text-wrap: pretty;
    word-break: auto-phrase;
}

.gc-title-prefix,
.gc-title-judgment {
    display: block;
    white-space: nowrap;
}

.gc-mechanism-analysis {
    max-width: 980px;
    margin: 20px 0 0;
    color: var(--gc-muted);
    font-size: 15px;
    line-height: 1.75;
    text-wrap: pretty;
    word-break: auto-phrase;
}

.gc-mechanism-path {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 40px;
    background: rgba(23, 24, 21, .14);
    border: 1px solid rgba(23, 24, 21, .14);
}

.gc-mechanism-path article {
    position: relative;
    min-height: 198px;
    padding: 22px;
    background: rgba(255, 255, 255, .82);
}

.gc-mechanism-path article > span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .08em;
}

.gc-mechanism-path strong {
    display: block;
    margin-top: 26px;
    font-family: var(--gc-serif);
    font-size: clamp(25px, 2.6vw, 38px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.gc-mechanism-path p {
    margin: 11px 0 0;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.45;
}

.gc-mechanism-path small {
    display: block;
    margin-top: 8px;
    color: var(--gc-muted);
    font-size: 11px;
    line-height: 1.55;
}

.gc-mechanism-path i {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -13px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--gc-teal);
    font-size: 13px;
    font-style: normal;
    transform: translateY(-50%);
}

.gc-unit-economics-bridge {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.gc-unit-economics-model {
    display: grid;
    gap: 18px;
    margin-top: 36px;
}

.gc-unit-formula {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
    color: white;
    background: var(--gc-ink);
}

.gc-unit-formula article {
    position: relative;
    padding: 8px 18px;
}

.gc-unit-formula strong,
.gc-unit-formula small {
    display: block;
}

.gc-unit-formula strong {
    font-family: var(--gc-serif);
    font-size: 20px;
    font-weight: 500;
}

.gc-unit-formula small {
    margin-top: 6px;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
}

.gc-unit-formula i {
    position: absolute;
    top: 50%;
    right: -17px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: var(--gc-ink);
    background: white;
    font-size: 19px;
    font-style: normal;
    transform: translateY(-50%);
}

.gc-unit-case {
    padding: 22px;
    border: 1px solid var(--gc-line-strong);
    background: rgba(255, 255, 255, .54);
}

.gc-unit-case > header {
    display: flex;
    gap: 22px;
    align-items: baseline;
    justify-content: space-between;
}

.gc-unit-case > header strong {
    color: var(--gc-teal);
    font-size: 12px;
}

.gc-unit-case > header small {
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-unit-case .gc-unit-economics-bridge {
    margin-top: 18px;
}

.gc-unit-economics-bridge article {
    position: relative;
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(23, 24, 21, .15);
    background: rgba(255, 255, 255, .84);
}

.gc-unit-economics-bridge article > span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .08em;
}

.gc-unit-density,
.gc-unit-direction,
.gc-unit-threshold {
    min-height: 62px;
    margin: 22px 0 18px;
}

.gc-unit-density {
    display: grid;
    grid-template-columns: repeat(5, 13px);
    gap: 7px;
    align-content: center;
}

.gc-unit-density i {
    width: 13px;
    height: 13px;
    border: 1px solid #c8cac3;
    border-radius: 50%;
    background: #ecece7;
}

.gc-unit-density i.is-filled {
    border-color: var(--gc-teal);
    background: var(--gc-teal);
}

.gc-unit-density em {
    grid-column: 1 / -1;
    color: var(--gc-muted);
    font-size: 9px;
    font-style: normal;
}

.gc-unit-direction {
    display: flex;
    gap: 10px;
    align-items: center;
}

.gc-unit-direction small {
    margin: 0;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-unit-direction i {
    color: var(--gc-amber);
    font-size: 22px;
    font-style: normal;
}

.gc-unit-direction b {
    padding: 6px 9px;
    color: #8a4f08;
    background: var(--gc-amber-light);
    font-size: 10px;
}

.gc-unit-threshold {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-right: 70px;
    border-top: 2px solid var(--gc-ink);
}

.gc-unit-threshold i {
    color: var(--gc-teal);
    font-size: 18px;
    font-style: normal;
}

.gc-unit-threshold b {
    color: var(--gc-teal);
    font-size: 10px;
}

.gc-unit-threshold small {
    margin: 0;
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-unit-threshold em {
    position: absolute;
    right: 0;
    top: -11px;
    padding: 3px 0 3px 8px;
    border-left: 2px solid var(--gc-ink);
    background: rgba(255, 255, 255, .84);
    color: var(--gc-muted);
    font-size: 9px;
    font-style: normal;
}

.gc-unit-economics-bridge strong {
    display: block;
    font-family: var(--gc-serif);
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 500;
    line-height: 1.1;
}

.gc-unit-economics-bridge p {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.gc-unit-economics-bridge article > small {
    display: block;
    margin-top: 7px;
    color: var(--gc-muted);
    font-size: 11px;
    line-height: 1.55;
}

.gc-unit-economics-bridge .gc-unit-operator {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -28px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--gc-ink);
    font-size: 20px;
    font-style: normal;
    transform: translateY(-50%);
}

.gc-demand-cost-race {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
}

.gc-demand-cost-race > section {
    min-height: 290px;
    padding: 24px;
    border: 1px solid var(--gc-line-strong);
    background: rgba(255, 255, 255, .82);
}

.gc-demand-cost-race > section.is-good { border-top: 6px solid var(--gc-teal); }
.gc-demand-cost-race > section.is-risk { border-top: 6px solid var(--gc-red); }

.gc-demand-cost-race header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.gc-demand-cost-race header span { font-size: 11px; font-weight: 760; }
.gc-demand-cost-race header strong { font-family: var(--gc-serif); font-size: 25px; font-weight: 500; }
.gc-demand-cost-race .is-good header strong { color: var(--gc-teal); }
.gc-demand-cost-race .is-risk header strong { color: var(--gc-red); }

.gc-race-evidence {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
}

.gc-race-evidence b {
    padding: 16px;
    background: #f1f0ea;
    font-family: var(--gc-serif);
    font-size: 17px;
    font-weight: 500;
}

.gc-race-arrow {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 22px 0;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-race-arrow i { font-size: 20px; font-style: normal; }

.gc-race-outcome {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid var(--gc-line-strong);
}

.gc-race-outcome small { color: var(--gc-muted); font-size: 10px; }
.gc-race-outcome strong { font-family: var(--gc-serif); font-size: clamp(33px, 4vw, 55px); font-weight: 500; }
.gc-demand-cost-race .is-good .gc-race-outcome strong { color: var(--gc-teal); }
.gc-demand-cost-race .is-risk .gc-race-outcome strong { color: var(--gc-red); }

.gc-race-gap {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    padding: 9px 12px;
    border: 1px solid var(--gc-ink);
    color: white;
    background: var(--gc-ink);
    font-size: 10px;
    font-weight: 760;
    transform: translate(-50%, -50%);
}

.gc-reinvestment-chain {
    display: grid;
    gap: 12px;
    margin-top: 40px;
}

.gc-chain-label {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .08em;
}

.gc-chain-label.is-future { margin-top: 8px; color: var(--gc-muted); }

.gc-chain-observed,
.gc-chain-future {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gc-chain-observed article {
    position: relative;
    min-height: 142px;
    padding: 20px;
    border: 1px solid var(--gc-line-strong);
    background: rgba(255, 255, 255, .82);
}

.gc-chain-observed span,
.gc-chain-observed strong,
.gc-chain-observed small { display: block; }
.gc-chain-observed span { color: var(--gc-teal); font-size: 10px; font-weight: 760; }
.gc-chain-observed strong { margin-top: 18px; font-family: var(--gc-serif); font-size: clamp(24px, 2.8vw, 38px); font-weight: 500; }
.gc-chain-observed small { margin-top: 7px; color: var(--gc-muted); font-size: 10px; }
.gc-chain-observed article > i {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -29px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--gc-teal);
    font-size: 18px;
    font-style: normal;
    transform: translateY(-50%);
}

.gc-chain-status {
    padding: 12px 16px;
    border-left: 4px solid var(--gc-amber);
    color: #71470d;
    background: var(--gc-amber-light);
    font-size: 11px;
    font-weight: 720;
}

.gc-chain-future {
    padding: 18px;
    border: 1px dashed var(--gc-line-strong);
    color: var(--gc-muted);
}

.gc-chain-future span {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}

.gc-chain-future i { font-size: 17px; font-style: normal; }

.gc-mechanism-reading {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin-top: 28px;
}

.gc-mechanism-reading section {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
}

.gc-mechanism-reading span {
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .06em;
}

.gc-mechanism-reading p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
}

.gc-mechanism-card > .gc-card-footer {
    margin: 24px 0 0;
}

.gc-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
    margin: 0 0 0 80px;
    padding-top: 14px;
    border-top: 1px solid var(--gc-line);
}

.gc-source-details {
    min-width: 0;
    flex: 1;
}

.gc-source-details summary,
.gc-chart-data summary {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999b95;
    cursor: pointer;
    font-size: 11px;
    list-style-position: outside;
}

.gc-source-details summary:hover,
.gc-chart-data summary:hover {
    color: var(--gc-teal);
    text-decoration: underline;
}

.gc-watermark {
    flex: 0 0 auto;
    color: #b4b6b0;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gc-source-panel {
    margin-top: 16px;
    padding: 20px;
    border-left: 3px solid var(--gc-teal);
    background: #f3f4f0;
}

.gc-method-list {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
}

.gc-method-list > div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
}

.gc-method-list dt {
    color: var(--gc-muted);
    font-size: 10px;
    font-weight: 750;
}

.gc-method-list dd {
    margin: 0;
    font-size: 11px;
}

.gc-source-panel ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
}

.gc-source-panel li {
    padding-left: 3px;
    font-size: 11px;
}

.gc-source-panel li a {
    font-weight: 700;
    text-underline-offset: 2px;
}

.gc-source-panel li span {
    display: block;
    margin-top: 2px;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-chart-data {
    margin-top: 18px;
}

.gc-table-scroll {
    overflow-x: auto;
    max-width: 100%;
    margin-top: 10px;
}

.gc-chart-data table {
    width: 100%;
    min-width: 540px;
    border-collapse: collapse;
    font-size: 11px;
}

.gc-chart-data caption {
    padding: 0 0 8px;
    color: var(--gc-muted);
    text-align: left;
}

.gc-chart-data th,
.gc-chart-data td {
    padding: 7px 9px;
    border-bottom: 1px solid var(--gc-line);
    text-align: right;
}

.gc-chart-data th:first-child,
.gc-chart-data td:first-child {
    text-align: left;
}

/* Chart 1: share / revenue paradox */
.gc-paradox-flow {
    display: grid;
    gap: 10px;
}

.gc-paradox-flow section {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid var(--gc-line);
    background: rgba(255, 255, 255, .62);
}

.gc-paradox-flow header strong,
.gc-paradox-flow header span {
    display: block;
}

.gc-paradox-flow header strong { font-size: 14px; }
.gc-paradox-flow header span { margin-top: 5px; color: var(--gc-muted); font-size: 10px; }

.gc-paradox-flow section > div {
    display: grid;
    grid-template-columns: minmax(92px, 1fr) 36px minmax(92px, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.gc-paradox-flow b {
    padding: 12px;
    background: #f0efe9;
    font-family: var(--gc-serif);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.gc-paradox-flow b small {
    display: block;
    margin-bottom: 5px;
    color: var(--gc-muted);
    font-family: var(--gc-sans);
    font-size: 8px;
    font-weight: 600;
}

.gc-paradox-flow i {
    color: var(--gc-muted);
    font-size: 20px;
    font-style: normal;
    text-align: center;
}

.gc-paradox-flow em {
    min-width: 82px;
    padding: 7px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 760;
    text-align: center;
}

.gc-paradox-flow .is-up em { color: var(--gc-teal); background: var(--gc-teal-light); }
.gc-paradox-flow .is-down em { color: var(--gc-red); background: var(--gc-red-light); }

/* Chart 2: profit conversion */
.gc-profit-conversion {
    display: grid;
    gap: 14px;
}

.gc-profit-conversion section {
    padding: 20px 22px;
    border: 1px solid var(--gc-line);
}

.gc-profit-conversion section.is-positive { border-left: 4px solid var(--gc-teal); }
.gc-profit-conversion section.is-neutral { border-left: 4px solid var(--gc-amber); }
.gc-profit-conversion section.is-negative { border-left: 4px solid var(--gc-red); }

.gc-profit-conversion header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.gc-profit-conversion header strong {
    font-size: 15px;
}

.gc-profit-conversion header span,
.gc-trajectory header span {
    font-size: 11px;
    font-weight: 700;
}

.gc-conversion-flow {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 28px minmax(132px, .8fr) 28px minmax(120px, 1fr);
    gap: 10px;
    align-items: center;
}

.gc-conversion-flow > div,
.gc-conversion-flow > em {
    padding: 14px 16px;
    background: #f1f0ea;
    font-style: normal;
}

.gc-conversion-flow > em { background: var(--gc-teal-light); text-align: center; }
.gc-profit-conversion .is-neutral .gc-conversion-flow > em { background: var(--gc-amber-light); }
.gc-profit-conversion .is-negative .gc-conversion-flow > em { background: var(--gc-red-light); }

.gc-conversion-flow small,
.gc-conversion-flow b { display: block; }
.gc-conversion-flow small { color: var(--gc-muted); font-size: 9px; }
.gc-conversion-flow b { margin-top: 4px; font-family: var(--gc-serif); font-size: 23px; font-weight: 500; }
.gc-conversion-flow > i { color: var(--gc-muted); font-size: 18px; font-style: normal; text-align: center; }
.gc-profit-conversion section > p { margin: 12px 0 0; color: var(--gc-muted); font-size: 10px; }

.is-good { color: var(--gc-teal); }
.is-watch { color: var(--gc-red); }

.gc-paired-bar {
    display: grid;
    grid-template-columns: 82px minmax(100px, 1fr) 78px;
    gap: 12px;
    align-items: center;
    margin-top: 9px;
}

.gc-paired-bar > span {
    color: var(--gc-muted);
    font-size: 11px;
}

.gc-paired-bar > div {
    position: relative;
    height: 12px;
    background: #ecebe5;
}

.gc-paired-bar i {
    display: block;
    width: var(--value);
    height: 100%;
    background: var(--gc-ink);
}

.gc-paired-bar i.gc-tone-teal { background: var(--gc-teal); }
.gc-paired-bar b { font-size: 12px; text-align: right; }
.gc-paired-bar.is-negative b { color: var(--gc-red); }
.gc-paired-bar.is-negative > div::after {
    content: "负增长";
    position: absolute;
    inset: 0 auto 0 0;
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: white;
    background: var(--gc-red);
    font-size: 8px;
}

/* Chart 3: cash and inventory pressure */
.gc-pressure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gc-pressure-grid section {
    border-top: 4px solid var(--gc-ink);
    background: #f3f2ed;
}

.gc-pressure-grid h4 {
    margin: 0;
    padding: 16px 18px 12px;
    font-size: 16px;
}

.gc-pressure-chain {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 16px 16px;
}

.gc-pressure-chain > div {
    padding: 13px 14px;
    border: 1px solid var(--gc-line);
    background: white;
}

.gc-pressure-chain > i {
    height: 22px;
    color: var(--gc-muted);
    font-size: 17px;
    font-style: normal;
    line-height: 22px;
    text-align: center;
    transform: rotate(90deg);
}

.gc-pressure-chain span,
.gc-pressure-chain b,
.gc-pressure-chain small { display: block; }
.gc-pressure-chain span { color: var(--gc-muted); font-size: 9px; }
.gc-pressure-chain b { margin-top: 3px; font-family: var(--gc-serif); font-size: 22px; font-weight: 500; }
.gc-pressure-chain small { margin-top: 3px; font-size: 9px; font-weight: 700; }
.gc-pressure-chain .is-growth small,
.gc-pressure-chain .is-clear small { color: var(--gc-teal); }
.gc-pressure-chain .is-risk { background: var(--gc-red-light); }
.gc-pressure-chain .is-risk b,
.gc-pressure-chain .is-risk small { color: var(--gc-red); }
.gc-pressure-chain .is-na b,
.gc-pressure-chain .is-na small { color: var(--gc-line-strong); }

.gc-pressure-metric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 10px;
    padding: 13px 18px;
    border-top: 1px solid var(--gc-line);
}

.gc-pressure-metric span {
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-pressure-metric b {
    grid-row: 1 / span 2;
    grid-column: 2;
    font-family: var(--gc-serif);
    font-size: 22px;
    font-weight: 500;
}

.gc-pressure-metric small {
    font-size: 9px;
    font-weight: 700;
}

.gc-pressure-metric.is-growth small,
.gc-pressure-metric.is-clear small { color: var(--gc-teal); }
.gc-pressure-metric.is-risk { background: var(--gc-red-light); }
.gc-pressure-metric.is-risk small,
.gc-pressure-metric.is-risk b { color: var(--gc-red); }
.gc-pressure-metric.is-na b,
.gc-pressure-metric.is-na small { color: var(--gc-line-strong); }

/* Chart 4: indexed trajectories */
.gc-trajectory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gc-trajectory section {
    padding: 18px 16px 14px;
    border: 1px solid var(--gc-line);
}

.gc-trajectory header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
}

.gc-trajectory svg {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
    overflow: visible;
}

.gc-chart-baseline {
    stroke: var(--gc-line-strong);
    stroke-width: 1;
    stroke-dasharray: 3 3;
}

.gc-chart-line {
    fill: none;
    stroke: var(--gc-teal);
    stroke-width: 2.5;
}

.gc-trajectory circle {
    fill: var(--gc-card);
    stroke: var(--gc-teal);
    stroke-width: 2;
}

.gc-svg-label,
.gc-svg-period {
    fill: var(--gc-muted);
    font-size: 8px;
}

.gc-svg-value {
    fill: var(--gc-ink);
    font-size: 8px;
    font-weight: 700;
}

.gc-trajectory section > p {
    margin: 8px 0 0;
    color: var(--gc-muted);
    font-size: 10px;
    text-align: center;
}

/* Chart 5: scale and loss */
.gc-scale-profit-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.gc-scale-profit-timeline section {
    display: grid;
    grid-template-rows: 172px 22px 138px 26px;
    min-width: 0;
    text-align: center;
}

.gc-scale-profit-revenue,
.gc-scale-profit-loss {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gc-scale-profit-revenue { justify-content: flex-end; }
.gc-scale-profit-loss { justify-content: flex-start; }

.gc-scale-profit-revenue i,
.gc-scale-profit-loss i {
    display: block;
    width: 46%;
    background: var(--gc-teal);
}

.gc-scale-profit-revenue i { height: var(--value); margin-top: 7px; }
.gc-scale-profit-loss i { height: var(--value); background: var(--gc-red); }

.gc-scale-profit-revenue b,
.gc-scale-profit-loss b { font-size: 10px; }
.gc-scale-profit-loss b { margin-top: 6px; color: var(--gc-red); }
.gc-scale-profit-revenue small,
.gc-scale-profit-loss small { margin-top: 4px; color: var(--gc-muted); font-size: 8px; }

.gc-scale-profit-zero {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--gc-ink);
    border-bottom: 1px solid var(--gc-ink);
    color: var(--gc-muted);
    font-size: 8px;
}

.gc-scale-profit-timeline section > footer {
    padding-top: 8px;
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-scale-profit-timeline > p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--gc-muted);
    font-size: 9px;
    text-align: right;
}

/* Chart 6: path to cash */
.gc-path-milestones {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.gc-path-milestones > div {
    flex: 0 0 auto;
    text-align: center;
}

.gc-path-milestones > i {
    flex: 1;
    min-width: 24px;
    height: 1px;
    margin: 0 12px;
    background: var(--gc-line-strong);
}

.gc-path-milestones b,
.gc-path-milestones span {
    display: block;
}

.gc-path-milestones b {
    color: var(--gc-teal);
    font-family: var(--gc-serif);
    font-size: 22px;
}

.gc-path-milestones span {
    max-width: 130px;
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-gate-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--gc-line-strong);
    border-left: 1px solid var(--gc-line);
}

.gc-gate-grid section {
    border-right: 1px solid var(--gc-line);
}

.gc-gate-grid h4 {
    margin: 0;
    padding: 11px;
    background: #ecebe5;
    font-size: 11px;
    text-align: center;
}

.gc-gate-grid section > div {
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 12px;
    border-bottom: 1px solid var(--gc-line);
    text-align: center;
}

.gc-gate-grid span {
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-gate-grid b {
    font-family: var(--gc-serif);
    font-size: 18px;
    font-weight: 500;
}

.gc-gate-grid .is-positive { background: var(--gc-teal-light); }
.gc-gate-grid .is-positive b { color: var(--gc-teal); }
.gc-gate-grid .is-negative { background: var(--gc-red-light); }
.gc-gate-grid .is-negative b { color: var(--gc-red); }
.gc-gate-grid .is-na b { color: var(--gc-line-strong); }

/* Company cards and drawer */
.gc-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.gc-filter-row button {
    padding: 8px 14px;
    border: 1px solid var(--gc-line-strong);
    border-radius: 0;
    color: var(--gc-ink);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.gc-filter-row button[aria-pressed="true"] {
    color: white;
    background: var(--gc-ink);
}

.gc-company-grid {
    display: grid;
    gap: 28px;
}

.gc-company-path {
    border: 1px solid var(--gc-line-strong);
    background: rgba(255, 255, 255, .24);
}

.gc-company-path > header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(420px, 1.5fr) auto;
    gap: 28px;
    align-items: center;
    padding: 24px;
    border-top: 5px solid var(--gc-teal);
    border-bottom: 1px solid var(--gc-line-strong);
}

.gc-company-path.is-structure_reframing > header { border-top-color: var(--gc-amber); }
.gc-company-path.is-value_pressure > header { border-top-color: var(--gc-red); }

.gc-company-path > header > div:first-child > span {
    color: var(--gc-teal);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .1em;
}

.gc-company-path.is-structure_reframing > header > div:first-child > span { color: #956210; }
.gc-company-path.is-value_pressure > header > div:first-child > span { color: var(--gc-red); }

.gc-company-path > header h3 {
    margin: 7px 0 0;
    font-family: var(--gc-serif);
    font-size: 28px;
    font-weight: 500;
}

.gc-company-path > header p {
    margin: 7px 0 0;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-company-path > header > b {
    color: var(--gc-muted);
    font-size: 10px;
    font-weight: 680;
}

.gc-company-path-logic {
    display: flex;
    gap: 8px;
    align-items: center;
}

.gc-company-path-logic span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--gc-ink);
    font-size: 11px;
    font-weight: 720;
}

.gc-company-path-logic i {
    color: var(--gc-teal);
    font-size: 17px;
    font-style: normal;
}

.gc-company-path.is-value_pressure .gc-company-path-logic i { color: var(--gc-red); }

.gc-company-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-company-card {
    position: relative;
    min-height: 270px;
    padding: 24px;
    border: 0;
    border-right: 1px solid var(--gc-line);
    border-bottom: 1px solid var(--gc-line);
    border-radius: 0;
    color: var(--gc-ink);
    background: rgba(255, 255, 255, .38);
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.gc-company-card:hover {
    background: var(--gc-card);
}

.gc-company-stage {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--gc-teal);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
}

.gc-company-stage i {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 17px;
    font-style: normal;
    line-height: 1;
}

.gc-company-stage.is-down_right,
.gc-company-stage.is-down {
    color: var(--gc-red);
}

.gc-company-stage.is-right {
    color: #8a6a28;
}

.gc-company-card h3 {
    margin: 26px 0 12px;
    font-family: var(--gc-serif);
    font-size: 26px;
    font-weight: 500;
}

.gc-company-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
}

.gc-company-card small {
    display: block;
    margin-top: 16px;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-company-card b {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: var(--gc-teal);
    font-size: 10px;
}

.gc-drawer-backdrop {
    position: fixed;
    z-index: 1500;
    inset: var(--nv-header-height, 68px) 0 0;
    background: rgba(18, 20, 17, .54);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.gc-drawer {
    position: fixed;
    z-index: 1600;
    top: var(--nv-header-height, 68px);
    right: 0;
    bottom: 0;
    width: min(780px, 94vw);
    overflow-y: auto;
    color: var(--gc-ink);
    background: var(--gc-card);
    box-shadow: -22px 0 70px rgba(0, 0, 0, .2);
    transform: translateX(102%);
    transition: transform .24s ease;
}

.gc-drawer[aria-hidden="false"] {
    transform: translateX(0);
}

.gc-drawer-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding: 28px 32px;
    border-bottom: 1px solid var(--gc-line);
    background: rgba(255, 254, 251, .96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.gc-drawer-head p {
    margin: 0 0 4px;
    color: var(--gc-teal);
    font-size: 11px;
    font-weight: 750;
}

.gc-drawer-head h2 {
    margin: 0;
    font-family: var(--gc-serif);
    font-size: clamp(25px, 3.2vw, 34px);
    font-weight: 500;
    line-height: 1.28;
}

.gc-drawer-head span {
    color: var(--gc-muted);
    font-size: 11px;
}

.gc-drawer-head button {
    padding: 8px 10px;
    border: 1px solid var(--gc-line-strong);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
}

.gc-drawer-content {
    padding: 34px 32px 60px;
}

.gc-drawer-content > section {
    margin-bottom: 42px;
}

.gc-drawer-content > section > h3 {
    margin: 0 0 16px;
    font-size: 13px;
}

.gc-loop-note { margin:0 0 14px; padding:12px 14px; border-left:3px solid var(--gc-teal); color:var(--gc-muted); background:#f3f1ea; font-size:10px; line-height:1.65; }

.gc-drawer-verdict {
    padding-bottom: 28px;
    border-bottom: 2px solid var(--gc-ink);
}

.gc-depth-status {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 22px;
    padding: 12px 14px;
    border-left: 3px solid var(--gc-teal);
    background: var(--gc-teal-light);
}

.gc-depth-status.is-results_and_constraints {
    border-color: var(--gc-amber);
    background: var(--gc-amber-light);
}

.gc-depth-status span {
    margin: 0;
    color: var(--gc-ink);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .04em;
}

.gc-depth-status small {
    margin: 0;
    color: var(--gc-muted);
    font-size: 10px;
    line-height: 1.55;
}

.gc-drawer-verdict p {
    margin: 0;
    font-family: var(--gc-serif);
    font-size: 26px;
    line-height: 1.4;
}

.gc-drawer-verdict span,
.gc-drawer-verdict small {
    display: block;
    margin-top: 16px;
    font-size: 12px;
}

.gc-company-argument > h3,
.gc-company-metrics > h3,
.gc-company-journey > h3,
.gc-company-system > h3,
.gc-company-constraints > h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gc-line-strong);
    color: var(--gc-muted);
    font-size: 10px !important;
    font-weight: 780;
    letter-spacing: .12em;
}

.gc-company-insight-list {
    display: grid;
    gap: 14px;
}

.gc-company-argument > h3,
.gc-company-journey > h3 {
    margin-bottom: 20px !important;
}

.gc-company-insight {
    padding: 22px;
    border: 1px solid var(--gc-line);
    border-top: 3px solid var(--gc-teal);
    background: rgba(255, 255, 255, .62);
}

.gc-company-insight.is-adjustment {
    border-top-color: var(--gc-red);
}

.gc-company-insight > header,
.gc-company-constraints article > header,
.gc-journey-track article > header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
}

.gc-company-insight > header span,
.gc-company-constraints article > header span,
.gc-journey-track article > header span {
    color: var(--gc-teal);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .08em;
}

.gc-company-insight > header small,
.gc-company-constraints article > header small,
.gc-journey-track article > header small {
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-company-insight h4 {
    margin: 16px 0 8px;
    font-family: var(--gc-serif);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.42;
}

.gc-company-insight-evidence {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

.gc-company-mechanism,
.gc-company-implication {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--gc-line);
}

.gc-company-mechanism span,
.gc-company-implication span {
    color: var(--gc-teal);
    font-size: 9px;
    font-weight: 780;
}

.gc-company-mechanism p,
.gc-company-implication p {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
}

.gc-company-boundary {
    margin-top: 14px;
    color: var(--gc-muted);
    font-size: 10px;
}

.gc-company-boundary summary {
    width: fit-content;
    cursor: pointer;
    font-weight: 720;
}

.gc-company-boundary p {
    margin: 8px 0 0;
    padding: 10px 12px;
    background: #f3f1ea;
}

.gc-company-insight > .gc-card-footer,
.gc-journey-track .gc-card-footer,
.gc-company-constraints .gc-card-footer {
    margin: 16px 0 0;
    padding-top: 10px;
}

.gc-company-insight .gc-watermark,
.gc-journey-track .gc-watermark,
.gc-company-constraints .gc-watermark {
    display: none;
}

.gc-drawer-verdict small {
    color: var(--gc-red);
}

.gc-drawer-verdict .gc-depth-status small {
    color: var(--gc-muted);
}

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

.gc-metric-grid article {
    padding: 14px;
    border: 1px solid var(--gc-line);
}

.gc-metric-grid header span,
.gc-metric-grid header strong {
    display: block;
}

.gc-metric-grid header span {
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-metric-grid header strong {
    margin-top: 3px;
    font-family: var(--gc-serif);
    font-size: 19px;
    font-weight: 500;
}

.gc-metric-grid header small {
    color: var(--gc-muted);
    font-family: var(--gc-sans);
    font-size: 8px;
}

.gc-metric-grid svg {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.gc-metric-grid polyline {
    fill: none;
    stroke: var(--gc-teal);
    stroke-width: 2;
}

.gc-metric-grid circle {
    fill: white;
    stroke: var(--gc-teal);
    stroke-width: 1.5;
}

.gc-metric-grid p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 8px;
}

.gc-metric-grid article > small {
    display: block;
    margin-top: 8px;
    color: var(--gc-muted);
    font-size: 8px;
    line-height: 1.5;
}

.gc-journey-track {
    position: relative;
    display: grid;
    gap: 0;
    padding-left: 28px;
}

.gc-journey-track::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 12px;
    left: 7px;
    width: 1px;
    background: var(--gc-line-strong);
}

.gc-journey-track > article {
    position: relative;
    padding: 0 0 28px;
}

.gc-journey-track > article::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 9px;
    height: 9px;
    border: 2px solid var(--gc-card);
    border-radius: 50%;
    background: var(--gc-teal);
    box-shadow: 0 0 0 1px var(--gc-teal);
}

.gc-journey-track b {
    display: block;
    margin-top: 11px;
    color: var(--gc-teal);
    font-size: 9px;
}

.gc-journey-track h4 {
    margin: 10px 0 12px;
    font-family: var(--gc-serif);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.gc-timeline-narrative {
    display: grid;
    gap: 8px;
}

.gc-timeline-evidence {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    gap: 1px;
    margin: 14px 0;
    border: 1px solid var(--gc-line);
    background: var(--gc-line);
}

.gc-timeline-evidence > div {
    min-width: 0;
    padding: 11px 12px;
    background: rgba(255, 255, 255, .78);
}

.gc-timeline-evidence span,
.gc-timeline-evidence small {
    display: block;
    color: var(--gc-muted);
    font-size: 8px;
    line-height: 1.45;
}

.gc-timeline-evidence strong {
    display: block;
    margin: 4px 0;
    color: var(--gc-ink);
    font-family: var(--gc-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.gc-timeline-visuals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
    margin: 16px 0;
}

.gc-timeline-visual {
    min-width: 0;
    min-height: 142px;
    padding: 12px 13px;
    border: 1px solid var(--gc-line);
    background: rgba(255, 255, 255, .78);
}

.gc-timeline-visual header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
}

.gc-timeline-visual header span,
.gc-timeline-visual footer,
.gc-timeline-visual > small,
.gc-timeline-visual > span {
    color: var(--gc-muted);
    font-size: 8px;
}

.gc-timeline-visual header strong {
    color: var(--gc-ink);
    font-family: var(--gc-serif);
    font-size: 15px;
    font-weight: 600;
}

.gc-timeline-visual svg {
    display: block;
    width: 100%;
    height: 76px;
    margin-top: 6px;
}

.gc-timeline-visual.is-trend polyline {
    fill: none;
    stroke: var(--gc-teal);
    stroke-width: 2.5;
}

.gc-timeline-visual.is-trend circle {
    fill: var(--gc-card);
    stroke: var(--gc-teal);
    stroke-width: 2;
}

.gc-trend-direction {
    width: fit-content;
    margin-top: 7px;
    padding: 3px 6px;
    color: var(--gc-muted);
    background: #ecece7;
    font-size: 8px;
    font-weight: 760;
}

.gc-timeline-visual.is-tone-good .gc-trend-direction {
    color: var(--gc-teal);
    background: var(--gc-teal-light);
}

.gc-timeline-visual.is-tone-risk .gc-trend-direction {
    color: var(--gc-red);
    background: var(--gc-red-light);
}

.gc-timeline-visual.is-tone-risk polyline,
.gc-timeline-visual.is-tone-risk circle {
    stroke: var(--gc-red);
}

.gc-timeline-visual.is-tone-neutral polyline,
.gc-timeline-visual.is-tone-neutral circle {
    stroke: #65706b;
}

.gc-timeline-zero {
    stroke: var(--gc-line-strong);
    stroke-width: 1;
    stroke-dasharray: 3 3;
}

.gc-timeline-zero-label {
    fill: var(--gc-muted);
    font-size: 7px;
}

.gc-timeline-visual footer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.gc-timeline-visual footer a {
    color: var(--gc-teal);
    font-size: 8px;
    text-decoration: none;
}

.gc-timeline-visual.is-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gc-timeline-visual.is-stat strong {
    display: block;
    margin: 8px 0;
    color: var(--gc-ink);
    font-family: var(--gc-serif);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.gc-timeline-visual.is-donut {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px 12px;
    align-content: center;
    align-items: center;
}

.gc-timeline-visual.is-donut > div {
    grid-row: 1 / span 2;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--gc-teal) 0 var(--ratio), var(--gc-sand) var(--ratio) 360deg);
}

.gc-timeline-visual.is-donut > div::before {
    content: "";
    grid-area: 1 / 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gc-card);
}

.gc-timeline-visual.is-donut > div span {
    z-index: 1;
    grid-area: 1 / 1;
    font-family: var(--gc-serif);
    font-size: 13px;
    font-weight: 700;
}

.gc-timeline-visual.is-donut p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
}

.gc-timeline-visual.is-footprint {
    grid-column: 1 / -1;
    min-height: 190px;
}

.gc-footprint-map {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(160px, .8fr);
    gap: 12px;
    align-items: center;
}

.gc-footprint-map-base {
    position: relative;
    width: 100%;
    min-height: 130px;
}

.gc-footprint-map-base img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .58;
    filter: grayscale(1) sepia(.12) hue-rotate(120deg);
}

.gc-footprint-map-base i {
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: var(--size);
    height: var(--size);
    border: 2px solid white;
    border-radius: 50%;
    background: var(--gc-teal);
    box-shadow: 0 0 0 3px rgba(13, 112, 104, .2);
    transform: translate(-50%, -50%);
}

.gc-footprint-map > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
}

.gc-footprint-map > div span {
    padding-left: 9px;
    border-left: 2px solid var(--gc-teal);
}

.gc-footprint-map > div strong,
.gc-footprint-map > div small {
    display: block;
}

.gc-footprint-map > div strong {
    font-family: var(--gc-serif);
    font-size: 18px;
}

.gc-timeline-visual.is-milestone,
.gc-timeline-visual.is-logic {
    display: grid;
    align-content: space-between;
}

.gc-timeline-visual.is-milestone > div,
.gc-timeline-visual.is-logic > div {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 18px 0;
}

.gc-timeline-visual.is-milestone > div span,
.gc-timeline-visual.is-milestone > div strong,
.gc-timeline-visual.is-logic > div span {
    padding: 7px 8px;
    border: 1px solid var(--gc-line);
    background: rgba(220, 236, 232, .38);
    font-size: 9px;
    text-align: center;
}

.gc-timeline-visual.is-milestone > div strong {
    border-color: var(--gc-teal);
    color: var(--gc-teal);
}

.gc-timeline-visual.is-milestone > div i,
.gc-timeline-visual.is-logic > div i {
    margin-left: 7px;
    color: var(--gc-teal);
    font-style: normal;
}

.gc-timeline-narrative p,
.gc-timeline-capability p {
    margin: 0;
    font-size: 11px;
    line-height: 1.72;
}

.gc-timeline-capability {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    margin-top: 14px;
    padding: 12px 14px;
    border-left: 3px solid var(--gc-teal);
    background: var(--gc-teal-light);
}

.gc-timeline-capability p {
    flex: 1 1 100%;
}

.gc-timeline-risks {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 14px;
    border-left: 3px solid var(--gc-red);
    background: var(--gc-red-light);
}

.gc-timeline-risks > strong {
    color: var(--gc-red);
    font-size: 9px;
    letter-spacing: .06em;
}

.gc-timeline-risks > div {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 4px 10px;
}

.gc-timeline-risks span {
    grid-row: 1 / span 2;
    color: var(--gc-red);
    font-size: 9px;
}

.gc-timeline-risks b {
    margin: 0;
    color: var(--gc-ink);
    font-size: 11px;
}

.gc-timeline-risks p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 10px;
    line-height: 1.6;
}

.gc-journey-track dl {
    display: grid;
    gap: 7px;
    margin: 0;
}

.gc-journey-track dl > div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
}

.gc-journey-track dt {
    color: var(--gc-muted);
    font-size: 9px;
    font-weight: 720;
}

.gc-journey-track dd {
    margin: 0;
    font-size: 11px;
}

.gc-journey-transition {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    margin: 14px 0 0;
    padding: 10px 12px;
    background: var(--gc-teal-light);
    font-size: 10px;
}

.gc-journey-transition span {
    color: var(--gc-teal);
    font-weight: 760;
}

.gc-operating-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gc-operating-steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--gc-line);
}

.gc-operating-steps li > span {
    color: var(--gc-teal);
    font-family: var(--gc-serif);
    font-size: 12px;
}

.gc-operating-steps strong {
    font-size: 12px;
}

.gc-operating-steps header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: space-between;
}

.gc-operating-steps em {
    color: var(--gc-teal);
    font-size: 9px;
    font-style: normal;
    font-weight: 720;
}

.gc-operating-steps p {
    margin: 4px 0 0;
    color: var(--gc-muted);
    font-size: 11px;
}

.gc-operating-steps details {
    margin-top: 10px;
    color: var(--gc-muted);
    font-size: 9px;
}

.gc-operating-steps details summary {
    width: fit-content;
    cursor: pointer;
}

.gc-operating-steps details p {
    padding: 9px 10px;
    background: #f3f1ea;
}

.gc-operating-steps a {
    display: inline-block;
    margin-top: 9px;
    color: var(--gc-teal);
    font-size: 9px;
    font-weight: 720;
}

.gc-company-constraints > div {
    display: grid;
    gap: 10px;
}

.gc-company-constraints article {
    padding: 18px;
    border-left: 3px solid var(--gc-amber);
    background: var(--gc-amber-light);
}

.gc-company-constraints article.is-high {
    border-left-color: var(--gc-red);
    background: var(--gc-red-light);
}

.gc-company-constraints h4 {
    margin: 12px 0 6px;
    font-family: var(--gc-serif);
    font-size: 18px;
    font-weight: 500;
}

.gc-company-constraints article > p,
.gc-company-constraints article > div p {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
}

.gc-company-constraints article > div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(23, 24, 21, .14);
}

.gc-company-constraints article > div span {
    font-size: 9px;
    font-weight: 760;
}

.gc-next-validation {
    padding: 22px;
    border: 1px solid var(--gc-line-strong);
    background: var(--gc-ink);
    color: white;
}

.gc-next-validation > span {
    color: #8fd2ca;
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .1em;
}

.gc-next-validation h3 {
    margin: 8px 0 10px !important;
    font-family: var(--gc-serif);
    font-size: 19px !important;
    font-weight: 500;
}

.gc-next-validation p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.gc-drawer .gc-card-footer {
    margin-left: 0;
}

/* Method */
.gc-method-section {
    padding: 54px clamp(24px, 6vw, 96px) 40px;
    border-top: 1px solid var(--gc-line-strong);
}

.gc-method-head {
    display: flex;
    gap: 18px;
    align-items: baseline;
    margin-bottom: 18px;
}

.gc-method-head h2 {
    margin: 0;
    color: var(--gc-ink);
    font-family: var(--gc-sans);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.gc-method-head p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 11px;
}

.gc-method-grid {
    border-top: 1px solid var(--gc-ink);
}

.gc-method-grid details {
    border-bottom: 1px solid var(--gc-line-strong);
}

.gc-method-grid summary {
    position: relative;
    padding: 22px 42px 22px 0;
    cursor: pointer;
    font-family: var(--gc-serif);
    font-size: 16px;
    list-style: none;
}

.gc-method-grid summary::-webkit-details-marker {
    display: none;
}

.gc-method-grid summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    font-family: var(--gc-sans);
}

.gc-method-grid details[open] summary::after {
    content: "−";
}

.gc-method-grid details > div {
    max-width: 980px;
    padding: 0 0 28px;
    color: var(--gc-muted);
    font-size: 13px;
}

.gc-method-grid ul {
    margin: 8px 0;
    padding-left: 20px;
}

.gc-rule-list {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.gc-rule-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
}

.gc-rule-list strong {
    color: var(--gc-teal);
}

.gc-load-error {
    padding: 30px;
    border: 1px solid var(--gc-red);
    color: var(--gc-red);
    background: var(--gc-red-light);
}

/* Loading state styles */
.gc-loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 40px 20px;
    text-align: center;
}

.gc-loading-spinner {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border: 3px solid var(--gc-line);
    border-top-color: var(--gc-teal);
    border-radius: 50%;
    animation: gc-spin 1s linear infinite;
}

@keyframes gc-spin {
    to { transform: rotate(360deg); }
}

.gc-loading-text {
    margin: 0;
    color: var(--gc-muted);
    font-size: 14px;
    line-height: 1.5;
}

.gc-loading-slow .gc-loading-text {
    color: var(--gc-amber);
}

.gc-retry-btn {
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--gc-teal);
    border-radius: 4px;
    color: var(--gc-teal);
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.gc-retry-btn:hover {
    color: white;
    background: var(--gc-teal);
}

/* Ensure loading states are visible on dark hero sections */
.gc-hero-side .gc-loading-state {
    min-height: 80px;
    padding: 20px;
}

.gc-hero-side .gc-loading-text {
    color: rgba(255, 255, 255, 0.7);
}

.gc-hero-side .gc-loading-spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1050px) {
    .gc-section-head--story h2 { white-space: normal; }
    .gc-hero { grid-template-columns: 1fr; }
    .gc-hero-main { min-height: 600px; }
    .gc-hero-side { border-top: 1px solid #444640; border-left: 0; }
    .gc-hero-side [data-nv-page-actions] { min-height: 0; margin-bottom: 30px; }
    .gc-signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
    .gc-signal-grid article { display: block; padding-right: 18px; border-right: 1px solid #50534c; }
    .gc-signal-grid article:last-child { border-right: 0; }
    .gc-signal-grid strong,
    .gc-signal-grid span,
    .gc-signal-grid small { display: block; }
    .gc-signal-grid span { margin-top: 10px; }
    .gc-benchmark-strip { grid-template-columns: 1fr; }
    .gc-benchmark-card { min-height: 0; }
    .gc-matrix-head { grid-template-columns: 1fr; }
    .gc-matrix-legend { justify-content: flex-start; }
    .gc-coverage-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gc-stage-ladder { grid-template-columns: repeat(3, 1fr); }
    .gc-stage-ladder article { border-bottom: 1px solid var(--gc-line); }
    .gc-capability-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-capability-grid article:nth-child(4n) { border-right: 1px solid var(--gc-line); }
    .gc-capability-grid article:nth-child(2n) { border-right: 0; }
    .gc-pressure-grid,
    .gc-trajectory { grid-template-columns: 1fr; }
    .gc-trajectory section { display: grid; grid-template-columns: 190px 1fr; align-items: center; }
    .gc-trajectory header { display: block; }
    .gc-trajectory section > p { text-align: left; }
    .gc-company-path > header { grid-template-columns: minmax(180px, .8fr) minmax(0, 1.4fr); }
    .gc-company-path > header > b { grid-column: 1 / -1; }
    .gc-company-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .gc-shell { width: min(100% - 24px, 1360px); margin-top: 12px; }
    .gc-hero { min-height: 0; }
    .gc-hero-main { min-height: 540px; padding: 30px 24px 36px; }
    .gc-hero h1 { font-size: clamp(52px, 15vw, 74px); }
    .gc-thesis { font-size: 16px; }
    .gc-hero-side { padding: 24px; }
    .gc-signal-grid { grid-template-columns: 1fr; }
    .gc-signal-grid article { display: grid; grid-template-columns: 88px 1fr; border-right: 0; }
    .gc-benchmark-statline { align-items: flex-start; }
    .gc-benchmark-statline p { padding-top: 3px; }
    .gc-section-nav { gap: 20px; overflow-x: auto; }
    .gc-section-nav a { flex: 0 0 auto; }
    .gc-section { padding-top: 82px; }
    .gc-section-head { margin-bottom: 30px; }
    .gc-section-head--split { display: block; }
    .gc-section-head--split > span { margin-top: 14px; }
    .gc-matrix-panel { padding: 24px 18px; }
    .gc-matrix-grid { min-width: 820px; grid-template-columns: 112px repeat(3, minmax(0, 1fr)); }
    .gc-matrix-y-label,
    .gc-matrix-cell { min-height: 170px; }
    .gc-matrix-chip { width: 100%; }
    .gc-coverage-strip { grid-template-columns: 1fr; }
    .gc-chapter-head { display: block; }
    .gc-chapter-head > div { margin-top: 8px; }
    .gc-stage-ladder { grid-template-columns: 1fr; }
    .gc-stage-ladder article { min-height: 0; border-left: 0; }
    .gc-stage-ladder p { min-height: 0; }
    .gc-rating-rule { display: block; }
    .gc-rating-rule strong,
    .gc-rating-rule span,
    .gc-rating-rule small { display: block; }
    .gc-rating-rule span { margin-top: 14px; }
    .gc-rating-rule small { margin-top: 6px; }
    .gc-capability-head { display: block; }
    .gc-capability-head h3 { margin-top: 8px; }
    .gc-capability-grid { grid-template-columns: 1fr; }
    .gc-capability-grid article,
    .gc-capability-grid article:nth-child(4n),
    .gc-capability-grid article:nth-child(2n) { min-height: 150px; border-right: 0; }
    .gc-insight-card { width: 100%; padding: 24px 18px; overflow: hidden; }
    .gc-insight-head { grid-template-columns: 34px 1fr; gap: 8px; }
    .gc-insight-head > span { padding-top: 5px; font-size: 12px; }
    .gc-insight-head h3 { font-size: 31px; }
    .gc-chart-head,
    .gc-chart,
    .gc-insight-reasoning,
    .gc-implication,
    .gc-card-footer { max-width: 100%; margin-left: 0; }
    .gc-insight-reasoning { display: block; }
    .gc-insight-reasoning p { margin-top: 8px; }
    .gc-chart-head { display: block; margin-top: 30px; }
    .gc-chart-head span { display: block; margin-top: 5px; text-align: left; }
    .gc-implication { display: block; }
    .gc-implication p { margin-top: 7px; }
    .gc-mechanism-card { padding: 24px 18px; }
    .gc-title-prefix,
    .gc-title-judgment { white-space: normal; }
    .gc-mechanism-path { grid-template-columns: 1fr; }
    .gc-mechanism-path article { min-height: 0; }
    .gc-mechanism-path i { top: auto; right: 50%; bottom: -13px; transform: translateX(50%) rotate(90deg); }
    .gc-unit-economics-bridge { grid-template-columns: 1fr; }
    .gc-unit-economics-bridge article { min-height: 0; }
    .gc-unit-economics-bridge .gc-unit-operator { top: auto; right: 50%; bottom: -28px; transform: translateX(50%); }
    .gc-unit-formula { grid-template-columns: 1fr; }
    .gc-unit-formula article { min-height: 0; }
    .gc-unit-formula article > i { top: auto; right: 50%; bottom: -14px; transform: translateX(50%); }
    .gc-unit-case > header { display: block; }
    .gc-unit-case > header small { display: block; margin-top: 7px; text-align: left; }
    .gc-demand-cost-race { grid-template-columns: 1fr; }
    .gc-race-gap { position: static; justify-self: center; transform: none; }
    .gc-chain-observed,
    .gc-chain-future { grid-template-columns: 1fr; }
    .gc-chain-observed article { min-height: 0; }
    .gc-chain-observed article > i { top: auto; right: 50%; bottom: -29px; transform: translateX(50%) rotate(90deg); }
    .gc-chain-future span { min-height: 38px; }
    .gc-chain-future span i { transform: rotate(90deg); }
    .gc-mechanism-reading { grid-template-columns: 1fr; gap: 18px; }
    .gc-mechanism-reading section { grid-template-columns: 82px minmax(0, 1fr); }
    .gc-paradox-flow section { grid-template-columns: 1fr; gap: 12px; }
    .gc-paradox-flow section > div { grid-template-columns: 1fr 24px 1fr; }
    .gc-paradox-flow em { grid-column: 1 / -1; }
    .gc-conversion-flow { grid-template-columns: 1fr; }
    .gc-conversion-flow > i { transform: rotate(90deg); }
    .gc-paired-bar { grid-template-columns: 66px minmax(70px, 1fr) 62px; gap: 7px; }
    .gc-scale-profit-timeline { min-width: 620px; }
    .gc-chart:has(.gc-scale-profit-timeline) { overflow-x: auto; }
    .gc-trajectory section { display: block; }
    .gc-path-milestones { align-items: flex-start; overflow-x: auto; padding-bottom: 10px; }
    .gc-path-milestones > div { min-width: 92px; }
    .gc-path-milestones > i { min-width: 16px; }
    .gc-gate-grid { grid-template-columns: repeat(5, minmax(112px, 1fr)); overflow-x: auto; }
    .gc-company-path > header { display: block; padding: 20px 18px; }
    .gc-company-path-logic { margin-top: 18px; overflow-x: auto; padding-bottom: 4px; }
    .gc-company-path-logic span { flex: 0 0 auto; }
    .gc-company-path > header > b { display: block; margin-top: 14px; }
    .gc-company-path-grid { grid-template-columns: 1fr; }
    .gc-company-card { min-height: 240px; }
    .gc-drawer { width: 100vw; }
    .gc-drawer-head,
    .gc-drawer-content { padding-right: 20px; padding-left: 20px; }
    .gc-metric-grid { grid-template-columns: 1fr; }
    .gc-depth-status { grid-template-columns: 1fr; gap: 4px; }
    .gc-company-insight { padding: 18px; }
    .gc-footprint-map { grid-template-columns: 1fr; }
    .gc-timeline-visual.is-milestone > div,
    .gc-timeline-visual.is-logic > div { justify-content: flex-start; overflow-x: auto; }
    .gc-timeline-visual.is-milestone > div span,
    .gc-timeline-visual.is-milestone > div strong,
    .gc-timeline-visual.is-logic > div span { flex: 0 0 auto; }
    .gc-company-mechanism,
    .gc-company-implication,
    .gc-company-constraints article > div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gc-drawer { transition: none; }
}

@media print {
    :root { --gc-paper: #fff; --gc-card: #fff; }
    body.gc-page { background: white; font-size: 10pt; }
    .gc-shell { width: 100%; margin: 0; }
    .gc-hero { min-height: 0; color: black; background: white; border: 1px solid black; break-after: page; }
    .gc-hero-side { color: black; background: white; }
    .gc-thesis,
    .gc-eyebrow,
    .gc-kicker,
    .gc-release-meta,
    .gc-hero-label,
    .gc-signal-grid small { color: #333; }
    .gc-signal-grid strong,
    .gc-signal-grid span { color: black; }
    .gc-section-nav,
    [data-nv-page-actions],
    .gc-filter-row,
    .gc-drawer,
    .gc-drawer-backdrop { display: none !important; }
    .gc-section { padding-top: 40px; }
    .gc-insight-card { break-inside: avoid; box-shadow: none; border: 1px solid #777; border-top: 3px solid black; }
    .gc-source-details > summary { display: none; }
    .gc-source-details > .gc-source-panel { display: block !important; }
    .gc-source-panel { background: white; }
    .gc-company-card { min-height: 0; break-inside: avoid; }
    .gc-company-card b { display: none; }
    .gc-watermark { color: #555; }
}
