*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:20px}.header{background:#2563eb;color:#fff;padding:20px;margin-bottom:20px}.header h1{font-size:24px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.stat-card h3{font-size:14px;color:#666;margin-bottom:8px}.stat-card .value{font-size:32px;font-weight:700;color:#2563eb}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.table th{background:#f9fafb;font-weight:600;color:#374151}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.error-message{background:#fee2e2;color:#991b1b;padding:16px;border-radius:8px;margin-bottom:20px}.loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#666}.pagination{display:flex;gap:8px;justify-content:center;margin-top:20px}.image-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:40px;max-width:400px;width:100%;text-align:center}.login-card h1{font-size:24px;margin-bottom:8px}.login-card p{color:#666;margin-bottom:24px}
