.quick-actions-overlay.svelte-oeh3u8{position:fixed;inset:0;z-index:150;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:flex-end;justify-content:center;animation:svelte-oeh3u8-overlayFadeIn .3s ease forwards;overflow:hidden}.quick-actions-overlay.closing.svelte-oeh3u8{animation:svelte-oeh3u8-overlayFadeOut .25s ease forwards}.overlay-particles.svelte-oeh3u8{position:absolute;inset:0;overflow:hidden;pointer-events:none}.particle.svelte-oeh3u8{position:absolute;border-radius:50%;opacity:.15;filter:blur(60px)}.p1.svelte-oeh3u8{width:400px;height:400px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);top:-10%;left:-10%;animation:svelte-oeh3u8-float1 15s ease-in-out infinite}.p2.svelte-oeh3u8{width:300px;height:300px;background:linear-gradient(135deg,#06b6d4,#3b82f6);top:60%;right:-5%;animation:svelte-oeh3u8-float2 12s ease-in-out infinite}.p3.svelte-oeh3u8{width:250px;height:250px;background:linear-gradient(135deg,#8b5cf6,#ec4899);bottom:10%;left:10%;animation:svelte-oeh3u8-float3 18s ease-in-out infinite}.p4.svelte-oeh3u8{width:200px;height:200px;background:linear-gradient(135deg,#22c55e,#06b6d4);top:30%;right:20%;animation:svelte-oeh3u8-float4 20s ease-in-out infinite}@keyframes svelte-oeh3u8-float1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,50px) scale(1.1)}66%{transform:translate(-20px,30px) scale(.95)}}@keyframes svelte-oeh3u8-float2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,-30px) scale(1.15)}}@keyframes svelte-oeh3u8-float3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-30px,10px) scale(.9)}}@keyframes svelte-oeh3u8-float4{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,25px) scale(1.1)}}@keyframes svelte-oeh3u8-overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-oeh3u8-overlayFadeOut{0%{opacity:1}to{opacity:0}}.quick-actions-container.svelte-oeh3u8{position:relative;width:100%;max-width:100%;height:70vh;max-height:70vh;overflow:hidden;background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #00000080,0 -2px 10px #0000004d;animation:svelte-oeh3u8-slideUpIn .35s cubic-bezier(.16,1,.3,1) forwards;will-change:transform;display:flex;flex-direction:column}.quick-actions-container.closing.svelte-oeh3u8{animation:svelte-oeh3u8-slideDownOut .25s cubic-bezier(.4,0,1,1) forwards}.drag-handle.svelte-oeh3u8{padding:12px 0 8px;display:flex;justify-content:center;flex-shrink:0}.handle-bar.svelte-oeh3u8{width:40px;height:4px;background:var(--border-default);border-radius:2px;opacity:.5}.quick-actions-content.svelte-oeh3u8{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:1rem}@keyframes svelte-oeh3u8-slideUpIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-oeh3u8-slideDownOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.quick-actions-header.svelte-oeh3u8{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-card);flex-shrink:0}.header-left.svelte-oeh3u8{display:flex;align-items:center;gap:14px}.header-icon.svelte-oeh3u8{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:10px;border:1px solid rgba(59,130,246,.2)}.header-icon.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:18px;height:22px;color:#60a5fa}.header-text.svelte-oeh3u8{display:flex;flex-direction:column;gap:2px}.quick-actions-title.svelte-oeh3u8{font-size:.9375rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.quick-actions-subtitle.svelte-oeh3u8{font-size:.6875rem;color:var(--text-muted);letter-spacing:.02em}.close-btn.svelte-oeh3u8{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--text-secondary);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.close-btn.svelte-oeh3u8:hover{background:#ef444426;border-color:#ef44444d;color:#f87171;transform:rotate(90deg)}.close-btn.svelte-oeh3u8:active{transform:rotate(90deg) scale(.9)}.close-btn.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:18px;height:18px}.entities-hub-section.svelte-oeh3u8{padding:1rem 1rem .5rem}.entities-hub-btn.svelte-oeh3u8{position:relative;display:flex;align-items:center;gap:16px;width:100%;padding:18px 20px;background:linear-gradient(135deg,#3b82f61f,#8b5cf61f,#ec489914);border:1px solid rgba(59,130,246,.25);border-radius:20px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden;animation:svelte-oeh3u8-itemFadeIn .5s cubic-bezier(.16,1,.3,1) forwards}.entities-hub-btn.svelte-oeh3u8:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#8b5cf626);opacity:0;transition:opacity .35s ease}.entities-hub-btn.svelte-oeh3u8:hover{border-color:#8b5cf680;transform:translateY(-3px);box-shadow:0 12px 40px #3b82f633,0 0 60px #8b5cf626}.entities-hub-btn.svelte-oeh3u8:hover:before{opacity:1}.entities-hub-btn.svelte-oeh3u8:active{transform:translateY(-1px) scale(.99)}.hub-icon-wrapper.svelte-oeh3u8{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#8b5cf61a;border-radius:12px}.hub-icon.svelte-oeh3u8{width:24px;height:24px;color:var(--accent-purple);position:relative;z-index:1}.hub-content.svelte-oeh3u8{flex:1;display:flex;flex-direction:column;gap:2px;text-align:left}.hub-label.svelte-oeh3u8{font-size:.875rem;font-weight:700;color:var(--text-primary);letter-spacing:.05em}.hub-desc.svelte-oeh3u8{font-size:.6875rem;color:var(--text-muted);line-height:1.3}.hub-arrow.svelte-oeh3u8{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-hover);border-radius:8px;transition:all .2s ease}.hub-arrow.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:16px;height:16px;color:var(--text-muted);transition:transform .2s ease}.entities-hub-btn.svelte-oeh3u8:hover{background:#3b82f61f;border-color:#3b82f64d;transform:translateY(-1px)}.entities-hub-btn.svelte-oeh3u8:hover .hub-arrow:where(.svelte-oeh3u8){background:#8b5cf626}.entities-hub-btn.svelte-oeh3u8:hover .hub-arrow:where(.svelte-oeh3u8) svg:where(.svelte-oeh3u8){transform:translate(2px);color:var(--accent-purple)}.section-divider.svelte-oeh3u8{display:flex;align-items:center;gap:12px;padding:.5rem 1rem;flex-shrink:0}.section-divider.svelte-oeh3u8:before,.section-divider.svelte-oeh3u8:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.divider-text.svelte-oeh3u8{font-size:.625rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.quick-actions-grid.svelte-oeh3u8{padding:.5rem 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.quick-action-item.svelte-oeh3u8{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;text-align:left}@keyframes svelte-oeh3u8-itemFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.quick-action-item.svelte-oeh3u8:hover{background:var(--bg-hover);border-color:var(--action-color);transform:translateY(-1px)}.quick-action-item.svelte-oeh3u8:active{transform:translateY(0) scale(.98)}.action-icon-wrapper.svelte-oeh3u8{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0;transition:all .2s ease;background:color-mix(in srgb,var(--icon-color) 12%,transparent)}.quick-action-item.svelte-oeh3u8:hover .action-icon-wrapper:where(.svelte-oeh3u8){background:color-mix(in srgb,var(--icon-color) 18%,transparent)}.action-icon.svelte-oeh3u8{width:20px;height:20px;color:var(--icon-color)}.action-content.svelte-oeh3u8{flex:1;display:flex;flex-direction:column;gap:2px}.action-name.svelte-oeh3u8{font-size:.8125rem;font-weight:600;color:var(--text-primary)}.action-desc.svelte-oeh3u8{font-size:.625rem;color:var(--text-muted);line-height:1.3}.action-arrow.svelte-oeh3u8{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.quick-action-item.svelte-oeh3u8:hover .action-arrow:where(.svelte-oeh3u8){transform:translate(2px);color:var(--action-color)}.bottom-nav.svelte-oeh3u8{position:fixed;bottom:0;left:0;right:0;width:100%;height:auto;z-index:100;padding-bottom:env(safe-area-inset-bottom);transition:z-index 0s}.bottom-nav.elevated.svelte-oeh3u8{z-index:160}.nav-backdrop.svelte-oeh3u8{position:absolute;inset:0;background:linear-gradient(to top,#0a0a0cfa,#0f0f14f2,#14141ce6);backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 30px #00000080,0 -1px #ffffff0d inset;pointer-events:none}.nav-edge-left.svelte-oeh3u8,.nav-edge-right.svelte-oeh3u8{position:absolute;top:0;width:60px;height:100%;pointer-events:none}.nav-edge-left.svelte-oeh3u8{left:0;background:linear-gradient(to right,rgba(59,130,246,.1),transparent)}.nav-edge-right.svelte-oeh3u8{right:0;background:linear-gradient(to left,rgba(139,92,246,.1),transparent)}.nav-container.svelte-oeh3u8{position:relative;display:flex;align-items:center;justify-content:space-around;height:72px;max-width:600px;margin:0 auto;padding:0 .5rem}.nav-item.svelte-oeh3u8{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 16px;text-decoration:none;color:#9ca3afcc;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;border-radius:14px;background:transparent;border:none;cursor:pointer}.nav-item.svelte-oeh3u8:hover{color:#d1d5db;background:#ffffff08}.nav-item.svelte-oeh3u8:active{transform:scale(.92)}.nav-item.active.svelte-oeh3u8{color:#fff}.icon-container.svelte-oeh3u8{position:relative;display:flex;align-items:center;justify-content:center}.icon-glow.svelte-oeh3u8{position:absolute;width:100%;height:100%;border-radius:50%;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.nav-item.active.svelte-oeh3u8 .icon-glow:where(.svelte-oeh3u8){opacity:1;background:radial-gradient(circle,rgba(59,130,246,.5) 0%,rgba(139,92,246,.3) 40%,transparent 70%);filter:blur(10px);transform:scale(2.5);animation:svelte-oeh3u8-icon-pulse 2s ease-in-out infinite}@keyframes svelte-oeh3u8-icon-pulse{0%,to{opacity:.8;transform:scale(2.5)}50%{opacity:1;transform:scale(2.8)}}.nav-icon.svelte-oeh3u8{width:26px;height:26px;transition:all .35s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 0 transparent)}.nav-item.svelte-oeh3u8:hover .nav-icon:where(.svelte-oeh3u8){transform:translateY(-3px) scale(1.05);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.nav-item.active.svelte-oeh3u8 .nav-icon:where(.svelte-oeh3u8){transform:translateY(-3px) scale(1.15);filter:drop-shadow(0 0 12px rgba(59,130,246,.7))}.nav-item.active.svelte-oeh3u8 .nav-icon:where(.svelte-oeh3u8) circle[fill=currentColor]:where(.svelte-oeh3u8){animation:svelte-oeh3u8-core-pulse 1.5s ease-in-out infinite}@keyframes svelte-oeh3u8-core-pulse{0%,to{opacity:1;transform-origin:center}50%{opacity:.7}}.nav-item.active.svelte-oeh3u8 .nav-icon:where(.svelte-oeh3u8) path[d*="L18 6"]:where(.svelte-oeh3u8){animation:svelte-oeh3u8-scan-rotate 3s linear infinite;transform-origin:12px 12px}@keyframes svelte-oeh3u8-scan-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.livefeed-icon.svelte-oeh3u8 .wave:where(.svelte-oeh3u8){animation:svelte-oeh3u8-wave-pulse 2s ease-in-out infinite}.livefeed-icon.svelte-oeh3u8 .wave-1:where(.svelte-oeh3u8){animation-delay:0s}.livefeed-icon.svelte-oeh3u8 .wave-2:where(.svelte-oeh3u8){animation-delay:.2s}.livefeed-icon.svelte-oeh3u8 .wave-3:where(.svelte-oeh3u8){animation-delay:0s}.livefeed-icon.svelte-oeh3u8 .wave-4:where(.svelte-oeh3u8){animation-delay:.2s}@keyframes svelte-oeh3u8-wave-pulse{0%,to{opacity:.3}50%{opacity:.8}}.livefeed-icon.svelte-oeh3u8 .beacon-pulse:where(.svelte-oeh3u8){animation:svelte-oeh3u8-beacon-glow 1.5s ease-in-out infinite}@keyframes svelte-oeh3u8-beacon-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.livefeed-icon.svelte-oeh3u8 .signal-dot:where(.svelte-oeh3u8){animation:svelte-oeh3u8-signal-blink 1s ease-in-out infinite}.livefeed-icon.svelte-oeh3u8 .signal-dot.delay-1:where(.svelte-oeh3u8){animation-delay:.3s}@keyframes svelte-oeh3u8-signal-blink{0%,to{opacity:.8}50%{opacity:.3}}.livefeed-icon.svelte-oeh3u8 .live-dot:where(.svelte-oeh3u8){animation:svelte-oeh3u8-live-pulse 1s ease-in-out infinite}@keyframes svelte-oeh3u8-live-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 currentColor}50%{opacity:.7;box-shadow:0 0 4px 2px currentColor}}.nav-item.active.svelte-oeh3u8 .livefeed-icon:where(.svelte-oeh3u8) .wave:where(.svelte-oeh3u8){animation:svelte-oeh3u8-wave-pulse-active 1s ease-in-out infinite}@keyframes svelte-oeh3u8-wave-pulse-active{0%,to{opacity:.5}50%{opacity:1}}.nav-item.active.svelte-oeh3u8 .livefeed-icon:where(.svelte-oeh3u8) .live-dot:where(.svelte-oeh3u8){fill:#22c55e;animation:svelte-oeh3u8-live-pulse-active .8s ease-in-out infinite}@keyframes svelte-oeh3u8-live-pulse-active{0%,to{opacity:1;filter:drop-shadow(0 0 2px #22c55e)}50%{opacity:.8;filter:drop-shadow(0 0 6px #22c55e)}}.launch-icon.svelte-oeh3u8 .flame:where(.svelte-oeh3u8){animation:svelte-oeh3u8-flame-flicker .5s ease-in-out infinite alternate}@keyframes svelte-oeh3u8-flame-flicker{0%{opacity:.5;transform:scaleY(.9)}to{opacity:.9;transform:scaleY(1.1)}}.launch-icon.svelte-oeh3u8 .star:where(.svelte-oeh3u8){animation:svelte-oeh3u8-star-twinkle 2s ease-in-out infinite}.launch-icon.svelte-oeh3u8 .star-1:where(.svelte-oeh3u8){animation-delay:0s}.launch-icon.svelte-oeh3u8 .star-2:where(.svelte-oeh3u8){animation-delay:.5s}.launch-icon.svelte-oeh3u8 .star-3:where(.svelte-oeh3u8){animation-delay:1s}@keyframes svelte-oeh3u8-star-twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.nav-item.active.svelte-oeh3u8 .launch-icon:where(.svelte-oeh3u8) .flame:where(.svelte-oeh3u8){animation:svelte-oeh3u8-flame-boost .3s ease-in-out infinite alternate}@keyframes svelte-oeh3u8-flame-boost{0%{opacity:.7;transform:scaleY(1)}to{opacity:1;transform:scaleY(1.3)}}.nav-item.active.svelte-oeh3u8 .launch-icon:where(.svelte-oeh3u8){animation:svelte-oeh3u8-rocket-hover 1.5s ease-in-out infinite}@keyframes svelte-oeh3u8-rocket-hover{0%,to{transform:translateY(-3px) scale(1.15)}50%{transform:translateY(-6px) scale(1.15)}}.nav-label.svelte-oeh3u8{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.nav-item.active.svelte-oeh3u8 .nav-label:where(.svelte-oeh3u8){color:var(--accent-blue);text-shadow:0 0 10px rgba(59,130,246,.5)}.active-indicator.svelte-oeh3u8{position:absolute;bottom:4px;left:50%;transform:translate(-50%) scaleX(0);width:20px;height:3px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple));border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #3b82f680}.nav-item.active.svelte-oeh3u8 .active-indicator:where(.svelte-oeh3u8){transform:translate(-50%) scaleX(1)}.center-item.svelte-oeh3u8{padding:0}.center-button.svelte-oeh3u8{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;transform:translateY(-16px);transition:all .3s cubic-bezier(.4,0,.2,1)}.center-ring.svelte-oeh3u8{position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d,#3b82f64d);animation:svelte-oeh3u8-ring-rotate 8s linear infinite;box-shadow:0 0 20px #3b82f64d,inset 0 0 20px #8b5cf633}.center-core.svelte-oeh3u8{position:relative;width:54px;height:54px;background:linear-gradient(145deg,#3b82f6,#2563eb 30%,#1d4ed8 70%,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #3b82f680,0 4px 8px #0000004d,0 0 40px #3b82f64d,inset 0 2px 4px #fff3,inset 0 -2px 4px #0003;border:2px solid rgba(255,255,255,.15);transition:all .3s cubic-bezier(.4,0,.2,1)}.center-pulse.svelte-oeh3u8{position:absolute;width:100%;height:100%;border-radius:50%;background:transparent;border:2px solid rgba(59,130,246,.5);animation:svelte-oeh3u8-pulse-expand 2s ease-out infinite}.center-button.svelte-oeh3u8:hover,.center-button.expanded.svelte-oeh3u8{transform:translateY(-20px) scale(1.05)}.center-button.svelte-oeh3u8:hover .center-core:where(.svelte-oeh3u8),.center-button.expanded.svelte-oeh3u8 .center-core:where(.svelte-oeh3u8){box-shadow:0 12px 32px #3b82f699,0 6px 12px #0006,0 0 60px #3b82f666,inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003}.center-button.expanded.svelte-oeh3u8 .center-core:where(.svelte-oeh3u8){background:linear-gradient(145deg,#ef4444,#dc2626 30%,#b91c1c 70%,#991b1b);box-shadow:0 12px 32px #ef444499,0 6px 12px #0006,0 0 60px #ef444466,inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003}.center-button.expanded.svelte-oeh3u8 .center-ring:where(.svelte-oeh3u8){background:linear-gradient(135deg,#ef44444d,#dc26264d,#ef44444d);box-shadow:0 0 20px #ef44444d,inset 0 0 20px #dc262633}.center-button.expanded.svelte-oeh3u8 .center-pulse:where(.svelte-oeh3u8){border-color:#ef444480}.center-item.svelte-oeh3u8:active .center-button:where(.svelte-oeh3u8){transform:translateY(-12px) scale(.95)}.center-item.svelte-oeh3u8:active .center-core:where(.svelte-oeh3u8){box-shadow:0 4px 12px #3b82f666,0 2px 4px #0003,0 0 20px #3b82f633,inset 0 2px 4px #0003}.center-button.svelte-oeh3u8 .nav-icon:where(.svelte-oeh3u8){width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s cubic-bezier(.4,0,.2,1)}.center-button.svelte-oeh3u8:hover .nav-icon:where(.svelte-oeh3u8):not(.rotated){transform:rotate(90deg)}.center-button.svelte-oeh3u8 .nav-icon.rotated:where(.svelte-oeh3u8){transform:rotate(45deg)}@keyframes svelte-oeh3u8-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svelte-oeh3u8-pulse-expand{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.4);opacity:0}}.entities-icon.svelte-oeh3u8 .hub-core:where(.svelte-oeh3u8){animation:svelte-oeh3u8-hub-pulse 2s ease-in-out infinite}@keyframes svelte-oeh3u8-hub-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.95)}}.entities-icon.svelte-oeh3u8 .hub-center:where(.svelte-oeh3u8){animation:svelte-oeh3u8-center-glow 1.5s ease-in-out infinite}@keyframes svelte-oeh3u8-center-glow{0%,to{opacity:1}50%{opacity:.6}}.entities-icon.svelte-oeh3u8 .orbit-node:where(.svelte-oeh3u8){animation:svelte-oeh3u8-node-orbit 3s ease-in-out infinite}.entities-icon.svelte-oeh3u8 .node-1:where(.svelte-oeh3u8){animation-delay:0s}.entities-icon.svelte-oeh3u8 .node-2:where(.svelte-oeh3u8){animation-delay:.75s}.entities-icon.svelte-oeh3u8 .node-3:where(.svelte-oeh3u8){animation-delay:1.5s}.entities-icon.svelte-oeh3u8 .node-4:where(.svelte-oeh3u8){animation-delay:2.25s}@keyframes svelte-oeh3u8-node-orbit{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.entities-icon.svelte-oeh3u8 .node-core:where(.svelte-oeh3u8){animation:svelte-oeh3u8-core-blink 1.2s ease-in-out infinite}.entities-icon.svelte-oeh3u8 .core-1:where(.svelte-oeh3u8){animation-delay:0s}.entities-icon.svelte-oeh3u8 .core-2:where(.svelte-oeh3u8){animation-delay:.3s}.entities-icon.svelte-oeh3u8 .core-3:where(.svelte-oeh3u8){animation-delay:.6s}.entities-icon.svelte-oeh3u8 .core-4:where(.svelte-oeh3u8){animation-delay:.9s}@keyframes svelte-oeh3u8-core-blink{0%,to{opacity:1}50%{opacity:.4}}.entities-icon.svelte-oeh3u8 .connect-line:where(.svelte-oeh3u8){animation:svelte-oeh3u8-line-pulse 2s ease-in-out infinite}.entities-icon.svelte-oeh3u8 .line-1:where(.svelte-oeh3u8){animation-delay:0s}.entities-icon.svelte-oeh3u8 .line-2:where(.svelte-oeh3u8){animation-delay:.5s}.entities-icon.svelte-oeh3u8 .line-3:where(.svelte-oeh3u8){animation-delay:1s}.entities-icon.svelte-oeh3u8 .line-4:where(.svelte-oeh3u8){animation-delay:1.5s}@keyframes svelte-oeh3u8-line-pulse{0%,to{opacity:.4}50%{opacity:.9}}.entities-icon.svelte-oeh3u8 .data-pulse:where(.svelte-oeh3u8){animation:svelte-oeh3u8-data-flow 1.5s ease-in-out infinite}.entities-icon.svelte-oeh3u8 .pulse-1:where(.svelte-oeh3u8){animation-delay:0s}.entities-icon.svelte-oeh3u8 .pulse-2:where(.svelte-oeh3u8){animation-delay:.375s}.entities-icon.svelte-oeh3u8 .pulse-3:where(.svelte-oeh3u8){animation-delay:.75s}.entities-icon.svelte-oeh3u8 .pulse-4:where(.svelte-oeh3u8){animation-delay:1.125s}@keyframes svelte-oeh3u8-data-flow{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(.5)}}.nav-item.active.svelte-oeh3u8 .entities-icon:where(.svelte-oeh3u8) .hub-core:where(.svelte-oeh3u8){animation:svelte-oeh3u8-hub-pulse-active 1s ease-in-out infinite}@keyframes svelte-oeh3u8-hub-pulse-active{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 3px currentColor)}50%{opacity:.9;transform:scale(1.05);filter:drop-shadow(0 0 8px currentColor)}}.nav-item.active.svelte-oeh3u8 .entities-icon:where(.svelte-oeh3u8) .hub-center:where(.svelte-oeh3u8){animation:svelte-oeh3u8-center-glow-active .8s ease-in-out infinite}@keyframes svelte-oeh3u8-center-glow-active{0%,to{opacity:1;filter:drop-shadow(0 0 2px currentColor)}50%{opacity:.8;filter:drop-shadow(0 0 6px currentColor)}}.nav-item.active.svelte-oeh3u8 .entities-icon:where(.svelte-oeh3u8) .orbit-node:where(.svelte-oeh3u8){animation:svelte-oeh3u8-node-orbit-active 1.5s ease-in-out infinite}@keyframes svelte-oeh3u8-node-orbit-active{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.nav-item.active.svelte-oeh3u8 .entities-icon:where(.svelte-oeh3u8) .data-pulse:where(.svelte-oeh3u8){animation:svelte-oeh3u8-data-flow-active .8s ease-in-out infinite}@keyframes svelte-oeh3u8-data-flow-active{0%{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.5);filter:drop-shadow(0 0 4px currentColor)}to{opacity:.2;transform:scale(.8)}}.nav-item.active.svelte-oeh3u8 .entities-icon:where(.svelte-oeh3u8) .connect-line:where(.svelte-oeh3u8){animation:svelte-oeh3u8-line-pulse-active .6s ease-in-out infinite}@keyframes svelte-oeh3u8-line-pulse-active{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:350px){.nav-label.svelte-oeh3u8{display:none}}
