.auto-hero{background:radial-gradient(100% 85% at 70% 0%, #0f1210 0%, var(--bg) 55%)}.auto-hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid}.auto-hero__figure{justify-self:end;width:min(28rem,100%)}.auto-hero__caption{font-family:var(--font-mono);letter-spacing:.16em;color:var(--ink-faint);text-align:right;margin-top:1rem;font-size:.625rem;display:block}.auto-graph circle,.auto-graph rect{fill:none;stroke:var(--ink-dim);stroke-width:1.3px}.auto-graph .auto-graph__hub{stroke:var(--accent);fill:#ff4e1a12}.auto-graph__wire{fill:none;stroke:var(--line-strong);stroke-width:1px}.auto-graph circle,.auto-graph rect,.auto-graph .auto-graph__wire{stroke-dasharray:1;stroke-dashoffset:1px}[data-in] .auto-graph circle,[data-in] .auto-graph rect,[data-in] .auto-graph .auto-graph__wire{animation:auto-draw 1.2s var(--ease-in-out) forwards}@keyframes auto-draw{to{stroke-dashoffset:0}}.auto-graph__pulse{fill:none;stroke:var(--accent);stroke-width:2px;stroke-dasharray:.08 .92;stroke-dashoffset:1px;opacity:0}[data-in] .auto-graph__pulse{animation:2.8s linear 1.4s infinite auto-pulse}.auto-graph__pulse--d2{animation-delay:2.1s!important}.auto-graph__pulse--d3{animation-delay:2.8s!important}.auto-graph__pulse--d4{animation-delay:3.5s!important}@keyframes auto-pulse{0%{stroke-dashoffset:1px;opacity:0}10%{opacity:1}70%{opacity:1}to{stroke-dashoffset:0;opacity:0}}@media (prefers-reduced-motion:reduce){.auto-graph__pulse{animation:none!important}}.auto-graph__label{fill:var(--ink-dim);font-family:var(--font-mono);letter-spacing:.14em;text-anchor:middle;font-size:10px}.auto-graph__label--hub{fill:var(--accent)}.auto-term__wrap{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);display:grid}.auto-term{border:1px solid var(--line-strong);font-family:var(--font-mono);background:#0d0d0f}.auto-term--after{border-color:#ff4e1a80}.auto-term__bar{border-bottom:1px solid var(--line);letter-spacing:.12em;color:var(--ink-faint);text-transform:uppercase;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.625rem;display:flex}.auto-term__ok{color:var(--accent)}.auto-term ul{flex-direction:column;gap:.7rem;padding:1rem 1.2rem 1.3rem;display:flex}.auto-term__line{color:var(--ink-dim);opacity:0;transition:opacity .4s, transform .4s var(--ease-out);transition-delay:calc(var(--i) * .13s + .3s);font-size:.78rem;line-height:1.5;transform:translate(-6px)}[data-in] .auto-term__line{opacity:1;transform:none}.auto-term__line span{letter-spacing:.08em;min-width:3ch;margin-right:.6em;font-size:.6rem;display:inline-block}.auto-term__line--err span{color:var(--ink-faint);text-decoration:line-through}.auto-term__line--ok span{color:var(--accent)}.auto-term__line--ok{color:var(--ink)}@media (max-width:900px){.auto-hero__inner{grid-template-columns:1fr}.auto-hero__figure{justify-self:start}.auto-term__wrap{grid-template-columns:1fr}}
