.pm-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;animation:pm-fade .18s ease-out}.pm-overlay.pm-open{display:flex}.pm-modal{background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25);animation:pm-rise .22s ease-out}.pm-modal-head{padding:18px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.pm-modal-title{font-size:20px;font-weight:700;color:#111827;margin:0}.pm-close{background:transparent;border:0;cursor:pointer;width:32px;height:32px;border-radius:6px;font-size:22px;line-height:1;color:#6b7280;display:inline-flex;align-items:center;justify-content:center}.pm-close:hover{background:#f3f4f6;color:#111827}.pm-modal-body{padding:24px;overflow:auto;flex:1 1 auto}.pm-checkout-loading,.pm-checkout-error{padding:60px 20px;text-align:center;color:#6b7280}.pm-spinner{display:inline-block;width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:pm-spin .8s linear infinite;margin-bottom:12px}@keyframes pm-spin{to{transform:rotate(360deg)}}@keyframes pm-fade{from{opacity:0}to{opacity:1}}@keyframes pm-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.pm-checkout-error .msg{color:#b91c1c;background:#fef2f2;padding:12px;border-radius:8px;margin-bottom:16px}.pm-buy-btn{width:100%;padding:12px;border:0;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;background:#2563eb;color:#fff}.pm-buy-btn.is-secondary{background:#fff;color:#111827;border:1px solid #e5e7eb}.pm-buy-btn:disabled{background:#d1d5db;cursor:not-allowed}.pm-toast-wrap{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:10009;display:flex;flex-direction:column;gap:8px;pointer-events:none}.pm-toast{background:#111827;color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;box-shadow:0 6px 20px rgba(0,0,0,.2);animation:pm-toast-in .2s ease-out;max-width:80vw}.pm-toast.is-success{background:#15803d}.pm-toast.is-error{background:#b91c1c}@keyframes pm-toast-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}