:root{--ink:#1f2128;--ink-deep:#0f1014;--paper:#f7f6f2;--paper-2:#fff;--soft:#ecebe6;--soft-2:#e3e1da;--gold:#b08d57;--gold-soft:#d6c19a;--muted:#4a4f57;--muted-2:#6f7480;--rule:#d4d2cb;--rule-soft:#e8e6e0;--red:#b94a3d;--green:#2d6a4f;--amber:#b08d57;--blue:#345d8c;--m1:#4a7caa;--m2:#b08d57;--m3:#4a8a6b;--r-card:6px;--r-pill:999px;--shadow-1:0 1px 0 rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06)}.report-shell *{margin:0;padding:0;box-sizing:border-box}.report-shell{background:var(--paper);color:var(--muted);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,sans-serif;font-weight:300;line-height:1.75;max-width:1040px;width:100%;margin:0 auto;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}.report-shell b,.report-shell strong{color:var(--ink-deep);font-weight:600}.chapnav{position:fixed;left:max(24px,calc((100vw - 1040px) / 2 - 96px));top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;z-index:100}.chap-dot{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer;opacity:.5;transition:opacity .2s}.chap-dot.is-active,.chap-dot:hover{opacity:1}.chap-dot .pill{width:18px;height:2px;background:var(--ink);border-radius:1px;transition:width .2s,background .2s}.chap-dot.is-active .pill{width:32px;background:var(--gold)}.chap-dot .label{font-family:Bebas Neue,sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-deep);opacity:0;transition:opacity .2s;white-space:nowrap}.chap-dot.is-active .label,.chap-dot:hover .label{opacity:1}@media (max-width:1320px){.chapnav{display:none}}.hero{background:var(--ink-deep);padding:100px 72px 96px;position:relative;overflow:hidden;color:var(--paper)}.hero-bg{position:absolute;inset:0;pointer-events:none;opacity:.4}.hero-bg svg{width:100%;height:100%;display:block}.hero-grid{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:28px 28px;pointer-events:none;opacity:.6}.hero-inner{position:relative;z-index:1;width:100%;max-width:1180px;overflow:hidden}.hero-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:32px}.hero-brand-mark{width:22px;height:22px;background:radial-gradient(circle at 30% 35%,var(--m1) 18%,transparent 19%),radial-gradient(circle at 70% 35%,var(--m2) 18%,transparent 19%),radial-gradient(circle at 50% 72%,var(--m3) 18%,transparent 19%);background-repeat:no-repeat}.hero-brand-text{letter-spacing:.2em;font-size:.95rem}.hero-brand-text,.hero-eyebrow{font-family:Bebas Neue,sans-serif;color:var(--gold)}.hero-eyebrow{letter-spacing:.32em;font-size:.78rem;text-transform:uppercase;margin-bottom:24px;display:inline-flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--gold)}.hero-title{font-family:"Noto Serif SC",serif;font-weight:900;font-size:clamp(3.35rem,5.2vw,4.95rem);color:var(--paper);line-height:1.04;margin-bottom:28px;letter-spacing:0;max-width:min(100%,1120px);text-wrap:balance;word-break:normal;overflow-wrap:anywhere;white-space:normal}.hero-title em{font-style:italic;font-weight:700}.hero-title .accent,.hero-title em{color:var(--gold)}.hero-deck{font-size:1.1rem;color:hsla(48,24%,96%,.7);max-width:min(100%,920px);margin-bottom:60px;line-height:1.75;text-wrap:balance;word-break:normal;overflow-wrap:anywhere}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid hsla(48,24%,96%,.18);border-bottom:1px solid hsla(48,24%,96%,.18)}.hero-stat{padding:24px 20px 24px 0;position:relative}.hero-stat+.hero-stat{border-left:1px solid hsla(48,24%,96%,.1);padding-left:28px}.hero-stat-label{font-family:Bebas Neue,sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(48,24%,96%,.4);margin-bottom:12px}.hero-stat-value{font-family:Bebas Neue,sans-serif;font-size:clamp(2.35rem,3.5vw,3.4rem);color:var(--paper);line-height:1;letter-spacing:.01em;overflow-wrap:anywhere}.hero-stat-value .unit{font-size:1.2rem;margin-left:4px;color:hsla(48,24%,96%,.5)}.hero-stat-value--gold{color:var(--gold)}.hero-stat-value--up{color:#7fb89f}.hero-stat-value--down{color:#d4a08d}.hero-stat-trend{font-family:Bebas Neue,sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:hsla(48,24%,96%,.5);margin-top:10px}.hero-stat-trend.up{color:#7fb89f}.hero-stat-trend.down{color:#d4a08d}.hero-stat-spark{margin-top:12px;height:22px;width:100%}.hero-stat-spark svg{width:100%;height:100%;display:block}.hero-meta{margin-top:48px;font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:hsla(48,24%,96%,.4);display:flex;flex-wrap:wrap;gap:8px 22px}.hero-meta .dot{color:hsla(48,24%,96%,.2)}.hero-meta strong{color:var(--gold);font-weight:400}.section{padding:80px 72px;position:relative}.section--alt{background:var(--paper-2)}.section--dark{background:var(--ink-deep);color:var(--paper)}.section--dark p{color:hsla(48,24%,96%,.7)}.section--dark strong{color:var(--gold)}.section-header{display:grid;grid-template-columns:120px 1fr;gap:32px;align-items:start;margin-bottom:48px;padding-bottom:28px;border-bottom:1.5px solid var(--rule)}.section--dark .section-header{border-bottom-color:hsla(48,24%,96%,.18)}.section-num{font-family:Bebas Neue,sans-serif;font-size:5.4rem;color:var(--gold);line-height:.9;letter-spacing:.02em}.section-tag{font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.section-title{font-family:"Noto Serif SC",serif;font-weight:700;font-size:2.2rem;line-height:1.3;color:var(--ink-deep);letter-spacing:-.01em}.section--dark .section-title{color:var(--paper)}.section-desc{font-size:1rem;color:var(--muted);max-width:740px;margin-bottom:24px;line-height:1.85}.callout{background:var(--ink-deep);color:var(--paper);padding:36px 44px;margin:28px 0;position:relative;border-radius:var(--r-card);overflow:hidden}.callout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold)}.callout-tag{font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.28em;color:var(--gold);text-transform:uppercase;margin-bottom:14px}.callout p{font-family:"Noto Serif SC",serif;font-size:1.1rem;line-height:1.85;color:var(--paper);margin:0}.callout p+p{margin-top:14px}.callout p strong{color:var(--gold);font-weight:600}.callout--red:before{background:#d97766}.callout--red .callout-tag,.callout--red p strong{color:#d97766}.callout--green:before{background:#7fb89f}.callout--green .callout-tag,.callout--green p strong{color:#7fb89f}.chart-card{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:28px 32px;margin:24px 0}.chart-card-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px;gap:16px}.chart-title{font-family:"Noto Serif SC",serif;font-weight:700;font-size:1.15rem;color:var(--ink-deep);letter-spacing:-.005em}.chart-meta{font-family:Bebas Neue,sans-serif;font-size:.74rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase}.chart-sub{font-size:.88rem;color:var(--muted-2);margin-bottom:22px}.bars{display:flex;flex-direction:column;gap:12px}.bar-row{display:grid;grid-template-columns:160px 1fr 88px;gap:18px;align-items:center;font-size:.92rem}.bar-row .lbl{color:var(--ink-deep);font-weight:500}.bar-track{height:12px;background:var(--soft);overflow:hidden}.bar-fill,.bar-track{border-radius:2px;position:relative}.bar-fill{height:100%;background:var(--ink)}.bar-fill--gold{background:var(--gold)}.bar-fill--red{background:var(--red)}.bar-fill--green{background:var(--green)}.bar-fill--m1{background:var(--m1)}.bar-fill--m2{background:var(--m2)}.bar-fill--m3{background:var(--m3)}.bar-val{font-family:Bebas Neue,sans-serif;font-size:1.08rem;color:var(--ink-deep);text-align:right;letter-spacing:.04em}.bar-val.up{color:var(--green)}.bar-val.down{color:var(--red)}.bar-stack{display:flex}.bar-stack,.bar-stack .seg{height:100%}[data-bar]{width:0!important;transition:width 1.1s cubic-bezier(.2,.7,.2,1);transition-delay:var(--bar-delay,0ms)}[data-bar].is-in{width:var(--bar-target,60%)!important}.area-chart svg{width:100%;height:100%;display:block}.area-chart{width:100%;height:180px;margin-top:12px}.area-axis{display:flex;justify-content:space-between;font-family:Bebas Neue,sans-serif;font-size:.7rem;letter-spacing:.12em;color:var(--muted-2);margin-top:8px;padding:0 4px}.donut-row{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:center}.donut svg{width:200px;height:200px}.donut-legend{font-size:.92rem}.donut-legend .li{display:grid;grid-template-columns:14px 1fr 60px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--rule-soft)}.donut-legend .li:last-child{border-bottom:none}.donut-legend .sw{width:14px;height:14px}.donut-legend .nm strong,.donut-legend .vl{color:var(--ink-deep)}.donut-legend .vl{font-family:Bebas Neue,sans-serif;font-size:1.1rem;text-align:right;letter-spacing:.04em}.gauge-card{display:flex;align-items:center;gap:32px;background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:28px 32px;margin:24px 0}.gauge{width:200px;height:130px;flex-shrink:0;position:relative}.gauge svg{width:100%;height:100%}.gauge-value{position:absolute;bottom:6px;left:0;right:0;text-align:center;font-family:Bebas Neue,sans-serif;font-size:2.6rem;color:var(--ink-deep);line-height:1}.gauge-value .unit{font-size:1rem;color:var(--muted-2);margin-left:2px}.gauge-info h4{font-family:"Noto Serif SC",serif;font-weight:700;font-size:1.2rem;color:var(--ink-deep);margin-bottom:8px}.gauge-info p{font-size:.92rem;color:var(--muted);margin:0;line-height:1.7}.gauge-arc{fill:none;stroke-width:16;stroke-linecap:round}.heatmap{width:100%;border-collapse:separate;border-spacing:0;font-size:.86rem;background:var(--paper-2)}.heatmap td,.heatmap th{padding:14px 16px;text-align:center;border-bottom:1px solid var(--rule-soft)}.heatmap thead th{background:transparent;font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.16em;color:var(--gold);text-transform:uppercase;border-bottom:1.5px solid var(--rule)}.heatmap tbody td:first-child{text-align:left;font-weight:500;color:var(--ink-deep);width:32%}.heatmap .hcell{display:inline-block;width:56px;height:32px;line-height:32px;border-radius:4px;font-family:Bebas Neue,sans-serif;font-size:.92rem;color:var(--paper);letter-spacing:.06em}.hcell-5{background:var(--ink-deep)}.hcell-4{background:var(--ink)}.hcell-3{background:var(--gold)}.hcell-2,.hcell-3{color:var(--ink-deep)}.hcell-2{background:var(--gold-soft)}.hcell-1{background:var(--soft-2);color:var(--muted)}.hcell-x{background:transparent;border:1px dashed var(--rule);color:var(--muted-2)}.heat-legend{display:flex;align-items:center;gap:14px;font-family:Bebas Neue,sans-serif;font-size:.74rem;letter-spacing:.16em;color:var(--muted-2);text-transform:uppercase;margin-top:16px;justify-content:flex-end}.heat-legend .key{display:inline-flex;align-items:center;gap:6px}.heat-legend .key i{display:inline-block;width:18px;height:14px;border-radius:2px}.timeline{position:relative;margin:32px 0 0;padding-left:28px}.timeline:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:1.5px;background:var(--rule)}.tl-item{position:relative;padding:0 0 36px 32px}.tl-item:last-child{padding-bottom:0}.tl-item:before{content:"";position:absolute;left:-28px;top:8px;width:12px;height:12px;border-radius:50%;background:var(--paper-2);border:2px solid var(--gold)}.tl-item.tl-now:before{background:var(--gold)}.tl-item.tl-past:before{background:var(--muted-2);border-color:var(--muted-2)}.tl-date{font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:4px}.tl-title{font-family:"Noto Serif SC",serif;font-weight:700;font-size:1.05rem;color:var(--ink-deep);margin-bottom:6px}.tl-body{font-size:.92rem;color:var(--muted);line-height:1.75}.grid-2{grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:20px;margin:24px 0}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.gcard{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:24px 26px;transition:transform .18s,box-shadow .18s,border-color .18s}.gcard:hover{transform:translateY(-2px);box-shadow:var(--shadow-1);border-color:var(--gold-soft)}.gcard-tag{font-family:Bebas Neue,sans-serif;font-size:.72rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:10px;display:inline-flex;align-items:center;gap:6px}.gcard-tag:before{content:"";width:6px;height:6px;background:var(--gold);display:inline-block}.gcard-title{font-family:"Noto Serif SC",serif;font-weight:700;font-size:1.05rem;color:var(--ink-deep);margin-bottom:8px;letter-spacing:-.005em}.gcard p{font-size:.9rem;color:var(--muted);line-height:1.75;margin:0}.numcard{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:22px 24px}.numcard-label{font-size:.72rem;letter-spacing:.16em;color:var(--gold);text-transform:uppercase;margin-bottom:8px}.numcard-label,.numcard-value{font-family:Bebas Neue,sans-serif}.numcard-value{font-size:2.4rem;color:var(--ink-deep);line-height:1;letter-spacing:.01em}.numcard-value .unit{font-size:.9rem;color:var(--muted-2);margin-left:2px}.numcard-trend{margin-top:10px;font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.numcard-trend.up{color:var(--green)}.numcard-trend.down{color:var(--red)}.table-wrap{margin:24px 0;overflow-x:auto}table.t{width:100%;border-collapse:collapse;font-size:.92rem}table.t thead{background:var(--ink-deep);color:var(--gold)}table.t th{padding:14px 16px;text-align:left;font-family:Bebas Neue,sans-serif;font-weight:400;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase}table.t td{padding:14px 16px;border-bottom:1px solid var(--rule-soft);color:var(--muted);vertical-align:top;line-height:1.7}table.t td:first-child{color:var(--ink-deep);font-weight:500}table.t tbody tr:last-child td{border-bottom:none}table.t .num{font-family:Bebas Neue,sans-serif;font-size:1rem}table.t .up{color:var(--green)}table.t .down{color:var(--red)}.section--dark table.t td{color:hsla(48,24%,96%,.62)}.section--dark table.t td strong,.section--dark table.t td:first-child{color:hsla(48,24%,96%,.88)}.section--dark table.t th{color:var(--gold)}.section--dark table.t .down,.section--dark table.t strong[style*="--red"]{color:#ef8f7a!important}.sankey-card{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:28px 32px;margin:24px 0}.sankey{width:100%;height:auto;display:block;margin-top:8px}.quadrant-card{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:28px 32px;margin:24px 0}.quadrant{width:100%;height:auto;display:block}.quadrant-legend{display:flex;gap:28px;align-items:center;flex-wrap:wrap;padding-top:16px;margin-top:14px;border-top:1px solid var(--rule-soft);font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.quadrant-legend .item{display:inline-flex;align-items:center;gap:8px}.quadrant-legend .dot{width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid var(--ink-deep)}.quadrant-legend .tri{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:10px solid var(--red)}.nine-box{width:100%;border-collapse:collapse;margin:24px 0;font-size:.88rem;background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);overflow:hidden}.nine-box td,.nine-box th{border:1px solid var(--rule-soft);padding:16px;vertical-align:top}.nine-box .rowhead,.nine-box thead th{background:var(--ink-deep);color:var(--gold);font-family:Bebas Neue,sans-serif;font-size:.84rem;letter-spacing:.18em;text-transform:uppercase;text-align:left;font-weight:400}.nine-box .rowhead{width:100px;vertical-align:middle}.nine-box td.empty{color:var(--rule);text-align:center;font-family:Bebas Neue,sans-serif;font-size:1.4rem;vertical-align:middle}.nine-box .rcell{display:flex;align-items:center;gap:8px;padding:3px 0;color:var(--ink-deep)}.nine-box .rcell:before{content:"";flex-shrink:0;width:6px;height:6px;background:var(--gold)}.nine-box .rcell--high:before{background:var(--red)}.nine-box .rcell--mid:before{background:var(--gold)}.nine-box .rcell--low:before{background:var(--rule)}.nine-box .rcell strong{font-family:Bebas Neue,sans-serif;letter-spacing:.04em;color:var(--ink-deep)}.risk-card{background:var(--paper-2);border:1px solid var(--rule);border-left:4px solid var(--ink-deep);border-radius:var(--r-card);padding:22px 28px;margin-bottom:12px;transition:transform .18s,box-shadow .18s}.risk-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-1)}.risk-card--high{border-left-color:var(--red)}.risk-card--mid{border-left-color:var(--gold)}.risk-card--low{border-left-color:var(--rule)}.risk-head{display:flex;align-items:center;gap:14px;margin-bottom:8px}.risk-id{font-family:Bebas Neue,sans-serif;font-size:1.05rem;letter-spacing:.1em;background:var(--ink-deep);color:var(--gold);padding:4px 11px 2px;border-radius:3px}.risk-title{font-family:"Noto Serif SC",serif;font-weight:700;font-size:1.1rem;color:var(--ink-deep)}.risk-meta{margin-left:auto;font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.16em;color:var(--gold);text-transform:uppercase}.risk-body{font-size:.92rem;color:var(--muted);line-height:1.75}.toc{background:var(--paper-2);border:1px solid var(--rule);border-radius:var(--r-card);padding:28px 32px;margin:24px 0}.toc-row{display:flex;align-items:baseline;gap:18px;padding:14px 0;border-bottom:1px solid var(--rule-soft)}.toc-row:last-child{border-bottom:none}.toc-num{font-family:Bebas Neue,sans-serif;font-size:1.6rem;color:var(--gold);line-height:1;width:52px;letter-spacing:.04em}.toc-label{font-family:"Noto Serif SC",serif;font-size:1.05rem;font-weight:700;color:var(--ink-deep)}.toc-dots{flex:1;border-bottom:1.5px dotted var(--rule);transform:translateY(-4px);margin:0 6px}.toc-pg{font-family:Bebas Neue,sans-serif;font-size:1.05rem;color:var(--muted-2);letter-spacing:.04em}.finale{background:var(--ink-deep);color:var(--paper);text-align:center;padding:120px 72px 100px;position:relative;overflow:hidden}.finale:before{content:attr(data-watermark);position:absolute;font-family:"Noto Serif SC",serif;font-size:18vw;font-weight:900;color:rgba(176,141,87,.06);top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;letter-spacing:-.02em}.finale-label{position:relative;font-family:Bebas Neue,sans-serif;letter-spacing:.32em;font-size:.78rem;color:var(--gold);text-transform:uppercase;margin-bottom:26px}.finale h2{font-family:"Noto Serif SC",serif;font-size:3rem;font-weight:700;line-height:1.3;margin-bottom:28px;color:var(--paper);position:relative;letter-spacing:-.01em}.finale h2 .accent,.finale h2 em{color:var(--gold)}.finale h2 em{font-style:italic}.finale p{max-width:620px;margin:0 auto 48px;color:hsla(48,24%,96%,.65);font-size:1.05rem;line-height:1.85;position:relative}.tag-row{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;position:relative}.tag{padding:8px 20px;border:1px solid rgba(176,141,87,.4);color:var(--gold);font-family:Bebas Neue,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.export-bar{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;flex-direction:column;gap:10px}.exp-btn{background:var(--ink-deep);color:var(--paper);border:none;padding:13px 22px;font-family:Bebas Neue,sans-serif;font-size:.92rem;letter-spacing:.2em;cursor:pointer;box-shadow:0 6px 28px rgba(0,0,0,.22);transition:background .15s,transform .1s;display:inline-flex;align-items:center;gap:10px;text-transform:uppercase}.exp-btn:hover{background:var(--ink);transform:translateY(-1px)}.exp-btn--ghost{background:var(--paper-2);color:var(--ink-deep);border:1px solid var(--rule);box-shadow:0 4px 18px rgba(0,0,0,.08)}.exp-btn--ghost:hover{background:var(--paper)}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}[data-reveal].is-in{opacity:1;transform:translateY(0)}[data-flow]{stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 2s cubic-bezier(.4,0,.2,1)}[data-flow].is-in{stroke-dashoffset:0}[data-arc]{stroke-dasharray:var(--arc-len);stroke-dashoffset:var(--arc-len);transition:stroke-dashoffset 1.6s cubic-bezier(.4,0,.2,1)}[data-arc].is-in{stroke-dashoffset:var(--arc-target)}@keyframes reportFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.callout[data-reveal].is-in,.chart-card[data-reveal].is-in,.gauge-card[data-reveal].is-in,.gcard[data-reveal].is-in,.numcard-grid[data-reveal].is-in,.table-wrap[data-reveal].is-in{animation:reportFloat 7s ease-in-out 1.15s infinite}@media print{@page{size:A4;margin:0}body,html{width:210mm!important;margin:0!important;background:#fff!important;overflow:visible!important}body *{visibility:hidden!important}#report-export-root,#report-export-root *{visibility:visible!important}#report-export-root{position:absolute!important;left:0!important;top:0!important;display:block!important;width:210mm!important;min-width:210mm!important;max-width:210mm!important;margin:0!important;overflow:visible!important;box-shadow:none!important}.chapnav,.export-bar,.no-print{display:none!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}[data-reveal]{opacity:1!important;transform:none!important}[data-bar],[data-reveal]{transition:none!important}[data-bar]{width:var(--bar-target,60%)!important}[data-flow]{stroke-dashoffset:0!important}[data-arc],[data-flow]{transition:none!important}[data-arc]{stroke-dashoffset:var(--arc-target)!important}.callout,.chart-card,.finale,.gauge-card,.gcard,.hero,.numcard,.section{page-break-inside:avoid;break-inside:avoid}.section-header,h2,h3,h4{page-break-after:avoid;break-after:avoid}thead{display:table-header-group}}.report-shell.theme-gold{--gold:#b08d57;--gold-soft:#d6c19a;--m1:#4a7caa;--m2:#b08d57;--m3:#4a8a6b;--red:#b94a3d;--green:#2d6a4f;--amber:#b08d57}.report-shell.theme-steel{--gold:#2f5e8e;--gold-soft:#7fa3c4;--m1:#2f5e8e;--m2:#6b7a8c;--m3:#3d8c8c;--red:#a83d3d;--green:#2d6a5a;--amber:#8e6b2f;--blue:#2f5e8e}.report-shell.theme-steel [stroke="#b08d57"]{stroke:var(--gold)!important}.report-shell.theme-steel [fill="#b08d57"]{fill:var(--gold)!important}.report-shell.theme-steel [stop-color="#b08d57"]{stop-color:var(--gold)!important}.report-shell.theme-steel [stroke="#4a7caa"]{stroke:var(--m1)!important}.report-shell.theme-steel [fill="#4a7caa"]{fill:var(--m1)!important}.report-shell.theme-steel [stop-color="#4a7caa"]{stop-color:var(--m1)!important}.report-shell.theme-steel [stroke="#1f2128"]{stroke:var(--ink)!important}.report-shell.theme-steel [stroke="#b94a3d"]{stroke:var(--red)!important}.report-shell.theme-steel [fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-steel text[fill="#1f2128"]{fill:var(--ink-deep)!important}.report-shell.theme-steel text[fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-steel [stroke="#7fb89f"]{stroke:var(--green)!important}.report-shell.theme-steel [stroke="#d4a08d"]{stroke:var(--red)!important}.report-shell.theme-olive{--gold:#4f6b3a;--gold-soft:#a0b48a;--m1:#4f6b3a;--m2:#8a6b2f;--m3:#4d6e6e;--red:#9a3d2a;--green:#2d5a3a;--amber:#8a6b2f}.report-shell.theme-olive [stroke="#b08d57"]{stroke:var(--gold)!important}.report-shell.theme-olive [fill="#b08d57"]{fill:var(--gold)!important}.report-shell.theme-olive [stop-color="#b08d57"]{stop-color:var(--gold)!important}.report-shell.theme-olive [stroke="#4a7caa"]{stroke:var(--m1)!important}.report-shell.theme-olive [fill="#4a7caa"]{fill:var(--m1)!important}.report-shell.theme-olive [stop-color="#4a7caa"]{stop-color:var(--m1)!important}.report-shell.theme-olive [stroke="#1f2128"]{stroke:var(--ink)!important}.report-shell.theme-olive [stroke="#b94a3d"]{stroke:var(--red)!important}.report-shell.theme-olive [fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-olive text[fill="#1f2128"]{fill:var(--ink-deep)!important}.report-shell.theme-olive text[fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-olive [stroke="#7fb89f"]{stroke:var(--green)!important}.report-shell.theme-olive [stroke="#d4a08d"]{stroke:var(--red)!important}.report-shell.theme-wine{--gold:#8e2e3a;--gold-soft:#c98e8e;--m1:#8e2e3a;--m2:#b07a3d;--m3:#5c6a4d;--red:#b03a2e;--green:#4d6a3d;--amber:#b07a3d}.report-shell.theme-wine [stroke="#b08d57"]{stroke:var(--gold)!important}.report-shell.theme-wine [fill="#b08d57"]{fill:var(--gold)!important}.report-shell.theme-wine [stop-color="#b08d57"]{stop-color:var(--gold)!important}.report-shell.theme-wine [stroke="#4a7caa"]{stroke:var(--m1)!important}.report-shell.theme-wine [fill="#4a7caa"]{fill:var(--m1)!important}.report-shell.theme-wine [stop-color="#4a7caa"]{stop-color:var(--m1)!important}.report-shell.theme-wine [stroke="#1f2128"]{stroke:var(--ink)!important}.report-shell.theme-wine [stroke="#b94a3d"]{stroke:var(--red)!important}.report-shell.theme-wine [fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-wine text[fill="#1f2128"]{fill:var(--ink-deep)!important}.report-shell.theme-wine text[fill="#b94a3d"]{fill:var(--red)!important}.report-shell.theme-wine [stroke="#7fb89f"]{stroke:var(--green)!important}.report-shell.theme-wine [stroke="#d4a08d"]{stroke:var(--red)!important}.report-shell.bg-carbon{--ink:#1f2128;--ink-deep:#0f1014}.report-shell.bg-navy{--ink:#1a2238;--ink-deep:#0d1424;--paper:#f5f6f8;--paper-2:#fff;--soft:#e8eaef;--soft-2:#dde0e6;--rule:#d2d6dc;--rule-soft:#e5e7ec}.report-shell.bg-forest{--ink:#1a2a20;--ink-deep:#0d1812;--paper:#f5f5f0;--paper-2:#fff;--soft:#e7e7df;--soft-2:#d8d8cd;--rule:#cdcec0;--rule-soft:#e4e4d6}.report-shell.bg-bone{--ink:#efebe1;--ink-deep:#f5f1e7;--paper:#faf7f0;--paper-2:#fff;--soft:#ece8de;--soft-2:#ddd9cd;--rule:#cfcbbf;--rule-soft:#e7e3d6;--red:#8e2e3a}.report-shell.bg-bone .finale,.report-shell.bg-bone .finale h2,.report-shell.bg-bone .hero,.report-shell.bg-bone .hero-stat-value,.report-shell.bg-bone .hero-stat-value .unit,.report-shell.bg-bone .hero-title,.report-shell.bg-bone .section--dark,.report-shell.bg-bone .section--dark .section-title{color:#2a2c30!important}.report-shell.bg-bone .finale p,.report-shell.bg-bone .hero p,.report-shell.bg-bone .hero-deck,.report-shell.bg-bone .section--dark p{color:rgba(42,44,48,.72)!important}.report-shell.bg-bone .hero-meta,.report-shell.bg-bone .hero-stat-label,.report-shell.bg-bone .hero-stat-trend,.report-shell.bg-bone .numcard-trend{color:rgba(42,44,48,.55)!important}.report-shell.bg-bone .hero-stats{border-color:rgba(42,44,48,.18)!important}.report-shell.bg-bone .hero-stat+.hero-stat{border-color:rgba(42,44,48,.1)!important}.report-shell.bg-bone .finale-label,.report-shell.bg-bone .hero-brand-text,.report-shell.bg-bone .hero-eyebrow,.report-shell.bg-bone .hero-meta strong,.report-shell.bg-bone .section--dark .section-tag,.report-shell.bg-bone .tag{color:var(--gold)!important}.report-shell.bg-bone .hero-eyebrow:before,.report-shell.bg-bone .tag{border-color:rgba(176,141,87,.5)!important}.report-shell.bg-bone .section--dark .gcard{background:hsla(0,0%,100%,.7)!important;border-color:rgba(42,44,48,.1)!important}.report-shell.bg-bone .section--dark .gcard-title{color:#2a2c30!important}.report-shell.bg-bone .section--dark .gcard p{color:rgba(42,44,48,.7)!important}.report-shell.bg-bone .section--dark .gcard-tag{color:var(--gold)!important}.report-shell.bg-bone .callout{background:hsla(0,0%,100%,.7)!important;border:1px solid rgba(42,44,48,.12);color:#2a2c30!important}.report-shell.bg-bone .callout p{color:#2a2c30!important}.report-shell.bg-bone .callout p strong,.report-shell.bg-bone .callout-tag{color:var(--gold)!important}.report-shell.bg-bone .hero-grid{background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.05) 1px,transparent 0)!important}.report-shell.bg-bone .hero-bg{opacity:.7!important}.report-shell.bg-bone .finale:before{color:rgba(176,141,87,.07)!important}.report-shell.bg-bone table.t thead{background:#2a2c30!important}.report-shell.bg-bone table.t td{color:rgba(42,44,48,.78)!important}.report-shell.bg-bone table.t td:first-child{color:#2a2c30!important}.report-shell.bg-bone .section--dark .numcard{background:hsla(0,0%,100%,.6)!important;border-color:rgba(42,44,48,.12)!important}.report-shell.bg-bone .section--dark .numcard-value{color:#2a2c30!important}.report-shell.bg-bone .area-axis,.report-shell.bg-bone .chart-meta,.report-shell.bg-bone .donut-legend .nm,.report-shell.bg-bone .heat-legend,.report-shell.bg-bone .numcard-label,.report-shell.bg-bone .risk-meta,.report-shell.bg-bone .t th,.report-shell.bg-bone .tl-date,.report-shell.bg-bone .toc-num,.report-shell.bg-bone .toc-pg{color:rgba(42,44,48,.62)!important}.report-shell.bg-bone svg text,.report-shell.bg-bone text[fill="#1f2128"],.report-shell.bg-bone text[fill="#6f7480"]{fill:#2a2c30!important}.report-shell.bg-bone svg g[stroke="#d4d2cb"],.report-shell.bg-bone svg line[stroke="#d4d2cb"]{stroke:rgba(42,44,48,.22)!important}.report-shell.bg-bone .gauge-arc[stroke="#ecebe6"]{stroke:rgba(42,44,48,.14)!important}.report-shell.bg-bone .bar-val.down,.report-shell.bg-bone .callout--red .callout-tag,.report-shell.bg-bone .callout--red p strong,.report-shell.bg-bone .hero-stat-trend.down,.report-shell.bg-bone .hero-stat-value--down,.report-shell.bg-bone .numcard-trend.down,.report-shell.bg-bone table.t .down,.report-shell.bg-bone table.t strong[style*="--red"]{color:#8e2e3a!important}.report-shell.bg-bone .callout--red:before{background:#8e2e3a!important}.report-shell.bg-bone [stroke="#d4a08d"],.report-shell.bg-bone [stroke="#d97766"]{stroke:#8e2e3a!important}.report-shell.bg-bone [fill="#d4a08d"],.report-shell.bg-bone [fill="#d97766"],.report-shell.bg-bone text[fill="#d4a08d"],.report-shell.bg-bone text[fill="#d97766"]{fill:#8e2e3a!important}.report-shell.bg-bone,.report-shell.bg-bone .chart-card,.report-shell.bg-bone .gauge-card,.report-shell.bg-bone .gcard,.report-shell.bg-bone .numcard,.report-shell.bg-bone .section,.report-shell.bg-bone .table-wrap,.report-shell.bg-bone .toc-card{color:#2a2c30!important}.report-shell.bg-bone .chart-sub,.report-shell.bg-bone .donut-legend .nm,.report-shell.bg-bone .gauge-info p,.report-shell.bg-bone .gcard p,.report-shell.bg-bone .risk-body,.report-shell.bg-bone .section-desc,.report-shell.bg-bone .tl-body,.report-shell.bg-bone .toc-title,.report-shell.bg-bone li,.report-shell.bg-bone p,.report-shell.bg-bone td{color:rgba(42,44,48,.76)!important}.report-shell.bg-bone .chart-title,.report-shell.bg-bone .gauge-value,.report-shell.bg-bone .gcard-title,.report-shell.bg-bone .numcard-value,.report-shell.bg-bone .section-title,.report-shell.bg-bone h2,.report-shell.bg-bone h3,.report-shell.bg-bone h4{color:#24262b!important}.report-shell.bg-mist{--ink:#e3e7ec;--ink-deep:#eef1f4;--paper:#f5f7f9;--paper-2:#fff;--soft:#e1e5ea;--soft-2:#d1d6dd;--rule:#c5cbd2;--rule-soft:#dde2e8;--red:#8e2e3a}.report-shell.bg-mist .finale,.report-shell.bg-mist .finale h2,.report-shell.bg-mist .hero,.report-shell.bg-mist .hero-stat-value,.report-shell.bg-mist .hero-stat-value .unit,.report-shell.bg-mist .hero-title,.report-shell.bg-mist .section--dark,.report-shell.bg-mist .section--dark .section-title{color:#1f2530!important}.report-shell.bg-mist .finale p,.report-shell.bg-mist .hero p,.report-shell.bg-mist .hero-deck,.report-shell.bg-mist .section--dark p{color:rgba(31,37,48,.72)!important}.report-shell.bg-mist .hero-meta,.report-shell.bg-mist .hero-stat-label,.report-shell.bg-mist .hero-stat-trend,.report-shell.bg-mist .numcard-trend{color:rgba(31,37,48,.55)!important}.report-shell.bg-mist .hero-stats{border-color:rgba(31,37,48,.18)!important}.report-shell.bg-mist .hero-stat+.hero-stat{border-color:rgba(31,37,48,.1)!important}.report-shell.bg-mist .finale-label,.report-shell.bg-mist .hero-brand-text,.report-shell.bg-mist .hero-eyebrow,.report-shell.bg-mist .hero-meta strong,.report-shell.bg-mist .section--dark .section-tag,.report-shell.bg-mist .tag{color:var(--gold)!important}.report-shell.bg-mist .hero-eyebrow:before{background:var(--gold)!important}.report-shell.bg-mist .tag{border-color:rgba(176,141,87,.5)!important}.report-shell.bg-mist .section--dark .gcard{background:hsla(0,0%,100%,.75)!important;border-color:rgba(31,37,48,.1)!important}.report-shell.bg-mist .section--dark .gcard-title{color:#1f2530!important}.report-shell.bg-mist .section--dark .gcard p{color:rgba(31,37,48,.7)!important}.report-shell.bg-mist .section--dark .gcard-tag{color:var(--gold)!important}.report-shell.bg-mist .callout{background:hsla(0,0%,100%,.75)!important;border:1px solid rgba(31,37,48,.12);color:#1f2530!important}.report-shell.bg-mist .callout p{color:#1f2530!important}.report-shell.bg-mist .callout p strong,.report-shell.bg-mist .callout-tag{color:var(--gold)!important}.report-shell.bg-mist .hero-grid{background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.05) 1px,transparent 0)!important}.report-shell.bg-mist .hero-bg{opacity:.6!important}.report-shell.bg-mist .finale:before{color:rgba(176,141,87,.06)!important}.report-shell.bg-mist table.t thead{background:#1f2530!important}.report-shell.bg-mist table.t td{color:rgba(31,37,48,.78)!important}.report-shell.bg-mist table.t td:first-child{color:#1f2530!important}.report-shell.bg-mist .section--dark .numcard{background:hsla(0,0%,100%,.7)!important;border-color:rgba(31,37,48,.12)!important}.report-shell.bg-mist .section--dark .numcard-value{color:#1f2530!important}.report-shell.bg-mist .area-axis,.report-shell.bg-mist .chart-meta,.report-shell.bg-mist .donut-legend .nm,.report-shell.bg-mist .heat-legend,.report-shell.bg-mist .numcard-label,.report-shell.bg-mist .risk-meta,.report-shell.bg-mist .t th,.report-shell.bg-mist .tl-date,.report-shell.bg-mist .toc-num,.report-shell.bg-mist .toc-pg{color:rgba(31,37,48,.62)!important}.report-shell.bg-mist svg text,.report-shell.bg-mist text[fill="#1f2128"],.report-shell.bg-mist text[fill="#6f7480"]{fill:#1f2530!important}.report-shell.bg-mist svg g[stroke="#d4d2cb"],.report-shell.bg-mist svg line[stroke="#d4d2cb"]{stroke:rgba(31,37,48,.22)!important}.report-shell.bg-mist .gauge-arc[stroke="#ecebe6"]{stroke:rgba(31,37,48,.14)!important}.report-shell.bg-mist .bar-val.down,.report-shell.bg-mist .callout--red .callout-tag,.report-shell.bg-mist .callout--red p strong,.report-shell.bg-mist .hero-stat-trend.down,.report-shell.bg-mist .hero-stat-value--down,.report-shell.bg-mist .numcard-trend.down,.report-shell.bg-mist table.t .down,.report-shell.bg-mist table.t strong[style*="--red"]{color:#8e2e3a!important}.report-shell.bg-mist .callout--red:before{background:#8e2e3a!important}.report-shell.bg-mist [stroke="#d4a08d"],.report-shell.bg-mist [stroke="#d97766"]{stroke:#8e2e3a!important}.report-shell.bg-mist [fill="#d4a08d"],.report-shell.bg-mist [fill="#d97766"],.report-shell.bg-mist text[fill="#d4a08d"],.report-shell.bg-mist text[fill="#d97766"]{fill:#8e2e3a!important}.report-shell.bg-mist,.report-shell.bg-mist .chart-card,.report-shell.bg-mist .gauge-card,.report-shell.bg-mist .gcard,.report-shell.bg-mist .numcard,.report-shell.bg-mist .section,.report-shell.bg-mist .table-wrap,.report-shell.bg-mist .toc-card{color:#1f2530!important}.report-shell.bg-mist .chart-sub,.report-shell.bg-mist .donut-legend .nm,.report-shell.bg-mist .gauge-info p,.report-shell.bg-mist .gcard p,.report-shell.bg-mist .risk-body,.report-shell.bg-mist .section-desc,.report-shell.bg-mist .tl-body,.report-shell.bg-mist .toc-title,.report-shell.bg-mist li,.report-shell.bg-mist p,.report-shell.bg-mist td{color:rgba(31,37,48,.76)!important}.report-shell.bg-mist .chart-title,.report-shell.bg-mist .gauge-value,.report-shell.bg-mist .gcard-title,.report-shell.bg-mist .numcard-value,.report-shell.bg-mist .section-title,.report-shell.bg-mist h2,.report-shell.bg-mist h3,.report-shell.bg-mist h4{color:#1a202a!important}