.eap-stats { display: flex; gap: 20px; margin-bottom: 20px; }
.eap-stat { background: #f6f7f7; border-radius: 6px; padding: 14px 20px; text-align: center; }
.eap-stat-num { display: block; font-size: 22px; font-weight: 600; }
.eap-stat-label { display: block; font-size: 12px; color: #666; }
.eap-ref-link { width: 100%; max-width: 480px; padding: 6px 8px; }
.eap-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.eap-table th, .eap-table td { padding: 8px 10px; border-bottom: 1px solid #eee; text-align: left; }
.eap-status { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; }
.eap-status-unpaid { background: #fff4e5; color: #9a6700; }
.eap-status-paid { background: #e8f7ee; color: #1a7f37; }
.eap-status-rejected { background: #fdecec; color: #c1121f; }
.eap-status-pending { background: #eef1ff; color: #3949ab; }
.eap-form input { width: 100%; max-width: 320px; padding: 6px 8px; }
.eap-btn { padding: 8px 16px; }
