/* Responsive Styles */
body { font-family: sans-serif; padding: 1rem; }
main { max-width: 600px; margin: 0 auto; }
form { display: flex; flex-direction: column; gap: 1rem; }
input, textarea { padding: 0.5rem; font-size: 1rem; }
button { padding: 0.75rem; font-size: 1rem; }
#jobs { margin-top: 2rem; }
.status-success { background: #d4edda; color: #155724; }
.status-error { background: #f8d7da; color: #721c24; }
progress { height: 10px; }