.sphere-root{--radius:520px;--viewer-pad:72px;--circ:calc(var(--radius) * 3.14);--rot-y:calc((360deg / var(--segments-x)) / 2);--rot-x:calc((360deg / var(--segments-y)) / 2);--item-width:calc(var(--circ) / var(--segments-x));--item-height:calc(var(--circ) / var(--segments-y));width:100%;height:100%;position:relative}.sphere-root *{box-sizing:border-box}.sphere,.item,.item__image{transform-style:preserve-3d}main.sphere-main{touch-action:auto;-webkit-user-select:none;user-select:none;background:0 0;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.stage{width:100%;height:100%;perspective:calc(var(--radius) * 2);perspective-origin:50%;contain:layout paint size;place-items:center;display:grid}.sphere{transform:translateZ(calc(var(--radius) * -1));will-change:transform}.overlay,.overlay--blur{z-index:3;pointer-events:none;margin:auto;position:absolute;inset:0}.overlay{background-image:radial-gradient(#ebebeb00 65%, var(--overlay-blur-color,#060010) 100%)}.overlay--blur{-webkit-mask-image:radial-gradient(#ebebeb00 70%, var(--overlay-blur-color,#060010) 90%);-webkit-mask-image:radial-gradient(#ebebeb00 70%, var(--overlay-blur-color,#060010) 90%);mask-image:radial-gradient(#ebebeb00 70%, var(--overlay-blur-color,#060010) 90%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.item{width:calc(var(--item-width) * var(--item-size-x));height:calc(var(--item-height) * var(--item-size-y));transform-origin:50%;backface-visibility:hidden;transform:rotateY(calc(var(--rot-y) * (var(--offset-x) + ((var(--item-size-x) - 1) / 2)) + var(--rot-y-delta,0deg))) rotateX(calc(var(--rot-x) * (var(--offset-y) - ((var(--item-size-y) - 1) / 2)) + var(--rot-x-delta,0deg))) translateZ(var(--radius));margin:auto;transition:transform .3s;position:absolute;inset:-999px}.item__clip{border-radius:var(--tile-radius,12px);backface-visibility:hidden;will-change:transform;width:100%;height:100%;overflow:hidden;transform:translateZ(0)}.item__content{transform-origin:50%;width:100%;height:100%;transform:rotateZ(var(--item-rotation,0deg)) scale(var(--item-scale,1));transition:transform .3s}.item__inner{backface-visibility:hidden;will-change:transform;width:100%;height:100%;transform:translateZ(0)}.item__image{border-radius:var(--tile-radius,12px);backface-visibility:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;pointer-events:auto;background:0 0;transition:transform .3s;display:block;position:absolute;inset:10px;overflow:hidden;transform:translateZ(0)}.item__image:focus{outline:none}.item__image img{object-fit:cover;pointer-events:none;backface-visibility:hidden;width:100%;height:100%;filter:var(--image-filter,none)}.viewer{z-index:20;pointer-events:none;padding:var(--viewer-pad);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.viewer .frame{aspect-ratio:1;border-radius:var(--enlarge-radius,32px);height:100%;display:flex}@media (max-aspect-ratio:1){.viewer .frame{width:100%;height:auto}}.viewer .scrim{z-index:10;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;transition:opacity .5s;position:absolute;inset:0}.sphere-root[data-enlarging=true] .viewer .scrim{opacity:1;pointer-events:all}.viewer .enlarge{z-index:30;border-radius:var(--enlarge-radius,32px);transform-origin:0 0;transition:transform .5s,opacity .5s;position:absolute;overflow:hidden;box-shadow:0 10px 30px #00000059}.viewer .enlarge img{object-fit:cover;width:100%;height:100%;filter:var(--image-filter,none)}.sphere-root .enlarge-closing img{filter:var(--image-filter,none)}.edge-fade{z-index:5;pointer-events:none;background:linear-gradient(to bottom, transparent, var(--overlay-blur-color,#060010));height:120px;position:absolute;left:0;right:0}.edge-fade--top{top:0;transform:rotate(180deg)}.edge-fade--bottom{bottom:0}.image-skeleton{border-radius:var(--tile-radius,12px);background:linear-gradient(90deg,#74604b14 25%,#74604b1f 50%,#74604b14 75%) 0 0/200% 100%;animation:1.5s infinite loading-shimmer;position:absolute;inset:10px}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (prefers-reduced-motion:reduce){.image-skeleton{animation:none}.item__image img{transition:none}}.wf-wrapper{border:1px solid var(--border-color);background-color:#0b0f19;border-radius:16px;width:100%;margin-top:2rem;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #00000080}[data-theme=soft] .wf-wrapper,[data-theme=light] .wf-wrapper{background-color:var(--surface-color);box-shadow:none}.wf-scroll{border-radius:inherit;width:100%;overflow:hidden}.wf-svg{width:100%;height:auto;display:block}.wf-edge-track{fill:none;stroke:#ffffff14;stroke-width:2.5px;stroke-linecap:round}[data-theme=soft] .wf-edge-track,[data-theme=light] .wf-edge-track{stroke:var(--border-color)}.wf-edge-flow{fill:none;stroke-width:3px;stroke-linecap:round;stroke-dasharray:8 20;stroke-dashoffset:100px;transition:stroke-width .3s;animation:3s linear infinite wfDataFlow}.wf-edge-group.active .wf-edge-flow{stroke-width:4px}.wf-edge-group.active .wf-edge-track{stroke:#ffffff26;stroke-width:3px}@keyframes wfDataFlow{to{stroke-dashoffset:-100px}}.wf-edge-arrow{fill:none;stroke-width:2px;stroke-linecap:round}.wf-card-bg{fill:#141a2a;stroke:none;transition:fill .25s}[data-theme=soft] .wf-card-bg,[data-theme=light] .wf-card-bg{fill:var(--surface-color);stroke:var(--border-color)}.wf-node-group{cursor:default;transition:transform .2s cubic-bezier(.16,1,.3,1)}.wf-node-group:hover .wf-card-bg{fill:#1a2238}[data-theme=soft] .wf-node-group:hover .wf-card-bg,[data-theme=light] .wf-node-group:hover .wf-card-bg{fill:var(--surface-overlay,var(--surface-color));stroke:var(--border-color)}.wf-icon-bg{fill:#ffffff08;stroke:#ffffff0f;stroke-width:1px}[data-theme=soft] .wf-icon-bg,[data-theme=light] .wf-icon-bg{fill:var(--surface-overlay,#0000000a);stroke:var(--border-color)}.wf-card-title{fill:var(--text-primary,#e8eaf0);letter-spacing:.01em;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.wf-card-desc{fill:var(--text-secondary,#7a8299);font-family:Inter,sans-serif;font-size:9px;font-weight:400}.wf-port{fill:#141a2a;stroke-width:1.5px;r:4;transition:all .25s}[data-theme=soft] .wf-port,[data-theme=light] .wf-port{fill:var(--surface-color)}.wf-node-group:hover .wf-port{r:5;filter:drop-shadow(0 0 4px)}[data-theme=soft] .wf-svg pattern circle,[data-theme=light] .wf-svg pattern circle{fill:var(--border-color);opacity:.4}.wf-wrapper--mobile{border-radius:12px;max-height:70vh;margin-top:1rem;margin-bottom:1rem;overflow:hidden}.wf-scroll--mobile{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent-color,#ff6f00) transparent;max-height:70vh;overflow:hidden auto}.wf-scroll--mobile::-webkit-scrollbar{width:4px}.wf-scroll--mobile::-webkit-scrollbar-thumb{background:var(--accent-color,#ff6f00);border-radius:4px}.wf-scroll--mobile .wf-svg{width:100%;height:auto;min-height:800px}@media (max-width:768px){.wf-card-title{font-size:12px}.wf-card-desc{font-size:9px}.wf-edge-track{stroke-width:2px}}.orchestration-wrapper{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:0 20px 50px var(--shadow-color);box-sizing:border-box;border-radius:32px;width:100%;margin-top:2rem;padding:2.5rem;position:relative;overflow:hidden}@media (max-width:768px){.orchestration-wrapper{border-radius:24px;margin-top:1rem;padding:1.5rem}}.orchestration-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}@media (max-width:600px){.orchestration-header{flex-direction:column;align-items:flex-start;gap:1rem}}.orchestration-title-group h2{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700;display:flex}.orchestration-title-group p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem;font-weight:500}.pipeline-status{align-items:center;gap:.375rem;display:flex}.status-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;opacity:.8;font-family:JetBrains Mono,monospace;font-size:10px}.orchestration-canvas{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:1.5rem;position:relative;overflow:auto hidden}.orchestration-canvas::-webkit-scrollbar{height:4px}.orchestration-canvas::-webkit-scrollbar-track{background:#ffffff05}.orchestration-canvas::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:2px}.canvas-inner{min-width:100%;transition:height .4s;position:relative}.connections-layer{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.orch-node{cursor:default;z-index:2;box-sizing:border-box;border:1px solid #0000;border-radius:10px;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:200px;height:72px;padding:0 1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;box-shadow:0 4px 15px #0003}@media (max-width:768px){.orch-node{gap:1rem;width:280px;height:64px;padding:0 1rem}}.orch-node:hover{z-index:3;transform:translateY(-5px)scale(1.02);box-shadow:0 10px 25px #0000004d}.node-icon-wrapper{border:1px solid #ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s;display:flex;box-shadow:0 4px 12px #0003}@media (max-width:768px){.node-icon-wrapper{width:36px;height:36px}}.orch-node:hover .node-icon-wrapper{transform:scale(1.1)rotate(5deg)}.node-text-wrapper{flex-direction:column;justify-content:center;align-items:flex-start;display:flex;overflow:hidden}.node-title{color:var(--text-primary,#e8eaf0);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:Inter,sans-serif;font-size:11px;font-weight:700;overflow:hidden}.node-desc{color:var(--text-secondary,#7a8299);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:2px;font-family:Inter,sans-serif;font-size:9px;font-weight:400;overflow:hidden}.active-indicator{background-color:var(--accent-color);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.orch-node:hover .active-indicator{width:40%}.orchestration-footer{border-top:1px solid var(--border-color);text-align:center;justify-content:center;align-items:center;padding-top:2rem;display:flex}.orchestration-quote{color:var(--text-secondary);opacity:.9;background:linear-gradient(135deg, var(--text-secondary) 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:600px;margin:0;font-size:1rem;font-style:italic;font-weight:600;line-height:1.6}@media (max-width:768px){.orchestration-quote{font-size:.9rem}}
