.pg-voices .chips-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);font-weight:500;margin-right:2px}.pg-voices .clone-card{border:1px dashed var(--border-strong);border-radius:var(--r);background:var(--panel);padding:20px 24px;display:flex;align-items:center;gap:16px;margin-bottom:8px}.pg-voices .clone-card .ring{width:44px;height:44px;border-radius:50%;border:1px dashed var(--border-strong);display:grid;place-items:center;flex-shrink:0}.pg-voices .clone-card .ring svg{width:18px;height:18px;stroke:var(--text-3);stroke-width:1.5;fill:none}.pg-voices .clone-card .t{font-size:13.5px;font-weight:500}.pg-voices .clone-card .s{font-size:12px;color:var(--text-2);margin-top:2px;line-height:1.45;max-width:460px}.pg-voices .clone-card .btn{margin-left:auto;flex-shrink:0}.pg-voices .vgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pg-voices .vcard{background:var(--panel);border:1px solid var(--border);border-radius:var(--r);padding:14px;transition:all .15s;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow)}.pg-voices .vcard:hover{border-color:var(--border-strong)}.pg-voices .vcard .top{display:flex;align-items:center;gap:10px;min-width:0}.pg-voices .vcard .va{width:30px;height:30px;border-radius:50%;background:var(--grad);flex-shrink:0}.pg-voices .vcard .vn{font-size:13.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pg-voices .vcard .vb{margin-left:auto;flex-shrink:0;font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:500;border:1px solid var(--border);border-radius:99px;padding:2px 7px;color:var(--text-3);white-space:nowrap}.pg-voices .vcard .tags{font-size:11.5px;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pg-voices .vcard .bot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.pg-voices .vcard .cost{font-family:var(--font-mono);font-size:10.5px;color:var(--text-3);white-space:nowrap}.pg-voices .vcard .acts{display:flex;align-items:center;gap:6px;flex-shrink:0}.pg-voices .vcard .use{font-size:11.5px;opacity:0;transition:opacity .15s;white-space:nowrap}.pg-voices .vcard:focus-within .use,.pg-voices .vcard:hover .use{opacity:1}.pg-voices .vcard .pv{font-size:11.5px;color:var(--text-2);border:1px solid var(--border);border-radius:99px;padding:2px 9px;background:none;cursor:pointer;font-family:var(--font-body);display:inline-flex;align-items:center;gap:6px;transition:all .15s}.pg-voices .vcard .pv:hover{border-color:var(--border-strong);color:var(--text)}.pg-voices .vcard .pv.playing{border-color:transparent;background:var(--accent-soft);color:var(--accent)}.pg-voices .wf{display:inline-flex;align-items:center;gap:2px;height:10px}.pg-voices .wf i{width:2px;height:8px;border-radius:1px;background:currentColor;animation:pgv-wave .8s ease-in-out infinite;transform-origin:center}.pg-voices .wf i:first-child{animation-delay:0s}.pg-voices .wf i:nth-child(2){animation-delay:.15s}.pg-voices .wf i:nth-child(3){animation-delay:.3s}.pg-voices .wf i:nth-child(4){animation-delay:.45s}.pg-voices .wf i:nth-child(5){animation-delay:.6s}@keyframes pgv-wave{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.pg-voices .wf i{animation:none}}@media (max-width:1400px){.pg-voices .vgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.pg-voices .vgrid{grid-template-columns:1fr 1fr}.pg-voices .vcard .use{opacity:1}.pg-voices .clone-card{flex-wrap:wrap}.pg-voices .clone-card .btn{margin-left:0}}