/* Four independent visual cards. The containing page supplies its theme tokens. */
.uv-root{--uv-surface:var(--surface,#fff);--uv-soft:var(--surface-soft,#f7f9f6);--uv-text:var(--text,#202821);--uv-secondary:var(--secondary,#5d685e);--uv-line:var(--line,#e4e8e1);--uv-positive:#62ea7d;--uv-negative:#b46b80;--uv-neutral:#76848b;--uv-accent:#62ea7d;--uv-focus:var(--focus,#62ea7d);--uv-dim0:#a66885;--uv-dim1:#62ea7d;--uv-dim2:#ac9157;--uv-dim3:#6a8eab;--uv-dim4:#9282a5;display:grid;gap:15px;min-width:0;width:100%;font-family:inherit;color:var(--uv-text)}
.uv-card{min-width:0;overflow:hidden;background:var(--uv-surface);border:1px solid var(--uv-line);border-radius:21px;padding:19px 17px 12px;box-shadow:0 4px 18px #182a1a04}
.uv-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.uv-card-head h3{font-size:13px;line-height:1.5;font-weight:620;letter-spacing:-.15px;margin:0;color:var(--uv-text)}.uv-card-head p{font-size:10px;line-height:1.7;color:var(--uv-secondary);margin:3px 0 0}.uv-demo{font-size:9px;line-height:1.7;color:var(--uv-secondary);background:var(--uv-soft);border-radius:5px;padding:2px 6px;flex-shrink:0;margin-top:1px}
.uv-figure{position:relative;width:100%;min-width:0}.uv-stage{display:block;width:100%;height:auto;aspect-ratio:300/224;overflow:visible;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:10px}.uv-card.is-dragging .uv-stage{cursor:grabbing}.uv-stage text{font-family:inherit;font-size:9px;fill:var(--uv-secondary);pointer-events:none;paint-order:stroke;stroke:var(--uv-surface);stroke-width:2.5px;stroke-linejoin:round}
.uv-globe-outline{fill:none;stroke:var(--uv-line);stroke-width:.9}.uv-globe-wire{fill:none;stroke:var(--uv-line);stroke-width:.7;opacity:.75}.uv-positive{color:var(--uv-positive)}.uv-negative{color:var(--uv-negative)}.uv-neutral{color:var(--uv-neutral)}.uv-signal-link{stroke:currentColor;stroke-width:.8;opacity:.34}.uv-node{cursor:pointer;outline:none;color:var(--uv-neutral)}.uv-node.uv-positive{color:var(--uv-positive)}.uv-node.uv-negative{color:var(--uv-negative)}.uv-node.uv-neutral{color:var(--uv-neutral)}.uv-hit{fill:transparent;stroke:none;pointer-events:all}.uv-node-dot{fill:currentColor;stroke:var(--uv-surface);stroke-width:1}.uv-node-halo{fill:currentColor;opacity:0;pointer-events:none}.uv-node.is-active .uv-node-halo,.uv-node:focus-visible .uv-node-halo{opacity:.13}.uv-node:focus-visible .uv-node-dot{stroke:var(--uv-focus);stroke-width:2.5}.uv-node.is-active .uv-node-label{fill:var(--uv-text);font-weight:600}.uv-vote-legend,.uv-dimension-legend{display:flex;align-items:center;justify-content:center;gap:16px;margin:-3px 0 11px;font-size:9px;line-height:1.7}.uv-vote-legend span::before,.uv-dimension-legend span::before{content:"";display:inline-block;width:4px;height:4px;vertical-align:middle;border-radius:50%;background:currentColor;margin-right:5px}
.uv-inspector{min-height:65px;padding:11px 0 8px;border-top:1px solid var(--uv-line);font-size:10px;line-height:1.75}.uv-inspector strong{display:block;font-weight:550;color:var(--uv-text);font-size:10px;margin-bottom:3px}.uv-inspector p{margin:0;color:var(--uv-secondary);font-size:10px;line-height:1.75;min-height:34px}.uv-wave-line{stroke:var(--uv-positive);stroke-width:.72;fill:none;opacity:.13;pointer-events:stroke;cursor:pointer}.uv-wave-line:nth-child(8n){opacity:.42;stroke:var(--uv-accent);stroke-width:1}.uv-wave-line.is-active{opacity:.95;stroke:var(--uv-positive);stroke-width:1.6}.uv-layer-label{display:block;margin:-6px 0 8px;font-size:9px;color:var(--uv-secondary)}.uv-layer-label>span{display:flex;justify-content:space-between;align-items:center}.uv-layer-label output{font-variant-numeric:tabular-nums}.uv-layer-range{appearance:none;-webkit-appearance:none;width:100%;height:44px;padding:0;margin:0;cursor:pointer;background:transparent;accent-color:var(--uv-positive)}.uv-layer-range::-webkit-slider-runnable-track{height:2px;background:var(--uv-line);border-radius:2px}.uv-layer-range::-moz-range-track{height:2px;background:var(--uv-line);border-radius:2px}.uv-layer-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:10px;height:10px;border-radius:50%;border:2px solid var(--uv-surface);background:var(--uv-positive);margin-top:-4px;box-shadow:0 0 0 1px var(--uv-positive)}.uv-layer-range::-moz-range-thumb{width:7px;height:7px;border-radius:50%;border:2px solid var(--uv-surface);background:var(--uv-positive);box-shadow:0 0 0 1px var(--uv-positive)}.uv-layer-range:focus-visible{outline:2px solid var(--uv-focus);outline-offset:1px;border-radius:5px}
.uv-chord-link{fill:none;stroke:currentColor;stroke-width:.85;opacity:.38;pointer-events:none}.uv-chord-arc{fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;opacity:.8;pointer-events:none}.uv-dim-0{color:var(--uv-dim0)}.uv-dim-1{color:var(--uv-dim1)}.uv-dim-2{color:var(--uv-dim2)}.uv-dim-3{color:var(--uv-dim3)}.uv-dim-4{color:var(--uv-dim4)}.uv-lattice-edge{stroke:currentColor;stroke-width:.65;opacity:.47;pointer-events:none}.uv-lattice-edge.is-active{stroke-width:1.1;opacity:.85}.uv-lattice-figure .uv-stage{width:100%;margin-top:6px}.uv-metrics{position:absolute;left:0;top:31px;z-index:1;margin:0;width:76px;pointer-events:none}.uv-metrics>div{display:grid;gap:0;margin-bottom:8px}.uv-metrics dt{font-size:9px;margin:0;font-weight:400}.uv-metrics dd{font-size:10px;color:var(--uv-text);font-variant-numeric:tabular-nums;margin:0;font-weight:500;letter-spacing:-.1px}.uv-dimension-legend{gap:11px;margin-top:-6px;flex-wrap:wrap;font-size:8px}.uv-dimension-legend span::before{width:3px;height:3px;margin-right:3px}.uv-overall-note{font-size:9px;line-height:1.9;color:var(--uv-secondary);margin:0;padding:0 5px;text-align:center}
body[data-theme=dark] .uv-root,html[data-theme=dark] .uv-root{--uv-positive:#62ea7d;--uv-negative:#dca3b6;--uv-neutral:#91a0a9;--uv-accent:#62ea7d;--uv-dim0:#d39bb0;--uv-dim1:#62ea7d;--uv-dim2:#c9b078;--uv-dim3:#94b8cc;--uv-dim4:#b09ec6}.uv-root[data-theme=dark]{--uv-positive:#62ea7d;--uv-negative:#dca3b6}
@media(max-width:420px){.uv-card{padding:18px 17px 11px}.uv-card-head h3{font-size:13px}.uv-inspector{font-size:11px}.uv-inspector strong,.uv-inspector p{font-size:10px}.uv-metrics{top:36px}}
@media(prefers-reduced-motion:reduce){.uv-root *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.uv-stage,.uv-stage *,.uv-stage:focus,.uv-stage:focus-visible,.uv-stage :focus,.uv-stage :focus-visible{outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}
.uv-card:has(.uv-stage:focus-visible) .uv-card-head h3,.uv-card:has(.uv-stage :focus-visible) .uv-card-head h3{text-decoration:underline;text-decoration-color:var(--uv-focus);text-underline-offset:5px}
.uv-node:focus-visible .uv-node-halo{opacity:.26}
.uv-node:focus-visible .uv-node-dot{stroke:var(--uv-text);stroke-width:3}
.uv-wave-line:focus-visible{stroke:var(--uv-text);stroke-width:2;opacity:1}

.uv-sphere-ring{fill:none;stroke:#62ea7d;stroke-opacity:.20;stroke-width:.7}
.uv-numbered-node .uv-number-dot{fill:#a4a89f;stroke:#ffffffee;stroke-width:2}
.uv-numbered-node.uv-positive .uv-number-dot{fill:var(--uv-positive)}
.uv-numbered-node.uv-negative .uv-number-dot{fill:#d74263}
.uv-numbered-node.is-active .uv-number-dot{stroke:var(--uv-positive);stroke-width:2.7}
.uv-stage .uv-node-number{fill:#fff;stroke:none;font-size:10px;font-weight:700}
.uv-stage .uv-center-value{fill:#fff;stroke:none;font-size:17px;font-weight:700}
.uv-stage .uv-center-label{fill:#bcc3bb;stroke:none;font-size:10px}

.uv-node:focus-visible .uv-node-dot{stroke:var(--uv-text);stroke-width:3}
.uv-numbered-node.uv-positive .uv-node-number{fill:#171918}

.uv-sphere-card{container-name:uv-sphere;container-type:inline-size}
.uv-sphere-card .uv-card-head{align-items:center;margin-bottom:10px}
.uv-sphere-card .uv-card-head h3{font-size:14px;font-weight:600;line-height:1.5}
.uv-sphere-meta{font-size:11px;color:var(--uv-secondary);white-space:nowrap}
.uv-sphere-layout{display:grid;grid-template-columns:clamp(174px,58%,206px) minmax(0,1fr);gap:12px;align-items:center;padding:2px 0 12px}
.uv-sphere-layout .uv-stage{aspect-ratio:1;margin:0}
.uv-sphere-copy{min-width:0}
.uv-sphere-copy h4{font-size:14px;line-height:1.5;font-weight:600;margin:0;color:var(--uv-text);overflow-wrap:anywhere}
.uv-sphere-demo{display:block;color:var(--uv-secondary);font-size:11px;line-height:1.5;margin-top:3px}
.uv-sphere-copy .uv-vote-legend{justify-content:flex-start;gap:6px 10px;margin:9px 0 7px;font-size:12px;line-height:1.5;white-space:nowrap;flex-wrap:wrap}
.uv-sphere-copy .uv-vote-legend span::before{display:none}
.uv-sphere-copy p{font-size:11px;line-height:1.7;color:var(--uv-secondary);margin:0}
.uv-sphere-layout .uv-stage .uv-node-number{font-size:12px}
.uv-sphere-layout .uv-stage .uv-center-value{font-size:20px}
.uv-sphere-layout .uv-stage .uv-center-label{font-size:12px}
.uv-sphere-details{border-top:1px solid var(--uv-line)}
.uv-sphere-details summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:4px 0;list-style:none;cursor:pointer;color:var(--uv-text);font-size:12px;font-weight:500;line-height:1.5}
.uv-sphere-details summary::-webkit-details-marker{display:none}
.uv-sphere-details summary::after{content:"";width:6px;height:6px;border-right:1.5px solid var(--uv-secondary);border-bottom:1.5px solid var(--uv-secondary);transform:rotate(45deg);margin-right:4px;flex-shrink:0}
.uv-sphere-details[open] summary::after{transform:rotate(225deg)}
.uv-sphere-details summary:focus-visible{outline:2px solid var(--uv-focus);outline-offset:2px;border-radius:5px}
.uv-sphere-details .uv-inspector{min-height:0;border:0;padding:0 0 12px}
.uv-sphere-details .uv-inspector strong{font-size:12px}
.uv-sphere-details .uv-inspector p{font-size:11px;min-height:0}
.uv-rule-list{list-style:none;padding:0;margin:0;display:grid;gap:11px}
.uv-rule-list li>div{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.5}
.uv-rule-list strong{font-weight:550;color:var(--uv-text)}
.uv-rule-list li>div>span:last-child{margin-left:auto;font-size:11px}
.uv-rule-number{display:grid;place-items:center;min-width:20px;height:20px;border-radius:6px;background:var(--uv-soft);color:var(--uv-secondary);font-size:11px;font-variant-numeric:tabular-nums}
.uv-rule-list p{font-size:11px;line-height:1.7;color:var(--uv-secondary);margin:4px 0 0 27px}
.uv-sphere-disclaimer{font-size:11px;line-height:1.7;color:var(--uv-secondary);margin:14px 0 3px}
.uv-card[data-uv-card=waves] .uv-stage{cursor:default;touch-action:pan-y}
.uv-chord-arc.is-current{stroke-width:3.1;opacity:1}
.uv-chord-flow{fill:var(--uv-text);pointer-events:none}
@container uv-sphere (max-width:280px){
  .uv-sphere-layout{grid-template-columns:minmax(0,1fr);gap:7px}
  .uv-sphere-layout .uv-figure{width:min(206px,100%);justify-self:center}
  .uv-sphere-copy{text-align:center}
  .uv-sphere-copy .uv-vote-legend{justify-content:center}
}
