.otto-narrative{border-bottom:1px solid var(--otto-border);color:var(--otto-text);font-family:var(--otto-font-sans);padding:96px 0}.otto-narrative__grid{align-items:start;display:grid;gap:80px}.otto-narrative[data-with-sidebar=true] .otto-narrative__grid{grid-template-columns:280px 1fr}.otto-narrative[data-with-sidebar=false] .otto-narrative__grid{grid-template-columns:1fr}.otto-narrative__glance{background:var(--otto-surface);border:1px solid var(--otto-border);border-radius:16px;overflow:hidden;padding:28px;position:sticky;top:100px}.otto-narrative__glance:before{background:linear-gradient(90deg,transparent,var(--otto-mint) 50%,transparent);content:"";height:1px;left:0;opacity:.3;position:absolute;top:0;width:100%}.otto-narrative__glance-title{color:var(--otto-text-muted);font-size:11px;font-weight:500;letter-spacing:.18em;margin-bottom:22px;text-transform:uppercase}.otto-narrative__glance-row{border-bottom:1px solid var(--otto-border);padding:14px 0}.otto-narrative__glance-row:last-child{border-bottom:none;padding-bottom:0}.otto-narrative__glance-label{color:var(--otto-text-dim);font-size:10px;font-weight:500;letter-spacing:.15em;margin-bottom:5px;text-transform:uppercase}.otto-narrative__glance-value{color:var(--otto-text);font-size:14px;font-weight:400}.otto-narrative__glance-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.otto-narrative__chip{background:var(--otto-cyan-dim);border:1px solid rgba(110,231,183,.2);border-radius:4px;color:var(--otto-mint);font-size:11px;font-weight:500;letter-spacing:.08em;padding:4px 10px}.otto-narrative__body{max-width:720px}.otto-narrative__section{margin-bottom:64px}.otto-narrative__section:last-child{margin-bottom:0}.otto-narrative__heading{color:var(--otto-text);font-size:clamp(28px,3.2vw,40px);font-weight:500;letter-spacing:-.015em;line-height:1.15;margin:0 0 24px}.otto-narrative__text{color:var(--otto-text-muted);font-size:17px;font-weight:400;line-height:1.75}.otto-narrative__text p{margin:0 0 20px}.otto-narrative__text p:last-child{margin-bottom:0}.otto-narrative__text a{color:var(--otto-mint);text-decoration:underline;text-decoration-color:rgba(110,231,183,.4);text-underline-offset:3px;transition:text-decoration-color .2s var(--otto-ease)}.otto-narrative__text a:hover{text-decoration-color:var(--otto-mint)}.otto-narrative__text ol,.otto-narrative__text ul{margin:0 0 20px;padding-left:24px}.otto-narrative__text li{margin-bottom:10px}@media (max-width:900px){.otto-narrative{padding:56px 0}.otto-narrative[data-with-sidebar=true] .otto-narrative__grid{gap:40px;grid-template-columns:1fr}.otto-narrative__glance{position:static}}