.page-container{display:flex;flex-direction:column;min-height:100vh;position:relative;background-color:var(--surface)}.payment-content{flex:1 1;padding:1rem 1.25rem;overflow-y:auto}.member-list{display:flex;flex-direction:column;gap:1rem}.payment-card{display:flex;align-items:center;padding:1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);background-color:#fff}.payment-card .avatar-circle{width:50px;height:50px;flex-shrink:0}.payment-card .member-details{flex:1 1;margin-left:1rem;margin-right:1rem}.payment-card .member-details h3{font-size:1rem;font-weight:600;margin-bottom:2px}.payment-card .member-details p{font-size:.75rem;color:var(--text-muted)}.status-indicator{display:flex;justify-content:center;align-items:center}