.oc-anim-map{--map-jade:var(--jade,#42b655);--map-jade-2:#5bd06f;--map-amber:#e0ac3a;--map-ember:#e26a5b;--map-intel:#4c8fd8;--map-purple:#b486ff;--map-bg-a:#0e1318;--map-bg-b:#0a0d11;--map-line:#1e252d;--map-text:#e8ecef;--map-mute:#99a4ae;--map-card:rgba(20,25,31,.85);--map-tick-pulse:2.2s;--map-tick-float:8.5s;--map-tick-scan:6s;--map-tick-particles:14s;background:linear-gradient(160deg,var(--map-bg-a) 0,var(--map-bg-b) 100%);border:1px solid var(--map-line);border-radius:var(--radius-lg,22px);box-shadow:0 60px 120px -50px rgba(0,0,0,.9),0 0 0 1px rgba(66,182,85,.06),inset 0 1px 0 hsla(0,0%,100%,.04);color:var(--map-text);contain:layout;font-family:var(--font-display,"Montserrat","Helvetica Neue",Arial,sans-serif);min-height:600px;overflow:visible;padding:48px 40px;position:relative;transform-style:preserve-3d;transition:transform .12s cubic-bezier(.2,.7,.3,1);will-change:transform}.oc-anim-map[data-bg=midnight]{background:linear-gradient(160deg,#050810,#0a0f1a)}.oc-anim-map[data-bg=transparent]{background:transparent;border-color:transparent;box-shadow:none}.oc-anim-map[data-tick=normal]{--map-tick-pulse:1.5s;--map-tick-scan:4s;--map-tick-float:6s;--map-tick-particles:10s}.oc-anim-map[data-tick=lively]{--map-tick-pulse:1s;--map-tick-scan:2.5s;--map-tick-float:4s;--map-tick-particles:7s}.oc-anim-map[data-grid=true]:before{background-image:linear-gradient(hsla(0,0%,100%,.06) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:40px 40px;content:"";inset:0;mask-image:radial-gradient(ellipse at center,#000 40%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,transparent 80%);pointer-events:none;position:absolute}.oc-anim-map__glowclip{border-radius:inherit;inset:0;overflow:hidden}.oc-anim-map__glow,.oc-anim-map__glowclip{pointer-events:none;position:absolute;z-index:0}.oc-anim-map__glow{filter:blur(50px);inset:-10%;opacity:.55}.oc-anim-map__glow--a{animation:oc-anim-map-glow-a 14s ease-in-out infinite alternate;background:radial-gradient(circle at 25% 30%,rgba(66,182,85,.3),transparent 55%)}.oc-anim-map__glow--b{animation:oc-anim-map-glow-b 16s ease-in-out infinite alternate;background:radial-gradient(circle at 80% 70%,rgba(43,108,176,.24),transparent 55%)}.oc-anim-map[data-glow=false] .oc-anim-map__glow{display:none}@keyframes oc-anim-map-glow-a{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(1.15)}}@keyframes oc-anim-map-glow-b{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,30px) scale(1.1)}}.oc-anim-map__head{margin:0 0 24px;max-width:560px;position:relative;z-index:2}.oc-anim-map__eyebrow{align-items:center;color:var(--map-jade);display:inline-flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:.18em;margin-bottom:12px;text-transform:uppercase}.oc-anim-map__eyebrow:before{animation:oc-anim-map-pulse var(--map-tick-pulse) ease-in-out infinite;background:var(--map-jade);border-radius:999px;box-shadow:0 0 10px var(--map-jade);content:"";height:7px;width:7px}.oc-anim-map__title{color:#fff;font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 10px}.oc-anim-map__copy{color:var(--map-mute);font-size:15px;line-height:1.6;margin:0;max-width:480px}.oc-anim-map__copy p{margin:0}.oc-anim-map__stage{min-height:480px;z-index:1}.oc-anim-map__scene-wrap,.oc-anim-map__stage{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.oc-anim-map__scene-wrap{max-width:920px;min-height:420px}.oc-anim-map__scene{animation:oc-anim-map-rise 1.2s cubic-bezier(.2,.7,.3,1) forwards;display:block;height:auto;max-height:var(--map-max-h,620px);opacity:0;transform:translateY(8px) scale(.99);width:100%}@keyframes oc-anim-map-rise{to{opacity:1;transform:translateY(0) scale(1)}}.oc-anim-map__scene-dark-fallback{filter:invert(.92) hue-rotate(160deg) saturate(.4);mix-blend-mode:screen}.oc-anim-map__scene--dark{inset:0;position:absolute}[data-theme=light] .oc-anim-map__scene--dark{opacity:0}[data-theme=light] .oc-anim-map__scene--light{opacity:1}.oc-anim-map__overlay{inset:0;pointer-events:none;position:absolute;z-index:2}.oc-anim-map__overlay>*{pointer-events:auto}.oc-anim-map__scan{animation:oc-anim-map-scan var(--map-tick-scan) linear infinite;background:linear-gradient(180deg,transparent,rgba(66,182,85,0) 25%,rgba(66,182,85,.38) 50%,rgba(66,182,85,0) 75%,transparent);background-size:100% 240%;inset:0;mix-blend-mode:screen;pointer-events:none;position:absolute}@keyframes oc-anim-map-scan{0%{background-position:0 -110%}to{background-position:0 110%}}.oc-anim-map[data-scan=false] .oc-anim-map__scan{display:none}.oc-anim-map__particles{inset:0;overflow:hidden;pointer-events:none;position:absolute}.oc-anim-map__particle{animation:oc-anim-map-particle-drift var(--map-tick-particles) linear infinite,oc-anim-map-particle-twinkle 3s ease-in-out infinite;background:var(--map-jade);border-radius:999px;box-shadow:0 0 10px var(--map-jade);height:4px;opacity:.35;position:absolute;width:4px}@keyframes oc-anim-map-particle-drift{0%{transform:translateZ(0)}to{transform:translate3d(var(--dx,80px),var(--dy,-120px),0)}}@keyframes oc-anim-map-particle-twinkle{0%,to{opacity:.2}50%{opacity:.7}}.oc-anim-map[data-particles=false] .oc-anim-map__particles{display:none}.oc-anim-map__streams{inset:0;pointer-events:none;position:absolute}.oc-anim-map__stream-path{fill:none;stroke:hsla(0,0%,100%,.18);stroke-dasharray:4 6;stroke-width:1.5}.oc-anim-map__stream-dot{fill:var(--stream-color,var(--map-jade));filter:drop-shadow(0 0 8px var(--stream-color,var(--map-jade)))}.oc-anim-map__stream-dot--travel{animation:oc-anim-map-stream var(--stream-dur,4s) linear infinite;offset-rotate:0deg}@keyframes oc-anim-map-stream{0%{offset-distance:0;opacity:0}10%{opacity:1}90%{opacity:1}to{offset-distance:100%;opacity:0}}.oc-anim-map[data-streams=false] .oc-anim-map__streams{display:none}.oc-anim-map__pin{animation:oc-anim-map-pin-in .65s cubic-bezier(.2,1.4,.4,1) var(--enter-delay,0s) forwards,oc-anim-map-pin-bob 4.5s ease-in-out infinite;border-radius:999px;display:grid;height:44px;left:var(--px,50%);opacity:0;place-items:center;position:absolute;top:var(--py,50%);transform:scale(.5);translate:-50% -50%;width:44px;z-index:4}.oc-anim-map__pin-body{background:var(--pin-bg,var(--map-jade));border-radius:999px;box-shadow:0 12px 28px -10px rgba(0,0,0,.55),0 0 0 4px hsla(0,0%,100%,.85),0 0 0 5px rgba(0,0,0,.06);color:#fff;display:grid;height:100%;place-items:center;position:relative;width:100%}.oc-anim-map__pin svg{height:22px;width:22px}.oc-anim-map__pin .svg-inline--fa,.oc-anim-map__pin i[class*=fa-]{color:inherit;font-size:16px;height:16px;width:16px}.oc-anim-map__callout-icon .svg-inline--fa,.oc-anim-map__callout-icon i[class*=fa-]{color:inherit;font-size:18px;height:18px;width:18px}.oc-anim-map__pin--ok{--pin-bg:var(--map-jade)}.oc-anim-map__pin--warn{--pin-bg:var(--map-amber)}.oc-anim-map__pin--err{--pin-bg:var(--map-ember)}.oc-anim-map__pin--intel{--pin-bg:var(--map-intel)}@keyframes oc-anim-map-pin-in{0%{opacity:0;transform:scale(.4) translateY(-12px)}60%{opacity:1;transform:scale(1.1) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes oc-anim-map-pin-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.oc-anim-map__pin-pulse{border-radius:inherit;inset:0;pointer-events:none;position:absolute}.oc-anim-map__pin-pulse:after,.oc-anim-map__pin-pulse:before{animation:oc-anim-map-pin-ripple var(--map-tick-pulse) ease-out infinite;background:var(--pin-bg,var(--map-jade));border-radius:999px;content:"";inset:-4px;opacity:0;position:absolute}.oc-anim-map__pin-pulse:after{animation-delay:calc(var(--map-tick-pulse)/2)}@keyframes oc-anim-map-pin-ripple{0%{opacity:.42;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.oc-anim-map__pin-tip{background:rgba(13,17,21,.92);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;color:#fff;font-size:11.5px;font-weight:600;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;top:-8px;transition:opacity .2s,translate .2s;translate:-50% -100%;white-space:nowrap}.oc-anim-map__pin-tip:after{background:inherit;border-bottom:1px solid hsla(0,0%,100%,.08);border-right:1px solid hsla(0,0%,100%,.08);bottom:-4px;content:"";height:6px;left:50%;position:absolute;transform:rotate(45deg);translate:-50% 0;width:6px}.oc-anim-map__pin:hover .oc-anim-map__pin-tip{opacity:1;translate:-50% -110%}.oc-anim-map__callout{align-items:center;animation:oc-anim-map-callout-in .7s cubic-bezier(.2,.7,.3,1) var(--enter-delay,0s) forwards,oc-anim-map-callout-float var(--map-tick-float) ease-in-out infinite;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:var(--map-card);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;box-shadow:0 24px 60px -28px rgba(0,0,0,.75),0 0 0 1px hsla(0,0%,100%,.02);display:inline-flex;gap:12px;left:var(--cx,12%);opacity:0;padding:12px 16px;position:absolute;top:var(--cy,12%);transform:translateY(12px) scale(.96);translate:-50% -50%;z-index:5}@keyframes oc-anim-map-callout-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oc-anim-map-callout-float{0%,to{transform:translateY(0)}50%{transform:translateY(var(--float-y,-10px))}}.oc-anim-map__callout--jade{--tone:var(--map-jade);--tone-soft:rgba(66,182,85,.18)}.oc-anim-map__callout--intel{--tone:var(--map-intel);--tone-soft:rgba(76,143,216,.18)}.oc-anim-map__callout--amber{--tone:var(--map-amber);--tone-soft:rgba(224,172,58,.18)}.oc-anim-map__callout--ember{--tone:var(--map-ember);--tone-soft:rgba(226,106,91,.18)}.oc-anim-map__callout--purple{--tone:var(--map-purple);--tone-soft:rgba(180,134,255,.18)}.oc-anim-map__callout--neutral{--tone:hsla(0,0%,100%,.7);--tone-soft:hsla(0,0%,100%,.08)}.oc-anim-map__callout-icon{background:var(--tone-soft);border:1px solid var(--tone-soft);border-radius:10px;color:var(--tone);display:grid;flex-shrink:0;height:38px;place-items:center;width:38px}.oc-anim-map__callout-icon svg{height:20px;width:20px}.oc-anim-map__callout-body{line-height:1.2}.oc-anim-map__callout-title{color:#fff;font-size:13.5px;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.oc-anim-map__callout-sub{color:var(--map-mute);font-size:11.5px;margin-top:3px;white-space:nowrap}@keyframes oc-anim-map-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (max-width:900px){.oc-anim-map{padding:32px 20px}.oc-anim-map__title{font-size:26px}.oc-anim-map__callout-sub,.oc-anim-map__callout-title{white-space:normal}.oc-anim-map__callout{gap:10px;padding:10px 12px}.oc-anim-map__pin{height:36px;width:36px}.oc-anim-map__pin svg{height:18px;width:18px}}@media (prefers-reduced-motion:reduce){.oc-anim-map,.oc-anim-map *,.oc-anim-map :after,.oc-anim-map :before{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.oc-anim-map__callout,.oc-anim-map__pin,.oc-anim-map__scene{opacity:1;transform:none}.oc-anim-map__scan{display:none}}.oc-anim-map.is-paused .oc-anim-map__callout,.oc-anim-map.is-paused .oc-anim-map__eyebrow:before,.oc-anim-map.is-paused .oc-anim-map__glow,.oc-anim-map.is-paused .oc-anim-map__particle,.oc-anim-map.is-paused .oc-anim-map__pin,.oc-anim-map.is-paused .oc-anim-map__pin-pulse:after,.oc-anim-map.is-paused .oc-anim-map__pin-pulse:before,.oc-anim-map.is-paused .oc-anim-map__scan,.oc-anim-map.is-paused .oc-anim-map__stream-dot--travel{animation-play-state:paused}[data-theme=light] .oc-anim-map{--map-bg-a:#f4f6f9;--map-bg-b:#e9eef3;--map-line:#e5e9ee;--map-text:#1e2630;--map-mute:#5a6573;--map-card:#fff;background:linear-gradient(160deg,var(--map-bg-a) 0,var(--map-bg-b) 100%);border-color:var(--map-line);box-shadow:0 60px 120px -50px rgba(15,20,26,.15),0 0 0 1px rgba(66,182,85,.06),inset 0 1px 0 hsla(0,0%,100%,.6)}[data-theme=light] .oc-anim-map[data-bg=midnight]{background:linear-gradient(160deg,#eef2f6,#d8e0e8)}[data-theme=light] .oc-anim-map__title{color:#0f141a}[data-theme=light] .oc-anim-map__callout{background:hsla(0,0%,100%,.94);border-color:rgba(15,20,26,.06);box-shadow:0 24px 60px -28px rgba(15,20,26,.22),0 0 0 1px rgba(15,20,26,.02)}[data-theme=light] .oc-anim-map__callout-title{color:#0f141a}[data-theme=light] .oc-anim-map__callout-sub{color:#5a6573}[data-theme=light] .oc-anim-map__callout-icon{border-color:rgba(15,20,26,.06)}[data-theme=light] .oc-anim-map__pin-tip{color:#0f141a}[data-theme=light] .oc-anim-map__pin-tip,[data-theme=light] .oc-anim-map__pin-tip:after{background:#fff;border-color:rgba(15,20,26,.1)}[data-theme=light] .oc-anim-map__glow--a,[data-theme=light] .oc-anim-map__glow--b{opacity:.35}[data-theme=light] .oc-anim-map[data-grid=true]:before{background-image:linear-gradient(rgba(15,20,26,.05) 1px,transparent 0),linear-gradient(90deg,rgba(15,20,26,.05) 1px,transparent 0)}[data-theme=light] .oc-anim-map__stream-path{stroke:rgba(15,20,26,.18)}[data-theme=light] .oc-anim-map__scan{background:linear-gradient(180deg,transparent,rgba(66,182,85,0) 30%,rgba(66,182,85,.08) 50%,rgba(66,182,85,0) 70%,transparent);background-size:100% 220%;mix-blend-mode:multiply}[data-theme=light] .oc-anim-map__scene-dark-fallback{filter:none;mix-blend-mode:normal}