.pv{z-index:1000;background:color-mix(in srgb, var(--bg) 78%, transparent);-webkit-backdrop-filter:blur(18px)saturate(140%);place-items:center;padding:24px;animation:.28s ease-out both pv-fond;display:grid;position:fixed;inset:0}@keyframes pv-fond{0%{opacity:0}}.pv-carte{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(420px,100%);box-shadow:var(--shadow);padding:34px 28px 26px;animation:.42s cubic-bezier(.2,.8,.2,1) both pv-carte}@keyframes pv-carte{0%{opacity:0;transform:translateY(14px)scale(.97)}}.pv-marque{background:var(--surface-2);width:62px;height:62px;box-shadow:0 0 0 0 var(--ring);border-radius:50%;place-items:center;margin:0 auto 18px;animation:2s ease-out infinite pv-halo;display:grid}@keyframes pv-halo{60%{box-shadow:0 0 0 16px #0000}to{box-shadow:0 0 0 16px #0000}}.pv-logo{width:30px;height:30px}.pv-titre{color:var(--ink);margin:0 0 8px;font-size:1.28rem;line-height:1.25}.pv-titre strong{font-weight:700}.pv-texte{max-width:30ch;color:var(--muted);margin:0 auto 22px;font-size:.95rem;line-height:1.5}.pv-piste{background:var(--surface-2);border-radius:99px;height:4px;display:block;overflow:hidden}.pv-jauge{background:var(--grad);border-radius:99px;width:40%;height:100%;animation:1.25s ease-in-out infinite pv-va-et-vient;display:block}@keyframes pv-va-et-vient{0%{transform:translate(-100%)}to{transform:translate(250%)}}.pv-pied{letter-spacing:.02em;color:var(--label);margin:14px 0 0;font-size:.8rem}@media (max-width:480px){.pv-carte{padding:28px 20px 22px}.pv-titre{font-size:1.15rem}}@media (prefers-reduced-motion:reduce){.pv,.pv-carte,.pv-marque{animation:none}.pv-jauge{animation-duration:2.4s}}