.vm-world{
  --vmw-paper:var(--paper,#f5f0e4);--vmw-paper-2:var(--paper-2,#fffaf0);--vmw-white:var(--white,#fffdf7);--vmw-ink:var(--ink,#24211e);--vmw-muted:var(--muted,#686159);
  --vmw-violet:var(--violet,#7559f2);--vmw-violet-soft:var(--violet-soft,#ded7ff);--vmw-lime:var(--lime,#d9f45e);--vmw-lime-soft:var(--lime-soft,#edf8b8);
  --vmw-coral:var(--coral,#ff9d78);--vmw-coral-soft:var(--coral-soft,#ffd9c9);--vmw-aqua:var(--aqua,#8dded1);--vmw-aqua-soft:var(--aqua-soft,#d1f3ed);
  position:relative;isolation:isolate;overflow:hidden;width:100%;border:2px solid var(--vmw-ink);border-radius:22px;background:var(--vmw-white);color:var(--vmw-ink);
  box-shadow:6px 7px 0 var(--vmw-ink);font-family:var(--sans,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);line-height:1.45
}
.vm-world *{box-sizing:border-box}.vm-world button,.vm-world summary{font:inherit}.vm-world button{color:inherit}.vm-world :focus-visible{outline:3px solid var(--vmw-violet);outline-offset:3px}
.vm-world__header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:20px;border-bottom:2px solid var(--vmw-ink);background:var(--vmw-paper-2)}
.vm-world__mark{position:relative;display:block;width:57px;height:43px;margin-top:2px}.vm-world__mark-field{position:absolute;top:3px;width:39px;height:35px;border:2px solid var(--vmw-ink);border-radius:50%}
.vm-world__mark-field--one{left:1px;background:var(--vmw-violet)}.vm-world__mark-field--two{right:1px;background:var(--vmw-lime);background:color-mix(in srgb,var(--vmw-lime) 84%,transparent)}
.vm-world__mark:after{content:"";position:absolute;z-index:1;inset:3px 13px;border:2px solid var(--vmw-ink);border-radius:50%;background:var(--vmw-coral);mix-blend-mode:multiply}
.vm-world__heading-copy{min-width:0}.vm-world__eyebrow{margin:0;color:var(--vmw-violet);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.vm-world__title{max-width:670px;margin:6px 0 4px;font-family:var(--serif,ui-serif,Georgia,Cambria,"Times New Roman",serif);font-size:clamp(28px,6vw,48px);font-weight:500;letter-spacing:-.045em;line-height:.98}
.vm-world__dek{max-width:650px;margin:0;color:var(--vmw-muted);font-size:11px}.vm-world__headline-stats{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:end;gap:2px 10px;padding-top:9px;border-top:1px solid color-mix(in srgb,var(--vmw-ink) 26%,transparent)}
.vm-world__headline-stats .vm-world__edition{grid-row:1/3;align-self:center;max-width:190px;overflow:hidden;padding:5px 8px;border:1.5px solid var(--vmw-ink);border-radius:99px;background:var(--vmw-lime);font-size:9px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.vm-world__headline-stats strong{font-family:var(--serif,ui-serif,Georgia,serif);font-size:29px;font-weight:500;letter-spacing:-.04em;line-height:1}.vm-world__headline-stats small{color:var(--vmw-muted);font-size:9px}
.vm-world__pause{grid-column:1/-1;justify-self:start;min-height:44px;padding:8px 12px;border:1.5px solid var(--vmw-ink);border-radius:10px;background:var(--vmw-white);font-size:10px;font-weight:850;cursor:pointer}
.vm-world__pause:hover{background:var(--vmw-lime-soft)}.vm-world__summary{margin:0;padding:10px 20px;border-bottom:1.5px solid var(--vmw-ink);background:var(--vmw-paper);color:var(--vmw-muted);font-size:10px}
.vm-world__figure{position:relative;margin:0;padding:12px 9px 0;background:linear-gradient(180deg,var(--vmw-paper-2),var(--vmw-paper))}.vm-world__svg{width:100%;height:auto;min-height:300px;overflow:visible}
.vm-world__field{stroke:var(--vmw-ink);stroke-width:4}.vm-world__field--violet{fill:var(--vmw-violet);fill-opacity:.18}.vm-world__field--lime{fill:var(--vmw-lime);fill-opacity:.28;mix-blend-mode:multiply}
.vm-world__globe-line{fill:none;stroke:var(--vmw-ink);stroke-width:1.5;stroke-dasharray:4 9;opacity:.23}.vm-world__arc{fill:none;stroke-linecap:round;stroke-dasharray:6 10;opacity:.66;animation:vm-world-drift 9s linear infinite;vector-effect:non-scaling-stroke}
.vm-world__arc--0,.vm-world__arrow--0{stroke:var(--vmw-violet);fill:var(--vmw-violet)}.vm-world__arc--1,.vm-world__arrow--1{stroke:#a85b35;fill:#a85b35}.vm-world__arc--2,.vm-world__arrow--2{stroke:#167b70;fill:#167b70}.vm-world__arc--3,.vm-world__arrow--3{stroke:#788d14;fill:#788d14}.vm-world__arc--4,.vm-world__arrow--4{stroke:#5f376f;fill:#5f376f}
.vm-world__node{cursor:default}.vm-world__node-ring{fill:var(--vmw-white);stroke:var(--vmw-ink);stroke-width:2;opacity:.88;transition:stroke-width .16s ease,opacity .16s ease}.vm-world__node-core{stroke:var(--vmw-ink);stroke-width:2;transform-box:fill-box;transform-origin:center;animation:vm-world-breathe 3.8s ease-in-out infinite alternate;transition:transform .16s ease}
.vm-world__node:nth-child(3n) .vm-world__node-core{animation-delay:-1.4s}.vm-world__node:nth-child(3n+1) .vm-world__node-core{animation-delay:-2.8s}.vm-world__node--tone-0 .vm-world__node-core{fill:var(--vmw-lime)}.vm-world__node--tone-1 .vm-world__node-core{fill:var(--vmw-coral)}.vm-world__node--tone-2 .vm-world__node-core{fill:var(--vmw-aqua)}.vm-world__node--tone-3 .vm-world__node-core{fill:var(--vmw-violet-soft)}.vm-world__node--tone-4 .vm-world__node-core{fill:var(--vmw-paper-2)}
.vm-world__node-code{fill:var(--vmw-ink);paint-order:stroke;stroke:var(--vmw-paper-2);stroke-width:5px;stroke-linejoin:round;font-family:ui-monospace,"SFMono-Regular",Consolas,monospace;font-size:12px;font-weight:900;letter-spacing:.08em;pointer-events:none}
.vm-world__node:hover .vm-world__node-ring,.vm-world__node:focus .vm-world__node-ring,.vm-world__node--active .vm-world__node-ring{stroke-width:5;opacity:1}.vm-world__node:hover .vm-world__node-core,.vm-world__node:focus .vm-world__node-core,.vm-world__node--active .vm-world__node-core{transform:scale(1.1)}
.vm-world__spotlight{min-height:46px;margin:0 -9px;padding:12px 17px;border-top:1.5px solid var(--vmw-ink);background:var(--vmw-white);color:var(--vmw-muted);font-size:11px;text-align:center}
.vm-world__legend{display:flex;align-items:flex-start;gap:12px;padding:13px 18px;border-top:1.5px solid var(--vmw-ink);background:var(--vmw-paper-2)}.vm-world__legend>strong{flex:0 0 auto;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.vm-world__legend-list{display:flex;flex-wrap:wrap;gap:7px 12px;margin:0;padding:0;list-style:none}.vm-world__legend-list li{display:flex;align-items:center;gap:5px;color:var(--vmw-muted);font-size:9px}.vm-world__legend-swatch{width:19px;height:4px;border-radius:99px;background:currentColor}
.vm-world__legend-swatch--0{color:var(--vmw-violet)}.vm-world__legend-swatch--1{color:#a85b35}.vm-world__legend-swatch--2{color:#167b70}.vm-world__legend-swatch--3{color:#788d14}.vm-world__legend-swatch--4{color:#5f376f}.vm-world__connection-note{margin:0;padding:13px 18px;border-top:1.5px solid var(--vmw-ink);background:var(--vmw-paper-2);color:var(--vmw-muted);font-size:10px}
.vm-world__data{border-top:2px solid var(--vmw-ink);background:var(--vmw-white)}.vm-world__data>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 18px;font-size:12px;font-weight:850;list-style:none;cursor:pointer}.vm-world__data>summary::-webkit-details-marker{display:none}.vm-world__data>summary:after{content:"+";display:grid;width:25px;height:25px;place-items:center;border:1.5px solid var(--vmw-ink);border-radius:50%;background:var(--vmw-lime);font-size:15px}.vm-world__data[open]>summary:after{content:"−"}.vm-world__data>summary small{margin-left:auto;color:var(--vmw-muted);font-size:9px;font-weight:650}
.vm-world__table-wrap{max-width:100%;overflow:auto;border-top:1.5px solid var(--vmw-ink)}.vm-world__table-wrap:focus-visible{outline-offset:-4px}.vm-world__table{width:100%;min-width:520px;border-collapse:collapse;font-size:11px}.vm-world__table caption{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.vm-world__table th,.vm-world__table td{padding:10px 12px;border-bottom:1px solid color-mix(in srgb,var(--vmw-ink) 18%,transparent);text-align:left}.vm-world__table thead th{position:sticky;z-index:1;top:0;background:var(--vmw-paper);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.vm-world__table tbody th{font-weight:750}.vm-world__numeric{text-align:right!important;font-variant-numeric:tabular-nums}.vm-world__code{font-family:ui-monospace,"SFMono-Regular",Consolas,monospace;font-weight:850}.vm-world__table progress{display:block;width:80px;height:7px;margin:4px 0 0 auto;border:1px solid var(--vmw-ink);border-radius:99px;background:var(--vmw-paper);appearance:none}.vm-world__table progress::-webkit-progress-bar{background:var(--vmw-paper)}.vm-world__table progress::-webkit-progress-value{background:var(--vmw-violet)}.vm-world__table progress::-moz-progress-bar{background:var(--vmw-violet)}
.vm-world__connection-data{padding:18px}.vm-world__connection-data h3{margin:0 0 10px;font-family:var(--serif,ui-serif,Georgia,serif);font-size:23px;font-weight:500;letter-spacing:-.03em}.vm-world__table--connections{min-width:610px}.vm-world__data-empty{margin:0;padding:16px 18px;border-top:1px solid var(--vmw-ink);color:var(--vmw-muted);font-size:11px}
.vm-world__footnote{padding:14px 18px;border-top:1.5px solid var(--vmw-ink);background:var(--vmw-violet-soft);color:var(--vmw-muted);font-size:10px}.vm-world__footnote strong{color:var(--vmw-ink)}
.vm-world__collecting{display:grid;min-height:360px;padding:42px 24px;place-items:center;align-content:center;text-align:center;background:var(--vmw-paper-2)}.vm-world__collecting-fields{position:relative;width:140px;height:79px;margin-bottom:25px}.vm-world__collecting-fields i{position:absolute;top:5px;width:94px;height:68px;border:2px solid var(--vmw-ink);border-radius:50%}.vm-world__collecting-fields i:first-child{left:0;background:var(--vmw-violet-soft)}.vm-world__collecting-fields i:last-child{right:0;background:var(--vmw-lime-soft);mix-blend-mode:multiply}.vm-world__collecting h3{max-width:520px;margin:7px 0;font-family:var(--serif,ui-serif,Georgia,serif);font-size:clamp(30px,7vw,47px);font-weight:500;letter-spacing:-.045em;line-height:1}.vm-world__collecting>p:not(.vm-world__eyebrow){max-width:560px;margin:5px 0;color:var(--vmw-muted);font-size:13px}.vm-world__collecting small{max-width:600px;margin-top:15px;color:var(--vmw-muted);font-size:10px}
.vm-world--invalid{box-shadow:none}.vm-world--invalid .vm-world__header{border-bottom:2px solid var(--vmw-ink)}.vm-world__invalid-copy{padding:30px;background:var(--vmw-coral-soft)}.vm-world__invalid-copy strong{display:block;max-width:700px;font-family:var(--serif,ui-serif,Georgia,serif);font-size:28px;font-weight:500;letter-spacing:-.03em;line-height:1.05}.vm-world__invalid-copy p{margin:9px 0 0;color:var(--vmw-muted);font-size:11px}
.vm-world--paused .vm-world__arc,.vm-world--paused .vm-world__node-core,.vm-world--offscreen .vm-world__arc,.vm-world--offscreen .vm-world__node-core{animation-play-state:paused!important}
@keyframes vm-world-drift{to{stroke-dashoffset:-64}}
@keyframes vm-world-breathe{from{transform:scale(.96)}to{transform:scale(1.04)}}
@media(min-width:760px){.vm-world__header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:24px 27px}.vm-world__headline-stats{grid-column:auto;grid-row:auto;min-width:185px;padding:0 0 0 20px;border-top:0;border-left:1px solid color-mix(in srgb,var(--vmw-ink) 26%,transparent)}.vm-world__pause{grid-column:3;justify-self:end;margin-top:10px}.vm-world__figure{padding:18px 22px 0}.vm-world__spotlight{margin:0 -22px}.vm-world__legend{padding-inline:26px}.vm-world__summary{padding-inline:27px}}
@media(max-width:520px){.vm-world{border-radius:16px;box-shadow:4px 5px 0 var(--vmw-ink)}.vm-world__header{padding:16px}.vm-world__mark{width:49px;height:38px}.vm-world__mark-field{width:34px;height:31px}.vm-world__title{font-size:31px}.vm-world__dek{font-size:10px}.vm-world__svg{min-height:260px}.vm-world__legend{display:block}.vm-world__legend-list{margin-top:7px}.vm-world__spotlight{text-align:left}.vm-world__table th,.vm-world__table td{padding:9px}.vm-world__collecting{min-height:310px;padding:34px 18px}}
@media(prefers-reduced-motion:reduce){.vm-world__arc,.vm-world__node-core{animation:none!important}.vm-world__node-ring,.vm-world__node-core{transition:none!important}.vm-world__pause{display:none}}
@media(forced-colors:active){.vm-world{--vmw-paper:Canvas;--vmw-paper-2:Canvas;--vmw-white:Canvas;--vmw-ink:CanvasText;--vmw-muted:CanvasText;--vmw-violet:LinkText;--vmw-violet-soft:Canvas;--vmw-lime:Canvas;--vmw-lime-soft:Canvas;--vmw-coral:Canvas;--vmw-coral-soft:Canvas;--vmw-aqua:Canvas;--vmw-aqua-soft:Canvas}.vm-world__field{fill:none}.vm-world__node-core{fill:Canvas!important}.vm-world__arc{stroke:LinkText!important}.vm-world__legend-swatch{background:LinkText}.vm-world__mark:after{display:none}}
@media print{.vm-world{box-shadow:none}.vm-world__arc,.vm-world__node-core{animation:none}.vm-world__pause{display:none}.vm-world__data{break-inside:avoid}}
.vm-world__lab-hub{cursor:default}.vm-world__lab-ring{fill:var(--vmw-white);stroke:var(--vmw-ink);stroke-width:3;opacity:.96;transition:stroke-width .16s ease}.vm-world__lab-field{stroke:var(--vmw-ink);stroke-width:2}.vm-world__lab-field--violet{fill:var(--vmw-violet)}.vm-world__lab-field--lime{fill:var(--vmw-lime);fill-opacity:.88;mix-blend-mode:multiply}.vm-world__lab-lens{fill:var(--vmw-coral);stroke:var(--vmw-ink);stroke-width:1.5;mix-blend-mode:multiply}.vm-world__lab-label{fill:var(--vmw-ink);font-family:ui-monospace,"SFMono-Regular",Consolas,monospace;font-size:14px;font-weight:950;letter-spacing:.09em;pointer-events:none}.vm-world__lab-caption{fill:var(--vmw-ink);paint-order:stroke;stroke:var(--vmw-paper-2);stroke-width:5px;stroke-linejoin:round;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;pointer-events:none}.vm-world__lab-hub--connected .vm-world__lab-ring{animation:vm-world-hub 3.2s ease-in-out infinite}.vm-world__lab-hub:hover .vm-world__lab-ring,.vm-world__lab-hub:focus .vm-world__lab-ring,.vm-world__lab-hub--active .vm-world__lab-ring{stroke-width:6}.vm-world--paused .vm-world__lab-ring,.vm-world--offscreen .vm-world__lab-ring{animation-play-state:paused!important}
@keyframes vm-world-hub{0%,100%{r:47;opacity:.9}50%{r:52;opacity:.55}}
@media(prefers-reduced-motion:reduce){.vm-world__lab-ring{animation:none!important;transition:none!important}}
@media(forced-colors:active){.vm-world__lab-field,.vm-world__lab-lens{fill:Canvas!important}.vm-world__lab-ring{stroke:LinkText}}
@media print{.vm-world__lab-ring{animation:none!important}}
