
                body { font-family: Arial, sans-serif; margin: 20px; }
                h1 { color: #333; text-align: center; font-size: 18px; }
                p { text-align: center; color: #666; margin: 10px 0 20px; }
                table { width: 100%; border-collapse: collapse; }
                th, td { border: 1px solid #333; padding: 8px 6px; text-align: right; font-size: 11px; }
                th { background-color: #333; color: white; }
                td:first-child, th:first-child { text-align: left; }
                tr:nth-child(even) { background-color: #f5f5f5; }
                .status-badge { padding: 2px 6px; border-radius: 3px; font-size: 10px; display: inline-block; }
                .status-success { background: #10b981; color: white; }
                .status-warning { background: #f59e0b; color: white; }
                .status-danger { background: #ef4444; color: white; }
                tfoot tr { font-weight: bold; background-color: #ddd; }
              