.cv{width:min(100%,680px);margin:1.6rem auto 2rem;border:1px solid rgb(var(--sand));border-radius:8px;background:rgb(var(--stem));overflow:hidden}.cv-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem .85rem 1rem;border:0;background:transparent;text-align:left;cursor:pointer;color:rgb(var(--coffee));transition:background .15s ease}.cv-toggle:hover{background:rgba(var(--sand),.18)}.cv-open .cv-toggle{background:transparent}.cv-toggle-text{display:flex;flex-direction:column;gap:.18rem;min-width:0}.cv-kicker{font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--khaki))}.cv-kicker,.cv-title{font-family:ABC Diatype Medium,sans-serif;font-weight:500}.cv-title{font-size:.95rem;line-height:1.35;color:rgb(var(--coffee))}.cv-close,.cv-open-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1.4rem;line-height:1;color:rgb(var(--coffee));cursor:pointer}.cv-open-label{pointer-events:none;width:1rem;margin-right:.15rem;font-family:ABC Diatype Regular,sans-serif;font-size:1rem;font-weight:700;color:rgb(var(--coffee))}.cv-close{width:1.6rem;height:1.6rem;border:0;padding:0;background:transparent}.cv-body{padding:1rem}.cv-modal-active{overflow:hidden;scrollbar-gutter:stable}.cv-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:2.2rem;background:rgba(21,17,13,.68)}.cv-modal-panel{width:min(96vw,1480px);max-height:min(90vh,980px);display:flex;flex-direction:column;border:1px solid rgb(var(--sand));border-radius:10px;background:rgb(var(--lamp));box-shadow:0 28px 90px rgba(0,0,0,.34);overflow:hidden;transform-origin:center;animation:cv-panel-in .18s cubic-bezier(.2,.8,.2,1) both}.cv-modal-closing .cv-modal-panel{animation:cv-panel-out .16s ease-in both}.cv-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid rgb(var(--sand));background:rgba(var(--stem),.78)}.cv-close:hover{color:rgb(var(--stone))}.cv-modal .cv-body{flex:1 1 0;min-height:0;overflow:auto;overscroll-behavior:contain}.cv-modal .kos-tool-explorer{width:100%;margin:0}@keyframes cv-panel-in{0%{transform:translateY(8px) scale(.985)}to{transform:translateY(0) scale(1)}}@keyframes cv-panel-out{0%{transform:translateY(0) scale(1)}to{transform:translateY(8px) scale(.985)}}@media (prefers-reduced-motion:reduce){.cv-modal-panel{animation:none}}@media (max-width:1199px){.cv-modal{inset:64px 0 0;z-index:9999;align-items:stretch;justify-content:stretch;padding:0;background:rgb(var(--lamp))}.cv-modal-panel{width:100%;height:calc(100dvh - 64px);max-height:none;border:0;border-radius:0;box-shadow:none}.cv-modal-head{flex:0 0 auto;min-height:3.5rem;align-items:center;gap:.6rem;padding:.72rem .75rem;background:rgb(var(--lamp))}.cv-modal-head .cv-toggle-text{min-width:0}.cv-close{width:2.35rem;height:2.35rem;margin-left:auto;border:0;border-radius:0;color:rgb(var(--coffee));font-size:1.35rem;font-weight:700;background:transparent;touch-action:manipulation}.cv-modal .cv-body{flex:1 1 auto;display:flex;min-height:0;overflow:hidden;padding:0}.cv-modal .kos-tool-explorer{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;border:0;border-radius:0}.cv-modal .kos-tool-tabs{flex:0 0 auto}.cv-modal .kos-tool-explorer__body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.cv-modal .kos-concise-explorer{flex:1 1 0;display:flex;flex-direction:column;width:100%;height:100%;margin:0;min-height:0;border:0;border-radius:0}.cv-modal .kos-concise-tabs{flex:0 0 auto}.cv-modal .kos-concise-body{flex:1 1 0;min-height:0;overflow:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}@supports selector(.cv-body:has(.kos-concise-explorer)){.cv-modal .cv-body:has(.kos-concise-explorer){display:block;overflow:auto;-webkit-overflow-scrolling:touch}.cv-modal .cv-body:has(.kos-concise-explorer) .kos-concise-explorer{height:auto;min-height:100%;overflow:visible}.cv-modal .cv-body:has(.kos-concise-explorer) .kos-concise-tabs{position:sticky;top:0;z-index:3;background:rgb(var(--lamp))}.cv-modal .cv-body:has(.kos-concise-explorer) .kos-concise-body{flex:none;min-height:auto;overflow:visible;touch-action:auto}}}@media (max-width:560px){.cv{width:100%}.cv-toggle{padding:.75rem .85rem;gap:.65rem}.cv-title{font-size:.88rem}}.comparison-examples{margin:2rem 0}.ce-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.ce-tab{font-family:ABC Diatype Medium,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.03em;padding:.5rem 1rem;border:1px solid rgb(var(--sand));border-radius:4px;background:none;color:rgb(var(--stone));cursor:pointer;transition:all .15s}.ce-tab:hover{border-color:rgb(var(--stone))}.ce-tab.active{background:rgb(var(--coffee));color:rgb(var(--lamp));border-color:rgb(var(--coffee))}.ce-prompt{background:rgb(var(--soil));color:rgb(var(--lamp));padding:1rem 1.25rem;border-radius:6px;margin-bottom:1rem}.ce-prompt-label{font-family:ABC Diatype Medium,sans-serif;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--khaki));margin-bottom:.5rem}.ce-prompt-text{font-family:ABC Diatype Regular,sans-serif;font-size:.875rem;line-height:1.6}.ce-model-toggle{display:none}.ce-responses{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ce-response{border:1px solid rgb(var(--sand));border-radius:6px;background:rgb(var(--stem));display:flex;flex-direction:column}.ce-response-label{font-family:ABC Diatype Medium,sans-serif;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--stone));padding:.75rem 1rem 0}.ce-response-body{padding:.5rem 1rem 1rem;font-family:ABC Diatype Regular,sans-serif;font-size:.8rem;line-height:1.65;color:rgb(var(--coffee));max-height:420px;overflow-y:auto}.ce-response-body p{margin:0 0 .75em}.ce-response-body p:last-child{margin-bottom:0}.ce-response-body strong{font-family:ABC Diatype Medium,sans-serif;font-weight:500}.ce-response-body ol,.ce-response-body ul{margin:.5em 0 .75em;padding-left:1.5em;list-style:revert}.ce-response-body li{margin-bottom:.25em}.ce-response-body h1,.ce-response-body h2{font-size:.85rem}.ce-response-body h1,.ce-response-body h2,.ce-response-body h3{font-family:ABC Diatype Medium,sans-serif;font-weight:500;margin:.75em 0 .35em}.ce-response-body h3{font-size:.825rem}.ce-response-body code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em;background:rgba(0,0,0,.05);padding:.1em .3em;border-radius:2px}@media (max-width:809px){.ce-model-toggle{display:flex;border-bottom:1px solid rgb(var(--sand));margin-bottom:.75rem}.ce-model-btn{flex:1;font-family:ABC Diatype Medium,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:.6rem 0;background:none;border:none;border-bottom:2px solid transparent;color:rgb(var(--khaki));cursor:pointer;transition:all .15s}.ce-model-btn.active{color:rgb(var(--coffee));border-bottom-color:rgb(var(--coffee))}.ce-responses{grid-template-columns:1fr}.ce-response{display:none}.ce-response-active{display:flex}.ce-response-body{max-height:350px}}.dhr{margin:2rem 0 2.5rem;border-top:1px solid rgb(var(--coffee));border-bottom:1px solid rgb(var(--sand));color:rgb(var(--coffee))}.dhr dd,.dhr dl,.dhr h3,.dhr p{margin:0}.dhr-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:1rem 0 1.2rem}.dhr-key,.dhr-kicker,.dhr-lift small,.dhr-model,.dhr-summary dt,.dhr-values small{font-family:ABC Diatype Medium,sans-serif}.dhr-kicker{font-size:.65rem;font-weight:500;letter-spacing:.11em;line-height:1.3;text-transform:uppercase;color:rgb(var(--khaki))}.dhr-head h3{margin-top:.34rem;font-family:Signifier Light,serif;font-size:clamp(1.55rem,3.6vw,2.25rem);font-weight:300;line-height:1.04;letter-spacing:-.02em}.dhr-summary{display:grid;grid-template-columns:repeat(2,auto);gap:1.6rem}.dhr-summary div{min-width:5.6rem;padding-left:.8rem;border-left:1px solid rgb(var(--sand))}.dhr-summary dt{font-size:.58rem;letter-spacing:.08em;line-height:1.25;text-transform:uppercase;color:rgb(var(--khaki))}.dhr-summary dd{margin-top:.24rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.95rem;font-variant-numeric:tabular-nums}.dhr-legend{display:grid;grid-template-columns:minmax(8rem,.78fr) minmax(13rem,1.55fr) minmax(10rem,.78fr) 3.5rem;column-gap:1rem;align-items:end;padding:.72rem 0 .56rem;border-top:1px solid rgb(var(--sand));border-bottom:1px solid rgb(var(--sand))}.dhr-key{display:flex;grid-column:1/2;flex-direction:column;gap:.28rem;font-size:.61rem;line-height:1.2;color:rgb(var(--stone))}.dhr-key-item{display:flex;align-items:center;gap:.42rem}.dhr-dot,.dhr-point{display:block;width:.42rem;height:.42rem;border-radius:50%}.dhr-dot--h1,.dhr-point--h1{border:1px solid rgb(var(--stone));background:rgb(var(--lamp))}.dhr-dot--h2,.dhr-point--h2{background:rgb(var(--khaki))}.dhr-dot--h3,.dhr-point--h3{background:rgb(var(--coffee))}.dhr-axis{display:flex;grid-column:2/3;justify-content:space-between;padding:0 .15rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.58rem;font-variant-numeric:tabular-nums;color:rgb(var(--khaki))}.dhr-value-head{display:grid;grid-column:3/4;grid-template-columns:repeat(3,1fr);gap:.52rem;font-size:.54rem;letter-spacing:.06em}.dhr-lift-head,.dhr-value-head{font-family:ABC Diatype Medium,sans-serif;text-align:right;text-transform:uppercase;color:rgb(var(--khaki))}.dhr-lift-head{grid-column:4/5;font-size:.52rem;letter-spacing:.04em}.dhr-row{display:grid;grid-template-columns:minmax(8rem,.78fr) minmax(13rem,1.55fr) minmax(10rem,.78fr) 3.5rem;column-gap:1rem;align-items:center;min-height:3.25rem;border-bottom:1px solid rgba(var(--sand),.78)}.dhr-row:last-child{border-bottom:0}.dhr-model{font-size:.73rem;line-height:1.25;color:rgb(var(--stone))}.dhr-path{position:relative;height:1rem;border-bottom:1px solid rgba(var(--sand),.78)}.dhr-guide{position:absolute;top:.28rem;bottom:-.2rem;width:1px;background:rgba(var(--sand),.62)}.dhr-guide--20{left:33.333%}.dhr-guide--40{left:66.666%}.dhr-segment{position:absolute;bottom:-1px;height:1px}.dhr-segment--h1-h2{background:rgb(var(--khaki))}.dhr-segment--h2-h3{background:rgb(var(--coffee))}.dhr-point{position:absolute;bottom:-.22rem;z-index:1;transform:translateX(-50%)}.dhr-point--h3{width:.48rem;height:.48rem;bottom:-.245rem}.dhr-values{display:grid;grid-template-columns:repeat(3,1fr);gap:.52rem}.dhr-lift,.dhr-values span{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.67rem;font-variant-numeric:tabular-nums;text-align:right;color:rgb(var(--stone))}.dhr-lift,.dhr-values span:last-child{color:rgb(var(--coffee))}.dhr-lift small,.dhr-values small{display:none}.dhr figcaption{padding:.85rem 0 .95rem;border-top:1px solid rgb(var(--sand));font-family:ABC Diatype Regular,sans-serif;font-size:.72rem;font-style:normal;line-height:1.5;text-align:left;color:rgb(var(--stone))}@media (max-width:720px){.dhr-head{grid-template-columns:1fr;gap:1rem}.dhr-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dhr-summary div{min-width:0}.dhr-legend{display:block;padding:.72rem 0}.dhr-key{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem}.dhr-axis,.dhr-lift-head,.dhr-value-head{display:none}.dhr-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"model lift" "path path" "values values";gap:.54rem 1rem;padding:.78rem 0 .7rem}.dhr-model{grid-area:model}.dhr-path{grid-area:path}.dhr-values{grid-area:values}.dhr-lift{grid-area:lift}.dhr-values{justify-self:end;width:min(100%,15rem)}.dhr-lift,.dhr-values span{display:flex;gap:.35rem;align-items:baseline;justify-content:flex-end}.dhr-lift small,.dhr-values small{display:inline;font-size:.52rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--khaki))}}.dha{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;width:100%;margin:1.5rem 0 2rem}.prose .dha dd,.prose .dha dl,.prose .dha h3,.prose .dha p{margin:0}.dha-card{display:flex;min-width:0;flex-direction:column;padding:1rem;border:1px solid rgb(var(--sand));border-radius:6px;background:rgba(var(--lamp),.62);color:rgb(var(--coffee))}.dha-effect>p:first-child,.dha-name>span,.dha-spec dt{font-family:ABC Diatype Medium,sans-serif}.dha-name{display:flex;align-items:baseline;gap:.55rem}.dha-name>span{font-size:.68rem;color:rgb(var(--stone))}.dha-name h3{font-family:Signifier Light,serif;font-size:clamp(1.45rem,3vw,1.9rem);font-weight:300;line-height:1;letter-spacing:-.02em}.dha-flow{display:flex;flex-wrap:wrap;gap:.24rem .3rem;align-items:center;min-height:4.15rem;margin-top:.75rem;padding:.72rem 0;border-top:1px solid rgb(var(--sand));border-bottom:1px solid rgb(var(--sand));font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.56rem;line-height:1.4;color:rgb(var(--coffee))}.dha-flow>span{display:inline-flex;gap:.3rem;align-items:center}.dha-flow i{font-family:ABC Diatype Regular,sans-serif;font-size:.67rem;font-style:normal;color:rgb(var(--khaki))}.dha-spec{display:grid;gap:0}.dha-spec div{box-sizing:border-box;min-height:4rem;padding:.72rem 0;border-bottom:1px solid rgba(var(--sand),.75)}.dha-effect>p:first-child,.dha-spec dt{font-size:.55rem;letter-spacing:.08em;line-height:1.25;text-transform:uppercase;color:rgb(var(--khaki))}.dha-spec dd{margin-top:.26rem;font-family:ABC Diatype Regular,sans-serif;font-size:.71rem;line-height:1.4}.dha-effect{margin-top:0;padding-top:.78rem}.dha-effect>p:last-child{margin-top:.34rem;font-family:ABC Diatype Regular,sans-serif;font-size:.72rem;line-height:1.48;color:rgb(var(--stone))}@media (max-width:720px){.dha{grid-template-columns:1fr;gap:.75rem}.dha-card{padding:1rem}.dha-flow,.dha-spec div{min-height:0}.dha-effect{margin-top:0}}.dgp{width:100%;margin:1.5rem 0 2rem;border-top:1px solid rgb(var(--sand));border-bottom:1px solid rgb(var(--sand))}.dgp summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;color:rgb(var(--coffee));cursor:pointer;list-style:none}.dgp summary::-webkit-details-marker{display:none}.dgp summary>span{display:flex;align-items:baseline;gap:.65rem;font-family:ABC Diatype Regular,sans-serif;font-size:.82rem;line-height:1.4}.dgp summary small,.dgp-body>p{font-family:ABC Diatype Medium,sans-serif;font-size:.56rem;font-weight:500;letter-spacing:.09em;line-height:1.3;text-transform:uppercase;color:rgb(var(--khaki))}.dgp summary i{font-family:ABC Diatype Regular,sans-serif;font-size:1rem;font-style:normal;color:rgb(var(--stone))}.dgp summary i:before{content:"+"}.dgp[open] summary i:before{content:"−"}.dgp summary:focus-visible{outline:2px solid rgb(var(--stone));outline-offset:3px}.dgp-body{padding:0 0 1rem}.prose .dgp-body>p{margin:0 0 .45rem}.prose .dgp-body>p:not(:first-child){margin-top:1rem}.dgp pre,.prose .dgp pre{max-height:30rem;margin:0;padding:1rem;overflow:auto;border-radius:4px;background:rgb(var(--soil));color:rgb(var(--lamp));white-space:pre-wrap;overflow-wrap:anywhere}.dgp code,.prose .dgp code{padding:0;background:transparent;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.61rem;line-height:1.55;color:inherit}@media (max-width:720px){.dgp summary>span{align-items:flex-start;flex-direction:column;gap:.2rem}.dgp pre,.prose .dgp pre{max-height:24rem;padding:.8rem}}.diligence-resource-links{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin:0 0 24px}.prose .diligence-resource-links a{display:grid;width:24px;height:24px;place-items:center;color:rgb(var(--stone));opacity:.58;text-decoration:none;transition:color .15s ease,opacity .15s ease}.prose .diligence-resource-links a:hover{color:rgb(var(--coffee));opacity:1}.prose .diligence-resource-links a:focus-visible{color:rgb(var(--coffee));opacity:1;outline:2px solid rgb(var(--stone));outline-offset:3px}.diligence-resource-links svg{display:block;width:19px;height:19px;fill:currentColor}@media (max-width:809px){.diligence-resource-links{margin-bottom:20px}}