.wow-connector{fill:none;stroke:var(--wow-stroke-muted-color);stroke-width:var(--wow-stroke-base);stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.wow-connector--secondary{stroke-dasharray:var(--wow-dash-secondary)}.wow-connector--active{stroke:var(--wow-stroke-accent-color);stroke-width:var(--wow-stroke-strong);stroke-dasharray:none}.wow-line-connector-muted{fill:none;stroke:var(--wow-stroke-muted-color);stroke-width:var(--wow-stroke-base);stroke-dasharray:var(--wow-dash-secondary);stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;opacity:var(--wow-line-connector-opacity)}.wow-line-connector-active{fill:none;stroke:var(--wow-stroke-accent-color);stroke-width:var(--wow-stroke-strong);stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.wow-line-chart-grid{fill:none;stroke:var(--white-10);stroke-width:var(--wow-stroke-soft);stroke-dasharray:var(--wow-dash-chart);opacity:var(--wow-line-grid-opacity);vector-effect:non-scaling-stroke}.wow-line-decorative{fill:none;stroke:var(--wow-stroke-muted-color);stroke-width:var(--wow-line-decorative-width);opacity:var(--wow-line-decorative-opacity);vector-effect:non-scaling-stroke}.wow-connector-dot{fill:var(--wow-stroke-accent-color);filter:drop-shadow(0 0 6px var(--pink-80))}.wow-node-surface{color:var(--wow-stroke-accent-color);border-radius:var(--wow-radius-circle);border:var(--wow-stroke-soft) solid var(--pink-border-light);background:var(--pink-10);justify-content:center;align-items:center;transition:border-color .3s,background .3s,box-shadow .3s;display:flex}.wow-node-surface--primary{border-width:var(--wow-stroke-strong);border-color:var(--pink);background:var(--pink-20);box-shadow:var(--glow-pink-inset)}.wow-node-surface--secondary:hover{border-color:var(--wow-panel-hover-border);background:var(--wow-panel-hover-bg-strong);box-shadow:var(--wow-panel-hover-shadow-strong)}.wow-surface-panel{background:var(--wow-panel-bg);border:1px solid var(--wow-panel-border);border-radius:var(--wow-panel-radius);backdrop-filter:blur(10px);transition:border-color .3s,background .3s,box-shadow .3s,transform .3s}.wow-surface-panel--strong{background:var(--wow-panel-bg-strong)}.wow-surface-panel--interactive:hover{border-color:var(--wow-panel-hover-border);background:var(--wow-panel-hover-bg);box-shadow:var(--wow-panel-hover-shadow);transform:translateY(-4px)}.wow-surface-panel--strong.wow-surface-panel--interactive:hover{background:var(--wow-panel-hover-bg-strong);box-shadow:var(--wow-panel-hover-shadow-strong)}.wow-glow-ambient{box-shadow:var(--wow-panel-hover-shadow)}.wow-glow-node-primary{box-shadow:var(--wow-panel-hover-shadow-strong)}.wow-glow-active-signal{box-shadow:0 0 12px var(--pink-80)}.wow-glow-decorative-orbit{border-radius:var(--radius-full);background:radial-gradient(circle, var(--pink-40) 0%, transparent 70%);animation:4s ease-in-out infinite wow-glow-orbit-pulse}.wow-accent-rail{background:var(--wow-text-accent);box-shadow:var(--wow-panel-hover-shadow)}.wow-shape-card{min-height:var(--wow-shape-min-height);padding:var(--wow-shape-padding);border-radius:var(--wow-panel-radius)}.wow-shape-card--dense{flex-direction:column;justify-content:center;display:flex}.wow-shape-title{font-size:var(--wow-label-size);color:var(--wow-text-strong);font-weight:700;line-height:1.25;font-family:var(--wow-font-body)}.wow-shape-copy{font-size:var(--wow-copy-size);line-height:var(--wow-copy-leading);color:var(--wow-text-soft);font-family:var(--wow-font-body)}.wow-shape-kicker{font-size:var(--wow-label-size);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--wow-text-soft);font-family:var(--wow-font-mono)}.wow-node-label-muted{font-size:var(--wow-label-size);color:var(--wow-text-soft);text-transform:uppercase;letter-spacing:var(--tracking-normal);font-family:var(--wow-font-mono)}.wow-node-meta{font-size:var(--wow-label-size);color:var(--wow-text-soft);font-family:var(--wow-font-mono);line-height:1.3}.wow-value-text{color:var(--wow-text-accent);font-family:var(--wow-font-mono);font-feature-settings:"tnum";font-weight:700}@keyframes wow-glow-orbit-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.15)}}@keyframes wow-glow-signal-pulse{0%,to{box-shadow:0 0 #0000}50%{box-shadow:var(--wow-panel-hover-shadow)}}.wow-node-fit-label{text-align:center;text-wrap:balance;max-width:11ch;line-height:1.2}.wow-node-fit-label--wide{max-width:14ch}.wow-inline-svg{vertical-align:middle;display:inline-block}.wow-defs-svg{position:absolute}.wow-flow-source,.wow-flow-hub,.wow-flow-target,.wow-top-source,.wow-top-target,.wow-tree-source,.wow-tree-target,.wow-seq-node{z-index:2;position:relative}.wow-flow-hub-surface{z-index:3;position:relative}.wow-flow-item{background:var(--white-2);border:1px solid var(--white-10);border-radius:var(--wow-panel-radius);align-items:center;gap:.6rem;width:100%;min-height:68px;padding:.5rem .75rem;transition:border-color .3s,background .3s;display:flex}.wow-flow-item:hover{border-color:var(--pink-border-light);background:var(--pink-10)}.wow-flow-item-dot{border-radius:var(--wow-radius-circle);background:var(--term-green);width:8px;height:8px;box-shadow:var(--glow-green-sm);flex-shrink:0}.wow-stack-connector{width:2px;height:24px;opacity:var(--wow-line-connector-opacity);background:repeating-linear-gradient(to bottom, var(--wow-stroke-muted-color) 0px, var(--wow-stroke-muted-color) 4px, transparent 4px, transparent 7px);margin:0 auto}@keyframes wow-stack-dot-travel{0%{opacity:0;bottom:-1px;transform:translate(-50%)}15%{opacity:1}85%{opacity:1}to{bottom:calc(-1 * var(--wow-stack-connector-height,3rem));opacity:0;transform:translate(-50%)}}@media (width<=1024px){.wow-mobile-stack-connector{--wow-stack-connector-height:3rem;position:relative}.wow-mobile-stack-connector--height-sm{--wow-stack-connector-height:2.5rem}.wow-mobile-stack-connector--dot-pink{--wow-stack-dot-color:var(--pink);--wow-stack-dot-shadow:var(--glow-pink-dual)}.wow-mobile-stack-connector--dot-green{--wow-stack-dot-color:var(--green);--wow-stack-dot-shadow:var(--glow-green-dual)}.wow-mobile-stack-connector--dot-green-md{--wow-stack-dot-color:var(--green);--wow-stack-dot-shadow:var(--glow-green-md)}.wow-mobile-stack-connector--dot-term-green{--wow-stack-dot-color:var(--term-green);--wow-stack-dot-shadow:var(--glow-green-dual)}.wow-mobile-stack-connector--delay-800{--wow-stack-dot-delay:.8s}.wow-mobile-stack-connector:after{content:"";bottom:calc(-1 * var(--wow-stack-connector-height,3rem));width:2px;height:var(--wow-stack-connector-height,3rem);background:repeating-linear-gradient(to bottom, var(--wow-stroke-muted-color) 0px, var(--wow-stroke-muted-color) 4px, transparent 4px, transparent 7px);opacity:var(--wow-line-connector-opacity);position:absolute;left:50%;transform:translate(-50%)}.wow-mobile-stack-connector:before{content:"";border-radius:var(--wow-radius-circle);background:var(--wow-stack-dot-color,var(--pink));width:6px;height:6px;box-shadow:var(--wow-stack-dot-shadow,var(--glow-pink-dual));z-index:3;animation:2s ease-in-out infinite wow-stack-dot-travel;animation-delay:var(--wow-stack-dot-delay,0s);position:absolute;left:50%}}.wow-icon-box{width:var(--wow-node-size-md);height:var(--wow-node-size-md);color:var(--wow-stroke-accent-color);border-radius:var(--wow-panel-radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.wow-icon-box svg{width:var(--wow-node-icon-md);height:var(--wow-node-icon-md)}.wow-icon-stroke,.wow-icon-stroke *,.wow-section [class*=-icon]>svg,.wow-section [class*=-icon]>svg *{stroke:var(--wow-stroke-accent-color);stroke-width:var(--wow-stroke-strong);stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.wow-icon-stroke,.wow-section [class*=-icon]>svg{fill:none}.wow-mini-stats{gap:1.2rem;margin-top:1rem;display:flex}.wow-mini-stat{text-align:center;background:var(--white-5);border:1px solid var(--white-10);border-radius:var(--wow-panel-radius);padding:.6rem .8rem}.wow-mini-stat-value{font-size:var(--text-base);color:var(--white);font-weight:700;font-family:var(--font-mono)}.wow-mini-stat-label{font-size:var(--wow-label-size);color:var(--text-muted-dark-soft,var(--white-50));text-transform:uppercase;letter-spacing:var(--tracking-normal);margin-top:.2rem}.wow-chart-panel{background:var(--white-2);border:1px solid var(--wow-panel-border-soft);border-radius:var(--wow-panel-radius)}.wow-chart-axis{stroke:var(--white-15);stroke-width:var(--wow-stroke-base)}.wow-chart-tick{stroke:var(--white-10);stroke-width:var(--wow-stroke-soft);stroke-dasharray:var(--wow-dash-chart)}.wow-chart-label{font-size:var(--wow-chart-label-size);color:var(--text-muted-dark-soft,var(--white-50));font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-normal)}.wow-chart-label--strong{color:var(--white);font-weight:600}.wow-chart-meta{font-size:var(--wow-label-size);color:var(--text-muted-dark-soft,var(--white-50));font-family:var(--font-mono);line-height:1.35}.wow-chart-bar-track{background:var(--white-5);border:1px solid var(--white-5);border-radius:var(--radius-sm);position:relative;overflow:hidden}.wow-chart-bar-fill{background:linear-gradient(90deg, var(--pink-40), var(--pink-60));border-radius:var(--radius-sm);width:0;position:absolute;inset:0 auto 0 0}.wow-chart-bar-fill:after{content:"";background:var(--pink);width:2px;height:100%;box-shadow:var(--glow-pink-sm);position:absolute;top:0;right:0}.wow-chart-bar-fill--muted{background:var(--white-10)}.wow-chart-bar-fill--muted:after{box-shadow:none;background:0 0}.wow-chart-value{font-family:var(--font-mono);font-size:var(--wow-chart-value-size);color:var(--white);font-weight:700}.wow-chart-value--accent{color:var(--pink)}.wow-ring-track{fill:none;stroke:var(--white-5)}.wow-ring-progress{fill:none;stroke:var(--pink);stroke-linecap:round;filter:drop-shadow(0 0 6px var(--pink-60))}