.pc-visual{--pc-ink:#171514;--pc-line:rgba(23,21,20,0.1);--pc-orange:#ff5a1f;--pc-orange-soft:#fff3ed;--pc-teal:#14b8a6;--pc-card:#ffffff;--pc-graphic:#ece5de;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pc-svg{width:86%;height:auto;max-width:300px;overflow:visible}.pc-card-bg{fill:var(--pc-card);stroke:var(--pc-line);stroke-width:1;filter:drop-shadow(0 16px 32px rgba(23,21,20,.14))}.pc-avatar{fill:var(--pc-orange-soft);stroke:var(--pc-orange);stroke-width:2}.pc-avatar-core{fill:var(--pc-orange)}.pc-bar{fill:var(--pc-graphic)}.pc-bar--name{fill:rgba(23,21,20,.2)}.pc-bar--lead{fill:var(--pc-orange)}.pc-divider{stroke:var(--pc-line);stroke-width:1}.pc-ring-track{fill:none;stroke:rgba(23,21,20,.08);stroke-width:6}.pc-ring-fill{fill:none;stroke:var(--pc-teal);stroke-width:6;stroke-linecap:round;stroke-dasharray:125.7;stroke-dashoffset:28}.pc-score{fill:var(--pc-ink);font-family:var(--font-display,inherit);font-size:16px;font-weight:800;letter-spacing:-.05em}.pc-seal circle{fill:var(--pc-orange);filter:drop-shadow(0 8px 14px rgba(255,90,31,.38))}.pc-seal path{fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}@media (prefers-reduced-motion:no-preference){.pc-card{animation:pc-float 6s ease-in-out infinite}.pc-ring-fill{animation:pc-ring 7s ease-out infinite}.pc-seal{transform-box:fill-box;transform-origin:center;animation:pc-seal-pop 7s ease-in-out infinite}}@keyframes pc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pc-ring{0%{stroke-dashoffset:125.7}35%,to{stroke-dashoffset:28}}@keyframes pc-seal-pop{0%,20%{transform:scale(.7);opacity:0}36%,to{transform:scale(1);opacity:1}}