.aio-snippet{width:100%;max-width:800px;margin:0 auto 5vh;padding:2rem;position:relative;overflow:visible}.aio-sources{z-index:2;justify-content:center;gap:1.5rem;margin-bottom:0;display:flex;position:relative}.aio-source{background:var(--wow-panel-bg);border:1px solid var(--wow-panel-border-soft);text-align:center;opacity:0;flex:1;max-width:200px;transition:border-color .3s,background .3s,box-shadow .3s,transform .3s}.aio-source:hover{border-color:var(--wow-panel-hover-border);background:var(--wow-panel-hover-bg);box-shadow:var(--wow-panel-hover-shadow);transform:translateY(-4px)}.aio-source-icon{width:var(--wow-node-size-sm);height:var(--wow-node-size-sm);border-radius:var(--wow-panel-radius);justify-content:center;align-items:center;margin:0 auto .6rem;display:flex}.aio-source-icon svg{width:22px;height:22px;stroke:var(--wow-stroke-accent-color);fill:none;stroke-width:var(--wow-stroke-strong);stroke-linecap:round;stroke-linejoin:round}.aio-source-name{font-size:var(--wow-label-size);color:var(--wow-text-strong);font-weight:600;font-family:var(--wow-font-mono);text-transform:uppercase;letter-spacing:var(--tracking-normal);margin-bottom:.2rem}.aio-source-desc{font-size:var(--wow-label-size);color:var(--wow-text-soft);font-family:var(--wow-font-body)}.aio-flow-svg{opacity:0;pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.aio-synthesis-label{text-align:center;text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--wow-text-accent);opacity:0;z-index:2;margin:.5rem 0;position:relative}.aio-synthesis{opacity:0;z-index:2;padding:1.5rem;position:relative}.aio-synthesis-header{font-size:var(--wow-label-size);color:var(--wow-text-soft);text-transform:uppercase;letter-spacing:var(--tracking-normal);align-items:center;gap:8px;margin-bottom:1rem;display:flex}.aio-synthesis-header svg{width:16px;height:16px;stroke:var(--wow-stroke-accent-color);fill:none;stroke-width:var(--wow-stroke-strong)}.aio-synthesis-text{color:var(--wow-text-muted);font-family:var(--wow-font-body)}.aio-citation{color:var(--wow-text-accent);background:var(--pink-60);border-radius:var(--wow-radius-chip);padding:2px 6px;font-weight:700;animation:3s ease-in-out infinite wow-glow-signal-pulse;box-shadow:0 0 #0000}.aio-synthesis-sources{border-top:1px solid var(--white-5);gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.aio-synthesis-src{font-size:var(--wow-label-size);color:var(--wow-text-muted);align-items:center;gap:4px;display:flex}.aio-synthesis-src-dot{border-radius:var(--wow-radius-circle);background:var(--wow-stroke-accent-color);width:4px;height:4px}@media (width<=768px){.aio-sources{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.aio-source{width:100%;max-width:none}.aio-source:last-child{grid-column:1/-1;justify-self:center;max-width:260px}.aio-flow-svg{height:100%}.aio-synthesis-label{margin-top:-.25rem}.aio-synthesis{z-index:3}.aio-synthesis-sources{flex-direction:column;gap:.5rem}}@media (prefers-reduced-motion:reduce){.aio-citation{animation:none}}