.pv-visual{--pv-ink:#171514;--pv-line:rgba(23,21,20,0.1);--pv-orange:#ff5a1f;--pv-orange-soft:#fff3ed;--pv-amber:#ffb000;--pv-teal:#14b8a6;--pv-violet:#6c3bf4;--pv-blue:#3158f5;--pv-card:#ffffff;--pv-graphic:#ece5de;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pv-svg{width:100%;height:auto;max-width:500px;overflow:visible}.pv-halo{fill:none;stroke:rgba(23,21,20,.06);stroke-width:1;stroke-dasharray:2 6}.pv-scaffold line{stroke:var(--pv-line);stroke-width:1;stroke-dasharray:3 4}.pv-link{stroke:var(--pv-orange);stroke-width:1.5;stroke-linecap:round;stroke-dasharray:6 120;stroke-dashoffset:0;opacity:.85}.pv-chip rect{fill:var(--pv-card);stroke:var(--pv-line);stroke-width:1;filter:drop-shadow(0 8px 16px rgba(23,21,20,.08))}.pv-chip-line{fill:rgba(23,21,20,.16);stroke:none}.pv-chip-line--sub{fill:var(--pv-graphic)}.pv-dot-orange{fill:var(--pv-orange)}.pv-dot-amber{fill:var(--pv-amber)}.pv-dot-teal{fill:var(--pv-teal)}.pv-dot-violet{fill:var(--pv-violet)}.pv-dot-blue{fill:var(--pv-blue)}.pv-card-bg{fill:var(--pv-card);stroke:var(--pv-line);stroke-width:1;filter:drop-shadow(0 22px 46px rgba(23,21,20,.14))}.pv-avatar{fill:var(--pv-orange-soft);stroke:var(--pv-orange);stroke-width:2}.pv-avatar-core{fill:var(--pv-orange)}.pv-bar{fill:var(--pv-graphic)}.pv-bar--name{fill:rgba(23,21,20,.2)}.pv-bar--lead{fill:var(--pv-orange)}.pv-divider{stroke:var(--pv-line);stroke-width:1}.pv-ring-track{fill:none;stroke:rgba(23,21,20,.08);stroke-width:7}.pv-ring-fill{fill:none;stroke:var(--pv-teal);stroke-width:7;stroke-linecap:round;stroke-dasharray:163.4;stroke-dashoffset:36}.pv-score{fill:var(--pv-ink);font-size:22px;letter-spacing:-.05em}.pv-score,.pv-score-label{font-family:var(--font-display,inherit);font-weight:800}.pv-score-label{fill:var(--pv-orange);font-size:8px;letter-spacing:.14em}.pv-seal circle{fill:var(--pv-orange);filter:drop-shadow(0 10px 18px rgba(255,90,31,.38))}.pv-seal path{fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}@media (prefers-reduced-motion:no-preference){.pv-card{animation:pv-float 6s ease-in-out infinite}.pv-ring-fill{animation:pv-ring 7s ease-out infinite}.pv-seal{transform-box:fill-box;transform-origin:center;animation:pv-seal-pop 7s ease-in-out infinite}.pv-link{animation:pv-signal 3.4s linear infinite}.pv-link:nth-of-type(2){animation-delay:.6s}.pv-link:nth-of-type(3){animation-delay:1.2s}.pv-link:nth-of-type(4){animation-delay:1.8s}.pv-chip{transform-box:fill-box;transform-origin:center;animation:pv-chip-pulse 3.4s ease-in-out infinite}.pv-chip:nth-of-type(2){animation-delay:.6s}.pv-chip:nth-of-type(3){animation-delay:1.2s}.pv-chip:nth-of-type(4){animation-delay:1.8s}}@keyframes pv-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes pv-ring{0%{stroke-dashoffset:163.4}35%,to{stroke-dashoffset:36}}@keyframes pv-seal-pop{0%,18%{transform:scale(.7);opacity:0}34%,to{transform:scale(1);opacity:1}}@keyframes pv-signal{0%{stroke-dashoffset:126;opacity:0}20%{opacity:.9}80%{opacity:.9}to{stroke-dashoffset:0;opacity:0}}@keyframes pv-chip-pulse{0%,62%,to{transform:scale(1)}76%{transform:scale(1.07)}}