.pp-root{--pp-black:#1a1a1a;--pp-dark:#333;--pp-gray:#666;--pp-muted:#999;--pp-light:#e5e5e5;--pp-lighter:#f5f5f5;--pp-bg:#f7f7f9;--pp-white:#fff;--pp-accent:#0066cc;--pp-green:#22c55e;--pp-orange:#f59e0b;--pp-red:#ef4444;--pp-radius:16px;--pp-radius-sm:8px;--pp-shadow:0 8px 32px rgba(0,0,0,0.06),0 2px 8px rgba(0,0,0,0.04);--pp-transition:0.2s ease;--pp-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--pp-font-numeric:var(--pp-font);font-family:var(--pp-font);font-feature-settings:"cv02","cv03","cv04","cv11","tnum";color:var(--pp-black);max-width:960px;margin:0 auto;padding:24px 16px 32px;line-height:1.5;display:flex;flex-direction:column;align-items:stretch;gap:12px;min-height:100%;background:var(--pp-bg)}.pp-root,.pp-root *{font-family:var(--pp-font)}.pp-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}@media(min-width:880px){.pp-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}}.pp-col-left,.pp-col-right{display:flex;flex-direction:column;gap:12px;min-width:0}.pp-card{background:var(--pp-white);border:1px solid var(--pp-light);border-radius:var(--pp-radius);box-shadow:var(--pp-shadow);padding:24px;width:100%;display:flex;flex-direction:column}.pp-card--centered{justify-content:center;gap:12px;padding:48px 24px;max-width:520px;margin:0 auto}.pp-card--centered,.pp-header{align-items:center;text-align:center}.pp-header{display:flex;flex-direction:column;gap:4px;padding-bottom:16px;border-bottom:1px solid var(--pp-lighter);margin-bottom:16px}.pp-logo{height:56px;width:auto;max-width:min(220px,100%);object-fit:contain;margin-bottom:8px}@media(min-width:880px){.pp-logo{height:64px}}.pp-logo-fallback{display:flex;align-items:center;justify-content:center;height:56px;min-width:56px;padding:0 14px;margin-bottom:8px;border-radius:var(--pp-radius-sm);background:var(--pp-lighter);color:var(--pp-gray);font-size:24px;font-weight:600;letter-spacing:-.02em;font-family:var(--pp-font)}.pp-pay-to-label{font-size:12px;color:var(--pp-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.pp-professional-name{font-size:16px;color:var(--pp-dark);font-weight:600;font-family:var(--pp-font)}.pp-customer{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:8px;padding-top:8px;border-top:1px solid var(--pp-lighter);width:100%}.pp-customer-name{font-size:14px;color:var(--pp-dark);font-weight:500;font-family:var(--pp-font)}.pp-customer-email{font-size:13px;color:var(--pp-muted);font-family:var(--pp-font)}.pp-amount{font-size:36px;font-weight:700;color:var(--pp-black);letter-spacing:-.03em;margin-top:6px;font-family:var(--pp-font)}.pp-description{font-size:14px;color:var(--pp-gray);margin:0 0 16px;padding:12px 14px;background:var(--pp-lighter);border-radius:var(--pp-radius-sm);line-height:1.5}.pp-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--pp-gray);margin:0 0 12px;font-family:var(--pp-font)}.pp-prestations{margin-bottom:16px}.pp-prestation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pp-prestation-item{display:flex;flex-direction:column;gap:4px;padding-bottom:10px;border-bottom:1px dashed var(--pp-light)}.pp-prestation-item:last-child{border-bottom:none;padding-bottom:0}.pp-prestation-main{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.pp-prestation-name{font-size:15px;font-weight:500;color:var(--pp-black);flex:1}.pp-prestation-qty{color:var(--pp-muted);font-weight:400}.pp-prestation-price{font-size:15px;font-weight:600;color:var(--pp-dark);white-space:nowrap}.pp-supplement-list{list-style:none;margin:4px 0 0;padding:0 0 0 12px;display:flex;flex-direction:column;gap:2px}.pp-supplement-item{font-size:13px;color:var(--pp-muted)}.pp-total-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0 4px;border-top:2px solid var(--pp-lighter);margin-top:4px}.pp-total-label{font-size:16px;font-weight:600;color:var(--pp-dark)}.pp-total-value{font-size:22px;font-weight:700;color:var(--pp-black);letter-spacing:-.02em;font-family:var(--pp-font)}.pp-expiration{font-size:13px;color:var(--pp-muted);text-align:center;margin:8px 0 0}.pp-expiration strong{color:var(--pp-dark);font-weight:600}.pp-status-icon{width:56px;height:56px}.pp-status-icon--success{color:var(--pp-green)}.pp-status-icon--warning{color:var(--pp-orange)}.pp-status-icon--error{color:var(--pp-red)}.pp-status-title{font-size:22px;font-weight:600;color:var(--pp-black);font-family:var(--pp-font)}.pp-status-desc{font-size:14px;color:var(--pp-muted);max-width:360px}.pp-icon{flex-shrink:0;width:18px;height:18px}.pp-icon--info{color:var(--pp-accent)}.pp-card-notice{display:flex;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;margin-bottom:16px;background:#f1eefe;border:1px solid #d6cbf6;border-radius:var(--pp-radius-sm);font-size:13px;line-height:1.5;color:var(--pp-dark)}.pp-card-notice-text{flex:1}.pp-stripe-block,.pp-stripe-form{width:100%}.pp-pay-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;margin-top:20px;font-size:15px;font-weight:600;color:var(--bt-bg,var(--pp-white));background:var(--bt-accent,var(--pp-accent));border:none;border-radius:var(--bt-radius,var(--pp-radius-sm));cursor:pointer;text-align:center;font-family:var(--pp-font);transition:opacity var(--bt-transition,var(--pp-transition)),transform .1s}.pp-pay-button:hover:not(:disabled){opacity:.9}.pp-pay-button:active:not(:disabled){transform:scale(.98)}.pp-pay-button:disabled{opacity:.4;cursor:not-allowed}.pp-pay-button-icon{width:16px;height:16px}.pp-error-message{color:var(--pp-red);font-size:13px;margin-top:8px;text-align:center}.pp-spinner{width:40px;height:40px;border:3px solid var(--pp-light);border-top-color:var(--pp-accent);border-radius:50%;animation:pp-spin .8s linear infinite}@keyframes pp-spin{to{transform:rotate(1turn)}}.pp-loading-text{font-size:14px;color:var(--pp-muted)}.pp-footer{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--pp-muted);padding:4px 0 8px}.pp-footer-icon{width:14px;height:14px}