body { font-family: 'Segoe UI', sans-serif; background: #f4f7f6; margin: 0; padding: 20px; }
.header { background: #2c3e50; color: white; padding: 15px; border-radius: 8px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
.container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
table { width: 100%; border-collapse: collapse; }
.status-pass { color: green; font-weight: bold; }
.status-fail { color: red; font-weight: bold; }
a { color: #ecf0f1; text-decoration: none; border: 1px solid #fff; padding: 5px 10px; border-radius: 4px; }