body { font-family: system-ui, sans-serif; margin: 2rem; color: #222; }
nav a { margin-right: 1rem; }
table { border-collapse: collapse; width: 100%; margin-top: 1rem; }
th, td { border: 1px solid #ccc; padding: 0.4rem 0.6rem; text-align: left; }
tr.match { background: #fff3cd; }
.progress-bar { background: #eee; border-radius: 4px; height: 1.5rem; width: 100%; max-width: 500px; }
.progress-fill { background: #4caf50; height: 100%; border-radius: 4px; width: 0; transition: width 0.3s; }
.login-form { max-width: 300px; margin: 4rem auto; display: flex; flex-direction: column; gap: 0.75rem; }
.error { color: #b00020; }
