.htest-affiliate-app { font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif; max-width: 700px; margin: 0 auto; color: #1a1a1a; }
.htest-a-card { border: 1px solid #e2e2e2; border-radius: 10px; padding: 18px; margin-bottom: 16px; }
.htest-a-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.htest-a-stat { flex: 1; min-width: 120px; border: 1px solid #e2e2e2; border-radius: 10px; padding: 14px; text-align: center; }
.htest-a-stat .num { font-size: 22px; font-weight: 700; color: #1d4ed8; }
.htest-a-stat .label { font-size: 12px; color: #666; margin-top: 4px; }
.htest-a-link-box { display: flex; gap: 8px; align-items: center; background: #f7f7f8; padding: 10px 12px; border-radius: 8px; font-family: monospace; word-break: break-all; }
.htest-a-btn { background: #1d4ed8; color: #fff; border: none; padding: 9px 16px; border-radius: 6px; cursor: pointer; font-size: 13px; }
.htest-a-btn.ghost { background: #eee; color: #333; }
.htest-a-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 10px; }
.htest-a-table th, .htest-a-table td { border: 1px solid #e2e2e2; padding: 7px 10px; text-align: left; }
.htest-a-badge { padding: 2px 8px; border-radius: 999px; font-size: 11px; }
.htest-a-badge.pending { background: #fef3c7; color: #92400e; }
.htest-a-badge.approved { background: #d1fae5; color: #065f46; }
.htest-a-badge.paid { background: #dbeafe; color: #1e40af; }
.htest-a-badge.rejected { background: #fee2e2; color: #991b1b; }
