.wtt-guide--document{--guide-accent:hsl(196 62% 40%);--guide-soft:hsl(196 55% 95%)}
:root[data-theme=dark] .wtt-guide--document{--guide-accent:hsl(196 70% 70%);--guide-soft:hsl(196 24% 18%)}
.wtt-guide--document .wtt-guide__hero{border-bottom:6px solid var(--guide-accent);background:linear-gradient(125deg,var(--surface-2),var(--guide-soft))}
.wtt-guide--document .wtl-section-label{color:var(--guide-accent)!important}
.wtt-guide--document .wtl-guide-callout{border-color:color-mix(in srgb,var(--guide-accent) 35%,var(--line));background:var(--guide-soft)}
.wtt-guide--document blockquote{border-left-color:var(--guide-accent)}
.wtt-guide--document .wtl-guide-step{counter-increment:steps;position:relative;padding-left:58px}.wtt-guide--document .wtl-guide-step:before{content:counter(steps);position:absolute;left:0;top:4px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--guide-accent);color:white;font-weight:900}