/**handles:kt-chapter-style**/
.tpx .tp{border-bottom:1px solid var(--outline-variant);display:grid;gap:var(--space-md) var(--gutter);grid-template-columns:repeat(9,minmax(0,1fr));margin-bottom:var(--space-xl);padding-bottom:var(--space-xl)}.tpx .tp:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.tpx .tp-head{align-items:baseline;display:flex;gap:var(--space-sm);grid-column:1/-1}.tpx .tp-h{font-size:var(--fs-h3);line-height:1.25}.tpx .tp-body{grid-column:1/6;grid-row:2;min-width:0}.tpx .tp-fig{align-self:start;grid-column:6/-1;grid-row:2;position:sticky;top:120px}.tpx .tp:nth-of-type(2n) .tp-body{grid-column:5/-1}.tpx .tp:nth-of-type(2n) .tp-fig{grid-column:1/5}.tpx .tp--solo .tp-body,.tpx .tp--solo:nth-of-type(2n) .tp-body{grid-column:1/-1}.tpx .tp-fig img{aspect-ratio:4/3;object-fit:cover}.tpx .tp-body strong{color:var(--text-heading)}.tpx .tp-body>ol,.tpx .tp-body>ul{display:grid;list-style:none;margin:0 0 var(--space-md);padding:0}.tpx .tp-body>ol>li,.tpx .tp-body>ul>li{margin:0;position:relative}.tpx .tp-body>ul{gap:12px}.tpx .tp-body>ul>li{padding-left:28px}.tpx .tp-body>ul>li:before{border-top:1.5px dashed var(--tertiary);content:"";left:0;position:absolute;top:13px;width:14px}.tpx .tp-body>ol{counter-reset:kt-step;gap:0;position:relative}.tpx .tp-body>ol:before{border-left:1.5px dashed var(--tertiary);bottom:20px;content:"";left:19px;position:absolute;top:20px}.tpx .tp-body>ol>li{counter-increment:kt-step;min-height:60px;padding:16px 0 10px 56px}.tpx .tp-body>ol>li:before{background:var(--surface-base);border:1.5px solid var(--tertiary);border-radius:var(--radius-full);box-sizing:border-box;color:var(--tertiary);content:counter(kt-step,decimal-leading-zero);display:grid;font-family:var(--font-mono);font-size:var(--type-body-size);font-variant-numeric:tabular-nums;font-weight:600;height:40px;left:0;line-height:1;place-items:center;position:absolute;top:10px;width:40px}.tpx .tp-body>ul.is-style-kt-tiles{gap:8px}.tpx .tp-body>ul.is-style-kt-tiles>li{background:var(--surface-muted);border-radius:var(--radius-card);padding:14px 16px}.tpx .tp-body>ul.is-style-kt-tiles>li:before{content:none}.tpx .tp-body>ul.is-style-kt-tiles strong{display:block}.tpx .tp-body>ul.is-style-kt-ledger{border-top:1px solid var(--outline-variant);counter-reset:kt-ledger;gap:0}.tpx .tp-body>ul.is-style-kt-ledger>li{border-bottom:1px solid var(--outline-variant);counter-increment:kt-ledger;padding:14px 0 14px 44px}.tpx .tp-body>ul.is-style-kt-ledger>li:before{border:0;color:var(--tertiary);content:counter(kt-ledger,upper-alpha);font-family:var(--font-mono);font-weight:600;line-height:var(--type-body-line);top:14px;width:32px}[data-surface=d].tpx .tp-body strong{color:var(--inverse-on-surface)}[data-surface=d].tpx .tp-body>ul.is-style-kt-tiles>li{background:var(--anchor-deep)}@media (max-width:1024px){.tpx .tp{grid-template-columns:minmax(0,1fr)}.tpx .tp-body,.tpx .tp-fig,.tpx .tp:nth-of-type(2n) .tp-body,.tpx .tp:nth-of-type(2n) .tp-fig{grid-column:1;grid-row:auto}.tpx .tp-fig{max-width:640px;position:relative;top:auto}}