/* PIX Fácil | Easy PIX — tela de pagamento */
.epx-box{max-width:420px;margin:16px auto;padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;text-align:center;font-family:inherit;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.epx-title{margin:0 0 8px;font-size:20px;font-weight:700;color:#111827}
.epx-amount{margin:0 0 16px;font-size:28px;font-weight:800;color:#047857}
.epx-qr{display:flex;justify-content:center;margin:8px 0 16px}
.epx-qr img{width:220px;height:220px;image-rendering:pixelated;border:8px solid #fff;border-radius:12px}
.epx-label{display:block;text-align:left;font-size:12px;font-weight:600;color:#6b7280;margin:0 0 4px;text-transform:uppercase;letter-spacing:.03em}
.epx-copy-row{display:flex;gap:8px;margin-bottom:16px}
.epx-code{flex:1;min-width:0;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:13px;background:#f9fafb;color:#374151;font-family:monospace}
.epx-copy-btn{white-space:nowrap;padding:10px 16px;border:0;border-radius:10px;background:#047857;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}
.epx-copy-btn:hover{background:#065f46}
.epx-copy-btn.epx-ok{background:#059669}
.epx-timer{font-size:14px;color:#6b7280;margin:0 0 12px}
.epx-countdown{color:#b45309;font-variant-numeric:tabular-nums}
.epx-instructions{font-size:13px;color:#6b7280;line-height:1.5;margin:0 0 16px}
.epx-waiting{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#6b7280}
.epx-spinner{width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#047857;border-radius:50%;animation:epx-spin .8s linear infinite}
@keyframes epx-spin{to{transform:rotate(360deg)}}
.epx-receipt{margin-top:8px;padding:14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}
.epx-receipt-title{margin:0 0 10px;font-size:15px;font-weight:700;color:#065f46}
.epx-receipt-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:0}
.epx-receipt-btn{display:inline-block;padding:11px 18px;border-radius:10px;background:#16a34a;color:#fff !important;text-decoration:none;font-weight:700;font-size:14px;border:0;line-height:1.2;box-shadow:0 2px 6px rgba(22,163,74,.25)}
.epx-receipt-btn:hover,.epx-receipt-btn:focus{background:#15803d;color:#fff !important}
.epx-receipt-contacts{margin-top:12px;padding-top:10px;border-top:1px dashed #bbf7d0;font-size:13px;color:#374151}
.epx-receipt-contacts p{margin:4px 0}
.epx-receipt-or{font-weight:600;color:#065f46}
.epx-paid,.epx-expired{padding:16px}
.epx-check{width:64px;height:64px;line-height:64px;margin:0 auto 12px;border-radius:50%;background:#059669;color:#fff;font-size:34px;font-weight:700}
.epx-paid h3{color:#059669;margin:0 0 6px}
.epx-expired h3{color:#dc2626;margin:0 0 6px}
