.prokhor-root .sb-wrap{gap:var(--sp-3);margin:0;display:grid}.prokhor-root .sb{border-radius:var(--r-xl);background:rgb(var(--dark-800));position:relative;overflow:hidden}.prokhor-root .sb-world{transform-origin:0 0;position:absolute;top:0;left:0}.prokhor-root .sb-shot,.prokhor-root .sb-wires,.prokhor-root .sb-pin,.prokhor-root .sb-note{transition:filter var(--t-slow) var(--ease), opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--spring)}.prokhor-root .sb.is-up .sb-shot,.prokhor-root .sb.is-up .sb-wires,.prokhor-root .sb.is-up .sb-pin:not(.is-up),.prokhor-root .sb.is-up .sb-note:not(.is-up){filter:blur(var(--sp-1));opacity:.4}.prokhor-root .sb-shot{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;box-shadow:var(--shadow-3);display:block;position:absolute}.prokhor-root .sb-wires{pointer-events:none;position:absolute;inset:0;overflow:visible}.prokhor-root .sb-wire{fill:none;stroke-width:1.5px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.prokhor-root .sb-pin{width:var(--sp-2);height:var(--sp-2);margin:calc(-1 * var(--sp-1)) 0 0 calc(-1 * var(--sp-1));border-radius:var(--r-pill);background:var(--sb-fill);outline:calc(var(--sp-1) / 2) solid rgb(var(--dark-800));pointer-events:none;position:absolute}.prokhor-root .sb-pin.is-up{transform:scale(1.6)}.prokhor-root .sb-notes{margin:0;padding:0;list-style:none}.prokhor-root .sb-note{z-index:1;border-radius:var(--r-xs);background:color-mix(in srgb, var(--sb-fill) 62%, white);color:rgb(var(--n-950));cursor:default;will-change:transform;flex-direction:column;display:flex;position:absolute;overflow:hidden}.prokhor-root .sb-note.is-up{z-index:3;box-shadow:var(--shadow-4)}.prokhor-root .sb-note:focus-visible{outline:2px solid rgb(var(--n-0));outline-offset:2px}.prokhor-root .sb-note-head{gap:var(--sp-1);padding:var(--sp-2) var(--sp-2) var(--sp-1);background:var(--sb-fill);display:grid}.prokhor-root .sb-src{font-family:var(--font-mono);font-size:var(--fs-dense);font-weight:700;line-height:var(--lh-tight)}.prokhor-root .sb-tags{gap:var(--sp-1);flex-wrap:wrap;display:flex}.prokhor-root .sb-tag{padding-inline:var(--sp-1);border-radius:var(--r-xs);font-family:var(--font-mono);font-size:var(--fs-caption);line-height:var(--lh-title)}.prokhor-root .sb-tag--light{background:rgb(var(--n-0));color:rgb(var(--n-950))}.prokhor-root .sb-tag--dark{background:rgb(var(--n-950) / .86);color:rgb(var(--n-0))}.prokhor-root .sb-text{padding:var(--sp-1) var(--sp-2) var(--sp-2);font-family:var(--font-mono);font-size:var(--fs-caption);line-height:var(--lh-title)}@media (prefers-reduced-motion:reduce){.prokhor-root .sb-shot,.prokhor-root .sb-wires,.prokhor-root .sb-pin,.prokhor-root .sb-note{transition:none}}
.prokhor-root .dg{gap:var(--sp-3);display:grid}.prokhor-root .dg-head{justify-content:space-between;align-items:center;gap:var(--sp-3);flex-wrap:wrap;display:flex}.prokhor-root .dg-title{font-family:var(--font-display);font-size:var(--fs-h3);letter-spacing:var(--tr-title);font-weight:700}.prokhor-root .dg-bar{align-items:center;gap:var(--sp-1);display:flex}.prokhor-root .dg-k{min-width:4ch;font-size:var(--fs-caption);font-variant-numeric:tabular-nums;text-align:center;color:rgb(var(--text-rgb) / .66)}.prokhor-root .dg-note{max-width:68ch;font-size:var(--fs-sm);line-height:var(--lh-body);color:rgb(var(--text-rgb) / .66)}.prokhor-root .dg-host{border-radius:var(--r-xl);background-color:rgb(var(--surface-rgb));background-image:radial-gradient(rgb(var(--text-rgb) / .1) 1px, transparent 1px);background-size:var(--sp-5) var(--sp-5);-webkit-user-select:none;user-select:none;height:min(62vh,620px);position:relative;overflow:hidden}.prokhor-root .dg-host:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.prokhor-root .dg-host.is-grab{cursor:grab;touch-action:none}.prokhor-root .dg-host.is-dragging{cursor:grabbing}.prokhor-root .dg.is-full{z-index:calc(var(--z-modal) + 5);padding:var(--sp-4);background:rgb(var(--bg-rgb));grid-template-rows:auto auto minmax(0,1fr);position:fixed;inset:0}.prokhor-root .dg.is-full .dg-host{height:auto;min-height:0}.prokhor-root .dg-world{transform-origin:0 0;will-change:transform;position:absolute;top:0;left:0}.prokhor-root .dg-world--grid{gap:var(--sp-2);padding:var(--sp-5);align-content:start;display:grid}.prokhor-root .dg-rail{padding-right:var(--sp-2);font-size:var(--fs-caption);font-weight:600;line-height:var(--lh-title);color:rgb(var(--text-rgb) / .66);text-align:right;text-transform:uppercase;letter-spacing:var(--tr-label);grid-column:1;align-self:center}.prokhor-root .dg-node{padding:var(--sp-2);border-radius:var(--r-sm);background:rgb(var(--bg-rgb));font-size:var(--fs-dense);line-height:var(--lh-title);text-align:center;box-shadow:var(--ring-hair);flex-direction:column;gap:2px;display:flex}.prokhor-root .dg-node--graph{padding:var(--sp-2) var(--sp-3);justify-content:center;align-items:center;position:absolute}.prokhor-root .dg-text{font-weight:600}.prokhor-root .dg-sub{font-size:var(--fs-caption);color:rgb(var(--text-rgb) / .66)}.prokhor-root .dg-node--context{background:rgb(var(--accent-2-rgb));color:rgb(var(--on-accent-2-rgb));box-shadow:none}.prokhor-root .dg-node--step{background:rgb(var(--bg-rgb))}.prokhor-root .dg-node--device{background:rgb(var(--surface-2-rgb));color:rgb(var(--text-rgb) / .66);box-shadow:none;font-weight:500}.prokhor-root .dg-node--system.dg-node--card{box-shadow:none;outline:1px dashed rgb(var(--line-rgb) / .32);outline-offset:-1px;background:0 0}.prokhor-root .dg-node--result{background:rgb(var(--result-flat-rgb));color:rgb(var(--n-950));box-shadow:none}.prokhor-root .dg-node--current{background:rgb(var(--accent-rgb));color:rgb(var(--on-accent-rgb));box-shadow:none}.prokhor-root .dg-node--decision{box-shadow:none;background:0 0}.prokhor-root .dg-rhomb{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.prokhor-root .dg-rhomb polygon{fill:rgb(var(--bg-rgb));stroke:rgb(var(--line-rgb) / .12);stroke-width:1px}.prokhor-root .dg-node--decision .dg-text{font-weight:500;position:relative}.prokhor-root .dg-node--terminal{border-radius:var(--r-pill);background:rgb(var(--text-rgb));color:rgb(var(--bg-rgb));box-shadow:none;outline:none}.prokhor-root .dg-node--terminal.dg-node--result{background:rgb(var(--result-flat-rgb));color:rgb(var(--n-950))}.prokhor-root .dg-edges{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.prokhor-root .dg-edge{fill:none;stroke:rgb(var(--text-rgb) / .5);stroke-width:1.5px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.prokhor-root .dg-edges marker path{fill:rgb(var(--text-rgb) / .5)}.prokhor-root .dg-edge-label{fill:rgb(var(--text-rgb));font-size:var(--fs-caption);paint-order:stroke;stroke:rgb(var(--surface-rgb));stroke-width:4px;stroke-linejoin:round;font-weight:600}@media (max-width:719px){.prokhor-root .dg-host{height:min(56vh,420px)}}
