body.payment-requests-page{background:#f5f5f7;color:#111827}.payment-requests-card{display:grid;gap:18px}.payment-requests-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.payment-requests-heading .section-title{margin:0}.payment-requests-help{margin:5px 0 0;color:#6b7280;font-size:13px;line-height:1.45}.payment-request-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.payment-summary-stat{display:grid;gap:4px;padding:14px;border:1px solid #e1e5ea;border-radius:14px;background:#fff}.payment-summary-stat span{color:#6b7280;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.payment-summary-stat strong{font-size:22px;line-height:1.1}.payment-request-filters{display:flex;flex-wrap:wrap;gap:8px}.payment-filter{min-height:38px;padding:0 14px}.payment-filter.active{border-color:#9acbff!important;background:#eef6ff!important;color:#086bc8!important}.payment-requests-list{display:grid;gap:10px}.payment-request-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid #e1e5ea;border-radius:14px;background:#fff}.payment-request-row-main{display:grid;gap:8px;min-width:0}.payment-request-row-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px}.payment-request-row-amount{font-size:18px;font-variant-numeric:tabular-nums;white-space:nowrap}.payment-request-row-meta{display:flex;flex-wrap:wrap;gap:6px 10px;color:#737a84;font-size:11px}.payment-request-row-meta a{color:#365f8b;font-weight:750;text-decoration:none}.payment-request-status{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:26px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:850}.payment-request-status.requested{background:#eef6ff;color:#086bc8;border:1px solid #cfe6ff}.payment-request-status.paid{background:#eaf8ef;color:#19713a;border:1px solid #c7ead2}.payment-request-row-actions{display:grid;grid-template-columns:repeat(3,max-content);gap:8px;justify-content:end}.payment-request-row-actions button{min-height:38px;padding:0 12px;white-space:nowrap}.payment-login-button{margin-top:12px}.payment-requests-page .empty-state{padding:30px 16px;text-align:center;color:#7a8089;line-height:1.55}.payment-requests-page .message:empty{display:none}@media(max-width:760px){.payment-request-summary{grid-template-columns:1fr}.payment-request-row{grid-template-columns:1fr}.payment-request-row-actions{grid-template-columns:1fr 1fr;width:100%;justify-content:stretch}.payment-request-row-actions button{width:100%}.payment-request-row-actions button:nth-child(3){grid-column:1/-1}}@media(max-width:520px){.payment-requests-heading{align-items:center}.payment-requests-help{font-size:12px}.payment-request-row-title{align-items:flex-start}.payment-request-row-actions{grid-template-columns:1fr}.payment-request-row-actions button:nth-child(3){grid-column:auto}.payment-summary-stat strong{font-size:20px}}