.cs-wrap{max-width:var(--max-width);margin:0 auto;padding:4vmax var(--gutter) 6vmax}.cs-hero{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:start;padding-bottom:4vmax;border-bottom:1px solid #e5e5e5;margin-bottom:3vmax}.cs-hero-left h1{font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.15;margin-bottom:1.5rem}.cs-meta{display:flex;flex-direction:column;gap:.75rem}.cs-meta div{display:flex;flex-direction:column;font-size:.85rem;line-height:1.5}.cs-meta div span:first-child{font-weight:700;color:#222}.cs-meta div span:last-child{color:#444}.cs-hero-right{display:flex;flex-direction:column;gap:2.5rem}.cs-overview-heading{font-size:clamp(1.2rem,2vw,1.6rem);margin-bottom:.75rem}.cs-overview-col p,.cs-overview-col li{font-size:.92rem;line-height:1.75}.cs-overview-col ul{padding-left:1.25rem;margin:0}.cs-overview-col li{margin-bottom:.35rem}.cs-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.cs-top .cs-back{margin-bottom:0}.cs-back{display:inline-block;font-size:.85rem;color:var(--accent);margin-bottom:2.5rem;transition:opacity .15s}.cs-back:hover{opacity:.6}.cs-tldr-toggle{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none}.cs-tldr-check{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.cs-tldr-toggle-label{font-family:Almarai,sans-serif;font-size:.9rem;font-weight:700;color:var(--accent);letter-spacing:.01em}.cs-switch{position:relative;width:44px;height:26px;border-radius:999px;background:#cfd2d8;transition:background .2s ease;flex-shrink:0}.cs-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform .2s ease}.cs-tldr-check:checked~.cs-switch{background:var(--brand-blue)}.cs-tldr-check:checked~.cs-switch:after{transform:translate(18px)}.cs-tldr-check:focus-visible~.cs-switch{outline:2px solid var(--brand-blue);outline-offset:2px}.cs-tldr{display:none}.cs-wrap:has(.cs-tldr-check:checked) .cs-tldr{display:block}.cs-wrap:has(.cs-tldr-check:checked) .cs-hero,.cs-wrap:has(.cs-tldr-check:checked) .cs-body-layout,.cs-wrap:has(.cs-tldr-check:checked) .cs-progress,.cs-wrap:has(.cs-tldr-check:checked) .cs-foot{display:none}.cs-tldr{--paper: #f4f2ec;--surface: #ffffff;--ink: #16181c;--ink-soft: #5b6069;--ink-faint: #8c8f96;--line: #e3e0d7;--accent: #1e54e8;--accent-ink: #163fb0;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;margin-bottom:3vmax}.cs-eyebrow{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);font-weight:500;margin-bottom:.75rem}.cs-tldr-summary{padding-bottom:clamp(2rem,4vw,3.5rem);margin-bottom:clamp(2rem,4vw,3.5rem);border-bottom:1px solid var(--line)}.cs-tldr-title{font-family:Libre Baskerville,Georgia,serif;font-weight:700;font-size:clamp(1.8rem,1rem + 2.6vw,3rem);line-height:1.08;letter-spacing:-.01em;color:var(--ink);margin:.25rem 0 0}.cs-tldr-brief{margin-top:1.1rem;font-family:Almarai,sans-serif;font-size:clamp(1.05rem,1rem + .5vw,1.35rem);line-height:1.55;color:var(--ink-soft)}.cs-tldr-block{margin-top:clamp(2.25rem,4vw,3.5rem)}.cs-tldr-block:first-child{margin-top:0}.cs-tldr-h{font-family:Libre Baskerville,Georgia,serif;font-weight:700;font-size:clamp(1.5rem,1rem + 2vw,2.4rem);line-height:1.1;letter-spacing:-.01em;color:var(--ink);margin-bottom:clamp(1.25rem,2.5vw,2rem)}.cs-statline{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--cols, 4),minmax(0,1fr));gap:clamp(1rem,3vw,2.5rem)}.cs-stat-val{font-family:Libre Baskerville,Georgia,serif;font-weight:700;font-size:2.6rem;line-height:1.05;color:var(--accent-ink);margin:0}.cs-stat-label{margin-top:.75rem;font-size:.9rem;color:var(--ink-soft);line-height:1.4}.cs-stat-sub{margin-top:.35rem;font-size:.78rem;color:var(--ink-faint);line-height:1.4}.cs-highlights{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.75rem,4vw,3rem) clamp(2rem,5vw,4rem)}.cs-hl-icon{width:clamp(56px,6vw,80px);height:auto;display:block;margin-bottom:1rem;border-radius:0}.cs-hl-icon--ph{display:grid;place-items:center;width:clamp(56px,6vw,80px);height:clamp(56px,6vw,80px);border:1.5px dashed color-mix(in srgb,var(--accent) 45%,var(--line));border-radius:12px;padding:5px;text-align:center}.cs-hl-icon--ph span{font-family:var(--font-mono);font-size:.6rem;line-height:1.15;letter-spacing:.02em;text-transform:lowercase;color:var(--ink-faint)}.cs-hl-title{font-family:Libre Baskerville,Georgia,serif;font-weight:700;font-size:clamp(1.25rem,1rem + 1vw,1.7rem);line-height:1.15;letter-spacing:-.01em;color:var(--ink);margin:0}.cs-hl-blurb{margin-top:.7rem;font-size:.92rem;line-height:1.5;color:var(--ink-soft)}@media(max-width:820px){.cs-tldr-summary{grid-template-columns:1fr}.cs-statline{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.25rem}.cs-highlights{grid-template-columns:1fr}.cs-stat-val{font-size:2.1rem}}@media(max-width:440px){.cs-statline{grid-template-columns:1fr}.cs-stat-val{font-size:1.9rem}}.cs-body{max-width:var(--max-width);min-width:0}.cs-body-layout{display:block}.cs-wrap.has-toc .cs-body-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:clamp(2rem,4vw,4rem);align-items:start}.cs-progress{position:fixed;top:0;left:0;right:0;height:3px;background:transparent;z-index:110;pointer-events:none}.cs-progress-bar{height:100%;width:0%;background:var(--brand-blue);transition:width .08s linear}.cs-toc{position:sticky;top:88px;align-self:start;max-height:calc(100vh - 110px);overflow-y:auto;font-family:Almarai,sans-serif}.cs-toc-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.9rem}.cs-toc-time{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#888;margin-top:1.1rem}.cs-toc-time svg{flex-shrink:0}.cs-toc-list{list-style:none;margin:0;padding:0}.cs-toc-item{border-left:2px solid #e8e8e8;transition:border-color .25s ease}.cs-toc-item.is-active{border-left-color:var(--brand-blue)}.cs-toc-link{display:block;text-decoration:none;line-height:1.35;font-size:.85rem;color:#666;padding:.5rem 0 .5rem 1rem;transition:color .25s ease,transform .25s ease}.cs-toc-link:hover{color:var(--accent)}.cs-toc-link.is-current{color:var(--accent);font-weight:700}.cs-foot{margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e5e5}@media(max-width:1000px){.cs-wrap.has-toc .cs-body-layout{display:block}.cs-toc{display:none}}.cs-section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid #e5e5e5}.cs-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cs-section-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.4rem}.cs-section h2{font-size:clamp(1.2rem,2vw,1.6rem);margin-bottom:1.1rem;line-height:1.25}.cs-section h3{font-size:1rem;margin-top:1.75rem;margin-bottom:.6rem}.cs-section h4{font-size:.85rem;margin-top:1.25rem;margin-bottom:.75rem}.cs-section p{font-size:.9rem;line-height:1.75;margin-bottom:.85rem}.cs-section ul,.cs-section ol{padding-left:1.25rem;font-size:.9rem;line-height:1.75;margin-bottom:.85rem}.cs-section li{margin-bottom:.35rem}blockquote.cs-ps{border-left:3px solid var(--accent);padding:.75rem 0 .75rem 1.25rem;margin:1.25rem 0}blockquote.cs-ps p{font-size:.9rem;line-height:1.7;margin-bottom:.4rem;max-width:none}blockquote.cs-ps p:last-child{margin-bottom:0}.cs-img{margin:2.5rem 0;text-align:center}.cs-img img{width:100%;max-width:1000px;border-radius:16px;display:block;margin:0 auto}.cs-img figcaption{font-size:.78rem;color:#777;font-style:italic;margin-top:.6rem;text-align:center;line-height:1.5}.cs-img-half img{max-width:500px}.cs-video-wrap{position:relative;aspect-ratio:16 / 9;width:100%;max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden}.cs-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.cs-img-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:2.5rem 0}.cs-img-2col .cs-img{margin:0}@media(max-width:900px){.cs-hero,.cs-img-2col{grid-template-columns:1fr}}
