/* anim-v10n — deljeni stilovi za animacije-objašnjivače (loop, autorun) */
.animwrap{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;margin-top:26px}
.animwrap.rev{grid-template-columns:.95fr 1.05fr}
.animwrap.rev .animtext{order:2}
.animwrap.wide{grid-template-columns:1.7fr 1fr}
.animtrio{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:22px;align-items:start;margin-top:26px}
.animtrio .tcol{min-width:0}
.animtrio .thead{font-family:var(--mono);font-size:10.5px;letter-spacing:.07em;text-transform:uppercase;display:flex;align-items:center;gap:7px;margin-bottom:9px}
.animtrio .thead .ic{width:15px;height:15px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;flex:none}
.animtrio .tdesc{font-size:12.5px;color:var(--text-2);line-height:1.5;margin:9px 2px 0}
.animtrio .animblock{padding:14px}
.animtrio h3{font-size:17px;font-weight:600;letter-spacing:-.01em;margin:0 0 8px;color:var(--text)}
.animtrio .txt p{font-size:13.5px;line-height:1.55;color:var(--text-2);margin:0}
.animtrio .txt a{display:inline-block;margin-top:12px;font-family:var(--mono);font-size:12px;color:var(--accent);text-decoration:none}
@media(max-width:820px){.animtrio{grid-template-columns:1fr;gap:18px}}
.animfull{margin-top:26px}
.animtext .eyb{font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;gap:9px}
.animtext .eyb::before{content:"";width:16px;height:1px;background:var(--accent)}
.animtext h3{font-family:var(--sans);font-size:21px;font-weight:600;letter-spacing:-.015em;margin:0 0 10px;color:var(--text);line-height:1.28}
.animtext p{margin:0;font-size:14.5px;line-height:1.62;color:var(--text-2);max-width:46ch}
.animtext .asrc{margin-top:14px;font-family:var(--mono);font-size:11px;color:var(--text-3)}
.animblock{--arisk:#C87A5E;--anode:#46525A;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px}
.animfull .animblock{padding:26px}
.astage{position:relative;width:100%}
.astage svg{width:100%;height:auto;display:block;overflow:visible}
.afoot{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-family:var(--mono);font-size:11px;color:var(--text-3)}
.afoot b{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}
.a-nd{fill:var(--anode);transition:fill .75s var(--e)}
.a-nd.risk{fill:var(--arisk)}
.a-nd.warn{animation:a-warn 1.2s ease-in-out infinite}
@keyframes a-warn{0%,100%{opacity:1}50%{opacity:.34}}
.a-nd.ok{fill:var(--accent)}
.a-gate{stroke:var(--accent);stroke-width:2.2;stroke-linecap:round;opacity:.34}
.a-zone{fill:none;stroke:var(--line-2);stroke-width:1;stroke-dasharray:3 5}
.a-zlab{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;fill:var(--text-3)}
.a-lnk{stroke:var(--line-2);stroke-width:1.2}
.a-box{fill:none;stroke:var(--line-2);stroke-width:1.4;transition:stroke .75s var(--e)}
.a-box.risk{stroke:var(--arisk)}
.a-box.ok{stroke:var(--accent)}
.a-btxt{font-family:var(--mono);font-size:10px;fill:var(--text-2)}
.a-bar{position:relative;height:15px;border-radius:5px;background:var(--surface-2, rgba(127,127,127,.12));overflow:hidden}
.a-bfill{position:absolute;inset:0;width:0;background:var(--arisk);transition:width 1.15s var(--e-soft, cubic-bezier(.4,0,.2,1))}
.a-stop{position:absolute;top:0;bottom:0;width:2px;background:var(--accent);opacity:0;transition:opacity .5s}
@media(max-width:820px){.animwrap,.animwrap.rev{grid-template-columns:1fr;gap:18px}.animwrap.rev .animtext{order:0}}
@media(prefers-reduced-motion:reduce){.a-nd,.a-box,.a-bfill,.a-stop{transition:none!important}.a-nd.warn{animation:none!important}}
