:root{--uzeda-accent-orange:#ff7933;--uzeda-accent-blue:#3b82f6;--uzeda-accent-green:#10b981}.uzeda-fluid--accent-orange{--uzeda-accent:var(--uzeda-accent-orange);--uzeda-accent-light:rgba(255,121,51,.1);--uzeda-accent-glow:rgba(255,121,51,.3)}.uzeda-fluid--accent-blue{--uzeda-accent:var(--uzeda-accent-blue);--uzeda-accent-light:rgba(59,130,246,.1);--uzeda-accent-glow:rgba(59,130,246,.3)}.uzeda-fluid--accent-green{--uzeda-accent:var(--uzeda-accent-green);--uzeda-accent-light:rgba(16,185,129,.1);--uzeda-accent-glow:rgba(16,185,129,.3)}.uzeda-fluid{padding:4rem 1.5rem;position:relative;width:100%}.uzeda-fluid--light{--uzeda-line-color:#e5e7eb;--uzeda-text-primary:#444;--uzeda-text-secondary:#6b7280;--uzeda-bg-card:#f9fafb}.uzeda-fluid--gray{background-color:#f9fafb;--uzeda-line-color:#e5e7eb;--uzeda-text-primary:#444;--uzeda-text-secondary:#6b7280;--uzeda-bg-card:#fff}.uzeda-fluid--dark{background-color:#111827;--uzeda-line-color:#374151;--uzeda-text-primary:#f3f4f6;--uzeda-text-secondary:#9ca3af;--uzeda-bg-card:#4e5159}.uzeda-fluid__container{margin:0 auto;max-width:100%}.uzeda-fluid__header{margin-bottom:3rem;text-align:center}.uzeda-fluid__title{color:var(--uzeda-text-primary);font-size:1.875rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 .75rem}.uzeda-fluid__subtitle{color:var(--uzeda-text-secondary);font-size:1rem;line-height:1.5;margin:0}@media (min-width:768px){.uzeda-fluid__title{font-size:2.25rem}}.uzeda-fluid__content{align-items:start;display:grid;gap:30px;grid-template-columns:260px minmax(440px,630px) 260px;justify-content:space-between}.uzeda-fluid__diagram{min-height:420px}.uzeda-fluid__diagram,.uzeda-fluid__hub{align-items:center;display:flex;justify-content:center;position:relative}.uzeda-fluid__hub{height:140px;width:140px;z-index:10}.uzeda-fluid__hub-inner{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.25rem;height:120px;justify-content:center;padding:1rem;position:relative;transition:all .3s ease;width:120px;z-index:2}.uzeda-fluid--dark .uzeda-fluid__hub-inner{background:#4e5159;border-color:#374151;box-shadow:0 4px 20px rgba(0,0,0,.25)}.uzeda-fluid__hub-inner:hover{box-shadow:0 6px 28px rgba(0,0,0,.12);transform:scale(1.05)}.uzeda-fluid--dark .uzeda-fluid__hub-inner:hover{box-shadow:0 6px 28px rgba(0,0,0,.3)}.uzeda-fluid__hub-icon{color:#6b7280;margin-bottom:.25rem}.uzeda-fluid--dark .uzeda-fluid__hub-icon{color:#9ca3af}.uzeda-fluid__hub-label{color:#4e5159;font-size:.75rem;font-weight:600;line-height:1.2;text-align:center}.uzeda-fluid--dark .uzeda-fluid__hub-label{color:#f3f4f6}.uzeda-fluid__hub-sublabel{color:#6b7280;font-size:.625rem;font-weight:400;text-align:center}.uzeda-fluid--dark .uzeda-fluid__hub-sublabel{color:#9ca3af}.uzeda-fluid__pulse{background:transparent;border:1px solid #e5e7eb;border-radius:50%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.uzeda-fluid--dark .uzeda-fluid__pulse{border-color:#374151}.uzeda-fluid__pulse--1{animation:pulsate 4s ease-in-out infinite;height:160px;opacity:.25;width:160px}.uzeda-fluid__pulse--2{animation:pulsate 4s ease-in-out .6s infinite;height:220px;opacity:.18;width:220px}.uzeda-fluid__pulse--3{animation:pulsate 4s ease-in-out 1.2s infinite;height:280px;opacity:.1;width:280px}.uzeda-fluid__pulse--4{animation:pulsate 4s ease-in-out 1.8s infinite;height:340px;opacity:.05;width:340px}@keyframes pulsate{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.04)}}.uzeda-fluid__title-badge{display:none}.uzeda-fluid__steps{display:flex;flex-direction:column;gap:2rem}.uzeda-fluid__step{animation:fadeInUp .6s ease-out forwards;opacity:0}.uzeda-fluid__step-icon{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.75rem;color:#6b7280;display:flex;height:48px;justify-content:center;margin-bottom:.75rem;transition:all .25s ease;width:48px}.uzeda-fluid--dark .uzeda-fluid__step-icon{background:#374151;border-color:#4b5563;color:#9ca3af}.uzeda-fluid__step:hover .uzeda-fluid__step-icon{background:#fff;border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.08);color:#374151;transform:translateY(-2px)}.uzeda-fluid--dark .uzeda-fluid__step:hover .uzeda-fluid__step-icon{background:#4b5563;border-color:#6b7280;box-shadow:0 4px 12px rgba(0,0,0,.3);color:#e5e7eb}.uzeda-fluid__step-icon svg{stroke-width:1.75}.uzeda-fluid__step-title{color:var(--uzeda-text-primary);font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .375rem}.uzeda-fluid__step-desc{color:var(--uzeda-text-secondary);font-size:.875rem;line-height:1.5;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uzeda-fluid__svg{height:500px;left:50%;max-width:800px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.uzeda-fluid__path-base{fill:none;stroke:#e5e7eb;stroke-dasharray:1000;stroke-dashoffset:1000;stroke-linecap:round;stroke-width:1}.uzeda-fluid--dark .uzeda-fluid__path-base{stroke:#374151}.uzeda-fluid__path-base.animated{animation:drawPath .6s ease-out forwards}.uzeda-fluid__path-glow{fill:none;filter:drop-shadow(0 0 3px rgba(255,121,51,.6));opacity:0;stroke:#ff7933;stroke-dasharray:30 1000;stroke-dashoffset:1030;stroke-linecap:round;stroke-width:2}.uzeda-fluid__path-glow.animated{animation:glowMove 3s ease-in-out infinite;opacity:1}@keyframes drawPath{to{stroke-dashoffset:0}}@keyframes glowMove{0%{opacity:0;stroke-dashoffset:1030}5%{opacity:1}50%{opacity:1;stroke-dashoffset:0}55%{opacity:0}to{opacity:0;stroke-dashoffset:0}}.uzeda-fluid__badges{height:100%;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-62%);width:90%}.uzeda-fluid__badge{align-items:center;animation:fadeInScale .5s ease-out forwards;animation-delay:var(--badge-delay,0s);background:#fff;border:1px solid #e5e7eb;border-radius:2rem;box-shadow:0 1px 4px rgba(0,0,0,.04);display:inline-flex;gap:.5rem;left:var(--badge-x,50%);opacity:0;padding:.5rem 1rem;pointer-events:auto;position:absolute;top:var(--badge-y,50%);transform:translate(-50%,-50%);transition:transform .25s ease,box-shadow .25s ease;z-index:5}.uzeda-fluid--dark .uzeda-fluid__badge{background:#4e5159;border-color:#374151;box-shadow:0 1px 4px rgba(0,0,0,.2)}.uzeda-fluid__badge:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translate(-50%,-50%) translateY(-2px)}.uzeda-fluid--dark .uzeda-fluid__badge:hover{box-shadow:0 4px 12px rgba(0,0,0,.25)}.uzeda-fluid__badge-icon{align-items:center;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.uzeda-fluid__badge-icon svg{color:#9ca3af;height:18px;stroke-width:1.5;width:18px}.uzeda-fluid--dark .uzeda-fluid__badge-icon svg{color:#6b7280}.uzeda-fluid__badge-label{color:#374151;font-size:.8125rem;font-weight:500;line-height:1;white-space:nowrap}.uzeda-fluid--dark .uzeda-fluid__badge-label{color:#e5e7eb}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.uzeda-fluid__orb{background:#6b7280;border-radius:50%;box-shadow:0 0 8px hsla(220,9%,46%,.6),0 0 16px hsla(220,9%,46%,.4);height:6px;opacity:0;pointer-events:none;position:absolute;width:6px;z-index:5}.uzeda-fluid__orb.active{animation:orbGlow 2s ease-in-out infinite}@keyframes orbGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}@media (max-width:1200px){.uzeda-fluid__content{gap:3rem;grid-template-columns:1fr}.uzeda-fluid__steps{margin:0 auto;max-width:600px}.uzeda-fluid__diagram{min-height:400px;order:-1}}@media (max-width:768px){.uzeda-fluid{padding:3rem 1rem}.uzeda-fluid__header{margin-bottom:2rem}.uzeda-fluid__title{font-size:1.5rem}.uzeda-fluid__hub{height:160px;width:160px}.uzeda-fluid__hub-inner{height:130px;width:130px}.uzeda-fluid__pulse--1{height:180px;width:180px}.uzeda-fluid__pulse--2{height:230px;width:230px}.uzeda-fluid__pulse--3{height:280px;width:280px}.uzeda-fluid__pulse--4{height:330px;width:330px}.uzeda-fluid__title-badge{font-size:.6875rem;padding:.375rem .75rem}.uzeda-fluid__step{text-align:center}.uzeda-fluid__step-icon{margin-left:auto;margin-right:auto}}@media (prefers-reduced-motion:reduce){.uzeda-fluid__pulse{animation:none}.uzeda-fluid__step{animation:none;opacity:1}.uzeda-fluid__title-badge{animation:none}}