.demo-cloud-migrate .cl-migrate-wrap{width:100%;display:flex;flex-direction:column;gap:16px}.demo-cloud-migrate .cl-migrate-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.demo-cloud-migrate .cl-migrate-icon{width:28px;height:28px;color:#818cf8;flex-shrink:0}.demo-cloud-migrate .cl-migrate-title{font-size:16px;font-weight:800;color:#ffffffb3;letter-spacing:.02em}.demo-cloud-migrate .cl-migrate-rows{display:flex;flex-direction:column;gap:12px}.demo-cloud-migrate .cl-migrate-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#6366f114;border-radius:10px;border:1px solid rgba(99,102,241,.12)}.demo-cloud-migrate .cl-migrate-label{font-size:13px;font-weight:700;color:#c7d2fe;white-space:nowrap;min-width:120px}.demo-cloud-migrate .cl-migrate-bar{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.demo-cloud-migrate .cl-migrate-fill{height:100%;width:0;border-radius:4px;background:linear-gradient(90deg,#6366f1,#818cf8)}.demo-cloud-migrate .cl-migrate-check{width:24px;height:24px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transform:scale(0)}.demo-cloud-migrate .cl-migrate-check svg{width:14px;height:14px;color:#fff}.demo-cloud-migrate .cl-migrate-status{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#a5b4fc;opacity:0;transform:translateY(6px)}.demo-cloud-migrate .cl-migrate-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:cl-pulse-dot 2s ease-in-out infinite}.demo-cloud-migrate.in-view .cl-anim-fill-1{animation:cl-progress-fill .8s cubic-bezier(.16,1,.3,1) .3s forwards}.demo-cloud-migrate.in-view .cl-anim-fill-2{animation:cl-progress-fill .8s cubic-bezier(.16,1,.3,1) 1s forwards}.demo-cloud-migrate.in-view .cl-anim-fill-3{animation:cl-progress-fill .8s cubic-bezier(.16,1,.3,1) 1.7s forwards}.demo-cloud-migrate.in-view .cl-anim-check-1{animation:cl-check-pop .4s cubic-bezier(.16,1,.3,1) 1.1s forwards}.demo-cloud-migrate.in-view .cl-anim-check-2{animation:cl-check-pop .4s cubic-bezier(.16,1,.3,1) 1.8s forwards}.demo-cloud-migrate.in-view .cl-anim-check-3{animation:cl-check-pop .4s cubic-bezier(.16,1,.3,1) 2.5s forwards}.demo-cloud-migrate.in-view .cl-anim-status{animation:cl-slide-up .5s cubic-bezier(.16,1,.3,1) 2.8s forwards}.demo-cloud-cicd .cl-cicd-stages{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;padding:8px 0 16px}.demo-cloud-cicd .cl-cicd-stage{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;opacity:0;transform:translateY(10px)}.demo-cloud-cicd .cl-cicd-stage-icon{width:48px;height:48px;border-radius:14px;background:#10b9811f;border:1.5px solid rgba(16,185,129,.2);display:flex;align-items:center;justify-content:center;color:#6ee7b7;transition:background .3s,border-color .3s}.demo-cloud-cicd .cl-cicd-stage-icon svg{width:22px;height:22px}.demo-cloud-cicd .cl-cicd-stage-label{font-size:12px;font-weight:800;color:#ffffff80;letter-spacing:.04em;text-transform:uppercase}.demo-cloud-cicd .cl-cicd-check{width:20px;height:20px;border-radius:50%;background:#059669;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px;opacity:0;transform:scale(0)}.demo-cloud-cicd .cl-cicd-check svg{width:12px;height:12px;color:#fff}.demo-cloud-cicd .cl-cicd-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(52,211,153,.2);border-top-color:#34d399;position:absolute;top:-2px;right:-2px;opacity:0}.demo-cloud-cicd .cl-cicd-arrow{color:#34d3994d;margin:0 2px;opacity:0}.demo-cloud-cicd .cl-cicd-arrow svg{width:20px;height:8px}.demo-cloud-cicd .cl-cicd-footer{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#6ee7b7;padding-top:8px;border-top:1px solid rgba(16,185,129,.12);opacity:0;transform:translateY(6px)}.demo-cloud-cicd .cl-cicd-footer-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98133;animation:cl-pulse-dot 2s ease-in-out infinite}.demo-cloud-cicd.in-view .cl-anim-stage-1{animation:cl-slide-up .4s cubic-bezier(.16,1,.3,1) .3s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-2{animation:cl-slide-up .4s cubic-bezier(.16,1,.3,1) .5s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-3{animation:cl-slide-up .4s cubic-bezier(.16,1,.3,1) .7s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-4{animation:cl-slide-up .4s cubic-bezier(.16,1,.3,1) .9s forwards}.demo-cloud-cicd.in-view .cl-anim-arrow-1{animation:cl-fade-in .3s ease-out .6s forwards}.demo-cloud-cicd.in-view .cl-anim-arrow-2{animation:cl-fade-in .3s ease-out .8s forwards}.demo-cloud-cicd.in-view .cl-anim-arrow-3{animation:cl-fade-in .3s ease-out 1s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-1 .cl-cicd-spinner{animation:cl-spinner-show .6s ease 1.2s forwards,cl-spin .7s linear 1.2s 1}.demo-cloud-cicd.in-view .cl-anim-stage-1 .cl-cicd-check{animation:cl-check-pop .3s cubic-bezier(.16,1,.3,1) 1.8s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-2 .cl-cicd-spinner{animation:cl-spinner-show .6s ease 2s forwards,cl-spin .7s linear 2s 1}.demo-cloud-cicd.in-view .cl-anim-stage-2 .cl-cicd-check{animation:cl-check-pop .3s cubic-bezier(.16,1,.3,1) 2.6s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-3 .cl-cicd-spinner{animation:cl-spinner-show .6s ease 2.8s forwards,cl-spin .7s linear 2.8s 1}.demo-cloud-cicd.in-view .cl-anim-stage-3 .cl-cicd-check{animation:cl-check-pop .3s cubic-bezier(.16,1,.3,1) 3.4s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-4 .cl-cicd-spinner{animation:cl-spinner-show .6s ease 3.6s forwards,cl-spin .7s linear 3.6s 1}.demo-cloud-cicd.in-view .cl-anim-stage-4 .cl-cicd-check{animation:cl-check-pop .3s cubic-bezier(.16,1,.3,1) 4.2s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-1 .cl-cicd-stage-icon{animation:cl-stage-complete .3s ease 1.8s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-2 .cl-cicd-stage-icon{animation:cl-stage-complete .3s ease 2.6s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-3 .cl-cicd-stage-icon{animation:cl-stage-complete .3s ease 3.4s forwards}.demo-cloud-cicd.in-view .cl-anim-stage-4 .cl-cicd-stage-icon{animation:cl-stage-complete .3s ease 4.2s forwards}.demo-cloud-cicd.in-view .cl-anim-cicd-footer{animation:cl-slide-up .5s cubic-bezier(.16,1,.3,1) 4.5s forwards}.demo-cloud-monitor .cl-monitor-uptime-row{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}.demo-cloud-monitor .cl-monitor-uptime{font-size:44px;font-weight:800;color:#38bdf8;font-variant-numeric:tabular-nums}.demo-cloud-monitor .cl-monitor-uptime-label{font-size:15px;font-weight:700;color:#38bdf880}.demo-cloud-monitor .cl-monitor-graph-wrap{width:100%;height:50px;overflow:hidden;margin:8px 0 12px;border-radius:4px}.demo-cloud-monitor .cl-monitor-graph-scroll{display:flex;width:200%;height:100%}.demo-cloud-monitor.in-view .cl-monitor-graph-scroll{animation:cl-graph-scroll 6s linear infinite}.demo-cloud-monitor .cl-monitor-graph-scroll svg{width:50%;height:100%;flex-shrink:0}.demo-cloud-monitor .cl-graph-line{stroke:#0ea5e9;stroke-width:2;fill:none}.demo-cloud-monitor .cl-graph-fill{fill:#0ea5e9;opacity:.08}.demo-cloud-monitor .cl-monitor-stats{display:flex;flex-direction:column;gap:6px}.demo-cloud-monitor .cl-monitor-stat{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#0ea5e914;border-radius:8px;font-size:13px;font-weight:700;opacity:0;transform:translate(-10px)}.demo-cloud-monitor .cl-monitor-stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.demo-cloud-monitor .cl-monitor-stat-dot--green{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.demo-cloud-monitor .cl-monitor-stat-label{color:#ffffff80;min-width:60px}.demo-cloud-monitor .cl-monitor-stat-value{color:#7dd3fc;margin-left:auto;font-variant-numeric:tabular-nums}.demo-cloud-monitor.in-view .cl-anim-stat-1{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) .6s forwards}.demo-cloud-monitor.in-view .cl-anim-stat-2{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) .9s forwards}.demo-cloud-monitor.in-view .cl-anim-stat-3{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) 1.2s forwards}.demo-cloud-k8s .cl-k8s-wrap{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.demo-cloud-k8s .cl-k8s-header{display:flex;align-items:center;gap:10px}.demo-cloud-k8s .cl-k8s-icon{width:24px;height:24px;color:#a78bfa;flex-shrink:0}.demo-cloud-k8s .cl-k8s-title{font-size:16px;font-weight:800;color:#ffffffb3;letter-spacing:.02em}.demo-cloud-k8s .cl-k8s-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:320px}.demo-cloud-k8s .cl-k8s-pod{height:48px;border-radius:10px;background:#8b5cf626;border:1.5px solid rgba(139,92,246,.25);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#c4b5fd;letter-spacing:.04em;text-transform:uppercase;opacity:0;transform:scale(.8)}.demo-cloud-k8s .cl-k8s-pod--scaled{background:#8b5cf640;border-color:#a78bfa66}.demo-cloud-k8s .cl-k8s-footer{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#c4b5fd;font-variant-numeric:tabular-nums;opacity:0;transform:translateY(6px)}.demo-cloud-k8s .cl-k8s-footer-icon{width:14px;height:14px;color:#a78bfa;transform:rotate(180deg)}.demo-cloud-k8s .cl-k8s-autoscale{color:#22c55e;opacity:0}.demo-cloud-k8s.in-view .cl-anim-pod-1{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .2s forwards,cl-pod-breathe 3s ease-in-out 1s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-2{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .35s forwards,cl-pod-breathe 3s ease-in-out 1.2s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-3{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .5s forwards,cl-pod-breathe 3s ease-in-out 1.4s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-4{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .65s forwards,cl-pod-breathe 3s ease-in-out 1.6s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-5{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .8s forwards,cl-pod-breathe 3s ease-in-out 1.8s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-6{animation:cl-pod-in .4s cubic-bezier(.16,1,.3,1) .95s forwards,cl-pod-breathe 3s ease-in-out 2s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-7{animation:cl-pod-scale-in .5s cubic-bezier(.16,1,.3,1) 2.2s forwards,cl-pod-breathe 3s ease-in-out 3s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-8{animation:cl-pod-scale-in .5s cubic-bezier(.16,1,.3,1) 2.4s forwards,cl-pod-breathe 3s ease-in-out 3.2s infinite}.demo-cloud-k8s.in-view .cl-anim-pod-9{animation:cl-pod-scale-in .5s cubic-bezier(.16,1,.3,1) 2.6s forwards,cl-pod-breathe 3s ease-in-out 3.4s infinite}.demo-cloud-k8s.in-view .cl-anim-k8s-counter{animation:cl-slide-up .5s cubic-bezier(.16,1,.3,1) 1.2s forwards}.demo-cloud-k8s.in-view .cl-anim-autoscale{animation:cl-fade-in .4s ease-out 2.8s forwards}.demo-cloud-compliance .cl-compliance-shield{width:80px;height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.demo-cloud-compliance .cl-compliance-shield-svg{width:100%;height:100%;filter:drop-shadow(0 0 0 rgba(59,130,246,0))}.demo-cloud-compliance.in-view .cl-compliance-shield-svg{animation:cl-shield-glow 2.5s ease-in-out infinite}.demo-cloud-compliance .cl-compliance-shield-bg{fill:#3b82f6}.demo-cloud-compliance .cl-compliance-rows{display:flex;flex-direction:column;gap:10px;width:100%;max-width:320px}.demo-cloud-compliance .cl-compliance-row{display:flex;align-items:center;gap:14px;padding:12px 18px;border-radius:12px;background:#3b82f61a;font-size:15px;font-weight:700;color:#93c5fd;opacity:0;transform:translate(-12px)}.demo-cloud-compliance .cl-compliance-tick{width:28px;height:28px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:transparent}.demo-cloud-compliance .cl-compliance-tick svg{width:14px;height:14px;color:#fff;opacity:0}.demo-cloud-compliance.in-view .cl-anim-comp-1{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) .4s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-2{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) .8s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-3{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) 1.2s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-4{animation:cl-slide-in .4s cubic-bezier(.16,1,.3,1) 1.6s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-1 .cl-compliance-tick{animation:cl-tick-fill .5s cubic-bezier(.16,1,.3,1) .8s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-2 .cl-compliance-tick{animation:cl-tick-fill .5s cubic-bezier(.16,1,.3,1) 1.2s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-3 .cl-compliance-tick{animation:cl-tick-fill .5s cubic-bezier(.16,1,.3,1) 1.6s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-4 .cl-compliance-tick{animation:cl-tick-fill .5s cubic-bezier(.16,1,.3,1) 2s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-1 .cl-compliance-tick svg{animation:cl-fade-in .2s ease 1s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-2 .cl-compliance-tick svg{animation:cl-fade-in .2s ease 1.4s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-3 .cl-compliance-tick svg{animation:cl-fade-in .2s ease 1.8s forwards}.demo-cloud-compliance.in-view .cl-anim-comp-4 .cl-compliance-tick svg{animation:cl-fade-in .2s ease 2.2s forwards}.demo-cloud-cost .cl-cost-wrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.demo-cloud-cost .cl-cost-comparison{display:flex;align-items:center;gap:16px;width:100%;justify-content:center}.demo-cloud-cost .cl-cost-side{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 20px;border-radius:14px;min-width:140px;opacity:0;transform:translateY(10px)}.demo-cloud-cost .cl-cost-side--legacy{background:#ef44441a;border:1px solid rgba(239,68,68,.15)}.demo-cloud-cost .cl-cost-side--cloud{background:#10b9811a;border:1px solid rgba(16,185,129,.15)}.demo-cloud-cost .cl-cost-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.demo-cloud-cost .cl-cost-side--legacy .cl-cost-label{color:#fca5a5}.demo-cloud-cost .cl-cost-side--cloud .cl-cost-label{color:#6ee7b7}.demo-cloud-cost .cl-cost-value{font-size:18px;font-weight:800;font-variant-numeric:tabular-nums}.demo-cloud-cost .cl-cost-side--legacy .cl-cost-value{color:#f87171}.demo-cloud-cost .cl-cost-side--cloud .cl-cost-value{color:#34d399}.demo-cloud-cost .cl-cost-divider{color:#fff3}.demo-cloud-cost .cl-cost-divider svg{width:20px;height:20px}.demo-cloud-cost .cl-cost-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:20px;background:#f59e0b26;border:1px solid rgba(245,158,11,.25);font-size:15px;font-weight:800;color:#fbbf24;opacity:0;transform:scale(.8)}.demo-cloud-cost .cl-cost-badge svg{width:14px;height:14px;color:#f59e0b;transform:rotate(180deg)}.demo-cloud-cost .cl-cost-bars{display:flex;gap:16px;align-items:flex-end;height:64px;width:100%;max-width:240px;justify-content:center}.demo-cloud-cost .cl-cost-bar-group{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.demo-cloud-cost .cl-cost-bar-label{font-size:11px;font-weight:700;color:#ffffff4d;order:2}.demo-cloud-cost .cl-cost-bar{width:100%;border-radius:4px 4px 0 0;transform-origin:bottom;transform:scaleY(0)}.demo-cloud-cost.in-view .cl-anim-cost-legacy{animation:cl-slide-up .5s cubic-bezier(.16,1,.3,1) .3s forwards}.demo-cloud-cost.in-view .cl-anim-cost-cloud{animation:cl-slide-up .5s cubic-bezier(.16,1,.3,1) .6s forwards}.demo-cloud-cost.in-view .cl-anim-cost-badge{animation:cl-badge-pop .5s cubic-bezier(.16,1,.3,1) 2.2s forwards}.demo-cloud-cost.in-view .cl-anim-bar-1{animation:cl-bar-grow .6s cubic-bezier(.16,1,.3,1) 1.2s forwards;height:48px;background:linear-gradient(180deg,#f59e0b,#d97706)}.demo-cloud-cost.in-view .cl-anim-bar-2{animation:cl-bar-grow .6s cubic-bezier(.16,1,.3,1) 1.5s forwards;height:36px;background:linear-gradient(180deg,#fbbf24,#f59e0b)}.demo-cloud-cost.in-view .cl-anim-bar-3{animation:cl-bar-grow .6s cubic-bezier(.16,1,.3,1) 1.8s forwards;height:24px;background:linear-gradient(180deg,#fcd34d,#fbbf24)}@keyframes cl-progress-fill{0%{width:0}to{width:100%}}@keyframes cl-check-pop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes cl-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cl-slide-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes cl-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cl-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes cl-graph-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes cl-shield-glow{0%,to{filter:drop-shadow(0 0 0 rgba(59,130,246,0))}50%{filter:drop-shadow(0 0 16px rgba(59,130,246,.35))}}@keyframes cl-tick-fill{0%{background:#ffffff14;transform:scale(1)}50%{transform:scale(1.3)}to{background:#3b82f6;transform:scale(1)}}@keyframes cl-pod-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes cl-pod-scale-in{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes cl-pod-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.96)}}@keyframes cl-spin{to{transform:rotate(360deg)}}@keyframes cl-spinner-show{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes cl-stage-complete{0%{background:#10b9811f;border-color:#10b98133}to{background:#10b98140;border-color:#10b98180}}@keyframes cl-badge-pop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes cl-bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(max-width:639px){.demo-cloud-migrate .cl-migrate-label{min-width:90px;font-size:11px}.demo-cloud-migrate .cl-migrate-row{padding:8px 10px;gap:8px}.demo-cloud-cicd .cl-cicd-stages{gap:0}.demo-cloud-cicd .cl-cicd-stage-icon{width:40px;height:40px;border-radius:10px}.demo-cloud-cicd .cl-cicd-stage-icon svg{width:18px;height:18px}.demo-cloud-cicd .cl-cicd-arrow svg{width:14px;height:6px}.demo-cloud-monitor .cl-monitor-uptime{font-size:36px}.demo-cloud-k8s .cl-k8s-pod{height:40px}.demo-cloud-compliance .cl-compliance-row{padding:10px 14px;font-size:13px}.demo-cloud-compliance .cl-compliance-tick{width:24px;height:24px}.demo-cloud-cost .cl-cost-side{min-width:110px;padding:12px 14px}.demo-cloud-cost .cl-cost-value{font-size:15px}}@media(prefers-reduced-motion:reduce){.demo-cloud-migrate .cl-migrate-fill,.demo-cloud-migrate .cl-migrate-check,.demo-cloud-migrate .cl-migrate-status,.demo-cloud-cicd .cl-cicd-stage,.demo-cloud-cicd .cl-cicd-arrow,.demo-cloud-cicd .cl-cicd-check,.demo-cloud-cicd .cl-cicd-spinner,.demo-cloud-cicd .cl-cicd-footer,.demo-cloud-monitor .cl-monitor-stat,.demo-cloud-k8s .cl-k8s-pod,.demo-cloud-k8s .cl-k8s-footer,.demo-cloud-k8s .cl-k8s-autoscale,.demo-cloud-compliance .cl-compliance-row,.demo-cloud-compliance .cl-compliance-tick,.demo-cloud-compliance .cl-compliance-tick svg,.demo-cloud-cost .cl-cost-side,.demo-cloud-cost .cl-cost-badge,.demo-cloud-cost .cl-cost-bar{animation:none!important;opacity:1!important;transform:none!important}.demo-cloud-migrate .cl-migrate-fill{width:100%!important}.demo-cloud-cost .cl-cost-bar{transform:scaleY(1)!important}.demo-cloud-monitor .cl-monitor-graph-scroll{animation:none!important}}
