.dm-steps{font-family:var(--ui);counter-reset:none;margin:0;padding:0;list-style:none}.dm-steps__step{min-width:0;position:relative}.dm-steps__marker{font-family:var(--mono);letter-spacing:.04em;font-variant-numeric:tabular-nums;color:var(--text-2);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-round,50%);flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:600;display:grid}.dm-steps--marker-rule .dm-steps__marker{border-radius:var(--radius-round,50%);background:var(--border-strong);border:none;width:10px;height:10px}.dm-steps--marker-none .dm-steps__marker{display:none}.dm-steps__step.is-done .dm-steps__marker{background:var(--focus);border-color:var(--focus);color:var(--focus-text)}.dm-steps__step.is-current .dm-steps__marker{border-color:var(--focus);color:var(--focus);box-shadow:0 0 0 3px var(--info-bg)}.dm-steps__step.is-todo .dm-steps__marker{color:var(--text-3);border-color:var(--border)}.dm-steps__content{min-width:0}.dm-steps__title{letter-spacing:-.005em;color:var(--text);text-wrap:pretty;margin:0 0 7px;font-size:16px;font-weight:600;line-height:1.32}.dm-steps__body{color:var(--text-2);text-wrap:pretty;max-width:58ch;margin:0;font-size:15px;line-height:1.62}.dm-steps__media{margin-top:16px}.dm-steps__meta{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--text-3);margin-top:12px;font-size:9.5px}.dm-steps__action{margin-top:14px}.dm-steps--vertical .dm-steps__step{grid-template-columns:30px minmax(0,1fr);gap:0 20px;padding-bottom:30px;display:grid}.dm-steps--vertical.dm-steps--marker-rule .dm-steps__step{grid-template-columns:10px minmax(0,1fr);gap:0 18px}.dm-steps--vertical.dm-steps--marker-none .dm-steps__step{grid-template-columns:minmax(0,1fr);padding-left:0}.dm-steps--vertical .dm-steps__step:last-child{padding-bottom:0}.dm-steps--vertical .dm-steps__step:before{content:"";background:var(--border);width:1px;position:absolute;top:34px;bottom:4px;left:14.5px}.dm-steps--vertical.dm-steps--marker-rule .dm-steps__step:before{top:16px;left:4.5px}.dm-steps--vertical.dm-steps--marker-none .dm-steps__step:before,.dm-steps--vertical .dm-steps__step:last-child:before{display:none}.dm-steps--vertical .dm-steps__step.is-done:before{background:var(--focus)}.dm-steps--vertical .dm-steps__marker{margin-top:1px}.dm-steps--vertical.dm-steps--marker-rule .dm-steps__marker{margin-top:8px}.dm-steps--compact.dm-steps--vertical .dm-steps__step{padding-bottom:20px}.dm-steps--compact .dm-steps__body{font-size:14px}.dm-steps--horizontal{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:26px;display:grid}.dm-steps--horizontal .dm-steps__step{padding-top:44px}.dm-steps--horizontal .dm-steps__marker{position:absolute;top:0;left:0}.dm-steps--horizontal .dm-steps__step:before{content:"";background:var(--border);height:1px;position:absolute;top:15px;left:40px;right:-26px}.dm-steps--horizontal .dm-steps__step:last-child:before{display:none}.dm-steps--horizontal .dm-steps__step.is-done:before{background:var(--focus)}.dm-steps--horizontal.dm-steps--marker-none .dm-steps__step{border-top:1px solid var(--border-strong);padding-top:16px}.dm-steps--horizontal.dm-steps--marker-none .dm-steps__step:before{display:none}.dm-steps--horizontal .dm-steps__body{max-width:none;font-size:14px}.dm-steps__bone{background:var(--surface-3);border-radius:3px;height:11px;display:block;position:relative;overflow:hidden}.dm-steps__bone--title{width:46%;margin-bottom:10px}.dm-steps__bone--body{width:88%;height:9px}.dm-steps__bone:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 60%, transparent), transparent);animation:1.3s ease-in-out infinite dm-steps-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes dm-steps-sweep{to{transform:translate(100%)}}@media (max-width:720px){.dm-steps--horizontal{grid-auto-columns:auto;grid-auto-flow:row;gap:24px}.dm-steps--horizontal .dm-steps__step{grid-template-columns:30px minmax(0,1fr);gap:0 18px;padding-top:0;display:grid}.dm-steps--horizontal .dm-steps__marker{position:static}.dm-steps--horizontal .dm-steps__step:before{display:none}}
.dm-topics{font-family:var(--ui);min-width:0}.dm-topics__head{max-width:60ch;margin-bottom:28px}.dm-topics__eyebrow{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--focus);margin-bottom:13px;font-size:10px;font-weight:600}.dm-topics__title{font-family:var(--display);letter-spacing:-.028em;color:var(--text);text-wrap:balance;margin:0;font-size:clamp(1.375rem,1.1rem + 1.3vw,2rem);font-weight:700;line-height:1.08}.dm-topics__standfirst{color:var(--text-2);text-wrap:pretty;max-width:56ch;margin:13px 0 0;font-size:16px;line-height:1.6}.dm-topics__list{min-width:0;margin:0;padding:0;list-style:none}.dm-topics__link{color:inherit;align-items:baseline;gap:7px;text-decoration:none;display:inline-flex}.dm-topics__label{text-wrap:pretty}.dm-topics__count{font-family:var(--mono);letter-spacing:.06em;color:var(--text-3);font-variant-numeric:tabular-nums;font-size:9.5px}.dm-topics__link:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:3px}.dm-topics--field .dm-topics__list{flex-wrap:wrap;align-items:baseline;gap:8px 22px;display:flex}.dm-topics--field .dm-topics__item{line-height:1.1}.dm-topics--field .dm-topics__label{font-family:var(--display);letter-spacing:-.025em;color:var(--text-2);font-weight:700;transition:color .15s}.dm-topics--field .dm-topics__link:hover .dm-topics__label{color:var(--focus)}.dm-topics--field .w1 .dm-topics__label{font-size:clamp(.9375rem,.9rem + .2vw,1.0625rem)}.dm-topics--field .w2 .dm-topics__label{font-size:clamp(1.125rem,1rem + .6vw,1.5rem)}.dm-topics--field .w3 .dm-topics__label{color:var(--text);font-size:clamp(1.5rem,1.2rem + 1.4vw,2.25rem)}.dm-topics--field .w4 .dm-topics__label{color:var(--text);font-size:clamp(2rem,1.4rem + 2.6vw,3.25rem)}.dm-topics--field .is-focal .dm-topics__label{color:var(--mark-ink)}.dm-topics--field .is-focal .dm-topics__label:after{content:"";background:var(--mark);height:2px;margin-top:4px;display:block}.dm-topics--field .w1 .dm-topics__count,.dm-topics--field .w2 .dm-topics__count{font-size:8.5px}.dm-topics--index .dm-topics__list{flex-direction:column;display:flex}.dm-topics--index .dm-topics__item{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(70px,22%);align-items:center;gap:20px;padding:12px 0;display:grid}.dm-topics--index .dm-topics__item:first-child{border-top:1px solid var(--border-strong)}.dm-topics--index .dm-topics__label{letter-spacing:-.012em;color:var(--text);font-size:15px;font-weight:600}.dm-topics--index .w1 .dm-topics__label{color:var(--text-2);font-weight:500}.dm-topics--index .dm-topics__link:hover .dm-topics__label{color:var(--focus)}.dm-topics--index .dm-topics__bar{background:var(--surface-3);border-radius:var(--radius-pill);height:4px;display:block;overflow:hidden}.dm-topics--index .dm-topics__fill{background:var(--border-strong);height:100%;display:block}.dm-topics--index .is-focal .dm-topics__fill{background:var(--mark)}.dm-topics--index .is-focal .dm-topics__label{color:var(--mark-ink)}.dm-topics__none{color:var(--text-2);border:1px dashed var(--border-strong);border-radius:var(--radius-panel);text-align:center;margin:0;padding:26px;font-size:14px}.dm-topics__footnote{color:var(--text-2);border-top:1px solid var(--border);text-wrap:pretty;max-width:78ch;margin:26px 0 0;padding-top:13px;font-size:13px;line-height:1.6}.dm-topics__bone{background:var(--surface-3);border-radius:3px;height:15px;display:inline-block;position:relative;overflow:hidden}.dm-topics__bone:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 58%, transparent), transparent);animation:1.3s ease-in-out infinite dm-tp-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes dm-tp-sweep{to{transform:translate(100%)}}
.dm-trail{font-family:var(--ui);min-width:0}.dm-trail__list{min-width:0;margin:0;padding:0;list-style:none}.dm-trail__step{min-width:0;display:flex}.dm-trail__inner{flex-direction:column;gap:3px;min-width:0;display:flex}.dm-trail__type{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);font-size:8.5px;font-weight:600}.dm-trail__label{color:var(--text-2);text-wrap:pretty;font-size:13.5px;line-height:1.3;text-decoration:none}.dm-trail__link{border-bottom:1px solid #0000}.dm-trail__link:hover{color:var(--text);border-bottom-color:var(--border-strong)}.dm-trail__link:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}.dm-trail__step.is-current .dm-trail__label{color:var(--text);font-weight:600}.dm-trail__step.is-current .dm-trail__type{color:var(--mark-ink)}.dm-trail__sep{font-family:var(--mono);color:var(--text-3);flex:none;align-self:flex-end;font-size:11px}.dm-trail--line .dm-trail__list{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:flex-end;gap:4px 12px;padding-bottom:14px;display:flex}.dm-trail--line .dm-trail__step{align-items:flex-end;gap:12px}.dm-trail--line .dm-trail__label{white-space:nowrap}.dm-trail--stack .dm-trail__list{flex-direction:column;gap:12px;display:flex}.dm-trail--stack .dm-trail__step{gap:10px}.dm-trail--stack .dm-trail__step:nth-child(2){padding-left:14px}.dm-trail--stack .dm-trail__step:nth-child(3){padding-left:32px}.dm-trail--stack .dm-trail__step:nth-child(4){padding-left:50px}.dm-trail--stack .dm-trail__step:nth-child(5){padding-left:68px}.dm-trail--stack .dm-trail__sep{color:var(--border-strong);align-self:flex-start;margin-top:12px}.dm-trail__alt{flex-wrap:wrap;align-items:baseline;gap:14px;margin-top:14px;display:flex}.dm-trail__altlabel{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);font-size:8.5px;font-weight:600}.dm-trail__altlist{flex-wrap:wrap;gap:6px 16px;margin:0;padding:0;list-style:none;display:flex}.dm-trail__altlink{color:var(--focus);border-bottom:1px solid #0000;font-size:12.5px;text-decoration:none}.dm-trail__altlink:hover{border-bottom-color:currentColor}.dm-trail__bone{background:var(--surface-3);border-radius:3px;width:78px;height:11px;display:block;position:relative;overflow:hidden}.dm-trail__bone:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 58%, transparent), transparent);animation:1.3s ease-in-out infinite dm-tr-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes dm-tr-sweep{to{transform:translate(100%)}}
.dm-typeplate{font-family:var(--ui);border-radius:var(--radius-panel,14px);min-width:0;padding:44px 46px;display:flex;position:relative;overflow:hidden}.dm-typeplate--place-start{align-items:flex-start}.dm-typeplate--place-centre{align-items:center}.dm-typeplate--place-end{align-items:flex-end}.dm-typeplate__inner{z-index:1;width:100%;min-width:0;position:relative}.dm-typeplate--centre{text-align:center;justify-content:center}.dm-typeplate--centre .dm-typeplate__inner{max-width:34ch;margin:0 auto}.dm-typeplate--centre .dm-typeplate__top{justify-content:center}.dm-typeplate--surface{background:var(--surface);border:var(--surface-border-width,1px) solid var(--border-strong);color:var(--text)}.dm-typeplate--ink{background:var(--ink-surface);color:var(--on-ink-text);border:none}.dm-typeplate--mark{background:var(--mark-bg);border:1px solid var(--mark-bd);color:var(--mark-ink)}.dm-typeplate--pattern{background:var(--surface-2);border:var(--surface-border-width,1px) solid var(--border-strong);color:var(--text)}.dm-typeplate--pattern:before{content:"";z-index:0;opacity:.5;background-image:repeating-linear-gradient(90deg, transparent 0 23px, color-mix(in srgb, var(--text) 7%, transparent) 23px 24px), repeating-linear-gradient(0deg, transparent 0 23px, color-mix(in srgb, var(--text) 7%, transparent) 23px 24px);position:absolute;inset:0}.dm-typeplate--pattern.dm-pattern:before{background-image:var(--dm-pattern,none)}.dm-typeplate__top{align-items:baseline;gap:14px;margin-bottom:22px;display:flex}.dm-typeplate__kicker{font-family:var(--mono);letter-spacing:.17em;text-transform:uppercase;color:var(--focus);font-size:10px;font-weight:600}.dm-typeplate--ink .dm-typeplate__kicker{color:var(--on-ink-text);opacity:.68}.dm-typeplate--mark .dm-typeplate__kicker{color:var(--mark-ink);opacity:.72}.dm-typeplate__badge{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;border-radius:var(--radius-pill,999px);color:var(--text-3);border:1px solid var(--border-strong);margin-left:auto;padding:3px 9px;font-size:9px;font-weight:500}.dm-typeplate--ink .dm-typeplate__badge{color:var(--on-ink-text);border-color:color-mix(in srgb, var(--on-ink-text) 34%, transparent)}.dm-typeplate--mark .dm-typeplate__badge{color:var(--mark-ink);border-color:var(--mark-bd)}.dm-typeplate__headline{font-family:var(--display);letter-spacing:-.034em;text-wrap:balance;margin:0;font-weight:700;line-height:.98}.dm-typeplate--md .dm-typeplate__headline{font-size:clamp(1.75rem,1.2rem + 2.4vw,2.75rem);line-height:1.04}.dm-typeplate--lg .dm-typeplate__headline{font-size:clamp(2.25rem,1.3rem + 4.2vw,4.5rem)}.dm-typeplate--xl .dm-typeplate__headline{letter-spacing:-.04em;font-size:clamp(2.75rem,1.3rem + 6vw,6.5rem)}.dm-typeplate__line{display:block}.dm-typeplate--rule .dm-typeplate__line+.dm-typeplate__line{border-top:1px solid;margin-top:.06em;padding-top:.08em}.dm-typeplate__body{text-wrap:pretty;max-width:52ch;color:var(--text-2);margin:22px 0 0;font-size:17px;line-height:1.6}.dm-typeplate--centre .dm-typeplate__body{margin-left:auto;margin-right:auto}.dm-typeplate--ink .dm-typeplate__body{color:var(--on-ink-text);opacity:.82}.dm-typeplate--mark .dm-typeplate__body{color:var(--mark-ink);opacity:.84}.dm-typeplate--xl .dm-typeplate__body{font-size:18px}.dm-typeplate__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.dm-typeplate--centre .dm-typeplate__actions{justify-content:center}.dm-typeplate__meta{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--text-3);border-top:1px solid var(--border);margin-top:30px;padding-top:14px;font-size:9.5px}.dm-typeplate--ink .dm-typeplate__meta{color:var(--on-ink-text);opacity:.6;border-top-color:color-mix(in srgb, var(--on-ink-text) 22%, transparent)}.dm-typeplate--mark .dm-typeplate__meta{color:var(--mark-ink);opacity:.7;border-top-color:var(--mark-bd)}.dm-typeplate__bones{flex-direction:column;gap:12px;display:flex}.dm-typeplate__bone{background:color-mix(in srgb, currentColor 12%, transparent);border-radius:5px;width:100%;height:46px;display:block;position:relative;overflow:hidden}.dm-typeplate__bone--short{width:62%}.dm-typeplate__bone:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 10%, transparent), transparent);animation:1.35s ease-in-out infinite dm-tp-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes dm-tp-sweep{to{transform:translate(100%)}}@media (max-width:700px){.dm-typeplate{padding:30px 24px}.dm-typeplate__top{flex-wrap:wrap}.dm-typeplate__badge{margin-left:0}}
.dm-voices{font-family:var(--ui);min-width:0}.dm-voices__head{max-width:62ch;margin-bottom:34px}.dm-voices__eyebrow{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--focus);margin-bottom:13px;font-size:10px;font-weight:600}.dm-voices__title{font-family:var(--display);letter-spacing:-.028em;color:var(--text);text-wrap:balance;margin:0;font-size:clamp(1.375rem,1.1rem + 1.4vw,2.125rem);font-weight:700;line-height:1.07}.dm-voices__standfirst{color:var(--text-2);text-wrap:pretty;max-width:56ch;margin:14px 0 0;font-size:16px;line-height:1.6}.dm-voices__list{min-width:0;margin:0;padding:0;list-style:none}.dm-voices__voice{flex-direction:column;gap:20px;min-width:0;display:flex}.dm-voices__quote{min-width:0;margin:0}.dm-voices__text{font-family:var(--display);color:var(--text);letter-spacing:-.014em;text-wrap:pretty;margin:0;font-size:clamp(1.0625rem,1rem + .5vw,1.3125rem);font-weight:500;line-height:1.36}.dm-voices__text:before{content:"“"}.dm-voices__text:after{content:"”"}.dm-voices__attr{align-items:center;gap:13px;min-width:0;margin-top:auto;display:flex}.dm-voices__portrait{border-radius:var(--radius-round,50%);background:var(--surface-2);border:1px solid var(--border);flex:0 0 44px;width:44px;height:44px;position:relative;overflow:hidden}.dm-voices__portraitimg{object-fit:cover;width:100%;height:100%;display:block}.dm-voices__initial{font-family:var(--display);color:var(--text-3);place-items:center;font-size:17px;font-weight:700;display:grid;position:absolute;inset:0}.dm-voices__who{flex-direction:column;gap:3px;min-width:0;display:flex}.dm-voices__name{color:var(--text);font-size:13.5px;font-weight:600;line-height:1.3}.dm-voices__role{color:var(--text-2);text-wrap:pretty;font-size:12.5px;line-height:1.35}.dm-voices__meta{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-top:2px;font-size:8.5px}.dm-voices--row .dm-voices__list{border-top:1px solid var(--border-strong);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:0;display:grid}.dm-voices--row .dm-voices__voice{border-right:1px solid var(--border);padding:26px 30px 26px 0}.dm-voices--row .dm-voices__voice:last-child{border-right:0}.dm-voices--row .dm-voices__voice.is-focal .dm-voices__text{color:var(--text)}.dm-voices--row .dm-voices__voice.is-focal .dm-voices__portrait{border-color:var(--mark-bd)}.dm-voices--ledger .dm-voices__list{flex-direction:column;display:flex}.dm-voices--ledger .dm-voices__voice{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(170px,22%);align-items:start;gap:34px;padding:26px 0;display:grid}.dm-voices--ledger .dm-voices__voice:first-child{border-top:1px solid var(--border-strong)}.dm-voices--ledger .dm-voices__text{font-size:clamp(1.125rem,1rem + .8vw,1.5rem)}.dm-voices--ledger .dm-voices__attr{margin-top:4px}.dm-voices--lead .dm-voices__list{gap:34px;display:grid}.dm-voices--lead .dm-voices__voice:first-child{border-bottom:1px solid var(--border-strong);padding-bottom:30px}.dm-voices--lead .dm-voices__voice:first-child .dm-voices__text{letter-spacing:-.026em;font-size:clamp(1.5rem,1.2rem + 1.8vw,2.375rem);font-weight:700;line-height:1.16}.dm-voices--lead .dm-voices__voice:first-child .dm-voices__portrait{flex-basis:58px;width:58px;height:58px}.dm-voices--lead .dm-voices__voice~.dm-voices__voice .dm-voices__text{font-size:clamp(1rem,.95rem + .4vw,1.1875rem)}.dm-voices__none{color:var(--text-2);border:1px dashed var(--border-strong);border-radius:var(--radius-panel);text-align:center;margin:0;padding:26px;font-size:14px}.dm-voices__footnote{color:var(--text-3);border-top:1px solid var(--border);text-wrap:pretty;max-width:80ch;margin:28px 0 0;padding-top:13px;font-size:12.5px;line-height:1.6}.dm-voices__bone{background:var(--surface-3);border-radius:3px;display:block;position:relative;overflow:hidden}.dm-voices__bone--a{width:94%;height:13px;margin-bottom:10px}.dm-voices__bone--b{width:68%;height:13px}.dm-voices__bone:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 58%, transparent), transparent);animation:1.3s ease-in-out infinite dm-vo-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes dm-vo-sweep{to{transform:translate(100%)}}@media (max-width:760px){.dm-voices--row .dm-voices__voice{border-right:0;border-bottom:1px solid var(--border);padding-right:0}.dm-voices--ledger .dm-voices__voice{grid-template-columns:minmax(0,1fr);gap:18px}}
